Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ae-forgotten-export
  • Loading branch information
baileympearson committed Jun 4, 2024
commit 0663097d8c02da9a56121de6706e4f8fa13f53e8
4 changes: 1 addition & 3 deletions src/client-side-encryption/client_encryption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,9 @@ export interface AzureEncryptionKeyOptions {
keyVersion?: string | undefined;
}


/**
* @public
* Configuration options for making an Azure encryption key
* Configuration options for making a KMIP encryption key
*/
export interface KMIPEncryptionKeyOptions {
/**
Expand All @@ -905,7 +904,6 @@ export interface KMIPEncryptionKeyOptions {
endpoint?: string;
}


/**
* @public
* Options to provide when creating a new data key.
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export type {
ClientEncryptionRewrapManyDataKeyResult,
DataKey,
GCPEncryptionKeyOptions,
KMIPEncryptionKeyOptions,
RangeOptions
} from './client-side-encryption/client_encryption';
export {
Expand Down