@amigo-ai/sdk 0.10.0 → 0.11.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.
@@ -8360,7 +8360,7 @@ export interface operations {
8360
8360
  };
8361
8361
  content?: never;
8362
8362
  };
8363
- /** @description Conflicts with existing organization with the same `org_id`. */
8363
+ /** @description Conflicts with existing organization with the same `org_id`, or a related operation is in progress. */
8364
8364
  409: {
8365
8365
  headers: {
8366
8366
  [name: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"