Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
33dcd4b
Refactor file structure: move `IterableInbox` to `inbox` directory an…
lposen Nov 7, 2024
a1d215f
Update imports for IterableInboxCustomizations to reflect new file st…
lposen Nov 7, 2024
e5ff188
Refactor file structure: move inbox-related components to `inbox` dir…
lposen Nov 7, 2024
827462a
Refactor imports: consolidate IterableInApp classes into a single inA…
lposen Nov 7, 2024
27f1bf0
Refactor in-app structure: separate classes into individual files, in…
lposen Nov 7, 2024
507902a
Refactor inbox structure: move components to a new `components` direc…
lposen Nov 7, 2024
fd2ea12
Refactor Iterable module: rename AuthResponseCallback to IterableAuth…
lposen Nov 7, 2024
5af5f45
Refactor event names: rename EventName to IterableEventName in Iterab…
lposen Nov 7, 2024
7cf303c
Refactor enums: move IterableAuthResponseResult, IterableEventName, a…
lposen Nov 7, 2024
95c4988
Refactor Iterable module: move IterableActionContext to a new file, u…
lposen Nov 7, 2024
3a52215
Refactor Iterable module: update imports for IterableAuthResponse and…
lposen Nov 7, 2024
9ac9906
Refactor Iterable module: update imports for IterableActionContext, I…
lposen Nov 7, 2024
20b10a3
Refactor Iterable module: move IterablePushPlatform enum to a separat…
lposen Nov 7, 2024
f7066e7
Refactor imports in IterableLogger, IterableUtil, and IterableInAppMe…
lposen Nov 7, 2024
5a1eea0
Refactor Iterable module: update imports for consistency and rename t…
lposen Nov 7, 2024
1db7ca4
Refactor imports in Iterable module: update paths to use absolute imp…
lposen Nov 7, 2024
04dc426
Refactor imports and restructure files in Iterable module: consolidat…
lposen Nov 7, 2024
1393e4b
Undid local path changes as they do not work with the build
lposen Nov 7, 2024
6cfa8a2
Fix import path for package.json in Iterable class to ensure correct …
lposen Nov 7, 2024
4688446
Refactor types in inbox module: change type aliases to interfaces for…
lposen Nov 7, 2024
f96f5c9
Merge branch '2.0.0-alpha/MOB-10131-remove-duplicate-code' into 2.0.0…
lposen Nov 14, 2024
3d92e26
Changed file order as it was messing with mocks
lposen Nov 14, 2024
e6d729f
Merge branch '2.0.0-alpha/MOB-9995-reorganize-source-code' of github.…
lposen Nov 14, 2024
65aa68c
Merge branch '2.0.0-alpha/MOB-10131-remove-duplicate-code' into 2.0.0…
lposen Nov 15, 2024
4216fa7
Remove default exports from Iterable classes and enums
lposen Nov 15, 2024
8ea2a20
Merge branch '2.0.0-alpha/MOB-10131-remove-duplicate-code' into 2.0.0…
lposen Nov 25, 2024
a20baec
Merge branch '2.0.0-alpha/MOB-10131-remove-duplicate-code' into 2.0.0…
lposen Nov 26, 2024
c8ece69
Merge branch '2.0.0-alpha/MOB-10131-remove-duplicate-code' into 2.0.0…
lposen Nov 27, 2024
a7dccb5
Merge branch '2.0.0-alpha/master' into 2.0.0-alpha/MOB-9995-reorganiz…
lposen Dec 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/core/classes/Iterable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,5 +664,3 @@ export class Iterable {
return version;
}
}

export default Iterable;
2 changes: 0 additions & 2 deletions src/core/classes/IterableAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ export class IterableAction {
return new IterableAction(dict.type, dict.data, dict.userInput);
}
}

export default IterableAction;
2 changes: 0 additions & 2 deletions src/core/classes/IterableActionContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ export class IterableActionContext {
return new IterableActionContext(action, source);
}
}

export default IterableActionContext;
2 changes: 0 additions & 2 deletions src/core/classes/IterableAttributionInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ export class IterableAttributionInfo {
this.messageId = messageId;
}
}

export default IterableAttributionInfo;
2 changes: 0 additions & 2 deletions src/core/classes/IterableAuthResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ export class IterableAuthResponse {
successCallback?: () => void;
failureCallback?: () => void;
}

export default IterableAuthResponse;
2 changes: 0 additions & 2 deletions src/core/classes/IterableCommerceItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ export class IterableCommerceItem {
this.dataFields = dataFields;
}
}

export default IterableCommerceItem;
2 changes: 0 additions & 2 deletions src/core/classes/IterableConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,3 @@ export class IterableConfig {
};
}
}

export default IterableConfig;
2 changes: 0 additions & 2 deletions src/core/classes/IterableEdgeInsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ export class IterableEdgeInsets {
);
}
}

export default IterableEdgeInsets;
2 changes: 0 additions & 2 deletions src/core/enums/IterableActionSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ export enum IterableActionSource {
appLink = 1,
inApp = 2,
}

export default IterableActionSource;
2 changes: 0 additions & 2 deletions src/core/enums/IterableAuthResponseResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ export enum IterableAuthResponseResult {
SUCCESS,
FAILURE,
}

export default IterableAuthResponseResult;
2 changes: 0 additions & 2 deletions src/core/enums/IterableEventName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ export enum IterableEventName {
handleAuthSuccessCalled = 'handleAuthSuccessCalled',
handleAuthFailureCalled = 'handleAuthFailureCalled',
}

export default IterableEventName;
2 changes: 0 additions & 2 deletions src/core/enums/IterableLogLevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ export enum IterableLogLevel {
info = 2,
error = 3,
}

export default IterableLogLevel;
2 changes: 0 additions & 2 deletions src/core/enums/IterablePushPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ export enum IterablePushPlatform {
production = 1,
auto = 2,
}

export default IterablePushPlatform;
2 changes: 0 additions & 2 deletions src/inApp/classes/IterableInboxMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ export class IterableInboxMetadata {
return new IterableInboxMetadata(dict.title, dict.subtitle, dict.icon);
}
}

export default IterableInboxMetadata;
2 changes: 0 additions & 2 deletions src/inApp/enums/IterableInAppCloseSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ export enum IterableInAppCloseSource {
link = 1,
unknown = 100,
}

export default IterableInAppCloseSource;
2 changes: 0 additions & 2 deletions src/inApp/enums/IterableInAppContentType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ export enum IterableInAppContentType {
alert = 1,
banner = 2,
}

export default IterableInAppContentType;
2 changes: 0 additions & 2 deletions src/inApp/enums/IterableInAppDeleteSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ export enum IterableInAppDeleteSource {
deleteButton = 1,
unknown = 100,
}

export default IterableInAppDeleteSource;
2 changes: 0 additions & 2 deletions src/inApp/enums/IterableInAppLocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ export enum IterableInAppLocation {
inApp = 0,
inbox = 1,
}

export default IterableInAppLocation;
2 changes: 0 additions & 2 deletions src/inApp/enums/IterableInAppShowResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ export enum IterableInAppShowResponse {
/** Skip showing in-app */
skip = 1,
}

export default IterableInAppShowResponse;
2 changes: 0 additions & 2 deletions src/inApp/enums/IterableInAppTriggerType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ export enum IterableInAppTriggerType {
/** Do not display the in-app automatically via the SDK */
never = 2,
}

export default IterableInAppTriggerType;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see. Disregard the comments on this. :)

Loading