Skip to content

Commit 9a17c77

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@0c8f5d2 from refs/heads/main
1 parent 1220686 commit 9a17c77

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

api.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15284,8 +15284,11 @@ export interface OrganizationEventResponseListLinks {
1528415284

1528515285
export const OrganizationEventSubTargetType = {
1528615286
ADVANCED_SETTINGS: 'ADVANCED_SETTINGS',
15287+
ALERT_RULE: 'ALERT_RULE',
15288+
ANNOTATIONS_GROUP: 'ANNOTATIONS_GROUP',
1528715289
API_TOKEN: 'API_TOKEN',
1528815290
BILLING_INFO: 'BILLING_INFO',
15291+
BILLING_USAGE_REPORT: 'BILLING_USAGE_REPORT',
1528915292
CLOUD_PROVIDER_CREDENTIALS: 'CLOUD_PROVIDER_CREDENTIALS',
1529015293
CLUSTER_CREDENTIALS: 'CLUSTER_CREDENTIALS',
1529115294
CLUSTER_ROUTING_TABLE: 'CLUSTER_ROUTING_TABLE',
@@ -15300,9 +15303,14 @@ export const OrganizationEventSubTargetType = {
1530015303
GIT_REPOSITORY: 'GIT_REPOSITORY',
1530115304
GIT_TOKEN: 'GIT_TOKEN',
1530215305
INVITATION: 'INVITATION',
15306+
KUBERNETES_CONFIGURATION: 'KUBERNETES_CONFIGURATION',
15307+
KUBERNETES_CREDENTIALS: 'KUBERNETES_CREDENTIALS',
15308+
LABELS_GROUP: 'LABELS_GROUP',
1530315309
MEMBER_ROLE: 'MEMBER_ROLE',
1530415310
PLAN: 'PLAN',
15311+
REMOTE_ACCESS: 'REMOTE_ACCESS',
1530515312
SECRET: 'SECRET',
15313+
SSO: 'SSO',
1530615314
TERRAFORM: 'TERRAFORM',
1530715315
TRANSFER_OWNERSHIP: 'TRANSFER_OWNERSHIP',
1530815316
VARIABLE: 'VARIABLE'
@@ -15354,6 +15362,7 @@ export const OrganizationEventTargetType = {
1535415362
ENVIRONMENT: 'ENVIRONMENT',
1535515363
JOB: 'JOB',
1535615364
HELM: 'HELM',
15365+
HELM_REPOSITORY: 'HELM_REPOSITORY',
1535715366
MEMBERS_AND_ROLES: 'MEMBERS_AND_ROLES',
1535815367
ORGANIZATION: 'ORGANIZATION',
1535915368
PROJECT: 'PROJECT',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qovery-typescript-axios",
3-
"version": "v1.1.768",
3+
"version": "1.0.4",
44
"description": "OpenAPI client for qovery-typescript-axios",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)