@relevanceai/sdk 1.13.0 → 1.16.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.
@@ -742,6 +742,30 @@ export interface components {
742
742
  ListProjectInvitesOutput: {
743
743
  results: {
744
744
  _id: string;
745
+ user_id: string;
746
+ permissions?: {
747
+ items: {
748
+ [key: string]: {
749
+ resources?: {
750
+ datasets?: {
751
+ [key: string]: boolean;
752
+ };
753
+ deployables?: {
754
+ [key: string]: boolean;
755
+ };
756
+ users?: {
757
+ [key: string]: boolean;
758
+ };
759
+ workflows?: {
760
+ [key: string]: boolean;
761
+ };
762
+ };
763
+ actions?: {
764
+ [key: string]: boolean;
765
+ };
766
+ };
767
+ };
768
+ };
745
769
  email?: string;
746
770
  project?: string;
747
771
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relevanceai/sdk",
3
- "version": "1.13.0",
3
+ "version": "1.16.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",