qovery-typescript-axios 1.1.939 → 1.1.940

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.
package/api.ts CHANGED
@@ -379,10 +379,10 @@ export interface AgenticWorkflowResponse {
379
379
  'service_type': ServiceTypeEnum;
380
380
  /**
381
381
  *
382
- * @type {string}
382
+ * @type {ReferenceObject}
383
383
  * @memberof AgenticWorkflowResponse
384
384
  */
385
- 'environment_id': string;
385
+ 'environment': ReferenceObject;
386
386
  /**
387
387
  * name is case insensitive
388
388
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -353,10 +353,10 @@ export interface AgenticWorkflowResponse {
353
353
  'service_type': ServiceTypeEnum;
354
354
  /**
355
355
  *
356
- * @type {string}
356
+ * @type {ReferenceObject}
357
357
  * @memberof AgenticWorkflowResponse
358
358
  */
359
- 'environment_id': string;
359
+ 'environment': ReferenceObject;
360
360
  /**
361
361
  * name is case insensitive
362
362
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -353,10 +353,10 @@ export interface AgenticWorkflowResponse {
353
353
  'service_type': ServiceTypeEnum;
354
354
  /**
355
355
  *
356
- * @type {string}
356
+ * @type {ReferenceObject}
357
357
  * @memberof AgenticWorkflowResponse
358
358
  */
359
- 'environment_id': string;
359
+ 'environment': ReferenceObject;
360
360
  /**
361
361
  * name is case insensitive
362
362
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.939",
3
+ "version": "v1.1.940",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {