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 +4 -4
- package/dist/api.d.ts +4 -4
- package/dist/esm/api.d.ts +4 -4
- package/package.json +1 -1
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 {
|
|
322
|
+
* @type {Array<string>}
|
|
323
323
|
* @memberof AgenticWorkflowRequest
|
|
324
324
|
*/
|
|
325
|
-
'mcp_server_ids'?:
|
|
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 {
|
|
474
|
+
* @type {Array<string>}
|
|
475
475
|
* @memberof AgenticWorkflowResponse
|
|
476
476
|
*/
|
|
477
|
-
'mcp_server_ids':
|
|
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 {
|
|
296
|
+
* @type {Array<string>}
|
|
297
297
|
* @memberof AgenticWorkflowRequest
|
|
298
298
|
*/
|
|
299
|
-
'mcp_server_ids'?:
|
|
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 {
|
|
448
|
+
* @type {Array<string>}
|
|
449
449
|
* @memberof AgenticWorkflowResponse
|
|
450
450
|
*/
|
|
451
|
-
'mcp_server_ids':
|
|
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 {
|
|
296
|
+
* @type {Array<string>}
|
|
297
297
|
* @memberof AgenticWorkflowRequest
|
|
298
298
|
*/
|
|
299
|
-
'mcp_server_ids'?:
|
|
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 {
|
|
448
|
+
* @type {Array<string>}
|
|
449
449
|
* @memberof AgenticWorkflowResponse
|
|
450
450
|
*/
|
|
451
|
-
'mcp_server_ids':
|
|
451
|
+
'mcp_server_ids': Array<string>;
|
|
452
452
|
/**
|
|
453
453
|
*
|
|
454
454
|
* @type {Array<AgenticWorkflowOutput>}
|