Skip to content

Commit 0663097

Browse files
ae-forgotten-export
1 parent 6296cb8 commit 0663097

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/client-side-encryption/client_encryption.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -886,10 +886,9 @@ export interface AzureEncryptionKeyOptions {
886886
keyVersion?: string | undefined;
887887
}
888888

889-
890889
/**
891890
* @public
892-
* Configuration options for making an Azure encryption key
891+
* Configuration options for making a KMIP encryption key
893892
*/
894893
export interface KMIPEncryptionKeyOptions {
895894
/**
@@ -905,7 +904,6 @@ export interface KMIPEncryptionKeyOptions {
905904
endpoint?: string;
906905
}
907906

908-
909907
/**
910908
* @public
911909
* Options to provide when creating a new data key.

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ export type {
225225
ClientEncryptionRewrapManyDataKeyResult,
226226
DataKey,
227227
GCPEncryptionKeyOptions,
228+
KMIPEncryptionKeyOptions,
228229
RangeOptions
229230
} from './client-side-encryption/client_encryption';
230231
export {

0 commit comments

Comments
 (0)