react-native-unit-components 1.11.0 → 1.12.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/UnitReactNativeComponentsPackage.kt +2 -0
- package/android/src/main/java/com/unitreactnativecomponents/unStoreManager/UNStoreManager.kt +36 -0
- package/ios/UNStoreManager/UNStoreManager.swift +28 -0
- package/ios/UNStoreManager/UNStoreManagerExportModule.m +8 -0
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.js +2 -1
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.js.map +1 -1
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.js +2 -1
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js +36 -51
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +133 -12
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js +62 -19
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js +57 -38
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js.map +1 -1
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js +132 -0
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js.map +1 -0
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js +96 -0
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNPayeeManagementComponent/index.js +21 -0
- package/lib/commonjs/components/UNPayeeManagementComponent/index.js.map +1 -0
- package/lib/commonjs/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js +104 -0
- package/lib/commonjs/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js.map +1 -0
- package/lib/commonjs/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.utils.js +37 -0
- package/lib/commonjs/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNWhiteLabelAppComponent/index.js +21 -0
- package/lib/commonjs/components/UNWhiteLabelAppComponent/index.js.map +1 -0
- package/lib/commonjs/components/index.js +22 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/index.js +1 -8
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/messages/webMessages/payeeManagementMessage.js +15 -0
- package/lib/commonjs/messages/webMessages/payeeManagementMessage.js.map +1 -0
- package/lib/commonjs/messages/webMessages/plaidMessages.js +14 -0
- package/lib/commonjs/messages/webMessages/plaidMessages.js.map +1 -0
- package/lib/commonjs/messages/webMessages/unitMessages.js +3 -2
- package/lib/commonjs/messages/webMessages/unitMessages.js.map +1 -1
- package/lib/commonjs/nativeModulesHelpers/UNStoreManagerHelper/UNStoreManagerHelper.js +23 -0
- package/lib/commonjs/nativeModulesHelpers/UNStoreManagerHelper/UNStoreManagerHelper.js.map +1 -0
- package/lib/commonjs/networking/common/UNNetworkConstants.js +3 -3
- package/lib/commonjs/networking/common/UNNetworkConstants.js.map +1 -1
- package/lib/commonjs/networking/requests/UNWalletPayloadRequest.js +1 -0
- package/lib/commonjs/networking/requests/UNWalletPayloadRequest.js.map +1 -1
- package/lib/commonjs/scripts/html/bodyHtml.js +1 -1
- package/lib/commonjs/scripts/html/bodyScript.js +110 -4
- package/lib/commonjs/scripts/html/bodyScript.js.map +1 -1
- package/lib/commonjs/slices/ConfigurationSlice.js.map +1 -1
- package/lib/commonjs/slices/SharedEventsSlice.js.map +1 -1
- package/lib/commonjs/types/internal/bottomSheet.types.js +5 -0
- package/lib/commonjs/types/internal/bottomSheet.types.js.map +1 -1
- package/lib/commonjs/types/internal/unitStore.types.js +13 -0
- package/lib/commonjs/types/internal/unitStore.types.js.map +1 -0
- package/lib/commonjs/types/internal/webComponent.types.js +2 -0
- package/lib/commonjs/types/internal/webComponent.types.js.map +1 -1
- package/lib/commonjs/types/shared/env.types.js +12 -0
- package/lib/commonjs/types/shared/env.types.js.map +1 -0
- package/lib/commonjs/types/shared/index.js +22 -0
- package/lib/commonjs/types/shared/index.js.map +1 -1
- package/lib/commonjs/types/shared/payeeManagement.types.js +17 -0
- package/lib/commonjs/types/shared/payeeManagement.types.js.map +1 -0
- package/lib/commonjs/types/shared/payments.types.js +18 -1
- package/lib/commonjs/types/shared/payments.types.js.map +1 -1
- package/lib/commonjs/unitSdkManager/UnitSdk.api.js +1 -3
- package/lib/commonjs/unitSdkManager/UnitSdk.api.js.map +1 -1
- package/lib/commonjs/unitSdkManager/UnitSdk.constants.js +1 -1
- package/lib/commonjs/unitSdkManager/UnitSdkManager.js +10 -6
- package/lib/commonjs/unitSdkManager/UnitSdkManager.js.map +1 -1
- package/lib/commonjs/unitSdkManager/UnitSdkManager.utils.internal.js +3 -3
- package/lib/commonjs/unitSdkManager/UnitSdkManager.utils.internal.js.map +1 -1
- package/lib/commonjs/unitSdkManager/unitHelpersManager/UnitHelpersManager.js +16 -0
- package/lib/commonjs/unitSdkManager/unitHelpersManager/UnitHelpersManager.js.map +1 -0
- package/lib/commonjs/utils/windowUnitStore.js +11 -0
- package/lib/commonjs/utils/windowUnitStore.js.map +1 -0
- package/lib/commonjs/webComponent/WebComponent.js +51 -14
- package/lib/commonjs/webComponent/WebComponent.js.map +1 -1
- package/lib/commonjs/webComponent/html.js +11 -0
- package/lib/commonjs/webComponent/html.js.map +1 -1
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.js +2 -1
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.js.map +1 -1
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.js +2 -1
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js +37 -52
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +131 -8
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js +63 -21
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js +57 -38
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js.map +1 -1
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js +124 -0
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js.map +1 -0
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js +82 -0
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js.map +1 -0
- package/lib/module/components/UNPayeeManagementComponent/index.js +2 -0
- package/lib/module/components/UNPayeeManagementComponent/index.js.map +1 -0
- package/lib/module/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js +95 -0
- package/lib/module/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.js.map +1 -0
- package/lib/module/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.utils.js +28 -0
- package/lib/module/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.utils.js.map +1 -0
- package/lib/module/components/UNWhiteLabelAppComponent/index.js +2 -0
- package/lib/module/components/UNWhiteLabelAppComponent/index.js.map +1 -0
- package/lib/module/components/index.js +2 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/messages/webMessages/payeeManagementMessage.js +9 -0
- package/lib/module/messages/webMessages/payeeManagementMessage.js.map +1 -0
- package/lib/module/messages/webMessages/plaidMessages.js +8 -0
- package/lib/module/messages/webMessages/plaidMessages.js.map +1 -0
- package/lib/module/messages/webMessages/unitMessages.js +3 -2
- package/lib/module/messages/webMessages/unitMessages.js.map +1 -1
- package/lib/module/nativeModulesHelpers/UNStoreManagerHelper/UNStoreManagerHelper.js +17 -0
- package/lib/module/nativeModulesHelpers/UNStoreManagerHelper/UNStoreManagerHelper.js.map +1 -0
- package/lib/module/networking/common/UNNetworkConstants.js +1 -1
- package/lib/module/networking/common/UNNetworkConstants.js.map +1 -1
- package/lib/module/networking/requests/UNWalletPayloadRequest.js +1 -0
- package/lib/module/networking/requests/UNWalletPayloadRequest.js.map +1 -1
- package/lib/module/scripts/html/bodyHtml.js +1 -1
- package/lib/module/scripts/html/bodyScript.js +109 -3
- package/lib/module/scripts/html/bodyScript.js.map +1 -1
- package/lib/module/slices/ConfigurationSlice.js.map +1 -1
- package/lib/module/slices/SharedEventsSlice.js.map +1 -1
- package/lib/module/types/internal/bottomSheet.types.js +5 -0
- package/lib/module/types/internal/bottomSheet.types.js.map +1 -1
- package/lib/module/types/internal/unitStore.types.js +8 -0
- package/lib/module/types/internal/unitStore.types.js.map +1 -0
- package/lib/module/types/internal/webComponent.types.js +2 -0
- package/lib/module/types/internal/webComponent.types.js.map +1 -1
- package/lib/module/types/shared/env.types.js +6 -0
- package/lib/module/types/shared/env.types.js.map +1 -0
- package/lib/module/types/shared/index.js +2 -0
- package/lib/module/types/shared/index.js.map +1 -1
- package/lib/module/types/shared/payeeManagement.types.js +11 -0
- package/lib/module/types/shared/payeeManagement.types.js.map +1 -0
- package/lib/module/types/shared/payments.types.js +17 -0
- package/lib/module/types/shared/payments.types.js.map +1 -1
- package/lib/module/unitSdkManager/UnitSdk.api.js +2 -4
- package/lib/module/unitSdkManager/UnitSdk.api.js.map +1 -1
- package/lib/module/unitSdkManager/UnitSdk.constants.js +1 -1
- package/lib/module/unitSdkManager/UnitSdkManager.js +8 -5
- package/lib/module/unitSdkManager/UnitSdkManager.js.map +1 -1
- package/lib/module/unitSdkManager/UnitSdkManager.utils.internal.js +1 -1
- package/lib/module/unitSdkManager/UnitSdkManager.utils.internal.js.map +1 -1
- package/lib/module/unitSdkManager/unitHelpersManager/UnitHelpersManager.js +9 -0
- package/lib/module/unitSdkManager/unitHelpersManager/UnitHelpersManager.js.map +1 -0
- package/lib/module/utils/windowUnitStore.js +4 -0
- package/lib/module/utils/windowUnitStore.js.map +1 -0
- package/lib/module/webComponent/WebComponent.js +51 -15
- package/lib/module/webComponent/WebComponent.js.map +1 -1
- package/lib/module/webComponent/html.js +12 -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/UNBottomSheetComponent/UNBottomSheetComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts +5 -4
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.d.ts +1 -1
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts +27 -0
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.d.ts +15 -0
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.d.ts.map +1 -0
- package/lib/typescript/src/components/UNPayeeManagementComponent/index.d.ts +2 -0
- package/lib/typescript/src/components/UNPayeeManagementComponent/index.d.ts.map +1 -0
- package/lib/typescript/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.d.ts +10 -0
- package/lib/typescript/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.utils.d.ts +7 -0
- package/lib/typescript/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.utils.d.ts.map +1 -0
- package/lib/typescript/src/components/UNWhiteLabelAppComponent/index.d.ts +2 -0
- package/lib/typescript/src/components/UNWhiteLabelAppComponent/index.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +2 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/index.d.ts +4 -2
- package/lib/typescript/src/messages/webMessages/index.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/payeeManagementMessage.d.ts +19 -0
- package/lib/typescript/src/messages/webMessages/payeeManagementMessage.d.ts.map +1 -0
- package/lib/typescript/src/messages/webMessages/plaidMessages.d.ts +24 -0
- package/lib/typescript/src/messages/webMessages/plaidMessages.d.ts.map +1 -0
- package/lib/typescript/src/messages/webMessages/unitMessages.d.ts +12 -3
- package/lib/typescript/src/messages/webMessages/unitMessages.d.ts.map +1 -1
- package/lib/typescript/src/nativeModulesHelpers/UNStoreManagerHelper/UNStoreManagerHelper.d.ts +7 -0
- package/lib/typescript/src/nativeModulesHelpers/UNStoreManagerHelper/UNStoreManagerHelper.d.ts.map +1 -0
- package/lib/typescript/src/networking/requests/UNWalletPayloadRequest.d.ts +1 -1
- package/lib/typescript/src/networking/requests/UNWalletPayloadRequest.d.ts.map +1 -1
- package/lib/typescript/src/scripts/html/bodyScript.d.ts +12 -0
- package/lib/typescript/src/scripts/html/bodyScript.d.ts.map +1 -1
- package/lib/typescript/src/slices/ConfigurationSlice.d.ts.map +1 -1
- package/lib/typescript/src/slices/SharedEventsSlice.d.ts +21 -2
- package/lib/typescript/src/slices/SharedEventsSlice.d.ts.map +1 -1
- package/lib/typescript/src/store/store.d.ts +24 -0
- package/lib/typescript/src/store/store.d.ts.map +1 -1
- package/lib/typescript/src/types/internal/bottomSheet.types.d.ts +29 -16
- package/lib/typescript/src/types/internal/bottomSheet.types.d.ts.map +1 -1
- package/lib/typescript/src/types/internal/unitStore.types.d.ts +5 -0
- package/lib/typescript/src/types/internal/unitStore.types.d.ts.map +1 -0
- package/lib/typescript/src/types/internal/webComponent.types.d.ts +3 -1
- package/lib/typescript/src/types/internal/webComponent.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/env.types.d.ts +5 -0
- package/lib/typescript/src/types/shared/env.types.d.ts.map +1 -0
- package/lib/typescript/src/types/shared/index.d.ts +2 -0
- package/lib/typescript/src/types/shared/index.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/payeeManagement.types.d.ts +48 -0
- package/lib/typescript/src/types/shared/payeeManagement.types.d.ts.map +1 -0
- package/lib/typescript/src/types/shared/payments.types.d.ts +17 -3
- package/lib/typescript/src/types/shared/payments.types.d.ts.map +1 -1
- package/lib/typescript/src/unitSdkManager/UnitSdk.api.d.ts.map +1 -1
- package/lib/typescript/src/unitSdkManager/UnitSdkManager.d.ts +5 -5
- package/lib/typescript/src/unitSdkManager/UnitSdkManager.d.ts.map +1 -1
- package/lib/typescript/src/unitSdkManager/UnitSdkManager.utils.internal.d.ts +1 -1
- package/lib/typescript/src/unitSdkManager/UnitSdkManager.utils.internal.d.ts.map +1 -1
- package/lib/typescript/src/unitSdkManager/unitHelpersManager/UnitHelpersManager.d.ts +6 -0
- package/lib/typescript/src/unitSdkManager/unitHelpersManager/UnitHelpersManager.d.ts.map +1 -0
- package/lib/typescript/src/utils/windowUnitStore.d.ts +3 -0
- package/lib/typescript/src/utils/windowUnitStore.d.ts.map +1 -0
- package/lib/typescript/src/webComponent/WebComponent.d.ts.map +1 -1
- package/lib/typescript/src/webComponent/html.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/UNACHCreditComponent/UNACHCreditComponent.tsx +2 -1
- package/src/components/UNACHDebitComponent/UNACHDebitComponent.tsx +2 -1
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.tsx +45 -58
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.ts +153 -9
- package/src/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.tsx +81 -21
- package/src/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.tsx +54 -36
- package/src/components/UNCardComponent/UNCardComponent.tsx +1 -1
- package/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.tsx +153 -0
- package/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.ts +87 -0
- package/src/components/UNPayeeManagementComponent/index.ts +1 -0
- package/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.tsx +124 -0
- package/src/components/UNWhiteLabelAppComponent/UNWhiteLabelAppComponent.utils.ts +35 -0
- package/src/components/UNWhiteLabelAppComponent/index.ts +1 -0
- package/src/components/index.ts +2 -0
- package/src/index.tsx +1 -1
- package/src/messages/webMessages/index.ts +6 -0
- package/src/messages/webMessages/payeeManagementMessage.ts +26 -0
- package/src/messages/webMessages/plaidMessages.ts +29 -0
- package/src/messages/webMessages/unitMessages.ts +13 -2
- package/src/nativeModulesHelpers/UNStoreManagerHelper/UNStoreManagerHelper.ts +19 -0
- package/src/networking/common/UNNetworkConstants.ts +1 -1
- package/src/networking/requests/UNWalletPayloadRequest.ts +2 -1
- package/src/scripts/html/bodyHtml.ts +1 -1
- package/src/scripts/html/bodyScript.ts +113 -3
- package/src/slices/ConfigurationSlice.ts +1 -2
- package/src/slices/SharedEventsSlice.ts +28 -1
- package/src/types/internal/bottomSheet.types.ts +34 -15
- package/src/types/internal/unitStore.types.ts +6 -0
- package/src/types/internal/webComponent.types.ts +2 -0
- package/src/types/shared/env.types.ts +4 -0
- package/src/types/shared/index.ts +2 -0
- package/src/types/shared/payeeManagement.types.ts +49 -0
- package/src/types/shared/payments.types.ts +20 -2
- package/src/unitSdkManager/UnitSdk.api.ts +2 -4
- package/src/unitSdkManager/UnitSdk.constants.ts +1 -1
- package/src/unitSdkManager/UnitSdkManager.ts +12 -6
- package/src/unitSdkManager/UnitSdkManager.utils.internal.ts +3 -1
- package/src/unitSdkManager/unitHelpersManager/UnitHelpersManager.ts +11 -0
- package/src/utils/windowUnitStore.ts +5 -0
- package/src/webComponent/WebComponent.tsx +60 -23
- package/src/webComponent/html.ts +14 -1
|
@@ -18,11 +18,23 @@ export declare const LISTENERS: {
|
|
|
18
18
|
unitPlaidTokenCreated: string;
|
|
19
19
|
unitAccountChanged: string;
|
|
20
20
|
unitActivityFiltersChanged: string;
|
|
21
|
+
unitMultiFactorAuthFinished: string;
|
|
22
|
+
unitWhiteLabelAppOnLoad: string;
|
|
23
|
+
unitUnauthorizedToken: string;
|
|
24
|
+
unitConnectedAccountCreated: string;
|
|
25
|
+
unitCounterpartyCreated: string;
|
|
26
|
+
unitCounterpartyDeleted: string;
|
|
27
|
+
unitMicroDepositConnectionCreated: string;
|
|
28
|
+
unitMicroDepositConnectionRejected: string;
|
|
29
|
+
unitOpenPlaid: string;
|
|
21
30
|
};
|
|
22
31
|
export declare const DISPATCH_RENDERING_EVENT: string;
|
|
23
32
|
export declare const DISPATCH_REQUEST_REFRESH: string;
|
|
33
|
+
export declare const SET_ITEM_IN_WINDOW_UNIT_STORE = "\n const setItemInWindowUnitStore = (key, value) => {\n window.UnitStore[key] = value;\n }\n";
|
|
24
34
|
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";
|
|
25
35
|
export declare const DISPATCH_PLAID_RESPONSE: string;
|
|
36
|
+
export declare const DISPATCH_PLAID_EXIT: string;
|
|
37
|
+
export declare const DISPATCH_OPEN_PLAID: string;
|
|
26
38
|
export declare const DISPATCH_OPEN_ACTIONS_MENU = "\n const dispatchOpenActionsMenu = (componentName) => {\n document.querySelector(componentName).dispatchEvent(new CustomEvent(\"unitRequestOpenActionsMenu\"))\n }\n";
|
|
27
39
|
export declare const DISPATCH_REQUEST_CARD_ACTION = "\n const dispatchRequestCardAction = (action) => {\n document.querySelector(\"unit-elements-card\").dispatchEvent(new CustomEvent(\"unitRequestCardAction\", {detail: {action: action}}))\n }\n";
|
|
28
40
|
export declare const DISPATCH_REQUEST_HIDE_SENSITIVE_DATA = "\n const dispatchRequestHideSensitiveData = (componentName) => {\n document.querySelector(componentName).dispatchEvent(new CustomEvent(\"unitRequestHideSensitiveData\"))\n }\n";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bodyScript.d.ts","sourceRoot":"","sources":["../../../../../src/scripts/html/bodyScript.ts"],"names":[],"mappings":"
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+MrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAKpC,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigurationSlice.d.ts","sourceRoot":"","sources":["../../../../src/slices/ConfigurationSlice.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;
|
|
1
|
+
{"version":3,"file":"ConfigurationSlice.d.ts","sourceRoot":"","sources":["../../../../src/slices/ConfigurationSlice.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAoBD,eAAO,MAAQ,aAAa,kHAAE,WAAW,gHAAE,QAAQ,2GAA+B,CAAC;AACnF,eAAO,MAAM,mBAAmB,UAAW,SAAS,uBAAwB,CAAC;;AAC7E,wBAA0C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { RootState } from '../store';
|
|
2
|
-
import type { UNAccountData, UNCardData } from '../types/shared';
|
|
2
|
+
import type { UNAccountData, UNCardData, UNPayeeCounterparty } from '../types/shared';
|
|
3
3
|
import type { ActivityFiltersChangedEvent } from '../messages/webMessages/activityMessage';
|
|
4
4
|
import type { RequestRefreshEvent } from '../messages/webMessages/unitMessages';
|
|
5
5
|
import type { BottomSheetNativeMessage } from '../messages/nativeMessages/bottomSheetMessage';
|
|
@@ -9,6 +9,9 @@ import type { ActivityMessage } from '../messages/webMessages/activityMessage';
|
|
|
9
9
|
import type { UnitMessage } from '../messages/webMessages/unitMessages';
|
|
10
10
|
import type { MultipleCardsMessage } from '../messages/webMessages/multipleCardsMessage';
|
|
11
11
|
import { BottomSheetRenderingMessage } from '../messages/nativeMessages/bottomSheetMessage';
|
|
12
|
+
import { PageMessage } from '../messages/webMessages/pageMessage';
|
|
13
|
+
import { OpenPlaidEvent, PlaidMessage } from '../messages/webMessages/plaidMessages';
|
|
14
|
+
import { PayeeManagementMessage } from '../messages/webMessages/payeeManagementMessage';
|
|
12
15
|
type EmptyObj = Record<PropertyKey, never>;
|
|
13
16
|
type MultipleCardsCardClickedEventState = {
|
|
14
17
|
key: MultipleCardsMessage.UNIT_MULTIPLE_CARDS_CARD_CLICKED;
|
|
@@ -42,7 +45,23 @@ type RequestRefreshEventState = {
|
|
|
42
45
|
key: UnitMessage.UNIT_REQUEST_REFRESH;
|
|
43
46
|
data: RequestRefreshEvent;
|
|
44
47
|
};
|
|
45
|
-
type
|
|
48
|
+
type MultiFactorAuthFinishedEventState = {
|
|
49
|
+
key: UnitMessage.UNIT_MULTI_FACTOR_AUTH_FINISHED;
|
|
50
|
+
data: string;
|
|
51
|
+
};
|
|
52
|
+
type ComponentHeightEventState = {
|
|
53
|
+
key: PageMessage.PAGE_HEIGHT;
|
|
54
|
+
data: number | string;
|
|
55
|
+
};
|
|
56
|
+
type OpenPlaidEventState = {
|
|
57
|
+
key: PlaidMessage.UNIT_OPEN_PLAID;
|
|
58
|
+
data: OpenPlaidEvent;
|
|
59
|
+
};
|
|
60
|
+
type PayeeCounterpartyDeletedEventState = {
|
|
61
|
+
key: PayeeManagementMessage.UNIT_COUNTERPARTY_DELETED;
|
|
62
|
+
data: UNPayeeCounterparty;
|
|
63
|
+
};
|
|
64
|
+
type SharedEvent = CardStatusChangedEventState | CardActivatedEventState | MultipleCardsCardClickedEventState | AccountChangedEventState | ActivityFiltersChangedEventState | RequestCloseBottomSheetFlowEventState | RequestRenderingBottomSheetEventState | RequestRefreshEventState | MultiFactorAuthFinishedEventState | OpenPlaidEventState | ComponentHeightEventState | PayeeCounterpartyDeletedEventState;
|
|
46
65
|
type SharedEventsState = {
|
|
47
66
|
event?: SharedEvent;
|
|
48
67
|
};
|
|
@@ -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,MAAM,iBAAiB,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,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAChF,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,MAAM,CAAA;CACb,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"}
|
|
@@ -30,6 +30,18 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
30
30
|
} | {
|
|
31
31
|
key: import("../messages/webMessages/unitMessages").UnitMessage.UNIT_REQUEST_REFRESH;
|
|
32
32
|
data: import("../messages/webMessages/unitMessages").RequestRefreshEvent;
|
|
33
|
+
} | {
|
|
34
|
+
key: import("../messages/webMessages/unitMessages").UnitMessage.UNIT_MULTI_FACTOR_AUTH_FINISHED;
|
|
35
|
+
data: string;
|
|
36
|
+
} | {
|
|
37
|
+
key: import("../messages/webMessages/plaidMessages").PlaidMessage.UNIT_OPEN_PLAID;
|
|
38
|
+
data: import("../messages/webMessages/plaidMessages").OpenPlaidEvent;
|
|
39
|
+
} | {
|
|
40
|
+
key: import("../messages/webMessages/pageMessage").PageMessage.PAGE_HEIGHT;
|
|
41
|
+
data: string | number;
|
|
42
|
+
} | {
|
|
43
|
+
key: import("../messages/webMessages/payeeManagementMessage").PayeeManagementMessage.UNIT_COUNTERPARTY_DELETED;
|
|
44
|
+
data: import("..").UNPayeeCounterparty;
|
|
33
45
|
}) | undefined;
|
|
34
46
|
};
|
|
35
47
|
bottomSheet: import("../slices/BottomSheetSlice").BottomSheetState;
|
|
@@ -65,6 +77,18 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
65
77
|
} | {
|
|
66
78
|
key: import("../messages/webMessages/unitMessages").UnitMessage.UNIT_REQUEST_REFRESH;
|
|
67
79
|
data: import("../messages/webMessages/unitMessages").RequestRefreshEvent;
|
|
80
|
+
} | {
|
|
81
|
+
key: import("../messages/webMessages/unitMessages").UnitMessage.UNIT_MULTI_FACTOR_AUTH_FINISHED;
|
|
82
|
+
data: string;
|
|
83
|
+
} | {
|
|
84
|
+
key: import("../messages/webMessages/plaidMessages").PlaidMessage.UNIT_OPEN_PLAID;
|
|
85
|
+
data: import("../messages/webMessages/plaidMessages").OpenPlaidEvent;
|
|
86
|
+
} | {
|
|
87
|
+
key: import("../messages/webMessages/pageMessage").PageMessage.PAGE_HEIGHT;
|
|
88
|
+
data: string | number;
|
|
89
|
+
} | {
|
|
90
|
+
key: import("../messages/webMessages/payeeManagementMessage").PayeeManagementMessage.UNIT_COUNTERPARTY_DELETED;
|
|
91
|
+
data: import("..").UNPayeeCounterparty;
|
|
68
92
|
}) | undefined;
|
|
69
93
|
};
|
|
70
94
|
bottomSheet: import("../slices/BottomSheetSlice").BottomSheetState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/store/store.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/store/store.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAOhB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import type { RequestRenderingEvent } from '../../messages/webMessages/unitMessages';
|
|
2
|
-
import type {
|
|
2
|
+
import type { WebComponentType } from './webComponent.types';
|
|
3
3
|
import { UNAddToWalletComponentProps } from '../../nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent';
|
|
4
|
+
import { UNACHCreditComponentProps } from '../../components/UNACHCreditComponent';
|
|
5
|
+
import { UNACHDebitComponentProps } from '../../components/UNACHDebitComponent';
|
|
6
|
+
import { UNCheckDepositComponentProps } from '../../components/UNCheckDepositComponent';
|
|
7
|
+
import { UNBookPaymentComponentProps } from '../../components/UNBookPaymentComponent';
|
|
4
8
|
export declare enum BottomSheetNativePlaceType {
|
|
5
9
|
overFullScreen = "overFullScreen",
|
|
6
10
|
modal = "modal",
|
|
7
|
-
menu = "menu"
|
|
11
|
+
menu = "menu",
|
|
12
|
+
contentHeight = "contentHeight"
|
|
8
13
|
}
|
|
9
14
|
export declare enum ScrollState {
|
|
10
15
|
onTop = "onTop",
|
|
@@ -17,30 +22,38 @@ export declare enum BottomSheetRenderingType {
|
|
|
17
22
|
NativeComponent = 1
|
|
18
23
|
}
|
|
19
24
|
export declare enum BottomSheetNativeComponentType {
|
|
20
|
-
AddToWalletComponent = "UNAddToWalletComponent"
|
|
25
|
+
AddToWalletComponent = "UNAddToWalletComponent",
|
|
26
|
+
ACHCreditComponent = "UNACHCreditComponent",
|
|
27
|
+
ACHDebitComponent = "UNACHDebitComponent",
|
|
28
|
+
CheckDepositComponent = "UNCheckDepositComponent",
|
|
29
|
+
BookPaymentComponent = "UNBookPaymentComponent"
|
|
21
30
|
}
|
|
22
31
|
export type BottomSheetNativeAddToWalletComponentType = {
|
|
23
32
|
type: BottomSheetNativeComponentType.AddToWalletComponent;
|
|
24
33
|
props: UNAddToWalletComponentProps;
|
|
25
34
|
};
|
|
26
|
-
export type
|
|
35
|
+
export type BottomSheetNativeACHCreditComponentType = {
|
|
36
|
+
type: BottomSheetNativeComponentType.ACHCreditComponent;
|
|
37
|
+
props: UNACHCreditComponentProps;
|
|
38
|
+
};
|
|
39
|
+
export type BottomSheetNativeACHDebitComponentType = {
|
|
40
|
+
type: BottomSheetNativeComponentType.ACHDebitComponent;
|
|
41
|
+
props: UNACHDebitComponentProps;
|
|
42
|
+
};
|
|
43
|
+
export type BottomSheetNativeCheckDepositComponentType = {
|
|
44
|
+
type: BottomSheetNativeComponentType.CheckDepositComponent;
|
|
45
|
+
props: UNCheckDepositComponentProps;
|
|
46
|
+
};
|
|
47
|
+
export type BottomSheetNativeBookPaymentComponentType = {
|
|
48
|
+
type: BottomSheetNativeComponentType.BookPaymentComponent;
|
|
49
|
+
props: UNBookPaymentComponentProps;
|
|
50
|
+
};
|
|
51
|
+
export type BottomSheetNativeComponent = BottomSheetNativeAddToWalletComponentType | BottomSheetNativeACHCreditComponentType | BottomSheetNativeACHDebitComponentType | BottomSheetNativeCheckDepositComponentType | BottomSheetNativeBookPaymentComponentType;
|
|
27
52
|
export type BottomSheetSlotData = {
|
|
28
53
|
componentName?: WebComponentType;
|
|
29
54
|
componentResourceId?: string;
|
|
30
55
|
requestRenderingEvent: RequestRenderingEvent;
|
|
31
56
|
};
|
|
32
|
-
export type BottomSheetComponentData = {
|
|
33
|
-
componentName?: WebComponentType;
|
|
34
|
-
componentResourceId?: string;
|
|
35
|
-
};
|
|
36
|
-
export type WebComponentData = {
|
|
37
|
-
type: WebComponentType;
|
|
38
|
-
presentationMode?: PresentationMode;
|
|
39
|
-
params?: string;
|
|
40
|
-
theme?: string;
|
|
41
|
-
language?: string;
|
|
42
|
-
windowParams?: string;
|
|
43
|
-
};
|
|
44
57
|
export type NativeComponentData = {
|
|
45
58
|
component: BottomSheetNativeComponent;
|
|
46
59
|
scrollState?: ScrollState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bottomSheet.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/internal/bottomSheet.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,KAAK,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"bottomSheet.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/internal/bottomSheet.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EACL,2BAA2B,EAC5B,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,EAAE,4BAA4B,EAAE,MAAM,0CAA0C,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AAEtF,oBAAY,0BAA0B;IACpC,cAAc,mBAAmB;IACjC,KAAK,UAAU;IACf,IAAI,SAAS;IACb,aAAa,kBAAkB;CAChC;AAED,oBAAY,WAAW;IAUrB,KAAK,UAAU;IACf,YAAY,iBAAiB;IAQ7B,WAAW,kBAAkB;IAC7B,eAAe,oBAAoB;CACpC;AAED,oBAAY,wBAAwB;IAClC,IAAI,IAAA;IACJ,eAAe,IAAA;CAChB;AAED,oBAAY,8BAA8B;IACxC,oBAAoB,2BAA2B;IAC/C,kBAAkB,yBAAyB;IAC3C,iBAAiB,wBAAwB;IACzC,qBAAqB,4BAA4B;IACjD,oBAAoB,2BAA2B;CAChD;AAED,MAAM,MAAM,yCAAyC,GAAG;IACtD,IAAI,EAAE,8BAA8B,CAAC,oBAAoB,CAAC;IAC1D,KAAK,EAAE,2BAA2B,CAAA;CACnC,CAAA;AAED,MAAM,MAAM,uCAAuC,GAAG;IACpD,IAAI,EAAE,8BAA8B,CAAC,kBAAkB,CAAC;IACxD,KAAK,EAAE,yBAAyB,CAAA;CACjC,CAAA;AAED,MAAM,MAAM,sCAAsC,GAAG;IACnD,IAAI,EAAE,8BAA8B,CAAC,iBAAiB,CAAC;IACvD,KAAK,EAAE,wBAAwB,CAAA;CAChC,CAAA;AAED,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,8BAA8B,CAAC,qBAAqB,CAAC;IAC3D,KAAK,EAAE,4BAA4B,CAAA;CACpC,CAAA;AAED,MAAM,MAAM,yCAAyC,GAAG;IACtD,IAAI,EAAE,8BAA8B,CAAC,oBAAoB,CAAC;IAC1D,KAAK,EAAE,2BAA2B,CAAA;CACnC,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,yCAAyC,GAC9E,uCAAuC,GACvC,sCAAsC,GACtC,0CAA0C,GAC1C,yCAAyC,CAAA;AAE7C,MAAM,MAAM,mBAAmB,GAAG;IAEhC,aAAa,CAAC,EAAE,gBAAgB,CAAC;IACjC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,EAAE,qBAAqB,CAAA;CAC7C,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,0BAA0B,CAAC;IACtC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,WAAW,CAAC,EAAE,0BAA0B,CAAC;CAC1C,CAAA;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,wBAAwB,CAAC,IAAI,CAAC;IACpC,IAAI,EAAE,mBAAmB,CAAA;CAC1B;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,wBAAwB,CAAC,eAAe,CAAC;IAC/C,IAAI,EAAE,mBAAmB,CAAA;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unitStore.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/internal/unitStore.types.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY;IACtB,iBAAiB,sBAAsB;IACvC,iBAAiB,8BAA8B;CAChD"}
|
|
@@ -10,7 +10,9 @@ export declare enum WebComponentType {
|
|
|
10
10
|
achCreditPayment = "unit-elements-ach-credit-payment",
|
|
11
11
|
cardAction = "unit-elements-card-action",
|
|
12
12
|
programDetails = "unit-elements-program-details",
|
|
13
|
-
nextRepayment = "unit-elements-next-repayment"
|
|
13
|
+
nextRepayment = "unit-elements-next-repayment",
|
|
14
|
+
payeeManagement = "unit-elements-payee-management",
|
|
15
|
+
whiteLabelApp = "unit-elements-white-label-app"
|
|
14
16
|
}
|
|
15
17
|
export declare enum PresentationMode {
|
|
16
18
|
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,YAAY,gCAAgC;IAC5C,eAAe,oCAAoC;IACnD,gBAAgB,qCAAqC;IACrD,UAAU,8BAA8B;IACxC,cAAc,kCAAkC;IAChD,aAAa,iCAAiC;
|
|
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,YAAY,gCAAgC;IAC5C,eAAe,oCAAoC;IACnD,gBAAgB,qCAAqC;IACrD,UAAU,8BAA8B;IACxC,cAAc,kCAAkC;IAChD,aAAa,iCAAiC;IAC9C,eAAe,mCAAmC;IAClD,aAAa,kCAAkC;CAChD;AAED,oBAAY,gBAAgB;IAS1B,mBAAmB,wBAAwB;IAC3C,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB"}
|
|
@@ -0,0 +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;CAC1B"}
|
|
@@ -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"}
|
|
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,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { UNConnectedAccountStatus, UNConnectionAccountType, UNCounterpartyAccountType, UNCounterpartyPermission, UNCounterpartyType } from './payments.types';
|
|
2
|
+
export type UNPayeeConnectedAccount = {
|
|
3
|
+
type: 'plaidConnectedAccount';
|
|
4
|
+
id: string;
|
|
5
|
+
attributes: {
|
|
6
|
+
mask: string;
|
|
7
|
+
name: string;
|
|
8
|
+
type: string;
|
|
9
|
+
subType: string;
|
|
10
|
+
createdAt: string;
|
|
11
|
+
updatedAt: string;
|
|
12
|
+
status: UNConnectedAccountStatus;
|
|
13
|
+
connectionType: UNConnectionAccountType;
|
|
14
|
+
};
|
|
15
|
+
relationships: {
|
|
16
|
+
customer: {
|
|
17
|
+
data: {
|
|
18
|
+
type: 'customer';
|
|
19
|
+
id: number;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export type UNPayeeCounterparty = {
|
|
25
|
+
id: string;
|
|
26
|
+
type: string;
|
|
27
|
+
attributes: {
|
|
28
|
+
name: string;
|
|
29
|
+
bank?: string;
|
|
30
|
+
routingNumber: string;
|
|
31
|
+
accountNumber: string;
|
|
32
|
+
accountType: UNCounterpartyAccountType;
|
|
33
|
+
type: UNCounterpartyType;
|
|
34
|
+
permissions: UNCounterpartyPermission;
|
|
35
|
+
tags?: {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export declare enum UNPayeeManagementMenuItem {
|
|
41
|
+
sendFunds = "sendFunds",
|
|
42
|
+
delete = "delete"
|
|
43
|
+
}
|
|
44
|
+
export declare enum UNPayeeManagementComponentPaginationType {
|
|
45
|
+
infiniteScroll = "infiniteScroll",
|
|
46
|
+
pagination = "pagination"
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=payeeManagement.types.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -3,9 +3,24 @@ export type UNAchCounterparty = {
|
|
|
3
3
|
name: string;
|
|
4
4
|
accountNumber: string;
|
|
5
5
|
routingNumber: string;
|
|
6
|
-
accountType:
|
|
6
|
+
accountType: UNCounterpartyAccountType;
|
|
7
7
|
};
|
|
8
|
-
type
|
|
8
|
+
export type UNCounterpartyAccountType = 'Savings' | 'Checking';
|
|
9
|
+
export declare enum UNCounterpartyType {
|
|
10
|
+
Business = "Business",
|
|
11
|
+
Person = "Person",
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
}
|
|
14
|
+
export type UNCounterpartyPermission = 'CreditOnly' | 'CreditAndDebit' | 'DebitOnly';
|
|
15
|
+
export declare enum UNConnectedAccountStatus {
|
|
16
|
+
Pending = "Pending",
|
|
17
|
+
Failed = "Failed",
|
|
18
|
+
Verified = "Verified"
|
|
19
|
+
}
|
|
20
|
+
export declare enum UNConnectionAccountType {
|
|
21
|
+
SameDayMicroDeposit = "SameDayMicroDeposit",
|
|
22
|
+
Instant = "Instant"
|
|
23
|
+
}
|
|
9
24
|
export declare enum UNPlaidAccountFilter {
|
|
10
25
|
checking = "checking",
|
|
11
26
|
savings = "savings"
|
|
@@ -13,5 +28,4 @@ export declare enum UNPlaidAccountFilter {
|
|
|
13
28
|
export declare enum UNCounterpartyVerificationMethod {
|
|
14
29
|
Plaid = "Plaid"
|
|
15
30
|
}
|
|
16
|
-
export {};
|
|
17
31
|
//# sourceMappingURL=payments.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/payments.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,UAAU,CAAA;AAEjD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"payments.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/payments.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,UAAU,CAAA;AAEjD,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitSdk.api.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdk.api.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"UnitSdk.api.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdk.api.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe,qBAqB3B,CAAC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { NativeModules } from 'react-native';
|
|
2
2
|
import { UnitUiManager } from './unitUiManager/unitUiManager';
|
|
3
3
|
import type { UNFonts } from '../types/shared/fonts.types';
|
|
4
4
|
import type { UNWebVersioningStrategy } from '../types/shared';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
production = "production"
|
|
8
|
-
}
|
|
5
|
+
import { UNEnvironment } from '../types/shared/env.types';
|
|
6
|
+
import { UnitHelpersManager } from './unitHelpersManager/UnitHelpersManager';
|
|
9
7
|
export declare class UnitSDK {
|
|
10
8
|
static ui: UnitUiManager;
|
|
9
|
+
static helpers: UnitHelpersManager;
|
|
11
10
|
protected static env?: UNEnvironment;
|
|
12
11
|
protected static webVersioningStrategy: UNWebVersioningStrategy;
|
|
13
12
|
protected static customerToken?: string;
|
|
@@ -30,5 +29,6 @@ export declare class UnitSDK {
|
|
|
30
29
|
static getSignedNonce: () => string | undefined;
|
|
31
30
|
static setCustomerToken: (customerToken: string) => void;
|
|
32
31
|
static getCustomerToken: () => string | undefined;
|
|
32
|
+
static cleanUserData: () => void;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=UnitSdkManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitSdkManager.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdkManager.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"UnitSdkManager.d.ts","sourceRoot":"","sources":["../../../../src/unitSdkManager/UnitSdkManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,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,qBAAa,OAAO;IAClB,OAAc,EAAE,EAAE,aAAa,CAAC;IAChC,OAAc,OAAO,EAAE,kBAAkB,CAAC;IAC1C,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,aAAa,CAAC;IACrC,SAAS,CAAC,MAAM,CAAC,qBAAqB,EAAE,uBAAuB,CAAC;IAChE,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;IAE5D,OAAc,IAAI,QAAe,aAAa,UAAU,MAAM,aAAa,MAAM,UAAU,OAAO,0BAAyB,uBAAuB,mBAchJ;IAEF,OAAc,yBAAyB,wBAAyB,oBAAoB,UAElF;IAEF,OAAc,sBAAsB,+DAElC;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,aAGzB;CAEH"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { UNWebVersioningStrategy } from '../types/shared';
|
|
2
|
-
import { UNEnvironment } from '
|
|
2
|
+
import { UNEnvironment } from '../types/shared/env.types';
|
|
3
3
|
export declare const getUnitScriptUrl: (env: UNEnvironment, webVersioningStrategy: UNWebVersioningStrategy) => string;
|
|
4
4
|
//# sourceMappingURL=UnitSdkManager.utils.internal.d.ts.map
|
|
@@ -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;
|
|
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,WAUlG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnitHelpersManager.d.ts","sourceRoot":"","sources":["../../../../../src/unitSdkManager/unitHelpersManager/UnitHelpersManager.ts"],"names":[],"mappings":"AAAA,qBAAa,kBAAkB;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;;IAMrB,OAAO,CAAC,IAAI,CAEV;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"windowUnitStore.d.ts","sourceRoot":"","sources":["../../../../src/utils/windowUnitStore.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,sBAAsB,CAAC;AAE3C,eAAO,MAAM,wBAAwB,eAAgB,OAAO,GAAG,IAAI,OAAO,MAAM,SAAS,MAAM,SAE9F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebComponent.d.ts","sourceRoot":"","sources":["../../../../src/webComponent/WebComponent.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
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;AAWpE,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,uFAwJvB,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":"AAeA,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AAEF,QAAA,MAAM,QAAQ,QAoFb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-unit-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Unit React Native components",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@reduxjs/toolkit": "^1.9.5",
|
|
77
|
-
"axios": "^1.
|
|
77
|
+
"axios": "^1.7.1",
|
|
78
78
|
"react-native-plaid-link-sdk": "^11.5.1",
|
|
79
79
|
"react-native-webview": "^13.6.3",
|
|
80
80
|
"react-redux": "^8.1.2"
|
|
@@ -20,6 +20,7 @@ import * as AppInfo from '../../utils/AppInfo';
|
|
|
20
20
|
import { PresentationMode, WebComponentType } from '../../types/internal/webComponent.types';
|
|
21
21
|
import { withReduxStore } from '../../helpers/store/helpers';
|
|
22
22
|
import { UNPlaidAccountFilter } from '../../types/shared';
|
|
23
|
+
import { PlaidMessage } from '../../messages/webMessages/plaidMessages';
|
|
23
24
|
|
|
24
25
|
export interface UNACHCreditComponentProps {
|
|
25
26
|
accountId?: string;
|
|
@@ -111,7 +112,7 @@ const UNACHCreditComponent = (props: UNACHCreditComponentProps) => {
|
|
|
111
112
|
}
|
|
112
113
|
break;
|
|
113
114
|
}
|
|
114
|
-
case
|
|
115
|
+
case PlaidMessage.UNIT_PLAID_TOKEN_CREATED: {
|
|
115
116
|
const linkTokenEvent = message.details as PlaidTokenCreatedEvent;
|
|
116
117
|
const linkTokenData = linkTokenEvent.linkToken as PlaidLinkTokenData;
|
|
117
118
|
setLinkToken(linkTokenData.attributes.linkToken);
|
|
@@ -21,6 +21,7 @@ import * as AppInfo from '../../utils/AppInfo';
|
|
|
21
21
|
import { PresentationMode, WebComponentType } from '../../types/internal/webComponent.types';
|
|
22
22
|
import { withReduxStore } from '../../helpers/store/helpers';
|
|
23
23
|
import { UNPlaidAccountFilter } from '../../types/shared';
|
|
24
|
+
import { PlaidMessage } from '../../messages/webMessages/plaidMessages';
|
|
24
25
|
|
|
25
26
|
export interface UNACHDebitComponentProps {
|
|
26
27
|
accountId?: string;
|
|
@@ -111,7 +112,7 @@ const UNACHDebitComponent = (props: UNACHDebitComponentProps) => {
|
|
|
111
112
|
}
|
|
112
113
|
break;
|
|
113
114
|
}
|
|
114
|
-
case
|
|
115
|
+
case PlaidMessage.UNIT_PLAID_TOKEN_CREATED: {
|
|
115
116
|
const linkTokenEvent = message.details as PlaidTokenCreatedEvent;
|
|
116
117
|
const linkTokenData = linkTokenEvent.linkToken as PlaidLinkTokenData;
|
|
117
118
|
setLinkToken(linkTokenData.attributes.linkToken);
|