@relevanceai/sdk 1.43.0 → 1.44.0

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.
@@ -1069,6 +1069,8 @@ export interface components {
1069
1069
  };
1070
1070
  /** @description The id token for a signed in account. This attaches the sign in account to the user. */
1071
1071
  id_token?: string;
1072
+ /** @description Set this to true to replace users permissions for project, rather than upserting */
1073
+ overwrite?: boolean;
1072
1074
  };
1073
1075
  UpdateUserOutput: {
1074
1076
  [key: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relevanceai/sdk",
3
- "version": "1.43.0",
3
+ "version": "1.44.0",
4
4
  "description": "Javascript client for RelevanceAI APIs. Browser, Node.js and typescript support.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "types": "./dist-types/index.d.ts",