qovery-typescript-axios 1.1.957 → 1.1.958

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
@@ -319,10 +319,10 @@ export interface AgenticWorkflowRequest {
319
319
  'mcp'?: string;
320
320
  /**
321
321
  * Organization MCP servers used by this workflow
322
- * @type {Set<string>}
322
+ * @type {Array<string>}
323
323
  * @memberof AgenticWorkflowRequest
324
324
  */
325
- 'mcp_server_ids'?: Set<string>;
325
+ 'mcp_server_ids'?: Array<string>;
326
326
  /**
327
327
  *
328
328
  * @type {Array<AgenticWorkflowOutput>}
@@ -471,10 +471,10 @@ export interface AgenticWorkflowResponse {
471
471
  'mcp': string;
472
472
  /**
473
473
  * Organization MCP servers used by this workflow
474
- * @type {Set<string>}
474
+ * @type {Array<string>}
475
475
  * @memberof AgenticWorkflowResponse
476
476
  */
477
- 'mcp_server_ids': Set<string>;
477
+ 'mcp_server_ids': Array<string>;
478
478
  /**
479
479
  *
480
480
  * @type {Array<AgenticWorkflowOutput>}
package/dist/api.d.ts CHANGED
@@ -293,10 +293,10 @@ export interface AgenticWorkflowRequest {
293
293
  'mcp'?: string;
294
294
  /**
295
295
  * Organization MCP servers used by this workflow
296
- * @type {Set<string>}
296
+ * @type {Array<string>}
297
297
  * @memberof AgenticWorkflowRequest
298
298
  */
299
- 'mcp_server_ids'?: Set<string>;
299
+ 'mcp_server_ids'?: Array<string>;
300
300
  /**
301
301
  *
302
302
  * @type {Array<AgenticWorkflowOutput>}
@@ -445,10 +445,10 @@ export interface AgenticWorkflowResponse {
445
445
  'mcp': string;
446
446
  /**
447
447
  * Organization MCP servers used by this workflow
448
- * @type {Set<string>}
448
+ * @type {Array<string>}
449
449
  * @memberof AgenticWorkflowResponse
450
450
  */
451
- 'mcp_server_ids': Set<string>;
451
+ 'mcp_server_ids': Array<string>;
452
452
  /**
453
453
  *
454
454
  * @type {Array<AgenticWorkflowOutput>}
package/dist/esm/api.d.ts CHANGED
@@ -293,10 +293,10 @@ export interface AgenticWorkflowRequest {
293
293
  'mcp'?: string;
294
294
  /**
295
295
  * Organization MCP servers used by this workflow
296
- * @type {Set<string>}
296
+ * @type {Array<string>}
297
297
  * @memberof AgenticWorkflowRequest
298
298
  */
299
- 'mcp_server_ids'?: Set<string>;
299
+ 'mcp_server_ids'?: Array<string>;
300
300
  /**
301
301
  *
302
302
  * @type {Array<AgenticWorkflowOutput>}
@@ -445,10 +445,10 @@ export interface AgenticWorkflowResponse {
445
445
  'mcp': string;
446
446
  /**
447
447
  * Organization MCP servers used by this workflow
448
- * @type {Set<string>}
448
+ * @type {Array<string>}
449
449
  * @memberof AgenticWorkflowResponse
450
450
  */
451
- 'mcp_server_ids': Set<string>;
451
+ 'mcp_server_ids': Array<string>;
452
452
  /**
453
453
  *
454
454
  * @type {Array<AgenticWorkflowOutput>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.957",
3
+ "version": "v1.1.958",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {