@justifi/webcomponents 5.3.4-rc → 5.3.4

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.
Files changed (88) hide show
  1. package/dist/cjs/{Analytics-25d07997.js → Analytics-2fb20059.js} +1 -1
  2. package/dist/cjs/billing-form_3.cjs.entry.js +1 -1
  3. package/dist/cjs/{check-pkg-version-407ee257.js → check-pkg-version-f5a3d421.js} +1 -1
  4. package/dist/cjs/{get-payout-csv-78297c3a.js → get-payout-csv-13d68dab.js} +2 -2
  5. package/dist/cjs/justifi-business-details.cjs.entry.js +3 -3
  6. package/dist/cjs/justifi-business-form.cjs.entry.js +3 -3
  7. package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
  8. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +3 -3
  9. package/dist/cjs/justifi-dispute-management.cjs.entry.js +3 -3
  10. package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +3 -3
  11. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +3 -3
  12. package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
  13. package/dist/cjs/justifi-payment-details.cjs.entry.js +3 -3
  14. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +3 -3
  15. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
  16. package/dist/cjs/justifi-payout-details.cjs.entry.js +7 -5
  17. package/dist/cjs/justifi-payouts-list.cjs.entry.js +4 -4
  18. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
  19. package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +2 -2
  20. package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
  21. package/dist/cjs/justifi-tokenize-payment-method.cjs.entry.js +3 -3
  22. package/dist/cjs/loader.cjs.js +1 -1
  23. package/dist/cjs/{package-74690e82.js → package-e8aa0c51.js} +1 -1
  24. package/dist/cjs/webcomponents.cjs.js +1 -1
  25. package/dist/collection/components/payout-details/get-payout-csv.js +2 -2
  26. package/dist/collection/components/payout-details/payout-details.js +21 -1
  27. package/dist/docs.json +23 -1
  28. package/dist/esm/{Analytics-1051e87d.js → Analytics-759c7da5.js} +1 -1
  29. package/dist/esm/billing-form_3.entry.js +1 -1
  30. package/dist/esm/{check-pkg-version-cdc4a3de.js → check-pkg-version-1d6e48c8.js} +1 -1
  31. package/dist/esm/{get-payout-csv-be3ee3f0.js → get-payout-csv-8450b60d.js} +2 -2
  32. package/dist/esm/justifi-business-details.entry.js +3 -3
  33. package/dist/esm/justifi-business-form.entry.js +3 -3
  34. package/dist/esm/justifi-checkout.entry.js +3 -3
  35. package/dist/esm/justifi-checkouts-list.entry.js +3 -3
  36. package/dist/esm/justifi-dispute-management.entry.js +3 -3
  37. package/dist/esm/justifi-dispute-notification_3.entry.js +3 -3
  38. package/dist/esm/justifi-gross-payment-chart.entry.js +3 -3
  39. package/dist/esm/justifi-order-terminals.entry.js +3 -3
  40. package/dist/esm/justifi-payment-details.entry.js +3 -3
  41. package/dist/esm/justifi-payment-provisioning.entry.js +3 -3
  42. package/dist/esm/justifi-payments-list.entry.js +3 -3
  43. package/dist/esm/justifi-payout-details.entry.js +7 -5
  44. package/dist/esm/justifi-payouts-list.entry.js +4 -4
  45. package/dist/esm/justifi-season-interruption-insurance.entry.js +3 -3
  46. package/dist/esm/justifi-terminal-orders-list.entry.js +2 -2
  47. package/dist/esm/justifi-terminals-list.entry.js +3 -3
  48. package/dist/esm/justifi-tokenize-payment-method.entry.js +3 -3
  49. package/dist/esm/loader.js +1 -1
  50. package/dist/esm/{package-8bc1e068.js → package-49477570.js} +1 -1
  51. package/dist/esm/webcomponents.js +1 -1
  52. package/dist/module/get-payout-csv.js +2 -2
  53. package/dist/module/justifi-payout-details.js +4 -1
  54. package/dist/module/package.js +1 -1
  55. package/dist/types/api/services/payout.service.d.ts +1 -1
  56. package/dist/types/components/payout-details/get-payout-csv.d.ts +2 -1
  57. package/dist/types/components/payout-details/payout-details.d.ts +1 -0
  58. package/dist/types/components.d.ts +2 -0
  59. package/dist/webcomponents/{p-5d2d11be.entry.js → p-08a17c5c.entry.js} +1 -1
  60. package/dist/webcomponents/{p-f6aa31bc.entry.js → p-0f4d851d.entry.js} +1 -1
  61. package/dist/webcomponents/p-1aa22806.js +1 -0
  62. package/dist/webcomponents/p-29688e30.js +1 -0
  63. package/dist/webcomponents/p-39a63e0c.entry.js +1 -0
  64. package/dist/webcomponents/p-53b660a3.entry.js +1 -0
  65. package/dist/webcomponents/{p-2e1081d7.entry.js → p-56697a12.entry.js} +1 -1
  66. package/dist/webcomponents/{p-59918c9e.entry.js → p-670296bf.entry.js} +1 -1
  67. package/dist/webcomponents/p-75b7dfe7.entry.js +1 -0
  68. package/dist/webcomponents/{p-e8fdbc36.entry.js → p-7d2538d9.entry.js} +1 -1
  69. package/dist/webcomponents/{p-4b718a6c.entry.js → p-8548edd6.entry.js} +1 -1
  70. package/dist/webcomponents/{p-06d34949.entry.js → p-9055aa6e.entry.js} +1 -1
  71. package/dist/webcomponents/{p-93accc9a.entry.js → p-9cbbe9cb.entry.js} +1 -1
  72. package/dist/webcomponents/{p-2208ab4c.entry.js → p-a6b66c88.entry.js} +1 -1
  73. package/dist/webcomponents/{p-c3ada049.entry.js → p-acca56ec.entry.js} +1 -1
  74. package/dist/webcomponents/{p-58a3c5a6.entry.js → p-ae271c06.entry.js} +1 -1
  75. package/dist/webcomponents/p-bfe339d5.js +1 -0
  76. package/dist/webcomponents/{p-60948775.entry.js → p-c2196cb8.entry.js} +1 -1
  77. package/dist/webcomponents/{p-8b6a3249.entry.js → p-d279545a.entry.js} +1 -1
  78. package/dist/webcomponents/{p-5ab25e5d.js → p-df2559c7.js} +1 -1
  79. package/dist/webcomponents/{p-65880158.entry.js → p-fa843aad.entry.js} +1 -1
  80. package/dist/webcomponents/{p-ad0fffc5.entry.js → p-fc3d2a9e.entry.js} +1 -1
  81. package/dist/webcomponents/webcomponents.esm.js +1 -1
  82. package/package.json +1 -1
  83. package/dist/webcomponents/p-13de2830.entry.js +0 -1
  84. package/dist/webcomponents/p-1f270bb9.entry.js +0 -1
  85. package/dist/webcomponents/p-39d421c9.entry.js +0 -1
  86. package/dist/webcomponents/p-7746acac.js +0 -1
  87. package/dist/webcomponents/p-82cbcce9.js +0 -1
  88. package/dist/webcomponents/p-f9ff808d.js +0 -1
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"justifi-payment-provisioning.cjs\",[[1,\"justifi-payment-provisioning\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"postProvisioning\":[32],\"getBusiness\":[32]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}]]],[\"justifi-checkout.cjs\",[[4,\"justifi-checkout\",{\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"getCheckout\":[32],\"complete\":[32],\"errorMessage\":[32],\"fillBillingForm\":[64]},null,{\"authToken\":[\"propChanged\"],\"checkoutId\":[\"propChanged\"]}]]],[\"justifi-dispute-management.cjs\",[[0,\"justifi-dispute-management\",{\"disputeId\":[1,\"dispute-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"getDispute\":[32],\"errorMessage\":[32]},null,{\"disputeId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-tokenize-payment-method.cjs\",[[1,\"justifi-tokenize-payment-method\",{\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"submitButtonText\":[1,\"submit-button-text\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"hideSubmitButton\":[4,\"hide-submit-button\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"isLoading\":[32],\"tokenizePaymentMethod\":[64],\"fillBillingForm\":[64]}]]],[\"justifi-business-form.cjs\",[[1,\"justifi-business-form\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"hideErrors\":[4,\"hide-errors\"],\"formTitle\":[1,\"form-title\"],\"removeTitle\":[4,\"remove-title\"],\"isLoading\":[32],\"isSaving\":[32],\"errorMessage\":[32]}]]],[\"justifi-business-details.cjs\",[[1,\"justifi-business-details\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"errorMessage\":[32],\"getBusiness\":[32]}]]],[\"justifi-payments-list-filters.cjs\",[[1,\"justifi-payments-list-filters\",{\"paymentId\":[1,\"payment-id\"],\"terminalId\":[1,\"terminal-id\"],\"paymentStatus\":[1,\"payment-status\"],\"createdAfter\":[1,\"created-after\"],\"createdBefore\":[1,\"created-before\"]}]]],[\"justifi-terminals-list-filters.cjs\",[[1,\"justifi-terminals-list-filters\",{\"terminalId\":[1,\"terminal-id\"],\"terminalStatus\":[1,\"terminal-status\"]}]]],[\"justifi-checkouts-list-filters.cjs\",[[1,\"justifi-checkouts-list-filters\",{\"checkoutStatus\":[1,\"checkout-status\"],\"paymentMode\":[1,\"payment-mode\"]}]]],[\"justifi-payouts-list-filters.cjs\",[[1,\"justifi-payouts-list-filters\",{\"createdAfter\":[1,\"created-after\"],\"createdBefore\":[1,\"created-before\"]}]]],[\"justifi-refund-form.cjs\",[[1,\"justifi-refund-form\",{\"authToken\":[1,\"auth-token\"],\"paymentId\":[1,\"payment-id\"],\"amount\":[2],\"submitButtonText\":[1,\"submit-button-text\"],\"withButton\":[4,\"with-button\"],\"refundInfoText\":[1,\"refund-info-text\"],\"errors\":[32],\"isSubmitting\":[32]}]]],[\"justifi-season-interruption-insurance.cjs\",[[1,\"justifi-season-interruption-insurance\",{\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"getQuote\":[32],\"toggleCoverage\":[32],\"quote\":[32],\"validate\":[64]}]]],[\"justifi-checkouts-list.cjs\",[[1,\"justifi-checkouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getCheckouts\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payment-details.cjs\",[[1,\"justifi-payment-details\",{\"paymentId\":[1,\"payment-id\"],\"authToken\":[1,\"auth-token\"],\"getPaymentDetails\":[32],\"errorMessage\":[32]},null,{\"paymentId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payments-list.cjs\",[[1,\"justifi-payments-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayments\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payout-details.cjs\",[[1,\"justifi-payout-details\",{\"payoutId\":[1,\"payout-id\"],\"authToken\":[1,\"auth-token\"],\"getPayout\":[32],\"getPayoutCSV\":[32],\"errorMessage\":[32]},null,{\"payoutId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"payouts-list-core.cjs\",[[0,\"payouts-list-core\",{\"getPayouts\":[16],\"getSubAccounts\":[16],\"getPayoutCSV\":[16],\"columns\":[1],\"payouts\":[32],\"payoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getPayouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"]}]]],[\"justifi-payouts-list.cjs\",[[1,\"justifi-payouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayouts\":[32],\"getPayoutCSV\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-terminal-orders-list.cjs\",[[1,\"justifi-terminal-orders-list\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getTerminalOrders\":[32],\"errorMessage\":[32]}]]],[\"justifi-terminals-list.cjs\",[[1,\"justifi-terminals-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getTerminals\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"gross-payment-chart-core.cjs\",[[0,\"gross-payment-chart-core\",{\"getGrossPayment\":[16],\"grossVolumeReport\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getGrossPayment\":[\"propChanged\"],\"grossVolumeReport\":[\"grossVolumeReportChanged\"]}]]],[\"justifi-gross-payment-chart.cjs\",[[1,\"justifi-gross-payment-chart\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"getGrossPayment\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"form-control-number.cjs\",[[0,\"form-control-number\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-order-terminals.cjs\",[[1,\"justifi-order-terminals\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"errorMessage\":[32],\"isLoading\":[32],\"business\":[32]}]]],[\"form-control-monetary.cjs\",[[0,\"form-control-monetary\",{\"label\":[1],\"name\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"maskOptions\":[8,\"mask-options\"],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"form-control-checkbox.cjs\",[[0,\"form-control-checkbox\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"checked\":[4],\"inputHandler\":[16],\"disabled\":[4],\"isFocused\":[32]}]]],[\"custom-popper_4.cjs\",[[0,\"form-control-select\",{\"name\":[8],\"label\":[1],\"options\":[16],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-text\",{\"name\":[8],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"maxLength\":[2,\"max-length\"],\"keyDownHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-tooltip\",{\"helpText\":[1,\"help-text\"],\"anchorIcon\":[32],\"tooltip\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]]],[4,\"custom-popper\",{\"placement\":[1],\"offset\":[16],\"strategy\":[1],\"trigger\":[1],\"anchorRef\":[16],\"isOpen\":[32]}]]],[\"form-control-date.cjs\",[[0,\"form-control-date\",{\"name\":[1],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4],\"showTime\":[4,\"show-time\"],\"maxDate\":[1,\"max-date\"],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"form-control-number-masked_2.cjs\",[[0,\"justifi-identity-address-form\",{\"handleFormUpdate\":[16],\"errors\":[8],\"defaultValues\":[8,\"default-values\"],\"address\":[32]},null,{\"address\":[\"handleAddressChange\"]}],[0,\"form-control-number-masked\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"mask\":[1],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-payment-provisioning-core.cjs\",[[0,\"justifi-payment-provisioning-core\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"getBusiness\":[16],\"postProvisioning\":[16],\"loading\":[32],\"businessProvisioned\":[32],\"currentStep\":[32],\"errorMessage\":[32]},[[0,\"formCompleted\",\"handleFormCompleted\"],[0,\"formLoading\",\"handleFormLoading\"]]]]],[\"justifi-checkout-core.cjs\",[[1,\"justifi-checkout-core\",{\"authToken\":[1,\"auth-token\"],\"getCheckout\":[16],\"complete\":[16],\"checkoutId\":[1,\"checkout-id\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"hasLoadedFonts\":[32],\"checkout\":[32],\"serverError\":[32],\"renderState\":[32],\"creatingNewPaymentMethod\":[32],\"insuranceToggled\":[32],\"fillBillingForm\":[64]}]]],[\"justifi-dispute-management-core.cjs\",[[0,\"justifi-dispute-management-core\",{\"getDispute\":[16],\"disputeId\":[1,\"dispute-id\"],\"authToken\":[1,\"auth-token\"],\"dispute\":[32],\"isLoading\":[32],\"showDisputeResponseForm\":[32]},[[0,\"click-event\",\"disputeResponseHandler\"],[0,\"submit-event\",\"disputeSubmittedHandler\"]],{\"getDispute\":[\"updateOnPropChange\"]}]]],[\"additional-questions-details_5.cjs\",[[0,\"additional-questions-details\",{\"additionalQuestions\":[16]}],[0,\"generic-info-details\",{\"business\":[16]}],[0,\"legal-address-details\",{\"legalAddress\":[16]}],[0,\"owner-details\",{\"owners\":[16]}],[0,\"representative-details\",{\"representative\":[16]}]]],[\"business-details-core.cjs\",[[0,\"business-details-core\",{\"getBusiness\":[16],\"business\":[32],\"renderState\":[32],\"errorMessage\":[32]}]]],[\"justifi-season-interruption-insurance-core.cjs\",[[0,\"justifi-season-interruption-insurance-core\",{\"checkoutId\":[1,\"checkout-id\"],\"getQuote\":[16],\"toggleCoverage\":[16],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"quote\":[32],\"isLoading\":[32],\"accepted\":[32],\"validate\":[64]}]]],[\"checkouts-list-core.cjs\",[[0,\"checkouts-list-core\",{\"getCheckouts\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"checkouts\":[32],\"checkoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getCheckouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"payment-details-core.cjs\",[[0,\"payment-details-core\",{\"getPaymentDetails\":[16],\"payment\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPaymentDetails\":[\"updateOnPropChange\"]}]]],[\"payments-list-core.cjs\",[[0,\"payments-list-core\",{\"getPayments\":[16],\"columns\":[1],\"payments\":[32],\"paymentsTable\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getPayments\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"payout-details-core.cjs\",[[0,\"payout-details-core\",{\"getPayout\":[16],\"getPayoutCSV\":[16],\"payout\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPayout\":[\"getPayoutWatcher\"]}]]],[\"terminal-orders-list-core.cjs\",[[0,\"terminal-orders-list-core\",{\"getTerminalOrders\":[16],\"columns\":[1],\"terminalOrders\":[32],\"terminalOrdersTable\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getTerminalOrders\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"terminals-list-core.cjs\",[[0,\"terminals-list-core\",{\"getTerminals\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"terminals\":[32],\"terminalsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getTerminals\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"table-filters-menu.cjs\",[[4,\"table-filters-menu\",{\"params\":[8],\"clearParams\":[16],\"anchorButton\":[32],\"menu\":[32],\"showClearButton\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]],{\"params\":[\"watchParamsHandler\"]}]]],[\"justifi-details.cjs\",[[4,\"justifi-details\",{\"errorMessage\":[1,\"error-message\"]}]]],[\"form-alert_5.cjs\",[[0,\"justifi-business-representative\",{\"formController\":[16],\"errors\":[32],\"representative\":[32]}],[0,\"justifi-business-core-info\",{\"formController\":[16],\"errors\":[32],\"coreInfo\":[32]}],[0,\"justifi-additional-questions\",{\"formController\":[16],\"errors\":[32],\"additional_questions\":[32]}],[0,\"justifi-legal-address-form\",{\"formController\":[16],\"errors\":[32],\"legal_address\":[32]}],[0,\"form-alert\",{\"text\":[1],\"hideAlert\":[4,\"hide-alert\"]}]]],[\"justifi-business-representative-form-inputs.cjs\",[[0,\"justifi-business-representative-form-inputs\",{\"representativeDefaultValue\":[8,\"representative-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"justifi-dispute-notification_3.cjs\",[[1,\"justifi-dispute-response\",{\"authToken\":[1,\"auth-token\"],\"disputeId\":[1,\"dispute-id\"],\"disputeResponse\":[16],\"apiOrigin\":[1,\"api-origin\"],\"updateDisputeResponse\":[32],\"submitDisputeResponse\":[32],\"createDisputeEvidence\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}],[1,\"justifi-dispute-notification\",{\"dispute\":[16],\"authToken\":[1,\"auth-token\"],\"isLoading\":[4,\"is-loading\"]}],[0,\"justifi-dispute-response-core\",{\"updateDisputeResponse\":[16],\"submitDisputeResponse\":[16],\"createDisputeEvidence\":[16],\"disputeResponse\":[8,\"dispute-response\"],\"isLoading\":[32],\"documentList\":[32],\"currentStep\":[32],\"currentStepComponentRef\":[32]}]]],[\"form-control-radio.cjs\",[[0,\"form-control-radio\",{\"label\":[1],\"name\":[8],\"value\":[1],\"helpText\":[1,\"help-text\"],\"inputHandler\":[16],\"disabled\":[4],\"errorText\":[1,\"error-text\"],\"checked\":[4],\"isFocused\":[32]}]]],[\"pagination-menu.cjs\",[[0,\"pagination-menu\",{\"paging\":[16],\"params\":[16]}]]],[\"justifi-owner-form_3.cjs\",[[0,\"justifi-owner-form\",{\"authToken\":[1,\"auth-token\"],\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"getOwner\":[32],\"patchOwner\":[32],\"postOwner\":[32],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]}],[0,\"owner-form-core\",{\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"getOwner\":[16],\"patchOwner\":[16],\"postOwner\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"isLoading\":[32],\"formController\":[32],\"errors\":[32],\"owner\":[32],\"returnOwnerData\":[64],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]},null,{\"isLoading\":[\"loadingWatcher\"]}],[0,\"owner-form-inputs\",{\"ownerDefaultValue\":[8,\"owner-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"billing-form_3.cjs\",[[0,\"billing-form\",{\"legend\":[1025],\"formController\":[32],\"billingInfo\":[32],\"errors\":[32],\"getValues\":[64],\"fill\":[64],\"validate\":[64]}],[0,\"postal-form\",{\"legend\":[1025],\"formController\":[32],\"billingInfo\":[32],\"errors\":[32],\"getValues\":[64],\"fill\":[64],\"validate\":[64]}],[0,\"iframe-input\",{\"inputId\":[1,\"input-id\"],\"label\":[1],\"iframeOrigin\":[1,\"iframe-origin\"],\"isFocused\":[32],\"isValid\":[32],\"errorText\":[32],\"validate\":[64],\"tokenize\":[64]}]]],[\"bank-account-document-form-inputs_4.cjs\",[[0,\"bank-account-form-inputs\",{\"defaultValue\":[8,\"default-value\"],\"errors\":[8],\"inputHandler\":[16],\"formDisabled\":[4,\"form-disabled\"]}],[0,\"bank-account-document-form-inputs\",{\"inputHandler\":[16],\"errors\":[8],\"storeFiles\":[16]}],[0,\"business-documents-on-file\",{\"documents\":[8],\"isLoading\":[4,\"is-loading\"]}],[0,\"form-control-file\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"documentType\":[1,\"document-type\"],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32],\"fileString\":[32],\"isFocused\":[32]}]]],[\"form-control-help-text.cjs\",[[0,\"form-control-help-text\",{\"helpText\":[1,\"help-text\"],\"name\":[1]}]]],[\"form-control-file-v2_2.cjs\",[[0,\"form-control-textarea\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"maxLength\":[2,\"max-length\"],\"inputHandler\":[16],\"keyDownHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-file-v2\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32]}]]],[\"justifi-additional-questions-form-step-core_6.cjs\",[[0,\"justifi-business-owners-form-step-core\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"ownersPayload\":[32],\"refs\":[32],\"newFormOpen\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]},[[0,\"ownerSubmitted\",\"handleOwnerSubmit\"]],{\"ownersPayload\":[\"ownersWatcher\"]}],[0,\"justifi-business-bank-account-form-step-core\",{\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"postBankAccount\":[16],\"postDocumentRecord\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"bankAccount\":[32],\"existingDocuments\":[32],\"documentData\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]},null,{\"isLoading\":[\"watchHandler\"]}],[0,\"justifi-business-representative-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"representative\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-core-info-form-step-core\",{\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"coreInfo\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-questions-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"additional_questions\":[32],\"recurringPayments\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]},null,{\"additional_questions\":[\"recurringPaymentsWatcher\"]}],[0,\"justifi-legal-address-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"legal_address\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]}]]],[\"justifi-additional-questions-form-step_9.cjs\",[[0,\"justifi-payment-provisioning-form-steps\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"refs\":[16],\"currentStep\":[2,\"current-step\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"handleFormLoading\":[16]}],[0,\"justifi-payment-provisioning-form-buttons\",{\"currentStep\":[2,\"current-step\"],\"totalSteps\":[2,\"total-steps\"],\"formLoading\":[4,\"form-loading\"],\"formDisabled\":[4,\"form-disabled\"],\"previousStepButtonOnClick\":[16],\"nextStepButtonOnClick\":[16]}],[0,\"justifi-business-owners-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-bank-account-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"postBankAccount\":[32],\"postDocumentRecord\":[32],\"postDocument\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-representative-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-core-info-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-additional-questions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-legal-address-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-terms-conditions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"acceptedTermsBefore\":[32],\"acceptedTerms\":[32],\"validateAndSubmit\":[64]}]]],[\"justifi-additional-statement_8.cjs\",[[0,\"justifi-shipping-details\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-customer-details\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-duplicate-charge\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-statement\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"acceptedTerms\":[32],\"acceptedTermsErrorText\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-cancellation-policy\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-refund-policy\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-electronic-evidence\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-product-or-service\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}]]],[\"bank-account-form_9.cjs\",[[0,\"justifi-payment-method-options\",{\"showCard\":[4,\"show-card\"],\"showAch\":[4,\"show-ach\"],\"showBnpl\":[4,\"show-bnpl\"],\"showSavedPaymentMethods\":[4,\"show-saved-payment-methods\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"bnpl\":[16],\"insuranceToggled\":[4,\"insurance-toggled\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"savedPaymentMethods\":[16],\"paymentAmount\":[2,\"payment-amount\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"selectedPaymentMethodId\":[32],\"paymentMethodOptions\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"paymentMethodOptionSelected\",\"paymentMethodOptionSelected\"]],{\"savedPaymentMethods\":[\"paymentMethodsChanged\"]}],[0,\"justifi-new-payment-method\",{\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"isSelected\":[4,\"is-selected\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"saveNewPaymentMethodChecked\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"checkboxChanged\",\"handleCheckboxChanged\"]]],[0,\"justifi-saved-payment-method\",{\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"resolvePaymentMethod\":[64]}],[0,\"justifi-sezzle-payment-method\",{\"bnpl\":[8],\"clientId\":[1,\"client-id\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"paymentAmount\":[2,\"payment-amount\"],\"installmentPlan\":[32],\"sezzleCheckout\":[32],\"sezzlePromise\":[32],\"resolvePaymentMethod\":[64]}],[0,\"justifi-billing-form-wrapper\",{\"legend\":[1025],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"paymentMethodType\":[1,\"payment-method-type\"],\"fill\":[64],\"getValues\":[64],\"validate\":[64]}],[0,\"bank-account-form\",{\"iframeOrigin\":[1,\"iframe-origin\"],\"isReady\":[32],\"validate\":[64],\"tokenize\":[64]}],[0,\"card-form\",{\"iframeOrigin\":[1,\"iframe-origin\"],\"isReady\":[32],\"validate\":[64],\"tokenize\":[64]}],[0,\"justifi-save-new-payment-method\",{\"isChecked\":[32]}],[0,\"hidden-input\",{\"isFocused\":[32],\"errorText\":[32]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"justifi-payment-provisioning.cjs\",[[1,\"justifi-payment-provisioning\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"postProvisioning\":[32],\"getBusiness\":[32]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}]]],[\"justifi-checkout.cjs\",[[4,\"justifi-checkout\",{\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"getCheckout\":[32],\"complete\":[32],\"errorMessage\":[32],\"fillBillingForm\":[64]},null,{\"authToken\":[\"propChanged\"],\"checkoutId\":[\"propChanged\"]}]]],[\"justifi-dispute-management.cjs\",[[0,\"justifi-dispute-management\",{\"disputeId\":[1,\"dispute-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"getDispute\":[32],\"errorMessage\":[32]},null,{\"disputeId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-tokenize-payment-method.cjs\",[[1,\"justifi-tokenize-payment-method\",{\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"submitButtonText\":[1,\"submit-button-text\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"hideSubmitButton\":[4,\"hide-submit-button\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"isLoading\":[32],\"tokenizePaymentMethod\":[64],\"fillBillingForm\":[64]}]]],[\"justifi-business-form.cjs\",[[1,\"justifi-business-form\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"hideErrors\":[4,\"hide-errors\"],\"formTitle\":[1,\"form-title\"],\"removeTitle\":[4,\"remove-title\"],\"isLoading\":[32],\"isSaving\":[32],\"errorMessage\":[32]}]]],[\"justifi-business-details.cjs\",[[1,\"justifi-business-details\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"errorMessage\":[32],\"getBusiness\":[32]}]]],[\"justifi-payments-list-filters.cjs\",[[1,\"justifi-payments-list-filters\",{\"paymentId\":[1,\"payment-id\"],\"terminalId\":[1,\"terminal-id\"],\"paymentStatus\":[1,\"payment-status\"],\"createdAfter\":[1,\"created-after\"],\"createdBefore\":[1,\"created-before\"]}]]],[\"justifi-terminals-list-filters.cjs\",[[1,\"justifi-terminals-list-filters\",{\"terminalId\":[1,\"terminal-id\"],\"terminalStatus\":[1,\"terminal-status\"]}]]],[\"justifi-checkouts-list-filters.cjs\",[[1,\"justifi-checkouts-list-filters\",{\"checkoutStatus\":[1,\"checkout-status\"],\"paymentMode\":[1,\"payment-mode\"]}]]],[\"justifi-payouts-list-filters.cjs\",[[1,\"justifi-payouts-list-filters\",{\"createdAfter\":[1,\"created-after\"],\"createdBefore\":[1,\"created-before\"]}]]],[\"justifi-refund-form.cjs\",[[1,\"justifi-refund-form\",{\"authToken\":[1,\"auth-token\"],\"paymentId\":[1,\"payment-id\"],\"amount\":[2],\"submitButtonText\":[1,\"submit-button-text\"],\"withButton\":[4,\"with-button\"],\"refundInfoText\":[1,\"refund-info-text\"],\"errors\":[32],\"isSubmitting\":[32]}]]],[\"justifi-season-interruption-insurance.cjs\",[[1,\"justifi-season-interruption-insurance\",{\"authToken\":[1,\"auth-token\"],\"checkoutId\":[1,\"checkout-id\"],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"getQuote\":[32],\"toggleCoverage\":[32],\"quote\":[32],\"validate\":[64]}]]],[\"justifi-checkouts-list.cjs\",[[1,\"justifi-checkouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getCheckouts\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payment-details.cjs\",[[1,\"justifi-payment-details\",{\"paymentId\":[1,\"payment-id\"],\"authToken\":[1,\"auth-token\"],\"getPaymentDetails\":[32],\"errorMessage\":[32]},null,{\"paymentId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payments-list.cjs\",[[1,\"justifi-payments-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayments\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-payout-details.cjs\",[[1,\"justifi-payout-details\",{\"payoutId\":[1,\"payout-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"getPayout\":[32],\"getPayoutCSV\":[32],\"errorMessage\":[32]},null,{\"payoutId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"payouts-list-core.cjs\",[[0,\"payouts-list-core\",{\"getPayouts\":[16],\"getSubAccounts\":[16],\"getPayoutCSV\":[16],\"columns\":[1],\"payouts\":[32],\"payoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getPayouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"]}]]],[\"justifi-payouts-list.cjs\",[[1,\"justifi-payouts-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getPayouts\":[32],\"getPayoutCSV\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"justifi-terminal-orders-list.cjs\",[[1,\"justifi-terminal-orders-list\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getTerminalOrders\":[32],\"errorMessage\":[32]}]]],[\"justifi-terminals-list.cjs\",[[1,\"justifi-terminals-list\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"apiOrigin\":[1,\"api-origin\"],\"columns\":[1],\"getTerminals\":[32],\"getSubAccounts\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"gross-payment-chart-core.cjs\",[[0,\"gross-payment-chart-core\",{\"getGrossPayment\":[16],\"grossVolumeReport\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getGrossPayment\":[\"propChanged\"],\"grossVolumeReport\":[\"grossVolumeReportChanged\"]}]]],[\"justifi-gross-payment-chart.cjs\",[[1,\"justifi-gross-payment-chart\",{\"accountId\":[1,\"account-id\"],\"authToken\":[1,\"auth-token\"],\"getGrossPayment\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}]]],[\"form-control-number.cjs\",[[0,\"form-control-number\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-order-terminals.cjs\",[[1,\"justifi-order-terminals\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"errorMessage\":[32],\"isLoading\":[32],\"business\":[32]}]]],[\"form-control-monetary.cjs\",[[0,\"form-control-monetary\",{\"label\":[1],\"name\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"maskOptions\":[8,\"mask-options\"],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"form-control-checkbox.cjs\",[[0,\"form-control-checkbox\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"checked\":[4],\"inputHandler\":[16],\"disabled\":[4],\"isFocused\":[32]}]]],[\"custom-popper_4.cjs\",[[0,\"form-control-select\",{\"name\":[8],\"label\":[1],\"options\":[16],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-text\",{\"name\":[8],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"maxLength\":[2,\"max-length\"],\"keyDownHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-tooltip\",{\"helpText\":[1,\"help-text\"],\"anchorIcon\":[32],\"tooltip\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]]],[4,\"custom-popper\",{\"placement\":[1],\"offset\":[16],\"strategy\":[1],\"trigger\":[1],\"anchorRef\":[16],\"isOpen\":[32]}]]],[\"form-control-date.cjs\",[[0,\"form-control-date\",{\"name\":[1],\"label\":[1],\"inputHandler\":[16],\"defaultValue\":[1,\"default-value\"],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"disabled\":[4],\"showTime\":[4,\"show-time\"],\"maxDate\":[1,\"max-date\"],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"form-control-number-masked_2.cjs\",[[0,\"justifi-identity-address-form\",{\"handleFormUpdate\":[16],\"errors\":[8],\"defaultValues\":[8,\"default-values\"],\"address\":[32]},null,{\"address\":[\"handleAddressChange\"]}],[0,\"form-control-number-masked\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"inputHandler\":[16],\"mask\":[1],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}]]],[\"justifi-payment-provisioning-core.cjs\",[[0,\"justifi-payment-provisioning-core\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formTitle\":[1,\"form-title\"],\"getBusiness\":[16],\"postProvisioning\":[16],\"loading\":[32],\"businessProvisioned\":[32],\"currentStep\":[32],\"errorMessage\":[32]},[[0,\"formCompleted\",\"handleFormCompleted\"],[0,\"formLoading\",\"handleFormLoading\"]]]]],[\"justifi-checkout-core.cjs\",[[1,\"justifi-checkout-core\",{\"authToken\":[1,\"auth-token\"],\"getCheckout\":[16],\"complete\":[16],\"checkoutId\":[1,\"checkout-id\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"disableCreditCard\":[4,\"disable-credit-card\"],\"disableBankAccount\":[4,\"disable-bank-account\"],\"disableBnpl\":[4,\"disable-bnpl\"],\"disablePaymentMethodGroup\":[4,\"disable-payment-method-group\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"hasLoadedFonts\":[32],\"checkout\":[32],\"serverError\":[32],\"renderState\":[32],\"creatingNewPaymentMethod\":[32],\"insuranceToggled\":[32],\"fillBillingForm\":[64]}]]],[\"justifi-dispute-management-core.cjs\",[[0,\"justifi-dispute-management-core\",{\"getDispute\":[16],\"disputeId\":[1,\"dispute-id\"],\"authToken\":[1,\"auth-token\"],\"dispute\":[32],\"isLoading\":[32],\"showDisputeResponseForm\":[32]},[[0,\"click-event\",\"disputeResponseHandler\"],[0,\"submit-event\",\"disputeSubmittedHandler\"]],{\"getDispute\":[\"updateOnPropChange\"]}]]],[\"additional-questions-details_5.cjs\",[[0,\"additional-questions-details\",{\"additionalQuestions\":[16]}],[0,\"generic-info-details\",{\"business\":[16]}],[0,\"legal-address-details\",{\"legalAddress\":[16]}],[0,\"owner-details\",{\"owners\":[16]}],[0,\"representative-details\",{\"representative\":[16]}]]],[\"business-details-core.cjs\",[[0,\"business-details-core\",{\"getBusiness\":[16],\"business\":[32],\"renderState\":[32],\"errorMessage\":[32]}]]],[\"justifi-season-interruption-insurance-core.cjs\",[[0,\"justifi-season-interruption-insurance-core\",{\"checkoutId\":[1,\"checkout-id\"],\"getQuote\":[16],\"toggleCoverage\":[16],\"primaryIdentityFirstName\":[1,\"primary-identity-first-name\"],\"primaryIdentityLastName\":[1,\"primary-identity-last-name\"],\"primaryIdentityState\":[1,\"primary-identity-state\"],\"primaryIdentityPostalCode\":[1,\"primary-identity-postal-code\"],\"primaryIdentityCountry\":[1,\"primary-identity-country\"],\"primaryIdentityEmailAddress\":[1,\"primary-identity-email-address\"],\"policyAttributesInsurableAmount\":[2,\"policy-attributes-insurable-amount\"],\"policyAttributesStartDate\":[1,\"policy-attributes-start-date\"],\"policyAttributesEndDate\":[1,\"policy-attributes-end-date\"],\"coveredIdentityFirstName\":[1,\"covered-identity-first-name\"],\"coveredIdentityLastName\":[1,\"covered-identity-last-name\"],\"quote\":[32],\"isLoading\":[32],\"accepted\":[32],\"validate\":[64]}]]],[\"checkouts-list-core.cjs\",[[0,\"checkouts-list-core\",{\"getCheckouts\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"checkouts\":[32],\"checkoutsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getCheckouts\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"payment-details-core.cjs\",[[0,\"payment-details-core\",{\"getPaymentDetails\":[16],\"payment\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPaymentDetails\":[\"updateOnPropChange\"]}]]],[\"payments-list-core.cjs\",[[0,\"payments-list-core\",{\"getPayments\":[16],\"columns\":[1],\"payments\":[32],\"paymentsTable\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getPayments\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"payout-details-core.cjs\",[[0,\"payout-details-core\",{\"getPayout\":[16],\"getPayoutCSV\":[16],\"payout\":[32],\"loading\":[32],\"errorMessage\":[32]},null,{\"getPayout\":[\"getPayoutWatcher\"]}]]],[\"terminal-orders-list-core.cjs\",[[0,\"terminal-orders-list-core\",{\"getTerminalOrders\":[16],\"columns\":[1],\"terminalOrders\":[32],\"terminalOrdersTable\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getTerminalOrders\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"terminals-list-core.cjs\",[[0,\"terminals-list-core\",{\"getTerminals\":[16],\"getSubAccounts\":[16],\"columns\":[1],\"terminals\":[32],\"terminalsTable\":[32],\"subAccounts\":[32],\"loading\":[32],\"errorMessage\":[32],\"paging\":[32],\"pagingParams\":[32]},null,{\"pagingParams\":[\"updateOnPropChange\"],\"getTerminals\":[\"updateOnPropChange\"],\"getSubAccounts\":[\"updateOnPropChange\"],\"columns\":[\"updateOnPropChange\"]}]]],[\"table-filters-menu.cjs\",[[4,\"table-filters-menu\",{\"params\":[8],\"clearParams\":[16],\"anchorButton\":[32],\"menu\":[32],\"showClearButton\":[32]},[[0,\"showEvent\",\"show\"],[0,\"hideEvent\",\"hide\"]],{\"params\":[\"watchParamsHandler\"]}]]],[\"justifi-details.cjs\",[[4,\"justifi-details\",{\"errorMessage\":[1,\"error-message\"]}]]],[\"form-alert_5.cjs\",[[0,\"justifi-business-representative\",{\"formController\":[16],\"errors\":[32],\"representative\":[32]}],[0,\"justifi-business-core-info\",{\"formController\":[16],\"errors\":[32],\"coreInfo\":[32]}],[0,\"justifi-additional-questions\",{\"formController\":[16],\"errors\":[32],\"additional_questions\":[32]}],[0,\"justifi-legal-address-form\",{\"formController\":[16],\"errors\":[32],\"legal_address\":[32]}],[0,\"form-alert\",{\"text\":[1],\"hideAlert\":[4,\"hide-alert\"]}]]],[\"justifi-business-representative-form-inputs.cjs\",[[0,\"justifi-business-representative-form-inputs\",{\"representativeDefaultValue\":[8,\"representative-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"justifi-dispute-notification_3.cjs\",[[1,\"justifi-dispute-response\",{\"authToken\":[1,\"auth-token\"],\"disputeId\":[1,\"dispute-id\"],\"disputeResponse\":[16],\"apiOrigin\":[1,\"api-origin\"],\"updateDisputeResponse\":[32],\"submitDisputeResponse\":[32],\"createDisputeEvidence\":[32],\"errorMessage\":[32]},null,{\"accountId\":[\"propChanged\"],\"authToken\":[\"propChanged\"]}],[1,\"justifi-dispute-notification\",{\"dispute\":[16],\"authToken\":[1,\"auth-token\"],\"isLoading\":[4,\"is-loading\"]}],[0,\"justifi-dispute-response-core\",{\"updateDisputeResponse\":[16],\"submitDisputeResponse\":[16],\"createDisputeEvidence\":[16],\"disputeResponse\":[8,\"dispute-response\"],\"isLoading\":[32],\"documentList\":[32],\"currentStep\":[32],\"currentStepComponentRef\":[32]}]]],[\"form-control-radio.cjs\",[[0,\"form-control-radio\",{\"label\":[1],\"name\":[8],\"value\":[1],\"helpText\":[1,\"help-text\"],\"inputHandler\":[16],\"disabled\":[4],\"errorText\":[1,\"error-text\"],\"checked\":[4],\"isFocused\":[32]}]]],[\"pagination-menu.cjs\",[[0,\"pagination-menu\",{\"paging\":[16],\"params\":[16]}]]],[\"justifi-owner-form_3.cjs\",[[0,\"justifi-owner-form\",{\"authToken\":[1,\"auth-token\"],\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"getOwner\":[32],\"patchOwner\":[32],\"postOwner\":[32],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]}],[0,\"owner-form-core\",{\"ownerId\":[1,\"owner-id\"],\"businessId\":[1,\"business-id\"],\"getOwner\":[16],\"patchOwner\":[16],\"postOwner\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"removeOwner\":[16],\"newFormOpen\":[4,\"new-form-open\"],\"ownersLength\":[2,\"owners-length\"],\"isLoading\":[32],\"formController\":[32],\"errors\":[32],\"owner\":[32],\"returnOwnerData\":[64],\"validate\":[64],\"submit\":[64],\"validateAndSubmit\":[64]},null,{\"isLoading\":[\"loadingWatcher\"]}],[0,\"owner-form-inputs\",{\"ownerDefaultValue\":[8,\"owner-default-value\"],\"errors\":[8],\"formController\":[16]}]]],[\"billing-form_3.cjs\",[[0,\"billing-form\",{\"legend\":[1025],\"formController\":[32],\"billingInfo\":[32],\"errors\":[32],\"getValues\":[64],\"fill\":[64],\"validate\":[64]}],[0,\"postal-form\",{\"legend\":[1025],\"formController\":[32],\"billingInfo\":[32],\"errors\":[32],\"getValues\":[64],\"fill\":[64],\"validate\":[64]}],[0,\"iframe-input\",{\"inputId\":[1,\"input-id\"],\"label\":[1],\"iframeOrigin\":[1,\"iframe-origin\"],\"isFocused\":[32],\"isValid\":[32],\"errorText\":[32],\"validate\":[64],\"tokenize\":[64]}]]],[\"bank-account-document-form-inputs_4.cjs\",[[0,\"bank-account-form-inputs\",{\"defaultValue\":[8,\"default-value\"],\"errors\":[8],\"inputHandler\":[16],\"formDisabled\":[4,\"form-disabled\"]}],[0,\"bank-account-document-form-inputs\",{\"inputHandler\":[16],\"errors\":[8],\"storeFiles\":[16]}],[0,\"business-documents-on-file\",{\"documents\":[8],\"isLoading\":[4,\"is-loading\"]}],[0,\"form-control-file\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"documentType\":[1,\"document-type\"],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32],\"fileString\":[32],\"isFocused\":[32]}]]],[\"form-control-help-text.cjs\",[[0,\"form-control-help-text\",{\"helpText\":[1,\"help-text\"],\"name\":[1]}]]],[\"form-control-file-v2_2.cjs\",[[0,\"form-control-textarea\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"defaultValue\":[1,\"default-value\"],\"maxLength\":[2,\"max-length\"],\"inputHandler\":[16],\"keyDownHandler\":[16],\"disabled\":[4],\"isFocused\":[32]},null,{\"defaultValue\":[\"handleDefaultValueChange\"]}],[0,\"form-control-file-v2\",{\"label\":[1],\"name\":[8],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"multiple\":[4],\"inputHandler\":[16],\"disabled\":[4],\"files\":[32]}]]],[\"justifi-additional-questions-form-step-core_6.cjs\",[[0,\"justifi-business-owners-form-step-core\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"ownersPayload\":[32],\"refs\":[32],\"newFormOpen\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]},[[0,\"ownerSubmitted\",\"handleOwnerSubmit\"]],{\"ownersPayload\":[\"ownersWatcher\"]}],[0,\"justifi-business-bank-account-form-step-core\",{\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"postBankAccount\":[16],\"postDocumentRecord\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"bankAccount\":[32],\"existingDocuments\":[32],\"documentData\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]},null,{\"isLoading\":[\"watchHandler\"]}],[0,\"justifi-business-representative-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"representative\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-business-core-info-form-step-core\",{\"businessId\":[1,\"business-id\"],\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"coreInfo\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-questions-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"additional_questions\":[32],\"recurringPayments\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]},null,{\"additional_questions\":[\"recurringPaymentsWatcher\"]}],[0,\"justifi-legal-address-form-step-core\",{\"getBusiness\":[16],\"patchBusiness\":[16],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"legal_address\":[32],\"isLoading\":[32],\"validateAndSubmit\":[64]}]]],[\"justifi-additional-questions-form-step_9.cjs\",[[0,\"justifi-payment-provisioning-form-steps\",{\"businessId\":[1,\"business-id\"],\"authToken\":[1,\"auth-token\"],\"refs\":[16],\"currentStep\":[2,\"current-step\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"handleFormLoading\":[16]}],[0,\"justifi-payment-provisioning-form-buttons\",{\"currentStep\":[2,\"current-step\"],\"totalSteps\":[2,\"total-steps\"],\"formLoading\":[4,\"form-loading\"],\"formDisabled\":[4,\"form-disabled\"],\"previousStepButtonOnClick\":[16],\"nextStepButtonOnClick\":[16]}],[0,\"justifi-business-owners-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-bank-account-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"postBankAccount\":[32],\"postDocumentRecord\":[32],\"postDocument\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-representative-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-core-info-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-additional-questions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-legal-address-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"getBusiness\":[32],\"patchBusiness\":[32],\"validateAndSubmit\":[64]},null,{\"authToken\":[\"propChanged\"],\"businessId\":[\"propChanged\"]}],[0,\"justifi-business-terms-conditions-form-step\",{\"authToken\":[1,\"auth-token\"],\"businessId\":[1,\"business-id\"],\"allowOptionalFields\":[4,\"allow-optional-fields\"],\"formController\":[32],\"errors\":[32],\"acceptedTermsBefore\":[32],\"acceptedTerms\":[32],\"validateAndSubmit\":[64]}]]],[\"justifi-additional-statement_8.cjs\",[[0,\"justifi-shipping-details\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-customer-details\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-duplicate-charge\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-additional-statement\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"acceptedTerms\":[32],\"acceptedTermsErrorText\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-cancellation-policy\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-refund-policy\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-electronic-evidence\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}],[0,\"justifi-product-or-service\",{\"disputeResponse\":[8,\"dispute-response\"],\"form\":[32],\"errors\":[32],\"documentList\":[32],\"validateAndSubmit\":[64]}]]],[\"bank-account-form_9.cjs\",[[0,\"justifi-payment-method-options\",{\"showCard\":[4,\"show-card\"],\"showAch\":[4,\"show-ach\"],\"showBnpl\":[4,\"show-bnpl\"],\"showSavedPaymentMethods\":[4,\"show-saved-payment-methods\"],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"bnpl\":[16],\"insuranceToggled\":[4,\"insurance-toggled\"],\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"savedPaymentMethods\":[16],\"paymentAmount\":[2,\"payment-amount\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"selectedPaymentMethodId\":[32],\"paymentMethodOptions\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"paymentMethodOptionSelected\",\"paymentMethodOptionSelected\"]],{\"savedPaymentMethods\":[\"paymentMethodsChanged\"]}],[0,\"justifi-new-payment-method\",{\"authToken\":[1,\"auth-token\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"paymentMethodGroupId\":[1,\"payment-method-group-id\"],\"isSelected\":[4,\"is-selected\"],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"iframeOrigin\":[1,\"iframe-origin\"],\"saveNewPaymentMethodChecked\":[32],\"fillBillingForm\":[64],\"resolvePaymentMethod\":[64]},[[0,\"checkboxChanged\",\"handleCheckboxChanged\"]]],[0,\"justifi-saved-payment-method\",{\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"resolvePaymentMethod\":[64]}],[0,\"justifi-sezzle-payment-method\",{\"bnpl\":[8],\"clientId\":[1,\"client-id\"],\"accountId\":[1,\"account-id\"],\"paymentMethodOption\":[16],\"isSelected\":[4,\"is-selected\"],\"paymentAmount\":[2,\"payment-amount\"],\"installmentPlan\":[32],\"sezzleCheckout\":[32],\"sezzlePromise\":[32],\"resolvePaymentMethod\":[64]}],[0,\"justifi-billing-form-wrapper\",{\"legend\":[1025],\"hideCardBillingForm\":[4,\"hide-card-billing-form\"],\"paymentMethodType\":[1,\"payment-method-type\"],\"fill\":[64],\"getValues\":[64],\"validate\":[64]}],[0,\"bank-account-form\",{\"iframeOrigin\":[1,\"iframe-origin\"],\"isReady\":[32],\"validate\":[64],\"tokenize\":[64]}],[0,\"card-form\",{\"iframeOrigin\":[1,\"iframe-origin\"],\"isReady\":[32],\"validate\":[64],\"tokenize\":[64]}],[0,\"justifi-save-new-payment-method\",{\"isChecked\":[32]}],[0,\"hidden-input\",{\"isFocused\":[32],\"errorText\":[32]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;
@@ -1,8 +1,8 @@
1
1
  import { ComponentErrorSeverity } from "../../api/ComponentError";
2
2
  import { getErrorCode, getErrorMessage } from "../../api/services/utils";
3
- export const makeGetPayoutCSV = ({ authToken, service }) => async ({ payoutId, onError }) => {
3
+ export const makeGetPayoutCSV = ({ authToken, service, apiOrigin }) => async ({ payoutId, onError }) => {
4
4
  try {
5
- const { data } = await service.fetchCSV(payoutId, authToken);
5
+ const { data } = await service.fetchCSV(payoutId, authToken, apiOrigin);
6
6
  const a = document.createElement('a');
7
7
  a.href = data.csv_url;
8
8
  a.click();
@@ -14,6 +14,7 @@ export class PayoutDetails {
14
14
  };
15
15
  this.payoutId = undefined;
16
16
  this.authToken = undefined;
17
+ this.apiOrigin = PROXY_API_ORIGIN;
17
18
  this.getPayout = undefined;
18
19
  this.getPayoutCSV = undefined;
19
20
  this.errorMessage = null;
@@ -38,7 +39,8 @@ export class PayoutDetails {
38
39
  });
39
40
  this.getPayoutCSV = makeGetPayoutCSV({
40
41
  authToken: this.authToken,
41
- service: new PayoutService()
42
+ service: new PayoutService(),
43
+ apiOrigin: this.apiOrigin
42
44
  });
43
45
  }
44
46
  else {
@@ -93,6 +95,24 @@ export class PayoutDetails {
93
95
  },
94
96
  "attribute": "auth-token",
95
97
  "reflect": false
98
+ },
99
+ "apiOrigin": {
100
+ "type": "string",
101
+ "mutable": false,
102
+ "complexType": {
103
+ "original": "string",
104
+ "resolved": "string",
105
+ "references": {}
106
+ },
107
+ "required": false,
108
+ "optional": true,
109
+ "docs": {
110
+ "tags": [],
111
+ "text": ""
112
+ },
113
+ "attribute": "api-origin",
114
+ "reflect": false,
115
+ "defaultValue": "PROXY_API_ORIGIN"
96
116
  }
97
117
  };
98
118
  }
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-02-21T22:12:13",
2
+ "timestamp": "2025-02-21T23:05:49",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.19.2",
@@ -13644,6 +13644,28 @@
13644
13644
  "docsTags": [],
13645
13645
  "usage": {},
13646
13646
  "props": [
13647
+ {
13648
+ "name": "apiOrigin",
13649
+ "type": "string",
13650
+ "complexType": {
13651
+ "original": "string",
13652
+ "resolved": "string",
13653
+ "references": {}
13654
+ },
13655
+ "mutable": false,
13656
+ "attr": "api-origin",
13657
+ "reflectToAttr": false,
13658
+ "docs": "",
13659
+ "docsTags": [],
13660
+ "default": "PROXY_API_ORIGIN",
13661
+ "values": [
13662
+ {
13663
+ "type": "string"
13664
+ }
13665
+ ],
13666
+ "optional": true,
13667
+ "required": false
13668
+ },
13647
13669
  {
13648
13670
  "name": "authToken",
13649
13671
  "type": "string",
@@ -1,4 +1,4 @@
1
- import { p as packageJson } from './package-8bc1e068.js';
1
+ import { p as packageJson } from './package-49477570.js';
2
2
  import { A as Api } from './Api-391d00e2.js';
3
3
 
4
4
  class AnalyticsService {
@@ -4,7 +4,7 @@ import { u as identityNameValidation, l as lineOneValidation, k as lineTwoValida
4
4
  import { S as StateOptions } from './state-options-a356fb11.js';
5
5
  import { n as numberOnlyHandler } from './utils-20cdf321.js';
6
6
  import { F as FormControlErrorText } from './form-control-error-text-74c6b38a.js';
7
- import { p as packageJson } from './package-8bc1e068.js';
7
+ import { p as packageJson } from './package-49477570.js';
8
8
  import { a as iframeInputStyles } from './iframe-input-styles-state-ff730fe5.js';
9
9
  import { i as inputInvalidAndFocused, b as inputInvalid, a as inputFocused, c as input, l as label } from './parts-489f0af6.js';
10
10
  import './business-form-options-86a13078.js';
@@ -1,4 +1,4 @@
1
- import { p as packageJson } from './package-8bc1e068.js';
1
+ import { p as packageJson } from './package-49477570.js';
2
2
 
3
3
  const latestVersion = async (packageName) => {
4
4
  const response = await fetch('https://registry.npmjs.org/' + packageName + '/latest');
@@ -25,9 +25,9 @@ class PayoutService {
25
25
  }
26
26
  }
27
27
 
28
- const makeGetPayoutCSV = ({ authToken, service }) => async ({ payoutId, onError }) => {
28
+ const makeGetPayoutCSV = ({ authToken, service, apiOrigin }) => async ({ payoutId, onError }) => {
29
29
  try {
30
- const { data } = await service.fetchCSV(payoutId, authToken);
30
+ const { data } = await service.fetchCSV(payoutId, authToken, apiOrigin);
31
31
  const a = document.createElement('a');
32
32
  a.href = data.csv_url;
33
33
  a.click();
@@ -3,15 +3,15 @@ import { E as ErrorState } from './utils-6c26bccc.js';
3
3
  import { B as BusinessService } from './business.service-f7c3b9f7.js';
4
4
  import { m as makeGetBusiness } from './get-business-464419f6.js';
5
5
  import { C as ComponentErrorCodes, a as ComponentErrorSeverity } from './ComponentError-c61dce41.js';
6
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
7
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
6
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
7
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
8
8
  import './parts-489f0af6.js';
9
9
  import './Api-391d00e2.js';
10
10
  import './Business-0855931c.js';
11
11
  import './helpers-96ea3464.js';
12
12
  import './state-options-a356fb11.js';
13
13
  import './utils-fd99b806.js';
14
- import './package-8bc1e068.js';
14
+ import './package-49477570.js';
15
15
 
16
16
  const BusinessDetails = class {
17
17
  constructor(hostRef) {
@@ -10,11 +10,11 @@ import './Payment-82d2f453.js';
10
10
  import './SubAccount-9aad3891.js';
11
11
  import './Document-1907c0d4.js';
12
12
  import { B as Business, a as BusinessFormServerErrors } from './Business-0855931c.js';
13
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
13
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
14
14
  import { B as Button } from './button-cc455199.js';
15
15
  import { S as StyledHost } from './styled-host-32228b45.js';
16
16
  import { H as Header1 } from './header-1-797ca789.js';
17
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
17
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
18
18
  import { S as Skeleton } from './skeleton-74fbfb68.js';
19
19
  import { B as BusinessFormClickActions } from './event-types-5c87de02.js';
20
20
  import './schema-validations-b1aec6a0.js';
@@ -23,7 +23,7 @@ import './business-form-options-86a13078.js';
23
23
  import './utils-c37124fc.js';
24
24
  import './Dispute-5fd28ec9.js';
25
25
  import './helpers-96ea3464.js';
26
- import './package-8bc1e068.js';
26
+ import './package-49477570.js';
27
27
  import './parts-489f0af6.js';
28
28
 
29
29
  const businessFormSchema = create$3(Object.assign(Object.assign({}, businessCoreInfoSchema().fields), { legal_address: addressSchema(), additional_questions: additionalQuestionsSchema(), representative: identitySchema('representative') }));
@@ -2,8 +2,8 @@ import { r as registerInstance, c as createEvent, h } from './index-29fcfdf5.js'
2
2
  import { a as ComponentErrorSeverity, C as ComponentErrorCodes } from './ComponentError-c61dce41.js';
3
3
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
4
4
  import { C as CheckoutService } from './checkout.service-bb45d248.js';
5
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
6
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
5
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
6
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
7
7
  import './Api-391d00e2.js';
8
8
  import './Checkout-919eb1ba.js';
9
9
  import './utils-c37124fc.js';
@@ -12,7 +12,7 @@ import './Payment-82d2f453.js';
12
12
  import './Dispute-5fd28ec9.js';
13
13
  import './SubAccount-9aad3891.js';
14
14
  import './Document-1907c0d4.js';
15
- import './package-8bc1e068.js';
15
+ import './package-49477570.js';
16
16
 
17
17
  const makeGetCheckout = ({ authToken, checkoutId, service }) => async ({ onSuccess, onError }) => {
18
18
  var _a;
@@ -6,15 +6,15 @@ import './Payment-82d2f453.js';
6
6
  import './SubAccount-9aad3891.js';
7
7
  import './Document-1907c0d4.js';
8
8
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
9
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
10
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
9
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
10
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
11
11
  import { C as CheckoutService } from './checkout.service-bb45d248.js';
12
12
  import { m as makeGetSubAccounts, S as SubAccountService } from './get-subaccounts-3af0844a.js';
13
13
  import { S as StyledHost } from './styled-host-32228b45.js';
14
14
  import { d as defaultColumnsKeys } from './checkouts-table-53981285.js';
15
15
  import './utils-c37124fc.js';
16
16
  import './Dispute-5fd28ec9.js';
17
- import './package-8bc1e068.js';
17
+ import './package-49477570.js';
18
18
  import './Api-391d00e2.js';
19
19
  import './badge-2eb79416.js';
20
20
  import './parts-489f0af6.js';
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-29fcfdf5.js';
2
2
  import { a as ComponentErrorSeverity, C as ComponentErrorCodes } from './ComponentError-c61dce41.js';
3
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
4
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
3
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
4
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
5
5
  import { a as Dispute } from './Dispute-5fd28ec9.js';
6
6
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
7
7
  import { D as DisputeService } from './dispute.service-9008b3b7.js';
8
- import './package-8bc1e068.js';
8
+ import './package-49477570.js';
9
9
  import './Api-391d00e2.js';
10
10
  import './Checkout-919eb1ba.js';
11
11
  import './utils-c37124fc.js';
@@ -8,8 +8,8 @@ import { a as ComponentErrorSeverity, C as ComponentErrorCodes } from './Compone
8
8
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
9
9
  import { D as DisputeService } from './dispute.service-9008b3b7.js';
10
10
  import { D as DisputeManagementClickActions } from './event-types-07cdb9a0.js';
11
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
12
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
11
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
12
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
13
13
  import './Api-391d00e2.js';
14
14
  import './Checkout-919eb1ba.js';
15
15
  import './Pagination-afc8f96d.js';
@@ -17,7 +17,7 @@ import './Payment-82d2f453.js';
17
17
  import './Dispute-5fd28ec9.js';
18
18
  import './SubAccount-9aad3891.js';
19
19
  import './Document-1907c0d4.js';
20
- import './package-8bc1e068.js';
20
+ import './package-49477570.js';
21
21
 
22
22
  const makeUpdateDisputeResponse = ({ authToken, disputeId, service }) => async ({ payload, onSuccess, onError, final = () => { } }) => {
23
23
  var _a;
@@ -3,10 +3,10 @@ import { A as Api } from './Api-391d00e2.js';
3
3
  import { a as ComponentErrorSeverity, C as ComponentErrorCodes } from './ComponentError-c61dce41.js';
4
4
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
5
5
  import { E as ErrorState } from './utils-6c26bccc.js';
6
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
7
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
6
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
7
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
8
8
  import './parts-489f0af6.js';
9
- import './package-8bc1e068.js';
9
+ import './package-49477570.js';
10
10
 
11
11
  class ReportsService {
12
12
  async fetchGrossVolumeChartData(accountId, authToken) {
@@ -2,14 +2,14 @@ import { h, r as registerInstance, c as createEvent } from './index-29fcfdf5.js'
2
2
  import { t as text, B as heading4, C as listGroup, D as listGroupItem } from './parts-489f0af6.js';
3
3
  import { S as StyledHost } from './styled-host-32228b45.js';
4
4
  import { E as ErrorState } from './utils-6c26bccc.js';
5
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
6
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
5
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
6
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
7
7
  import { C as ComponentErrorCodes, a as ComponentErrorSeverity } from './ComponentError-c61dce41.js';
8
8
  import { B as BusinessService } from './business.service-f7c3b9f7.js';
9
9
  import { B as Business } from './Business-0855931c.js';
10
10
  import { m as makeGetBusiness } from './get-business-464419f6.js';
11
11
  import { S as Skeleton } from './skeleton-74fbfb68.js';
12
- import './package-8bc1e068.js';
12
+ import './package-49477570.js';
13
13
  import './Api-391d00e2.js';
14
14
  import './helpers-96ea3464.js';
15
15
  import './state-options-a356fb11.js';
@@ -8,13 +8,13 @@ import './SubAccount-9aad3891.js';
8
8
  import './Document-1907c0d4.js';
9
9
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
10
10
  import { E as ErrorState } from './utils-6c26bccc.js';
11
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
12
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
11
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
12
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
13
13
  import './Api-391d00e2.js';
14
14
  import './utils-c37124fc.js';
15
15
  import './Dispute-5fd28ec9.js';
16
16
  import './parts-489f0af6.js';
17
- import './package-8bc1e068.js';
17
+ import './package-49477570.js';
18
18
 
19
19
  const makeGetPaymentDetails = ({ id, authToken, service }) => async ({ onSuccess, onError }) => {
20
20
  var _a;
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-29fcfdf5.js';
2
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
2
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
3
3
  import { C as ComponentErrorCodes, a as ComponentErrorSeverity } from './ComponentError-c61dce41.js';
4
4
  import { m as makeGetBusiness, a as makePostProvisioning } from './payment-provisioning-actions-beadac34.js';
5
5
  import { B as BusinessService } from './business.service-f7c3b9f7.js';
6
6
  import { A as Api } from './Api-391d00e2.js';
7
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
8
- import './package-8bc1e068.js';
7
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
8
+ import './package-49477570.js';
9
9
  import './utils-fd99b806.js';
10
10
 
11
11
  class ProvisionService {
@@ -7,14 +7,14 @@ import { P as Payment } from './Payment-82d2f453.js';
7
7
  import './SubAccount-9aad3891.js';
8
8
  import './Document-1907c0d4.js';
9
9
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
10
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
11
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
10
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
11
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
12
12
  import { S as StyledHost } from './styled-host-32228b45.js';
13
13
  import { d as defaultColumnsKeys } from './payments-table-6e97396a.js';
14
14
  import './Api-391d00e2.js';
15
15
  import './utils-c37124fc.js';
16
16
  import './Dispute-5fd28ec9.js';
17
- import './package-8bc1e068.js';
17
+ import './package-49477570.js';
18
18
  import './payments-status-35255b2c.js';
19
19
  import './badge-2eb79416.js';
20
20
  import './parts-489f0af6.js';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-29fcfdf5.js';
2
- import { m as makeGetPayoutCSV, P as PayoutService } from './get-payout-csv-be3ee3f0.js';
2
+ import { m as makeGetPayoutCSV, P as PayoutService } from './get-payout-csv-8450b60d.js';
3
3
  import { a as ComponentErrorSeverity, C as ComponentErrorCodes } from './ComponentError-c61dce41.js';
4
4
  import './Checkout-919eb1ba.js';
5
5
  import './Pagination-afc8f96d.js';
@@ -8,13 +8,13 @@ import { P as Payout } from './SubAccount-9aad3891.js';
8
8
  import './Document-1907c0d4.js';
9
9
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
10
10
  import { E as ErrorState } from './utils-6c26bccc.js';
11
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
12
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
11
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
12
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
13
13
  import './Api-391d00e2.js';
14
14
  import './utils-c37124fc.js';
15
15
  import './Dispute-5fd28ec9.js';
16
16
  import './parts-489f0af6.js';
17
- import './package-8bc1e068.js';
17
+ import './package-49477570.js';
18
18
 
19
19
  const makeGetPayoutDetails = ({ id, authToken, service }) => async ({ onSuccess, onError }) => {
20
20
  var _a;
@@ -55,6 +55,7 @@ const PayoutDetails = class {
55
55
  };
56
56
  this.payoutId = undefined;
57
57
  this.authToken = undefined;
58
+ this.apiOrigin = "https://wc-proxy.justifi.ai";
58
59
  this.getPayout = undefined;
59
60
  this.getPayoutCSV = undefined;
60
61
  this.errorMessage = null;
@@ -79,7 +80,8 @@ const PayoutDetails = class {
79
80
  });
80
81
  this.getPayoutCSV = makeGetPayoutCSV({
81
82
  authToken: this.authToken,
82
- service: new PayoutService()
83
+ service: new PayoutService(),
84
+ apiOrigin: this.apiOrigin
83
85
  });
84
86
  }
85
87
  else {
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-29fcfdf5.js';
2
2
  import { a as ComponentErrorSeverity, C as ComponentErrorCodes } from './ComponentError-c61dce41.js';
3
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
4
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
5
- import { m as makeGetPayoutCSV, P as PayoutService } from './get-payout-csv-be3ee3f0.js';
3
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
4
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
5
+ import { m as makeGetPayoutCSV, P as PayoutService } from './get-payout-csv-8450b60d.js';
6
6
  import './Checkout-919eb1ba.js';
7
7
  import './Pagination-afc8f96d.js';
8
8
  import './Payment-82d2f453.js';
@@ -12,7 +12,7 @@ import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
12
12
  import { m as makeGetSubAccounts, S as SubAccountService } from './get-subaccounts-3af0844a.js';
13
13
  import { S as StyledHost } from './styled-host-32228b45.js';
14
14
  import { d as defaultColumnsKeys } from './payouts-table-6b8ba8f1.js';
15
- import './package-8bc1e068.js';
15
+ import './package-49477570.js';
16
16
  import './Api-391d00e2.js';
17
17
  import './utils-c37124fc.js';
18
18
  import './Dispute-5fd28ec9.js';
@@ -7,11 +7,11 @@ import './Payment-82d2f453.js';
7
7
  import './SubAccount-9aad3891.js';
8
8
  import './Document-1907c0d4.js';
9
9
  import { g as getErrorMessage, a as getErrorCode } from './utils-fd99b806.js';
10
- import { J as JustifiAnalytics } from './Analytics-1051e87d.js';
11
- import { c as checkPkgVersion } from './check-pkg-version-cdc4a3de.js';
10
+ import { J as JustifiAnalytics } from './Analytics-759c7da5.js';
11
+ import { c as checkPkgVersion } from './check-pkg-version-1d6e48c8.js';
12
12
  import './utils-c37124fc.js';
13
13
  import './Dispute-5fd28ec9.js';
14
- import './package-8bc1e068.js';
14
+ import './package-49477570.js';
15
15
 
16
16
  class InsuranceService {
17
17
  async fetchQuote(authToken, payload) {