@justifi/webcomponents 4.8.0 → 4.8.1
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-540a6feb.js → Business-3c0aa22c.js} +15 -0
- package/dist/cjs/justifi-additional-questions_5.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-details.cjs.entry.js +1 -1
- package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +1 -1
- package/dist/cjs/justifi-business-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-business-list.cjs.entry.js +1 -1
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1 -1
- package/dist/collection/api/Business.js +14 -0
- package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +4 -4
- package/dist/collection/components/business-form/legal-address-form/legal-address-form.js +2 -1
- package/dist/collection/components/payment-details/test/payment-details-core.spec.js +2 -2
- package/dist/collection/components/payment-details/test/payment-details.spec.js +3 -3
- package/dist/collection/components/payment-method-form/test/payment-method-form.e2e.js +1 -1
- package/dist/collection/components/payments-list/test/payments-list-core.spec.js +2 -2
- package/dist/collection/components/payments-list/test/payments-list.spec.js +3 -3
- package/dist/collection/components/payout-details/test/payout-details-core.spec.js +3 -3
- package/dist/collection/components/payout-details/test/payout-details.spec.js +1 -1
- package/dist/collection/components/payouts-list/test/payouts-list-core.spec.js +2 -2
- package/dist/collection/components/payouts-list/test/payouts-list.spec.js +3 -3
- package/dist/docs.json +11 -11
- package/dist/esm/{Business-1f5e9f6b.js → Business-954e1c1b.js} +15 -1
- package/dist/esm/justifi-additional-questions_5.entry.js +2 -2
- package/dist/esm/justifi-business-details.entry.js +1 -1
- package/dist/esm/justifi-business-form-stepped.entry.js +1 -1
- package/dist/esm/justifi-business-form.entry.js +1 -1
- package/dist/esm/justifi-business-list.entry.js +1 -1
- package/dist/esm/justifi-payment-method-form.entry.js +1 -1
- package/dist/module/Business.js +15 -1
- package/dist/module/legal-address-form.js +2 -1
- package/dist/module/payment-method-form.js +1 -1
- package/dist/types/api/Business.d.ts +17 -4
- package/dist/types/components/business-details/legal-address-details/legal-address-details.d.ts +2 -2
- package/dist/types/components.d.ts +4 -4
- package/dist/webcomponents/{p-876c7257.entry.js → p-0e53f470.entry.js} +1 -1
- package/dist/webcomponents/p-80140d5b.js +1 -0
- package/dist/webcomponents/{p-36618b59.entry.js → p-870c2e4d.entry.js} +1 -1
- package/dist/webcomponents/{p-1b6ff0d3.entry.js → p-a5d662ac.entry.js} +1 -1
- package/dist/webcomponents/p-ad9a6c20.entry.js +1 -0
- package/dist/webcomponents/{p-57e592ac.entry.js → p-ea05d7c2.entry.js} +1 -1
- package/dist/webcomponents/{p-7dd83492.entry.js → p-eef5b15b.entry.js} +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/webcomponents/p-1cb65d15.entry.js +0 -1
- package/dist/webcomponents/p-88027949.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t,i;!function(t){t.sole_proprietorship="sole_proprietorship",t.single_llc="single_llc",t.multi_llc="multi_llc",t.private_partnership="private_partnership",t.private_corporation="private_corporation",t.unincorporated_association="unincorporated_association",t.public_partnership="public_partnership",t.public_corporation="public_corporation",t.incorporated="incorporated",t.unincorporated="unincorporated",t.government_unit="government_unit",t.government_instrumentality="government_instrumentality",t.tax_exempt_government_instrumentality="tax_exempt_government_instrumentality"}(t||(t={})),function(t){t.individual="individual",t.for_profit="for_profit",t.non_profit="non_profit",t.government_entity="government_entity"}(i||(i={}));class s{constructor(t){this.id=t.id,this.platform_account_id=t.platform_account_id,this.line1=t.line1,this.line2=t.line2,this.postal_code=t.postal_code,this.city=t.city,this.state=t.state,this.country=t.country||"USA",this.created_at=t.created_at,this.updated_at=t.updated_at}}class h{constructor(t){this.business_structure=t.business_structure,this.business_type=t.business_type,this.legal_name=t.legal_name,this.doing_business_as=t.doing_business_as,this.industry=t.industry,this.tax_id=t.tax_id,this.website_url=t.website_url,this.email=t.email,this.phone=t.phone}}class r{constructor(t){this.business_structure=t.business_structure,this.business_type=t.business_type,this.bank_accounts=t.bank_accounts,this.created_at=t.created_at,this.documents=t.documents,this.doing_business_as=t.doing_business_as,this.email=t.email,this.id=t.id,this.industry=t.industry,this.legal_name=t.legal_name,this.metadata=t.metadata,this.phone=t.phone,this.platform_account_id=t.platform_account_id,this.tax_id=t.tax_id,this.updated_at=t.updated_at,this.website_url=t.website_url,this.product_categories=t.product_categories,this.legal_address=t.legal_address||{country:"USA"},this.representative=t.representative||{},this.additional_questions=t.additional_questions||{},this.owners=t.owners}}export{s as A,r as B,h as C}
|