Skip to content

Commit

Permalink
chore: export sorted set put elements options (#1483)
Browse files Browse the repository at this point in the history
In service of the multi-region writer client, we export
`SortedSetPutElementsOptions`.
  • Loading branch information
malandis authored Dec 19, 2024
1 parent f73d399 commit fbbb689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client-sdk-nodejs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ import {
IMomentoCache,
SubscribeCallOptions,
SetOptions,
SortedSetPutElementsOptions,
CacheInfo,
CollectionTtl,
ItemType,
Expand Down Expand Up @@ -291,6 +292,7 @@ export {
CollectionTtl,
ItemType,
SetOptions,
SortedSetPutElementsOptions,
SortedSetOrder,
Configurations,
Configuration,
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export {
SetIfNotEqualOptions,
SetIfPresentAndNotEqualOptions,
SetIfAbsentOrEqualOptions,
SortedSetPutElementsOptions,
IncrementOptions,
} from './clients/ICacheClient';

Expand Down

0 comments on commit fbbb689

Please sign in to comment.