qovery-typescript-axios 1.1.956 → 1.1.957

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