edge-impulse-api 1.74.27 → 1.74.29

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.
@@ -506,7 +506,7 @@ export declare class OrganizationsApi {
506
506
  };
507
507
  }): Promise<AddApiKeyResponse>;
508
508
  /**
509
- * White label admin only API to add a user to an organization. If no user is provided, the current user is used.
509
+ * DEPRECATED. White label admin only API to add a user to an organization. If no user is provided, the current user is used.
510
510
  * @summary White Label Admin - Add user to an organization
511
511
  * @param organizationId Organization ID
512
512
  * @param innerOrganizationId Organization ID within the context of a white label
@@ -518,7 +518,7 @@ export declare class OrganizationsApi {
518
518
  };
519
519
  }): Promise<GenericApiResponse>;
520
520
  /**
521
- * White label admin only API to add a user to a project. If no user is provided, the current user is used.
521
+ * DEPRECATED. White label admin only API to add a user to a project. If no user is provided, the current user is used.
522
522
  * @summary White Label Admin - Add user to a project
523
523
  * @param organizationId Organization ID
524
524
  * @param projectId Project ID
@@ -887,7 +887,7 @@ export declare class OrganizationsApi {
887
887
  };
888
888
  }): Promise<GenericApiResponse>;
889
889
  /**
890
- * White label admin only API to remove a user from an organization.
890
+ * DEPRECATED. White label admin only API to remove a user from an organization.
891
891
  * @summary White Label Admin - Remove user from an organization
892
892
  * @param organizationId Organization ID
893
893
  * @param innerOrganizationId Organization ID within the context of a white label
@@ -899,7 +899,7 @@ export declare class OrganizationsApi {
899
899
  };
900
900
  }): Promise<GenericApiResponse>;
901
901
  /**
902
- * White label admin only API to remove a user from a project.
902
+ * DEPRECATED. White label admin only API to remove a user from a project.
903
903
  * @summary White Label Admin - Remove user from a project
904
904
  * @param organizationId Organization ID
905
905
  * @param projectId Project ID
@@ -2394,7 +2394,7 @@ class OrganizationsApi {
2394
2394
  });
2395
2395
  }
2396
2396
  /**
2397
- * White label admin only API to add a user to an organization. If no user is provided, the current user is used.
2397
+ * DEPRECATED. White label admin only API to add a user to an organization. If no user is provided, the current user is used.
2398
2398
  * @summary White Label Admin - Add user to an organization
2399
2399
  * @param organizationId Organization ID
2400
2400
  * @param innerOrganizationId Organization ID within the context of a white label
@@ -2481,7 +2481,7 @@ class OrganizationsApi {
2481
2481
  });
2482
2482
  }
2483
2483
  /**
2484
- * White label admin only API to add a user to a project. If no user is provided, the current user is used.
2484
+ * DEPRECATED. White label admin only API to add a user to a project. If no user is provided, the current user is used.
2485
2485
  * @summary White Label Admin - Add user to a project
2486
2486
  * @param organizationId Organization ID
2487
2487
  * @param projectId Project ID
@@ -5080,7 +5080,7 @@ class OrganizationsApi {
5080
5080
  });
5081
5081
  }
5082
5082
  /**
5083
- * White label admin only API to remove a user from an organization.
5083
+ * DEPRECATED. White label admin only API to remove a user from an organization.
5084
5084
  * @summary White Label Admin - Remove user from an organization
5085
5085
  * @param organizationId Organization ID
5086
5086
  * @param innerOrganizationId Organization ID within the context of a white label
@@ -5167,7 +5167,7 @@ class OrganizationsApi {
5167
5167
  });
5168
5168
  }
5169
5169
  /**
5170
- * White label admin only API to remove a user from a project.
5170
+ * DEPRECATED. White label admin only API to remove a user from a project.
5171
5171
  * @summary White Label Admin - Remove user from a project
5172
5172
  * @param organizationId Organization ID
5173
5173
  * @param projectId Project ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-impulse-api",
3
- "version": "1.74.27",
3
+ "version": "1.74.29",
4
4
  "description": "Node.js bindings for the Edge Impulse API",
5
5
  "scripts": {
6
6
  "build": "tsc -p .",