Skip to content

Commit 11f28dd

Browse files
committed
feat: update generated APIs
1 parent c74066b commit 11f28dd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export type {
1919
GetPublicKeyRequest,
2020
ImportKeyMaterialRequest,
2121
Key,
22+
KeyAlgorithmAsymmetricEncryption,
23+
KeyAlgorithmAsymmetricSigning,
2224
KeyAlgorithmSymmetricEncryption,
2325
KeyOrigin,
2426
KeyRotationPolicy,
@@ -30,6 +32,10 @@ export type {
3032
ProtectKeyRequest,
3133
PublicKey,
3234
RotateKeyRequest,
35+
SignRequest,
36+
SignResponse,
3337
UnprotectKeyRequest,
3438
UpdateKeyRequest,
39+
VerifyRequest,
40+
VerifyResponse,
3541
} from './types.gen'

packages_generated/product_catalog/src/v2alpha1/index.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type {
2323
PublicCatalogProductPropertiesHardwareRAM,
2424
PublicCatalogProductPropertiesHardwareStorage,
2525
PublicCatalogProductPropertiesInstance,
26+
PublicCatalogProductStatus,
2627
PublicCatalogProductUnitOfMeasure,
2728
PublicCatalogProductUnitOfMeasureCountableUnit,
2829
} from './types.gen'

0 commit comments

Comments
 (0)