@kinevolution/appwrite-functions-shared-utils 0.1.57 → 0.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -147,13 +147,13 @@ export interface GetAllRequestsDataType {
|
|
|
147
147
|
}
|
|
148
148
|
export type GetAllRequestsResponse = Response<GetAllRequestsDataType>;
|
|
149
149
|
export interface RemoveRequestsInput {
|
|
150
|
-
|
|
150
|
+
requestId: string;
|
|
151
151
|
}
|
|
152
152
|
export declare const RemoveRequestsConfig: {
|
|
153
153
|
method: "POST";
|
|
154
154
|
fields: [{
|
|
155
|
-
readonly key: "
|
|
156
|
-
readonly type: "
|
|
155
|
+
readonly key: "requestId";
|
|
156
|
+
readonly type: "string";
|
|
157
157
|
readonly required: true;
|
|
158
158
|
}];
|
|
159
159
|
};
|