Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion sdk/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import MoEInAppData from "../src/models/MoEInAppData";
import { getUserDeletionData, getUserIdentitiesData } from "../src/moeParser/MoEngagePayloadParser";
import { MoEngageNudgePosition } from "../src/models/MoEngageNudgePosition";
import MoEAnalyticsConfig from "../src/models/MoEAnalyticsConfig";
import { MoESupportedAttributes } from "./models/MoESupportedAttributes";
import { type MoESupportedAttributes } from "./models/MoESupportedAttributes";
import * as MoECoreHandler from "./utils/MoECoreHandler";

const PLATFORM_IOS = "ios";
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/src/models/MoEProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import MoEngageLogger from "../logger/MoEngageLogger";
import { MoEGeoLocationToJson } from "../utils/MoEObjectToJson";
import MoEGeoLocation from "./MoEGeoLocation";
import { MoESupportedAttributes } from "./MoESupportedAttributes";
import { type MoESupportedAttributes } from "./MoESupportedAttributes";

export default class MoEProperties {
private generalAttributes: { [k: string]: any }
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/src/utils/MoEJsonBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { MoEngagePermissionType } from "../models/MoEngagePermissionType";
import MoEInitConfig from "../models/MoEInitConfig";
import MoEngageLogger from "../logger/MoEngageLogger";
import { MoEngageNudgePosition } from "../models/MoEngageNudgePosition";
import { MoESupportedAttributes } from "../models/MoESupportedAttributes";
import { type MoESupportedAttributes } from "../models/MoESupportedAttributes";
import MoESelfHandledCampaign from "../models/MoESelfHandledCampaign";
import MoEInAppRules from "../models/MoEInAppRules";
import { ACCOUNT_META, APP_ID, MOE_DATA, USER_IDENTITY, USER_UNIQUE_IDENTITY } from "./MoEConstants";
Expand Down