@justifi/webcomponents 4.12.0 → 4.12.2
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/{Business-f8e37adb.js → Business-21cef37d.js} +20 -0
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -2
- package/dist/cjs/business-additional-questions-schema-f5f303fb.js +49 -0
- package/dist/cjs/{business-form-types-61b8196a.js → business-form-types-a3cc374d.js} +60 -1
- package/dist/cjs/{form-control-date_4.cjs.entry.js → form-control-date_3.cjs.entry.js} +0 -44
- package/dist/cjs/{form-control-datepart.cjs.entry.js → form-control-datepart_2.cjs.entry.js} +46 -2
- package/dist/cjs/{form-input-masks-baa06faf.js → form-input-masks-efd44b8e.js} +2 -0
- package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +7 -7
- package/dist/cjs/justifi-additional-questions_4.cjs.entry.js +5 -5
- package/dist/cjs/justifi-billing-form_4.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-details.cjs.entry.js +1 -1
- package/dist/cjs/justifi-business-form.cjs.entry.js +4 -4
- package/dist/cjs/justifi-business-list.cjs.entry.js +1 -1
- package/dist/cjs/justifi-business-owners.cjs.entry.js +1 -1
- package/dist/cjs/justifi-owner-form.cjs.entry.js +5 -5
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{payload-parsers-32c43c76.js → payload-parsers-74693a97.js} +97 -36
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/api/Business.js +18 -0
- package/dist/collection/api/Identity.js +2 -0
- package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +2 -2
- package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +2 -2
- package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +2 -2
- package/dist/collection/components/business-forms/owner-form/owner-form.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +2 -2
- package/dist/collection/components/business-forms/schemas/business-address-schema.js +1 -22
- package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +6 -35
- package/dist/collection/components/business-forms/schemas/business-identity-schema.js +15 -32
- package/dist/collection/components/business-forms/schemas/schema-helpers.js +1 -0
- package/dist/collection/components/business-forms/schemas/schema-validations.js +95 -0
- package/dist/collection/components/business-forms/utils/business-form-types.js +59 -1
- package/dist/collection/components/business-forms/utils/payload-parsers.js +1 -0
- package/dist/collection/components/payment-method-form/payment-method-form.js +1 -1
- package/dist/collection/utils/form-input-masks.js +1 -0
- package/dist/docs.json +4 -26
- package/dist/esm/{Business-2410f7e3.js → Business-0e8a9a3a.js} +21 -1
- package/dist/esm/additional-questions-details_5.entry.js +2 -2
- package/dist/esm/{business-additional-questions-schema-5571d40f.js → business-additional-questions-schema-a84dd641.js} +6 -35
- package/dist/esm/{business-form-types-46ecd908.js → business-form-types-7420dc96.js} +60 -2
- package/dist/esm/{form-control-date_4.entry.js → form-control-date_3.entry.js} +2 -45
- package/dist/esm/{form-control-datepart.entry.js → form-control-datepart_2.entry.js} +47 -4
- package/dist/esm/{form-input-masks-850c8cd4.js → form-input-masks-84875967.js} +2 -1
- package/dist/esm/justifi-additional-questions-form-step_5.entry.js +7 -7
- package/dist/esm/justifi-additional-questions_4.entry.js +5 -5
- package/dist/esm/justifi-billing-form_4.entry.js +2 -2
- package/dist/esm/justifi-business-details.entry.js +1 -1
- package/dist/esm/justifi-business-form.entry.js +4 -4
- package/dist/esm/justifi-business-list.entry.js +1 -1
- package/dist/esm/justifi-business-owners.entry.js +1 -1
- package/dist/esm/justifi-owner-form.entry.js +5 -5
- package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{payload-parsers-192e0c3e.js → payload-parsers-0c4fc2b1.js} +89 -31
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/Business.js +21 -1
- package/dist/module/business-address-schema.js +2 -23
- package/dist/module/business-core-info-form-step.js +2 -2
- package/dist/module/business-core-info-schema.js +6 -35
- package/dist/module/business-core-info.js +2 -2
- package/dist/module/business-form-types.js +60 -2
- package/dist/module/business-identity-schema.js +15 -32
- package/dist/module/business-owners-form-step.js +2 -8
- package/dist/module/business-representative-form-step.js +5 -11
- package/dist/module/business-representative.js +4 -10
- package/dist/module/form-input-masks.js +2 -1
- package/dist/module/generic-info-details2.js +2 -2
- package/dist/module/justifi-business-details.js +1 -1
- package/dist/module/justifi-business-form.js +7 -13
- package/dist/module/justifi-business-list.js +1 -1
- package/dist/module/justifi-payment-provisioning.js +5 -11
- package/dist/module/legal-address-form-step.js +2 -2
- package/dist/module/owner-form.js +6 -12
- package/dist/module/payload-parsers.js +99 -1
- package/dist/module/payment-method-form.js +2 -2
- package/dist/types/api/Business.d.ts +19 -0
- package/dist/types/api/Identity.d.ts +3 -0
- package/dist/types/components/business-forms/schemas/business-core-info-schema.d.ts +2 -0
- package/dist/types/components/business-forms/schemas/business-form-schema.d.ts +4 -0
- package/dist/types/components/business-forms/schemas/business-identity-schema.d.ts +3 -1
- package/dist/types/components/business-forms/schemas/schema-helpers.d.ts +1 -0
- package/dist/types/components/business-forms/schemas/schema-validations.d.ts +18 -0
- package/dist/types/components/business-forms/utils/business-form-types.d.ts +5 -1
- package/dist/types/utils/form-input-masks.d.ts +1 -0
- package/dist/webcomponents/p-01913426.js +1 -0
- package/dist/webcomponents/{p-3fe05c4a.entry.js → p-18cf5a16.entry.js} +1 -1
- package/dist/webcomponents/p-2fbe8823.entry.js +1 -0
- package/dist/webcomponents/{p-8c9d9812.entry.js → p-51ee396f.entry.js} +1 -1
- package/dist/webcomponents/p-52e4cc27.js +1 -0
- package/dist/webcomponents/{p-9f3facf1.entry.js → p-5f5e730c.entry.js} +1 -1
- package/dist/webcomponents/p-602a1588.entry.js +1 -0
- package/dist/webcomponents/p-6ec77980.entry.js +1 -0
- package/dist/webcomponents/{p-99d6b67e.entry.js → p-81c43ba5.entry.js} +1 -1
- package/dist/webcomponents/{p-56780f10.entry.js → p-9e35b0f6.entry.js} +1 -1
- package/dist/webcomponents/p-9ec89299.entry.js +1 -0
- package/dist/webcomponents/{p-84b9ffc9.entry.js → p-b38baa84.entry.js} +1 -1
- package/dist/webcomponents/p-b9f04fb0.entry.js +1 -0
- package/dist/webcomponents/p-bfc634c6.entry.js +1 -0
- package/dist/webcomponents/p-cb86b2fd.js +1 -0
- package/dist/webcomponents/p-d2b7beac.js +1 -0
- package/dist/webcomponents/p-e3946c2b.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/business-additional-questions-schema-bdfd29c3.js +0 -78
- package/dist/webcomponents/p-0315876e.entry.js +0 -1
- package/dist/webcomponents/p-26fe62d6.entry.js +0 -1
- package/dist/webcomponents/p-41b1ad3a.entry.js +0 -1
- package/dist/webcomponents/p-5c269619.js +0 -1
- package/dist/webcomponents/p-910bb656.js +0 -1
- package/dist/webcomponents/p-96cebc8b.entry.js +0 -1
- package/dist/webcomponents/p-b318b899.js +0 -1
- package/dist/webcomponents/p-e2ba8d84.entry.js +0 -1
- package/dist/webcomponents/p-f4ae621e.entry.js +0 -1
- package/dist/webcomponents/p-fd60d5af.js +0 -1
- package/dist/webcomponents/p-ff211f76.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as e,b as a}from"./p-e3946c2b.js";var l,r,n,t;!function(e){e.fetchData="Error retrieving business data",e.patchData="Error updating business data"}(l||(l={})),function(e){e.nextStep="nextStep",e.previousStep="previousStep",e.submit="submit"}(r||(r={})),function(e){e.fetchData="Error retrieving owner data",e.patchData="Error updating owner data",e.postData="Error adding owner data"}(n||(n={})),function(e){e.removeOwner="removeOwner",e.addOwner="addOwner",e.addOwnerForm="addOwnerForm",e.updateOwner="updateOwner"}(t||(t={}));const o=[{label:"Choose business type",value:""},{label:"Individual",value:e.individual},{label:"For Profit",value:e.for_profit},{label:"Non Profit",value:e.non_profit},{label:"Government Entity",value:e.government_entity}],i=[{label:"Choose business structure",value:""},{label:"Sole Proprietorship",value:a.sole_proprietorship},{label:"LLC (Single)",value:a.single_llc},{label:"LLC (Multiple)",value:a.multi_llc},{label:"Private Partnership",value:a.private_partnership},{label:"Private Corporation",value:a.private_corporation},{label:"Unincorporated Association",value:a.unincorporated_association},{label:"Public Partnership",value:a.public_partnership},{label:"Public Corporation",value:a.public_corporation},{label:"Incorporated",value:a.incorporated},{label:"Unincorporated",value:a.unincorporated},{label:"Government Unit",value:a.government_unit},{label:"Government Instrumentality",value:a.government_instrumentality},{label:"Tax Exempt Government Instrumentality",value:a.tax_exempt_government_instrumentality}];export{l as B,t as O,r as a,o as b,i as c,n as d}
|