@amigo-ai/sdk 0.13.0 → 0.14.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.
|
@@ -8351,6 +8351,13 @@ export interface operations {
|
|
|
8351
8351
|
"application/json": components["schemas"]["organization__create_organization__Response"];
|
|
8352
8352
|
};
|
|
8353
8353
|
};
|
|
8354
|
+
/** @description The specified organization ID is reserved. */
|
|
8355
|
+
400: {
|
|
8356
|
+
headers: {
|
|
8357
|
+
[name: string]: unknown;
|
|
8358
|
+
};
|
|
8359
|
+
content?: never;
|
|
8360
|
+
};
|
|
8354
8361
|
/** @description Invalid authorization credentials. */
|
|
8355
8362
|
401: {
|
|
8356
8363
|
headers: {
|