Updates
This commit is contained in:
@@ -9,6 +9,7 @@ export default async function <
|
||||
action: "insert",
|
||||
table,
|
||||
data: body?.data,
|
||||
batchData: body?.batchData,
|
||||
});
|
||||
|
||||
return POST_RESULT;
|
||||
|
||||
@@ -12,6 +12,7 @@ type Params = {
|
||||
* # Query datasquirel.com
|
||||
*/
|
||||
useDefault?: boolean;
|
||||
query?: any;
|
||||
};
|
||||
|
||||
export default async function apiMediaDELETE(
|
||||
@@ -37,6 +38,7 @@ export default async function apiMediaDELETE(
|
||||
path: finalPath,
|
||||
apiKey,
|
||||
useDefault: params.useDefault,
|
||||
query: params.query,
|
||||
});
|
||||
|
||||
return DELETE_MEDIA_RES as APIResponseObject<
|
||||
|
||||
@@ -2895,6 +2895,7 @@ export type APIPathsBody<
|
||||
T extends { [k: string]: any } = { [k: string]: any }
|
||||
> = APIPathsQuery<T> & {
|
||||
data?: T;
|
||||
batchData?: T[];
|
||||
};
|
||||
|
||||
export type APIPathsQuery<
|
||||
|
||||
Reference in New Issue
Block a user