@amigo-ai/sdk 0.10.0 → 0.12.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;
|
|
@@ -8510,6 +8510,13 @@ export interface operations {
|
|
|
8510
8510
|
};
|
|
8511
8511
|
content?: never;
|
|
8512
8512
|
};
|
|
8513
|
+
/** @description A related operation is in progress. */
|
|
8514
|
+
409: {
|
|
8515
|
+
headers: {
|
|
8516
|
+
[name: string]: unknown;
|
|
8517
|
+
};
|
|
8518
|
+
content?: never;
|
|
8519
|
+
};
|
|
8513
8520
|
/** @description Invalid request path parameter failed validation. */
|
|
8514
8521
|
422: {
|
|
8515
8522
|
headers: {
|