@@ -15,7 +15,7 @@ type CreateWalletDetailsParams = {
1515 }
1616 | {
1717 type : "aws-kms" ;
18- awsKmsKeyId ?: string ; // depcrecated and unused, todo: remove with next breaking change
18+ awsKmsKeyId ?: string ; // deprecated and unused, todo: remove with next breaking change
1919 awsKmsArn : string ;
2020
2121 awsKmsSecretAccessKey : string ; // will be encrypted and stored, pass plaintext to this function
@@ -24,10 +24,10 @@ type CreateWalletDetailsParams = {
2424 | {
2525 type : "gcp-kms" ;
2626 gcpKmsResourcePath : string ;
27- gcpKmsKeyRingId ?: string ; // depcrecated and unused, todo: remove with next breaking change
28- gcpKmsKeyId ?: string ; // depcrecated and unused, todo: remove with next breaking change
29- gcpKmsKeyVersionId ?: string ; // depcrecated and unused, todo: remove with next breaking change
30- gcpKmsLocationId ?: string ; // depcrecated and unused, todo: remove with next breaking change
27+ gcpKmsKeyRingId ?: string ; // deprecated and unused, todo: remove with next breaking change
28+ gcpKmsKeyId ?: string ; // deprecated and unused, todo: remove with next breaking change
29+ gcpKmsKeyVersionId ?: string ; // deprecated and unused, todo: remove with next breaking change
30+ gcpKmsLocationId ?: string ; // deprecated and unused, todo: remove with next breaking change
3131
3232 gcpApplicationCredentialPrivateKey : string ; // will be encrypted and stored, pass plaintext to this function
3333 gcpApplicationCredentialEmail : string ;
0 commit comments