@justifi/webcomponents 4.16.0 → 4.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{Analytics-423b2bb5.js → Analytics-d4aa8c07.js} +1 -1
- package/dist/cjs/{SubAccount-4f4fac22.js → SubAccount-135ff8c8.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +13 -13
- package/dist/cjs/{business-additional-questions-schema-606d1292.js → business-additional-questions-schema-cf545610.js} +2 -2
- package/dist/cjs/business-details-core.cjs.entry.js +6 -9
- package/dist/cjs/form-alert_5.cjs.entry.js +3 -3
- package/dist/cjs/form-control-checkbox_5.cjs.entry.js +10 -13
- package/dist/cjs/form-control-date.cjs.entry.js +43 -0
- package/dist/cjs/form-control-error-text_2.cjs.entry.js +36 -0
- package/dist/cjs/form-control-file.cjs.entry.js +2 -2
- package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-date_3.cjs.entry.js → form-control-number-masked_2.cjs.entry.js} +3 -40
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-error-text_4.cjs.entry.js → form-control-select_2.cjs.entry.js} +3 -33
- package/dist/cjs/get-payout-csv-e4e4771a.js +48 -0
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +5 -5
- package/dist/cjs/{index-b4498996.js → index-fb499e95.js} +15 -3
- package/dist/cjs/{insurance-state-3f044af7.js → insurance-state-80e24caf.js} +1 -1
- package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +9 -12
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +16 -1680
- package/dist/cjs/justifi-business-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-business-form.cjs.entry.js +9 -8
- package/dist/cjs/justifi-business-list.cjs.entry.js +4 -7
- package/dist/cjs/justifi-card-form.cjs.entry.js +3 -3
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +21 -9
- package/dist/cjs/justifi-checkout.cjs.entry.js +12 -4
- package/dist/cjs/justifi-details.cjs.entry.js +4 -7
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +4 -4
- package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +73 -28
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +4 -7
- package/dist/cjs/justifi-payment-details.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payment-form.cjs.entry.js +9 -8
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1688 -0
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +3 -3
- package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +7 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +4 -8
- package/dist/cjs/justifi-payments-list.cjs.entry.js +4 -4
- package/dist/cjs/justifi-payout-details.cjs.entry.js +15 -10
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +15 -12
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +4 -7
- package/dist/cjs/justifi-refund-form.cjs.entry.js +4 -3
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +14 -9
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +2 -3
- package/dist/cjs/justifi-skeleton.cjs.entry.js +3 -3
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +6 -9
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +4 -4
- package/dist/cjs/justifi-table_2.cjs.entry.js +8 -12
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-b40227dd.js → package-5fee1ffb.js} +1 -1
- package/dist/cjs/{payload-parsers-6e4cf5d7.js → payload-parsers-1cbc3b57.js} +3 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +11 -14
- package/dist/cjs/payments-list-core.cjs.entry.js +7 -7
- package/dist/cjs/payout-details-core.cjs.entry.js +19 -8
- package/dist/cjs/payouts-list-core.cjs.entry.js +29 -8
- package/dist/cjs/{schema-validations-9668fd79.js → schema-validations-2733de42.js} +3 -4
- package/dist/cjs/styled-host-b8bed12a.js +14 -0
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +7 -23
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +3 -7
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +3 -7
- package/dist/cjs/{utils-17869710.js → utils-80191fbe.js} +6 -0
- package/dist/cjs/{utils-fd644316.js → utils-8c3bf659.js} +13 -4
- package/dist/cjs/{utils-0c3168ef.js → utils-c1d2e426.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +2 -2
- package/dist/collection/api/Checkout.js +0 -1
- package/dist/collection/api/services/payout.service.js +5 -0
- package/dist/collection/assets/download-icon.js +2 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/billing-form/billing-form.css +2 -8162
- package/dist/collection/components/billing-form/billing-form.js +5 -4
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +2 -3
- package/dist/collection/components/business-details/business-details-core.js +5 -14
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +2 -3
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +2 -3
- package/dist/collection/components/business-details/owner-details/owner-details.js +2 -3
- package/dist/collection/components/business-details/representative-details/representative-details.js +2 -3
- package/dist/collection/components/business-details/shared-business-details.css +3 -0
- package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-form.css +5 -8768
- package/dist/collection/components/business-forms/business-form/business-form.js +4 -3
- package/dist/collection/components/business-forms/owner-form/owner-form.js +2 -5
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +3 -2
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +1 -4
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +14 -2
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.css +4 -9155
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +1 -12
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.css +5 -763
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-text.js +2 -2
- package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +1 -1
- package/dist/collection/components/business-forms/schemas/schema-helpers.js +0 -1
- package/dist/collection/components/business-forms/schemas/schema-validations.js +4 -4
- package/dist/collection/components/business-forms/utils/payload-parsers.js +2 -0
- package/dist/collection/components/business-list/business-list.js +3 -12
- package/dist/collection/components/checkout/checkout-core.css +3 -8147
- package/dist/collection/components/checkout/checkout-core.js +68 -8
- package/dist/collection/components/checkout/checkout.js +59 -1
- package/dist/collection/components/checkout/form-check-input.css +20 -0
- package/dist/collection/components/checkout/header.css +4 -0
- package/dist/collection/components/checkout/new-payment-method.js +95 -15
- package/dist/collection/components/checkout/payment-method-option-utils.js +2 -0
- package/dist/collection/components/checkout/payment-method-options.css +1 -7080
- package/dist/collection/components/checkout/payment-method-options.js +101 -17
- package/dist/collection/components/checkout/save-new-payment-method.js +38 -0
- package/dist/collection/components/checkout/saved-payment-method.js +12 -5
- package/dist/collection/components/checkout/sezzle-payment-method.js +12 -5
- package/dist/collection/components/details/details.js +3 -12
- package/dist/collection/components/form/form-control-checkbox.js +1 -1
- package/dist/collection/components/form/form-control-date.js +1 -1
- package/dist/collection/components/form/form-control-file.js +1 -1
- package/dist/collection/components/form/form-control-monetary.js +1 -1
- package/dist/collection/components/form/form-control-number-masked.js +1 -1
- package/dist/collection/components/form/form-control-number.js +1 -1
- package/dist/collection/components/form/form-control-select.js +1 -1
- package/dist/collection/components/form/form-control-text.js +1 -1
- package/dist/collection/components/form/utils.js +12 -3
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +2 -2
- package/dist/collection/components/gross-payment-chart/gross-payment-chart.css +1 -573
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.css +6 -8183
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +6 -7
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +1 -2
- package/dist/collection/components/pagination-menu/pagination-menu.js +3 -14
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +3 -13
- package/dist/collection/components/payment-details/payment-details-core.js +9 -18
- package/dist/collection/components/payment-form/payment-form.css +3 -2513
- package/dist/collection/components/payment-form/payment-form.js +6 -5
- package/dist/collection/components/payment-form/payment-method-selector.css +5 -1881
- package/dist/collection/components/payment-form/payment-method-selector.js +2 -3
- package/dist/collection/components/payments-list/payments-list-core.js +6 -12
- package/dist/collection/components/payments-list/payments-list.js +3 -0
- package/dist/collection/components/payout-details/get-payout-csv.js +19 -0
- package/dist/collection/components/payout-details/payout-details-core.js +37 -12
- package/dist/collection/components/payout-details/payout-details.js +11 -4
- package/dist/collection/components/payouts-list/payouts-list-core.js +45 -14
- package/dist/collection/components/payouts-list/payouts-list.js +14 -6
- package/dist/collection/components/proceeds-list/proceeds-list.js +3 -12
- package/dist/collection/components/refund-form/refund-form.css +1 -7737
- package/dist/collection/components/refund-form/refund-form.js +4 -3
- package/dist/collection/components/skeleton/skeleton.css +1 -573
- package/dist/collection/components/skeleton/skeleton.js +2 -2
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-details.js +3 -12
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +1 -12
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +1 -12
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +1 -1
- package/dist/collection/components/table/table.css +0 -8085
- package/dist/collection/components/table/table.js +3 -4
- package/dist/collection/utils/styled-host/styled-host.js +6 -0
- package/dist/collection/utils/utils.js +5 -0
- package/dist/docs.json +546 -64
- package/dist/esm/{Analytics-17c33e9e.js → Analytics-29fac206.js} +1 -1
- package/dist/esm/{SubAccount-8bf9cb0c.js → SubAccount-7fcb1450.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +13 -13
- package/dist/esm/{business-additional-questions-schema-b00a73ba.js → business-additional-questions-schema-956e3caf.js} +2 -2
- package/dist/esm/business-details-core.entry.js +6 -9
- package/dist/esm/form-alert_5.entry.js +3 -3
- package/dist/esm/form-control-checkbox_5.entry.js +10 -13
- package/dist/esm/form-control-date.entry.js +39 -0
- package/dist/esm/form-control-error-text_2.entry.js +31 -0
- package/dist/esm/form-control-file.entry.js +2 -2
- package/dist/esm/form-control-monetary.entry.js +2 -2
- package/dist/esm/{form-control-date_3.entry.js → form-control-number-masked_2.entry.js} +4 -40
- package/dist/esm/form-control-number.entry.js +2 -2
- package/dist/esm/{form-control-error-text_4.entry.js → form-control-select_2.entry.js} +4 -32
- package/dist/esm/get-payout-csv-9b4aaada.js +45 -0
- package/dist/esm/gross-payment-chart-core.entry.js +5 -5
- package/dist/esm/{index-4bd1eae9.js → index-57431c24.js} +15 -3
- package/dist/esm/{insurance-state-09754ab9.js → insurance-state-8ce01e59.js} +1 -1
- package/dist/esm/justifi-additional-questions-form-step_10.entry.js +10 -13
- package/dist/esm/justifi-bank-account-form.entry.js +3 -3
- package/dist/esm/justifi-billing-form_2.entry.js +16 -1680
- package/dist/esm/justifi-business-details.entry.js +4 -4
- package/dist/esm/justifi-business-form.entry.js +9 -8
- package/dist/esm/justifi-business-list.entry.js +4 -7
- package/dist/esm/justifi-card-form.entry.js +3 -3
- package/dist/esm/justifi-checkout-core.entry.js +21 -9
- package/dist/esm/justifi-checkout.entry.js +12 -4
- package/dist/esm/justifi-details.entry.js +4 -7
- package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
- package/dist/esm/justifi-new-payment-method_4.entry.js +73 -28
- package/dist/esm/justifi-payment-balance-transactions.entry.js +4 -7
- package/dist/esm/justifi-payment-details.entry.js +4 -4
- package/dist/esm/justifi-payment-form.entry.js +9 -8
- package/dist/esm/justifi-payment-method-form.entry.js +1684 -0
- package/dist/esm/justifi-payment-method-selector.entry.js +3 -3
- package/dist/esm/justifi-payment-provisioning-core.entry.js +7 -2
- package/dist/esm/justifi-payment-provisioning.entry.js +4 -8
- package/dist/esm/justifi-payments-list.entry.js +4 -4
- package/dist/esm/justifi-payout-details.entry.js +14 -9
- package/dist/esm/justifi-payouts-list.entry.js +14 -11
- package/dist/esm/justifi-proceeds-list.entry.js +4 -7
- package/dist/esm/justifi-refund-form.entry.js +4 -3
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +14 -9
- package/dist/esm/justifi-season-interruption-insurance.entry.js +2 -3
- package/dist/esm/justifi-skeleton.entry.js +3 -3
- package/dist/esm/justifi-subaccount-details.entry.js +6 -9
- package/dist/esm/justifi-subaccounts-list.entry.js +4 -4
- package/dist/esm/justifi-table_2.entry.js +8 -12
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-02a6e473.js → package-1123f528.js} +1 -1
- package/dist/esm/{payload-parsers-a9e8f8cc.js → payload-parsers-acb719d1.js} +3 -1
- package/dist/esm/payment-details-core.entry.js +11 -14
- package/dist/esm/payments-list-core.entry.js +7 -7
- package/dist/esm/payout-details-core.entry.js +19 -8
- package/dist/esm/payouts-list-core.entry.js +29 -8
- package/dist/esm/{schema-validations-770bdf3e.js → schema-validations-a83ff220.js} +3 -4
- package/dist/esm/styled-host-57aae7fa.js +12 -0
- package/dist/esm/subaccount-account-details_4.entry.js +7 -23
- package/dist/esm/subaccount-bank-details.entry.js +3 -7
- package/dist/esm/subaccount-terms-details.entry.js +3 -7
- package/dist/esm/{utils-1e583166.js → utils-56719d07.js} +1 -1
- package/dist/esm/{utils-61a21dea.js → utils-5f4c4faa.js} +6 -1
- package/dist/esm/{utils-8de964da.js → utils-f4c4ba7d.js} +13 -4
- package/dist/esm/webcomponents.js +3 -3
- package/dist/module/SubAccount.js +1 -1
- package/dist/module/additional-questions-details2.js +3 -4
- package/dist/module/additional-questions.js +1 -1
- package/dist/module/billing-form.js +5 -4
- package/dist/module/business-additional-questions-form-step.js +1 -1
- package/dist/module/business-core-info-form-step.js +3 -2
- package/dist/module/business-core-info-schema.js +1 -1
- package/dist/module/business-details-core2.js +5 -8
- package/dist/module/business-representative-form-step.js +1 -4
- package/dist/module/business-terms-conditions-text.js +2 -2
- package/dist/module/checkout-core.js +44 -24
- package/dist/module/details.js +3 -6
- package/dist/module/form-control-checkbox2.js +1 -1
- package/dist/module/form-control-date2.js +1 -1
- package/dist/module/form-control-file2.js +1 -1
- package/dist/module/form-control-monetary2.js +1 -1
- package/dist/module/form-control-number-masked2.js +1 -1
- package/dist/module/form-control-number.js +1 -1
- package/dist/module/form-control-select2.js +1 -1
- package/dist/module/form-control-text2.js +1 -1
- package/dist/module/generic-info-details2.js +3 -4
- package/dist/module/get-payout-csv.js +45 -0
- package/dist/module/gross-payment-chart-core2.js +2 -2
- package/dist/module/justifi-business-form.js +4 -3
- package/dist/module/justifi-business-list.js +3 -6
- package/dist/module/justifi-checkout.js +35 -20
- package/dist/module/justifi-payment-balance-transactions.js +5 -9
- package/dist/module/justifi-payment-form.js +6 -5
- package/dist/module/justifi-payment-provisioning.js +2 -7
- package/dist/module/justifi-payments-list.js +19 -1
- package/dist/module/justifi-payout-details.js +11 -5
- package/dist/module/justifi-payouts-list.js +30 -8
- package/dist/module/justifi-proceeds-list.js +3 -6
- package/dist/module/justifi-refund-form.js +4 -3
- package/dist/module/justifi-save-new-payment-method.d.ts +11 -0
- package/dist/module/justifi-save-new-payment-method.js +6 -0
- package/dist/module/justifi-season-interruption-insurance.js +1 -2
- package/dist/module/justifi-subaccount-details.js +4 -7
- package/dist/module/justifi-subaccounts-list.js +2 -2
- package/dist/module/legal-address-details2.js +3 -4
- package/dist/module/new-payment-method.js +52 -24
- package/dist/module/owner-details2.js +3 -4
- package/dist/module/owner-form.js +2 -5
- package/dist/module/package.js +1 -1
- package/dist/module/pagination-menu2.js +4 -9
- package/dist/module/payload-parsers.js +2 -0
- package/dist/module/payment-details-core2.js +10 -13
- package/dist/module/payment-method-options.js +56 -28
- package/dist/module/payment-method-selector.js +3 -4
- package/dist/module/payment-provisioning-core.js +9 -3
- package/dist/module/payments-list-core2.js +26 -8
- package/dist/module/payout-details-core2.js +19 -7
- package/dist/module/payouts-list-core2.js +49 -9
- package/dist/module/representative-details2.js +3 -4
- package/dist/module/save-new-payment-method.js +36 -0
- package/dist/module/saved-payment-method.js +7 -2
- package/dist/module/schema-validations.js +3 -4
- package/dist/module/season-interruption-insurance-core.js +12 -7
- package/dist/module/sezzle-payment-method.js +5 -2
- package/dist/module/skeleton.js +2 -2
- package/dist/module/styled-host.js +12 -0
- package/dist/module/subaccount-account-details2.js +2 -7
- package/dist/module/subaccount-bank-details.js +2 -7
- package/dist/module/subaccount-merchant-details2.js +3 -8
- package/dist/module/subaccount-owners-details2.js +2 -7
- package/dist/module/subaccount-representative-details2.js +2 -7
- package/dist/module/subaccount-terms-details.js +2 -7
- package/dist/module/table.js +4 -5
- package/dist/module/utils2.js +6 -1
- package/dist/module/utils3.js +12 -3
- package/dist/types/api/Checkout.d.ts +6 -0
- package/dist/types/api/services/payout.service.d.ts +2 -0
- package/dist/types/assets/download-icon.d.ts +1 -0
- package/dist/types/components/business-forms/owner-form/owner-form.d.ts +0 -1
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +0 -1
- package/dist/types/components/business-forms/schemas/schema-helpers.d.ts +0 -1
- package/dist/types/components/checkout/checkout-core.d.ts +5 -1
- package/dist/types/components/checkout/checkout.d.ts +5 -0
- package/dist/types/components/checkout/new-payment-method.d.ts +8 -2
- package/dist/types/components/checkout/payment-method-option-utils.d.ts +1 -0
- package/dist/types/components/checkout/payment-method-options.d.ts +6 -2
- package/dist/types/components/checkout/payment-method-payload.d.ts +1 -0
- package/dist/types/components/checkout/save-new-payment-method.d.ts +7 -0
- package/dist/types/components/checkout/saved-payment-method.d.ts +1 -1
- package/dist/types/components/checkout/sezzle-payment-method.d.ts +1 -1
- package/dist/types/components/form/utils.d.ts +1 -1
- package/dist/types/components/payment-method-form/payment-method-responses.d.ts +6 -4
- package/dist/types/components/payments-list/payments-list-core.d.ts +1 -0
- package/dist/types/components/payments-list/payments-list.d.ts +3 -0
- package/dist/types/components/payout-details/get-payout-csv.d.ts +7 -0
- package/dist/types/components/payout-details/payout-details-core.d.ts +2 -0
- package/dist/types/components/payout-details/payout-details.d.ts +2 -1
- package/dist/types/components/payouts-list/payouts-list-core.d.ts +3 -0
- package/dist/types/components/payouts-list/payouts-list.d.ts +5 -1
- package/dist/types/components.d.ts +83 -12
- package/dist/types/utils/styled-host/styled-host.d.ts +3 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/dist/webcomponents/{p-851e57f4.js → p-092e080c.js} +1 -1
- package/dist/webcomponents/p-09affce4.entry.js +1 -0
- package/dist/webcomponents/p-0a4a9ccd.entry.js +1 -0
- package/dist/webcomponents/{p-7c28a80d.entry.js → p-0dca0770.entry.js} +1 -1
- package/dist/webcomponents/p-0e4a54c8.entry.js +1 -0
- package/dist/webcomponents/p-0ed3c1d2.entry.js +1 -0
- package/dist/webcomponents/p-10b57ac6.entry.js +1 -0
- package/dist/webcomponents/p-1737f6bf.entry.js +1 -0
- package/dist/webcomponents/{p-ebce7b2f.entry.js → p-2244e679.entry.js} +1 -1
- package/dist/webcomponents/p-2306d44d.entry.js +1 -0
- package/dist/webcomponents/{p-f7b6dcc4.js → p-2338affa.js} +1 -1
- package/dist/webcomponents/p-2af3672b.entry.js +1 -0
- package/dist/webcomponents/p-3294856b.entry.js +1 -0
- package/dist/webcomponents/p-3514b616.entry.js +1 -0
- package/dist/webcomponents/p-390157c9.entry.js +1 -0
- package/dist/webcomponents/p-3fd13ca3.js +1 -0
- package/dist/webcomponents/p-412c7a22.entry.js +1 -0
- package/dist/webcomponents/p-464e4dfe.entry.js +1 -0
- package/dist/webcomponents/p-49b8e112.js +1 -0
- package/dist/webcomponents/{p-808c8988.entry.js → p-4b9587ec.entry.js} +1 -1
- package/dist/webcomponents/p-531d873a.entry.js +1 -0
- package/dist/webcomponents/p-54287db6.entry.js +1 -0
- package/dist/webcomponents/p-547a2cd0.entry.js +1 -0
- package/dist/webcomponents/p-571d7f1a.entry.js +1 -0
- package/dist/webcomponents/p-5963bcdc.entry.js +1 -0
- package/dist/webcomponents/p-5b1451e7.entry.js +1 -0
- package/dist/webcomponents/p-66758365.entry.js +1 -0
- package/dist/webcomponents/{p-3394ff6c.js → p-667a5aa8.js} +1 -1
- package/dist/webcomponents/p-67e497aa.entry.js +1 -0
- package/dist/webcomponents/p-68fd8283.js +1 -0
- package/dist/webcomponents/p-6bcf621a.entry.js +1 -0
- package/dist/webcomponents/p-6bd5d569.entry.js +1 -0
- package/dist/webcomponents/p-76180bb4.entry.js +1 -0
- package/dist/webcomponents/p-77dc159c.entry.js +1 -0
- package/dist/webcomponents/{p-3a7e0753.entry.js → p-7a346c0b.entry.js} +1 -1
- package/dist/webcomponents/p-7d6aba64.entry.js +1 -0
- package/dist/webcomponents/p-81d3eda6.entry.js +1 -0
- package/dist/webcomponents/p-85fc69e5.js +1 -0
- package/dist/webcomponents/p-87932e16.js +1 -0
- package/dist/webcomponents/p-88c7ef46.entry.js +1 -0
- package/dist/webcomponents/p-89887332.js +1 -0
- package/dist/webcomponents/p-8cc7a418.entry.js +1 -0
- package/dist/webcomponents/p-8dd22c8d.entry.js +1 -0
- package/dist/webcomponents/p-959b478a.entry.js +19 -0
- package/dist/webcomponents/{p-3f06ce2f.entry.js → p-9631b768.entry.js} +1 -1
- package/dist/webcomponents/p-9e7c3231.entry.js +1 -0
- package/dist/webcomponents/{p-9601cf9d.entry.js → p-bb32b91c.entry.js} +1 -1
- package/dist/webcomponents/p-bbc18b9f.entry.js +1 -0
- package/dist/webcomponents/{p-4b4fc43d.js → p-c4264aaf.js} +1 -1
- package/dist/webcomponents/p-cb9ee476.entry.js +1 -0
- package/dist/webcomponents/p-d083a342.entry.js +1 -0
- package/dist/webcomponents/{p-288c95b3.entry.js → p-d5612f35.entry.js} +1 -1
- package/dist/webcomponents/p-debeefbb.entry.js +1 -0
- package/dist/webcomponents/{p-e3a31451.entry.js → p-df38dd21.entry.js} +1 -1
- package/dist/webcomponents/p-e0bcfdb5.entry.js +1 -0
- package/dist/webcomponents/{p-cb68e8fa.js → p-e1651130.js} +1 -1
- package/dist/webcomponents/p-e46929a1.entry.js +1 -0
- package/dist/webcomponents/{p-fee616cf.entry.js → p-e85ef4af.entry.js} +1 -1
- package/dist/webcomponents/{p-fb53112b.js → p-e8c651b8.js} +1 -1
- package/dist/webcomponents/p-ea7c77a3.entry.js +1 -0
- package/dist/webcomponents/{p-2451611d.entry.js → p-f3555f0b.entry.js} +1 -1
- package/dist/webcomponents/p-fad19d75.js +2 -0
- package/dist/webcomponents/webcomponents.css +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/payout.service-eec372aa.js +0 -22
- package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.css +0 -7348
- package/dist/collection/components/business-details/business-details.css +0 -6446
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.css +0 -7348
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.css +0 -7348
- package/dist/collection/components/business-details/owner-details/owner-details.css +0 -7348
- package/dist/collection/components/business-details/representative-details/representative-details.css +0 -7348
- package/dist/collection/components/business-list/business-list.css +0 -579
- package/dist/collection/components/details/details.css +0 -7993
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.css +0 -0
- package/dist/collection/components/payment-details/payment-details.css +0 -7993
- package/dist/collection/components/payments-list/payments-list.css +0 -579
- package/dist/collection/components/payout-details/payout-details.css +0 -7993
- package/dist/collection/components/payouts-list/payouts-list.css +0 -579
- package/dist/collection/components/proceeds-list/proceeds-list.css +0 -579
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-details.css +0 -7993
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.css +0 -7352
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.css +0 -7352
- package/dist/esm/payout.service-28b9594f.js +0 -20
- package/dist/module/payout.service.js +0 -20
- package/dist/webcomponents/p-023fe908.entry.js +0 -1
- package/dist/webcomponents/p-038fb958.entry.js +0 -1
- package/dist/webcomponents/p-06baf263.entry.js +0 -1
- package/dist/webcomponents/p-0f10316f.entry.js +0 -1
- package/dist/webcomponents/p-144e4bda.js +0 -1
- package/dist/webcomponents/p-1e53021d.entry.js +0 -1
- package/dist/webcomponents/p-1feebf9c.entry.js +0 -1
- package/dist/webcomponents/p-26779944.entry.js +0 -1
- package/dist/webcomponents/p-306aea52.entry.js +0 -1
- package/dist/webcomponents/p-31031d15.entry.js +0 -1
- package/dist/webcomponents/p-4791c1f2.entry.js +0 -1
- package/dist/webcomponents/p-4b260a52.entry.js +0 -1
- package/dist/webcomponents/p-56275f64.entry.js +0 -1
- package/dist/webcomponents/p-64d1aeb8.entry.js +0 -1
- package/dist/webcomponents/p-65969627.entry.js +0 -19
- package/dist/webcomponents/p-68f3a7b0.entry.js +0 -1
- package/dist/webcomponents/p-6b05f357.entry.js +0 -1
- package/dist/webcomponents/p-6ce586e0.entry.js +0 -1
- package/dist/webcomponents/p-71800e4c.js +0 -1
- package/dist/webcomponents/p-7ae2d26f.entry.js +0 -1
- package/dist/webcomponents/p-88d68804.entry.js +0 -1
- package/dist/webcomponents/p-8a6049ed.js +0 -1
- package/dist/webcomponents/p-8e8f5033.entry.js +0 -1
- package/dist/webcomponents/p-9228912b.entry.js +0 -1
- package/dist/webcomponents/p-923c37a2.entry.js +0 -1
- package/dist/webcomponents/p-9b1e7f5e.entry.js +0 -1
- package/dist/webcomponents/p-9c00adf1.entry.js +0 -1
- package/dist/webcomponents/p-9e5d765c.js +0 -1
- package/dist/webcomponents/p-a33c3e1c.entry.js +0 -1
- package/dist/webcomponents/p-a63a6fb9.js +0 -2
- package/dist/webcomponents/p-b01c0120.entry.js +0 -1
- package/dist/webcomponents/p-b94bf537.entry.js +0 -1
- package/dist/webcomponents/p-bacd9d6e.entry.js +0 -1
- package/dist/webcomponents/p-c85fb952.entry.js +0 -1
- package/dist/webcomponents/p-ca39c89f.js +0 -1
- package/dist/webcomponents/p-d42e284d.entry.js +0 -1
- package/dist/webcomponents/p-e673e681.entry.js +0 -1
- package/dist/webcomponents/p-eefe2f29.entry.js +0 -1
- package/dist/webcomponents/p-f14db665.entry.js +0 -1
- package/dist/webcomponents/p-f18e63c3.entry.js +0 -1
- package/dist/webcomponents/p-f3ae3cb6.entry.js +0 -1
- package/dist/webcomponents/p-fa9773c0.entry.js +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-09-05T22:41:13",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.19.2",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
10
10
|
"filePath": "src/components/business-details/additional-questions-details/additional-questions-details.tsx",
|
|
11
|
-
"encapsulation": "
|
|
11
|
+
"encapsulation": "none",
|
|
12
12
|
"tag": "additional-questions-details",
|
|
13
13
|
"readme": "# additional-questions-details\n\n\n",
|
|
14
14
|
"docs": "",
|
|
@@ -642,7 +642,9 @@
|
|
|
642
642
|
"justifi-business-core-info-form-step",
|
|
643
643
|
"justifi-business-representative",
|
|
644
644
|
"justifi-business-representative-form-step",
|
|
645
|
-
"justifi-owner-form"
|
|
645
|
+
"justifi-owner-form",
|
|
646
|
+
"payments-list-core",
|
|
647
|
+
"payouts-list-core"
|
|
646
648
|
],
|
|
647
649
|
"dependencies": [
|
|
648
650
|
"form-control-help-text",
|
|
@@ -667,6 +669,12 @@
|
|
|
667
669
|
],
|
|
668
670
|
"justifi-owner-form": [
|
|
669
671
|
"form-control-date"
|
|
672
|
+
],
|
|
673
|
+
"payments-list-core": [
|
|
674
|
+
"form-control-date"
|
|
675
|
+
],
|
|
676
|
+
"payouts-list-core": [
|
|
677
|
+
"form-control-date"
|
|
670
678
|
]
|
|
671
679
|
}
|
|
672
680
|
},
|
|
@@ -1353,6 +1361,10 @@
|
|
|
1353
1361
|
"styles": [],
|
|
1354
1362
|
"slots": [],
|
|
1355
1363
|
"parts": [
|
|
1364
|
+
{
|
|
1365
|
+
"name": "input-group-text",
|
|
1366
|
+
"docs": ""
|
|
1367
|
+
},
|
|
1356
1368
|
{
|
|
1357
1369
|
"name": "label",
|
|
1358
1370
|
"docs": ""
|
|
@@ -2410,7 +2422,7 @@
|
|
|
2410
2422
|
},
|
|
2411
2423
|
{
|
|
2412
2424
|
"filePath": "src/components/business-details/generic-info-details/generic-info-details.tsx",
|
|
2413
|
-
"encapsulation": "
|
|
2425
|
+
"encapsulation": "none",
|
|
2414
2426
|
"tag": "generic-info-details",
|
|
2415
2427
|
"readme": "# generic-info-details\n\n\n",
|
|
2416
2428
|
"docs": "",
|
|
@@ -5922,7 +5934,47 @@
|
|
|
5922
5934
|
"required": false
|
|
5923
5935
|
}
|
|
5924
5936
|
],
|
|
5925
|
-
"methods": [
|
|
5937
|
+
"methods": [
|
|
5938
|
+
{
|
|
5939
|
+
"name": "fillBillingForm",
|
|
5940
|
+
"returns": {
|
|
5941
|
+
"type": "Promise<void>",
|
|
5942
|
+
"docs": ""
|
|
5943
|
+
},
|
|
5944
|
+
"complexType": {
|
|
5945
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
5946
|
+
"parameters": [
|
|
5947
|
+
{
|
|
5948
|
+
"name": "fields",
|
|
5949
|
+
"type": "BillingFormFields",
|
|
5950
|
+
"docs": ""
|
|
5951
|
+
}
|
|
5952
|
+
],
|
|
5953
|
+
"references": {
|
|
5954
|
+
"Promise": {
|
|
5955
|
+
"location": "global",
|
|
5956
|
+
"id": "global::Promise"
|
|
5957
|
+
},
|
|
5958
|
+
"BillingFormFields": {
|
|
5959
|
+
"location": "import",
|
|
5960
|
+
"path": "../billing-form/billing-form-schema",
|
|
5961
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
5962
|
+
}
|
|
5963
|
+
},
|
|
5964
|
+
"return": "Promise<void>"
|
|
5965
|
+
},
|
|
5966
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
5967
|
+
"parameters": [
|
|
5968
|
+
{
|
|
5969
|
+
"name": "fields",
|
|
5970
|
+
"type": "BillingFormFields",
|
|
5971
|
+
"docs": ""
|
|
5972
|
+
}
|
|
5973
|
+
],
|
|
5974
|
+
"docs": "",
|
|
5975
|
+
"docsTags": []
|
|
5976
|
+
}
|
|
5977
|
+
],
|
|
5926
5978
|
"events": [
|
|
5927
5979
|
{
|
|
5928
5980
|
"event": "error-event",
|
|
@@ -5943,6 +5995,26 @@
|
|
|
5943
5995
|
"composed": true,
|
|
5944
5996
|
"docs": "",
|
|
5945
5997
|
"docsTags": []
|
|
5998
|
+
},
|
|
5999
|
+
{
|
|
6000
|
+
"event": "loaded",
|
|
6001
|
+
"detail": "{ checkout_status: ICheckoutStatus; }",
|
|
6002
|
+
"bubbles": true,
|
|
6003
|
+
"complexType": {
|
|
6004
|
+
"original": "ILoadedEventResponse",
|
|
6005
|
+
"resolved": "{ checkout_status: ICheckoutStatus; }",
|
|
6006
|
+
"references": {
|
|
6007
|
+
"ILoadedEventResponse": {
|
|
6008
|
+
"location": "import",
|
|
6009
|
+
"path": "../../api",
|
|
6010
|
+
"id": "src/api/index.ts::ILoadedEventResponse"
|
|
6011
|
+
}
|
|
6012
|
+
}
|
|
6013
|
+
},
|
|
6014
|
+
"cancelable": true,
|
|
6015
|
+
"composed": true,
|
|
6016
|
+
"docs": "",
|
|
6017
|
+
"docsTags": []
|
|
5946
6018
|
}
|
|
5947
6019
|
],
|
|
5948
6020
|
"listeners": [],
|
|
@@ -5968,7 +6040,8 @@
|
|
|
5968
6040
|
],
|
|
5969
6041
|
"justifi-new-payment-method": [
|
|
5970
6042
|
"justifi-payment-method-form",
|
|
5971
|
-
"justifi-billing-form"
|
|
6043
|
+
"justifi-billing-form",
|
|
6044
|
+
"justifi-save-new-payment-method"
|
|
5972
6045
|
],
|
|
5973
6046
|
"justifi-billing-form": [
|
|
5974
6047
|
"form-control-text",
|
|
@@ -6192,7 +6265,47 @@
|
|
|
6192
6265
|
"required": false
|
|
6193
6266
|
}
|
|
6194
6267
|
],
|
|
6195
|
-
"methods": [
|
|
6268
|
+
"methods": [
|
|
6269
|
+
{
|
|
6270
|
+
"name": "fillBillingForm",
|
|
6271
|
+
"returns": {
|
|
6272
|
+
"type": "Promise<void>",
|
|
6273
|
+
"docs": ""
|
|
6274
|
+
},
|
|
6275
|
+
"complexType": {
|
|
6276
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
6277
|
+
"parameters": [
|
|
6278
|
+
{
|
|
6279
|
+
"name": "fields",
|
|
6280
|
+
"type": "BillingFormFields",
|
|
6281
|
+
"docs": ""
|
|
6282
|
+
}
|
|
6283
|
+
],
|
|
6284
|
+
"references": {
|
|
6285
|
+
"Promise": {
|
|
6286
|
+
"location": "global",
|
|
6287
|
+
"id": "global::Promise"
|
|
6288
|
+
},
|
|
6289
|
+
"BillingFormFields": {
|
|
6290
|
+
"location": "import",
|
|
6291
|
+
"path": "../billing-form/billing-form-schema",
|
|
6292
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
6293
|
+
}
|
|
6294
|
+
},
|
|
6295
|
+
"return": "Promise<void>"
|
|
6296
|
+
},
|
|
6297
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
6298
|
+
"parameters": [
|
|
6299
|
+
{
|
|
6300
|
+
"name": "fields",
|
|
6301
|
+
"type": "BillingFormFields",
|
|
6302
|
+
"docs": ""
|
|
6303
|
+
}
|
|
6304
|
+
],
|
|
6305
|
+
"docs": "",
|
|
6306
|
+
"docsTags": []
|
|
6307
|
+
}
|
|
6308
|
+
],
|
|
6196
6309
|
"events": [
|
|
6197
6310
|
{
|
|
6198
6311
|
"event": "error-event",
|
|
@@ -6214,6 +6327,26 @@
|
|
|
6214
6327
|
"docs": "",
|
|
6215
6328
|
"docsTags": []
|
|
6216
6329
|
},
|
|
6330
|
+
{
|
|
6331
|
+
"event": "loaded",
|
|
6332
|
+
"detail": "{ checkout_status: ICheckoutStatus; }",
|
|
6333
|
+
"bubbles": true,
|
|
6334
|
+
"complexType": {
|
|
6335
|
+
"original": "ILoadedEventResponse",
|
|
6336
|
+
"resolved": "{ checkout_status: ICheckoutStatus; }",
|
|
6337
|
+
"references": {
|
|
6338
|
+
"ILoadedEventResponse": {
|
|
6339
|
+
"location": "import",
|
|
6340
|
+
"path": "../../api/Checkout",
|
|
6341
|
+
"id": "src/api/Checkout.ts::ILoadedEventResponse"
|
|
6342
|
+
}
|
|
6343
|
+
}
|
|
6344
|
+
},
|
|
6345
|
+
"cancelable": true,
|
|
6346
|
+
"composed": true,
|
|
6347
|
+
"docs": "",
|
|
6348
|
+
"docsTags": []
|
|
6349
|
+
},
|
|
6217
6350
|
{
|
|
6218
6351
|
"event": "submitted",
|
|
6219
6352
|
"detail": "IApiResponse<{ payment_mode: \"ecom\" | \"bnpl\"; payment_token: null; payment_status: string; payment_response: null; checkout_id: string; additional_transactions: any[]; checkout: ICheckout; }>",
|
|
@@ -6263,7 +6396,8 @@
|
|
|
6263
6396
|
],
|
|
6264
6397
|
"justifi-new-payment-method": [
|
|
6265
6398
|
"justifi-payment-method-form",
|
|
6266
|
-
"justifi-billing-form"
|
|
6399
|
+
"justifi-billing-form",
|
|
6400
|
+
"justifi-save-new-payment-method"
|
|
6267
6401
|
],
|
|
6268
6402
|
"justifi-billing-form": [
|
|
6269
6403
|
"form-control-text",
|
|
@@ -6855,7 +6989,7 @@
|
|
|
6855
6989
|
"required": false
|
|
6856
6990
|
},
|
|
6857
6991
|
{
|
|
6858
|
-
"name": "
|
|
6992
|
+
"name": "authToken",
|
|
6859
6993
|
"type": "string",
|
|
6860
6994
|
"complexType": {
|
|
6861
6995
|
"original": "string",
|
|
@@ -6863,7 +6997,7 @@
|
|
|
6863
6997
|
"references": {}
|
|
6864
6998
|
},
|
|
6865
6999
|
"mutable": false,
|
|
6866
|
-
"attr": "
|
|
7000
|
+
"attr": "auth-token",
|
|
6867
7001
|
"reflectToAttr": false,
|
|
6868
7002
|
"docs": "",
|
|
6869
7003
|
"docsTags": [],
|
|
@@ -6918,6 +7052,27 @@
|
|
|
6918
7052
|
"optional": false,
|
|
6919
7053
|
"required": false
|
|
6920
7054
|
},
|
|
7055
|
+
{
|
|
7056
|
+
"name": "paymentMethodGroupId",
|
|
7057
|
+
"type": "string",
|
|
7058
|
+
"complexType": {
|
|
7059
|
+
"original": "string",
|
|
7060
|
+
"resolved": "string",
|
|
7061
|
+
"references": {}
|
|
7062
|
+
},
|
|
7063
|
+
"mutable": false,
|
|
7064
|
+
"attr": "payment-method-group-id",
|
|
7065
|
+
"reflectToAttr": false,
|
|
7066
|
+
"docs": "",
|
|
7067
|
+
"docsTags": [],
|
|
7068
|
+
"values": [
|
|
7069
|
+
{
|
|
7070
|
+
"type": "string"
|
|
7071
|
+
}
|
|
7072
|
+
],
|
|
7073
|
+
"optional": true,
|
|
7074
|
+
"required": false
|
|
7075
|
+
},
|
|
6921
7076
|
{
|
|
6922
7077
|
"name": "paymentMethodOption",
|
|
6923
7078
|
"type": "PaymentMethodOption",
|
|
@@ -6928,7 +7083,7 @@
|
|
|
6928
7083
|
"PaymentMethodOption": {
|
|
6929
7084
|
"location": "import",
|
|
6930
7085
|
"path": "./payment-method-option-utils",
|
|
6931
|
-
"id": "src/components/checkout/payment-method-option-utils.
|
|
7086
|
+
"id": "src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption"
|
|
6932
7087
|
}
|
|
6933
7088
|
}
|
|
6934
7089
|
},
|
|
@@ -6946,6 +7101,45 @@
|
|
|
6946
7101
|
}
|
|
6947
7102
|
],
|
|
6948
7103
|
"methods": [
|
|
7104
|
+
{
|
|
7105
|
+
"name": "fillBillingForm",
|
|
7106
|
+
"returns": {
|
|
7107
|
+
"type": "Promise<void>",
|
|
7108
|
+
"docs": ""
|
|
7109
|
+
},
|
|
7110
|
+
"complexType": {
|
|
7111
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
7112
|
+
"parameters": [
|
|
7113
|
+
{
|
|
7114
|
+
"name": "fields",
|
|
7115
|
+
"type": "BillingFormFields",
|
|
7116
|
+
"docs": ""
|
|
7117
|
+
}
|
|
7118
|
+
],
|
|
7119
|
+
"references": {
|
|
7120
|
+
"Promise": {
|
|
7121
|
+
"location": "global",
|
|
7122
|
+
"id": "global::Promise"
|
|
7123
|
+
},
|
|
7124
|
+
"BillingFormFields": {
|
|
7125
|
+
"location": "import",
|
|
7126
|
+
"path": "../billing-form/billing-form-schema",
|
|
7127
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
7128
|
+
}
|
|
7129
|
+
},
|
|
7130
|
+
"return": "Promise<void>"
|
|
7131
|
+
},
|
|
7132
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
7133
|
+
"parameters": [
|
|
7134
|
+
{
|
|
7135
|
+
"name": "fields",
|
|
7136
|
+
"type": "BillingFormFields",
|
|
7137
|
+
"docs": ""
|
|
7138
|
+
}
|
|
7139
|
+
],
|
|
7140
|
+
"docs": "",
|
|
7141
|
+
"docsTags": []
|
|
7142
|
+
},
|
|
6949
7143
|
{
|
|
6950
7144
|
"name": "resolvePaymentMethod",
|
|
6951
7145
|
"returns": {
|
|
@@ -6953,8 +7147,14 @@
|
|
|
6953
7147
|
"docs": ""
|
|
6954
7148
|
},
|
|
6955
7149
|
"complexType": {
|
|
6956
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
6957
|
-
"parameters": [
|
|
7150
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
7151
|
+
"parameters": [
|
|
7152
|
+
{
|
|
7153
|
+
"name": "insuranceValidation",
|
|
7154
|
+
"type": "any",
|
|
7155
|
+
"docs": ""
|
|
7156
|
+
}
|
|
7157
|
+
],
|
|
6958
7158
|
"references": {
|
|
6959
7159
|
"Promise": {
|
|
6960
7160
|
"location": "global",
|
|
@@ -6968,8 +7168,14 @@
|
|
|
6968
7168
|
},
|
|
6969
7169
|
"return": "Promise<PaymentMethodPayload>"
|
|
6970
7170
|
},
|
|
6971
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
6972
|
-
"parameters": [
|
|
7171
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
7172
|
+
"parameters": [
|
|
7173
|
+
{
|
|
7174
|
+
"name": "insuranceValidation",
|
|
7175
|
+
"type": "any",
|
|
7176
|
+
"docs": ""
|
|
7177
|
+
}
|
|
7178
|
+
],
|
|
6973
7179
|
"docs": "",
|
|
6974
7180
|
"docsTags": []
|
|
6975
7181
|
}
|
|
@@ -6990,7 +7196,13 @@
|
|
|
6990
7196
|
"docsTags": []
|
|
6991
7197
|
}
|
|
6992
7198
|
],
|
|
6993
|
-
"listeners": [
|
|
7199
|
+
"listeners": [
|
|
7200
|
+
{
|
|
7201
|
+
"event": "checkboxChanged",
|
|
7202
|
+
"capture": false,
|
|
7203
|
+
"passive": false
|
|
7204
|
+
}
|
|
7205
|
+
],
|
|
6994
7206
|
"styles": [],
|
|
6995
7207
|
"slots": [],
|
|
6996
7208
|
"parts": [],
|
|
@@ -6999,12 +7211,14 @@
|
|
|
6999
7211
|
],
|
|
7000
7212
|
"dependencies": [
|
|
7001
7213
|
"justifi-payment-method-form",
|
|
7002
|
-
"justifi-billing-form"
|
|
7214
|
+
"justifi-billing-form",
|
|
7215
|
+
"justifi-save-new-payment-method"
|
|
7003
7216
|
],
|
|
7004
7217
|
"dependencyGraph": {
|
|
7005
7218
|
"justifi-new-payment-method": [
|
|
7006
7219
|
"justifi-payment-method-form",
|
|
7007
|
-
"justifi-billing-form"
|
|
7220
|
+
"justifi-billing-form",
|
|
7221
|
+
"justifi-save-new-payment-method"
|
|
7008
7222
|
],
|
|
7009
7223
|
"justifi-billing-form": [
|
|
7010
7224
|
"form-control-text",
|
|
@@ -7348,7 +7562,7 @@
|
|
|
7348
7562
|
},
|
|
7349
7563
|
{
|
|
7350
7564
|
"filePath": "src/components/payment-balance-transactions/payment-balance-transactions.tsx",
|
|
7351
|
-
"encapsulation": "
|
|
7565
|
+
"encapsulation": "none",
|
|
7352
7566
|
"tag": "justifi-payment-balance-transactions",
|
|
7353
7567
|
"readme": "# justifi-payment-balance-transactions\n\n\n",
|
|
7354
7568
|
"docs": "",
|
|
@@ -8266,6 +8480,27 @@
|
|
|
8266
8480
|
"optional": false,
|
|
8267
8481
|
"required": false
|
|
8268
8482
|
},
|
|
8483
|
+
{
|
|
8484
|
+
"name": "authToken",
|
|
8485
|
+
"type": "string",
|
|
8486
|
+
"complexType": {
|
|
8487
|
+
"original": "string",
|
|
8488
|
+
"resolved": "string",
|
|
8489
|
+
"references": {}
|
|
8490
|
+
},
|
|
8491
|
+
"mutable": false,
|
|
8492
|
+
"attr": "auth-token",
|
|
8493
|
+
"reflectToAttr": false,
|
|
8494
|
+
"docs": "",
|
|
8495
|
+
"docsTags": [],
|
|
8496
|
+
"values": [
|
|
8497
|
+
{
|
|
8498
|
+
"type": "string"
|
|
8499
|
+
}
|
|
8500
|
+
],
|
|
8501
|
+
"optional": false,
|
|
8502
|
+
"required": false
|
|
8503
|
+
},
|
|
8269
8504
|
{
|
|
8270
8505
|
"name": "bnpl",
|
|
8271
8506
|
"type": "IBnpl",
|
|
@@ -8293,46 +8528,46 @@
|
|
|
8293
8528
|
"required": false
|
|
8294
8529
|
},
|
|
8295
8530
|
{
|
|
8296
|
-
"name": "
|
|
8531
|
+
"name": "iframeOrigin",
|
|
8297
8532
|
"type": "string",
|
|
8298
8533
|
"complexType": {
|
|
8299
8534
|
"original": "string",
|
|
8300
8535
|
"resolved": "string",
|
|
8301
8536
|
"references": {}
|
|
8302
8537
|
},
|
|
8303
|
-
"mutable":
|
|
8304
|
-
"attr": "
|
|
8538
|
+
"mutable": true,
|
|
8539
|
+
"attr": "iframe-origin",
|
|
8305
8540
|
"reflectToAttr": false,
|
|
8306
8541
|
"docs": "",
|
|
8307
8542
|
"docsTags": [],
|
|
8543
|
+
"default": "config.iframeOrigin",
|
|
8308
8544
|
"values": [
|
|
8309
8545
|
{
|
|
8310
8546
|
"type": "string"
|
|
8311
8547
|
}
|
|
8312
8548
|
],
|
|
8313
|
-
"optional":
|
|
8549
|
+
"optional": true,
|
|
8314
8550
|
"required": false
|
|
8315
8551
|
},
|
|
8316
8552
|
{
|
|
8317
|
-
"name": "
|
|
8318
|
-
"type": "
|
|
8553
|
+
"name": "insuranceToggled",
|
|
8554
|
+
"type": "boolean",
|
|
8319
8555
|
"complexType": {
|
|
8320
|
-
"original": "
|
|
8321
|
-
"resolved": "
|
|
8556
|
+
"original": "boolean",
|
|
8557
|
+
"resolved": "boolean",
|
|
8322
8558
|
"references": {}
|
|
8323
8559
|
},
|
|
8324
|
-
"mutable":
|
|
8325
|
-
"attr": "
|
|
8560
|
+
"mutable": false,
|
|
8561
|
+
"attr": "insurance-toggled",
|
|
8326
8562
|
"reflectToAttr": false,
|
|
8327
8563
|
"docs": "",
|
|
8328
8564
|
"docsTags": [],
|
|
8329
|
-
"default": "config.iframeOrigin",
|
|
8330
8565
|
"values": [
|
|
8331
8566
|
{
|
|
8332
|
-
"type": "
|
|
8567
|
+
"type": "boolean"
|
|
8333
8568
|
}
|
|
8334
8569
|
],
|
|
8335
|
-
"optional":
|
|
8570
|
+
"optional": false,
|
|
8336
8571
|
"required": false
|
|
8337
8572
|
},
|
|
8338
8573
|
{
|
|
@@ -8356,6 +8591,27 @@
|
|
|
8356
8591
|
"optional": false,
|
|
8357
8592
|
"required": false
|
|
8358
8593
|
},
|
|
8594
|
+
{
|
|
8595
|
+
"name": "paymentMethodGroupId",
|
|
8596
|
+
"type": "string",
|
|
8597
|
+
"complexType": {
|
|
8598
|
+
"original": "string",
|
|
8599
|
+
"resolved": "string",
|
|
8600
|
+
"references": {}
|
|
8601
|
+
},
|
|
8602
|
+
"mutable": false,
|
|
8603
|
+
"attr": "payment-method-group-id",
|
|
8604
|
+
"reflectToAttr": false,
|
|
8605
|
+
"docs": "",
|
|
8606
|
+
"docsTags": [],
|
|
8607
|
+
"values": [
|
|
8608
|
+
{
|
|
8609
|
+
"type": "string"
|
|
8610
|
+
}
|
|
8611
|
+
],
|
|
8612
|
+
"optional": true,
|
|
8613
|
+
"required": false
|
|
8614
|
+
},
|
|
8359
8615
|
{
|
|
8360
8616
|
"name": "savedPaymentMethods",
|
|
8361
8617
|
"type": "any[]",
|
|
@@ -8463,6 +8719,49 @@
|
|
|
8463
8719
|
}
|
|
8464
8720
|
],
|
|
8465
8721
|
"methods": [
|
|
8722
|
+
{
|
|
8723
|
+
"name": "fillBillingForm",
|
|
8724
|
+
"returns": {
|
|
8725
|
+
"type": "Promise<void>",
|
|
8726
|
+
"docs": ""
|
|
8727
|
+
},
|
|
8728
|
+
"complexType": {
|
|
8729
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
8730
|
+
"parameters": [
|
|
8731
|
+
{
|
|
8732
|
+
"name": "fields",
|
|
8733
|
+
"type": "BillingFormFields",
|
|
8734
|
+
"docs": ""
|
|
8735
|
+
}
|
|
8736
|
+
],
|
|
8737
|
+
"references": {
|
|
8738
|
+
"Promise": {
|
|
8739
|
+
"location": "global",
|
|
8740
|
+
"id": "global::Promise"
|
|
8741
|
+
},
|
|
8742
|
+
"BillingFormFields": {
|
|
8743
|
+
"location": "import",
|
|
8744
|
+
"path": "../billing-form/billing-form-schema",
|
|
8745
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
8746
|
+
},
|
|
8747
|
+
"HTMLJustifiNewPaymentMethodElement": {
|
|
8748
|
+
"location": "global",
|
|
8749
|
+
"id": "global::HTMLJustifiNewPaymentMethodElement"
|
|
8750
|
+
}
|
|
8751
|
+
},
|
|
8752
|
+
"return": "Promise<void>"
|
|
8753
|
+
},
|
|
8754
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
8755
|
+
"parameters": [
|
|
8756
|
+
{
|
|
8757
|
+
"name": "fields",
|
|
8758
|
+
"type": "BillingFormFields",
|
|
8759
|
+
"docs": ""
|
|
8760
|
+
}
|
|
8761
|
+
],
|
|
8762
|
+
"docs": "",
|
|
8763
|
+
"docsTags": []
|
|
8764
|
+
},
|
|
8466
8765
|
{
|
|
8467
8766
|
"name": "resolvePaymentMethod",
|
|
8468
8767
|
"returns": {
|
|
@@ -8470,8 +8769,14 @@
|
|
|
8470
8769
|
"docs": ""
|
|
8471
8770
|
},
|
|
8472
8771
|
"complexType": {
|
|
8473
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
8474
|
-
"parameters": [
|
|
8772
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
8773
|
+
"parameters": [
|
|
8774
|
+
{
|
|
8775
|
+
"name": "insuranceValidation",
|
|
8776
|
+
"type": "any",
|
|
8777
|
+
"docs": ""
|
|
8778
|
+
}
|
|
8779
|
+
],
|
|
8475
8780
|
"references": {
|
|
8476
8781
|
"Promise": {
|
|
8477
8782
|
"location": "global",
|
|
@@ -8485,8 +8790,14 @@
|
|
|
8485
8790
|
},
|
|
8486
8791
|
"return": "Promise<PaymentMethodPayload>"
|
|
8487
8792
|
},
|
|
8488
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
8489
|
-
"parameters": [
|
|
8793
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
8794
|
+
"parameters": [
|
|
8795
|
+
{
|
|
8796
|
+
"name": "insuranceValidation",
|
|
8797
|
+
"type": "any",
|
|
8798
|
+
"docs": ""
|
|
8799
|
+
}
|
|
8800
|
+
],
|
|
8490
8801
|
"docs": "",
|
|
8491
8802
|
"docsTags": []
|
|
8492
8803
|
}
|
|
@@ -8533,7 +8844,8 @@
|
|
|
8533
8844
|
],
|
|
8534
8845
|
"justifi-new-payment-method": [
|
|
8535
8846
|
"justifi-payment-method-form",
|
|
8536
|
-
"justifi-billing-form"
|
|
8847
|
+
"justifi-billing-form",
|
|
8848
|
+
"justifi-save-new-payment-method"
|
|
8537
8849
|
],
|
|
8538
8850
|
"justifi-billing-form": [
|
|
8539
8851
|
"form-control-text",
|
|
@@ -8554,7 +8866,7 @@
|
|
|
8554
8866
|
},
|
|
8555
8867
|
{
|
|
8556
8868
|
"filePath": "src/components/payment-form/payment-method-selector.tsx",
|
|
8557
|
-
"encapsulation": "
|
|
8869
|
+
"encapsulation": "none",
|
|
8558
8870
|
"tag": "justifi-payment-method-selector",
|
|
8559
8871
|
"readme": "<h1>\n <code><justifi-payment-form /></code>\n</h1>\n\n## Examples\n\n```html\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0\" />\n <title>justifi-payment-form: Simple example</title>\n\n <!--\n If you are including the components via CDN the src should be the following:\n https://cdn.jsdelivr.net/npm/@justifi/webcomponents@2.1.0/dist/webcomponents/webcomponents.esm.js\n -->\n <script type=\"module\" src=\"/build/webcomponents.esm.js\"></script>\n <script nomodule src=\"/build/webcomponents.js\"></script>\n </head>\n\n <body>\n <h1>PaymentForm</h1>\n <hr />\n <justifi-payment-form></justifi-payment-form>\n </body>\n\n <script>\n (function () {})();\n </script>\n</html>\n```\n",
|
|
8560
8872
|
"docs": "<h1>\n <code><justifi-payment-form /></code>\n</h1>",
|
|
@@ -8631,7 +8943,7 @@
|
|
|
8631
8943
|
},
|
|
8632
8944
|
{
|
|
8633
8945
|
"filePath": "src/components/business-forms/payment-provisioning/payment-provisioning.tsx",
|
|
8634
|
-
"encapsulation": "
|
|
8946
|
+
"encapsulation": "none",
|
|
8635
8947
|
"tag": "justifi-payment-provisioning",
|
|
8636
8948
|
"readme": "# justifi-business-info\n",
|
|
8637
8949
|
"docs": "",
|
|
@@ -8869,7 +9181,7 @@
|
|
|
8869
9181
|
},
|
|
8870
9182
|
{
|
|
8871
9183
|
"filePath": "src/components/business-forms/payment-provisioning/payment-provisioning-core.tsx",
|
|
8872
|
-
"encapsulation": "
|
|
9184
|
+
"encapsulation": "shadow",
|
|
8873
9185
|
"tag": "justifi-payment-provisioning-core",
|
|
8874
9186
|
"readme": "# justifi-business-info\n",
|
|
8875
9187
|
"docs": "",
|
|
@@ -9619,6 +9931,18 @@
|
|
|
9619
9931
|
"readme": "# justifi-payments-list\n\n\n",
|
|
9620
9932
|
"docs": "",
|
|
9621
9933
|
"docsTags": [
|
|
9934
|
+
{
|
|
9935
|
+
"name": "exportedPart",
|
|
9936
|
+
"text": "label: Label for inputs"
|
|
9937
|
+
},
|
|
9938
|
+
{
|
|
9939
|
+
"name": "exportedPart",
|
|
9940
|
+
"text": "input: The input fields"
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"name": "exportedPart",
|
|
9944
|
+
"text": "input-invalid: Invalid state for inputs"
|
|
9945
|
+
},
|
|
9622
9946
|
{
|
|
9623
9947
|
"name": "exportedPart",
|
|
9624
9948
|
"text": "table-head: Table head"
|
|
@@ -9769,8 +10093,13 @@
|
|
|
9769
10093
|
"payments-list-core"
|
|
9770
10094
|
],
|
|
9771
10095
|
"payments-list-core": [
|
|
10096
|
+
"form-control-date",
|
|
9772
10097
|
"justifi-table"
|
|
9773
10098
|
],
|
|
10099
|
+
"form-control-date": [
|
|
10100
|
+
"form-control-help-text",
|
|
10101
|
+
"form-control-error-text"
|
|
10102
|
+
],
|
|
9774
10103
|
"justifi-table": [
|
|
9775
10104
|
"pagination-menu"
|
|
9776
10105
|
]
|
|
@@ -9875,6 +10204,18 @@
|
|
|
9875
10204
|
"readme": "# justifi-payouts-list\n\n\n",
|
|
9876
10205
|
"docs": "",
|
|
9877
10206
|
"docsTags": [
|
|
10207
|
+
{
|
|
10208
|
+
"name": "exportedPart",
|
|
10209
|
+
"text": "label: Label for inputs"
|
|
10210
|
+
},
|
|
10211
|
+
{
|
|
10212
|
+
"name": "exportedPart",
|
|
10213
|
+
"text": "input: The input fields"
|
|
10214
|
+
},
|
|
10215
|
+
{
|
|
10216
|
+
"name": "exportedPart",
|
|
10217
|
+
"text": "input-invalid: Invalid state for inputs"
|
|
10218
|
+
},
|
|
9878
10219
|
{
|
|
9879
10220
|
"name": "exportedPart",
|
|
9880
10221
|
"text": "table-head: Table head"
|
|
@@ -10025,8 +10366,13 @@
|
|
|
10025
10366
|
"payouts-list-core"
|
|
10026
10367
|
],
|
|
10027
10368
|
"payouts-list-core": [
|
|
10369
|
+
"form-control-date",
|
|
10028
10370
|
"justifi-table"
|
|
10029
10371
|
],
|
|
10372
|
+
"form-control-date": [
|
|
10373
|
+
"form-control-help-text",
|
|
10374
|
+
"form-control-error-text"
|
|
10375
|
+
],
|
|
10030
10376
|
"justifi-table": [
|
|
10031
10377
|
"pagination-menu"
|
|
10032
10378
|
]
|
|
@@ -10378,6 +10724,46 @@
|
|
|
10378
10724
|
]
|
|
10379
10725
|
}
|
|
10380
10726
|
},
|
|
10727
|
+
{
|
|
10728
|
+
"filePath": "src/components/checkout/save-new-payment-method.tsx",
|
|
10729
|
+
"encapsulation": "none",
|
|
10730
|
+
"tag": "justifi-save-new-payment-method",
|
|
10731
|
+
"readme": "<h1>\n <code><justifi-payment-form /></code>\n</h1>\n\n## Examples\n\n```html\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0\" />\n <title>justifi-payment-form: Simple example</title>\n\n <!--\n If you are including the components via CDN the src should be the following:\n https://cdn.jsdelivr.net/npm/@justifi/webcomponents@2.1.0/dist/webcomponents/webcomponents.esm.js\n -->\n <script type=\"module\" src=\"/build/webcomponents.esm.js\"></script>\n <script nomodule src=\"/build/webcomponents.js\"></script>\n </head>\n\n <body>\n <h1>PaymentForm</h1>\n <hr />\n <justifi-payment-form></justifi-payment-form>\n </body>\n\n <script>\n (function () {})();\n </script>\n</html>\n```\n",
|
|
10732
|
+
"docs": "<h1>\n <code><justifi-payment-form /></code>\n</h1>",
|
|
10733
|
+
"docsTags": [],
|
|
10734
|
+
"usage": {},
|
|
10735
|
+
"props": [],
|
|
10736
|
+
"methods": [],
|
|
10737
|
+
"events": [
|
|
10738
|
+
{
|
|
10739
|
+
"event": "checkboxChanged",
|
|
10740
|
+
"detail": "boolean",
|
|
10741
|
+
"bubbles": true,
|
|
10742
|
+
"complexType": {
|
|
10743
|
+
"original": "boolean",
|
|
10744
|
+
"resolved": "boolean",
|
|
10745
|
+
"references": {}
|
|
10746
|
+
},
|
|
10747
|
+
"cancelable": true,
|
|
10748
|
+
"composed": true,
|
|
10749
|
+
"docs": "",
|
|
10750
|
+
"docsTags": []
|
|
10751
|
+
}
|
|
10752
|
+
],
|
|
10753
|
+
"listeners": [],
|
|
10754
|
+
"styles": [],
|
|
10755
|
+
"slots": [],
|
|
10756
|
+
"parts": [],
|
|
10757
|
+
"dependents": [
|
|
10758
|
+
"justifi-new-payment-method"
|
|
10759
|
+
],
|
|
10760
|
+
"dependencies": [],
|
|
10761
|
+
"dependencyGraph": {
|
|
10762
|
+
"justifi-new-payment-method": [
|
|
10763
|
+
"justifi-save-new-payment-method"
|
|
10764
|
+
]
|
|
10765
|
+
}
|
|
10766
|
+
},
|
|
10381
10767
|
{
|
|
10382
10768
|
"filePath": "src/components/checkout/saved-payment-method.tsx",
|
|
10383
10769
|
"encapsulation": "none",
|
|
@@ -10440,7 +10826,7 @@
|
|
|
10440
10826
|
"PaymentMethodOption": {
|
|
10441
10827
|
"location": "import",
|
|
10442
10828
|
"path": "./payment-method-option-utils",
|
|
10443
|
-
"id": "src/components/checkout/payment-method-option-utils.
|
|
10829
|
+
"id": "src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption"
|
|
10444
10830
|
}
|
|
10445
10831
|
}
|
|
10446
10832
|
},
|
|
@@ -10465,8 +10851,14 @@
|
|
|
10465
10851
|
"docs": ""
|
|
10466
10852
|
},
|
|
10467
10853
|
"complexType": {
|
|
10468
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
10469
|
-
"parameters": [
|
|
10854
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
10855
|
+
"parameters": [
|
|
10856
|
+
{
|
|
10857
|
+
"name": "insuranceValidation",
|
|
10858
|
+
"type": "any",
|
|
10859
|
+
"docs": ""
|
|
10860
|
+
}
|
|
10861
|
+
],
|
|
10470
10862
|
"references": {
|
|
10471
10863
|
"Promise": {
|
|
10472
10864
|
"location": "global",
|
|
@@ -10480,8 +10872,14 @@
|
|
|
10480
10872
|
},
|
|
10481
10873
|
"return": "Promise<PaymentMethodPayload>"
|
|
10482
10874
|
},
|
|
10483
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
10484
|
-
"parameters": [
|
|
10875
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
10876
|
+
"parameters": [
|
|
10877
|
+
{
|
|
10878
|
+
"name": "insuranceValidation",
|
|
10879
|
+
"type": "any",
|
|
10880
|
+
"docs": ""
|
|
10881
|
+
}
|
|
10882
|
+
],
|
|
10485
10883
|
"docs": "",
|
|
10486
10884
|
"docsTags": []
|
|
10487
10885
|
}
|
|
@@ -11391,7 +11789,7 @@
|
|
|
11391
11789
|
"PaymentMethodOption": {
|
|
11392
11790
|
"location": "import",
|
|
11393
11791
|
"path": "./payment-method-option-utils",
|
|
11394
|
-
"id": "src/components/checkout/payment-method-option-utils.
|
|
11792
|
+
"id": "src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption"
|
|
11395
11793
|
}
|
|
11396
11794
|
}
|
|
11397
11795
|
},
|
|
@@ -11416,8 +11814,14 @@
|
|
|
11416
11814
|
"docs": ""
|
|
11417
11815
|
},
|
|
11418
11816
|
"complexType": {
|
|
11419
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
11420
|
-
"parameters": [
|
|
11817
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
11818
|
+
"parameters": [
|
|
11819
|
+
{
|
|
11820
|
+
"name": "insuranceValidation",
|
|
11821
|
+
"type": "any",
|
|
11822
|
+
"docs": ""
|
|
11823
|
+
}
|
|
11824
|
+
],
|
|
11421
11825
|
"references": {
|
|
11422
11826
|
"Promise": {
|
|
11423
11827
|
"location": "global",
|
|
@@ -11431,8 +11835,14 @@
|
|
|
11431
11835
|
},
|
|
11432
11836
|
"return": "Promise<PaymentMethodPayload>"
|
|
11433
11837
|
},
|
|
11434
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
11435
|
-
"parameters": [
|
|
11838
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
11839
|
+
"parameters": [
|
|
11840
|
+
{
|
|
11841
|
+
"name": "insuranceValidation",
|
|
11842
|
+
"type": "any",
|
|
11843
|
+
"docs": ""
|
|
11844
|
+
}
|
|
11845
|
+
],
|
|
11436
11846
|
"docs": "",
|
|
11437
11847
|
"docsTags": []
|
|
11438
11848
|
}
|
|
@@ -11834,7 +12244,7 @@
|
|
|
11834
12244
|
},
|
|
11835
12245
|
{
|
|
11836
12246
|
"filePath": "src/components/table/table.tsx",
|
|
11837
|
-
"encapsulation": "
|
|
12247
|
+
"encapsulation": "none",
|
|
11838
12248
|
"tag": "justifi-table",
|
|
11839
12249
|
"readme": "# justifi-table\n\n\n",
|
|
11840
12250
|
"docs": "",
|
|
@@ -12117,7 +12527,7 @@
|
|
|
12117
12527
|
},
|
|
12118
12528
|
{
|
|
12119
12529
|
"filePath": "src/components/business-details/legal-address-details/legal-address-details.tsx",
|
|
12120
|
-
"encapsulation": "
|
|
12530
|
+
"encapsulation": "none",
|
|
12121
12531
|
"tag": "legal-address-details",
|
|
12122
12532
|
"readme": "# legal-address-details\n\n\n",
|
|
12123
12533
|
"docs": "",
|
|
@@ -12169,7 +12579,7 @@
|
|
|
12169
12579
|
},
|
|
12170
12580
|
{
|
|
12171
12581
|
"filePath": "src/components/business-details/owner-details/owner-details.tsx",
|
|
12172
|
-
"encapsulation": "
|
|
12582
|
+
"encapsulation": "none",
|
|
12173
12583
|
"tag": "owner-details",
|
|
12174
12584
|
"readme": "# owner-details\n\n\n",
|
|
12175
12585
|
"docs": "",
|
|
@@ -12221,7 +12631,7 @@
|
|
|
12221
12631
|
},
|
|
12222
12632
|
{
|
|
12223
12633
|
"filePath": "src/components/pagination-menu/pagination-menu.tsx",
|
|
12224
|
-
"encapsulation": "
|
|
12634
|
+
"encapsulation": "none",
|
|
12225
12635
|
"tag": "pagination-menu",
|
|
12226
12636
|
"readme": "# pagination-menu\n\n\n",
|
|
12227
12637
|
"docs": "",
|
|
@@ -12471,12 +12881,18 @@
|
|
|
12471
12881
|
"justifi-payments-list"
|
|
12472
12882
|
],
|
|
12473
12883
|
"dependencies": [
|
|
12884
|
+
"form-control-date",
|
|
12474
12885
|
"justifi-table"
|
|
12475
12886
|
],
|
|
12476
12887
|
"dependencyGraph": {
|
|
12477
12888
|
"payments-list-core": [
|
|
12889
|
+
"form-control-date",
|
|
12478
12890
|
"justifi-table"
|
|
12479
12891
|
],
|
|
12892
|
+
"form-control-date": [
|
|
12893
|
+
"form-control-help-text",
|
|
12894
|
+
"form-control-error-text"
|
|
12895
|
+
],
|
|
12480
12896
|
"justifi-table": [
|
|
12481
12897
|
"pagination-menu"
|
|
12482
12898
|
],
|
|
@@ -12518,6 +12934,31 @@
|
|
|
12518
12934
|
],
|
|
12519
12935
|
"optional": false,
|
|
12520
12936
|
"required": false
|
|
12937
|
+
},
|
|
12938
|
+
{
|
|
12939
|
+
"name": "getPayoutCSV",
|
|
12940
|
+
"type": "Function",
|
|
12941
|
+
"complexType": {
|
|
12942
|
+
"original": "Function",
|
|
12943
|
+
"resolved": "Function",
|
|
12944
|
+
"references": {
|
|
12945
|
+
"Function": {
|
|
12946
|
+
"location": "global",
|
|
12947
|
+
"id": "global::Function"
|
|
12948
|
+
}
|
|
12949
|
+
}
|
|
12950
|
+
},
|
|
12951
|
+
"mutable": false,
|
|
12952
|
+
"reflectToAttr": false,
|
|
12953
|
+
"docs": "",
|
|
12954
|
+
"docsTags": [],
|
|
12955
|
+
"values": [
|
|
12956
|
+
{
|
|
12957
|
+
"type": "Function"
|
|
12958
|
+
}
|
|
12959
|
+
],
|
|
12960
|
+
"optional": false,
|
|
12961
|
+
"required": false
|
|
12521
12962
|
}
|
|
12522
12963
|
],
|
|
12523
12964
|
"methods": [],
|
|
@@ -12571,6 +13012,31 @@
|
|
|
12571
13012
|
"docsTags": [],
|
|
12572
13013
|
"usage": {},
|
|
12573
13014
|
"props": [
|
|
13015
|
+
{
|
|
13016
|
+
"name": "getPayoutCSV",
|
|
13017
|
+
"type": "Function",
|
|
13018
|
+
"complexType": {
|
|
13019
|
+
"original": "Function",
|
|
13020
|
+
"resolved": "Function",
|
|
13021
|
+
"references": {
|
|
13022
|
+
"Function": {
|
|
13023
|
+
"location": "global",
|
|
13024
|
+
"id": "global::Function"
|
|
13025
|
+
}
|
|
13026
|
+
}
|
|
13027
|
+
},
|
|
13028
|
+
"mutable": false,
|
|
13029
|
+
"reflectToAttr": false,
|
|
13030
|
+
"docs": "",
|
|
13031
|
+
"docsTags": [],
|
|
13032
|
+
"values": [
|
|
13033
|
+
{
|
|
13034
|
+
"type": "Function"
|
|
13035
|
+
}
|
|
13036
|
+
],
|
|
13037
|
+
"optional": false,
|
|
13038
|
+
"required": false
|
|
13039
|
+
},
|
|
12574
13040
|
{
|
|
12575
13041
|
"name": "getPayouts",
|
|
12576
13042
|
"type": "Function",
|
|
@@ -12648,12 +13114,18 @@
|
|
|
12648
13114
|
"justifi-payouts-list"
|
|
12649
13115
|
],
|
|
12650
13116
|
"dependencies": [
|
|
13117
|
+
"form-control-date",
|
|
12651
13118
|
"justifi-table"
|
|
12652
13119
|
],
|
|
12653
13120
|
"dependencyGraph": {
|
|
12654
13121
|
"payouts-list-core": [
|
|
13122
|
+
"form-control-date",
|
|
12655
13123
|
"justifi-table"
|
|
12656
13124
|
],
|
|
13125
|
+
"form-control-date": [
|
|
13126
|
+
"form-control-help-text",
|
|
13127
|
+
"form-control-error-text"
|
|
13128
|
+
],
|
|
12657
13129
|
"justifi-table": [
|
|
12658
13130
|
"pagination-menu"
|
|
12659
13131
|
],
|
|
@@ -12664,7 +13136,7 @@
|
|
|
12664
13136
|
},
|
|
12665
13137
|
{
|
|
12666
13138
|
"filePath": "src/components/business-details/representative-details/representative-details.tsx",
|
|
12667
|
-
"encapsulation": "
|
|
13139
|
+
"encapsulation": "none",
|
|
12668
13140
|
"tag": "representative-details",
|
|
12669
13141
|
"readme": "# representative-details\n\n\n",
|
|
12670
13142
|
"docs": "",
|
|
@@ -12737,7 +13209,7 @@
|
|
|
12737
13209
|
},
|
|
12738
13210
|
{
|
|
12739
13211
|
"filePath": "src/components/subaccount-details/subaccount-account-details/subaccount-account-details.tsx",
|
|
12740
|
-
"encapsulation": "
|
|
13212
|
+
"encapsulation": "none",
|
|
12741
13213
|
"tag": "subaccount-account-details",
|
|
12742
13214
|
"readme": "# subaccount-account-details\n\n\n",
|
|
12743
13215
|
"docs": "",
|
|
@@ -12815,7 +13287,7 @@
|
|
|
12815
13287
|
},
|
|
12816
13288
|
{
|
|
12817
13289
|
"filePath": "src/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.tsx",
|
|
12818
|
-
"encapsulation": "
|
|
13290
|
+
"encapsulation": "none",
|
|
12819
13291
|
"tag": "subaccount-bank-details",
|
|
12820
13292
|
"readme": "# subaccount-bank-details\n\n\n",
|
|
12821
13293
|
"docs": "",
|
|
@@ -12861,7 +13333,7 @@
|
|
|
12861
13333
|
},
|
|
12862
13334
|
{
|
|
12863
13335
|
"filePath": "src/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.tsx",
|
|
12864
|
-
"encapsulation": "
|
|
13336
|
+
"encapsulation": "none",
|
|
12865
13337
|
"tag": "subaccount-merchant-details",
|
|
12866
13338
|
"readme": "# subaccount-merchant-details\n\n\n",
|
|
12867
13339
|
"docs": "",
|
|
@@ -12913,7 +13385,7 @@
|
|
|
12913
13385
|
},
|
|
12914
13386
|
{
|
|
12915
13387
|
"filePath": "src/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.tsx",
|
|
12916
|
-
"encapsulation": "
|
|
13388
|
+
"encapsulation": "none",
|
|
12917
13389
|
"tag": "subaccount-owners-details",
|
|
12918
13390
|
"readme": "# subaccount-owners-details\n\n\n",
|
|
12919
13391
|
"docs": "",
|
|
@@ -12965,7 +13437,7 @@
|
|
|
12965
13437
|
},
|
|
12966
13438
|
{
|
|
12967
13439
|
"filePath": "src/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.tsx",
|
|
12968
|
-
"encapsulation": "
|
|
13440
|
+
"encapsulation": "none",
|
|
12969
13441
|
"tag": "subaccount-representative-details",
|
|
12970
13442
|
"readme": "# subaccount-representative-details\n\n\n",
|
|
12971
13443
|
"docs": "",
|
|
@@ -13017,7 +13489,7 @@
|
|
|
13017
13489
|
},
|
|
13018
13490
|
{
|
|
13019
13491
|
"filePath": "src/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.tsx",
|
|
13020
|
-
"encapsulation": "
|
|
13492
|
+
"encapsulation": "none",
|
|
13021
13493
|
"tag": "subaccount-terms-details",
|
|
13022
13494
|
"readme": "# subaccount-terms-details\n\n\n",
|
|
13023
13495
|
"docs": "",
|
|
@@ -13148,13 +13620,23 @@
|
|
|
13148
13620
|
"docstring": "",
|
|
13149
13621
|
"path": "src/api/Checkout.ts"
|
|
13150
13622
|
},
|
|
13151
|
-
"src/
|
|
13623
|
+
"src/api/Checkout.ts::ILoadedEventResponse": {
|
|
13624
|
+
"declaration": "{\n checkout_status: ICheckoutStatus;\n}",
|
|
13625
|
+
"docstring": "",
|
|
13626
|
+
"path": "src/api/Checkout.ts"
|
|
13627
|
+
},
|
|
13628
|
+
"src/api/index.ts::ILoadedEventResponse": {
|
|
13629
|
+
"declaration": "any",
|
|
13630
|
+
"docstring": "",
|
|
13631
|
+
"path": "src/api/index.ts"
|
|
13632
|
+
},
|
|
13633
|
+
"src/components/checkout/payment-method-option-utils.ts::PaymentMethodOption": {
|
|
13152
13634
|
"declaration": "any",
|
|
13153
13635
|
"docstring": "",
|
|
13154
|
-
"path": "src/components/checkout/payment-method-option-utils.
|
|
13636
|
+
"path": "src/components/checkout/payment-method-option-utils.ts"
|
|
13155
13637
|
},
|
|
13156
13638
|
"src/components/checkout/payment-method-payload.ts::PaymentMethodPayload": {
|
|
13157
|
-
"declaration": "export interface PaymentMethodPayload {\n token?: string;\n bnpl?: {\n order_uuid: string;\n status: string;\n session_uuid: string;\n },\n error?: {\n code: string;\n message: string;\n decline_code: string;\n };\n}",
|
|
13639
|
+
"declaration": "export interface PaymentMethodPayload {\n token?: string;\n bnpl?: {\n order_uuid: string;\n status: string;\n session_uuid: string;\n },\n error?: {\n code: string;\n message: string;\n decline_code: string;\n },\n validationError?: boolean;\n}",
|
|
13158
13640
|
"docstring": "",
|
|
13159
13641
|
"path": "src/components/checkout/payment-method-payload.ts"
|
|
13160
13642
|
},
|