Skip to content

Commit

Permalink
Merge pull request #465 from Danielle9897/RDBC-880-exportCreateSubscr…
Browse files Browse the repository at this point in the history
…iptionCommand-v6.0

RDBC-880 Expose CreateSubscriptionCommand in index.ts (v6.0)
  • Loading branch information
ml054 authored Nov 17, 2024
2 parents b82a209 + 57a063c commit 266a6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export { DeleteByQueryOperation } from "./Documents/Operations/DeleteByQueryOper
export { GetCollectionStatisticsOperation } from "./Documents/Operations/GetCollectionStatisticsOperation.js";
export type { CollectionStatistics } from "./Documents/Operations/CollectionStatistics.js";
export type { GetServerWideExternalReplicationsResponse } from "./Documents/Operations/GetServerWideExternalReplicationsResponse.js";
export { CreateSubscriptionCommand } from "./Documents/Commands/CreateSubscriptionCommand.js";
export { GetNextOperationIdCommand } from "./Documents/Commands/GetNextOperationIdCommand.js";
export { KillOperationCommand } from "./Documents/Commands/KillOperationCommand.js";
export { DeleteDocumentCommand } from "./Documents/Commands/DeleteDocumentCommand.js";
Expand Down

0 comments on commit 266a6e1

Please sign in to comment.