Skip to content

Commit af0065e

Browse files
committed
feat: export new authentication and retry policy types in index files
1 parent 50ef0e6 commit af0065e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/core/types/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export * from './IterableAuthFailure';
22
export * from './IterableEdgeInsetDetails';
33
export * from './IterableRetryPolicy';
4-

src/index.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,24 @@ export {
1414
} from './core/classes';
1515
export {
1616
IterableActionSource,
17+
IterableAuthFailureReason,
18+
IterableAuthResponseResult,
1719
IterableDataRegion,
1820
IterableEventName,
1921
IterableLogLevel,
2022
IterablePushPlatform,
23+
IterableRetryBackoff,
2124
} from './core/enums';
2225
export {
2326
useAppStateListener,
2427
useDeviceOrientation,
2528
type IterableDeviceOrientation,
2629
} from './core/hooks';
27-
export { type IterableEdgeInsetDetails } from './core/types';
30+
export type {
31+
IterableAuthFailure,
32+
IterableEdgeInsetDetails,
33+
IterableRetryPolicy,
34+
} from './core/types';
2835
export {
2936
IterableHtmlInAppContent,
3037
IterableInAppCloseSource,

0 commit comments

Comments
 (0)