@solvimon/solvimon-web 0.1.0-alpha.1 → 0.1.0-alpha.11

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 (196) hide show
  1. package/README.md +196 -44
  2. package/dist/ApiStatus-CyNDp_op.mjs +9 -0
  3. package/dist/ApiStatus-oqvUEWJx.js +1 -0
  4. package/dist/{BillingInformation.vue_vue_type_script_setup_true_lang-B42EzZ97.mjs → BillingInformation.vue_vue_type_script_setup_true_lang-CX8vlY2Z.mjs} +9 -6
  5. package/dist/BillingInformation.vue_vue_type_script_setup_true_lang-DGisvmez.js +1 -0
  6. package/dist/ContentWithAsideLayout-B5B8Kwaw.js +1 -0
  7. package/dist/{ContentWithAsideLayout-BC-C5Gjt.mjs → ContentWithAsideLayout-DhfUkZZg.mjs} +10 -16
  8. package/dist/{useCustomerPaymentMethodOptions-Fe_dLxfv.mjs → CustomerPaymentMethods.vue_vue_type_script_setup_true_lang-Bus-5gC3.mjs} +29 -37
  9. package/dist/CustomerPaymentMethods.vue_vue_type_script_setup_true_lang-CkRsyMlJ.js +1 -0
  10. package/dist/{InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-5yBnSRap.mjs → InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-Bc2hkpTb.mjs} +20 -9
  11. package/dist/InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-D0vVUHuY.js +1 -0
  12. package/dist/PaymentHistoryBlock-BiiFJkpT.js +1 -0
  13. package/dist/PaymentHistoryBlock-D_B099M7.mjs +4 -0
  14. package/dist/{PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-CknZKCmY.mjs → PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-CaMDtHrL.mjs} +19 -12
  15. package/dist/PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-DWTEfLrE.js +1 -0
  16. package/dist/PaymentIntegrationForm-DFnwutjd.mjs +4 -0
  17. package/dist/PaymentIntegrationForm-xkf4TUaD.js +1 -0
  18. package/dist/PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-DTIY4s7C.js +1 -0
  19. package/dist/PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-uk5MO0ce.mjs +962 -0
  20. package/dist/PricingGroupContent.vue_vue_type_script_setup_true_lang-BChVMzCj.mjs +50 -0
  21. package/dist/PricingGroupContent.vue_vue_type_script_setup_true_lang-Br3bEUlP.js +1 -0
  22. package/dist/{Skeleton.vue_vue_type_script_setup_true_lang-BFFJw-5h.mjs → Skeleton.vue_vue_type_script_setup_true_lang-DGMxHc20.mjs} +24 -8
  23. package/dist/Skeleton.vue_vue_type_script_setup_true_lang-DfMgIsGm.js +1 -0
  24. package/dist/SubscriptionsList.vue_vue_type_script_setup_true_lang-AHw3iTfi.js +1 -0
  25. package/dist/{SubscriptionsList.vue_vue_type_script_setup_true_lang-DfB5BqiH.mjs → SubscriptionsList.vue_vue_type_script_setup_true_lang-BkzLj8n2.mjs} +42 -36
  26. package/dist/adyen-51SvcyqV.mjs +4 -0
  27. package/dist/adyen-Bwewy3HC.mjs +172 -0
  28. package/dist/adyen-DZsyEXkw.js +1 -0
  29. package/dist/adyen-R6aSZ0Yf.js +1 -0
  30. package/dist/component-BOqPDAVk.js +1 -0
  31. package/dist/component-Djrf1L-Z.mjs +889 -0
  32. package/dist/components/BillingInformation/BillingInformation.ce.d.ts +1 -1
  33. package/dist/components/BillingInformation/BillingInformation.cjs.js +1 -1
  34. package/dist/components/BillingInformation/BillingInformation.es.js +99 -5
  35. package/dist/components/BillingInformationForm/BillingInformationForm.ce.d.ts +1 -1
  36. package/dist/components/BillingInformationForm/BillingInformationForm.cjs.js +1 -1
  37. package/dist/components/BillingInformationForm/BillingInformationForm.es.js +582 -5
  38. package/dist/components/CustomerPaymentMethods/CustomerPaymentMethods.ce.d.ts +1 -1
  39. package/dist/components/CustomerPaymentMethods/CustomerPaymentMethods.cjs.js +1 -1
  40. package/dist/components/CustomerPaymentMethods/CustomerPaymentMethods.es.js +126 -5
  41. package/dist/components/Invoice/Invoice.ce.d.ts +1 -1
  42. package/dist/components/Invoice/Invoice.cjs.js +1 -1
  43. package/dist/components/Invoice/Invoice.es.js +538 -5
  44. package/dist/components/InvoiceDetails/InvoiceDetails.ce.d.ts +1 -1
  45. package/dist/components/InvoiceDetails/InvoiceDetails.cjs.js +1 -1
  46. package/dist/components/InvoiceDetails/InvoiceDetails.es.js +127 -5
  47. package/dist/components/InvoicesList/InvoicesList.ce.d.ts +1 -1
  48. package/dist/components/InvoicesList/InvoicesList.cjs.js +1 -1
  49. package/dist/components/InvoicesList/InvoicesList.es.js +106 -5
  50. package/dist/components/PaymentHistory/PaymentHistory.ce.d.ts +1 -1
  51. package/dist/components/PaymentHistory/PaymentHistory.cjs.js +1 -1
  52. package/dist/components/PaymentHistory/PaymentHistory.es.js +131 -5
  53. package/dist/components/PaymentMethodForm/PaymentMethodForm.ce.d.ts +1 -1
  54. package/dist/components/PaymentMethodForm/PaymentMethodForm.cjs.js +1 -1
  55. package/dist/components/PaymentMethodForm/PaymentMethodForm.es.js +217 -5
  56. package/dist/components/SubscriptionSchedules/SubscriptionSchedules.ce.d.ts +1 -1
  57. package/dist/components/SubscriptionSchedules/SubscriptionSchedules.cjs.js +1 -1
  58. package/dist/components/SubscriptionSchedules/SubscriptionSchedules.es.js +154 -5
  59. package/dist/components/SubscriptionsList/SubscriptionsList.ce.d.ts +1 -1
  60. package/dist/components/SubscriptionsList/SubscriptionsList.cjs.js +1 -1
  61. package/dist/components/SubscriptionsList/SubscriptionsList.es.js +132 -5
  62. package/dist/components/WalletBalances/WalletBalances.ce.d.ts +3 -0
  63. package/dist/components/WalletBalances/WalletBalances.cjs.js +1 -0
  64. package/dist/components/WalletBalances/WalletBalances.es.js +120 -0
  65. package/dist/core/configuration.d.ts +2 -1
  66. package/dist/core/index.cjs.js +1 -1
  67. package/dist/core/index.d.ts +1 -0
  68. package/dist/core/index.es.js +1 -1
  69. package/dist/core/registry.d.ts +1 -1
  70. package/dist/core/types.d.ts +10 -2
  71. package/dist/customer-B31QzznT.mjs +32 -0
  72. package/dist/customer-hDxW1Dbp.js +1 -0
  73. package/dist/en-US-CgPY97Vq.js +1 -0
  74. package/dist/en-US-N3CUCsVy.mjs +179 -0
  75. package/dist/index-DIFK3mcJ.js +6 -0
  76. package/dist/index-DyvRdSR7.mjs +9673 -0
  77. package/dist/index.cjs.js +1 -1
  78. package/dist/index.d.ts +3 -0
  79. package/dist/index.es.js +43 -34
  80. package/dist/{invoices-C31Wz1Bu.mjs → invoices-DIYPN2j_.mjs} +2 -1
  81. package/dist/invoices-DzkA1jDc.js +1 -0
  82. package/dist/nl-NL-B8U9b85I.mjs +197 -0
  83. package/dist/nl-NL-qMRaTRrM.js +1 -0
  84. package/dist/{paymentMethods-CrU4G_2Y.mjs → paymentMethods-67b3UlTZ.mjs} +2 -1
  85. package/dist/paymentMethods-C_sdTkSF.js +1 -0
  86. package/dist/{payments-C3LPk9k9.js → payments-DkHhTHto.js} +1 -1
  87. package/dist/{payments-NtWI8KlU.mjs → payments-Dq6R37Fz.mjs} +1 -1
  88. package/dist/registry-BkViv4tv.js +1 -0
  89. package/dist/registry-Df_26rJy.mjs +144 -0
  90. package/dist/screens/Checkout/Checkout.ce.d.ts +1 -1
  91. package/dist/screens/Checkout/Checkout.cjs.js +1 -1
  92. package/dist/screens/Checkout/Checkout.es.js +4935 -5
  93. package/dist/screens/CustomerOverview/CustomerOverview.ce.d.ts +1 -1
  94. package/dist/screens/CustomerOverview/CustomerOverview.cjs.js +1 -1
  95. package/dist/screens/CustomerOverview/CustomerOverview.es.js +154 -5
  96. package/dist/screens/PayInvoice/PayInvoice.ce.d.ts +3 -0
  97. package/dist/screens/PayInvoice/PayInvoice.cjs.js +1 -0
  98. package/dist/screens/PayInvoice/PayInvoice.es.js +458 -0
  99. package/dist/screens/UpgradeSubscription/UpgradeSubscription.ce.d.ts +3 -0
  100. package/dist/screens/UpgradeSubscription/UpgradeSubscription.cjs.js +1 -0
  101. package/dist/screens/UpgradeSubscription/UpgradeSubscription.es.js +1066 -0
  102. package/dist/solvimon-web.css +1 -1
  103. package/dist/{subscriptions-3R7aMoky.mjs → subscriptions-ClGIr_aS.mjs} +2 -1
  104. package/dist/subscriptions-jelITJcX.js +1 -0
  105. package/dist/{useActionDispatchProvider-CBo_Hwu5.mjs → useActionDispatchProvider-BC57-Ufn.mjs} +1 -1
  106. package/dist/useActionDispatchProvider-rw9kWeE0.js +1 -0
  107. package/dist/useCustomer-Ba9WRtuT.mjs +25 -0
  108. package/dist/useCustomer-CUcaeQn_.js +1 -0
  109. package/dist/{useIncrementalLoading-fHCizCSo.mjs → useIncrementalLoading-Cnzh2mAz.mjs} +11 -10
  110. package/dist/useIncrementalLoading-DoTTXM2Y.js +1 -0
  111. package/dist/{useInvoiceData-dyvoDwFF.mjs → useInvoiceData-BJwwDur7.mjs} +6 -12
  112. package/dist/useInvoiceData-D2jkdmlA.js +1 -0
  113. package/dist/{useInvoicesList-rDvRzMqe.mjs → useInvoicesList-CFzAxyae.mjs} +34 -30
  114. package/dist/useInvoicesList-CaBCGs4h.js +1 -0
  115. package/dist/{useLoadInitialData-Dm48tlSO.mjs → useLoadInitialData-5sgImpzc.mjs} +5 -0
  116. package/dist/useLoadInitialData-DjwRHcAH.js +1 -0
  117. package/dist/usePaymentMethodOptions-C2k4npCQ.mjs +26 -0
  118. package/dist/usePaymentMethodOptions-DYO6xr3-.js +1 -0
  119. package/dist/{usePaymentMethods-Bq5fWl1Q.mjs → usePaymentMethods-CRWbH48K.mjs} +2 -2
  120. package/dist/{usePaymentMethods-Dbimodf0.js → usePaymentMethods-ryN_YohI.js} +1 -1
  121. package/dist/usePayments-Cw5PPEJa.mjs +36 -0
  122. package/dist/usePayments-DWXPGFvp.js +1 -0
  123. package/dist/usePortal-CxX4nrE4.js +1 -0
  124. package/dist/usePortal-cmE08vYs.mjs +12 -0
  125. package/dist/useService-Bb9r_sOQ.js +1 -0
  126. package/dist/useService-BsSEI8DZ.mjs +53 -0
  127. package/dist/useViewport-Bu0cyeSi.mjs +38 -0
  128. package/dist/useViewport-CKRY1CKR.js +1 -0
  129. package/dist/useWalletBalanceItems-CkDqmk36.mjs +109 -0
  130. package/dist/useWalletBalanceItems-CpZ1NWPr.js +1 -0
  131. package/dist/useWatchDebounced-2ZLnfgvG.js +1 -0
  132. package/dist/useWatchDebounced-D1xuIX6_.mjs +12 -0
  133. package/dist/vendor-ui-5pJF5KBP.js +1 -0
  134. package/dist/vendor-ui-C0K3osvz.mjs +27645 -0
  135. package/package.json +47 -20
  136. package/dist/BillingInformation.entry.ce-1xVdsWlL.mjs +0 -99
  137. package/dist/BillingInformation.entry.ce-DkrfEvK_.js +0 -1
  138. package/dist/BillingInformation.vue_vue_type_script_setup_true_lang-VMlVPI4O.js +0 -1
  139. package/dist/BillingInformationForm.entry.ce-MPMirEsk.js +0 -1
  140. package/dist/BillingInformationForm.entry.ce-xfT0Jqps.mjs +0 -579
  141. package/dist/Checkout.entry.ce-Bif6vR1K.mjs +0 -5185
  142. package/dist/Checkout.entry.ce-CkQnLAn4.js +0 -1
  143. package/dist/ContentWithAsideLayout-CIVSoqFr.js +0 -1
  144. package/dist/CustomerOverview.entry.ce-C__omsVl.js +0 -1
  145. package/dist/CustomerOverview.entry.ce-Ce_Yk8-i.mjs +0 -231
  146. package/dist/CustomerPaymentMethods.entry.ce-CZwy8Aqq.mjs +0 -135
  147. package/dist/CustomerPaymentMethods.entry.ce-DnjlRHPA.js +0 -1
  148. package/dist/Invoice.entry.ce-CdJ9TPZe.mjs +0 -583
  149. package/dist/Invoice.entry.ce-Cgr43ome.js +0 -1
  150. package/dist/InvoiceDetails.entry.ce-Cnpz8CLJ.mjs +0 -130
  151. package/dist/InvoiceDetails.entry.ce-jHDyWra2.js +0 -1
  152. package/dist/InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-t6E9_dWJ.js +0 -1
  153. package/dist/InvoicesList.entry.ce-38iOW5qh.js +0 -1
  154. package/dist/InvoicesList.entry.ce-BBaHEtAD.mjs +0 -105
  155. package/dist/PaymentHistory.entry.ce-DDeHMhK_.js +0 -1
  156. package/dist/PaymentHistory.entry.ce-Dw2NiP4l.mjs +0 -134
  157. package/dist/PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-8UxAr2hU.js +0 -1
  158. package/dist/PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-BCdv5DbH.mjs +0 -6568
  159. package/dist/PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-xJ8kJbRo.js +0 -1
  160. package/dist/PaymentMethodForm.entry.ce-f4cFExKc.mjs +0 -238
  161. package/dist/PaymentMethodForm.entry.ce-zxeBXZW6.js +0 -1
  162. package/dist/Skeleton.vue_vue_type_script_setup_true_lang-CQqTurIt.js +0 -1
  163. package/dist/SubscriptionSchedules.entry.ce-B4T_yQC1.js +0 -1
  164. package/dist/SubscriptionSchedules.entry.ce-B4vQ7QLk.mjs +0 -153
  165. package/dist/SubscriptionsList.entry.ce-B5SJCQW0.js +0 -1
  166. package/dist/SubscriptionsList.entry.ce-cNYuQZZj.mjs +0 -135
  167. package/dist/SubscriptionsList.vue_vue_type_script_setup_true_lang-DqZLFDCv.js +0 -1
  168. package/dist/_Uint8Array-DHE03FZr.mjs +0 -507
  169. package/dist/_Uint8Array-DxISR7XF.js +0 -1
  170. package/dist/auto-B_36W1Fc.js +0 -6
  171. package/dist/auto-BfMZdgp-.mjs +0 -14207
  172. package/dist/cloneDeep-Hs8Pp07F.js +0 -1
  173. package/dist/cloneDeep-sm9cY-u2.mjs +0 -212
  174. package/dist/component-BkmcE85U.mjs +0 -58654
  175. package/dist/component-Df5eNqYX.js +0 -1
  176. package/dist/index-2jo9BSPM.js +0 -1
  177. package/dist/index-BFZ0dPh9.mjs +0 -179
  178. package/dist/index-CWSXne1Q.js +0 -1
  179. package/dist/index-D3v7hAtc.mjs +0 -253
  180. package/dist/invoices-8M_3ur_U.js +0 -1
  181. package/dist/paymentMethods-CzUqDlvc.js +0 -1
  182. package/dist/registry-By94DXE2.js +0 -1
  183. package/dist/registry-shRKDl3K.mjs +0 -127
  184. package/dist/sprite-i5T7eZnk-C55G-dBo.js +0 -1
  185. package/dist/sprite-i5T7eZnk-i5T7eZnk.mjs +0 -4
  186. package/dist/subscriptions-CqK7t-fF.js +0 -1
  187. package/dist/useActionDispatchProvider-DsIljrhi.js +0 -1
  188. package/dist/useCustomer-BRY0tuBH.mjs +0 -45
  189. package/dist/useCustomer-Dp8sGHI0.js +0 -1
  190. package/dist/useCustomerPaymentMethodOptions-DYpMDnJR.js +0 -1
  191. package/dist/useIncrementalLoading-D8oKNxX7.js +0 -1
  192. package/dist/useInvoiceData-DImEH1ca.js +0 -1
  193. package/dist/useInvoicesList-BZQ9Y0qN.js +0 -1
  194. package/dist/useLoadInitialData-BRg7IWqW.js +0 -1
  195. package/dist/useService-Dz13Nxbi.mjs +0 -272
  196. package/dist/useService-bNNi4GB8.js +0 -1
@@ -0,0 +1,120 @@
1
+ import { defineComponent, openBlock, createBlock, renderSlot, unref, withCtx, createVNode, normalizeProps, guardReactiveProps } from "vue";
2
+ import { A as ApiStatus } from "../../ApiStatus-CyNDp_op.mjs";
3
+ import { _ as _sfc_main$3, u as useCustomerWalletBalances, a as useWalletBalanceItems } from "../../useWalletBalanceItems-CkDqmk36.mjs";
4
+ import { u as useLoadInitialData } from "../../useLoadInitialData-5sgImpzc.mjs";
5
+ import { _ as _sfc_main$4, d as defineCustomElement, g as getComponentName } from "../../component-Djrf1L-Z.mjs";
6
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
7
+ __name: "WalletBalances",
8
+ props: {
9
+ hasError: { type: Boolean },
10
+ isLoading: { type: Boolean },
11
+ walletBalances: { type: Array }
12
+ },
13
+ setup(__props) {
14
+ return (_ctx, _cache) => {
15
+ return openBlock(), createBlock(_sfc_main$3, {
16
+ class: "sv-wallet-balances sv-root sv-component",
17
+ "has-error": __props.hasError,
18
+ "is-loading": __props.isLoading,
19
+ "wallet-balances": __props.walletBalances
20
+ }, null, 8, ["has-error", "is-loading", "wallet-balances"]);
21
+ };
22
+ }
23
+ });
24
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25
+ __name: "WalletBalances.entry.view",
26
+ props: {
27
+ portalObject: { type: Object },
28
+ environment: { type: String },
29
+ locale: { type: String },
30
+ dateLocale: { type: String },
31
+ messages: { type: Object },
32
+ primaryColor: { type: String },
33
+ secondaryColor: { type: String },
34
+ isShadowRoot: { type: Boolean },
35
+ experimentalFeatures: { type: Array },
36
+ logLevel: { type: String },
37
+ onLog: { type: Function },
38
+ allowedPortalTypes: { type: Array },
39
+ cssOverrides: { type: [String, Array] },
40
+ branding: { type: Object }
41
+ },
42
+ setup(__props) {
43
+ const props = __props;
44
+ const customerId = props.portalObject.customer_id;
45
+ const customerWalletBalances = useCustomerWalletBalances({ customerId });
46
+ const walletBalanceItems = useWalletBalanceItems(customerWalletBalances.walletBalances);
47
+ const { isLoading } = useLoadInitialData(customerWalletBalances.fetch());
48
+ return (_ctx, _cache) => {
49
+ return renderSlot(_ctx.$slots, "default", {
50
+ customerWalletBalances: unref(customerWalletBalances),
51
+ walletBalanceItems: unref(walletBalanceItems),
52
+ isLoading: unref(isLoading)
53
+ });
54
+ };
55
+ }
56
+ });
57
+ const _sfc_main = /* @__PURE__ */ defineComponent({
58
+ __name: "WalletBalances.entry",
59
+ props: {
60
+ portalObject: { type: Object },
61
+ environment: { type: String },
62
+ locale: { type: String },
63
+ dateLocale: { type: String },
64
+ messages: { type: Object },
65
+ primaryColor: { type: String },
66
+ secondaryColor: { type: String },
67
+ isShadowRoot: { type: Boolean },
68
+ experimentalFeatures: { type: Array },
69
+ logLevel: { type: String },
70
+ onLog: { type: Function },
71
+ allowedPortalTypes: { type: Array },
72
+ cssOverrides: { type: [String, Array] },
73
+ branding: { type: Object }
74
+ },
75
+ setup(__props) {
76
+ return (_ctx, _cache) => {
77
+ var _a, _b, _c, _d;
78
+ return openBlock(), createBlock(unref(_sfc_main$4), {
79
+ "custom-element-name": unref(COMPONENT_NAME),
80
+ environment: __props.environment,
81
+ locale: __props.locale,
82
+ "portal-object": __props.portalObject,
83
+ "allowed-portal-types": ["CUSTOMER"],
84
+ "primary-color": (_b = (_a = __props.branding) == null ? void 0 : _a.colors) == null ? void 0 : _b.primary,
85
+ "secondary-color": (_d = (_c = __props.branding) == null ? void 0 : _c.colors) == null ? void 0 : _d.secondary,
86
+ "experimental-features": __props.experimentalFeatures,
87
+ "log-level": __props.logLevel,
88
+ "on-log": __props.onLog,
89
+ "css-overrides": __props.cssOverrides,
90
+ onError: _cache[0] || (_cache[0] = (error) => _ctx.$emit("error", error))
91
+ }, {
92
+ default: withCtx(() => [
93
+ createVNode(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$props)), {
94
+ default: withCtx(({ customerWalletBalances, walletBalanceItems, isLoading }) => [
95
+ createVNode(_sfc_main$2, {
96
+ "has-error": customerWalletBalances.apiStatus.value === unref(ApiStatus).Failed,
97
+ "is-loading": isLoading,
98
+ "wallet-balances": walletBalanceItems
99
+ }, null, 8, ["has-error", "is-loading", "wallet-balances"])
100
+ ]),
101
+ _: 1
102
+ }, 16)
103
+ ]),
104
+ _: 1
105
+ }, 8, ["custom-element-name", "environment", "locale", "portal-object", "primary-color", "secondary-color", "experimental-features", "log-level", "on-log", "css-overrides"]);
106
+ };
107
+ }
108
+ });
109
+ const SolvimonWalletBalances = defineCustomElement(_sfc_main);
110
+ const COMPONENT_NAME = getComponentName("wallet-balances");
111
+ const defineSolvimonWalletBalances = () => {
112
+ if (!customElements.get(COMPONENT_NAME)) {
113
+ customElements.define(COMPONENT_NAME, SolvimonWalletBalances);
114
+ }
115
+ };
116
+ export {
117
+ COMPONENT_NAME,
118
+ SolvimonWalletBalances,
119
+ defineSolvimonWalletBalances
120
+ };
@@ -1,2 +1,3 @@
1
1
  import { CoreConfiguration, SolvimonMountConfig } from './types';
2
- export declare function createSolvimonCore<TConfig extends SolvimonMountConfig = SolvimonMountConfig>(config?: TConfig): CoreConfiguration<TConfig>;
2
+ export declare function createSolvimonCore(): CoreConfiguration<SolvimonMountConfig>;
3
+ export declare function createSolvimonCore<TConfig extends SolvimonMountConfig>(config: TConfig): CoreConfiguration<TConfig>;
@@ -1 +1 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../registry-By94DXE2.js");exports.createSolvimonCore=e.createSolvimonCore,exports.getRegisteredComponentIds=e.getRegisteredComponentIds,exports.getRegisteredScreenIds=e.getRegisteredScreenIds;
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../registry-BkViv4tv.js");exports.createSolvimonCore=e.createSolvimonCore,exports.getRegisteredComponentIds=e.getRegisteredComponentIds,exports.getRegisteredScreenIds=e.getRegisteredScreenIds;
@@ -8,3 +8,4 @@ export { createSolvimonCore } from './configuration';
8
8
  export { getRegisteredScreenIds, getRegisteredComponentIds } from './registry';
9
9
  export type { CoreConfiguration, ComponentConfigurationById, ScreenConfigurationById, ComponentMountConfiguration, ScreenMountConfiguration, SolvimonMountConfig, SolvimonMountInstance, RegisteredScreenId, RegisteredComponentId, } from './types';
10
10
  export type { ActionRequestDetail, RequestActionEvent } from './action-request.types';
11
+ export type { LogEntry, LogLevel, LogSink, ErrorCode, WarnCode, } from '../../components/providers/LoggerProvider/LoggerProvider.types';
@@ -1,4 +1,4 @@
1
- import { c, g, a } from "../registry-shRKDl3K.mjs";
1
+ import { c, g, a } from "../registry-Df_26rJy.mjs";
2
2
  export {
3
3
  c as createSolvimonCore,
4
4
  g as getRegisteredComponentIds,
@@ -1,4 +1,4 @@
1
- import { Component } from 'vue';
1
+ import { Component } from '../../../node_modules/vue/dist/vue.d.ts';
2
2
  import { RegisteredScreenId, RegisteredComponentId } from './types';
3
3
  export declare function getScreenComponent(id: string): Component | undefined;
4
4
  export declare function getComponent(id: string): Component | undefined;
@@ -1,5 +1,6 @@
1
1
  import { Environment, PlatformBranding } from '@solvimon/solvimon-types';
2
2
  import { IntlMessages } from '@solvimon/solvimon-ui';
3
+ import { LogLevel, LogSink } from '../../components/providers/LoggerProvider/LoggerProvider.types';
3
4
  import { SolvimonBillingInformationEntryProps } from '../components/BillingInformation/BillingInformation.entry.types';
4
5
  import { SolvimonBillingInformationFormEntryProps } from '../components/BillingInformationForm/BillingInformationForm.entry.types';
5
6
  import { SolvimonCustomerPaymentMethodsEntryProps } from '../components/CustomerPaymentMethods/CustomerPaymentMethods.entry.types';
@@ -10,8 +11,11 @@ import { SolvimonPaymentMethodFormEntryProps } from '../components/PaymentMethod
10
11
  import { SolvimonPaymentHistoryEntryProps } from '../components/PaymentHistory/PaymentHistory.entry.types';
11
12
  import { SolvimonSubscriptionSchedulesEntryProps } from '../components/SubscriptionSchedules/SubscriptionSchedules.entry.types';
12
13
  import { SolvimonSubscriptionsListEntryProps } from '../components/SubscriptionsList/SubscriptionsList.entry.types';
14
+ import { SolvimonWalletBalancesEntryProps } from '../components/WalletBalances/WalletBalances.entry.types';
13
15
  import { SolvimonCheckoutEntryProps } from '../screens/Checkout/Checkout.entry.types';
14
16
  import { SolvimonCustomerOverviewEntryProps } from '../screens/CustomerOverview/CustomerOverview.entry.types';
17
+ import { SolvimonUpgradeSubscriptionEntryProps } from '../screens/UpgradeSubscription/UpgradeSubscription.entry.types';
18
+ import { SolvimonPayInvoiceEntryProps } from '../screens/PayInvoice/PayInvoice.entry.types';
15
19
  /**
16
20
  * Shared configuration passed to all mounted Solvimon components and screens.
17
21
  * Extends the base entry props (environment, locale, branding, etc.).
@@ -22,9 +26,10 @@ export interface SharedSolvimonMountConfig {
22
26
  dateLocale?: string;
23
27
  messages?: IntlMessages;
24
28
  experimentalFeatures?: unknown[];
25
- logLevel?: 'debug' | 'info' | 'warn' | 'error';
26
- onLog?: (entry: unknown) => void;
29
+ logLevel?: LogLevel;
30
+ onLog?: LogSink;
27
31
  branding?: PlatformBranding;
32
+ cssOverrides?: string | string[];
28
33
  }
29
34
  export type SolvimonMountConfig = SharedSolvimonMountConfig;
30
35
  /**
@@ -42,6 +47,7 @@ interface RegisteredComponentEntryPropsById {
42
47
  'subscription-schedules': SolvimonSubscriptionSchedulesEntryProps;
43
48
  'subscriptions-list': SolvimonSubscriptionsListEntryProps;
44
49
  'customer-payment-methods': SolvimonCustomerPaymentMethodsEntryProps;
50
+ 'wallet-balances': SolvimonWalletBalancesEntryProps;
45
51
  'billing-information': SolvimonBillingInformationEntryProps;
46
52
  'billing-information-form': SolvimonBillingInformationFormEntryProps;
47
53
  'payment-method-form': SolvimonPaymentMethodFormEntryProps;
@@ -49,6 +55,8 @@ interface RegisteredComponentEntryPropsById {
49
55
  interface RegisteredScreenEntryPropsById {
50
56
  checkout: SolvimonCheckoutEntryProps;
51
57
  'customer-overview': SolvimonCustomerOverviewEntryProps;
58
+ 'upgrade-subscription': SolvimonUpgradeSubscriptionEntryProps;
59
+ 'pay-invoice': SolvimonPayInvoiceEntryProps;
52
60
  }
53
61
  /**
54
62
  * Registered screen ids that can be used with createScreen.
@@ -0,0 +1,32 @@
1
+ import { c as createRequestService, u as useConfig } from "./component-Djrf1L-Z.mjs";
2
+ function createCustomerService() {
3
+ const request = createRequestService();
4
+ const config = useConfig();
5
+ function getCustomer(customerId) {
6
+ return request({
7
+ url: `${config.apiUrls.config}/portal/customers/${customerId}`
8
+ });
9
+ }
10
+ function updateCustomer(customerId, payload) {
11
+ return request({
12
+ url: `${config.apiUrls.config}/portal/customers/${customerId}`,
13
+ options: { method: "PATCH" },
14
+ data: payload
15
+ });
16
+ }
17
+ function checkTaxID(payload) {
18
+ return request({
19
+ url: `${config.apiUrls.config}/portal/customers/validate-tax-id`,
20
+ options: { method: "POST" },
21
+ data: payload
22
+ });
23
+ }
24
+ return {
25
+ getCustomer,
26
+ updateCustomer,
27
+ checkTaxID
28
+ };
29
+ }
30
+ export {
31
+ createCustomerService as c
32
+ };
@@ -0,0 +1 @@
1
+ const t=require("./component-BOqPDAVk.js");exports.createCustomerService=function(){const e=t.createRequestService(),r=t.useConfig();return{getCustomer:function(t){return e({url:`${r.apiUrls.config}/portal/customers/${t}`})},updateCustomer:function(t,o){return e({url:`${r.apiUrls.config}/portal/customers/${t}`,options:{method:"PATCH"},data:o})},checkTaxID:function(t){return e({url:`${r.apiUrls.config}/portal/customers/validate-tax-id`,options:{method:"POST"},data:t})}}};
@@ -0,0 +1 @@
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="{pricing} per {billing_period}",t={"addon_multiple_editor.add_to_subscription_button":"Add to subscription","addon_multiple_editor.description":"Select any number of products","addon_multiple_editor.unsupported_pricing_error":"Unsupported pricing","addon_single_editor.description.at_least_one":"Select at least one product","addon_single_editor.description.at_most_one":"Select up to one product","addon_single_editor.description.exactly_one":"Select one product","billing_information_form.submit_button.label":"Save changes","checkout.address.city.placeholder":"City...","checkout.address.line1.placeholder":"Address line 1...","checkout.address.line2.placeholder":"Address line 2...","checkout.address.portal_code.placeholder":"Postal code...","checkout.address.state.placeholder":"State...","checkout.address.title":"Billing address","checkout.agreement.subscription":"{subscription_amount}/{billing_period} until canceled, starting {start_date, date, long}.","checkout.agreement.trial":"{discounted_amount} for {trial_period}, then {subscription_amount}/{billing_period} until canceled, starting {start_date, date, ::MMMMd}.","checkout.agreement.trial.free":"Free","checkout.billing_details.add_billing_details_button.label":"More billing details","checkout.billing_details.remove_billing_details_button.label":"Remove billing details","checkout.billing_information_block.title":"Billing details","checkout.company_purchase_toggle.sub_title":"I am purchasing on behalf of a company","checkout.company_purchase_toggle.title":"Company purchase","checkout.contact_information_block.title":"Customer information","checkout.country.label":"Billing country","checkout.customize_plan_block.title":"Customize plan","checkout.email_address.label":"Email address","checkout.email_address.placeholder":"Email address...","checkout.express_payment_methods.divider_text":"Or","checkout.express_payment_methods.title":"Subscribe instantly with","checkout.first_name.label":"First name","checkout.first_name.placeholder":"First name...","checkout.invoice_preview.no_country_selected_message":"Please select a country first","checkout.invoice_preview.usage_based_message":"+ Usage","checkout.last_name.label":"Last name","checkout.last_name.placeholder":"Last name...","checkout.legal_name.label":"Legal entity name","checkout.legal_name.placeholder":"Legal entity name...","checkout.not_available.contact_support_message":"this page to try again, or contact customer support.","checkout.not_available.description":"The checkout is currently not available.","checkout.not_available.reload_button":"Reload","checkout.not_available.title":"Checkout not available","checkout.optional_suffix.label":"(optional)","checkout.order_summary_block.billing_period.label":"Billed {period}","checkout.order_summary_block.billing_period.per_label":"/{period}","checkout.order_summary_block.billing_period.per_quarter":"/quarter","checkout.order_summary_block.billing_period.quarterly":"Billed quarterly","checkout.order_summary_block.billing_period.save_badge.prefix":"Save {amount}","checkout.order_summary_block.billing_period.save_badge.suffix":"/year","checkout.order_summary_block.billing_period.sub_label":"{amount}{period}","checkout.order_summary_block.title":"Order summary","checkout.page_title":"Pay and subscribe","checkout.pay_and_subscribe_button.label":"Pay and subscribe","checkout.pay_and_subscribe_button_trial.label":"Start trial","checkout.payment_method_block.no_country_selected_message":"Payment methods will be shown after you select the billing country.","checkout.payment_method_block.no_country_selected_title":"Select your billing country","checkout.payment_method_block.no_payment_methods_available_message":"There are no available payment methods. Please contact support for more information.","checkout.payment_method_block.no_payment_methods_available_title":"No payment methods available","checkout.payment_method_block.title":"Payment method","checkout.payment_methods.no_country_selected_message":"Select a country to see the available payment methods","checkout.promotion_code.add_label":"Add promotion code","checkout.promotion_code.applied_label":"Promotion applied","checkout.promotion_code.applied_status":"Promotion code applied","checkout.promotion_code.apply_aria_label":"Apply promotion code","checkout.promotion_code.apply_button":"Apply","checkout.promotion_code.apply_failed":"Promotion code could not be applied. Please try again.","checkout.promotion_code.input_aria_label":"Promotion code","checkout.promotion_code.placeholder":"Promotion code","checkout.promotion_code.remove_aria_label":"Remove promotion code","checkout.promotion_code.remove_failed":"Promotion code could not be removed. Please try again.","checkout.promotion_code.removed_status":"Promotion code removed","checkout.subscription_description":"You will be billed <strong>{price}</strong> per {period_name}, starting today.","checkout.trial.label":"Trial","checkout.trial_period_description":"You will be billed <strong>{price}</strong> per {period_name}, starting {startDate, date, long}.","checkout.vat_number.check_button.label":"Check","checkout.vat_number.label":"VAT number","checkout.vat_number.placeholder":"VAT number...","components.payment_method_form.section_title":"Available payment methods","customer.invoice_table.pay_invoice_button.label":"Pay","customer.subscriptions_block.cancel_button_label":"Cancel subscription","customer.subscriptions_block.next_billing_date":"Next billing date","customer.subscriptions_block.renew_button_label":"Renew subscription","customer.subscriptions_block.show_details_button_label":"Subscription details","customer_overview.billing_information_block.load_failed.subtitle":"Please refresh or contact support.","customer_overview.billing_information_block.load_failed.title":"We can’t load your billing information","customer_overview.billing_information_block.title":"Billing information","customer_overview.billing_information_block.view_all_payment_methods_link_label":"Edit","customer_overview.payment_methods.title":"{count,plural,one{Payment method} other{Payment methods}}","customer_overview.payment_methods_block.add_payment_method_button_label":"Add payment method","customer_overview.payment_methods_block.add_payment_method_helper_text":"Add a payment method for recurring invoice payments.","customer_overview.payment_methods_block.view_all_payment_methods_link_label":"View all","customer_overview.subscriptions_block.fallback_subscription_name":"Subscription","customer_overview.subscriptions_block.no_active_subscription_content":"There’s no active subscription to display.","customer_overview.subscriptions_block.no_active_subscription_title":"No subscriptions","customer_overview.subscriptions_block.title":"{count,plural,one{My subscription} other{My subscriptions}}","customer_overview.subscriptions_block.view_all_button_label":"View all","customer_overview.wallet_balances_block.title":"{count,plural,one{Wallet} other{Wallets}}","empty_state.retry.button":"Refresh",empty_value_placeholder:"-","invoice_credits.balance.table_header":"Balance","invoice_credits.credit_breakdown.table_header":"Credit breakdown","invoice_credits.remaining.table_header":"Remaining","invoice_credits.used.table_header":"Used","invoice_preview.taxes_not_determined_by_billing_information_tooltip":"Will be determined by billing information","invoice_table.button.load_more":"Load more","invoice_table.chip.paid":"Paid","invoice_table.header.amount":"Amount","invoice_table.header.date":"Date","invoice_table.header.invoice_number":"Invoice","invoice_table.header.status":"Status","invoices_list.title":"Schedules","on_demand_pricing_row.add_to_cart_button_label":"Add to cart","on_demand_pricing_row.one_off_label":"one-off","on_demand_pricing_row.remove_button_label":"Remove","pay_button.label.amount_and_payment_method":"Pay {amount} with {type}","pay_button.label.amount_only":"Pay {amount}","pay_button.label.default":"Pay","pay_invoice.error.description":"Please try again or contact support.","pay_invoice.error.title":"Something went wrong","pay_invoice.paid.title":"Thank you for your payment!","pay_invoice.payment_methods.title":"Payment methods","payment_completed_card.redirect_message":"You are being redirected...","payment_completed_card.title.authorize":"Payment successful","payment_completed_card.title.tokenize":"Your payment method is added","payment_integration_form.select_payment_method_error":"Select a payment method","payments.retry_button.label":"Try again","pricing_group_multiple_editor.at_least_one_description":"Select at least one product",pricing_item_pricing:e,"pricing_item_pricing.unsupported_pricing_error":"Unsupported pricing","sdk.invoice_details.customer_billing_information.title":"Your billing information","sdk.invoice_details.invoice.download_pdf":"Download the PDF for a full breakdown","sdk.invoice_details.invoice.title":"Invoice","sdk.invoice_details.invoice_details_block.due_date":"Due date","sdk.invoice_details.invoice_details_block.invoice_date":"Invoice date","sdk.invoice_details.invoice_details_block.title":"Invoice details","sdk.invoice_details.payment_history.payment_attempt":"Payment attempt","sdk.invoice_details.payment_history.title":"Payment history","seats.label":"Seats","seats.price_per_seat_period":"{amount} per seat/{period}","seats.tiered_price_per_seat_period":"{amount} per seat/{period}","seats.tiered_pricing_label":"Tiered pricing","seats.tiered_range_label":"{lower_bound} - {upper_bound} seats","seats.tiered_unbounded_range_label":"> {lower_bound} seats","secure_payments_kpi.generic":"Secure and encrypted payments","secure_payments_kpi.specific_vendor":"Secure and encrypted payments by","subscription_payment_completed_card.continue":"Continue to merchant","subscription_payment_completed_card.thank_you_for_subscribing":"Thank you for subscribing.","subscription_payment_completed_card.title":"Payment successful","tax_check.invalid_vat_number":"VAT number is invalid.","tax_check.valid_vat_number":"VAT number is valid.","upgrade_subscription.empty_state":"No on-demand add-ons are available for this subscription.","upgrade_subscription.kpi.encrypted_payments.label":"Secure and encrypted payments","upgrade_subscription.order_summary.empty_state":"Select add-ons to see pricing.","upgrade_subscription.order_summary.one_off_label":"one-off","upgrade_subscription.order_summary.subtotal_label":"Total excluding taxes","upgrade_subscription.order_summary.taxes_label":"Taxes","upgrade_subscription.order_summary.title":"Order summary","upgrade_subscription.order_summary.total_label":"Total due today","upgrade_subscription.payment_picker.all_title":"All payment methods","upgrade_subscription.payment_picker.saved_title":"Saved payment methods","upgrade_subscription.pricing_row.add_button_label":"Add to cart","upgrade_subscription.pricing_row.one_off_label":"one-off","upgrade_subscription.pricing_row.remove_button_label":"Remove","upgrade_subscription.purchase_button.label":"Purchase","upgrade_subscription.purchase_error":"Something went wrong. Please try again.","upgrade_subscription.success.subtitle":"Your add-ons have been activated.","upgrade_subscription.success.title":"Payment successful","wallet_balance.credit_type_fallback_label":"Credits","wallet_balance.details.header":"Wallet balance","wallet_balance.load_failed":"Could not load wallet balances","wallet_balance.service_period_heading":"Service period - {startAt} - {endAt}","wallet_balance.wallet_ballance_title":"Balance"};exports.default=t,exports.empty_value_placeholder="-",exports.pricing_item_pricing=e;
@@ -0,0 +1,179 @@
1
+ const empty_value_placeholder = "-";
2
+ const pricing_item_pricing = "{pricing} per {billing_period}";
3
+ const enUS = {
4
+ "addon_multiple_editor.add_to_subscription_button": "Add to subscription",
5
+ "addon_multiple_editor.description": "Select any number of products",
6
+ "addon_multiple_editor.unsupported_pricing_error": "Unsupported pricing",
7
+ "addon_single_editor.description.at_least_one": "Select at least one product",
8
+ "addon_single_editor.description.at_most_one": "Select up to one product",
9
+ "addon_single_editor.description.exactly_one": "Select one product",
10
+ "billing_information_form.submit_button.label": "Save changes",
11
+ "checkout.address.city.placeholder": "City...",
12
+ "checkout.address.line1.placeholder": "Address line 1...",
13
+ "checkout.address.line2.placeholder": "Address line 2...",
14
+ "checkout.address.portal_code.placeholder": "Postal code...",
15
+ "checkout.address.state.placeholder": "State...",
16
+ "checkout.address.title": "Billing address",
17
+ "checkout.agreement.subscription": "{subscription_amount}/{billing_period} until canceled, starting {start_date, date, long}.",
18
+ "checkout.agreement.trial": "{discounted_amount} for {trial_period}, then {subscription_amount}/{billing_period} until canceled, starting {start_date, date, ::MMMMd}.",
19
+ "checkout.agreement.trial.free": "Free",
20
+ "checkout.billing_details.add_billing_details_button.label": "More billing details",
21
+ "checkout.billing_details.remove_billing_details_button.label": "Remove billing details",
22
+ "checkout.billing_information_block.title": "Billing details",
23
+ "checkout.company_purchase_toggle.sub_title": "I am purchasing on behalf of a company",
24
+ "checkout.company_purchase_toggle.title": "Company purchase",
25
+ "checkout.contact_information_block.title": "Customer information",
26
+ "checkout.country.label": "Billing country",
27
+ "checkout.customize_plan_block.title": "Customize plan",
28
+ "checkout.email_address.label": "Email address",
29
+ "checkout.email_address.placeholder": "Email address...",
30
+ "checkout.express_payment_methods.divider_text": "Or",
31
+ "checkout.express_payment_methods.title": "Subscribe instantly with",
32
+ "checkout.first_name.label": "First name",
33
+ "checkout.first_name.placeholder": "First name...",
34
+ "checkout.invoice_preview.no_country_selected_message": "Please select a country first",
35
+ "checkout.invoice_preview.usage_based_message": "+ Usage",
36
+ "checkout.last_name.label": "Last name",
37
+ "checkout.last_name.placeholder": "Last name...",
38
+ "checkout.legal_name.label": "Legal entity name",
39
+ "checkout.legal_name.placeholder": "Legal entity name...",
40
+ "checkout.not_available.contact_support_message": "this page to try again, or contact customer support.",
41
+ "checkout.not_available.description": "The checkout is currently not available.",
42
+ "checkout.not_available.reload_button": "Reload",
43
+ "checkout.not_available.title": "Checkout not available",
44
+ "checkout.optional_suffix.label": "(optional)",
45
+ "checkout.order_summary_block.billing_period.label": "Billed {period}",
46
+ "checkout.order_summary_block.billing_period.per_label": "/{period}",
47
+ "checkout.order_summary_block.billing_period.per_quarter": "/quarter",
48
+ "checkout.order_summary_block.billing_period.quarterly": "Billed quarterly",
49
+ "checkout.order_summary_block.billing_period.save_badge.prefix": "Save {amount}",
50
+ "checkout.order_summary_block.billing_period.save_badge.suffix": "/year",
51
+ "checkout.order_summary_block.billing_period.sub_label": "{amount}{period}",
52
+ "checkout.order_summary_block.title": "Order summary",
53
+ "checkout.page_title": "Pay and subscribe",
54
+ "checkout.pay_and_subscribe_button.label": "Pay and subscribe",
55
+ "checkout.pay_and_subscribe_button_trial.label": "Start trial",
56
+ "checkout.payment_method_block.no_country_selected_message": "Payment methods will be shown after you select the billing country.",
57
+ "checkout.payment_method_block.no_country_selected_title": "Select your billing country",
58
+ "checkout.payment_method_block.no_payment_methods_available_message": "There are no available payment methods. Please contact support for more information.",
59
+ "checkout.payment_method_block.no_payment_methods_available_title": "No payment methods available",
60
+ "checkout.payment_method_block.title": "Payment method",
61
+ "checkout.payment_methods.no_country_selected_message": "Select a country to see the available payment methods",
62
+ "checkout.promotion_code.add_label": "Add promotion code",
63
+ "checkout.promotion_code.applied_label": "Promotion applied",
64
+ "checkout.promotion_code.applied_status": "Promotion code applied",
65
+ "checkout.promotion_code.apply_aria_label": "Apply promotion code",
66
+ "checkout.promotion_code.apply_button": "Apply",
67
+ "checkout.promotion_code.apply_failed": "Promotion code could not be applied. Please try again.",
68
+ "checkout.promotion_code.input_aria_label": "Promotion code",
69
+ "checkout.promotion_code.placeholder": "Promotion code",
70
+ "checkout.promotion_code.remove_aria_label": "Remove promotion code",
71
+ "checkout.promotion_code.remove_failed": "Promotion code could not be removed. Please try again.",
72
+ "checkout.promotion_code.removed_status": "Promotion code removed",
73
+ "checkout.subscription_description": "You will be billed <strong>{price}</strong> per {period_name}, starting today.",
74
+ "checkout.trial.label": "Trial",
75
+ "checkout.trial_period_description": "You will be billed <strong>{price}</strong> per {period_name}, starting {startDate, date, long}.",
76
+ "checkout.vat_number.check_button.label": "Check",
77
+ "checkout.vat_number.label": "VAT number",
78
+ "checkout.vat_number.placeholder": "VAT number...",
79
+ "components.payment_method_form.section_title": "Available payment methods",
80
+ "customer.invoice_table.pay_invoice_button.label": "Pay",
81
+ "customer.subscriptions_block.cancel_button_label": "Cancel subscription",
82
+ "customer.subscriptions_block.next_billing_date": "Next billing date",
83
+ "customer.subscriptions_block.renew_button_label": "Renew subscription",
84
+ "customer.subscriptions_block.show_details_button_label": "Subscription details",
85
+ "customer_overview.billing_information_block.load_failed.subtitle": "Please refresh or contact support.",
86
+ "customer_overview.billing_information_block.load_failed.title": "We can’t load your billing information",
87
+ "customer_overview.billing_information_block.title": "Billing information",
88
+ "customer_overview.billing_information_block.view_all_payment_methods_link_label": "Edit",
89
+ "customer_overview.payment_methods.title": "{count,plural,one{Payment method} other{Payment methods}}",
90
+ "customer_overview.payment_methods_block.add_payment_method_button_label": "Add payment method",
91
+ "customer_overview.payment_methods_block.add_payment_method_helper_text": "Add a payment method for recurring invoice payments.",
92
+ "customer_overview.payment_methods_block.view_all_payment_methods_link_label": "View all",
93
+ "customer_overview.subscriptions_block.fallback_subscription_name": "Subscription",
94
+ "customer_overview.subscriptions_block.no_active_subscription_content": "There’s no active subscription to display.",
95
+ "customer_overview.subscriptions_block.no_active_subscription_title": "No subscriptions",
96
+ "customer_overview.subscriptions_block.title": "{count,plural,one{My subscription} other{My subscriptions}}",
97
+ "customer_overview.subscriptions_block.view_all_button_label": "View all",
98
+ "customer_overview.wallet_balances_block.title": "{count,plural,one{Wallet} other{Wallets}}",
99
+ "empty_state.retry.button": "Refresh",
100
+ empty_value_placeholder,
101
+ "invoice_credits.balance.table_header": "Balance",
102
+ "invoice_credits.credit_breakdown.table_header": "Credit breakdown",
103
+ "invoice_credits.remaining.table_header": "Remaining",
104
+ "invoice_credits.used.table_header": "Used",
105
+ "invoice_preview.taxes_not_determined_by_billing_information_tooltip": "Will be determined by billing information",
106
+ "invoice_table.button.load_more": "Load more",
107
+ "invoice_table.chip.paid": "Paid",
108
+ "invoice_table.header.amount": "Amount",
109
+ "invoice_table.header.date": "Date",
110
+ "invoice_table.header.invoice_number": "Invoice",
111
+ "invoice_table.header.status": "Status",
112
+ "invoices_list.title": "Schedules",
113
+ "on_demand_pricing_row.add_to_cart_button_label": "Add to cart",
114
+ "on_demand_pricing_row.one_off_label": "one-off",
115
+ "on_demand_pricing_row.remove_button_label": "Remove",
116
+ "pay_button.label.amount_and_payment_method": "Pay {amount} with {type}",
117
+ "pay_button.label.amount_only": "Pay {amount}",
118
+ "pay_button.label.default": "Pay",
119
+ "pay_invoice.error.description": "Please try again or contact support.",
120
+ "pay_invoice.error.title": "Something went wrong",
121
+ "pay_invoice.paid.title": "Thank you for your payment!",
122
+ "pay_invoice.payment_methods.title": "Payment methods",
123
+ "payment_completed_card.redirect_message": "You are being redirected...",
124
+ "payment_completed_card.title.authorize": "Payment successful",
125
+ "payment_completed_card.title.tokenize": "Your payment method is added",
126
+ "payment_integration_form.select_payment_method_error": "Select a payment method",
127
+ "payments.retry_button.label": "Try again",
128
+ "pricing_group_multiple_editor.at_least_one_description": "Select at least one product",
129
+ pricing_item_pricing,
130
+ "pricing_item_pricing.unsupported_pricing_error": "Unsupported pricing",
131
+ "sdk.invoice_details.customer_billing_information.title": "Your billing information",
132
+ "sdk.invoice_details.invoice.download_pdf": "Download the PDF for a full breakdown",
133
+ "sdk.invoice_details.invoice.title": "Invoice",
134
+ "sdk.invoice_details.invoice_details_block.due_date": "Due date",
135
+ "sdk.invoice_details.invoice_details_block.invoice_date": "Invoice date",
136
+ "sdk.invoice_details.invoice_details_block.title": "Invoice details",
137
+ "sdk.invoice_details.payment_history.payment_attempt": "Payment attempt",
138
+ "sdk.invoice_details.payment_history.title": "Payment history",
139
+ "seats.label": "Seats",
140
+ "seats.price_per_seat_period": "{amount} per seat/{period}",
141
+ "seats.tiered_price_per_seat_period": "{amount} per seat/{period}",
142
+ "seats.tiered_pricing_label": "Tiered pricing",
143
+ "seats.tiered_range_label": "{lower_bound} - {upper_bound} seats",
144
+ "seats.tiered_unbounded_range_label": "> {lower_bound} seats",
145
+ "secure_payments_kpi.generic": "Secure and encrypted payments",
146
+ "secure_payments_kpi.specific_vendor": "Secure and encrypted payments by",
147
+ "subscription_payment_completed_card.continue": "Continue to merchant",
148
+ "subscription_payment_completed_card.thank_you_for_subscribing": "Thank you for subscribing.",
149
+ "subscription_payment_completed_card.title": "Payment successful",
150
+ "tax_check.invalid_vat_number": "VAT number is invalid.",
151
+ "tax_check.valid_vat_number": "VAT number is valid.",
152
+ "upgrade_subscription.empty_state": "No on-demand add-ons are available for this subscription.",
153
+ "upgrade_subscription.kpi.encrypted_payments.label": "Secure and encrypted payments",
154
+ "upgrade_subscription.order_summary.empty_state": "Select add-ons to see pricing.",
155
+ "upgrade_subscription.order_summary.one_off_label": "one-off",
156
+ "upgrade_subscription.order_summary.subtotal_label": "Total excluding taxes",
157
+ "upgrade_subscription.order_summary.taxes_label": "Taxes",
158
+ "upgrade_subscription.order_summary.title": "Order summary",
159
+ "upgrade_subscription.order_summary.total_label": "Total due today",
160
+ "upgrade_subscription.payment_picker.all_title": "All payment methods",
161
+ "upgrade_subscription.payment_picker.saved_title": "Saved payment methods",
162
+ "upgrade_subscription.pricing_row.add_button_label": "Add to cart",
163
+ "upgrade_subscription.pricing_row.one_off_label": "one-off",
164
+ "upgrade_subscription.pricing_row.remove_button_label": "Remove",
165
+ "upgrade_subscription.purchase_button.label": "Purchase",
166
+ "upgrade_subscription.purchase_error": "Something went wrong. Please try again.",
167
+ "upgrade_subscription.success.subtitle": "Your add-ons have been activated.",
168
+ "upgrade_subscription.success.title": "Payment successful",
169
+ "wallet_balance.credit_type_fallback_label": "Credits",
170
+ "wallet_balance.details.header": "Wallet balance",
171
+ "wallet_balance.load_failed": "Could not load wallet balances",
172
+ "wallet_balance.service_period_heading": "Service period - {startAt} - {endAt}",
173
+ "wallet_balance.wallet_ballance_title": "Balance"
174
+ };
175
+ export {
176
+ enUS as default,
177
+ empty_value_placeholder,
178
+ pricing_item_pricing
179
+ };