@relevanceai/sdk 1.47.0 → 1.48.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.
@@ -997,7 +997,7 @@ export interface components {
997
997
  invite_code: string;
998
998
  };
999
999
  ResendProjectInviteOutput: {
1000
- [key: string]: unknown;
1000
+ invite_code: string;
1001
1001
  };
1002
1002
  GetUserInput: {
1003
1003
  [key: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relevanceai/sdk",
3
- "version": "1.47.0",
3
+ "version": "1.48.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",