diff --git a/packages/client-sdk-nodejs/src/index.ts b/packages/client-sdk-nodejs/src/index.ts index 29bc2cf65..7f7375576 100644 --- a/packages/client-sdk-nodejs/src/index.ts +++ b/packages/client-sdk-nodejs/src/index.ts @@ -112,6 +112,7 @@ import { IMomentoCache, SubscribeCallOptions, SetOptions, + SortedSetPutElementsOptions, CacheInfo, CollectionTtl, ItemType, @@ -291,6 +292,7 @@ export { CollectionTtl, ItemType, SetOptions, + SortedSetPutElementsOptions, SortedSetOrder, Configurations, Configuration, diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 9b988de04..6fe78e14b 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -158,6 +158,7 @@ export { SetIfNotEqualOptions, SetIfPresentAndNotEqualOptions, SetIfAbsentOrEqualOptions, + SortedSetPutElementsOptions, IncrementOptions, } from './clients/ICacheClient';