Skip to content

Commit

Permalink
fix: import/export permission roles from web-sdk (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta authored Oct 25, 2023
1 parent 1141de5 commit fc5001c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/client-sdk-web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ import {
TopicSelector,
AllCaches,
AllTopics,
CacheRole,
TopicRole,
} from '@gomomento/sdk-core';

import {Configuration} from './config/configuration';
Expand Down Expand Up @@ -169,6 +171,8 @@ export {
EnvMomentoTokenProvider,
AllDataReadWrite,
PermissionScope,
CacheRole,
TopicRole,
/**
* @deprecated please use 'PermissionScope' instead
*/
Expand Down

0 comments on commit fc5001c

Please sign in to comment.