qovery-typescript-axios 1.1.945 → 1.1.947

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
@@ -20921,6 +20921,7 @@ export interface OrganizationEventTargetResponseList {
20921
20921
  */
20922
20922
 
20923
20923
  export const OrganizationEventTargetType = {
20924
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW',
20924
20925
  APPLICATION: 'APPLICATION',
20925
20926
  CLUSTER: 'CLUSTER',
20926
20927
  CONTAINER: 'CONTAINER',
package/dist/api.d.ts CHANGED
@@ -20323,6 +20323,7 @@ export interface OrganizationEventTargetResponseList {
20323
20323
  * @enum {string}
20324
20324
  */
20325
20325
  export declare const OrganizationEventTargetType: {
20326
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
20326
20327
  readonly APPLICATION: "APPLICATION";
20327
20328
  readonly CLUSTER: "CLUSTER";
20328
20329
  readonly CONTAINER: "CONTAINER";
package/dist/api.js CHANGED
@@ -1134,6 +1134,7 @@ exports.OrganizationEventTargetLevel = {
1134
1134
  * @enum {string}
1135
1135
  */
1136
1136
  exports.OrganizationEventTargetType = {
1137
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW',
1137
1138
  APPLICATION: 'APPLICATION',
1138
1139
  CLUSTER: 'CLUSTER',
1139
1140
  CONTAINER: 'CONTAINER',
package/dist/esm/api.d.ts CHANGED
@@ -20323,6 +20323,7 @@ export interface OrganizationEventTargetResponseList {
20323
20323
  * @enum {string}
20324
20324
  */
20325
20325
  export declare const OrganizationEventTargetType: {
20326
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
20326
20327
  readonly APPLICATION: "APPLICATION";
20327
20328
  readonly CLUSTER: "CLUSTER";
20328
20329
  readonly CONTAINER: "CONTAINER";
package/dist/esm/api.js CHANGED
@@ -1120,6 +1120,7 @@ export const OrganizationEventTargetLevel = {
1120
1120
  * @enum {string}
1121
1121
  */
1122
1122
  export const OrganizationEventTargetType = {
1123
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW',
1123
1124
  APPLICATION: 'APPLICATION',
1124
1125
  CLUSTER: 'CLUSTER',
1125
1126
  CONTAINER: 'CONTAINER',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.945",
3
+ "version": "v1.1.947",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {