@amigo-ai/sdk 0.11.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.
@@ -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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"