qovery-typescript-axios 1.1.929 → 1.1.930

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
@@ -269,11 +269,11 @@ export interface AgenticWorkflowRequest {
269
269
  */
270
270
  'description'?: string;
271
271
  /**
272
- * Hosts the agentic workflow is allowed to reach
272
+ * CIDR ranges the incoming webhook request\'s source IP is checked against
273
273
  * @type {Array<string>}
274
274
  * @memberof AgenticWorkflowRequest
275
275
  */
276
- 'whitelist_hosts'?: Array<string>;
276
+ 'ip_allowlist'?: Array<string>;
277
277
  /**
278
278
  *
279
279
  * @type {string}
@@ -356,11 +356,11 @@ export interface AgenticWorkflowResponse {
356
356
  */
357
357
  'description': string;
358
358
  /**
359
- * Hosts the agentic workflow is allowed to reach
359
+ * CIDR ranges the incoming webhook request\'s source IP is checked against
360
360
  * @type {Array<string>}
361
361
  * @memberof AgenticWorkflowResponse
362
362
  */
363
- 'whitelist_hosts': Array<string>;
363
+ 'ip_allowlist': Array<string>;
364
364
  /**
365
365
  *
366
366
  * @type {string}
@@ -437,12 +437,6 @@ export interface AgenticWorkflowWebhook {
437
437
  * @memberof AgenticWorkflowWebhook
438
438
  */
439
439
  'url': string;
440
- /**
441
- *
442
- * @type {string}
443
- * @memberof AgenticWorkflowWebhook
444
- */
445
- 'secret': string;
446
440
  }
447
441
  /**
448
442
  *
package/dist/api.d.ts CHANGED
@@ -247,11 +247,11 @@ export interface AgenticWorkflowRequest {
247
247
  */
248
248
  'description'?: string;
249
249
  /**
250
- * Hosts the agentic workflow is allowed to reach
250
+ * CIDR ranges the incoming webhook request\'s source IP is checked against
251
251
  * @type {Array<string>}
252
252
  * @memberof AgenticWorkflowRequest
253
253
  */
254
- 'whitelist_hosts'?: Array<string>;
254
+ 'ip_allowlist'?: Array<string>;
255
255
  /**
256
256
  *
257
257
  * @type {string}
@@ -332,11 +332,11 @@ export interface AgenticWorkflowResponse {
332
332
  */
333
333
  'description': string;
334
334
  /**
335
- * Hosts the agentic workflow is allowed to reach
335
+ * CIDR ranges the incoming webhook request\'s source IP is checked against
336
336
  * @type {Array<string>}
337
337
  * @memberof AgenticWorkflowResponse
338
338
  */
339
- 'whitelist_hosts': Array<string>;
339
+ 'ip_allowlist': Array<string>;
340
340
  /**
341
341
  *
342
342
  * @type {string}
@@ -411,12 +411,6 @@ export interface AgenticWorkflowWebhook {
411
411
  * @memberof AgenticWorkflowWebhook
412
412
  */
413
413
  'url': string;
414
- /**
415
- *
416
- * @type {string}
417
- * @memberof AgenticWorkflowWebhook
418
- */
419
- 'secret': string;
420
414
  }
421
415
  /**
422
416
  *
package/dist/esm/api.d.ts CHANGED
@@ -247,11 +247,11 @@ export interface AgenticWorkflowRequest {
247
247
  */
248
248
  'description'?: string;
249
249
  /**
250
- * Hosts the agentic workflow is allowed to reach
250
+ * CIDR ranges the incoming webhook request\'s source IP is checked against
251
251
  * @type {Array<string>}
252
252
  * @memberof AgenticWorkflowRequest
253
253
  */
254
- 'whitelist_hosts'?: Array<string>;
254
+ 'ip_allowlist'?: Array<string>;
255
255
  /**
256
256
  *
257
257
  * @type {string}
@@ -332,11 +332,11 @@ export interface AgenticWorkflowResponse {
332
332
  */
333
333
  'description': string;
334
334
  /**
335
- * Hosts the agentic workflow is allowed to reach
335
+ * CIDR ranges the incoming webhook request\'s source IP is checked against
336
336
  * @type {Array<string>}
337
337
  * @memberof AgenticWorkflowResponse
338
338
  */
339
- 'whitelist_hosts': Array<string>;
339
+ 'ip_allowlist': Array<string>;
340
340
  /**
341
341
  *
342
342
  * @type {string}
@@ -411,12 +411,6 @@ export interface AgenticWorkflowWebhook {
411
411
  * @memberof AgenticWorkflowWebhook
412
412
  */
413
413
  'url': string;
414
- /**
415
- *
416
- * @type {string}
417
- * @memberof AgenticWorkflowWebhook
418
- */
419
- 'secret': string;
420
414
  }
421
415
  /**
422
416
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.929",
3
+ "version": "v1.1.930",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {