Skip to content

Commit a8cdc64

Browse files
committed
feat: update generated APIs
1 parent 0540c35 commit a8cdc64

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages_generated/autoscaling/src/index.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6-
export * as Autoscalingv1alpha1 from './v1alpha1/index.gen'
6+
export * as Autoscalingv1alpha1 from './v1alpha1/index.gen'

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'

0 commit comments

Comments
 (0)