react-native-unit-components 1.13.0 → 1.15.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/android/src/main/java/com/unitreactnativecomponents/UnitAddToWalletButtonViewManager.kt +1 -0
- package/android/src/main/java/com/unitreactnativecomponents/UnitReactNativeComponentsPackage.kt +9 -1
- package/android/src/main/java/com/unitreactnativecomponents/extensions/ContextExtensions.kt +2 -0
- package/android/src/main/java/com/unitreactnativecomponents/secureView/UNSecureViewManager.kt +19 -0
- package/android/src/main/java/com/unitreactnativecomponents/security/UNSecurityHelper.kt +37 -0
- package/android/src/main/java/com/unitreactnativecomponents/unSnapshotProtectionManager/UNSnapshotProtectionManager.kt +42 -0
- package/ios/UNSecurity/UNSecurityHelper.swift +90 -0
- package/ios/UNSecurity/UNSecurityHelperExportModule.m +7 -0
- package/ios/UNSharedServicesProvider/UNAppStateService.swift +38 -0
- package/ios/UNSharedServicesProvider/UNGlobalSnapshotProtectionService.swift +96 -0
- package/ios/UNSharedServicesProvider/UNPresentationService.swift +37 -0
- package/ios/UNSharedServicesProvider/UNSharedServicesProviderManager.swift +45 -0
- package/ios/UNSnapshotProtectionManager/UNSnapshotProtectionManager.swift +20 -0
- package/ios/UNSnapshotProtectionManager/UNSnapshotProtectionManagerExportModule.m +5 -0
- package/ios/UnitReactNativeComponents.xcodeproj/project.pbxproj +16 -0
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.js +22 -21
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.js.map +1 -1
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.js +22 -21
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.js.map +1 -1
- package/lib/commonjs/components/UNAccountComponent/UNAccountComponent.js +4 -3
- package/lib/commonjs/components/UNAccountComponent/UNAccountComponent.js.map +1 -1
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js +19 -20
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js.map +1 -1
- package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js +24 -21
- package/lib/commonjs/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -1
- package/lib/commonjs/components/UNCardActionComponent/UNCardActionComponent.js +71 -0
- package/lib/commonjs/components/UNCardActionComponent/UNCardActionComponent.js.map +1 -0
- package/lib/commonjs/components/UNCardActionComponent/UNCardActionComponent.utils.js +22 -0
- package/lib/commonjs/components/UNCardActionComponent/UNCardActionComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNCardActionComponent/index.js +21 -0
- package/lib/commonjs/components/UNCardActionComponent/index.js.map +1 -0
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.js +26 -3
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.js.map +1 -1
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js +2 -1
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNCheckDepositComponent/UNCheckDepositComponent.js +18 -19
- package/lib/commonjs/components/UNCheckDepositComponent/UNCheckDepositComponent.js.map +1 -1
- package/lib/commonjs/components/UNFundAccountPaymentComponent/UNFundAccountPaymentComponent.js +7 -1
- package/lib/commonjs/components/UNFundAccountPaymentComponent/UNFundAccountPaymentComponent.js.map +1 -1
- package/lib/commonjs/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.js +79 -0
- package/lib/commonjs/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.js.map +1 -0
- package/lib/commonjs/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.utils.js +32 -0
- package/lib/commonjs/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNMultiFactorAuthenticationComponent/index.js +21 -0
- package/lib/commonjs/components/UNMultiFactorAuthenticationComponent/index.js.map +1 -0
- package/lib/commonjs/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js +19 -20
- package/lib/commonjs/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js.map +1 -1
- package/lib/commonjs/components/UNNextRepaymentComponent/UNNextRepaymentComponent.js +4 -3
- package/lib/commonjs/components/UNNextRepaymentComponent/UNNextRepaymentComponent.js.map +1 -1
- package/lib/commonjs/components/UNNextRepaymentComponent/UNNextRepaymentComponent.utils.js +1 -1
- package/lib/commonjs/components/UNNextRepaymentComponent/UNNextRepaymentComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js +24 -2
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js.map +1 -1
- package/lib/commonjs/components/UNProgramDetailsComponent/UNProgramDetailsComponent.js +4 -3
- package/lib/commonjs/components/UNProgramDetailsComponent/UNProgramDetailsComponent.js.map +1 -1
- package/lib/commonjs/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js +7 -2
- package/lib/commonjs/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js.map +1 -1
- package/lib/commonjs/components/UNWirePaymentComponent/UNWirePaymentComponent.js +91 -0
- package/lib/commonjs/components/UNWirePaymentComponent/UNWirePaymentComponent.js.map +1 -0
- package/lib/commonjs/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js +29 -0
- package/lib/commonjs/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNWirePaymentComponent/index.js +21 -0
- package/lib/commonjs/components/UNWirePaymentComponent/index.js.map +1 -0
- package/lib/commonjs/components/index.js +33 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/helpers/BottomSheet/BottomSheet.js +2 -1
- package/lib/commonjs/helpers/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/commonjs/hooks/useIsJailbrokeDevice.js +22 -0
- package/lib/commonjs/hooks/useIsJailbrokeDevice.js.map +1 -0
- package/lib/commonjs/hooks/useSnapshotProtection.js +31 -0
- package/lib/commonjs/hooks/useSnapshotProtection.js.map +1 -0
- package/lib/commonjs/messages/webMessages/multiFactorAuthenticationMessage.js +11 -0
- package/lib/commonjs/messages/webMessages/multiFactorAuthenticationMessage.js.map +1 -0
- package/lib/commonjs/messages/webMessages/onLoadMessage.js +1 -0
- package/lib/commonjs/messages/webMessages/onLoadMessage.js.map +1 -1
- package/lib/commonjs/messages/webMessages/unitMessages.js +1 -0
- package/lib/commonjs/messages/webMessages/unitMessages.js.map +1 -1
- package/lib/commonjs/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js +6 -1
- package/lib/commonjs/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js.map +1 -1
- package/lib/commonjs/nativeComponents/UNBaseView/UNBaseView.js +39 -0
- package/lib/commonjs/nativeComponents/UNBaseView/UNBaseView.js.map +1 -0
- package/lib/commonjs/nativeComponents/UNBaseView/index.js +14 -0
- package/lib/commonjs/nativeComponents/UNBaseView/index.js.map +1 -0
- package/lib/commonjs/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.js +26 -0
- package/lib/commonjs/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.js.map +1 -0
- package/lib/commonjs/nativeModulesHelpers/UNSecurityHelper.js +39 -0
- package/lib/commonjs/nativeModulesHelpers/UNSecurityHelper.js.map +1 -0
- package/lib/commonjs/networking/common/UNNetworkConstants.js +2 -1
- package/lib/commonjs/networking/common/UNNetworkConstants.js.map +1 -1
- package/lib/commonjs/scripts/html/bodyScript.js +18 -5
- package/lib/commonjs/scripts/html/bodyScript.js.map +1 -1
- package/lib/commonjs/types/internal/webComponent.types.js +3 -0
- package/lib/commonjs/types/internal/webComponent.types.js.map +1 -1
- package/lib/commonjs/types/shared/env.types.js +1 -0
- package/lib/commonjs/types/shared/env.types.js.map +1 -1
- package/lib/commonjs/types/shared/index.js +11 -0
- package/lib/commonjs/types/shared/index.js.map +1 -1
- package/lib/commonjs/types/shared/multiFactorAuthentication.types.js +2 -0
- package/lib/commonjs/types/shared/multiFactorAuthentication.types.js.map +1 -0
- package/lib/commonjs/types/shared/payeeManagement.types.js.map +1 -1
- package/lib/commonjs/types/shared/payments.types.js +1 -0
- package/lib/commonjs/types/shared/payments.types.js.map +1 -1
- package/lib/commonjs/types/shared/securitySettings.js +12 -0
- package/lib/commonjs/types/shared/securitySettings.js.map +1 -0
- package/lib/commonjs/types/shared/wirePayment.types.js +6 -0
- package/lib/commonjs/types/shared/wirePayment.types.js.map +1 -0
- package/lib/commonjs/unitSdkManager/UnitSdk.constants.js +7 -2
- package/lib/commonjs/unitSdkManager/UnitSdk.constants.js.map +1 -1
- package/lib/commonjs/unitSdkManager/UnitSdkManager.js +25 -5
- package/lib/commonjs/unitSdkManager/UnitSdkManager.js.map +1 -1
- package/lib/commonjs/unitSdkManager/UnitSdkManager.utils.internal.js +2 -0
- package/lib/commonjs/unitSdkManager/UnitSdkManager.utils.internal.js.map +1 -1
- package/lib/commonjs/utils/onLoadMessages.utils.js +10 -0
- package/lib/commonjs/utils/onLoadMessages.utils.js.map +1 -0
- package/lib/commonjs/webComponent/WebComponent.js +11 -5
- package/lib/commonjs/webComponent/WebComponent.js.map +1 -1
- package/lib/commonjs/webComponent/WebComponent.utils.js +5 -1
- package/lib/commonjs/webComponent/WebComponent.utils.js.map +1 -1
- package/lib/commonjs/webComponent/html.js +2 -0
- package/lib/commonjs/webComponent/html.js.map +1 -1
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.js +23 -22
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.js.map +1 -1
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.js +23 -22
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.js.map +1 -1
- package/lib/module/components/UNAccountComponent/UNAccountComponent.js +4 -3
- package/lib/module/components/UNAccountComponent/UNAccountComponent.js.map +1 -1
- package/lib/module/components/UNActivityComponent/UNActivityComponent.js +20 -21
- package/lib/module/components/UNActivityComponent/UNActivityComponent.js.map +1 -1
- package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js +24 -21
- package/lib/module/components/UNBookPaymentComponent/UNBookPaymentComponent.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -1
- package/lib/module/components/UNCardActionComponent/UNCardActionComponent.js +63 -0
- package/lib/module/components/UNCardActionComponent/UNCardActionComponent.js.map +1 -0
- package/lib/module/components/UNCardActionComponent/UNCardActionComponent.utils.js +14 -0
- package/lib/module/components/UNCardActionComponent/UNCardActionComponent.utils.js.map +1 -0
- package/lib/module/components/UNCardActionComponent/index.js +2 -0
- package/lib/module/components/UNCardActionComponent/index.js.map +1 -0
- package/lib/module/components/UNCardComponent/UNCardComponent.js +26 -3
- package/lib/module/components/UNCardComponent/UNCardComponent.js.map +1 -1
- package/lib/module/components/UNCardComponent/UNCardComponent.utils.js +2 -1
- package/lib/module/components/UNCardComponent/UNCardComponent.utils.js.map +1 -1
- package/lib/module/components/UNCheckDepositComponent/UNCheckDepositComponent.js +19 -20
- package/lib/module/components/UNCheckDepositComponent/UNCheckDepositComponent.js.map +1 -1
- package/lib/module/components/UNFundAccountPaymentComponent/UNFundAccountPaymentComponent.js +7 -1
- package/lib/module/components/UNFundAccountPaymentComponent/UNFundAccountPaymentComponent.js.map +1 -1
- package/lib/module/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.js +71 -0
- package/lib/module/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.js.map +1 -0
- package/lib/module/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.utils.js +24 -0
- package/lib/module/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.utils.js.map +1 -0
- package/lib/module/components/UNMultiFactorAuthenticationComponent/index.js +2 -0
- package/lib/module/components/UNMultiFactorAuthenticationComponent/index.js.map +1 -0
- package/lib/module/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js +20 -21
- package/lib/module/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js.map +1 -1
- package/lib/module/components/UNNextRepaymentComponent/UNNextRepaymentComponent.js +4 -3
- package/lib/module/components/UNNextRepaymentComponent/UNNextRepaymentComponent.js.map +1 -1
- package/lib/module/components/UNNextRepaymentComponent/UNNextRepaymentComponent.utils.js +1 -1
- package/lib/module/components/UNNextRepaymentComponent/UNNextRepaymentComponent.utils.js.map +1 -1
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js +24 -2
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js.map +1 -1
- package/lib/module/components/UNProgramDetailsComponent/UNProgramDetailsComponent.js +4 -3
- package/lib/module/components/UNProgramDetailsComponent/UNProgramDetailsComponent.js.map +1 -1
- package/lib/module/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js +7 -2
- package/lib/module/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js.map +1 -1
- package/lib/module/components/UNWirePaymentComponent/UNWirePaymentComponent.js +83 -0
- package/lib/module/components/UNWirePaymentComponent/UNWirePaymentComponent.js.map +1 -0
- package/lib/module/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js +21 -0
- package/lib/module/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js.map +1 -0
- package/lib/module/components/UNWirePaymentComponent/index.js +2 -0
- package/lib/module/components/UNWirePaymentComponent/index.js.map +1 -0
- package/lib/module/components/index.js +3 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/helpers/BottomSheet/BottomSheet.js +2 -1
- package/lib/module/helpers/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/hooks/useIsJailbrokeDevice.js +14 -0
- package/lib/module/hooks/useIsJailbrokeDevice.js.map +1 -0
- package/lib/module/hooks/useSnapshotProtection.js +23 -0
- package/lib/module/hooks/useSnapshotProtection.js.map +1 -0
- package/lib/module/messages/webMessages/multiFactorAuthenticationMessage.js +5 -0
- package/lib/module/messages/webMessages/multiFactorAuthenticationMessage.js.map +1 -0
- package/lib/module/messages/webMessages/onLoadMessage.js +1 -0
- package/lib/module/messages/webMessages/onLoadMessage.js.map +1 -1
- package/lib/module/messages/webMessages/unitMessages.js +1 -0
- package/lib/module/messages/webMessages/unitMessages.js.map +1 -1
- package/lib/module/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js +6 -1
- package/lib/module/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js.map +1 -1
- package/lib/module/nativeComponents/UNBaseView/UNBaseView.js +31 -0
- package/lib/module/nativeComponents/UNBaseView/UNBaseView.js.map +1 -0
- package/lib/module/nativeComponents/UNBaseView/index.js +2 -0
- package/lib/module/nativeComponents/UNBaseView/index.js.map +1 -0
- package/lib/module/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.js +20 -0
- package/lib/module/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.js.map +1 -0
- package/lib/module/nativeModulesHelpers/UNSecurityHelper.js +33 -0
- package/lib/module/nativeModulesHelpers/UNSecurityHelper.js.map +1 -0
- package/lib/module/networking/common/UNNetworkConstants.js +2 -1
- package/lib/module/networking/common/UNNetworkConstants.js.map +1 -1
- package/lib/module/scripts/html/bodyScript.js +17 -4
- package/lib/module/scripts/html/bodyScript.js.map +1 -1
- package/lib/module/types/internal/webComponent.types.js +3 -0
- package/lib/module/types/internal/webComponent.types.js.map +1 -1
- package/lib/module/types/shared/env.types.js +1 -0
- package/lib/module/types/shared/env.types.js.map +1 -1
- package/lib/module/types/shared/index.js +1 -0
- package/lib/module/types/shared/index.js.map +1 -1
- package/lib/module/types/shared/multiFactorAuthentication.types.js +2 -0
- package/lib/module/types/shared/multiFactorAuthentication.types.js.map +1 -0
- package/lib/module/types/shared/payeeManagement.types.js.map +1 -1
- package/lib/module/types/shared/payments.types.js +1 -0
- package/lib/module/types/shared/payments.types.js.map +1 -1
- package/lib/module/types/shared/securitySettings.js +6 -0
- package/lib/module/types/shared/securitySettings.js.map +1 -0
- package/lib/module/types/shared/wirePayment.types.js +2 -0
- package/lib/module/types/shared/wirePayment.types.js.map +1 -0
- package/lib/module/unitSdkManager/UnitSdk.constants.js +7 -2
- package/lib/module/unitSdkManager/UnitSdk.constants.js.map +1 -1
- package/lib/module/unitSdkManager/UnitSdkManager.js +25 -5
- package/lib/module/unitSdkManager/UnitSdkManager.js.map +1 -1
- package/lib/module/unitSdkManager/UnitSdkManager.utils.internal.js +2 -0
- package/lib/module/unitSdkManager/UnitSdkManager.utils.internal.js.map +1 -1
- package/lib/module/utils/onLoadMessages.utils.js +4 -0
- package/lib/module/utils/onLoadMessages.utils.js.map +1 -0
- package/lib/module/webComponent/WebComponent.js +12 -6
- package/lib/module/webComponent/WebComponent.js.map +1 -1
- package/lib/module/webComponent/WebComponent.utils.js +3 -0
- package/lib/module/webComponent/WebComponent.utils.js.map +1 -1
- package/lib/module/webComponent/html.js +3 -1
- package/lib/module/webComponent/html.js.map +1 -1
- package/lib/typescript/src/components/UNACHCreditComponent/UNACHCreditComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNACHDebitComponent/UNACHDebitComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNAccountComponent/UNAccountComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNActivityComponent/UNActivityComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBookPaymentComponent/UNBookPaymentComponent.d.ts +1 -1
- package/lib/typescript/src/components/UNBookPaymentComponent/UNBookPaymentComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNCardActionComponent/UNCardActionComponent.d.ts +14 -0
- package/lib/typescript/src/components/UNCardActionComponent/UNCardActionComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/UNCardActionComponent/UNCardActionComponent.utils.d.ts +4 -0
- package/lib/typescript/src/components/UNCardActionComponent/UNCardActionComponent.utils.d.ts.map +1 -0
- package/lib/typescript/src/components/UNCardActionComponent/index.d.ts +2 -0
- package/lib/typescript/src/components/UNCardActionComponent/index.d.ts.map +1 -0
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.d.ts +3 -1
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNCheckDepositComponent/UNCheckDepositComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNFundAccountPaymentComponent/UNFundAccountPaymentComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.d.ts +14 -0
- package/lib/typescript/src/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.utils.d.ts +4 -0
- package/lib/typescript/src/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.utils.d.ts.map +1 -0
- package/lib/typescript/src/components/UNMultiFactorAuthenticationComponent/index.d.ts +2 -0
- package/lib/typescript/src/components/UNMultiFactorAuthenticationComponent/index.d.ts.map +1 -0
- package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNNextRepaymentComponent/UNNextRepaymentComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts +2 -1
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNProgramDetailsComponent/UNProgramDetailsComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.d.ts +20 -0
- package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.d.ts +4 -0
- package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.d.ts.map +1 -0
- package/lib/typescript/src/components/UNWirePaymentComponent/index.d.ts +2 -0
- package/lib/typescript/src/components/UNWirePaymentComponent/index.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +3 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/helpers/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useIsJailbrokeDevice.d.ts +2 -0
- package/lib/typescript/src/hooks/useIsJailbrokeDevice.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useSnapshotProtection.d.ts +2 -0
- package/lib/typescript/src/hooks/useSnapshotProtection.d.ts.map +1 -0
- package/lib/typescript/src/messages/webMessages/index.d.ts +2 -1
- package/lib/typescript/src/messages/webMessages/index.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/multiFactorAuthenticationMessage.d.ts +4 -0
- package/lib/typescript/src/messages/webMessages/multiFactorAuthenticationMessage.d.ts.map +1 -0
- package/lib/typescript/src/messages/webMessages/onLoadMessage.d.ts +8 -4
- package/lib/typescript/src/messages/webMessages/onLoadMessage.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/unitMessages.d.ts +11 -1
- package/lib/typescript/src/messages/webMessages/unitMessages.d.ts.map +1 -1
- package/lib/typescript/src/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.d.ts.map +1 -1
- package/lib/typescript/src/nativeComponents/UNBaseView/UNBaseView.d.ts +11 -0
- package/lib/typescript/src/nativeComponents/UNBaseView/UNBaseView.d.ts.map +1 -0
- package/lib/typescript/src/nativeComponents/UNBaseView/index.d.ts +2 -0
- package/lib/typescript/src/nativeComponents/UNBaseView/index.d.ts.map +1 -0
- package/lib/typescript/src/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.d.ts +6 -0
- package/lib/typescript/src/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.d.ts.map +1 -0
- package/lib/typescript/src/nativeModulesHelpers/UNSecurityHelper.d.ts +12 -0
- package/lib/typescript/src/nativeModulesHelpers/UNSecurityHelper.d.ts.map +1 -0
- package/lib/typescript/src/networking/common/UNNetworkConstants.d.ts +1 -0
- package/lib/typescript/src/networking/common/UNNetworkConstants.d.ts.map +1 -1
- package/lib/typescript/src/scripts/html/bodyScript.d.ts +1 -0
- package/lib/typescript/src/scripts/html/bodyScript.d.ts.map +1 -1
- package/lib/typescript/src/slices/SharedEventsSlice.d.ts +2 -2
- package/lib/typescript/src/slices/SharedEventsSlice.d.ts.map +1 -1
- package/lib/typescript/src/store/store.d.ts +2 -2
- package/lib/typescript/src/types/internal/webComponent.types.d.ts +4 -1
- package/lib/typescript/src/types/internal/webComponent.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/achCredit.types.d.ts +1 -1
- package/lib/typescript/src/types/shared/achCredit.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/env.types.d.ts +2 -1
- package/lib/typescript/src/types/shared/env.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/index.d.ts +1 -0
- package/lib/typescript/src/types/shared/index.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/multiFactorAuthentication.types.d.ts +15 -0
- package/lib/typescript/src/types/shared/multiFactorAuthentication.types.d.ts.map +1 -0
- package/lib/typescript/src/types/shared/payeeManagement.types.d.ts +32 -0
- package/lib/typescript/src/types/shared/payeeManagement.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/payments.types.d.ts +2 -1
- package/lib/typescript/src/types/shared/payments.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/securitySettings.d.ts +8 -0
- package/lib/typescript/src/types/shared/securitySettings.d.ts.map +1 -0
- package/lib/typescript/src/types/shared/wirePayment.types.d.ts +42 -0
- package/lib/typescript/src/types/shared/wirePayment.types.d.ts.map +1 -0
- package/lib/typescript/src/unitSdkManager/UnitSdk.constants.d.ts +2 -0
- package/lib/typescript/src/unitSdkManager/UnitSdk.constants.d.ts.map +1 -1
- package/lib/typescript/src/unitSdkManager/UnitSdkManager.d.ts +6 -2
- package/lib/typescript/src/unitSdkManager/UnitSdkManager.d.ts.map +1 -1
- package/lib/typescript/src/unitSdkManager/UnitSdkManager.utils.internal.d.ts.map +1 -1
- package/lib/typescript/src/utils/onLoadMessages.utils.d.ts +2 -0
- package/lib/typescript/src/utils/onLoadMessages.utils.d.ts.map +1 -0
- package/lib/typescript/src/webComponent/WebComponent.d.ts.map +1 -1
- package/lib/typescript/src/webComponent/WebComponent.utils.d.ts +3 -1
- package/lib/typescript/src/webComponent/WebComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/webComponent/html.d.ts.map +1 -1
- package/package.json +1 -1
- package/react-native-unit-components.podspec +1 -1
- package/src/components/UNACHCreditComponent/UNACHCreditComponent.tsx +11 -16
- package/src/components/UNACHDebitComponent/UNACHDebitComponent.tsx +11 -17
- package/src/components/UNAccountComponent/UNAccountComponent.tsx +3 -3
- package/src/components/UNActivityComponent/UNActivityComponent.tsx +7 -14
- package/src/components/UNBookPaymentComponent/UNBookPaymentComponent.tsx +14 -17
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.tsx +0 -1
- package/src/components/UNCardActionComponent/UNCardActionComponent.tsx +81 -0
- package/src/components/UNCardActionComponent/UNCardActionComponent.utils.ts +16 -0
- package/src/components/UNCardActionComponent/index.ts +1 -0
- package/src/components/UNCardComponent/UNCardComponent.tsx +28 -4
- package/src/components/UNCardComponent/UNCardComponent.utils.ts +2 -1
- package/src/components/UNCheckDepositComponent/UNCheckDepositComponent.tsx +7 -14
- package/src/components/UNFundAccountPaymentComponent/UNFundAccountPaymentComponent.tsx +16 -12
- package/src/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.tsx +86 -0
- package/src/components/UNMultiFactorAuthenticationComponent/UNMultiFactorAuthenticationComponent.utils.ts +27 -0
- package/src/components/UNMultiFactorAuthenticationComponent/index.ts +1 -0
- package/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.tsx +6 -14
- package/src/components/UNNextRepaymentComponent/UNNextRepaymentComponent.tsx +3 -3
- package/src/components/UNNextRepaymentComponent/UNNextRepaymentComponent.utils.ts +1 -1
- package/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.tsx +37 -12
- package/src/components/UNProgramDetailsComponent/UNProgramDetailsComponent.tsx +3 -3
- package/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.tsx +14 -11
- package/src/components/UNWirePaymentComponent/UNWirePaymentComponent.tsx +109 -0
- package/src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.ts +23 -0
- package/src/components/UNWirePaymentComponent/index.ts +1 -0
- package/src/components/index.ts +3 -0
- package/src/helpers/BottomSheet/BottomSheet.tsx +3 -4
- package/src/hooks/useIsJailbrokeDevice.ts +17 -0
- package/src/hooks/useSnapshotProtection.ts +25 -0
- package/src/messages/webMessages/index.ts +2 -0
- package/src/messages/webMessages/multiFactorAuthenticationMessage.ts +3 -0
- package/src/messages/webMessages/onLoadMessage.ts +9 -2
- package/src/messages/webMessages/unitMessages.ts +14 -2
- package/src/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.tsx +12 -11
- package/src/nativeComponents/UNBaseView/UNBaseView.tsx +50 -0
- package/src/nativeComponents/UNBaseView/index.ts +1 -0
- package/src/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.ts +21 -0
- package/src/nativeModulesHelpers/UNSecurityHelper.ts +35 -0
- package/src/networking/common/UNNetworkConstants.ts +2 -1
- package/src/scripts/html/bodyScript.ts +18 -4
- package/src/slices/SharedEventsSlice.ts +2 -2
- package/src/types/internal/webComponent.types.ts +3 -0
- package/src/types/shared/achCredit.types.ts +1 -1
- package/src/types/shared/env.types.ts +2 -1
- package/src/types/shared/index.ts +1 -0
- package/src/types/shared/multiFactorAuthentication.types.ts +17 -0
- package/src/types/shared/payeeManagement.types.ts +31 -0
- package/src/types/shared/payments.types.ts +1 -0
- package/src/types/shared/securitySettings.ts +8 -0
- package/src/types/shared/wirePayment.types.ts +43 -0
- package/src/unitSdkManager/UnitSdk.constants.ts +7 -1
- package/src/unitSdkManager/UnitSdkManager.ts +37 -7
- package/src/unitSdkManager/UnitSdkManager.utils.internal.ts +3 -0
- package/src/utils/onLoadMessages.utils.ts +3 -0
- package/src/webComponent/WebComponent.tsx +14 -6
- package/src/webComponent/WebComponent.utils.ts +6 -1
- package/src/webComponent/html.ts +4 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UNAccountData, UNCounterpartyAccountData, UNCardData, UNError, UNOnLoadResponseData } from '../../types/shared';
|
|
1
|
+
import type { UNAccountData, UNCounterpartyAccountData, UNCardData, UNError, UNOnLoadResponseData, UNPayeeCounterparty } from '../../types/shared';
|
|
2
2
|
import type { UNAuthorizationData } from '../../types/shared/authorization.types';
|
|
3
3
|
import type { UNTransactionData } from '../../types/shared/transactions.types';
|
|
4
4
|
import type { UNAstraExternalCardData } from '../../types/shared/payments.types';
|
|
@@ -12,7 +12,8 @@ export declare enum RESPONSE_KEYS {
|
|
|
12
12
|
authorizations = "authorizationsResult",
|
|
13
13
|
repayment = "repaymentResult",
|
|
14
14
|
astraExternalCard = "astraCardsResult",
|
|
15
|
-
accountCards = "accountCardsResult"
|
|
15
|
+
accountCards = "accountCardsResult",
|
|
16
|
+
counterpartiesResult = "counterpartiesResult"
|
|
16
17
|
}
|
|
17
18
|
export type CardsOnLoadResponse = {
|
|
18
19
|
[RESPONSE_KEYS.cards]: UNOnLoadResponseData<[UNCardData]>;
|
|
@@ -27,7 +28,7 @@ export type AccountsOnLoadResponse = {
|
|
|
27
28
|
[RESPONSE_KEYS.account]: UNOnLoadResponseData<[UNAccountData]>;
|
|
28
29
|
};
|
|
29
30
|
export type ACHOnLoadResponse = {
|
|
30
|
-
[RESPONSE_KEYS.account]: UNOnLoadResponseData<UNAccountData>;
|
|
31
|
+
[RESPONSE_KEYS.account]: UNOnLoadResponseData<UNAccountData> | UNOnLoadResponseData<[UNAccountData]>;
|
|
31
32
|
[RESPONSE_KEYS.counterpartyAccount]: UNOnLoadResponseData<[UNCounterpartyAccountData]>;
|
|
32
33
|
};
|
|
33
34
|
export type ActivityOnLoadResponse = {
|
|
@@ -38,6 +39,9 @@ export type FundAccountPaymentOnLoadResponse = {
|
|
|
38
39
|
[RESPONSE_KEYS.astraExternalCard]?: UNOnLoadResponseData<[UNAstraExternalCardData]>;
|
|
39
40
|
[RESPONSE_KEYS.accountCards]?: UNOnLoadResponseData<[UNCardData]>;
|
|
40
41
|
};
|
|
41
|
-
export type
|
|
42
|
+
export type PayeeManagementOnLoadResponse = {
|
|
43
|
+
[RESPONSE_KEYS.counterpartiesResult]: UNOnLoadResponseData<[UNPayeeCounterparty]>;
|
|
44
|
+
};
|
|
45
|
+
export type UnitOnLoadResponseSuccessData = CardOnLoadResponse | CardsOnLoadResponse | ACHOnLoadResponse | AccountsOnLoadResponse | AccountOnLoadResponse | ActivityOnLoadResponse | FundAccountPaymentOnLoadResponse | PayeeManagementOnLoadResponse;
|
|
42
46
|
export type UnitOnLoadResponseEvent = UNError | UnitOnLoadResponseSuccessData;
|
|
43
47
|
//# sourceMappingURL=onLoadMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onLoadMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/onLoadMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,yBAAyB,EACzB,UAAU,EACV,OAAO,EACP,oBAAoB,
|
|
1
|
+
{"version":3,"file":"onLoadMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/onLoadMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,yBAAyB,EACzB,UAAU,EACV,OAAO,EACP,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAEjF,oBAAY,aAAa;IACvB,MAAM,WAAW;IACjB,IAAI,eAAe;IACnB,KAAK,gBAAgB;IACrB,OAAO,kBAAkB;IACzB,mBAAmB,uBAAuB;IAC1C,YAAY,uBAAuB;IACnC,cAAc,yBAAyB;IACvC,SAAS,oBAAoB;IAC7B,iBAAiB,qBAAqB;IACtC,YAAY,uBAAuB;IACnC,oBAAoB,yBAAyB;CAC9C;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,oBAAoB,CAAC,CAAC,UAAU,CAAC,CAAC,CAAA;CAC1D,CAAA;AACD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,oBAAoB,CAAC,UAAU,CAAC,CAAA;CACvD,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG;IAClC,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,oBAAoB,CAAC,aAAa,CAAC,CAAA;CAC7D,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,oBAAoB,CAAC,CAAC,aAAa,CAAC,CAAC,CAAA;CAC/D,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,oBAAoB,CAAC,aAAa,CAAC,GAAG,oBAAoB,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;IACrG,CAAC,aAAa,CAAC,mBAAmB,CAAC,EAAE,oBAAoB,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAA;CACvF,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,oBAAoB,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC5E,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,oBAAoB,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAA;CACxE,CAAA;AAED,MAAM,MAAM,gCAAgC,GAAG;IAG7C,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC,EAAE,oBAAoB,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC;IACpF,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,EAAE,oBAAoB,CAAC,CAAC,UAAU,CAAC,CAAC,CAAA;CAClE,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG;IAC1C,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAA;CAClF,CAAA;AAED,MAAM,MAAM,6BAA6B,GACrC,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,sBAAsB,GACtB,qBAAqB,GACrB,sBAAsB,GACtB,gCAAgC,GAChC,6BAA6B,CAAA;AAEjC,MAAM,MAAM,uBAAuB,GAC/B,OAAO,GACP,6BAA6B,CAAA"}
|
|
@@ -12,7 +12,8 @@ export declare enum UnitMessage {
|
|
|
12
12
|
UNIT_REQUEST_LEFT_TO_SPEND_DETAILS = "unitRequestLeftToSpendDetails",
|
|
13
13
|
UNIT_MULTI_FACTOR_AUTH_FINISHED = "unitMultiFactorAuthFinished",
|
|
14
14
|
UNIT_WHITE_LABEL_APP_ON_LOAD = "unitWhiteLabelAppOnLoad",
|
|
15
|
-
UNIT_UNAUTHORIZED_TOKEN = "unitUnauthorizedToken"
|
|
15
|
+
UNIT_UNAUTHORIZED_TOKEN = "unitUnauthorizedToken",
|
|
16
|
+
UNIT_EVENT_TO_CONTINUE = "unitEventToContinue"
|
|
16
17
|
}
|
|
17
18
|
export declare enum UnitRequestRefreshEventTypes {
|
|
18
19
|
REQUEST_REFRESH_EVENT = "requestRefreshEvent"
|
|
@@ -32,6 +33,11 @@ export interface RequestRefreshEvent {
|
|
|
32
33
|
dependencies: string[];
|
|
33
34
|
resourceId?: string;
|
|
34
35
|
}
|
|
36
|
+
export interface MultiFactorAuthenticationFinishedEvent {
|
|
37
|
+
unitVerifiedCustomerTokenString: string;
|
|
38
|
+
parentInstanceId?: string;
|
|
39
|
+
eventToContinue?: string;
|
|
40
|
+
}
|
|
35
41
|
export interface RequestOpenLinkEvent {
|
|
36
42
|
href: string;
|
|
37
43
|
target: string;
|
|
@@ -43,6 +49,10 @@ export interface RequestDownloadEvent {
|
|
|
43
49
|
responseType: string;
|
|
44
50
|
fileName: string;
|
|
45
51
|
}
|
|
52
|
+
export interface EventToContinueEvent {
|
|
53
|
+
parentInstanceId?: string;
|
|
54
|
+
eventToContinue?: string;
|
|
55
|
+
}
|
|
46
56
|
export interface PlaidTokenCreatedEvent {
|
|
47
57
|
linkToken: PlaidLinkTokenData;
|
|
48
58
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unitMessages.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/unitMessages.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,oBAAY,WAAW;IACrB,sBAAsB,yBAAyB;IAC/C,oBAAoB,uBAAuB;IAC3C,uBAAuB,yBAAyB;IAChD,sBAAsB,wBAAwB;IAC9C,YAAY,eAAe;IAC3B,qBAAqB,wBAAwB;IAC7C,yBAAyB,2BAA2B;IACpD,kCAAkC,kCAAkC;IACpE,+BAA+B,gCAAgC;IAC/D,4BAA4B,4BAA4B;IACxD,uBAAuB,0BAA0B;
|
|
1
|
+
{"version":3,"file":"unitMessages.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/unitMessages.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,oBAAY,WAAW;IACrB,sBAAsB,yBAAyB;IAC/C,oBAAoB,uBAAuB;IAC3C,uBAAuB,yBAAyB;IAChD,sBAAsB,wBAAwB;IAC9C,YAAY,eAAe;IAC3B,qBAAqB,wBAAwB;IAC7C,yBAAyB,2BAA2B;IACpD,kCAAkC,kCAAkC;IACpE,+BAA+B,gCAAgC;IAC/D,4BAA4B,4BAA4B;IACxD,uBAAuB,0BAA0B;IACjD,sBAAsB,wBAAwB;CAC/C;AAED,oBAAY,4BAA4B;IACtC,qBAAqB,wBAAwB;CAC9C;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,yBAAyB,CAAC;CACjC;AAED,MAAM,WAAW,yBAAyB;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;IACvC,WAAW,EAAE,0BAA0B,CAAC;IACxC,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,4BAA4B,CAAC,qBAAqB,CAAC;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,sCAAsC;IACrD,+BAA+B,EAAE,MAAM,CAAC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,oBAAoB;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,kBAAkB,CAAC;CAC/B;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,wBAAwB,CAAA;CACrC;AAED,UAAU,wBAAwB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,eAAe,CAAC;IACtB,UAAU,EAAE;QACV,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;CACH;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,SAAS,GACjB,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,GACpB,uBAAuB,GACvB,oBAAoB,GACpB,sBAAsB,GACtB,uBAAuB,GACvB,sBAAsB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNAddToWalletComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"UNAddToWalletComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.tsx"],"names":[],"mappings":";AAyBA,MAAM,WAAW,2BAA2B;IAC1C,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;CAChB;;AAiED,wBAAmF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
import { UNError } from '../../types/shared';
|
|
4
|
+
type UnitSecureViewProps = {
|
|
5
|
+
style?: StyleProp<ViewStyle>;
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
onLoadError?: (error: UNError) => void;
|
|
8
|
+
};
|
|
9
|
+
declare const UNBaseView: (props: UnitSecureViewProps) => JSX.Element | null;
|
|
10
|
+
export default UNBaseView;
|
|
11
|
+
//# sourceMappingURL=UNBaseView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UNBaseView.d.ts","sourceRoot":"","sources":["../../../../../src/nativeComponents/UNBaseView/UNBaseView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAEL,SAAS,EAET,SAAS,EAEV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAU7C,KAAK,mBAAmB,GAAG;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC,CAAC;AAIF,QAAA,MAAM,UAAU,UAAW,mBAAmB,uBAqB7C,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/nativeComponents/UNBaseView/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UNSnapshotProtectionHelper.d.ts","sourceRoot":"","sources":["../../../../../src/nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper.ts"],"names":[],"mappings":"AAIA,cAAM,0BAA0B;IAC9B,MAAM,CAAC,kBAAkB;IAOzB,MAAM,CAAC,cAAc,CAAC,yBAAyB,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM;CAMxE;AAED,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare enum UNJailbrokeState {
|
|
2
|
+
Unknown = 0,
|
|
3
|
+
Jailbroke = 1,
|
|
4
|
+
NotJailbroke = 2
|
|
5
|
+
}
|
|
6
|
+
declare class UNSecurityManagerHelper {
|
|
7
|
+
static deviceJailbrokeState: UNJailbrokeState;
|
|
8
|
+
static isDeviceJailbroke(): Promise<boolean>;
|
|
9
|
+
private static isCurrentStatusIsJailbroke;
|
|
10
|
+
}
|
|
11
|
+
export default UNSecurityManagerHelper;
|
|
12
|
+
//# sourceMappingURL=UNSecurityHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UNSecurityHelper.d.ts","sourceRoot":"","sources":["../../../../src/nativeModulesHelpers/UNSecurityHelper.ts"],"names":[],"mappings":"AAIA,aAAK,gBAAgB;IACnB,OAAO,IAAA;IACP,SAAS,IAAA;IACT,YAAY,IAAA;CACb;AAED,cAAM,uBAAuB;IAC3B,MAAM,CAAC,oBAAoB,EAAE,gBAAgB,CAA4B;WAE5D,iBAAiB,IAAI,OAAO,CAAC,OAAO,CAAC;IASlD,OAAO,CAAC,MAAM,CAAC,0BAA0B,CASvC;CACH;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNNetworkConstants.d.ts","sourceRoot":"","sources":["../../../../../src/networking/common/UNNetworkConstants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;CAGtB,CAAC;AAEF,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"UNNetworkConstants.d.ts","sourceRoot":"","sources":["../../../../../src/networking/common/UNNetworkConstants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;CAGtB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;CAI3B,CAAC"}
|
|
@@ -29,6 +29,7 @@ export declare const LISTENERS: {
|
|
|
29
29
|
unitOpenPlaid: string;
|
|
30
30
|
};
|
|
31
31
|
export declare const DISPATCH_RENDERING_EVENT: string;
|
|
32
|
+
export declare const DISPATCH_EVENT_TO_CONTINUE: string;
|
|
32
33
|
export declare const DISPATCH_REQUEST_REFRESH: string;
|
|
33
34
|
export declare const SET_ITEM_IN_WINDOW_UNIT_STORE = "\n const setItemInWindowUnitStore = (key, value) => {\n window.UnitStore[key] = value;\n }\n";
|
|
34
35
|
export declare const DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT = "\n const dispatchActivityFilterChangedEvent = (details) => {\n const event = new CustomEvent(\"unitActivityFiltersChanged\",{ detail: details});\n window.dispatchEvent(event);\n }\n";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bodyScript.d.ts","sourceRoot":"","sources":["../../../../../src/scripts/html/bodyScript.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mBAAmB,yNAO/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAO5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"bodyScript.d.ts","sourceRoot":"","sources":["../../../../../src/scripts/html/bodyScript.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mBAAmB,yNAO/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAO5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsNrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAKpC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAKtC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAWpC,CAAC;AAEF,eAAO,MAAM,6BAA6B,4GAIzC,CAAC;AAEF,eAAO,MAAM,sCAAsC,kMAKlD,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAKnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAK/B,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAK/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,oLAItC,CAAC;AAEF,eAAO,MAAM,4BAA4B,+MAIxC,CAAC;AAEF,eAAO,MAAM,oCAAoC,gMAIhD,CAAC;AAEF,eAAO,MAAM,oCAAoC,iMAIhD,CAAC;AAEF,eAAO,MAAM,+BAA+B,wNAI3C,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { RootState } from '../store';
|
|
2
2
|
import type { UNAccountData, UNCardData, UNPayeeCounterparty } from '../types/shared';
|
|
3
3
|
import type { ActivityFiltersChangedEvent } from '../messages/webMessages/activityMessage';
|
|
4
|
-
import type { RequestRefreshEvent } from '../messages/webMessages/unitMessages';
|
|
4
|
+
import type { MultiFactorAuthenticationFinishedEvent, RequestRefreshEvent } from '../messages/webMessages/unitMessages';
|
|
5
5
|
import type { BottomSheetNativeMessage } from '../messages/nativeMessages/bottomSheetMessage';
|
|
6
6
|
import type { CardMessage } from '../messages/webMessages/cardMessage';
|
|
7
7
|
import type { AccountMessage } from '../messages/webMessages/accountMessage';
|
|
@@ -47,7 +47,7 @@ type RequestRefreshEventState = {
|
|
|
47
47
|
};
|
|
48
48
|
type MultiFactorAuthFinishedEventState = {
|
|
49
49
|
key: UnitMessage.UNIT_MULTI_FACTOR_AUTH_FINISHED;
|
|
50
|
-
data:
|
|
50
|
+
data: MultiFactorAuthenticationFinishedEvent;
|
|
51
51
|
};
|
|
52
52
|
type ComponentHeightEventState = {
|
|
53
53
|
key: PageMessage.PAGE_HEIGHT;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SharedEventsSlice.d.ts","sourceRoot":"","sources":["../../../../src/slices/SharedEventsSlice.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AAC3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"SharedEventsSlice.d.ts","sourceRoot":"","sources":["../../../../src/slices/SharedEventsSlice.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AAC3F,OAAO,KAAK,EAAE,sCAAsC,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AACxH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAE,2BAA2B,EAAE,MAAM,+CAA+C,CAAC;AAC5F,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AAExF,KAAK,QAAQ,GAAG,MAAM,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;AAE3C,KAAK,kCAAkC,GAAG;IACxC,GAAG,EAAE,oBAAoB,CAAC,gCAAgC,CAAC;IAC3D,IAAI,EAAE,UAAU,CAAA;CACjB,CAAA;AAED,KAAK,2BAA2B,GAAG;IACjC,GAAG,EAAE,WAAW,CAAC,mBAAmB,CAAC;IACrC,IAAI,EAAE,UAAU,CAAA;CACjB,CAAA;AAED,KAAK,uBAAuB,GAAG;IAC7B,GAAG,EAAE,WAAW,CAAC,cAAc,CAAC;IAChC,IAAI,EAAE,UAAU,CAAA;CACjB,CAAA;AAED,KAAK,wBAAwB,GAAG;IAC9B,GAAG,EAAE,cAAc,CAAC,oBAAoB,CAAC;IACzC,IAAI,EAAE,aAAa,CAAA;CACpB,CAAA;AAED,KAAK,gCAAgC,GAAG;IACtC,GAAG,EAAE,eAAe,CAAC,6BAA6B,CAAA;IAClD,IAAI,EAAE,2BAA2B,CAAA;CAClC,CAAA;AAED,KAAK,qCAAqC,GAAG;IAC3C,GAAG,EAAE,WAAW,CAAC,uBAAuB,CAAC;IACzC,IAAI,EAAE,QAAQ,CAAA;CACf,CAAA;AAED,KAAK,qCAAqC,GAAG;IAC3C,GAAG,EAAE,wBAAwB,CAAC,iBAAiB,CAAC;IAChD,IAAI,EAAE,2BAA2B,CAAA;CAClC,CAAA;AAED,KAAK,wBAAwB,GAAG;IAC9B,GAAG,EAAE,WAAW,CAAC,oBAAoB,CAAC;IACtC,IAAI,EAAE,mBAAmB,CAAA;CAC1B,CAAA;AAED,KAAK,iCAAiC,GAAG;IACvC,GAAG,EAAE,WAAW,CAAC,+BAA+B,CAAC;IACjD,IAAI,EAAE,sCAAsC,CAAA;CAC7C,CAAA;AAED,KAAK,yBAAyB,GAAG;IAC/B,GAAG,EAAE,WAAW,CAAC,WAAW,CAAA;IAC5B,IAAI,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB,CAAA;AAED,KAAK,mBAAmB,GAAG;IACzB,GAAG,EAAE,YAAY,CAAC,eAAe,CAAC;IAClC,IAAI,EAAE,cAAc,CAAA;CACrB,CAAA;AAED,KAAK,kCAAkC,GAAG;IACxC,GAAG,EAAE,sBAAsB,CAAC,yBAAyB,CAAC;IACtD,IAAI,EAAE,mBAAmB,CAAA;CAC1B,CAAA;AAGD,KAAK,WAAW,GACZ,2BAA2B,GAC3B,uBAAuB,GACvB,kCAAkC,GAClC,wBAAwB,GACxB,gCAAgC,GAChC,qCAAqC,GACrC,qCAAqC,GACrC,wBAAwB,GACxB,iCAAiC,GACjC,mBAAmB,GACnB,yBAAyB,GACzB,kCAAkC,CAAA;AAEtC,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,WAAW,CAAA;CACpB,CAAA;AAeD,eAAO,MAAQ,QAAQ,2FAA8B,CAAC;AACtD,eAAO,MAAM,kBAAkB,UAAW,SAAS,sBAAuB,CAAC;;AAC3E,wBAAyC"}
|
|
@@ -32,7 +32,7 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
32
32
|
data: import("../messages/webMessages/unitMessages").RequestRefreshEvent;
|
|
33
33
|
} | {
|
|
34
34
|
key: import("../messages/webMessages/unitMessages").UnitMessage.UNIT_MULTI_FACTOR_AUTH_FINISHED;
|
|
35
|
-
data:
|
|
35
|
+
data: import("../messages/webMessages/unitMessages").MultiFactorAuthenticationFinishedEvent;
|
|
36
36
|
} | {
|
|
37
37
|
key: import("../messages/webMessages/plaidMessages").PlaidMessage.UNIT_OPEN_PLAID;
|
|
38
38
|
data: import("../messages/webMessages/plaidMessages").OpenPlaidEvent;
|
|
@@ -79,7 +79,7 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
79
79
|
data: import("../messages/webMessages/unitMessages").RequestRefreshEvent;
|
|
80
80
|
} | {
|
|
81
81
|
key: import("../messages/webMessages/unitMessages").UnitMessage.UNIT_MULTI_FACTOR_AUTH_FINISHED;
|
|
82
|
-
data:
|
|
82
|
+
data: import("../messages/webMessages/unitMessages").MultiFactorAuthenticationFinishedEvent;
|
|
83
83
|
} | {
|
|
84
84
|
key: import("../messages/webMessages/plaidMessages").PlaidMessage.UNIT_OPEN_PLAID;
|
|
85
85
|
data: import("../messages/webMessages/plaidMessages").OpenPlaidEvent;
|
|
@@ -13,7 +13,10 @@ export declare enum WebComponentType {
|
|
|
13
13
|
programDetails = "unit-elements-program-details",
|
|
14
14
|
nextRepayment = "unit-elements-next-repayment",
|
|
15
15
|
payeeManagement = "unit-elements-payee-management",
|
|
16
|
-
|
|
16
|
+
wirePayment = "unit-elements-wire-payment",
|
|
17
|
+
whiteLabelApp = "unit-elements-white-label-app",
|
|
18
|
+
multiFactorAuthentication = "unit-elements-multi-factor-authentication",
|
|
19
|
+
cardMenu = "unit-elements-card-menu"
|
|
17
20
|
}
|
|
18
21
|
export declare enum PresentationMode {
|
|
19
22
|
CoverInjectedHeight = "coverInjectedHeight",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webComponent.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/internal/webComponent.types.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,IAAI,uBAAuB;IAC3B,aAAa,iCAAiC;IAC9C,WAAW,+BAA+B;IAC1C,QAAQ,2BAA2B;IACnC,IAAI,2BAA2B;IAC/B,OAAO,0BAA0B;IACjC,kBAAkB,uCAAuC;IACzD,YAAY,gCAAgC;IAC5C,eAAe,oCAAoC;IACnD,gBAAgB,qCAAqC;IACrD,UAAU,8BAA8B;IACxC,cAAc,kCAAkC;IAChD,aAAa,iCAAiC;IAC9C,eAAe,mCAAmC;IAClD,aAAa,kCAAkC;
|
|
1
|
+
{"version":3,"file":"webComponent.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/internal/webComponent.types.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,IAAI,uBAAuB;IAC3B,aAAa,iCAAiC;IAC9C,WAAW,+BAA+B;IAC1C,QAAQ,2BAA2B;IACnC,IAAI,2BAA2B;IAC/B,OAAO,0BAA0B;IACjC,kBAAkB,uCAAuC;IACzD,YAAY,gCAAgC;IAC5C,eAAe,oCAAoC;IACnD,gBAAgB,qCAAqC;IACrD,UAAU,8BAA8B;IACxC,cAAc,kCAAkC;IAChD,aAAa,iCAAiC;IAC9C,eAAe,mCAAmC;IAClD,WAAW,+BAA+B;IAC1C,aAAa,kCAAkC;IAC/C,yBAAyB,8CAA8C;IACvE,QAAQ,4BAA4B;CACrC;AAED,oBAAY,gBAAgB;IAS1B,mBAAmB,wBAAwB;IAC3C,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB"}
|
|
@@ -3,7 +3,7 @@ import type { UNAccountData, UNCounterpartyAccountData } from './account.types';
|
|
|
3
3
|
import type { UNPaymentType, UNAchCounterparty, UNCounterpartyVerificationMethod, UNPaymentStatus } from './payments.types';
|
|
4
4
|
import type { UNTags, UNRelationship } from './types';
|
|
5
5
|
export type UNACHOnLoadData = {
|
|
6
|
-
[RESPONSE_KEYS.account]: UNAccountData;
|
|
6
|
+
[RESPONSE_KEYS.account]: [UNAccountData];
|
|
7
7
|
[RESPONSE_KEYS.counterpartyAccount]: [UNCounterpartyAccountData];
|
|
8
8
|
};
|
|
9
9
|
export type UNACHData = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"achCredit.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/achCredit.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAChF,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,gCAAgC,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAC5H,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEtD,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"achCredit.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/achCredit.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,iBAAiB,CAAC;AAChF,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,gCAAgC,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAC5H,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEtD,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC;IACzC,CAAC,aAAa,CAAC,mBAAmB,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAA;CACjE,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,aAAa,CAAC,UAAU,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE;QACV,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QACzB,MAAM,EAAE,eAAe,CAAC;QACxB,cAAc,CAAC,EAAE,IAAI,CAAC;QACtB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,OAAO,GAAG,QAAQ,CAAC;QAC9B,WAAW,EAAE,MAAM,CAAC;QACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;QACpC,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAA;QAClB,YAAY,EAAE,iBAAiB,CAAA;QAC/B,sBAAsB,CAAC,EAAE,IAAI,CAAA;QAC7B,8BAA8B,CAAC,EAAC,MAAM,OAAO,gCAAgC,CAAA;QAC7E,OAAO,CAAC,EAAE,OAAO,CAAA;KAChB,CAAC;IACF,aAAa,EAAE;QACb,OAAO,EAAE,cAAc,CAAC;QACxB,QAAQ,CAAC,EAAE,cAAc,CAAC;QAC1B,SAAS,CAAC,EAAE,cAAc,CAAC;QAC3B,mBAAmB,EAAE,cAAc,CAAC;QACpC,oBAAoB,EAAE,cAAc,CAAC;QACrC,WAAW,EAAE,cAAc,CAAC;QAC5B,gBAAgB,EAAE,cAAc,CAAA;KACjC,CAAA;CACF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/env.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,UAAU,eAAe;
|
|
1
|
+
{"version":3,"file":"env.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/env.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,IAAI,SAAS;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface UNMultiFactorVerification {
|
|
2
|
+
type: string;
|
|
3
|
+
attributes: {
|
|
4
|
+
verificationToken: string;
|
|
5
|
+
phoneLast4Digits?: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export interface UNCustomerTokenVerification extends UNMultiFactorVerification {
|
|
9
|
+
type: 'customerTokenVerification';
|
|
10
|
+
}
|
|
11
|
+
export type UNMultiFactorAuthenticationFinished = {
|
|
12
|
+
token: string;
|
|
13
|
+
expiresIn: number;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=multiFactorAuthentication.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiFactorAuthentication.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/multiFactorAuthentication.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACzC,IAAI,EAAE,MAAM,CAAA;IAEZ,UAAU,EAAE;QACX,iBAAiB,EAAE,MAAM,CAAA;QACzB,gBAAgB,CAAC,EAAE,MAAM,CAAA;KACzB,CAAA;CACD;AAED,MAAM,WAAW,2BAA4B,SAAQ,yBAAyB;IAC7E,IAAI,EAAE,2BAA2B,CAAA;CACjC;AAED,MAAM,MAAM,mCAAmC,GAAG;IAChD,KAAK,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;CACjB,CAAA"}
|
|
@@ -36,6 +36,14 @@ export type UNPayeeCounterparty = {
|
|
|
36
36
|
[key: string]: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
+
relationships: {
|
|
40
|
+
customer: {
|
|
41
|
+
data: {
|
|
42
|
+
type: 'customer';
|
|
43
|
+
id: number;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
39
47
|
};
|
|
40
48
|
export declare enum UNPayeeManagementMenuItem {
|
|
41
49
|
sendFunds = "sendFunds",
|
|
@@ -45,4 +53,28 @@ export declare enum UNPayeeManagementComponentPaginationType {
|
|
|
45
53
|
infiniteScroll = "infiniteScroll",
|
|
46
54
|
pagination = "pagination"
|
|
47
55
|
}
|
|
56
|
+
export type UNPayeeOnLoadCounterparty = {
|
|
57
|
+
id: string;
|
|
58
|
+
attributes: {
|
|
59
|
+
name: string;
|
|
60
|
+
bank?: string;
|
|
61
|
+
routingNumber: string;
|
|
62
|
+
accountNumber: string;
|
|
63
|
+
accountType: UNCounterpartyAccountType;
|
|
64
|
+
type: UNCounterpartyType;
|
|
65
|
+
permissions: UNCounterpartyPermission;
|
|
66
|
+
createdAt: Date;
|
|
67
|
+
tags: {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
relationships: {
|
|
72
|
+
customer: {
|
|
73
|
+
data: {
|
|
74
|
+
type: 'customer';
|
|
75
|
+
id: number;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
48
80
|
//# sourceMappingURL=payeeManagement.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payeeManagement.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/payeeManagement.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE9J,MAAM,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,uBAAuB,CAAA;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,OAAO,EAAE,MAAM,CAAA;QACf,SAAS,EAAE,MAAM,CAAA;QACjB,SAAS,EAAE,MAAM,CAAA;QACjB,MAAM,EAAE,wBAAwB,CAAA;QAChC,cAAc,EAAE,uBAAuB,CAAA;KACvC,CAAA;IACD,aAAa,EAAE;QACd,QAAQ,EAAE;YACT,IAAI,EAAE;gBACL,IAAI,EAAE,UAAU,CAAA;gBAChB,EAAE,EAAE,MAAM,CAAA;aACV,CAAA;SACD,CAAA;KACD,CAAA;CACD,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACd,UAAU,EAAE;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,aAAa,EAAE,MAAM,CAAA;QACrB,aAAa,EAAE,MAAM,CAAA;QACrB,WAAW,EAAE,yBAAyB,CAAA;QACtC,IAAI,EAAE,kBAAkB,CAAA;QACxB,WAAW,EAAE,wBAAwB,CAAA;QACrC,IAAI,CAAC,EAAE;YAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;SAAC,CAAA;KAC9B,CAAA;CACD,CAAA;AAED,oBAAY,yBAAyB;IACnC,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB;AAED,oBAAY,wCAAwC;IAClD,cAAc,mBAAmB;IACjC,UAAU,eAAe;CAC1B"}
|
|
1
|
+
{"version":3,"file":"payeeManagement.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/payeeManagement.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE9J,MAAM,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,uBAAuB,CAAA;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,OAAO,EAAE,MAAM,CAAA;QACf,SAAS,EAAE,MAAM,CAAA;QACjB,SAAS,EAAE,MAAM,CAAA;QACjB,MAAM,EAAE,wBAAwB,CAAA;QAChC,cAAc,EAAE,uBAAuB,CAAA;KACvC,CAAA;IACD,aAAa,EAAE;QACd,QAAQ,EAAE;YACT,IAAI,EAAE;gBACL,IAAI,EAAE,UAAU,CAAA;gBAChB,EAAE,EAAE,MAAM,CAAA;aACV,CAAA;SACD,CAAA;KACD,CAAA;CACD,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACd,UAAU,EAAE;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,aAAa,EAAE,MAAM,CAAA;QACrB,aAAa,EAAE,MAAM,CAAA;QACrB,WAAW,EAAE,yBAAyB,CAAA;QACtC,IAAI,EAAE,kBAAkB,CAAA;QACxB,WAAW,EAAE,wBAAwB,CAAA;QACrC,IAAI,CAAC,EAAE;YAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;SAAC,CAAA;KAC9B,CAAC;IACD,aAAa,EAAE;QACf,QAAQ,EAAE;YACT,IAAI,EAAE;gBACL,IAAI,EAAE,UAAU,CAAA;gBAChB,EAAE,EAAE,MAAM,CAAA;aACV,CAAA;SACD,CAAA;KACD,CAAA;CACD,CAAA;AAED,oBAAY,yBAAyB;IACnC,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB;AAED,oBAAY,wCAAwC;IAClD,cAAc,mBAAmB;IACjC,UAAU,eAAe;CAC1B;AAED,MAAM,MAAM,yBAAyB,GAAG;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,aAAa,EAAE,MAAM,CAAA;QACrB,aAAa,EAAE,MAAM,CAAA;QACrB,WAAW,EAAE,yBAAyB,CAAA;QACtC,IAAI,EAAE,kBAAkB,CAAA;QACxB,WAAW,EAAE,wBAAwB,CAAA;QACrC,SAAS,EAAE,IAAI,CAAA;QACf,IAAI,EAAE;YAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;SAAC,CAAA;KAC7B,CAAA;IACD,aAAa,EAAE;QACd,QAAQ,EAAE;YACT,IAAI,EAAE;gBACL,IAAI,EAAE,UAAU,CAAA;gBAChB,EAAE,EAAE,MAAM,CAAA;aACV,CAAA;SACD,CAAA;KACD,CAAA;CACD,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export declare enum UNPaymentType {
|
|
2
2
|
AchPayment = "achPayment",
|
|
3
3
|
BookPayment = "bookPayment",
|
|
4
|
-
CardToCardPayment = "cardToCardPayment"
|
|
4
|
+
CardToCardPayment = "cardToCardPayment",
|
|
5
|
+
WirePayment = "wirePayment"
|
|
5
6
|
}
|
|
6
7
|
export type UNPaymentStatus = 'Sent' | 'Rejected' | 'Pending' | 'Clearing' | 'Canceled' | 'Returned' | 'PendingReview';
|
|
7
8
|
export type UNAchCounterparty = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/payments.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACxB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,iBAAiB,sBAAsB;
|
|
1
|
+
{"version":3,"file":"payments.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/payments.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACxB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,iBAAiB,sBAAsB;IACtC,WAAW,gBAAgB;CAC5B;AAED,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,eAAe,CAAA;AAEtH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,yBAAyB,CAAA;CACvC,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,SAAS,GAAG,UAAU,CAAA;AAE9D,oBAAY,kBAAkB;IAC7B,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,OAAO,YAAY;CACnB;AAED,MAAM,MAAM,wBAAwB,GAAG,YAAY,GAAG,gBAAgB,GAAG,WAAW,CAAA;AAEpF,oBAAY,wBAAwB;IACnC,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;CACrB;AAED,oBAAY,uBAAuB;IAClC,mBAAmB,wBAAwB;IAC3C,OAAO,YAAY;CACnB;AACD,oBAAY,oBAAoB;IAC9B,QAAQ,aAAa;IACrB,OAAO,YAAY;CACpB;AAED,oBAAY,gCAAgC;IAC1C,KAAK,UAAU;CAChB;AAED,oBAAY,aAAa;IACxB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,eAAe,oBAAoB;CACnC;AAED,MAAM,WAAW,uBAAuB;IACvC,IAAI,EAAE,mBAAmB,CAAA;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,WAAW,EAAE,aAAa,CAAA;QAC1B,QAAQ,EAAE;YACT,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;SACZ,CAAA;KACD,CAAA;CACD;AAED,MAAM,MAAM,KAAK,GAAG,MAAM,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"securitySettings.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/securitySettings.ts"],"names":[],"mappings":"AAAA,oBAAY,4BAA4B;IACtC,cAAc,mBAAmB;IACjC,IAAI,SAAS;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,0BAA0B,EAAE,4BAA4B,CAAA;CACzD"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { UNPaymentStatus, UNPaymentType } from './payments.types';
|
|
2
|
+
import { UNRelationship, UNTags } from './types';
|
|
3
|
+
export interface WirePaymentCreatedEvent {
|
|
4
|
+
data: UNWirePaymentData;
|
|
5
|
+
}
|
|
6
|
+
export type UNWirePaymentData = {
|
|
7
|
+
type: UNPaymentType.WirePayment;
|
|
8
|
+
id: string;
|
|
9
|
+
attributes: {
|
|
10
|
+
createdAt: string | Date;
|
|
11
|
+
amount: number;
|
|
12
|
+
direction: 'Debit' | 'Credit';
|
|
13
|
+
description: string;
|
|
14
|
+
status: UNPaymentStatus;
|
|
15
|
+
reason?: string;
|
|
16
|
+
tags?: UNTags;
|
|
17
|
+
counterparty: UNWireCounterparty;
|
|
18
|
+
};
|
|
19
|
+
relationships: {
|
|
20
|
+
account: UNRelationship;
|
|
21
|
+
customer?: UNRelationship;
|
|
22
|
+
customers?: UNRelationship;
|
|
23
|
+
transaction?: UNRelationship;
|
|
24
|
+
counterpartyAccount?: UNRelationship;
|
|
25
|
+
org?: UNRelationship;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type UNWireCounterparty = {
|
|
29
|
+
name: string;
|
|
30
|
+
routingNumber: string;
|
|
31
|
+
accountNumber: string;
|
|
32
|
+
address: {
|
|
33
|
+
street: string;
|
|
34
|
+
street2?: string;
|
|
35
|
+
city: string;
|
|
36
|
+
state?: string;
|
|
37
|
+
postalCode: string;
|
|
38
|
+
country?: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export {};
|
|
42
|
+
//# sourceMappingURL=wirePayment.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wirePayment.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/wirePayment.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjD,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,iBAAiB,CAAA;CACxB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,aAAa,CAAC,WAAW,CAAA;IAC/B,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE;QACV,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;QACxB,MAAM,EAAE,MAAM,CAAA;QACd,SAAS,EAAE,OAAO,GAAG,QAAQ,CAAA;QAC7B,WAAW,EAAE,MAAM,CAAA;QACnB,MAAM,EAAE,eAAe,CAAA;QACvB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,YAAY,EAAE,kBAAkB,CAAA;KACjC,CAAA;IACD,aAAa,EAAE;QACb,OAAO,EAAE,cAAc,CAAA;QACvB,QAAQ,CAAC,EAAE,cAAc,CAAA;QACzB,SAAS,CAAC,EAAE,cAAc,CAAA;QAC1B,WAAW,CAAC,EAAE,cAAc,CAAA;QAC5B,mBAAmB,CAAC,EAAE,cAAc,CAAA;QACpC,GAAG,CAAC,EAAE,cAAc,CAAA;KACrB,CAAA;CACF,CAAA;AAED,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE;QACP,MAAM,EAAE,MAAM,CAAA;QACd,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,UAAU,EAAE,MAAM,CAAA;QAClB,OAAO,CAAC,EAAE,MAAM,CAAA;KACjB,CAAA;CACF,CAAA"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { UNVersioningStrategyType } from '../types/shared';
|
|
2
|
+
import { UNSecuritySettings } from '../types/shared/securitySettings';
|
|
2
3
|
export declare const UNSDKConstants: {
|
|
3
4
|
webSDKRecommendedStrategy: {
|
|
4
5
|
type: UNVersioningStrategyType.upToNextMinor;
|
|
5
6
|
major: number;
|
|
6
7
|
minor: number;
|
|
7
8
|
};
|
|
9
|
+
securitySettings: UNSecuritySettings;
|
|
8
10
|
};
|
|
9
11
|
//# sourceMappingURL=UnitSdk.constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitSdk.constants.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdk.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA2B,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"UnitSdk.constants.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdk.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA2B,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,kBAAkB,EAAgC,MAAM,kCAAkC,CAAC;AAYpG,eAAO,MAAM,cAAc;;;;;;;CAG1B,CAAC"}
|
|
@@ -4,19 +4,23 @@ import type { UNFonts } from '../types/shared/fonts.types';
|
|
|
4
4
|
import type { UNWebVersioningStrategy } from '../types/shared';
|
|
5
5
|
import { UNEnvironment } from '../types/shared/env.types';
|
|
6
6
|
import { UnitHelpersManager } from './unitHelpersManager/UnitHelpersManager';
|
|
7
|
+
import { UNSecuritySettings } from '../types/shared/securitySettings';
|
|
7
8
|
export declare class UnitSDK {
|
|
8
9
|
static ui: UnitUiManager;
|
|
9
10
|
static helpers: UnitHelpersManager;
|
|
10
11
|
protected static env?: UNEnvironment;
|
|
11
12
|
protected static webVersioningStrategy: UNWebVersioningStrategy;
|
|
13
|
+
protected static securitySettings: UNSecuritySettings;
|
|
12
14
|
protected static customerToken?: string;
|
|
13
15
|
protected static fonts?: UNFonts;
|
|
14
16
|
protected static signedNonce?: string;
|
|
15
17
|
protected static pushProvisionModule?: typeof NativeModules;
|
|
16
18
|
protected static sdkVersion: string;
|
|
17
|
-
static init: (env: UNEnvironment, theme?: string, language?: string, fonts?: UNFonts, webVersioningStrategy?: UNWebVersioningStrategy) => Promise<void>;
|
|
18
|
-
static
|
|
19
|
+
static init: (env: UNEnvironment, theme?: string, language?: string, fonts?: UNFonts, webVersioningStrategy?: UNWebVersioningStrategy, securitySettings?: UNSecuritySettings) => Promise<void>;
|
|
20
|
+
static isInitialized: () => boolean;
|
|
21
|
+
static setPushProvisioningModule: (pushProvisionModule?: typeof NativeModules) => void;
|
|
19
22
|
static getPushProvisionModule: () => import("react-native").NativeModulesStatic | undefined;
|
|
23
|
+
static getSecuritySettings: () => UNSecuritySettings;
|
|
20
24
|
/**
|
|
21
25
|
* @deprecated - Unit SDK is managing the signedNonce, no need to provide it
|
|
22
26
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitSdkManager.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdkManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"UnitSdkManager.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdkManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAY,MAAM,cAAc,CAAC;AAEvD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAG3D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAG/D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,OAAO,EAAE,kBAAkB,EAAgC,MAAM,kCAAkC,CAAC;AAGpG,qBAAa,OAAO;IAClB,OAAc,EAAE,EAAE,aAAa,CAAC;IAChC,OAAc,OAAO,EAAE,kBAAkB,CAAC;IAE1C,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,aAAa,CAAC;IACrC,SAAS,CAAC,MAAM,CAAC,qBAAqB,EAAE,uBAAuB,CAAC;IAChE,SAAS,CAAC,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,CAAmC;IACxF,SAAS,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IACxC,SAAS,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC;IACjC,SAAS,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IACtC,SAAS,CAAC,MAAM,CAAC,mBAAmB,CAAC,EAAE,OAAO,aAAa,CAAC;IAC5D,SAAS,CAAC,MAAM,CAAC,UAAU,SAAY;IAEvC,OAAc,IAAI,QACX,aAAa,UACV,MAAM,aACH,MAAM,UACT,OAAO,0BACQ,uBAAuB,qBAC5B,kBAAkB,mBAyBpC;IAEF,OAAc,aAAa,gBAEzB;IAEF,OAAc,yBAAyB,yBAA0B,oBAAoB,UAEnF;IAEF,OAAc,sBAAsB,+DAElC;IAEF,OAAc,mBAAmB,2BAE/B;IAEF;;OAEG;IACH,OAAc,cAAc,gBAAiB,MAAM,UAEjD;IAEF,OAAc,MAAM,kCAElB;IAEF,OAAc,wBAAwB,gCAEpC;IAEF,OAAc,QAAQ,4BAEpB;IAEF;;OAEG;IACH,OAAc,cAAc,2BAE1B;IAEF,OAAc,gBAAgB,kBAAmB,MAAM,UAErD;IAEF,OAAc,gBAAgB,2BAE5B;IAEF,OAAc,aAAa,eAEzB;IAEF,OAAc,aAAa,aAGzB;CAEH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitSdkManager.utils.internal.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdkManager.utils.internal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,eAAO,MAAM,gBAAgB,QAAS,aAAa,yBAAyB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"UnitSdkManager.utils.internal.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdkManager.utils.internal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,eAAO,MAAM,gBAAgB,QAAS,aAAa,yBAAyB,uBAAuB,WAalG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onLoadMessages.utils.d.ts","sourceRoot":"","sources":["../../../../src/utils/onLoadMessages.utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAEjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebComponent.d.ts","sourceRoot":"","sources":["../../../../src/webComponent/WebComponent.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAGhF,OAAO,EAAE,OAAO,EAAuB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"WebComponent.d.ts","sourceRoot":"","sources":["../../../../src/webComponent/WebComponent.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAGhF,OAAO,EAAE,OAAO,EAAuB,MAAM,sBAAsB,CAAC;AAYpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAG9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAU/F,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,gBAAgB,CAAC;IACvB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI,CAAC;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,YAAY,uFAgKvB,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import type { RequestDownloadEvent } from '../messages/webMessages/unitMessages';
|
|
1
|
+
import type { EventToContinueEvent, RequestDownloadEvent } from '../messages/webMessages/unitMessages';
|
|
2
|
+
import WebView from 'react-native-webview';
|
|
2
3
|
export declare const getInfoParams: () => Promise<{
|
|
3
4
|
[key: string]: string;
|
|
4
5
|
}>;
|
|
5
6
|
export declare const handleRequestDownload: (details: RequestDownloadEvent, onReadyToShare: () => void) => Promise<void>;
|
|
7
|
+
export declare const injectEventToContinue: (currentWeb: WebView | null, eventToContinueEvent: EventToContinueEvent) => void;
|
|
6
8
|
//# sourceMappingURL=WebComponent.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebComponent.utils.d.ts","sourceRoot":"","sources":["../../../../src/webComponent/WebComponent.utils.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"WebComponent.utils.d.ts","sourceRoot":"","sources":["../../../../src/webComponent/WebComponent.utils.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAEvG,OAAO,OAAO,MAAM,sBAAsB,CAAC;AAG3C,eAAO,MAAM,aAAa;;EAazB,CAAC;AAEF,eAAO,MAAM,qBAAqB,YAAmB,oBAAoB,kBAAkB,MAAM,IAAI,kBAoBpG,CAAC;AAEF,eAAO,MAAM,qBAAqB,eAAgB,OAAO,GAAG,IAAI,wBAAwB,oBAAoB,SAE3G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../../src/webComponent/html.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../../src/webComponent/html.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AAEF,QAAA,MAAM,QAAQ,QAuFb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.license = package["license"]
|
|
12
12
|
s.authors = package["author"]
|
|
13
13
|
|
|
14
|
-
s.platforms = { :ios => "
|
|
14
|
+
s.platforms = { :ios => "14.0" }
|
|
15
15
|
s.source = { :git => "https://github.com/github_account/unit-react-native-components.git", :tag => "#{s.version}" }
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|