Skip to content

Commit 7a35cdb

Browse files
scaleway-botMia-Crossjremy42
authored
fix(key_manager): add scheduled_for_deletion state (#2246)
Co-authored-by: Mia-Cross <[email protected]> Co-authored-by: Jonathan R. <[email protected]>
1 parent 73fcee8 commit 7a35cdb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages_generated/key_manager/src/v1alpha1/api.gen.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3+
4+
import type { ApiLocality } from '@scaleway/sdk-client'
35
import {
4-
API as ParentAPI,
56
enrichForPagination,
7+
API as ParentAPI,
68
toApiLocality,
79
urlParams,
810
validatePathParam,
911
} from '@scaleway/sdk-client'
10-
import type { ApiLocality } from '@scaleway/sdk-client'
1112
import {
1213
marshalCreateKeyRequest,
1314
marshalDecryptRequest,

packages_generated/key_manager/src/v1alpha1/marshalling.gen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3+
4+
import type { DefaultValues } from '@scaleway/sdk-client'
35
import {
46
isJSONObject,
57
resolveOneOf,
68
unmarshalArrayOfObject,
79
unmarshalDate,
810
} from '@scaleway/sdk-client'
9-
import type { DefaultValues } from '@scaleway/sdk-client'
1011
import type {
1112
CreateKeyRequest,
1213
DataKey,

packages_generated/key_manager/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export type KeyState =
3434
| 'enabled'
3535
| 'disabled'
3636
| 'pending_key_material'
37+
| 'scheduled_for_deletion'
3738

3839
export type ListKeysRequestOrderBy =
3940
| 'name_asc'

0 commit comments

Comments
 (0)