qovery-typescript-axios 1.1.949 → 1.1.951

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
@@ -37,7 +37,8 @@ export const APIVariableScopeEnum = {
37
37
  CONTAINER: 'CONTAINER',
38
38
  JOB: 'JOB',
39
39
  HELM: 'HELM',
40
- TERRAFORM: 'TERRAFORM'
40
+ TERRAFORM: 'TERRAFORM',
41
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
41
42
  } as const;
42
43
 
43
44
  export type APIVariableScopeEnum = typeof APIVariableScopeEnum[keyof typeof APIVariableScopeEnum];
@@ -20858,11 +20859,15 @@ export interface OrganizationEventResponseListLinks {
20858
20859
 
20859
20860
  export const OrganizationEventSubTargetType = {
20860
20861
  ADVANCED_SETTINGS: 'ADVANCED_SETTINGS',
20862
+ ALERT_RECEIVER: 'ALERT_RECEIVER',
20861
20863
  ALERT_RULE: 'ALERT_RULE',
20862
20864
  ANNOTATIONS_GROUP: 'ANNOTATIONS_GROUP',
20863
20865
  API_TOKEN: 'API_TOKEN',
20866
+ ARGOCD_CLUSTER_MAPPING: 'ARGOCD_CLUSTER_MAPPING',
20867
+ ARGOCD_CONFIGURATION: 'ARGOCD_CONFIGURATION',
20864
20868
  BILLING_INFO: 'BILLING_INFO',
20865
20869
  BILLING_USAGE_REPORT: 'BILLING_USAGE_REPORT',
20870
+ BLUEPRINT_MIGRATION: 'BLUEPRINT_MIGRATION',
20866
20871
  CLOUD_PROVIDER_CREDENTIALS: 'CLOUD_PROVIDER_CREDENTIALS',
20867
20872
  CLUSTER_CREDENTIALS: 'CLUSTER_CREDENTIALS',
20868
20873
  CLUSTER_ROUTING_TABLE: 'CLUSTER_ROUTING_TABLE',
@@ -20873,19 +20878,24 @@ export const OrganizationEventSubTargetType = {
20873
20878
  CUSTOM_ROLE: 'CUSTOM_ROLE',
20874
20879
  DEPLOYMENT_RULE: 'DEPLOYMENT_RULE',
20875
20880
  DEPLOYMENT_STAGE: 'DEPLOYMENT_STAGE',
20881
+ DNS_PROVIDER: 'DNS_PROVIDER',
20876
20882
  GITHUB_APP: 'GITHUB_APP',
20877
20883
  GIT_REPOSITORY: 'GIT_REPOSITORY',
20878
20884
  GIT_TOKEN: 'GIT_TOKEN',
20879
20885
  INVITATION: 'INVITATION',
20886
+ JWT_TOKEN_FORGED: 'JWT_TOKEN_FORGED',
20880
20887
  KUBERNETES_CONFIGURATION: 'KUBERNETES_CONFIGURATION',
20881
20888
  KUBERNETES_CREDENTIALS: 'KUBERNETES_CREDENTIALS',
20882
20889
  LABELS_GROUP: 'LABELS_GROUP',
20890
+ MCP_SERVER: 'MCP_SERVER',
20883
20891
  MEMBER_ROLE: 'MEMBER_ROLE',
20884
20892
  PLAN: 'PLAN',
20893
+ POLICY_API_TOKEN: 'POLICY_API_TOKEN',
20885
20894
  REMOTE_ACCESS: 'REMOTE_ACCESS',
20886
20895
  SECRET: 'SECRET',
20887
20896
  SSO: 'SSO',
20888
20897
  TERRAFORM: 'TERRAFORM',
20898
+ TOOL_CALL: 'TOOL_CALL',
20889
20899
  TRANSFER_OWNERSHIP: 'TRANSFER_OWNERSHIP',
20890
20900
  VARIABLE: 'VARIABLE'
20891
20901
  } as const;
@@ -21007,9 +21017,11 @@ export const OrganizationEventType = {
21007
21017
  SHELL: 'SHELL',
21008
21018
  PORT_FORWARD: 'PORT_FORWARD',
21009
21019
  REMOTE_DEBUG: 'REMOTE_DEBUG',
21020
+ MCP: 'MCP',
21010
21021
  IMPORT: 'IMPORT',
21011
21022
  LOCK: 'LOCK',
21012
- UNLOCK: 'UNLOCK'
21023
+ UNLOCK: 'UNLOCK',
21024
+ REJECTED: 'REJECTED'
21013
21025
  } as const;
21014
21026
 
21015
21027
  export type OrganizationEventType = typeof OrganizationEventType[keyof typeof OrganizationEventType];
@@ -24546,7 +24558,8 @@ export const ServiceTypeForVariableEnum = {
24546
24558
  CONTAINER: 'CONTAINER',
24547
24559
  JOB: 'JOB',
24548
24560
  HELM: 'HELM',
24549
- TERRAFORM: 'TERRAFORM'
24561
+ TERRAFORM: 'TERRAFORM',
24562
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
24550
24563
  } as const;
24551
24564
 
24552
24565
  export type ServiceTypeForVariableEnum = typeof ServiceTypeForVariableEnum[keyof typeof ServiceTypeForVariableEnum];
package/dist/api.d.ts CHANGED
@@ -27,6 +27,7 @@ export declare const APIVariableScopeEnum: {
27
27
  readonly JOB: "JOB";
28
28
  readonly HELM: "HELM";
29
29
  readonly TERRAFORM: "TERRAFORM";
30
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
30
31
  };
31
32
  export type APIVariableScopeEnum = typeof APIVariableScopeEnum[keyof typeof APIVariableScopeEnum];
32
33
  /**
@@ -20268,11 +20269,15 @@ export interface OrganizationEventResponseListLinks {
20268
20269
  */
20269
20270
  export declare const OrganizationEventSubTargetType: {
20270
20271
  readonly ADVANCED_SETTINGS: "ADVANCED_SETTINGS";
20272
+ readonly ALERT_RECEIVER: "ALERT_RECEIVER";
20271
20273
  readonly ALERT_RULE: "ALERT_RULE";
20272
20274
  readonly ANNOTATIONS_GROUP: "ANNOTATIONS_GROUP";
20273
20275
  readonly API_TOKEN: "API_TOKEN";
20276
+ readonly ARGOCD_CLUSTER_MAPPING: "ARGOCD_CLUSTER_MAPPING";
20277
+ readonly ARGOCD_CONFIGURATION: "ARGOCD_CONFIGURATION";
20274
20278
  readonly BILLING_INFO: "BILLING_INFO";
20275
20279
  readonly BILLING_USAGE_REPORT: "BILLING_USAGE_REPORT";
20280
+ readonly BLUEPRINT_MIGRATION: "BLUEPRINT_MIGRATION";
20276
20281
  readonly CLOUD_PROVIDER_CREDENTIALS: "CLOUD_PROVIDER_CREDENTIALS";
20277
20282
  readonly CLUSTER_CREDENTIALS: "CLUSTER_CREDENTIALS";
20278
20283
  readonly CLUSTER_ROUTING_TABLE: "CLUSTER_ROUTING_TABLE";
@@ -20283,19 +20288,24 @@ export declare const OrganizationEventSubTargetType: {
20283
20288
  readonly CUSTOM_ROLE: "CUSTOM_ROLE";
20284
20289
  readonly DEPLOYMENT_RULE: "DEPLOYMENT_RULE";
20285
20290
  readonly DEPLOYMENT_STAGE: "DEPLOYMENT_STAGE";
20291
+ readonly DNS_PROVIDER: "DNS_PROVIDER";
20286
20292
  readonly GITHUB_APP: "GITHUB_APP";
20287
20293
  readonly GIT_REPOSITORY: "GIT_REPOSITORY";
20288
20294
  readonly GIT_TOKEN: "GIT_TOKEN";
20289
20295
  readonly INVITATION: "INVITATION";
20296
+ readonly JWT_TOKEN_FORGED: "JWT_TOKEN_FORGED";
20290
20297
  readonly KUBERNETES_CONFIGURATION: "KUBERNETES_CONFIGURATION";
20291
20298
  readonly KUBERNETES_CREDENTIALS: "KUBERNETES_CREDENTIALS";
20292
20299
  readonly LABELS_GROUP: "LABELS_GROUP";
20300
+ readonly MCP_SERVER: "MCP_SERVER";
20293
20301
  readonly MEMBER_ROLE: "MEMBER_ROLE";
20294
20302
  readonly PLAN: "PLAN";
20303
+ readonly POLICY_API_TOKEN: "POLICY_API_TOKEN";
20295
20304
  readonly REMOTE_ACCESS: "REMOTE_ACCESS";
20296
20305
  readonly SECRET: "SECRET";
20297
20306
  readonly SSO: "SSO";
20298
20307
  readonly TERRAFORM: "TERRAFORM";
20308
+ readonly TOOL_CALL: "TOOL_CALL";
20299
20309
  readonly TRANSFER_OWNERSHIP: "TRANSFER_OWNERSHIP";
20300
20310
  readonly VARIABLE: "VARIABLE";
20301
20311
  };
@@ -20405,9 +20415,11 @@ export declare const OrganizationEventType: {
20405
20415
  readonly SHELL: "SHELL";
20406
20416
  readonly PORT_FORWARD: "PORT_FORWARD";
20407
20417
  readonly REMOTE_DEBUG: "REMOTE_DEBUG";
20418
+ readonly MCP: "MCP";
20408
20419
  readonly IMPORT: "IMPORT";
20409
20420
  readonly LOCK: "LOCK";
20410
20421
  readonly UNLOCK: "UNLOCK";
20422
+ readonly REJECTED: "REJECTED";
20411
20423
  };
20412
20424
  export type OrganizationEventType = typeof OrganizationEventType[keyof typeof OrganizationEventType];
20413
20425
  /**
@@ -23798,6 +23810,7 @@ export declare const ServiceTypeForVariableEnum: {
23798
23810
  readonly JOB: "JOB";
23799
23811
  readonly HELM: "HELM";
23800
23812
  readonly TERRAFORM: "TERRAFORM";
23813
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
23801
23814
  };
23802
23815
  export type ServiceTypeForVariableEnum = typeof ServiceTypeForVariableEnum[keyof typeof ServiceTypeForVariableEnum];
23803
23816
  /**
package/dist/api.js CHANGED
@@ -53,7 +53,8 @@ exports.APIVariableScopeEnum = {
53
53
  CONTAINER: 'CONTAINER',
54
54
  JOB: 'JOB',
55
55
  HELM: 'HELM',
56
- TERRAFORM: 'TERRAFORM'
56
+ TERRAFORM: 'TERRAFORM',
57
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
57
58
  };
58
59
  /**
59
60
  * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET, FILE_EXTERNAL_SECRET)
@@ -1088,11 +1089,15 @@ exports.OrganizationEventOrigin = {
1088
1089
  */
1089
1090
  exports.OrganizationEventSubTargetType = {
1090
1091
  ADVANCED_SETTINGS: 'ADVANCED_SETTINGS',
1092
+ ALERT_RECEIVER: 'ALERT_RECEIVER',
1091
1093
  ALERT_RULE: 'ALERT_RULE',
1092
1094
  ANNOTATIONS_GROUP: 'ANNOTATIONS_GROUP',
1093
1095
  API_TOKEN: 'API_TOKEN',
1096
+ ARGOCD_CLUSTER_MAPPING: 'ARGOCD_CLUSTER_MAPPING',
1097
+ ARGOCD_CONFIGURATION: 'ARGOCD_CONFIGURATION',
1094
1098
  BILLING_INFO: 'BILLING_INFO',
1095
1099
  BILLING_USAGE_REPORT: 'BILLING_USAGE_REPORT',
1100
+ BLUEPRINT_MIGRATION: 'BLUEPRINT_MIGRATION',
1096
1101
  CLOUD_PROVIDER_CREDENTIALS: 'CLOUD_PROVIDER_CREDENTIALS',
1097
1102
  CLUSTER_CREDENTIALS: 'CLUSTER_CREDENTIALS',
1098
1103
  CLUSTER_ROUTING_TABLE: 'CLUSTER_ROUTING_TABLE',
@@ -1103,19 +1108,24 @@ exports.OrganizationEventSubTargetType = {
1103
1108
  CUSTOM_ROLE: 'CUSTOM_ROLE',
1104
1109
  DEPLOYMENT_RULE: 'DEPLOYMENT_RULE',
1105
1110
  DEPLOYMENT_STAGE: 'DEPLOYMENT_STAGE',
1111
+ DNS_PROVIDER: 'DNS_PROVIDER',
1106
1112
  GITHUB_APP: 'GITHUB_APP',
1107
1113
  GIT_REPOSITORY: 'GIT_REPOSITORY',
1108
1114
  GIT_TOKEN: 'GIT_TOKEN',
1109
1115
  INVITATION: 'INVITATION',
1116
+ JWT_TOKEN_FORGED: 'JWT_TOKEN_FORGED',
1110
1117
  KUBERNETES_CONFIGURATION: 'KUBERNETES_CONFIGURATION',
1111
1118
  KUBERNETES_CREDENTIALS: 'KUBERNETES_CREDENTIALS',
1112
1119
  LABELS_GROUP: 'LABELS_GROUP',
1120
+ MCP_SERVER: 'MCP_SERVER',
1113
1121
  MEMBER_ROLE: 'MEMBER_ROLE',
1114
1122
  PLAN: 'PLAN',
1123
+ POLICY_API_TOKEN: 'POLICY_API_TOKEN',
1115
1124
  REMOTE_ACCESS: 'REMOTE_ACCESS',
1116
1125
  SECRET: 'SECRET',
1117
1126
  SSO: 'SSO',
1118
1127
  TERRAFORM: 'TERRAFORM',
1128
+ TOOL_CALL: 'TOOL_CALL',
1119
1129
  TRANSFER_OWNERSHIP: 'TRANSFER_OWNERSHIP',
1120
1130
  VARIABLE: 'VARIABLE'
1121
1131
  };
@@ -1209,9 +1219,11 @@ exports.OrganizationEventType = {
1209
1219
  SHELL: 'SHELL',
1210
1220
  PORT_FORWARD: 'PORT_FORWARD',
1211
1221
  REMOTE_DEBUG: 'REMOTE_DEBUG',
1222
+ MCP: 'MCP',
1212
1223
  IMPORT: 'IMPORT',
1213
1224
  LOCK: 'LOCK',
1214
- UNLOCK: 'UNLOCK'
1225
+ UNLOCK: 'UNLOCK',
1226
+ REJECTED: 'REJECTED'
1215
1227
  };
1216
1228
  /**
1217
1229
  *
@@ -1478,7 +1490,8 @@ exports.ServiceTypeForVariableEnum = {
1478
1490
  CONTAINER: 'CONTAINER',
1479
1491
  JOB: 'JOB',
1480
1492
  HELM: 'HELM',
1481
- TERRAFORM: 'TERRAFORM'
1493
+ TERRAFORM: 'TERRAFORM',
1494
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
1482
1495
  };
1483
1496
  exports.ServicesOverviewResponseManagedByEnum = {
1484
1497
  QOVERY: 'QOVERY',
package/dist/esm/api.d.ts CHANGED
@@ -27,6 +27,7 @@ export declare const APIVariableScopeEnum: {
27
27
  readonly JOB: "JOB";
28
28
  readonly HELM: "HELM";
29
29
  readonly TERRAFORM: "TERRAFORM";
30
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
30
31
  };
31
32
  export type APIVariableScopeEnum = typeof APIVariableScopeEnum[keyof typeof APIVariableScopeEnum];
32
33
  /**
@@ -20268,11 +20269,15 @@ export interface OrganizationEventResponseListLinks {
20268
20269
  */
20269
20270
  export declare const OrganizationEventSubTargetType: {
20270
20271
  readonly ADVANCED_SETTINGS: "ADVANCED_SETTINGS";
20272
+ readonly ALERT_RECEIVER: "ALERT_RECEIVER";
20271
20273
  readonly ALERT_RULE: "ALERT_RULE";
20272
20274
  readonly ANNOTATIONS_GROUP: "ANNOTATIONS_GROUP";
20273
20275
  readonly API_TOKEN: "API_TOKEN";
20276
+ readonly ARGOCD_CLUSTER_MAPPING: "ARGOCD_CLUSTER_MAPPING";
20277
+ readonly ARGOCD_CONFIGURATION: "ARGOCD_CONFIGURATION";
20274
20278
  readonly BILLING_INFO: "BILLING_INFO";
20275
20279
  readonly BILLING_USAGE_REPORT: "BILLING_USAGE_REPORT";
20280
+ readonly BLUEPRINT_MIGRATION: "BLUEPRINT_MIGRATION";
20276
20281
  readonly CLOUD_PROVIDER_CREDENTIALS: "CLOUD_PROVIDER_CREDENTIALS";
20277
20282
  readonly CLUSTER_CREDENTIALS: "CLUSTER_CREDENTIALS";
20278
20283
  readonly CLUSTER_ROUTING_TABLE: "CLUSTER_ROUTING_TABLE";
@@ -20283,19 +20288,24 @@ export declare const OrganizationEventSubTargetType: {
20283
20288
  readonly CUSTOM_ROLE: "CUSTOM_ROLE";
20284
20289
  readonly DEPLOYMENT_RULE: "DEPLOYMENT_RULE";
20285
20290
  readonly DEPLOYMENT_STAGE: "DEPLOYMENT_STAGE";
20291
+ readonly DNS_PROVIDER: "DNS_PROVIDER";
20286
20292
  readonly GITHUB_APP: "GITHUB_APP";
20287
20293
  readonly GIT_REPOSITORY: "GIT_REPOSITORY";
20288
20294
  readonly GIT_TOKEN: "GIT_TOKEN";
20289
20295
  readonly INVITATION: "INVITATION";
20296
+ readonly JWT_TOKEN_FORGED: "JWT_TOKEN_FORGED";
20290
20297
  readonly KUBERNETES_CONFIGURATION: "KUBERNETES_CONFIGURATION";
20291
20298
  readonly KUBERNETES_CREDENTIALS: "KUBERNETES_CREDENTIALS";
20292
20299
  readonly LABELS_GROUP: "LABELS_GROUP";
20300
+ readonly MCP_SERVER: "MCP_SERVER";
20293
20301
  readonly MEMBER_ROLE: "MEMBER_ROLE";
20294
20302
  readonly PLAN: "PLAN";
20303
+ readonly POLICY_API_TOKEN: "POLICY_API_TOKEN";
20295
20304
  readonly REMOTE_ACCESS: "REMOTE_ACCESS";
20296
20305
  readonly SECRET: "SECRET";
20297
20306
  readonly SSO: "SSO";
20298
20307
  readonly TERRAFORM: "TERRAFORM";
20308
+ readonly TOOL_CALL: "TOOL_CALL";
20299
20309
  readonly TRANSFER_OWNERSHIP: "TRANSFER_OWNERSHIP";
20300
20310
  readonly VARIABLE: "VARIABLE";
20301
20311
  };
@@ -20405,9 +20415,11 @@ export declare const OrganizationEventType: {
20405
20415
  readonly SHELL: "SHELL";
20406
20416
  readonly PORT_FORWARD: "PORT_FORWARD";
20407
20417
  readonly REMOTE_DEBUG: "REMOTE_DEBUG";
20418
+ readonly MCP: "MCP";
20408
20419
  readonly IMPORT: "IMPORT";
20409
20420
  readonly LOCK: "LOCK";
20410
20421
  readonly UNLOCK: "UNLOCK";
20422
+ readonly REJECTED: "REJECTED";
20411
20423
  };
20412
20424
  export type OrganizationEventType = typeof OrganizationEventType[keyof typeof OrganizationEventType];
20413
20425
  /**
@@ -23798,6 +23810,7 @@ export declare const ServiceTypeForVariableEnum: {
23798
23810
  readonly JOB: "JOB";
23799
23811
  readonly HELM: "HELM";
23800
23812
  readonly TERRAFORM: "TERRAFORM";
23813
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
23801
23814
  };
23802
23815
  export type ServiceTypeForVariableEnum = typeof ServiceTypeForVariableEnum[keyof typeof ServiceTypeForVariableEnum];
23803
23816
  /**
package/dist/esm/api.js CHANGED
@@ -39,7 +39,8 @@ export const APIVariableScopeEnum = {
39
39
  CONTAINER: 'CONTAINER',
40
40
  JOB: 'JOB',
41
41
  HELM: 'HELM',
42
- TERRAFORM: 'TERRAFORM'
42
+ TERRAFORM: 'TERRAFORM',
43
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
43
44
  };
44
45
  /**
45
46
  * type of the environment variable (VALUE, FILE, ALIAS, OVERRIDE, BUIT_IN, EXTERNAL_SECRET, FILE_EXTERNAL_SECRET)
@@ -1074,11 +1075,15 @@ export const OrganizationEventOrigin = {
1074
1075
  */
1075
1076
  export const OrganizationEventSubTargetType = {
1076
1077
  ADVANCED_SETTINGS: 'ADVANCED_SETTINGS',
1078
+ ALERT_RECEIVER: 'ALERT_RECEIVER',
1077
1079
  ALERT_RULE: 'ALERT_RULE',
1078
1080
  ANNOTATIONS_GROUP: 'ANNOTATIONS_GROUP',
1079
1081
  API_TOKEN: 'API_TOKEN',
1082
+ ARGOCD_CLUSTER_MAPPING: 'ARGOCD_CLUSTER_MAPPING',
1083
+ ARGOCD_CONFIGURATION: 'ARGOCD_CONFIGURATION',
1080
1084
  BILLING_INFO: 'BILLING_INFO',
1081
1085
  BILLING_USAGE_REPORT: 'BILLING_USAGE_REPORT',
1086
+ BLUEPRINT_MIGRATION: 'BLUEPRINT_MIGRATION',
1082
1087
  CLOUD_PROVIDER_CREDENTIALS: 'CLOUD_PROVIDER_CREDENTIALS',
1083
1088
  CLUSTER_CREDENTIALS: 'CLUSTER_CREDENTIALS',
1084
1089
  CLUSTER_ROUTING_TABLE: 'CLUSTER_ROUTING_TABLE',
@@ -1089,19 +1094,24 @@ export const OrganizationEventSubTargetType = {
1089
1094
  CUSTOM_ROLE: 'CUSTOM_ROLE',
1090
1095
  DEPLOYMENT_RULE: 'DEPLOYMENT_RULE',
1091
1096
  DEPLOYMENT_STAGE: 'DEPLOYMENT_STAGE',
1097
+ DNS_PROVIDER: 'DNS_PROVIDER',
1092
1098
  GITHUB_APP: 'GITHUB_APP',
1093
1099
  GIT_REPOSITORY: 'GIT_REPOSITORY',
1094
1100
  GIT_TOKEN: 'GIT_TOKEN',
1095
1101
  INVITATION: 'INVITATION',
1102
+ JWT_TOKEN_FORGED: 'JWT_TOKEN_FORGED',
1096
1103
  KUBERNETES_CONFIGURATION: 'KUBERNETES_CONFIGURATION',
1097
1104
  KUBERNETES_CREDENTIALS: 'KUBERNETES_CREDENTIALS',
1098
1105
  LABELS_GROUP: 'LABELS_GROUP',
1106
+ MCP_SERVER: 'MCP_SERVER',
1099
1107
  MEMBER_ROLE: 'MEMBER_ROLE',
1100
1108
  PLAN: 'PLAN',
1109
+ POLICY_API_TOKEN: 'POLICY_API_TOKEN',
1101
1110
  REMOTE_ACCESS: 'REMOTE_ACCESS',
1102
1111
  SECRET: 'SECRET',
1103
1112
  SSO: 'SSO',
1104
1113
  TERRAFORM: 'TERRAFORM',
1114
+ TOOL_CALL: 'TOOL_CALL',
1105
1115
  TRANSFER_OWNERSHIP: 'TRANSFER_OWNERSHIP',
1106
1116
  VARIABLE: 'VARIABLE'
1107
1117
  };
@@ -1195,9 +1205,11 @@ export const OrganizationEventType = {
1195
1205
  SHELL: 'SHELL',
1196
1206
  PORT_FORWARD: 'PORT_FORWARD',
1197
1207
  REMOTE_DEBUG: 'REMOTE_DEBUG',
1208
+ MCP: 'MCP',
1198
1209
  IMPORT: 'IMPORT',
1199
1210
  LOCK: 'LOCK',
1200
- UNLOCK: 'UNLOCK'
1211
+ UNLOCK: 'UNLOCK',
1212
+ REJECTED: 'REJECTED'
1201
1213
  };
1202
1214
  /**
1203
1215
  *
@@ -1464,7 +1476,8 @@ export const ServiceTypeForVariableEnum = {
1464
1476
  CONTAINER: 'CONTAINER',
1465
1477
  JOB: 'JOB',
1466
1478
  HELM: 'HELM',
1467
- TERRAFORM: 'TERRAFORM'
1479
+ TERRAFORM: 'TERRAFORM',
1480
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
1468
1481
  };
1469
1482
  export const ServicesOverviewResponseManagedByEnum = {
1470
1483
  QOVERY: 'QOVERY',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.949",
3
+ "version": "v1.1.951",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {