Skip to content

Commit 390f67d

Browse files
authored
Merge pull request #468 from Danielle9897/RDBC-882-exposeSingleNodeBatchCommand-v5.4
RDBC-882 Expose SingleNodeBatchCommand in index.ts (v5.4)
2 parents 0389a1a + 017fc4d commit 390f67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export { DeleteByQueryOperation } from "./Documents/Operations/DeleteByQueryOper
146146
export { GetCollectionStatisticsOperation } from "./Documents/Operations/GetCollectionStatisticsOperation";
147147
export { CollectionStatistics } from "./Documents/Operations/CollectionStatistics";
148148
export { GetServerWideExternalReplicationsResponse } from "./Documents/Operations/GetServerWideExternalReplicationsResponse";
149+
export { SingleNodeBatchCommand } from "./Documents/Commands/Batches/SingleNodeBatchCommand.js";
149150
export { CreateSubscriptionCommand } from "./Documents/Commands/CreateSubscriptionCommand.js";
150151
export { GetNextOperationIdCommand } from "./Documents/Commands/GetNextOperationIdCommand";
151152
export { KillOperationCommand } from "./Documents/Commands/KillOperationCommand";

0 commit comments

Comments
 (0)