@marqeta/ux-toolkit-sdk-javascript 2.26.1 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-44EA4NBI.mjs → chunk-ADRAH5ZN.mjs} +6767 -1562
- package/dist/{chunk-UPL33VX3.js → chunk-CRVH42IV.js} +7046 -1705
- package/dist/index.d.mts +115 -15
- package/dist/index.d.ts +115 -15
- package/dist/index.js +479 -461
- package/dist/index.mjs +2 -2
- package/dist/react-native.d.mts +1 -1
- package/dist/react-native.d.ts +1 -1
- package/dist/react-native.js +717 -535
- package/dist/react-native.mjs +205 -41
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1283,9 +1283,10 @@ declare const CUI_IFRAME_BASE_URL$4 = "https://web.ux-toolkit.dev.marqeta.com";
|
|
|
1283
1283
|
declare const GA_MAX_QUEUE_TTL$4 = 5000;
|
|
1284
1284
|
declare const GA_MAX_REQUEST_EVENT_LIMIT$4 = 3;
|
|
1285
1285
|
declare const I18N_BASE_URL$4 = "https://web.ux-toolkit.dev.marqeta.com";
|
|
1286
|
+
declare const DEFAULT_LOG_LEVEL$4 = "info";
|
|
1286
1287
|
|
|
1287
1288
|
declare namespace development {
|
|
1288
|
-
export { CDN_CARD_ART_BASE_URL$4 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$5 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$5 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$4 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$4 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$4 as CUI_IFRAME_BASE_URL, GA_MAX_QUEUE_TTL$4 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$4 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$4 as I18N_BASE_URL };
|
|
1289
|
+
export { CDN_CARD_ART_BASE_URL$4 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$5 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$5 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$4 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$4 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$4 as CUI_IFRAME_BASE_URL, DEFAULT_LOG_LEVEL$4 as DEFAULT_LOG_LEVEL, GA_MAX_QUEUE_TTL$4 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$4 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$4 as I18N_BASE_URL };
|
|
1289
1290
|
}
|
|
1290
1291
|
|
|
1291
1292
|
declare const CDN_CARD_ART_BASE_URL$3 = "https://web.ux-toolkit.qa.marqeta.com";
|
|
@@ -1297,9 +1298,10 @@ declare const CUI_IFRAME_BASE_URL$3 = "http://localhost:4001";
|
|
|
1297
1298
|
declare const GA_MAX_QUEUE_TTL$3 = 5000;
|
|
1298
1299
|
declare const GA_MAX_REQUEST_EVENT_LIMIT$3 = 3;
|
|
1299
1300
|
declare const I18N_BASE_URL$3 = "http://localhost:4001/static";
|
|
1301
|
+
declare const DEFAULT_LOG_LEVEL$3 = "info";
|
|
1300
1302
|
|
|
1301
1303
|
declare namespace localhost {
|
|
1302
|
-
export { CDN_CARD_ART_BASE_URL$3 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$4 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$4 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$3 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$3 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$3 as CUI_IFRAME_BASE_URL, GA_MAX_QUEUE_TTL$3 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$3 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$3 as I18N_BASE_URL };
|
|
1304
|
+
export { CDN_CARD_ART_BASE_URL$3 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$4 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$4 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$3 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$3 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$3 as CUI_IFRAME_BASE_URL, DEFAULT_LOG_LEVEL$3 as DEFAULT_LOG_LEVEL, GA_MAX_QUEUE_TTL$3 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$3 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$3 as I18N_BASE_URL };
|
|
1303
1305
|
}
|
|
1304
1306
|
|
|
1305
1307
|
declare const CUI_API_BASE_URL$3 = "https://cui-service-mock";
|
|
@@ -1318,9 +1320,10 @@ declare const CUI_IFRAME_BASE_URL$2 = "https://web.ux-toolkit.marqeta.com";
|
|
|
1318
1320
|
declare const GA_MAX_QUEUE_TTL$2 = 5000;
|
|
1319
1321
|
declare const GA_MAX_REQUEST_EVENT_LIMIT$2 = 25;
|
|
1320
1322
|
declare const I18N_BASE_URL$2 = "https://web.ux-toolkit.marqeta.com";
|
|
1323
|
+
declare const DEFAULT_LOG_LEVEL$2 = "warn";
|
|
1321
1324
|
|
|
1322
1325
|
declare namespace production {
|
|
1323
|
-
export { CDN_CARD_ART_BASE_URL$2 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$2 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$2 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$2 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$2 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$2 as CUI_IFRAME_BASE_URL, GA_MAX_QUEUE_TTL$2 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$2 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$2 as I18N_BASE_URL };
|
|
1326
|
+
export { CDN_CARD_ART_BASE_URL$2 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$2 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$2 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$2 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$2 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$2 as CUI_IFRAME_BASE_URL, DEFAULT_LOG_LEVEL$2 as DEFAULT_LOG_LEVEL, GA_MAX_QUEUE_TTL$2 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$2 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$2 as I18N_BASE_URL };
|
|
1324
1327
|
}
|
|
1325
1328
|
|
|
1326
1329
|
declare const CDN_CARD_ART_BASE_URL$1 = "https://web.ux-toolkit.qa.marqeta.com";
|
|
@@ -1332,9 +1335,10 @@ declare const CUI_IFRAME_BASE_URL$1 = "https://web.ux-toolkit.qa.marqeta.com";
|
|
|
1332
1335
|
declare const GA_MAX_QUEUE_TTL$1 = 5000;
|
|
1333
1336
|
declare const GA_MAX_REQUEST_EVENT_LIMIT$1 = 25;
|
|
1334
1337
|
declare const I18N_BASE_URL$1 = "https://web.ux-toolkit.qa.marqeta.com";
|
|
1338
|
+
declare const DEFAULT_LOG_LEVEL$1 = "info";
|
|
1335
1339
|
|
|
1336
1340
|
declare namespace qa {
|
|
1337
|
-
export { CDN_CARD_ART_BASE_URL$1 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$1 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$1 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$1 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$1 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$1 as CUI_IFRAME_BASE_URL, GA_MAX_QUEUE_TTL$1 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$1 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$1 as I18N_BASE_URL };
|
|
1341
|
+
export { CDN_CARD_ART_BASE_URL$1 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$1 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$1 as CUI_API_BASE_URL, CUI_API_PINNED_CERTIFICATES$1 as CUI_API_PINNED_CERTIFICATES, CUI_API_PINNED_KEY_HASHES$1 as CUI_API_PINNED_KEY_HASHES, CUI_IFRAME_BASE_URL$1 as CUI_IFRAME_BASE_URL, DEFAULT_LOG_LEVEL$1 as DEFAULT_LOG_LEVEL, GA_MAX_QUEUE_TTL$1 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$1 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$1 as I18N_BASE_URL };
|
|
1338
1342
|
}
|
|
1339
1343
|
|
|
1340
1344
|
declare const CDN_CARD_ART_BASE_URL = "https://web.ux-toolkit.marqeta.com/sandbox";
|
|
@@ -1346,6 +1350,7 @@ declare const CUI_IFRAME_BASE_URL = "https://web.ux-toolkit.marqeta.com";
|
|
|
1346
1350
|
declare const GA_MAX_QUEUE_TTL = 5000;
|
|
1347
1351
|
declare const GA_MAX_REQUEST_EVENT_LIMIT = 25;
|
|
1348
1352
|
declare const I18N_BASE_URL = "https://web.ux-toolkit.marqeta.com";
|
|
1353
|
+
declare const DEFAULT_LOG_LEVEL = "info";
|
|
1349
1354
|
|
|
1350
1355
|
declare const sandbox_CDN_CARD_ART_BASE_URL: typeof CDN_CARD_ART_BASE_URL;
|
|
1351
1356
|
declare const sandbox_CDN_ICONS_BASE_URL: typeof CDN_ICONS_BASE_URL;
|
|
@@ -1353,11 +1358,12 @@ declare const sandbox_CUI_API_BASE_URL: typeof CUI_API_BASE_URL;
|
|
|
1353
1358
|
declare const sandbox_CUI_API_PINNED_CERTIFICATES: typeof CUI_API_PINNED_CERTIFICATES;
|
|
1354
1359
|
declare const sandbox_CUI_API_PINNED_KEY_HASHES: typeof CUI_API_PINNED_KEY_HASHES;
|
|
1355
1360
|
declare const sandbox_CUI_IFRAME_BASE_URL: typeof CUI_IFRAME_BASE_URL;
|
|
1361
|
+
declare const sandbox_DEFAULT_LOG_LEVEL: typeof DEFAULT_LOG_LEVEL;
|
|
1356
1362
|
declare const sandbox_GA_MAX_QUEUE_TTL: typeof GA_MAX_QUEUE_TTL;
|
|
1357
1363
|
declare const sandbox_GA_MAX_REQUEST_EVENT_LIMIT: typeof GA_MAX_REQUEST_EVENT_LIMIT;
|
|
1358
1364
|
declare const sandbox_I18N_BASE_URL: typeof I18N_BASE_URL;
|
|
1359
1365
|
declare namespace sandbox {
|
|
1360
|
-
export { sandbox_CDN_CARD_ART_BASE_URL as CDN_CARD_ART_BASE_URL, sandbox_CDN_ICONS_BASE_URL as CDN_ICONS_BASE_URL, sandbox_CUI_API_BASE_URL as CUI_API_BASE_URL, sandbox_CUI_API_PINNED_CERTIFICATES as CUI_API_PINNED_CERTIFICATES, sandbox_CUI_API_PINNED_KEY_HASHES as CUI_API_PINNED_KEY_HASHES, sandbox_CUI_IFRAME_BASE_URL as CUI_IFRAME_BASE_URL, sandbox_GA_MAX_QUEUE_TTL as GA_MAX_QUEUE_TTL, sandbox_GA_MAX_REQUEST_EVENT_LIMIT as GA_MAX_REQUEST_EVENT_LIMIT, sandbox_I18N_BASE_URL as I18N_BASE_URL };
|
|
1366
|
+
export { sandbox_CDN_CARD_ART_BASE_URL as CDN_CARD_ART_BASE_URL, sandbox_CDN_ICONS_BASE_URL as CDN_ICONS_BASE_URL, sandbox_CUI_API_BASE_URL as CUI_API_BASE_URL, sandbox_CUI_API_PINNED_CERTIFICATES as CUI_API_PINNED_CERTIFICATES, sandbox_CUI_API_PINNED_KEY_HASHES as CUI_API_PINNED_KEY_HASHES, sandbox_CUI_IFRAME_BASE_URL as CUI_IFRAME_BASE_URL, sandbox_DEFAULT_LOG_LEVEL as DEFAULT_LOG_LEVEL, sandbox_GA_MAX_QUEUE_TTL as GA_MAX_QUEUE_TTL, sandbox_GA_MAX_REQUEST_EVENT_LIMIT as GA_MAX_REQUEST_EVENT_LIMIT, sandbox_I18N_BASE_URL as I18N_BASE_URL };
|
|
1361
1367
|
}
|
|
1362
1368
|
|
|
1363
1369
|
declare function getActiveEnvName(): string;
|
|
@@ -1395,39 +1401,53 @@ declare function featureFlagIsEnabled(flagName: string): boolean;
|
|
|
1395
1401
|
|
|
1396
1402
|
declare function loadFeatureFlags(): Promise<void>;
|
|
1397
1403
|
|
|
1404
|
+
declare function setAutoEnableDevFlags(enabled: boolean): void;
|
|
1405
|
+
|
|
1398
1406
|
declare abstract class iFeatureFlagService {
|
|
1399
1407
|
abstract loadFlagsData(): Promise<void>;
|
|
1400
|
-
abstract
|
|
1408
|
+
abstract initializeFlagValue(flagName: string, defaultValue: boolean): void;
|
|
1409
|
+
abstract getFlagValue(flagName: string): boolean | undefined;
|
|
1401
1410
|
}
|
|
1402
1411
|
|
|
1403
1412
|
declare class MockFeatureFlagService extends iFeatureFlagService {
|
|
1404
1413
|
private flagData;
|
|
1414
|
+
constructor();
|
|
1415
|
+
initializeFlagValue(flagName: string, defaultValue: boolean): void;
|
|
1416
|
+
getFlagValue(flagName: string): boolean | undefined;
|
|
1405
1417
|
loadMockFlagData(flagData: {
|
|
1406
1418
|
[key: string]: boolean;
|
|
1407
1419
|
}): void;
|
|
1420
|
+
setMockFlagValue(flagName: string, value: boolean): void;
|
|
1408
1421
|
loadFlagsData(): Promise<void>;
|
|
1409
|
-
featureFlagIsEnabled(flagName: string): boolean;
|
|
1410
1422
|
}
|
|
1411
1423
|
|
|
1412
1424
|
declare const featureFlagsIOCModule: ContainerModule;
|
|
1413
1425
|
|
|
1414
1426
|
declare const mockFeatureFlagIOCModule: ContainerModule;
|
|
1415
1427
|
|
|
1428
|
+
declare const FFLAGS_ASYNC_STORAGE_KEY = "mqcui-feature-flags";
|
|
1429
|
+
declare class AsyncStorageFeatureFlagService implements iFeatureFlagService {
|
|
1430
|
+
private flagsData;
|
|
1431
|
+
loadFlagsData(): Promise<void>;
|
|
1432
|
+
initializeFlagValue(flagName: string, defaultValue: boolean): void;
|
|
1433
|
+
getFlagValue(flagName: string): boolean | undefined;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1416
1436
|
declare const FFLAGS_SESSION_STORAGE_KEY = "mqcui-feature-flags";
|
|
1417
1437
|
declare class SessionStorageFeatureFlagService implements iFeatureFlagService {
|
|
1418
1438
|
private flagsData;
|
|
1419
1439
|
constructor();
|
|
1420
1440
|
private internalLoadFlagsData;
|
|
1421
1441
|
loadFlagsData(): Promise<void>;
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
private initFalseFlagValue;
|
|
1442
|
+
initializeFlagValue(flagName: string, defaultValue: boolean): void;
|
|
1443
|
+
getFlagValue(flagName: string): boolean | undefined;
|
|
1425
1444
|
}
|
|
1426
1445
|
|
|
1427
1446
|
declare class StubFeatureFlagService implements iFeatureFlagService {
|
|
1428
1447
|
private flagsData;
|
|
1429
1448
|
loadFlagsData(): Promise<void>;
|
|
1430
|
-
|
|
1449
|
+
initializeFlagValue(flagName: string, defaultValue: boolean): void;
|
|
1450
|
+
getFlagValue(flagName: string): boolean | undefined;
|
|
1431
1451
|
setFlag(flagName: string, value: boolean): void;
|
|
1432
1452
|
}
|
|
1433
1453
|
|
|
@@ -1701,6 +1721,74 @@ declare const mockKybIOCModule: ContainerModule;
|
|
|
1701
1721
|
|
|
1702
1722
|
declare const ITF_KYB: unique symbol;
|
|
1703
1723
|
|
|
1724
|
+
declare enum LogLevel {
|
|
1725
|
+
ERROR = 0,
|
|
1726
|
+
WARN = 1,
|
|
1727
|
+
INFO = 2,
|
|
1728
|
+
DEBUG = 3
|
|
1729
|
+
}
|
|
1730
|
+
declare enum LogLevelString {
|
|
1731
|
+
ERROR = "error",
|
|
1732
|
+
WARN = "warn",
|
|
1733
|
+
INFO = "info",
|
|
1734
|
+
DEBUG = "debug"
|
|
1735
|
+
}
|
|
1736
|
+
type LogContext = {
|
|
1737
|
+
[key: string]: any;
|
|
1738
|
+
};
|
|
1739
|
+
declare abstract class iLoggerService {
|
|
1740
|
+
abstract setLogLevel(level: LogLevel): void;
|
|
1741
|
+
abstract getLogLevel(): LogLevel;
|
|
1742
|
+
abstract error(message: string, context?: LogContext): void;
|
|
1743
|
+
abstract warn(message: string, context?: LogContext): void;
|
|
1744
|
+
abstract info(message: string, context?: LogContext): void;
|
|
1745
|
+
abstract debug(message: string, context?: LogContext): void;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
declare class ConsoleLoggerService extends iLoggerService {
|
|
1749
|
+
private logLevel;
|
|
1750
|
+
setLogLevel(level: LogLevel): void;
|
|
1751
|
+
getLogLevel(): LogLevel;
|
|
1752
|
+
error(message: string, context?: LogContext): void;
|
|
1753
|
+
warn(message: string, context?: LogContext): void;
|
|
1754
|
+
info(message: string, context?: LogContext): void;
|
|
1755
|
+
debug(message: string, context?: LogContext): void;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
declare function logError(message: string, context?: LogContext): void;
|
|
1759
|
+
|
|
1760
|
+
declare function logWarn(message: string, context?: LogContext): void;
|
|
1761
|
+
|
|
1762
|
+
declare function logInfo(message: string, context?: LogContext): void;
|
|
1763
|
+
|
|
1764
|
+
declare function logDebug(message: string, context?: LogContext): void;
|
|
1765
|
+
|
|
1766
|
+
declare function setLogLevel(level: LogLevelString): void;
|
|
1767
|
+
|
|
1768
|
+
declare function getLogLevel(): LogLevelString;
|
|
1769
|
+
|
|
1770
|
+
declare class MockLoggerService extends iLoggerService {
|
|
1771
|
+
private logLevel;
|
|
1772
|
+
logs: Array<{
|
|
1773
|
+
level: string;
|
|
1774
|
+
message: string;
|
|
1775
|
+
context?: LogContext;
|
|
1776
|
+
}>;
|
|
1777
|
+
setLogLevel(level: LogLevel): void;
|
|
1778
|
+
getLogLevel(): LogLevel;
|
|
1779
|
+
error(message: string, context?: LogContext): void;
|
|
1780
|
+
warn(message: string, context?: LogContext): void;
|
|
1781
|
+
info(message: string, context?: LogContext): void;
|
|
1782
|
+
debug(message: string, context?: LogContext): void;
|
|
1783
|
+
clearLogs(): void;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
declare const ITF_LOGGER_SERVICE: unique symbol;
|
|
1787
|
+
|
|
1788
|
+
declare const loggingIOCModule: ContainerModule;
|
|
1789
|
+
|
|
1790
|
+
declare const mockLoggingIOCModule: ContainerModule;
|
|
1791
|
+
|
|
1704
1792
|
type ExternalCardsRecord = {
|
|
1705
1793
|
token: string;
|
|
1706
1794
|
expiration: string;
|
|
@@ -3822,6 +3910,9 @@ declare enum PushRegistrationRequestDevicePlatformEnum {
|
|
|
3822
3910
|
IOS = "IOS",
|
|
3823
3911
|
ANDROID = "ANDROID"
|
|
3824
3912
|
}
|
|
3913
|
+
type UpdatePushNotificationRegistrationRequest = {
|
|
3914
|
+
is_active: boolean;
|
|
3915
|
+
};
|
|
3825
3916
|
|
|
3826
3917
|
type ReplaceCardRequest = {
|
|
3827
3918
|
card_token: string;
|
|
@@ -3980,6 +4071,13 @@ type UpdateExternalAccountRequest = {
|
|
|
3980
4071
|
status?: ExternalAccountStatus;
|
|
3981
4072
|
};
|
|
3982
4073
|
|
|
4074
|
+
interface UserDeviceResponse {
|
|
4075
|
+
device_id?: string;
|
|
4076
|
+
device_platform?: string;
|
|
4077
|
+
is_primary?: boolean;
|
|
4078
|
+
is_active?: boolean;
|
|
4079
|
+
is_registered_for_push_notifications: boolean;
|
|
4080
|
+
}
|
|
3983
4081
|
type UserProfileResponse = {
|
|
3984
4082
|
data: {
|
|
3985
4083
|
accounts?: Array<AccountResponse>;
|
|
@@ -3987,9 +4085,7 @@ type UserProfileResponse = {
|
|
|
3987
4085
|
address: Address;
|
|
3988
4086
|
};
|
|
3989
4087
|
user_config?: UserConfigResponse;
|
|
3990
|
-
user_device?:
|
|
3991
|
-
is_registered_for_push_notifications?: boolean;
|
|
3992
|
-
};
|
|
4088
|
+
user_device?: UserDeviceResponse;
|
|
3993
4089
|
has_pending_transaction_challenges: boolean;
|
|
3994
4090
|
};
|
|
3995
4091
|
};
|
|
@@ -4150,6 +4246,7 @@ declare abstract class iWlaService {
|
|
|
4150
4246
|
data: UserResponse;
|
|
4151
4247
|
}>;
|
|
4152
4248
|
abstract registerDeviceForPushNotifications(requestBody: PushRegistrationRequest): Promise<void>;
|
|
4249
|
+
abstract updateDevicePushNotificationRegistration(requestBody: UpdatePushNotificationRegistrationRequest): Promise<void>;
|
|
4153
4250
|
abstract replaceCard(requestBody: ReplaceCardRequest): Promise<ReplaceCardResponse>;
|
|
4154
4251
|
abstract revokeConsent(id: string, country_code: string, requestBody: UpdateConsentStatusRequest): Promise<RevokeConsentResponse>;
|
|
4155
4252
|
abstract searchAtms(requestBody: AtmSearch, requestFilters: AtmSearchFilters): Promise<AtmsResponse>;
|
|
@@ -4194,6 +4291,7 @@ declare class RestWlaService implements iWlaService {
|
|
|
4194
4291
|
data: UserResponse;
|
|
4195
4292
|
}>;
|
|
4196
4293
|
registerDeviceForPushNotifications(requestBody: PushRegistrationRequest): Promise<void>;
|
|
4294
|
+
updateDevicePushNotificationRegistration(requestBody: UpdatePushNotificationRegistrationRequest): Promise<void>;
|
|
4197
4295
|
deleteRegistrationForPushNotifications(): Promise<void>;
|
|
4198
4296
|
getOffers(): Promise<OfferListResponse>;
|
|
4199
4297
|
getOfferDetails(offerId: string): Promise<OfferResponse>;
|
|
@@ -4326,10 +4424,12 @@ declare function getNextTransactionChallenge(): Promise<TransactionChallengeResp
|
|
|
4326
4424
|
|
|
4327
4425
|
declare function postTransactionChallengeDecision(challenge_token: string, body: TransactionChallengeDecisionRequest): Promise<TransactionChallengeDecisionResponse>;
|
|
4328
4426
|
|
|
4427
|
+
declare function updateDevicePushNotificationsRegistration(requestBody: UpdatePushNotificationRegistrationRequest): Promise<void>;
|
|
4428
|
+
|
|
4329
4429
|
declare const WlaIocModule: ContainerModule;
|
|
4330
4430
|
|
|
4331
4431
|
declare const ITF_WLA_SERVICE: unique symbol;
|
|
4332
4432
|
|
|
4333
4433
|
declare const container: Container;
|
|
4334
4434
|
|
|
4335
|
-
export { ACCOUNT_CLOSED_CUI_AUTH_TOKEN, ACCOUNT_LIMITED_CUI_AUTH_TOKEN, ACCOUNT_LOADING_CUI_AUTH_TOKEN, ACCOUNT_SUSPENDED_CUI_AUTH_TOKEN, ACCOUNT_UNVERIFIED_CUI_AUTH_TOKEN, ACTIVE_CARD_ACTIONS, ACTIVE_IOC_CONTAINER, ADDRESS_ISSUE_SSN, AUTH_REFRESH_INTERVAL_ID, AccountBalancesEntity, type AccountBalancesEntityJsonType, AccountHolderGroupEntity, type AccountHolderGroupEntityJsonType, type AccountInterestResponse, type AccountInterestTierResponse, type AccountResponse, AccountType, type ActivationActions, type ActivationActionsModel, type Address, type Alert, type AllStepsResponse, type ApiResponse, type AtmLocation, AtmLocationAccessFeesEnum, AtmLocationAvailabilityEnum, AtmLocationDistanceUnitEnum, AtmLocationHandicapAccessibleEnum, AtmLocationHasSharedDepositEnum, AtmLocationIsSurchargeFreeAllianceEnum, AtmLocationLocationTypeEnum, AtmLocationSupportsContactLessEnum, AtmLocationSurchargeFreeAllianceNetworkEnum, type AtmSearch, type AtmSearchFilters, type AtmsResponse, type AuthKeyPair, type AuthParams, BAD_GENERAL_SSN, BannerTypeEnum, BaseDpopAuthCredentialService, type BookTransferRequest, type BookTransferResponse, BookTransferResponseStatusEnum, BrowserMessageService, CREATE_USERS_BAD_REQUEST, CREATE_USERS_INTERNAL_SERVER_ERROR, CUI_ENABLED_SHORT_CODE, type CardActionEntity, type CardActionsListEntity, type CardArtUrlJsontype, CardEntity, type CardEntityJsonType, type CardFulfillmentRequest, CardFulfillmentRequestCardFulfillmentReasonEnum, type CardFulfillmentResponse, type CardFulfillmentResponseCardFulfillmentReasonEnum, type CardRequest, type CardResponse, type CardResponseCardArt, type CardResponseFulfillmentStatusEnum, type CardResponseInstrumentTypeEnum, type CardResponseStateEnum, CardStates, CardholderContextEntity, type CardholderContextEntityJsonType, CardholderVerificationMethods, type ChangePasswordRequest, ConsentAction, type ConsentListResponse, ConsentPaymentScope, ConsentPaymentType, ConsentPermissionType, type ConsentResponse, ConsentScope, ConsentStatus, type CreateCardRequest, type CreateCardResponse, CreateCardUseCase, type CreateUserRequest, type CreateUserRequestIdentificationsInner, CreateUserRequestIdentificationsInnerTypeEnum, type CreateUserResponse, CreateUserResponseStatusEnum, Currency, DEFAULT_THEME, DEPOSIT_ACCOUNTS_TERMINATED_CUI_AUTH_TOKEN, DOB_ISSUE_SSN, type DebugItem, DepositAccountEntity, type DepositAccountEntityJsonType, type DeviceDetails, type Dictionary, Direction, type DisputeSuccessResponse, DpopAuthCredentialService, type DynamicFormQuestion, EMPTY_DEPOSIT_ACCOUNTS_CUI_AUTH_TOKEN, type EnvType, type ExistingAuth, type ExternalAccountListRequest, type ExternalAccountListResponse, type ExternalAccountRequest, type ExternalAccountResponse, ExternalAccountStatus, type ExternalAccountVerificationRequest, type ExternalAccountVerificationResponse, type ExternalCardRequest, type ExternalCardWithUserRequest, type ExternalCardsList, type ExternalCardsRecord, type ExternalCardsResponse, FFLAGS_SESSION_STORAGE_KEY, type FaqItem, type FaqParagraph, type FaqParagraphSublist, FaqParagraphTypeEnum, type FaqSection, type FaqsGroup, type FaqsResponse, FormField, type FulfillmentAddressRequest, type FulfillmentAddressResponse, GaMeasurementAnalyticsService, type GetAccountTransactionsRequest, type GetTransactionDetailsByTokenJsonResponseTxnsDetailsBannerData, type GetTransactionsResponse, type HandleMFARequiredRequest, INTR_GET_ACTIVE_ENV_NAME, INTR_GET_CLIENT_ID, INTR_GET_LANGUAGE_CODE, INTR_GET_SESSION_ID, INTR_IS_MOCK_MODE_ENABLED, INTR_SET_ACTIVE_ENV_NAME, INTR_SET_MOCK_MODE, INVALID_ACCOUNT_HOLDER, INVALID_CARD_DETAILS_CUI_AUTH_TOKEN, INVALID_CUI_AUTH_TOKEN, ITF_ACCOUNT_REPOSITORY, ITF_ANALYTICS_SERVICE, ITF_AUTHENTICATED_HTTP_CLIENT, ITF_AUTH_CREDENTIAL_SERVICE, ITF_AUTH_CREDS_MESSAGE_SERVICE, ITF_AUTH_SERVICE, ITF_CACHE_SERVICE, ITF_CARD_REPOSITORY, ITF_DISPUTES_REPOSITORY, ITF_ICONS_REPOSITORY, ITF_IDP_SERVICE, ITF_KYB, ITF_KYC, ITF_MONEY_MOVEMENT, ITF_PERSISTED_CACHE_SERVICE, ITF_REGISTRY_SERVICE, ITF_SESSION_SERVICE, ITF_SSO_ACCESS_TOKEN_SERVICE, ITF_STATEMENTS, ITF_STATEMENT_ASSET, ITF_THEME_REPOSITORY, ITF_TRANSACTIONS, ITF_USERS, ITF_WLA_SERVICE, type IconsObject, InMemSsoAccessTokenService, type InterestTierRateResponse, InterestTierResponseTypeEnum, KYB_ADDRESS_ISSUE_SSN, KYB_BAD_GENERAL_SSN, KYB_DOB_ISSUE_SSN, KYB_LOADING_SSN, KYB_NAME_ISSUE_SSN, KYB_OBAC_ISSUE_SSN, type KybEvaluationRequest, type KybEvaluationResponse, KybEvaluationStatus, type KybValidationRule, type KycVerificationRequest, KycVerificationRequestIdentifierTypeEnum, type KycVerificationResponse, LIST_OF_ENABLED_COMPONENTS, LOADING_SSN, LocalStorageCacheService, type LoginWithPasswordRequest, type LoginWithPasswordResponse, LoyaltyTier, M2mAuthenticatedHttpClient, MOCK_AMOUNT_STEP_RESPONSE, MOCK_CUSTOMER_ENDPOINT, MOCK_DELETE_DOCUMENTS_RESPONSE, MOCK_DISPUTE_ID, MOCK_DOCUMENT1, MOCK_DOCUMENT2, MOCK_DOCUMENT_ID1, MOCK_DOCUMENT_ID2, MOCK_FRAUD_STEP_RESPONSE, MOCK_GET_ALL_STEPS_RESPONSE, MOCK_INVALID_TRANSACTION_TOKEN, MOCK_RECOGNIZED_TRANSACTION_RESPONSE, MOCK_RETRIEVE_DOCUMENTS_RESPONSE, MOCK_START_DISPUTE_RESPONSE, MOCK_STATEMENT_ASSET_SIGNED_URL_PDF, MOCK_STEP1_RESPONSE, MOCK_STEP_COMPLETION_RESPONSE, MOCK_SUBMIT_DISPUTE_RESPONSE, MOCK_TRANSFORMED_ERROR_RESPONSE, MOCK_UPLOAD_DOCUMENTS_RESPONSE, type MetaProperties, MockAccountRepository, MockAnalyticsService, MockAuthCredentialService, MockAuthService, MockCacheService, MockCardRepository, MockComponentsRepository, MockDisputesRepository, MockFeatureFlagService, MockGetEnvConfigValueByName, MockIdpService, MockMoneyMovementRepository, MockPersistedCacheService, MockRegistryService, MockSessionService, MockThemeRepository, MockTransactionsRepository, MockiUsersRepository, MqSDKError, NAME_ISSUE_SSN, NOT_OK_CUI_AUTH_TOKEN, NOT_OK_DPOP_TOKEN, OBAC_ISSUE_SSN, type OTPVerificationRequest, type OfferCard, type OfferDetail, type OfferHeadline, type OfferListResponse, type OfferMerchant, type OfferResponse, OfferStatus, type OfferSummaryResponse, type OfferTermsAndConditions, OnboardingStatus, OriginationDirection, OriginationTransferReasonCode, type OriginationTransferRequest, type OriginationTransferResponse, OriginationTransferScheme, OutageType, type OutagesListResponse, type OutagesResponse, type PinResponse, type PushRegistrationRequest, PushRegistrationRequestDevicePlatformEnum, REFRESHED_CUI_AUTH_TOKEN, REPOSITORY_METHOD_FAILING_SHORT_CODE, type RefreshAccessTokenRequest, type RefreshAccessTokenResponse, type RefreshTokenResponse, type RegExpPattern, type ReplaceCardRequest, ReplaceCardRequestReasonEnum, type ReplaceCardResponse, type RequestNewAuthTokenMessageService, type RequestNewAuthTokenResponse, type RequestOtpCodeRequest, type RequestOtpCodeResponse, type ResendVerificationEmailResponse, type ResetPasswordBodyRequest, RestAuthService, RestComponentsRepository, RestIdpService, RestKybRepository, RestKycRepository, RestUsersRepository, RestWlaService, type RevokeConsentResponse, RevokeConsentStatus, type RewardCategory, type RewardPeriod, type RewardSummary, SESSION_TTL, MOCK_USER as STATEMENTS_MOCK_USER, SUSPENDED_CARD_ACTIONS, type SecondaryIdentification, SessionStorageFeatureFlagService, SetPinRequestUsecaseEnum, type Shipping, type ShippingInformationResponse, type ShippingInformationResponseMethodEnum, ShippingMethodEnum, type SsoAccessTokenHandler, SsoAuthenticatedHttpClient, type StandardOkResponse, StandardizedError, type StatementAssetResponse, StatementAssetStateEnum, type StatementSummary, type StatementsPaginationParams, type StatementsResponse, type StepResponse, StubFeatureFlagService, type SubmitAnswerPayload, type SubmitDisputeSuccessResponse, type SuccessBaseResponse, TERMINATED_CARD_ACTIONS, TEST_ACTIVE_CARD, TEST_ACTIVE_CARD_VIRTUAL, TEST_CARD, TEST_CARDHOLDER_VERIFICATION_METHOD, TEST_CARD_ACTIONS, TEST_CARD_PRODUCT_TOKEN, TEST_CARD_TOKEN, TEST_CARD_TOKEN_INVALID, TEST_CARD_TOKEN_IS_ACTIVE, TEST_CARD_TOKEN_IS_ACTIVE_VIRTUAL, TEST_CARD_TOKEN_IS_EXPIRED, TEST_CARD_TOKEN_IS_SUSPENDED, TEST_CARD_TOKEN_IS_SUSPENDED_VIRTUAL, TEST_CARD_TOKEN_IS_TERMINATED, TEST_CARD_TOKEN_IS_UNACTIVATED, TEST_CARD_TOKEN_IS_VIRTUAL, TEST_CARD_TOKEN_LIMIT_EXCEEDED, TEST_CARD_TOKEN_LOADING, TEST_CLIENT_ID, TEST_CVV_NUMBER, TEST_DEPOSIT_ACCOUNT, TEST_EXPIRATION, TEST_OK_RESPONSE, TEST_PIN, TEST_SESSION_ID, TEST_SOURCE_CARD, TEST_SOURCE_CARDS_RESPONSE, TEST_SUSPENDED_CARD_VIRTUAL, TEST_THEME_NAME, TEST_THEME_OBJECT, TEST_USER_TOKEN, TEST_WEAK_PINS, type ThemeObject, TransactionChallengeAuthenticationMethod, TransactionChallengeCancelReason, type TransactionChallengeDecisionRequest, TransactionChallengeDecisionRequestResultEnum, type TransactionChallengeDecisionResponse, TransactionChallengeDecisionResponseStatusEnum, type TransactionChallengeMerchantResponse, type TransactionChallengeResponse, TransactionChallengeResponseCardNetworkEnum, TransactionChallengeResponseStateEnum, type TransactionChallengeTransactionResponse, TransactionChallengeTransactionResponseSubTypeEnum, TransactionChallengeTransactionResponseTransactionTypeEnum, TransactionDetailIconTypeEnum, TransactionDetailResponseIconTypeEnum, type TransactionDetailsBannerData, TransactionDetailsBannerType, type TransactionDetailsRecord, type TransactionDetailsResponse, TransactionDirection, type TransactionDispute, TransactionDisputeStatus, type TransactionListResponse, type TransactionRecord, TransactionRecordStatus, type TransactionResponse, TransactionStatus, TransactionType, type TransactionV2Record, type TransactionsPaginationParams, type TransactionsResponse, type TransactionsV2Response, type Transfer, type TransferListResponse, type TransferRequest, type TransferResponse, TransferStatus, type UnlinkSourceCardResponse, type UpdateConsentStatusRequest, type UpdateConsentStatusResponse, type UpdateExternalAccountRequest, type UpdatePinResponse, type UserAddressEntity, type UserConfigResponse, UserEntity, type UserEntityJsonType, type UserProfileResponse, type UserResponse, UserRole, type UserStatus, type UserTransactionsParam, VALID_CUI_AUTH_TOKEN, VALID_CUI_USER_RESPONSE, VALID_DPOP_TOKEN, VALID_OAUTH_TOKEN, VALID_PROGRAM_SHORT_CODE, VALID_USER_TOKEN_HASH, type ValidationRuleType, VanillaSessionService, type VerifyOTPRequest, type VerifyUserDeviceRequest, type VerifyUserDeviceResponse, WindowCacheService, WlaIocModule, WlaSdkError, type WlaTransactionDetailsResponse, WlaUserStatus, type WorkflowFieldAnswer, accountsIOCModule, activateCardByTokenOrPan, addExternalCard, addExternalCardWithUserToken, authIOCModule, bookTransfer, cardsIOCModule, changeWlaPassword, checkAndRefreshAuthToken, cleanupOnUnload, commonIOCModule, componentsIOCModule, convertObjKeysToCamelCase, convertObjKeysToLowerCamelCase, createOriginationTransfer, createProofToken, createWlaCard, createWlaExternalAccount, deepMergeThemeObject, deleteDocumentForDispute, deleteRegistrationForPushNotifications, development, disputesIOCModule, downloadDocumentForDispute, envConfigIOCModule, featureFlagIsEnabled, featureFlagsIOCModule, formatDateForApi, generateAuthKeyPair, generateStatementsDateQueries, getAccountBalances, getAccountHolderGroup, getAccountTransactions, getActiveEnvName, getActiveIocContainer, getActiveTheme, getAllStepsOfDispute, getAuthKeyPair, getCachedAuthApiEndpoint, getCachedAuthApiHeadersResolver, getCachedAuthToken, getCachedAuthTokenExpiration, getCardByToken, getCardholderContext, getCardsByUserToken, getClientId, getConsentById, getConsents, getDepositAccounts, getEnvConfigValueByName, getExternalAccount, getExternalAccountList, getExternalCards, getIconsByName, getLanguageCode, getMockUpdatedUserRequestToCreateResponse, getMockUserRequestToCreateResponse, getNextTransactionChallenge, getOfferDetails, getOffers, getOutagesByToken, getOutagesList, getPinByCardToken, getSessionId, getShowpanByCardToken, getSsoAccessTokenHandler, getStatementAsset, getStatements, getStepOfDisputeByStepId, getTransactionChallengeByToken, getTransactionDetails, getTransactions, getTransferByToken, getTransfers, getUser, getUserProgram, getUserTokenHash, getUserTransactionsV2, getWlaAccountDetails, getWlaCardByToken, getWlaFaqs, getWlaRewardSummaries, getWlaTransactionByToken, getWlaUserProfile, handleGetStatementAsset, handleGetStatements, iAccountRepository, iAnalyticsService, iAuthCredentialService, iAuthCredsMessageService, iAuthService, iAuthenticatedHttpClient, iCacheService, iCardRepository, iComponentsRepository, iDisputesRepository, iFeatureFlagService, iGetEnvConfigValueByName, iIconsRepository, iIdpService, iKybRepository, iKycRepository, iMoneyMovementRepository, iPersistedCacheService, iRegistryService, iSessionService, iSsoAccessTokenService, iStatementsRepository, iThemeRepository, iTransactionsRepository, iUsersRepository, iconsIOCModule, idpIOCModule, initPasswordAndLogin, initializeOnboarding, initiateTransfer, isComponentEnabled, isMockModeEnabled, kybIOCModule, kycIOCModule, loadEnabledComponentsByShortCode, loadFeatureFlags, localhost, lockCardByToken, loginWithIdAndPassword, markAccountActivated, markAccountVerified, markPasswordSetupDone, mockAccountBalances, mockAccountHolderGroup, mockAccountsIOCModule, mockAnalyticsIOCModule, mockAuthIOCModule, mockCardsIOCModule, mockCommonIOCModule, mockCreateUserRequest, mockCreatedUserResponse, mockDepositAccountJson, mockDisputesIOCModule, mockFeatureFlagIOCModule, mockIdpIOCModule, mockInvalidCreateUserRequest, mockInvalidKybEvaluationRequest, mockInvalidKybVerificationRequest, mockInvalidKycVerificationRequest, mockKybEvaluationRequest, mockKybEvaluationResponse, mockKybIOCModule, mockKybVerificationRequest, mockKybVerificationResponse, mockKycVerificationRequest, mockKycVerificationResponse, mockMode, mockMoneyMovementIOCModule, mockSourceCards, mockThemesIOCModule, mockUpdateUserResponse, mockUsersIOCModule, moneyMovementIOCModule, mswAccountHandlers, mswAnalyticsHandlers, mswAuthHandlers, mswCardsHandlers, mswComponentsHandlers, mswDisputesHandlers, mswKybHandlers, mswKycHandlers, mswSourceCardsHandler, mswStatementsHandlers, mswTransactionsHandlers, mswUsersHandlers, postCreateUser, postTransactionChallengeDecision, postVerifyKyb, postVerifyKyc, postWlaSendResetPasswordLink, production, putUpdateUser, qa, refreshAccessToken, registerCleanupHandler, registerDeviceForPushNotifications, removeExternalCard, replaceCardByToken, replaceWlaCard, requestOtpCode, resendVerificationEmail, retrieveDocumentForDispute, revokeConsent, sandbox, container as sdkJsContainer, searchAtms, setActiveEnvName, setActiveIocContainer, setActiveThemeByName, setAuthKeyPair, setAuthParams, setCachedAuthApiEndpoint, setCachedAuthApiHeadersResolver, setCachedAuthToken, setMockMode, setSsoAccessTokenHandler, setWlaCardPin, setWlaConfig, startDispute, statementsIOCModule, submitAnswerForDisputeQuestion, submitDispute, themesIOCModule, toDateType, trackEvent, transactionsIOCModule, unlockCardByToken, updateConsentStatus, updateExternalAccount, updatePinByCardToken, uploadDocumentForDispute, usersIOCModule, verifyExternalAccount, verifyOTP, verifyUserDevice };
|
|
4435
|
+
export { ACCOUNT_CLOSED_CUI_AUTH_TOKEN, ACCOUNT_LIMITED_CUI_AUTH_TOKEN, ACCOUNT_LOADING_CUI_AUTH_TOKEN, ACCOUNT_SUSPENDED_CUI_AUTH_TOKEN, ACCOUNT_UNVERIFIED_CUI_AUTH_TOKEN, ACTIVE_CARD_ACTIONS, ACTIVE_IOC_CONTAINER, ADDRESS_ISSUE_SSN, AUTH_REFRESH_INTERVAL_ID, AccountBalancesEntity, type AccountBalancesEntityJsonType, AccountHolderGroupEntity, type AccountHolderGroupEntityJsonType, type AccountInterestResponse, type AccountInterestTierResponse, type AccountResponse, AccountType, type ActivationActions, type ActivationActionsModel, type Address, type Alert, type AllStepsResponse, type ApiResponse, AsyncStorageFeatureFlagService, type AtmLocation, AtmLocationAccessFeesEnum, AtmLocationAvailabilityEnum, AtmLocationDistanceUnitEnum, AtmLocationHandicapAccessibleEnum, AtmLocationHasSharedDepositEnum, AtmLocationIsSurchargeFreeAllianceEnum, AtmLocationLocationTypeEnum, AtmLocationSupportsContactLessEnum, AtmLocationSurchargeFreeAllianceNetworkEnum, type AtmSearch, type AtmSearchFilters, type AtmsResponse, type AuthKeyPair, type AuthParams, BAD_GENERAL_SSN, BannerTypeEnum, BaseDpopAuthCredentialService, type BookTransferRequest, type BookTransferResponse, BookTransferResponseStatusEnum, BrowserMessageService, CREATE_USERS_BAD_REQUEST, CREATE_USERS_INTERNAL_SERVER_ERROR, CUI_ENABLED_SHORT_CODE, type CardActionEntity, type CardActionsListEntity, type CardArtUrlJsontype, CardEntity, type CardEntityJsonType, type CardFulfillmentRequest, CardFulfillmentRequestCardFulfillmentReasonEnum, type CardFulfillmentResponse, type CardFulfillmentResponseCardFulfillmentReasonEnum, type CardRequest, type CardResponse, type CardResponseCardArt, type CardResponseFulfillmentStatusEnum, type CardResponseInstrumentTypeEnum, type CardResponseStateEnum, CardStates, CardholderContextEntity, type CardholderContextEntityJsonType, CardholderVerificationMethods, type ChangePasswordRequest, ConsentAction, type ConsentListResponse, ConsentPaymentScope, ConsentPaymentType, ConsentPermissionType, type ConsentResponse, ConsentScope, ConsentStatus, ConsoleLoggerService, type CreateCardRequest, type CreateCardResponse, CreateCardUseCase, type CreateUserRequest, type CreateUserRequestIdentificationsInner, CreateUserRequestIdentificationsInnerTypeEnum, type CreateUserResponse, CreateUserResponseStatusEnum, Currency, DEFAULT_THEME, DEPOSIT_ACCOUNTS_TERMINATED_CUI_AUTH_TOKEN, DOB_ISSUE_SSN, type DebugItem, DepositAccountEntity, type DepositAccountEntityJsonType, type DeviceDetails, type Dictionary, Direction, type DisputeSuccessResponse, DpopAuthCredentialService, type DynamicFormQuestion, EMPTY_DEPOSIT_ACCOUNTS_CUI_AUTH_TOKEN, type EnvType, type ExistingAuth, type ExternalAccountListRequest, type ExternalAccountListResponse, type ExternalAccountRequest, type ExternalAccountResponse, ExternalAccountStatus, type ExternalAccountVerificationRequest, type ExternalAccountVerificationResponse, type ExternalCardRequest, type ExternalCardWithUserRequest, type ExternalCardsList, type ExternalCardsRecord, type ExternalCardsResponse, FFLAGS_ASYNC_STORAGE_KEY, FFLAGS_SESSION_STORAGE_KEY, type FaqItem, type FaqParagraph, type FaqParagraphSublist, FaqParagraphTypeEnum, type FaqSection, type FaqsGroup, type FaqsResponse, FormField, type FulfillmentAddressRequest, type FulfillmentAddressResponse, GaMeasurementAnalyticsService, type GetAccountTransactionsRequest, type GetTransactionDetailsByTokenJsonResponseTxnsDetailsBannerData, type GetTransactionsResponse, type HandleMFARequiredRequest, INTR_GET_ACTIVE_ENV_NAME, INTR_GET_CLIENT_ID, INTR_GET_LANGUAGE_CODE, INTR_GET_SESSION_ID, INTR_IS_MOCK_MODE_ENABLED, INTR_SET_ACTIVE_ENV_NAME, INTR_SET_MOCK_MODE, INVALID_ACCOUNT_HOLDER, INVALID_CARD_DETAILS_CUI_AUTH_TOKEN, INVALID_CUI_AUTH_TOKEN, ITF_ACCOUNT_REPOSITORY, ITF_ANALYTICS_SERVICE, ITF_AUTHENTICATED_HTTP_CLIENT, ITF_AUTH_CREDENTIAL_SERVICE, ITF_AUTH_CREDS_MESSAGE_SERVICE, ITF_AUTH_SERVICE, ITF_CACHE_SERVICE, ITF_CARD_REPOSITORY, ITF_DISPUTES_REPOSITORY, ITF_ICONS_REPOSITORY, ITF_IDP_SERVICE, ITF_KYB, ITF_KYC, ITF_LOGGER_SERVICE, ITF_MONEY_MOVEMENT, ITF_PERSISTED_CACHE_SERVICE, ITF_REGISTRY_SERVICE, ITF_SESSION_SERVICE, ITF_SSO_ACCESS_TOKEN_SERVICE, ITF_STATEMENTS, ITF_STATEMENT_ASSET, ITF_THEME_REPOSITORY, ITF_TRANSACTIONS, ITF_USERS, ITF_WLA_SERVICE, type IconsObject, InMemSsoAccessTokenService, type InterestTierRateResponse, InterestTierResponseTypeEnum, KYB_ADDRESS_ISSUE_SSN, KYB_BAD_GENERAL_SSN, KYB_DOB_ISSUE_SSN, KYB_LOADING_SSN, KYB_NAME_ISSUE_SSN, KYB_OBAC_ISSUE_SSN, type KybEvaluationRequest, type KybEvaluationResponse, KybEvaluationStatus, type KybValidationRule, type KycVerificationRequest, KycVerificationRequestIdentifierTypeEnum, type KycVerificationResponse, LIST_OF_ENABLED_COMPONENTS, LOADING_SSN, LocalStorageCacheService, type LogContext, LogLevel, LogLevelString, type LoginWithPasswordRequest, type LoginWithPasswordResponse, LoyaltyTier, M2mAuthenticatedHttpClient, MOCK_AMOUNT_STEP_RESPONSE, MOCK_CUSTOMER_ENDPOINT, MOCK_DELETE_DOCUMENTS_RESPONSE, MOCK_DISPUTE_ID, MOCK_DOCUMENT1, MOCK_DOCUMENT2, MOCK_DOCUMENT_ID1, MOCK_DOCUMENT_ID2, MOCK_FRAUD_STEP_RESPONSE, MOCK_GET_ALL_STEPS_RESPONSE, MOCK_INVALID_TRANSACTION_TOKEN, MOCK_RECOGNIZED_TRANSACTION_RESPONSE, MOCK_RETRIEVE_DOCUMENTS_RESPONSE, MOCK_START_DISPUTE_RESPONSE, MOCK_STATEMENT_ASSET_SIGNED_URL_PDF, MOCK_STEP1_RESPONSE, MOCK_STEP_COMPLETION_RESPONSE, MOCK_SUBMIT_DISPUTE_RESPONSE, MOCK_TRANSFORMED_ERROR_RESPONSE, MOCK_UPLOAD_DOCUMENTS_RESPONSE, type MetaProperties, MockAccountRepository, MockAnalyticsService, MockAuthCredentialService, MockAuthService, MockCacheService, MockCardRepository, MockComponentsRepository, MockDisputesRepository, MockFeatureFlagService, MockGetEnvConfigValueByName, MockIdpService, MockLoggerService, MockMoneyMovementRepository, MockPersistedCacheService, MockRegistryService, MockSessionService, MockThemeRepository, MockTransactionsRepository, MockiUsersRepository, MqSDKError, NAME_ISSUE_SSN, NOT_OK_CUI_AUTH_TOKEN, NOT_OK_DPOP_TOKEN, OBAC_ISSUE_SSN, type OTPVerificationRequest, type OfferCard, type OfferDetail, type OfferHeadline, type OfferListResponse, type OfferMerchant, type OfferResponse, OfferStatus, type OfferSummaryResponse, type OfferTermsAndConditions, OnboardingStatus, OriginationDirection, OriginationTransferReasonCode, type OriginationTransferRequest, type OriginationTransferResponse, OriginationTransferScheme, OutageType, type OutagesListResponse, type OutagesResponse, type PinResponse, type PushRegistrationRequest, PushRegistrationRequestDevicePlatformEnum, REFRESHED_CUI_AUTH_TOKEN, REPOSITORY_METHOD_FAILING_SHORT_CODE, type RefreshAccessTokenRequest, type RefreshAccessTokenResponse, type RefreshTokenResponse, type RegExpPattern, type ReplaceCardRequest, ReplaceCardRequestReasonEnum, type ReplaceCardResponse, type RequestNewAuthTokenMessageService, type RequestNewAuthTokenResponse, type RequestOtpCodeRequest, type RequestOtpCodeResponse, type ResendVerificationEmailResponse, type ResetPasswordBodyRequest, RestAuthService, RestComponentsRepository, RestIdpService, RestKybRepository, RestKycRepository, RestUsersRepository, RestWlaService, type RevokeConsentResponse, RevokeConsentStatus, type RewardCategory, type RewardPeriod, type RewardSummary, SESSION_TTL, MOCK_USER as STATEMENTS_MOCK_USER, SUSPENDED_CARD_ACTIONS, type SecondaryIdentification, SessionStorageFeatureFlagService, SetPinRequestUsecaseEnum, type Shipping, type ShippingInformationResponse, type ShippingInformationResponseMethodEnum, ShippingMethodEnum, type SsoAccessTokenHandler, SsoAuthenticatedHttpClient, type StandardOkResponse, StandardizedError, type StatementAssetResponse, StatementAssetStateEnum, type StatementSummary, type StatementsPaginationParams, type StatementsResponse, type StepResponse, StubFeatureFlagService, type SubmitAnswerPayload, type SubmitDisputeSuccessResponse, type SuccessBaseResponse, TERMINATED_CARD_ACTIONS, TEST_ACTIVE_CARD, TEST_ACTIVE_CARD_VIRTUAL, TEST_CARD, TEST_CARDHOLDER_VERIFICATION_METHOD, TEST_CARD_ACTIONS, TEST_CARD_PRODUCT_TOKEN, TEST_CARD_TOKEN, TEST_CARD_TOKEN_INVALID, TEST_CARD_TOKEN_IS_ACTIVE, TEST_CARD_TOKEN_IS_ACTIVE_VIRTUAL, TEST_CARD_TOKEN_IS_EXPIRED, TEST_CARD_TOKEN_IS_SUSPENDED, TEST_CARD_TOKEN_IS_SUSPENDED_VIRTUAL, TEST_CARD_TOKEN_IS_TERMINATED, TEST_CARD_TOKEN_IS_UNACTIVATED, TEST_CARD_TOKEN_IS_VIRTUAL, TEST_CARD_TOKEN_LIMIT_EXCEEDED, TEST_CARD_TOKEN_LOADING, TEST_CLIENT_ID, TEST_CVV_NUMBER, TEST_DEPOSIT_ACCOUNT, TEST_EXPIRATION, TEST_OK_RESPONSE, TEST_PIN, TEST_SESSION_ID, TEST_SOURCE_CARD, TEST_SOURCE_CARDS_RESPONSE, TEST_SUSPENDED_CARD_VIRTUAL, TEST_THEME_NAME, TEST_THEME_OBJECT, TEST_USER_TOKEN, TEST_WEAK_PINS, type ThemeObject, TransactionChallengeAuthenticationMethod, TransactionChallengeCancelReason, type TransactionChallengeDecisionRequest, TransactionChallengeDecisionRequestResultEnum, type TransactionChallengeDecisionResponse, TransactionChallengeDecisionResponseStatusEnum, type TransactionChallengeMerchantResponse, type TransactionChallengeResponse, TransactionChallengeResponseCardNetworkEnum, TransactionChallengeResponseStateEnum, type TransactionChallengeTransactionResponse, TransactionChallengeTransactionResponseSubTypeEnum, TransactionChallengeTransactionResponseTransactionTypeEnum, TransactionDetailIconTypeEnum, TransactionDetailResponseIconTypeEnum, type TransactionDetailsBannerData, TransactionDetailsBannerType, type TransactionDetailsRecord, type TransactionDetailsResponse, TransactionDirection, type TransactionDispute, TransactionDisputeStatus, type TransactionListResponse, type TransactionRecord, TransactionRecordStatus, type TransactionResponse, TransactionStatus, TransactionType, type TransactionV2Record, type TransactionsPaginationParams, type TransactionsResponse, type TransactionsV2Response, type Transfer, type TransferListResponse, type TransferRequest, type TransferResponse, TransferStatus, type UnlinkSourceCardResponse, type UpdateConsentStatusRequest, type UpdateConsentStatusResponse, type UpdateExternalAccountRequest, type UpdatePinResponse, type UpdatePushNotificationRegistrationRequest, type UserAddressEntity, type UserConfigResponse, type UserDeviceResponse, UserEntity, type UserEntityJsonType, type UserProfileResponse, type UserResponse, UserRole, type UserStatus, type UserTransactionsParam, VALID_CUI_AUTH_TOKEN, VALID_CUI_USER_RESPONSE, VALID_DPOP_TOKEN, VALID_OAUTH_TOKEN, VALID_PROGRAM_SHORT_CODE, VALID_USER_TOKEN_HASH, type ValidationRuleType, VanillaSessionService, type VerifyOTPRequest, type VerifyUserDeviceRequest, type VerifyUserDeviceResponse, WindowCacheService, WlaIocModule, WlaSdkError, type WlaTransactionDetailsResponse, WlaUserStatus, type WorkflowFieldAnswer, accountsIOCModule, activateCardByTokenOrPan, addExternalCard, addExternalCardWithUserToken, authIOCModule, bookTransfer, cardsIOCModule, changeWlaPassword, checkAndRefreshAuthToken, cleanupOnUnload, commonIOCModule, componentsIOCModule, convertObjKeysToCamelCase, convertObjKeysToLowerCamelCase, createOriginationTransfer, createProofToken, createWlaCard, createWlaExternalAccount, deepMergeThemeObject, deleteDocumentForDispute, deleteRegistrationForPushNotifications, development, disputesIOCModule, downloadDocumentForDispute, envConfigIOCModule, featureFlagIsEnabled, featureFlagsIOCModule, formatDateForApi, generateAuthKeyPair, generateStatementsDateQueries, getAccountBalances, getAccountHolderGroup, getAccountTransactions, getActiveEnvName, getActiveIocContainer, getActiveTheme, getAllStepsOfDispute, getAuthKeyPair, getCachedAuthApiEndpoint, getCachedAuthApiHeadersResolver, getCachedAuthToken, getCachedAuthTokenExpiration, getCardByToken, getCardholderContext, getCardsByUserToken, getClientId, getConsentById, getConsents, getDepositAccounts, getEnvConfigValueByName, getExternalAccount, getExternalAccountList, getExternalCards, getIconsByName, getLanguageCode, getLogLevel, getMockUpdatedUserRequestToCreateResponse, getMockUserRequestToCreateResponse, getNextTransactionChallenge, getOfferDetails, getOffers, getOutagesByToken, getOutagesList, getPinByCardToken, getSessionId, getShowpanByCardToken, getSsoAccessTokenHandler, getStatementAsset, getStatements, getStepOfDisputeByStepId, getTransactionChallengeByToken, getTransactionDetails, getTransactions, getTransferByToken, getTransfers, getUser, getUserProgram, getUserTokenHash, getUserTransactionsV2, getWlaAccountDetails, getWlaCardByToken, getWlaFaqs, getWlaRewardSummaries, getWlaTransactionByToken, getWlaUserProfile, handleGetStatementAsset, handleGetStatements, iAccountRepository, iAnalyticsService, iAuthCredentialService, iAuthCredsMessageService, iAuthService, iAuthenticatedHttpClient, iCacheService, iCardRepository, iComponentsRepository, iDisputesRepository, iFeatureFlagService, iGetEnvConfigValueByName, iIconsRepository, iIdpService, iKybRepository, iKycRepository, iLoggerService, iMoneyMovementRepository, iPersistedCacheService, iRegistryService, iSessionService, iSsoAccessTokenService, iStatementsRepository, iThemeRepository, iTransactionsRepository, iUsersRepository, iconsIOCModule, idpIOCModule, initPasswordAndLogin, initializeOnboarding, initiateTransfer, isComponentEnabled, isMockModeEnabled, kybIOCModule, kycIOCModule, loadEnabledComponentsByShortCode, loadFeatureFlags, localhost, lockCardByToken, logDebug, logError, logInfo, logWarn, loggingIOCModule, loginWithIdAndPassword, markAccountActivated, markAccountVerified, markPasswordSetupDone, mockAccountBalances, mockAccountHolderGroup, mockAccountsIOCModule, mockAnalyticsIOCModule, mockAuthIOCModule, mockCardsIOCModule, mockCommonIOCModule, mockCreateUserRequest, mockCreatedUserResponse, mockDepositAccountJson, mockDisputesIOCModule, mockFeatureFlagIOCModule, mockIdpIOCModule, mockInvalidCreateUserRequest, mockInvalidKybEvaluationRequest, mockInvalidKybVerificationRequest, mockInvalidKycVerificationRequest, mockKybEvaluationRequest, mockKybEvaluationResponse, mockKybIOCModule, mockKybVerificationRequest, mockKybVerificationResponse, mockKycVerificationRequest, mockKycVerificationResponse, mockLoggingIOCModule, mockMode, mockMoneyMovementIOCModule, mockSourceCards, mockThemesIOCModule, mockUpdateUserResponse, mockUsersIOCModule, moneyMovementIOCModule, mswAccountHandlers, mswAnalyticsHandlers, mswAuthHandlers, mswCardsHandlers, mswComponentsHandlers, mswDisputesHandlers, mswKybHandlers, mswKycHandlers, mswSourceCardsHandler, mswStatementsHandlers, mswTransactionsHandlers, mswUsersHandlers, postCreateUser, postTransactionChallengeDecision, postVerifyKyb, postVerifyKyc, postWlaSendResetPasswordLink, production, putUpdateUser, qa, refreshAccessToken, registerCleanupHandler, registerDeviceForPushNotifications, removeExternalCard, replaceCardByToken, replaceWlaCard, requestOtpCode, resendVerificationEmail, retrieveDocumentForDispute, revokeConsent, sandbox, container as sdkJsContainer, searchAtms, setActiveEnvName, setActiveIocContainer, setActiveThemeByName, setAuthKeyPair, setAuthParams, setAutoEnableDevFlags, setCachedAuthApiEndpoint, setCachedAuthApiHeadersResolver, setCachedAuthToken, setLogLevel, setMockMode, setSsoAccessTokenHandler, setWlaCardPin, setWlaConfig, startDispute, statementsIOCModule, submitAnswerForDisputeQuestion, submitDispute, themesIOCModule, toDateType, trackEvent, transactionsIOCModule, unlockCardByToken, updateConsentStatus, updateDevicePushNotificationsRegistration, updateExternalAccount, updatePinByCardToken, uploadDocumentForDispute, usersIOCModule, verifyExternalAccount, verifyOTP, verifyUserDevice };
|