@kinevolution/appwrite-functions-shared-utils 0.1.20 → 0.1.21

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.
@@ -48,7 +48,7 @@ export interface GetAllUsersDataType {
48
48
  }
49
49
  export type GetAllUsersResponse = Response<GetAllUsersDataType>;
50
50
  export interface RemoveUserInput {
51
- userId: number;
51
+ userId: string;
52
52
  keepAuth?: boolean;
53
53
  }
54
54
  export declare const RemoveUserConfig: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.20",
6
+ "version": "0.1.21",
7
7
  "license": "ISC",
8
8
  "author": "Nicolas Forêt <nicolas4@gmail.com>",
9
9
  "description": "Shared utilities for Appwrite functions",