Skip to content

Commit

Permalink
fix: forgot to export TopicDiscontinuity in web sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Nov 7, 2024
1 parent dbcfe9e commit 27b8d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client-sdk-web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ import * as CacheSetBatch from '@gomomento/sdk-core/dist/src/messages/responses/
import * as TopicPublish from '@gomomento/sdk-core/dist/src/messages/responses/topic-publish';
import * as TopicSubscribe from '@gomomento/sdk-core/dist/src/messages/responses/topic-subscribe';
import {TopicItem} from '@gomomento/sdk-core/dist/src/messages/responses/topic-item';
import {TopicDiscontinuity} from '@gomomento/sdk-core/dist/src/messages/responses/topic-discontinuity';

// AuthClient Response Types
import * as GenerateApiKey from '@gomomento/sdk-core/dist/src/messages/responses/generate-api-key';
Expand Down Expand Up @@ -284,6 +285,7 @@ export {
TopicClientConfiguration,
TopicClient,
TopicItem,
TopicDiscontinuity,
TopicPublish,
TopicSubscribe,
SubscribeCallOptions,
Expand Down

0 comments on commit 27b8d9a

Please sign in to comment.