Skip to content

Commit

Permalink
chore: rebase main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato committed Jan 17, 2025
1 parent d35f48d commit a0c5d4c
Show file tree
Hide file tree
Showing 7 changed files with 2,181 additions and 2,063 deletions.
31 changes: 31 additions & 0 deletions api-description/web-api.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ paths:
- ENVIRONMENT_COUNT
- LAST_SEEN
- STATE
- TAGS
default: DEFAULT
- name: orderDirection
in: query
Expand Down Expand Up @@ -925,6 +926,13 @@ paths:
required: false
type: integer
format: int32
- name: tags
in: query
required: false
type: array
items:
type: string
collectionFormat: multi
tags:
- Account
/v1/account/list_api_keys:
Expand Down Expand Up @@ -4818,6 +4826,7 @@ definitions:
enum:
- UNKNOWN
- FEATURE_FLAG
- ACCOUNT
default: UNKNOWN
UpdateAccountV2RequestAccountV2Avatar:
type: object
Expand Down Expand Up @@ -5011,6 +5020,13 @@ definitions:
properties:
role:
$ref: '#/definitions/AccountV2RoleOrganization'
accountChangeAccountV2TagsCommand:
type: object
properties:
tags:
type: array
items:
type: string
accountChangeDefaultSearchFilterCommand:
type: object
properties:
Expand Down Expand Up @@ -5129,6 +5145,10 @@ definitions:
type: string
language:
type: string
tags:
type: array
items:
type: string
accountCreateAccountV2Request:
type: object
properties:
Expand All @@ -5155,6 +5175,10 @@ definitions:
type: string
language:
type: string
tags:
type: array
items:
type: string
accountCreateAccountV2Response:
type: object
properties:
Expand Down Expand Up @@ -5368,6 +5392,7 @@ definitions:
- ENVIRONMENT_COUNT
- LAST_SEEN
- STATE
- TAGS
default: DEFAULT
accountListAccountsV2RequestOrderDirection:
type: string
Expand Down Expand Up @@ -5471,6 +5496,12 @@ definitions:
$ref: '#/definitions/UpdateAccountV2RequestAccountV2Avatar'
disabled:
type: boolean
tags:
type: array
items:
type: string
changeTagsCommand:
$ref: '#/definitions/accountChangeAccountV2TagsCommand'
accountUpdateAccountV2Response:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion manifests/bucketeer/charts/api/values.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions manifests/bucketeer/charts/web/values.yaml

Large diffs are not rendered by default.

Binary file modified proto/auditlog/proto_descriptor.pb
Binary file not shown.
Loading

0 comments on commit a0c5d4c

Please sign in to comment.