@marqeta/ux-toolkit-sdk-javascript 2.21.0 → 2.22.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.
@@ -18533,7 +18533,7 @@ var _RestIdpService = /*#__PURE__*/ function(iIdpService) {
18533
18533
  ];
18534
18534
  case 3:
18535
18535
  error2 = _state.sent();
18536
- throw new Error("Error verifying OTP: " + error2.message);
18536
+ throw new Error(error2.error_description || error2.error);
18537
18537
  case 4:
18538
18538
  return [
18539
18539
  2
@@ -21281,6 +21281,67 @@ var WlaUserStatus;
21281
21281
  WlaUserStatus2["SUSPENDED"] = "SUSPENDED";
21282
21282
  WlaUserStatus2["TERMINATED"] = "TERMINATED";
21283
21283
  })(WlaUserStatus || (WlaUserStatus = exports.WlaUserStatus = {}));
21284
+ // src/wla/base/types/TransactionChallengeResponse.ts
21285
+ var TransactionChallengeDecisionRequestAuthenticationResultEnum;
21286
+ (function(TransactionChallengeDecisionRequestAuthenticationResultEnum2) {
21287
+ TransactionChallengeDecisionRequestAuthenticationResultEnum2["Success"] = "SUCCESS";
21288
+ TransactionChallengeDecisionRequestAuthenticationResultEnum2["Failed"] = "FAILED";
21289
+ TransactionChallengeDecisionRequestAuthenticationResultEnum2["Cancelled"] = "CANCELLED";
21290
+ TransactionChallengeDecisionRequestAuthenticationResultEnum2["Expired"] = "EXPIRED";
21291
+ TransactionChallengeDecisionRequestAuthenticationResultEnum2["Unknown"] = "UNKNOWN";
21292
+ })(TransactionChallengeDecisionRequestAuthenticationResultEnum || (TransactionChallengeDecisionRequestAuthenticationResultEnum = exports.TransactionChallengeDecisionRequestAuthenticationResultEnum = {}));
21293
+ var TransactionChallengeDecisionRequestAuthenticationMethodEnum;
21294
+ (function(TransactionChallengeDecisionRequestAuthenticationMethodEnum2) {
21295
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["BiometricFace"] = "BIOMETRIC_FACE";
21296
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["BiometricFingerprint"] = "BIOMETRIC_FINGERPRINT";
21297
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["VoiceRecognition"] = "VOICE_RECOGNITION";
21298
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["InAppLogin"] = "IN_APP_LOGIN";
21299
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["AudioCall"] = "AUDIO_CALL";
21300
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["VideoCall"] = "VIDEO_CALL";
21301
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["OtpSms"] = "OTP_SMS";
21302
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["OtpEmail"] = "OTP_EMAIL";
21303
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["KnowledgeBased"] = "KNOWLEDGE_BASED";
21304
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["Pin"] = "PIN";
21305
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["Password"] = "PASSWORD";
21306
+ TransactionChallengeDecisionRequestAuthenticationMethodEnum2["Other"] = "OTHER";
21307
+ })(TransactionChallengeDecisionRequestAuthenticationMethodEnum || (TransactionChallengeDecisionRequestAuthenticationMethodEnum = exports.TransactionChallengeDecisionRequestAuthenticationMethodEnum = {}));
21308
+ var TransactionChallengeDecisionRequestCancelReasonEnum;
21309
+ (function(TransactionChallengeDecisionRequestCancelReasonEnum2) {
21310
+ TransactionChallengeDecisionRequestCancelReasonEnum2["CardholderCancel"] = "CARDHOLDER_CANCEL";
21311
+ TransactionChallengeDecisionRequestCancelReasonEnum2["TimedOutDecoupledAuthentication"] = "TIMED_OUT_DECOUPLED_AUTHENTICATION";
21312
+ TransactionChallengeDecisionRequestCancelReasonEnum2["Unknown"] = "UNKNOWN";
21313
+ })(TransactionChallengeDecisionRequestCancelReasonEnum || (TransactionChallengeDecisionRequestCancelReasonEnum = exports.TransactionChallengeDecisionRequestCancelReasonEnum = {}));
21314
+ var TransactionChallengeDecisionResponseStatusEnum;
21315
+ (function(TransactionChallengeDecisionResponseStatusEnum2) {
21316
+ TransactionChallengeDecisionResponseStatusEnum2["Processed"] = "PROCESSED";
21317
+ TransactionChallengeDecisionResponseStatusEnum2["Expired"] = "EXPIRED";
21318
+ TransactionChallengeDecisionResponseStatusEnum2["Invalid"] = "INVALID";
21319
+ })(TransactionChallengeDecisionResponseStatusEnum || (TransactionChallengeDecisionResponseStatusEnum = exports.TransactionChallengeDecisionResponseStatusEnum = {}));
21320
+ var TransactionChallengeTransactionResponseTransactionTypeEnum;
21321
+ (function(TransactionChallengeTransactionResponseTransactionTypeEnum2) {
21322
+ TransactionChallengeTransactionResponseTransactionTypeEnum2["Payment"] = "PAYMENT";
21323
+ TransactionChallengeTransactionResponseTransactionTypeEnum2["NonPayment"] = "NON_PAYMENT";
21324
+ })(TransactionChallengeTransactionResponseTransactionTypeEnum || (TransactionChallengeTransactionResponseTransactionTypeEnum = exports.TransactionChallengeTransactionResponseTransactionTypeEnum = {}));
21325
+ var TransactionChallengeTransactionResponseSubTypeEnum;
21326
+ (function(TransactionChallengeTransactionResponseSubTypeEnum2) {
21327
+ TransactionChallengeTransactionResponseSubTypeEnum2["Purchase"] = "PURCHASE";
21328
+ TransactionChallengeTransactionResponseSubTypeEnum2["AccountVerification"] = "ACCOUNT_VERIFICATION";
21329
+ TransactionChallengeTransactionResponseSubTypeEnum2["AccountFunding"] = "ACCOUNT_FUNDING";
21330
+ TransactionChallengeTransactionResponseSubTypeEnum2["QuasiCash"] = "QUASI_CASH";
21331
+ TransactionChallengeTransactionResponseSubTypeEnum2["PrepaidActivationAndLoad"] = "PREPAID_ACTIVATION_AND_LOAD";
21332
+ })(TransactionChallengeTransactionResponseSubTypeEnum || (TransactionChallengeTransactionResponseSubTypeEnum = exports.TransactionChallengeTransactionResponseSubTypeEnum = {}));
21333
+ var TransactionChallengeResponseCardNetworkEnum;
21334
+ (function(TransactionChallengeResponseCardNetworkEnum2) {
21335
+ TransactionChallengeResponseCardNetworkEnum2["Visa"] = "VISA";
21336
+ TransactionChallengeResponseCardNetworkEnum2["Mastercard"] = "MASTERCARD";
21337
+ })(TransactionChallengeResponseCardNetworkEnum || (TransactionChallengeResponseCardNetworkEnum = exports.TransactionChallengeResponseCardNetworkEnum = {}));
21338
+ var TransactionChallengeResponseStateEnum;
21339
+ (function(TransactionChallengeResponseStateEnum2) {
21340
+ TransactionChallengeResponseStateEnum2["Pending"] = "PENDING";
21341
+ TransactionChallengeResponseStateEnum2["Success"] = "SUCCESS";
21342
+ TransactionChallengeResponseStateEnum2["Cancelled"] = "CANCELLED";
21343
+ TransactionChallengeResponseStateEnum2["Failed"] = "FAILED";
21344
+ })(TransactionChallengeResponseStateEnum || (TransactionChallengeResponseStateEnum = exports.TransactionChallengeResponseStateEnum = {}));
21284
21345
  // src/wla/adapters/RestWlaService.ts
21285
21346
  function _ts_decorate111(decorators, target, key, desc) {
21286
21347
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -22297,6 +22358,134 @@ var _RestWlaService = /*#__PURE__*/ function() {
22297
22358
  })();
22298
22359
  }
22299
22360
  },
22361
+ {
22362
+ key: "getTransactionChallengeByToken",
22363
+ value: function getTransactionChallengeByToken(challengeToken) {
22364
+ var _this = this;
22365
+ return _async_to_generator(function() {
22366
+ var cuiApiBaseUrl, path, params, data, error2;
22367
+ return _ts_generator(this, function(_state) {
22368
+ switch(_state.label){
22369
+ case 0:
22370
+ _state.trys.push([
22371
+ 0,
22372
+ 2,
22373
+ ,
22374
+ 3
22375
+ ]);
22376
+ cuiApiBaseUrl = _this.getEnvConfigValueByName.execute("CUI_API_BASE_URL");
22377
+ path = "".concat(cuiApiBaseUrl, "/api/v1/wla/transaction/challenge/").concat(challengeToken);
22378
+ params = {
22379
+ headers: _this.getCommonWlaApiHeaders()
22380
+ };
22381
+ return [
22382
+ 4,
22383
+ _this.httpClient.get(path, params)
22384
+ ];
22385
+ case 1:
22386
+ data = _state.sent();
22387
+ return [
22388
+ 2,
22389
+ data
22390
+ ];
22391
+ case 2:
22392
+ error2 = _state.sent();
22393
+ throw new MqSDKError("Unable to get transaction details", error2);
22394
+ case 3:
22395
+ return [
22396
+ 2
22397
+ ];
22398
+ }
22399
+ });
22400
+ })();
22401
+ }
22402
+ },
22403
+ {
22404
+ key: "getNextTransactionChallenge",
22405
+ value: function getNextTransactionChallenge() {
22406
+ var _this = this;
22407
+ return _async_to_generator(function() {
22408
+ var cuiApiBaseUrl, path, params, data, error2;
22409
+ return _ts_generator(this, function(_state) {
22410
+ switch(_state.label){
22411
+ case 0:
22412
+ _state.trys.push([
22413
+ 0,
22414
+ 2,
22415
+ ,
22416
+ 3
22417
+ ]);
22418
+ cuiApiBaseUrl = _this.getEnvConfigValueByName.execute("CUI_API_BASE_URL");
22419
+ path = "".concat(cuiApiBaseUrl, "/api/v1/wla/transaction/challenge/next");
22420
+ params = {
22421
+ headers: _this.getCommonWlaApiHeaders()
22422
+ };
22423
+ return [
22424
+ 4,
22425
+ _this.httpClient.get(path, params)
22426
+ ];
22427
+ case 1:
22428
+ data = _state.sent();
22429
+ return [
22430
+ 2,
22431
+ data
22432
+ ];
22433
+ case 2:
22434
+ error2 = _state.sent();
22435
+ throw new MqSDKError("Unable to get transaction details", error2);
22436
+ case 3:
22437
+ return [
22438
+ 2
22439
+ ];
22440
+ }
22441
+ });
22442
+ })();
22443
+ }
22444
+ },
22445
+ {
22446
+ key: "postTransactionChallengeDecision",
22447
+ value: function postTransactionChallengeDecision(challengeToken, body) {
22448
+ var _this = this;
22449
+ return _async_to_generator(function() {
22450
+ var cuiApiBaseUrl, path, params, data, error2;
22451
+ return _ts_generator(this, function(_state) {
22452
+ switch(_state.label){
22453
+ case 0:
22454
+ _state.trys.push([
22455
+ 0,
22456
+ 2,
22457
+ ,
22458
+ 3
22459
+ ]);
22460
+ cuiApiBaseUrl = _this.getEnvConfigValueByName.execute("CUI_API_BASE_URL");
22461
+ path = "".concat(cuiApiBaseUrl, "/api/v1/wla/transaction/challenge/").concat(challengeToken, "/decision");
22462
+ params = {
22463
+ method: "POST",
22464
+ headers: _this.getCommonWlaApiHeaders(),
22465
+ body: JSON.stringify(body)
22466
+ };
22467
+ return [
22468
+ 4,
22469
+ _this.httpClient.post(path, params)
22470
+ ];
22471
+ case 1:
22472
+ data = _state.sent();
22473
+ return [
22474
+ 2,
22475
+ data
22476
+ ];
22477
+ case 2:
22478
+ error2 = _state.sent();
22479
+ throw new MqSDKError("Unable to get transaction details", error2);
22480
+ case 3:
22481
+ return [
22482
+ 2
22483
+ ];
22484
+ }
22485
+ });
22486
+ })();
22487
+ }
22488
+ },
22300
22489
  {
22301
22490
  key: "bookTransfer",
22302
22491
  value: function bookTransfer(requestBody) {
@@ -24252,6 +24441,87 @@ function _verifyUserDevice() {
24252
24441
  return _verifyUserDevice.apply(this, arguments);
24253
24442
  }
24254
24443
  __name(verifyUserDevice, "verifyUserDevice");
24444
+ function getTransactionChallengeByToken(challenge_token) {
24445
+ return _getTransactionChallengeByToken.apply(this, arguments);
24446
+ }
24447
+ function _getTransactionChallengeByToken() {
24448
+ _getTransactionChallengeByToken = // src/wla/base/interactors/getTransactionChallengeByToken.ts
24449
+ _async_to_generator(function(challenge_token) {
24450
+ var container2, wlaService;
24451
+ return _ts_generator(this, function(_state) {
24452
+ switch(_state.label){
24453
+ case 0:
24454
+ container2 = getActiveIocContainer();
24455
+ wlaService = container2.get(ITF_WLA_SERVICE);
24456
+ return [
24457
+ 4,
24458
+ wlaService.getTransactionChallengeByToken(challenge_token)
24459
+ ];
24460
+ case 1:
24461
+ return [
24462
+ 2,
24463
+ _state.sent()
24464
+ ];
24465
+ }
24466
+ });
24467
+ });
24468
+ return _getTransactionChallengeByToken.apply(this, arguments);
24469
+ }
24470
+ __name(getTransactionChallengeByToken, "getTransactionChallengeByToken");
24471
+ function getNextTransactionChallenge() {
24472
+ return _getNextTransactionChallenge.apply(this, arguments);
24473
+ }
24474
+ function _getNextTransactionChallenge() {
24475
+ _getNextTransactionChallenge = // src/wla/base/interactors/getNextTransactionChallenge.ts
24476
+ _async_to_generator(function() {
24477
+ var container2, wlaService;
24478
+ return _ts_generator(this, function(_state) {
24479
+ switch(_state.label){
24480
+ case 0:
24481
+ container2 = getActiveIocContainer();
24482
+ wlaService = container2.get(ITF_WLA_SERVICE);
24483
+ return [
24484
+ 4,
24485
+ wlaService.getNextTransactionChallenge()
24486
+ ];
24487
+ case 1:
24488
+ return [
24489
+ 2,
24490
+ _state.sent()
24491
+ ];
24492
+ }
24493
+ });
24494
+ });
24495
+ return _getNextTransactionChallenge.apply(this, arguments);
24496
+ }
24497
+ __name(getNextTransactionChallenge, "getNextTransactionChallenge");
24498
+ function postTransactionChallengeDecision(challenge_token, body) {
24499
+ return _postTransactionChallengeDecision.apply(this, arguments);
24500
+ }
24501
+ function _postTransactionChallengeDecision() {
24502
+ _postTransactionChallengeDecision = // src/wla/base/interactors/postTransactionChallengeDecision.ts
24503
+ _async_to_generator(function(challenge_token, body) {
24504
+ var container2, wlaService;
24505
+ return _ts_generator(this, function(_state) {
24506
+ switch(_state.label){
24507
+ case 0:
24508
+ container2 = getActiveIocContainer();
24509
+ wlaService = container2.get(ITF_WLA_SERVICE);
24510
+ return [
24511
+ 4,
24512
+ wlaService.postTransactionChallengeDecision(challenge_token, body)
24513
+ ];
24514
+ case 1:
24515
+ return [
24516
+ 2,
24517
+ _state.sent()
24518
+ ];
24519
+ }
24520
+ });
24521
+ });
24522
+ return _postTransactionChallengeDecision.apply(this, arguments);
24523
+ }
24524
+ __name(postTransactionChallengeDecision, "postTransactionChallengeDecision");
24255
24525
  // src/wla/ioc/WlaIocModule.ts
24256
24526
  var WlaIocModule = new (0, _inversify.ContainerModule)(function(bind) {
24257
24527
  bind(ITF_WLA_SERVICE).to(RestWlaService).inSingletonScope();
@@ -24740,6 +25010,14 @@ exports.SetPinRequestUsecaseEnum = SetPinRequestUsecaseEnum;
24740
25010
  exports.LoyaltyTier = LoyaltyTier;
24741
25011
  exports.UserRole = UserRole;
24742
25012
  exports.WlaUserStatus = WlaUserStatus;
25013
+ exports.TransactionChallengeDecisionRequestAuthenticationResultEnum = TransactionChallengeDecisionRequestAuthenticationResultEnum;
25014
+ exports.TransactionChallengeDecisionRequestAuthenticationMethodEnum = TransactionChallengeDecisionRequestAuthenticationMethodEnum;
25015
+ exports.TransactionChallengeDecisionRequestCancelReasonEnum = TransactionChallengeDecisionRequestCancelReasonEnum;
25016
+ exports.TransactionChallengeDecisionResponseStatusEnum = TransactionChallengeDecisionResponseStatusEnum;
25017
+ exports.TransactionChallengeTransactionResponseTransactionTypeEnum = TransactionChallengeTransactionResponseTransactionTypeEnum;
25018
+ exports.TransactionChallengeTransactionResponseSubTypeEnum = TransactionChallengeTransactionResponseSubTypeEnum;
25019
+ exports.TransactionChallengeResponseCardNetworkEnum = TransactionChallengeResponseCardNetworkEnum;
25020
+ exports.TransactionChallengeResponseStateEnum = TransactionChallengeResponseStateEnum;
24743
25021
  exports.RestWlaService = RestWlaService;
24744
25022
  exports.bookTransfer = bookTransfer;
24745
25023
  exports.createOriginationTransfer = createOriginationTransfer;
@@ -24779,6 +25057,9 @@ exports.changeWlaPassword = changeWlaPassword;
24779
25057
  exports.postWlaSendResetPasswordLink = postWlaSendResetPasswordLink;
24780
25058
  exports.resendVerificationEmail = resendVerificationEmail;
24781
25059
  exports.verifyUserDevice = verifyUserDevice;
25060
+ exports.getTransactionChallengeByToken = getTransactionChallengeByToken;
25061
+ exports.getNextTransactionChallenge = getNextTransactionChallenge;
25062
+ exports.postTransactionChallengeDecision = postTransactionChallengeDecision;
24782
25063
  exports.WlaIocModule = WlaIocModule;
24783
25064
  exports.loadBaseContainerModules = loadBaseContainerModules;
24784
25065
  exports.container = container; /*! Bundled license information:
package/dist/index.d.mts CHANGED
@@ -4033,6 +4033,7 @@ type UserProfileResponse = {
4033
4033
  user_device?: {
4034
4034
  is_registered_for_push_notifications?: boolean;
4035
4035
  };
4036
+ has_pending_transaction_challenges: boolean;
4036
4037
  };
4037
4038
  };
4038
4039
  type UserConfigResponse = {
@@ -4073,6 +4074,93 @@ type ResendVerificationEmailResponse = {
4073
4074
  id: string;
4074
4075
  };
4075
4076
 
4077
+ declare enum TransactionChallengeDecisionRequestAuthenticationResultEnum {
4078
+ Success = "SUCCESS",
4079
+ Failed = "FAILED",
4080
+ Cancelled = "CANCELLED",
4081
+ Expired = "EXPIRED",
4082
+ Unknown = "UNKNOWN"
4083
+ }
4084
+ declare enum TransactionChallengeDecisionRequestAuthenticationMethodEnum {
4085
+ BiometricFace = "BIOMETRIC_FACE",
4086
+ BiometricFingerprint = "BIOMETRIC_FINGERPRINT",
4087
+ VoiceRecognition = "VOICE_RECOGNITION",
4088
+ InAppLogin = "IN_APP_LOGIN",
4089
+ AudioCall = "AUDIO_CALL",
4090
+ VideoCall = "VIDEO_CALL",
4091
+ OtpSms = "OTP_SMS",
4092
+ OtpEmail = "OTP_EMAIL",
4093
+ KnowledgeBased = "KNOWLEDGE_BASED",
4094
+ Pin = "PIN",
4095
+ Password = "PASSWORD",
4096
+ Other = "OTHER"
4097
+ }
4098
+ declare enum TransactionChallengeDecisionRequestCancelReasonEnum {
4099
+ CardholderCancel = "CARDHOLDER_CANCEL",
4100
+ TimedOutDecoupledAuthentication = "TIMED_OUT_DECOUPLED_AUTHENTICATION",
4101
+ Unknown = "UNKNOWN"
4102
+ }
4103
+ declare enum TransactionChallengeDecisionResponseStatusEnum {
4104
+ Processed = "PROCESSED",
4105
+ Expired = "EXPIRED",
4106
+ Invalid = "INVALID"
4107
+ }
4108
+ declare enum TransactionChallengeTransactionResponseTransactionTypeEnum {
4109
+ Payment = "PAYMENT",
4110
+ NonPayment = "NON_PAYMENT"
4111
+ }
4112
+ declare enum TransactionChallengeTransactionResponseSubTypeEnum {
4113
+ Purchase = "PURCHASE",
4114
+ AccountVerification = "ACCOUNT_VERIFICATION",
4115
+ AccountFunding = "ACCOUNT_FUNDING",
4116
+ QuasiCash = "QUASI_CASH",
4117
+ PrepaidActivationAndLoad = "PREPAID_ACTIVATION_AND_LOAD"
4118
+ }
4119
+ declare enum TransactionChallengeResponseCardNetworkEnum {
4120
+ Visa = "VISA",
4121
+ Mastercard = "MASTERCARD"
4122
+ }
4123
+ declare enum TransactionChallengeResponseStateEnum {
4124
+ Pending = "PENDING",
4125
+ Success = "SUCCESS",
4126
+ Cancelled = "CANCELLED",
4127
+ Failed = "FAILED"
4128
+ }
4129
+ type TransactionChallengeDecisionRequest = {
4130
+ result: TransactionChallengeDecisionRequestAuthenticationResultEnum;
4131
+ authentication_method: TransactionChallengeDecisionRequestAuthenticationMethodEnum;
4132
+ cancel_reason?: TransactionChallengeDecisionRequestCancelReasonEnum;
4133
+ };
4134
+ type TransactionChallengeDecisionResponse = {
4135
+ status: TransactionChallengeDecisionResponseStatusEnum;
4136
+ redirect_url: string;
4137
+ has_pending_transaction_challenges: boolean;
4138
+ message?: string;
4139
+ redirect_app_url: string;
4140
+ };
4141
+ type TransactionChallengeMerchantResponse = {
4142
+ name: string;
4143
+ category_code: string;
4144
+ country: string;
4145
+ };
4146
+ type TransactionChallengeResponse = {
4147
+ challenge_token: string;
4148
+ transaction: TransactionChallengeTransactionResponse;
4149
+ merchant: TransactionChallengeMerchantResponse;
4150
+ card_last_four: string;
4151
+ card_network: TransactionChallengeResponseCardNetworkEnum;
4152
+ card_token?: string;
4153
+ state: TransactionChallengeResponseStateEnum;
4154
+ created_time: string;
4155
+ expiry_time: string;
4156
+ };
4157
+ type TransactionChallengeTransactionResponse = {
4158
+ transaction_type: TransactionChallengeTransactionResponseTransactionTypeEnum;
4159
+ sub_type: TransactionChallengeTransactionResponseSubTypeEnum;
4160
+ amount: number;
4161
+ currency_code: string;
4162
+ };
4163
+
4076
4164
  declare abstract class iWlaService {
4077
4165
  abstract getAccountDetails(accountToken: string, includeYtdInterest?: boolean, includeInterestTiers?: boolean): Promise<AccountResponse & {
4078
4166
  ytd?: AccountInterestResponse;
@@ -4124,6 +4212,9 @@ declare abstract class iWlaService {
4124
4212
  abstract sendResetPasswordLink(requestBody: ResetPasswordBodyRequest): Promise<any>;
4125
4213
  abstract resendVerificationEmail(): Promise<ResendVerificationEmailResponse>;
4126
4214
  abstract verifyUserDevice(requestBody: VerifyUserDeviceRequest): Promise<VerifyUserDeviceResponse>;
4215
+ abstract getTransactionChallengeByToken(challenge_token: string): Promise<TransactionChallengeResponse>;
4216
+ abstract getNextTransactionChallenge(): Promise<TransactionChallengeResponse | null>;
4217
+ abstract postTransactionChallengeDecision(challenge_token: string, body: TransactionChallengeDecisionRequest): Promise<TransactionChallengeDecisionResponse>;
4127
4218
  }
4128
4219
 
4129
4220
  declare class RestWlaService implements iWlaService {
@@ -4161,6 +4252,9 @@ declare class RestWlaService implements iWlaService {
4161
4252
  verifyExternalAccount(requestBody: ExternalAccountVerificationRequest): Promise<ExternalAccountVerificationResponse>;
4162
4253
  updateExternalAccount(token: string, requestBody: UpdateExternalAccountRequest): Promise<ExternalAccountResponse>;
4163
4254
  getTransactionByToken(transactionToken: string): Promise<WlaTransactionDetailsResponse>;
4255
+ getTransactionChallengeByToken(challengeToken: string): Promise<TransactionChallengeResponse>;
4256
+ getNextTransactionChallenge(): Promise<TransactionChallengeResponse | null>;
4257
+ postTransactionChallengeDecision(challengeToken: string, body: TransactionChallengeDecisionRequest): Promise<TransactionChallengeDecisionResponse>;
4164
4258
  bookTransfer(requestBody: BookTransferRequest): Promise<BookTransferResponse>;
4165
4259
  createOriginationTransfer(requestBody: OriginationTransferRequest): Promise<OriginationTransferResponse>;
4166
4260
  getAccountDetails(accountToken: string, includeYtdInterest?: boolean, includeInterestTiers?: boolean): Promise<AccountResponse & {
@@ -4273,10 +4367,16 @@ declare function resendVerificationEmail(): Promise<ResendVerificationEmailRespo
4273
4367
 
4274
4368
  declare function verifyUserDevice(requestBody: VerifyUserDeviceRequest): Promise<VerifyUserDeviceResponse>;
4275
4369
 
4370
+ declare function getTransactionChallengeByToken(challenge_token: string): Promise<TransactionChallengeResponse>;
4371
+
4372
+ declare function getNextTransactionChallenge(): Promise<TransactionChallengeResponse | null>;
4373
+
4374
+ declare function postTransactionChallengeDecision(challenge_token: string, body: TransactionChallengeDecisionRequest): Promise<TransactionChallengeDecisionResponse>;
4375
+
4276
4376
  declare const WlaIocModule: ContainerModule;
4277
4377
 
4278
4378
  declare const ITF_WLA_SERVICE: unique symbol;
4279
4379
 
4280
4380
  declare const container: Container;
4281
4381
 
4282
- 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, ActivateCardByTokenOrPan, type ActivationActions, type ActivationActionsModel, AddSourceCard, 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, 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, CleanupOnUnload, 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, DeleteDocumentForDispute, DepositAccountEntity, type DepositAccountEntityJsonType, type DeviceDetails, type Dictionary, type DisputeSuccessResponse, DownloadDocumentForDispute, 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, FFLAGS_SESSION_STORAGE_KEY, type FaqItem, type FaqParagraph, type FaqParagraphSublist, FaqParagraphTypeEnum, type FaqSection, type FaqsGroup, type FaqsResponse, FormField, type FulfillmentAddressRequest, type FulfillmentAddressResponse, GaMeasurementAnalyticsService, GetAccountBalances, GetAccountHolderGroup, type GetAccountTransactionsRequest, GetActiveEnvName, GetActiveTheme, GetAllStepsOfDispute, GetCardByToken, GetCardsByUserToken, GetDepositAccounts, GetEnvConfigValueByName, GetIconsByName, GetLanguageCode, GetPinByCardToken, GetShowpanByCardToken, GetSourceCards, GetStatementAsset, GetStatements, GetStepOfDisputeByStepId, GetTransactionDetails, type GetTransactionDetailsByTokenJsonResponseTxnsDetailsBannerData, GetTransactions, type GetTransactionsResponse, GetUser, type HandleMFARequiredRequest, INTR_ACTIVATE_CARD_BY_TOKEN_OR_PAN, INTR_ADD_SOURCE_CARD, INTR_CLEANUP_ON_UNLOAD, INTR_DELETE_DOCUMENT_FOR_DISPUTE, INTR_DOWNLOAD_DOCUMENT_FOR_DISPUTE, INTR_GET_ACCT_BALANCE_BY_TOKEN, INTR_GET_ACCT_HOLDER_GRP_BY_TOKEN, INTR_GET_ACTIVE_ENV_NAME, INTR_GET_ACTIVE_THEME, INTR_GET_ALL_STEPS_OF_DISPUTE, INTR_GET_CARDS_BY_USER_TOKEN, INTR_GET_CARD_BY_TOKEN, INTR_GET_CLIENT_ID, INTR_GET_DEPOSIT_ACCT_BY_TOKEN, INTR_GET_ENV_CONFIG_VALUE_BY_NAME, INTR_GET_ICONS, INTR_GET_LANGUAGE_CODE, INTR_GET_PIN_BY_CARD_TOKEN, INTR_GET_SESSION_ID, INTR_GET_SHOWPAN_BY_CARD_TOKEN, INTR_GET_SOURCE_CARDS, INTR_GET_STATEMENTS, INTR_GET_STATEMENT_ASSET, INTR_GET_STEP_OF_DISPUTE_BY_STEP_ID, INTR_GET_TRANSACTIONS, INTR_GET_TRANSACTIONS_V2, INTR_GET_TRANSACTION_DETAILS, INTR_GET_USER, INTR_INITIATE_FUNDING, INTR_IS_MOCK_MODE_ENABLED, INTR_LOCK_CARD_BY_TOKEN, INTR_POST_CREATE_USER, INTR_PUT_UPDATE_USER, INTR_REGISTER_CLEANUP_HANDLER, INTR_REMOVE_SOURCE_CARD, INTR_REPLACE_CARD_BY_TOKEN, INTR_RETRIEVE_DOCUMENT_FOR_DISPUTE, INTR_SET_ACTIVE_ENV_NAME, INTR_SET_ACTIVE_THEME_BY_NAME, INTR_SET_MOCK_MODE, INTR_START_DISPUTE, INTR_SUBMIT_ANS_DISPUTE, INTR_SUBMIT_DISPUTE, INTR_UNLOCK_CARD_BY_TOKEN, INTR_UPDATE_PIN_BY_CARD_TOKEN, INTR_UPLOAD_DOCUMENT_FOR_DISPUTE, 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, InitiateFunding, type InterestTierRateResponse, InterestTierResponseTypeEnum, IsMockModeEnabled, 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, LockCardByToken, type LoginWithPasswordRequest, type LoginWithPasswordResponse, LoyaltyTier, 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, PutUpdateUser, REFRESHED_CUI_AUTH_TOKEN, REPOSITORY_METHOD_FAILING_SHORT_CODE, type RefreshAccessTokenRequest, type RefreshAccessTokenResponse, type RefreshTokenResponse, type RegExpPattern, RegisterCleanupHandler, RemoveSourceCard, ReplaceCardByToken, type ReplaceCardRequest, ReplaceCardRequestReasonEnum, type ReplaceCardResponse, type RequestNewAuthTokenMessageService, type RequestNewAuthTokenResponse, type RequestOtpCodeRequest, type RequestOtpCodeResponse, type ResendVerificationEmailResponse, type ResetPasswordBodyRequest, RestAuthService, RestComponentsRepository, RestIdpService, RestKybRepository, RestKycRepository, RestUsersRepository, RestWlaService, RetrieveDocumentForDispute, type RevokeConsentResponse, RevokeConsentStatus, type RewardCategory, type RewardPeriod, type RewardSummary, SESSION_TTL, MOCK_USER as STATEMENTS_MOCK_USER, SUSPENDED_CARD_ACTIONS, type SecondaryIdentification, SessionStorageFeatureFlagService, SetActiveEnvName, SetActiveThemeByName, SetMockMode, SetPinRequestUsecaseEnum, type Shipping, type ShippingInformationResponse, type ShippingInformationResponseMethodEnum, ShippingMethodEnum, type SourceCardsListEntity, type SourceCardsRecordEntity, type SourceCardsResponseEntity, type SsoAccessTokenHandler, type StandardOkResponse, StandardizedError, StartDispute, type StatementAssetResponse, StatementAssetStateEnum, type StatementSummary, type StatementsPaginationParams, type StatementsResponse, type StepResponse, StubFeatureFlagService, SubmitAnswerForDisputeQuestion, type SubmitAnswerPayload, SubmitDispute, 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, TransactionDetailResponseIconTypeEnum, type TransactionDetailsBannerData, TransactionDetailsBannerType, type TransactionDetailsRecord, type TransactionDetailsResponse, TransactionDirection, type TransactionDispute, TransactionDisputeStatus, type TransactionListResponse, type TransactionRecord, TransactionRecordStatus, type TransactionResponse, TransactionStatus, TransactionType, type TransactionsPaginationParams, type TransactionsResponse, type Transfer, type TransferListResponse, type TransferResponse, TransferStatus, type UnlinkSourceCardResponse, UnlockCardByToken, type UpdateConsentStatusRequest, type UpdateConsentStatusResponse, type UpdateExternalAccountRequest, UpdatePinByCardToken, type UpdatePinResponse, UploadDocumentForDispute, type UserAddressEntity, type UserConfigResponse, UserEntity, type UserEntityJsonType, type UserProfileResponse, type UserResponse, UserRole, type UserStatus, 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, authIOCModule, bookTransfer, cardsIOCModule, changeWlaPassword, checkAndRefreshAuthToken, commonIOCModule, componentsIOCModule, convertObjKeysToCamelCase, convertObjKeysToLowerCamelCase, createOriginationTransfer, createProofToken, createWlaCard, createWlaExternalAccount, deepMergeThemeObject, deleteRegistrationForPushNotifications, development, disputesIOCModule, envConfigIOCModule, featureFlagIsEnabled, featureFlagsIOCModule, formatDateForApi, generateAuthKeyPair, generateStatementsDateQueries, getAccountTransactions, getActiveIocContainer, getAuthKeyPair, getCachedAuthApiEndpoint, getCachedAuthApiHeadersResolver, getCachedAuthToken, getCachedAuthTokenExpiration, getCardholderContext, getClientId, getConsentById, getConsents, getExternalAccount, getExternalAccountList, getMockUpdatedUserRequestToCreateResponse, getMockUserRequestToCreateResponse, getOfferDetails, getOffers, getOutagesByToken, getOutagesList, getSessionId, getSsoAccessTokenHandler, getTransferByToken, getTransfers, getUserProgram, getUserTokenHash, 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, isComponentEnabled, kybIOCModule, kycIOCModule, loadEnabledComponentsByShortCode, loadFeatureFlags, localhost, loginWithIdAndPassword, markAccountActivated, markAccountVerified, markPasswordSetupDone, mockAccountBalances, mockAccountHolderGroup, mockAccountsIOCModule, mockAnalyticsIOCModule, mockAuthIOCModule, mockCardsIOCModule, mockCommonIOCModule, mockCreateUserRequest, mockCreatedUserResponse, mockDepositAccountJson, mockDisputesIOCModule, mockEnvConfigIOCModule, 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, postVerifyKyb, postVerifyKyc, postWlaSendResetPasswordLink, production, qa, refreshAccessToken, registerDeviceForPushNotifications, replaceWlaCard, requestOtpCode, resendVerificationEmail, revokeConsent, sandbox, container as sdkJsContainer, searchAtms, setActiveIocContainer, setAuthKeyPair, setAuthParams, setCachedAuthApiEndpoint, setCachedAuthApiHeadersResolver, setCachedAuthToken, setSsoAccessTokenHandler, setWlaCardPin, setWlaConfig, statementsIOCModule, themesIOCModule, toDateType, trackEvent, transactionsIOCModule, updateConsentStatus, updateExternalAccount, usersIOCModule, verifyExternalAccount, verifyOTP, verifyUserDevice };
4382
+ 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, ActivateCardByTokenOrPan, type ActivationActions, type ActivationActionsModel, AddSourceCard, 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, 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, CleanupOnUnload, 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, DeleteDocumentForDispute, DepositAccountEntity, type DepositAccountEntityJsonType, type DeviceDetails, type Dictionary, type DisputeSuccessResponse, DownloadDocumentForDispute, 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, FFLAGS_SESSION_STORAGE_KEY, type FaqItem, type FaqParagraph, type FaqParagraphSublist, FaqParagraphTypeEnum, type FaqSection, type FaqsGroup, type FaqsResponse, FormField, type FulfillmentAddressRequest, type FulfillmentAddressResponse, GaMeasurementAnalyticsService, GetAccountBalances, GetAccountHolderGroup, type GetAccountTransactionsRequest, GetActiveEnvName, GetActiveTheme, GetAllStepsOfDispute, GetCardByToken, GetCardsByUserToken, GetDepositAccounts, GetEnvConfigValueByName, GetIconsByName, GetLanguageCode, GetPinByCardToken, GetShowpanByCardToken, GetSourceCards, GetStatementAsset, GetStatements, GetStepOfDisputeByStepId, GetTransactionDetails, type GetTransactionDetailsByTokenJsonResponseTxnsDetailsBannerData, GetTransactions, type GetTransactionsResponse, GetUser, type HandleMFARequiredRequest, INTR_ACTIVATE_CARD_BY_TOKEN_OR_PAN, INTR_ADD_SOURCE_CARD, INTR_CLEANUP_ON_UNLOAD, INTR_DELETE_DOCUMENT_FOR_DISPUTE, INTR_DOWNLOAD_DOCUMENT_FOR_DISPUTE, INTR_GET_ACCT_BALANCE_BY_TOKEN, INTR_GET_ACCT_HOLDER_GRP_BY_TOKEN, INTR_GET_ACTIVE_ENV_NAME, INTR_GET_ACTIVE_THEME, INTR_GET_ALL_STEPS_OF_DISPUTE, INTR_GET_CARDS_BY_USER_TOKEN, INTR_GET_CARD_BY_TOKEN, INTR_GET_CLIENT_ID, INTR_GET_DEPOSIT_ACCT_BY_TOKEN, INTR_GET_ENV_CONFIG_VALUE_BY_NAME, INTR_GET_ICONS, INTR_GET_LANGUAGE_CODE, INTR_GET_PIN_BY_CARD_TOKEN, INTR_GET_SESSION_ID, INTR_GET_SHOWPAN_BY_CARD_TOKEN, INTR_GET_SOURCE_CARDS, INTR_GET_STATEMENTS, INTR_GET_STATEMENT_ASSET, INTR_GET_STEP_OF_DISPUTE_BY_STEP_ID, INTR_GET_TRANSACTIONS, INTR_GET_TRANSACTIONS_V2, INTR_GET_TRANSACTION_DETAILS, INTR_GET_USER, INTR_INITIATE_FUNDING, INTR_IS_MOCK_MODE_ENABLED, INTR_LOCK_CARD_BY_TOKEN, INTR_POST_CREATE_USER, INTR_PUT_UPDATE_USER, INTR_REGISTER_CLEANUP_HANDLER, INTR_REMOVE_SOURCE_CARD, INTR_REPLACE_CARD_BY_TOKEN, INTR_RETRIEVE_DOCUMENT_FOR_DISPUTE, INTR_SET_ACTIVE_ENV_NAME, INTR_SET_ACTIVE_THEME_BY_NAME, INTR_SET_MOCK_MODE, INTR_START_DISPUTE, INTR_SUBMIT_ANS_DISPUTE, INTR_SUBMIT_DISPUTE, INTR_UNLOCK_CARD_BY_TOKEN, INTR_UPDATE_PIN_BY_CARD_TOKEN, INTR_UPLOAD_DOCUMENT_FOR_DISPUTE, 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, InitiateFunding, type InterestTierRateResponse, InterestTierResponseTypeEnum, IsMockModeEnabled, 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, LockCardByToken, type LoginWithPasswordRequest, type LoginWithPasswordResponse, LoyaltyTier, 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, PutUpdateUser, REFRESHED_CUI_AUTH_TOKEN, REPOSITORY_METHOD_FAILING_SHORT_CODE, type RefreshAccessTokenRequest, type RefreshAccessTokenResponse, type RefreshTokenResponse, type RegExpPattern, RegisterCleanupHandler, RemoveSourceCard, ReplaceCardByToken, type ReplaceCardRequest, ReplaceCardRequestReasonEnum, type ReplaceCardResponse, type RequestNewAuthTokenMessageService, type RequestNewAuthTokenResponse, type RequestOtpCodeRequest, type RequestOtpCodeResponse, type ResendVerificationEmailResponse, type ResetPasswordBodyRequest, RestAuthService, RestComponentsRepository, RestIdpService, RestKybRepository, RestKycRepository, RestUsersRepository, RestWlaService, RetrieveDocumentForDispute, type RevokeConsentResponse, RevokeConsentStatus, type RewardCategory, type RewardPeriod, type RewardSummary, SESSION_TTL, MOCK_USER as STATEMENTS_MOCK_USER, SUSPENDED_CARD_ACTIONS, type SecondaryIdentification, SessionStorageFeatureFlagService, SetActiveEnvName, SetActiveThemeByName, SetMockMode, SetPinRequestUsecaseEnum, type Shipping, type ShippingInformationResponse, type ShippingInformationResponseMethodEnum, ShippingMethodEnum, type SourceCardsListEntity, type SourceCardsRecordEntity, type SourceCardsResponseEntity, type SsoAccessTokenHandler, type StandardOkResponse, StandardizedError, StartDispute, type StatementAssetResponse, StatementAssetStateEnum, type StatementSummary, type StatementsPaginationParams, type StatementsResponse, type StepResponse, StubFeatureFlagService, SubmitAnswerForDisputeQuestion, type SubmitAnswerPayload, SubmitDispute, 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, type TransactionChallengeDecisionRequest, TransactionChallengeDecisionRequestAuthenticationMethodEnum, TransactionChallengeDecisionRequestAuthenticationResultEnum, TransactionChallengeDecisionRequestCancelReasonEnum, type TransactionChallengeDecisionResponse, TransactionChallengeDecisionResponseStatusEnum, type TransactionChallengeMerchantResponse, type TransactionChallengeResponse, TransactionChallengeResponseCardNetworkEnum, TransactionChallengeResponseStateEnum, type TransactionChallengeTransactionResponse, TransactionChallengeTransactionResponseSubTypeEnum, TransactionChallengeTransactionResponseTransactionTypeEnum, TransactionDetailResponseIconTypeEnum, type TransactionDetailsBannerData, TransactionDetailsBannerType, type TransactionDetailsRecord, type TransactionDetailsResponse, TransactionDirection, type TransactionDispute, TransactionDisputeStatus, type TransactionListResponse, type TransactionRecord, TransactionRecordStatus, type TransactionResponse, TransactionStatus, TransactionType, type TransactionsPaginationParams, type TransactionsResponse, type Transfer, type TransferListResponse, type TransferResponse, TransferStatus, type UnlinkSourceCardResponse, UnlockCardByToken, type UpdateConsentStatusRequest, type UpdateConsentStatusResponse, type UpdateExternalAccountRequest, UpdatePinByCardToken, type UpdatePinResponse, UploadDocumentForDispute, type UserAddressEntity, type UserConfigResponse, UserEntity, type UserEntityJsonType, type UserProfileResponse, type UserResponse, UserRole, type UserStatus, 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, authIOCModule, bookTransfer, cardsIOCModule, changeWlaPassword, checkAndRefreshAuthToken, commonIOCModule, componentsIOCModule, convertObjKeysToCamelCase, convertObjKeysToLowerCamelCase, createOriginationTransfer, createProofToken, createWlaCard, createWlaExternalAccount, deepMergeThemeObject, deleteRegistrationForPushNotifications, development, disputesIOCModule, envConfigIOCModule, featureFlagIsEnabled, featureFlagsIOCModule, formatDateForApi, generateAuthKeyPair, generateStatementsDateQueries, getAccountTransactions, getActiveIocContainer, getAuthKeyPair, getCachedAuthApiEndpoint, getCachedAuthApiHeadersResolver, getCachedAuthToken, getCachedAuthTokenExpiration, getCardholderContext, getClientId, getConsentById, getConsents, getExternalAccount, getExternalAccountList, getMockUpdatedUserRequestToCreateResponse, getMockUserRequestToCreateResponse, getNextTransactionChallenge, getOfferDetails, getOffers, getOutagesByToken, getOutagesList, getSessionId, getSsoAccessTokenHandler, getTransactionChallengeByToken, getTransferByToken, getTransfers, getUserProgram, getUserTokenHash, 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, isComponentEnabled, kybIOCModule, kycIOCModule, loadEnabledComponentsByShortCode, loadFeatureFlags, localhost, loginWithIdAndPassword, markAccountActivated, markAccountVerified, markPasswordSetupDone, mockAccountBalances, mockAccountHolderGroup, mockAccountsIOCModule, mockAnalyticsIOCModule, mockAuthIOCModule, mockCardsIOCModule, mockCommonIOCModule, mockCreateUserRequest, mockCreatedUserResponse, mockDepositAccountJson, mockDisputesIOCModule, mockEnvConfigIOCModule, 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, qa, refreshAccessToken, registerDeviceForPushNotifications, replaceWlaCard, requestOtpCode, resendVerificationEmail, revokeConsent, sandbox, container as sdkJsContainer, searchAtms, setActiveIocContainer, setAuthKeyPair, setAuthParams, setCachedAuthApiEndpoint, setCachedAuthApiHeadersResolver, setCachedAuthToken, setSsoAccessTokenHandler, setWlaCardPin, setWlaConfig, statementsIOCModule, themesIOCModule, toDateType, trackEvent, transactionsIOCModule, updateConsentStatus, updateExternalAccount, usersIOCModule, verifyExternalAccount, verifyOTP, verifyUserDevice };