@justifi/webcomponents 4.12.1 → 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.
Files changed (80) hide show
  1. package/dist/cjs/{Business-c928bf29.js → Business-21cef37d.js} +18 -0
  2. package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -2
  3. package/dist/cjs/{business-additional-questions-schema-3813615c.js → business-additional-questions-schema-f5f303fb.js} +3 -1
  4. package/dist/cjs/{business-form-types-4b138bf2.js → business-form-types-a3cc374d.js} +60 -1
  5. package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +5 -5
  6. package/dist/cjs/justifi-additional-questions_4.cjs.entry.js +3 -3
  7. package/dist/cjs/justifi-billing-form_4.cjs.entry.js +2 -2
  8. package/dist/cjs/justifi-business-details.cjs.entry.js +1 -1
  9. package/dist/cjs/justifi-business-form.cjs.entry.js +4 -4
  10. package/dist/cjs/justifi-business-list.cjs.entry.js +1 -1
  11. package/dist/cjs/justifi-owner-form.cjs.entry.js +3 -3
  12. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
  13. package/dist/cjs/{payload-parsers-58d3798e.js → payload-parsers-74693a97.js} +5 -1
  14. package/dist/collection/api/Business.js +18 -0
  15. package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +2 -2
  16. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +2 -2
  17. package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +2 -2
  18. package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +3 -1
  19. package/dist/collection/components/business-forms/schemas/schema-validations.js +4 -1
  20. package/dist/collection/components/business-forms/utils/business-form-types.js +59 -1
  21. package/dist/collection/components/payment-method-form/payment-method-form.js +1 -1
  22. package/dist/docs.json +2 -2
  23. package/dist/esm/{Business-6cb1b9c8.js → Business-0e8a9a3a.js} +19 -1
  24. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  25. package/dist/esm/{business-additional-questions-schema-228d86e0.js → business-additional-questions-schema-a84dd641.js} +3 -1
  26. package/dist/esm/{business-form-types-5ba52d61.js → business-form-types-7420dc96.js} +60 -2
  27. package/dist/esm/justifi-additional-questions-form-step_5.entry.js +5 -5
  28. package/dist/esm/justifi-additional-questions_4.entry.js +3 -3
  29. package/dist/esm/justifi-billing-form_4.entry.js +2 -2
  30. package/dist/esm/justifi-business-details.entry.js +1 -1
  31. package/dist/esm/justifi-business-form.entry.js +4 -4
  32. package/dist/esm/justifi-business-list.entry.js +1 -1
  33. package/dist/esm/justifi-owner-form.entry.js +3 -3
  34. package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
  35. package/dist/esm/{payload-parsers-3e817fe9.js → payload-parsers-0c4fc2b1.js} +5 -2
  36. package/dist/module/Business.js +19 -1
  37. package/dist/module/business-address-schema.js +1 -1
  38. package/dist/module/business-core-info-form-step.js +2 -2
  39. package/dist/module/business-core-info-schema.js +3 -1
  40. package/dist/module/business-core-info.js +2 -2
  41. package/dist/module/business-form-types.js +60 -2
  42. package/dist/module/business-identity-schema.js +1 -1
  43. package/dist/module/business-representative-form-step.js +1 -1
  44. package/dist/module/generic-info-details2.js +2 -2
  45. package/dist/module/justifi-business-details.js +1 -1
  46. package/dist/module/justifi-business-form.js +3 -3
  47. package/dist/module/justifi-business-list.js +1 -1
  48. package/dist/module/justifi-payment-provisioning.js +1 -1
  49. package/dist/module/legal-address-form-step.js +2 -2
  50. package/dist/module/owner-form.js +2 -2
  51. package/dist/module/payload-parsers.js +5 -2
  52. package/dist/module/payment-method-form.js +2 -2
  53. package/dist/types/api/Business.d.ts +19 -0
  54. package/dist/types/components/business-forms/schemas/business-core-info-schema.d.ts +2 -0
  55. package/dist/types/components/business-forms/schemas/business-form-schema.d.ts +2 -0
  56. package/dist/types/components/business-forms/schemas/schema-validations.d.ts +1 -0
  57. package/dist/types/components/business-forms/utils/business-form-types.d.ts +5 -1
  58. package/dist/webcomponents/{p-31e70d65.entry.js → p-18cf5a16.entry.js} +1 -1
  59. package/dist/webcomponents/{p-edab5f2b.entry.js → p-51ee396f.entry.js} +1 -1
  60. package/dist/webcomponents/p-52e4cc27.js +1 -0
  61. package/dist/webcomponents/p-602a1588.entry.js +1 -0
  62. package/dist/webcomponents/p-6ec77980.entry.js +1 -0
  63. package/dist/webcomponents/{p-07080c01.entry.js → p-81c43ba5.entry.js} +1 -1
  64. package/dist/webcomponents/{p-31ccb5f0.entry.js → p-9e35b0f6.entry.js} +1 -1
  65. package/dist/webcomponents/p-9ec89299.entry.js +1 -0
  66. package/dist/webcomponents/{p-71b8e2da.entry.js → p-b38baa84.entry.js} +1 -1
  67. package/dist/webcomponents/p-bfc634c6.entry.js +1 -0
  68. package/dist/webcomponents/p-cb86b2fd.js +1 -0
  69. package/dist/webcomponents/p-d2b7beac.js +1 -0
  70. package/dist/webcomponents/p-e3946c2b.js +1 -0
  71. package/dist/webcomponents/webcomponents.esm.js +1 -1
  72. package/package.json +1 -1
  73. package/dist/webcomponents/p-0d371ff5.entry.js +0 -1
  74. package/dist/webcomponents/p-26fe62d6.entry.js +0 -1
  75. package/dist/webcomponents/p-4c705f56.js +0 -1
  76. package/dist/webcomponents/p-737473d8.js +0 -1
  77. package/dist/webcomponents/p-787d8f52.js +0 -1
  78. package/dist/webcomponents/p-889a83d2.js +0 -1
  79. package/dist/webcomponents/p-9b0e5c25.entry.js +0 -1
  80. package/dist/webcomponents/p-c865cda8.entry.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}