File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
product_catalog/src/v2alpha1 Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export type {
2323 PublicCatalogProductPropertiesHardwareRAM ,
2424 PublicCatalogProductPropertiesHardwareStorage ,
2525 PublicCatalogProductPropertiesInstance ,
26+ PublicCatalogProductStatus ,
2627 PublicCatalogProductUnitOfMeasure ,
2728 PublicCatalogProductUnitOfMeasureCountableUnit ,
2829} from './types.gen'
You can’t perform that action at this time.
0 commit comments