@nextblock-cms/ecom 0.15.8 → 0.15.10
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/index.cjs.js +1 -1
- package/index.d.ts +1 -0
- package/index.es.js +94 -90
- package/lib/PaymentReadinessProvider.cjs.js +1 -0
- package/lib/PaymentReadinessProvider.d.ts +26 -0
- package/lib/PaymentReadinessProvider.es.js +34 -0
- package/lib/components/AddToCartButton.cjs.js +1 -1
- package/lib/components/AddToCartButton.es.js +51 -31
- package/lib/components/Checkout.cjs.js +1 -1
- package/lib/components/Checkout.es.js +369 -360
- package/lib/components/ProductDetailsLayout.cjs.js +1 -1
- package/lib/components/ProductDetailsLayout.d.ts +8 -0
- package/lib/components/ProductDetailsLayout.es.js +196 -194
- package/lib/pages/cms/payments/actions.cjs.js +1 -1
- package/lib/pages/cms/payments/actions.es.js +16 -16
- package/lib/pages/cms/payments/queries.cjs.js +1 -1
- package/lib/pages/cms/payments/queries.d.ts +32 -1
- package/lib/pages/cms/payments/queries.es.js +50 -13
- package/lib/pages/cms/products/components/ProductForm.cjs.js +1 -1
- package/lib/pages/cms/products/components/ProductForm.es.js +271 -267
- package/lib/payment-config.es.js +5 -5
- package/lib/providers/freemius.cjs.js +2 -2
- package/lib/providers/freemius.es.js +176 -169
- package/lib/providers/stripe.cjs.js +1 -1
- package/lib/providers/stripe.es.js +60 -51
- package/lib/stripe/client.cjs.js +1 -1
- package/lib/stripe/client.d.ts +9 -0
- package/lib/stripe/client.es.js +17 -7
- package/package.json +4 -4
- package/server.cjs.js +1 -1
- package/server.d.ts +1 -1
- package/server.es.js +184 -180
package/server.es.js
CHANGED
|
@@ -1,193 +1,197 @@
|
|
|
1
1
|
import { clearPaymentConfigCache as t, getPaymentConfigStatus as o, getPaymentCredentialsView as a, hydrateFreemiusEnvFromDb as n, resolveStripePublishableKey as i, resolveStripeSecretKey as s, resolveStripeWebhookSecret as u, savePaymentCredentials as c } from "./lib/payment-config.es.js";
|
|
2
|
-
import {
|
|
3
|
-
import { createCheckoutSession as
|
|
4
|
-
import { syncStripeOrderFromSession as
|
|
5
|
-
import { handleStripeWebhook as
|
|
6
|
-
import { applyOrderInventoryDeduction as
|
|
7
|
-
import { aggregateOrderTaxLines as
|
|
8
|
-
import { DEFAULT_INVOICE_SETTINGS as
|
|
9
|
-
import { assignInvoiceMetadata as
|
|
10
|
-
import { getCurrentCustomerOrder as
|
|
11
|
-
import { getCouponQuote as
|
|
12
|
-
import { deleteCouponFromFreemius as
|
|
13
|
-
import { addressesMatch as
|
|
14
|
-
import { fillMissingUserProfileCheckoutDetails as
|
|
15
|
-
import { CURRENCY_ROUNDING_MODES as
|
|
16
|
-
import { CURRENCY_COOKIE_NAME as
|
|
17
|
-
import { clearAutoSyncedCurrencyPriceOverrides as
|
|
18
|
-
import { productSchema as
|
|
19
|
-
import { copyProductFromLanguage as
|
|
20
|
-
import { getPaymentProvider as
|
|
21
|
-
import { StripeProvider as
|
|
22
|
-
import { FreemiusProvider as
|
|
23
|
-
import { extractFreemiusCheckoutMetadata as
|
|
24
|
-
import { getFreemiusOrderLicense as
|
|
25
|
-
import { getCategoriesWithCount as
|
|
26
|
-
import { createCategoryAction as
|
|
27
|
-
import { getEnabledPaymentProviders as
|
|
28
|
-
import { OrdersPage as
|
|
29
|
-
import { OrderDetailPage as
|
|
30
|
-
import { ExportReportsDialog as
|
|
31
|
-
import { fetchOrderReportData as
|
|
32
|
-
import { getOrderDetails as
|
|
33
|
-
import { ProductsPage as
|
|
34
|
-
import { InventoryPage as
|
|
35
|
-
import { AttributeManagementPage as
|
|
36
|
-
import { NewProductPage as
|
|
37
|
-
import { EditProductPage as
|
|
38
|
-
import { CopyProductFromLanguage as
|
|
39
|
-
import { CategoryManagementPage as
|
|
40
|
-
import { PaymentsPage as
|
|
41
|
-
import { savePaymentProviderCredentials as
|
|
42
|
-
import { ShippingPage as
|
|
43
|
-
import { createShippingRate as
|
|
44
|
-
import { TaxesPage as
|
|
45
|
-
import { deleteTaxRateAction as
|
|
46
|
-
import { CouponsPage as
|
|
47
|
-
import { EditCouponPage as
|
|
2
|
+
import { StripeNotConfiguredError as m, getStripeClient as p } from "./lib/stripe/client.es.js";
|
|
3
|
+
import { createCheckoutSession as l } from "./lib/stripe/checkout.es.js";
|
|
4
|
+
import { syncStripeOrderFromSession as P } from "./lib/stripe/order-sync.es.js";
|
|
5
|
+
import { handleStripeWebhook as x } from "./lib/stripe/webhooks.es.js";
|
|
6
|
+
import { applyOrderInventoryDeduction as S } from "./lib/order-inventory.es.js";
|
|
7
|
+
import { aggregateOrderTaxLines as F, buildOrderTaxDetailsFromCalculation as h, buildOrderTaxDetailsFromStripeSession as O, getOrderTaxRateJurisdiction as R, getOrderTaxRateLabel as A, getOrderTaxRatePercentage as T, normalizeOrderTaxDetails as E } from "./lib/order-tax-details.es.js";
|
|
8
|
+
import { DEFAULT_INVOICE_SETTINGS as I, INVOICE_SETTINGS_KEY as b, formatInvoiceCurrency as k, formatInvoiceDate as M, getInvoiceAddressLines as N, normalizeInvoiceSettings as L, serializeInvoiceSettings as z } from "./lib/invoice.es.js";
|
|
9
|
+
import { assignInvoiceMetadata as W, getInvoiceBrandingData as _, getInvoiceOrder as G, getInvoicePresentationData as K } from "./lib/invoice-server.es.js";
|
|
10
|
+
import { getCurrentCustomerOrder as w, getCurrentCustomerOrderInvoice as B, getCurrentCustomerOrders as Y } from "./lib/customer-orders.es.js";
|
|
11
|
+
import { getCouponQuote as Q, getQuoteLineDiscountMap as J, recordCouponRedemption as j } from "./lib/coupon-server.es.js";
|
|
12
|
+
import { deleteCouponFromFreemius as H, syncCouponToFreemius as X, syncProductSaleCouponToFreemius as $ } from "./lib/freemius-coupons.es.js";
|
|
13
|
+
import { addressesMatch as re, emptyCustomerAddress as te, isCustomerAddressComplete as oe, normalizeCustomerAddress as ae, normalizeOrderCustomerDetails as ne } from "./lib/customer.es.js";
|
|
14
|
+
import { fillMissingUserProfileCheckoutDetails as se, getDefaultUserAddresses as ue, upsertDefaultUserAddresses as ce } from "./lib/customer-addresses.es.js";
|
|
15
|
+
import { CURRENCY_ROUNDING_MODES as me, applyCurrencyRounding as pe, convertMinorUnitAmount as ge, describeCurrencyRoundingRule as le, getCurrencyLookup as Ce, getDefaultCurrency as Pe, getExchangeRateForCurrency as fe, inferCurrencyCodeFromLocale as xe, isSaleWindowActive as ye, isScheduledPriceDue as Se, normalizeCurrencyRecord as ve, normalizeCurrencyRoundingMode as Fe, normalizePriceMap as he, normalizeSalePriceMap as Oe, resolveEffectivePriceForCurrency as Re, resolvePriceForCurrency as Ae, resolvePriceRangeForCurrency as Te, sortCurrencies as Ee } from "./lib/currency.es.js";
|
|
16
|
+
import { CURRENCY_COOKIE_NAME as Ie } from "./lib/currency-constants.es.js";
|
|
17
|
+
import { clearAutoSyncedCurrencyPriceOverrides as ke, rebaseStoreCurrencyExchangeRates as Me, syncStoreCurrencyRates as Ne } from "./lib/currency-sync.es.js";
|
|
18
|
+
import { productSchema as ze } from "./lib/product-schema.es.js";
|
|
19
|
+
import { copyProductFromLanguage as We, createProduct as _e, deleteProduct as Ge, fetchTranslatedProductsForCartInternal as Ke, getProduct as Ve, getProductBySlug as we, getProducts as Be, syncCategoriesForTranslationGroup as Ye, updateProduct as Ze } from "./lib/product-actions.es.js";
|
|
20
|
+
import { getPaymentProvider as Je } from "./lib/factory.es.js";
|
|
21
|
+
import { StripeProvider as qe } from "./lib/providers/stripe.es.js";
|
|
22
|
+
import { FreemiusProvider as Xe, parseFreemiusCheckoutCredentialsMap as $e, readFreemiusEnvValue as er, resolveFreemiusCheckoutCredentials as rr, syncFreemiusProductsToSupabase as tr, syncSingleFreemiusProduct as or } from "./lib/providers/freemius.es.js";
|
|
23
|
+
import { extractFreemiusCheckoutMetadata as nr, getFreemiusWebhookSecretCandidates as ir, resolveFreemiusStatusFromCheckoutResponse as sr, resolveFreemiusStatusFromWebhookEvent as ur, syncFreemiusCheckoutOrder as cr, syncFreemiusOrderFromWebhookEvent as dr, verifyFreemiusWebhookSignature as mr } from "./lib/freemius-order-sync.es.js";
|
|
24
|
+
import { getFreemiusOrderLicense as gr } from "./lib/freemius-license.es.js";
|
|
25
|
+
import { getCategoriesWithCount as Cr, getCategoryBySlug as Pr, getProduct as fr, getProducts as xr, getGlobalProductAttributes as yr, getProductCategories as Sr, getProductTranslations as vr } from "./lib/pages/cms/products/actions.es.js";
|
|
26
|
+
import { createCategoryAction as hr, createProductAction as Or, deleteCategoryAction as Rr, deleteProductAction as Ar, publishProductAction as Tr, syncProductCategoriesAction as Er, updateCategoryAction as Dr, updateProductAction as Ir } from "./lib/pages/cms/products/server-actions.es.js";
|
|
27
|
+
import { getEnabledPaymentProviders as kr, getPaymentSettings as Mr, getProviderReadiness as Nr, getReadinessForProductType as Lr, getStoreConfigStatus as zr, getStoreReadiness as Ur } from "./lib/pages/cms/payments/queries.es.js";
|
|
28
|
+
import { OrdersPage as _r } from "./lib/pages/cms/orders/OrdersPage.es.js";
|
|
29
|
+
import { OrderDetailPage as Kr } from "./lib/pages/cms/orders/OrderDetailPage.es.js";
|
|
30
|
+
import { ExportReportsDialog as wr } from "./lib/pages/cms/orders/ExportReportsDialog.es.js";
|
|
31
|
+
import { fetchOrderReportData as Yr } from "./lib/pages/cms/orders/export-actions.es.js";
|
|
32
|
+
import { getOrderDetails as Qr, getOrders as Jr } from "./lib/pages/cms/orders/actions.es.js";
|
|
33
|
+
import { ProductsPage as qr } from "./lib/pages/cms/products/ProductsPage.es.js";
|
|
34
|
+
import { InventoryPage as Xr } from "./lib/pages/cms/products/inventory/InventoryPage.es.js";
|
|
35
|
+
import { AttributeManagementPage as et } from "./lib/pages/cms/products/attributes/AttributeManagementPage.es.js";
|
|
36
|
+
import { NewProductPage as tt } from "./lib/pages/cms/products/new/NewProductPage.es.js";
|
|
37
|
+
import { EditProductPage as at } from "./lib/pages/cms/products/_id_/edit/EditProductPage.es.js";
|
|
38
|
+
import { CopyProductFromLanguage as it } from "./lib/pages/cms/products/components/CopyProductFromLanguage.es.js";
|
|
39
|
+
import { CategoryManagementPage as ut } from "./lib/pages/cms/products/categories/CategoryManagementPage.es.js";
|
|
40
|
+
import { PaymentsPage as dt } from "./lib/pages/cms/payments/PaymentsPage.es.js";
|
|
41
|
+
import { savePaymentProviderCredentials as pt, updatePaymentSettings as gt } from "./lib/pages/cms/payments/actions.es.js";
|
|
42
|
+
import { ShippingPage as Ct } from "./lib/pages/cms/shipping/ShippingPage.es.js";
|
|
43
|
+
import { createShippingRate as ft, createShippingZone as xt, deleteShippingRate as yt, deleteShippingZone as St, updateInventoryTrackingAction as vt, updateShippingRate as Ft, updateShippingZone as ht } from "./lib/pages/cms/shipping/server-actions.es.js";
|
|
44
|
+
import { TaxesPage as Rt } from "./lib/pages/cms/taxes/TaxesPage.es.js";
|
|
45
|
+
import { deleteTaxRateAction as Tt, saveTaxRateAction as Et, updateTaxSettingsAction as Dt } from "./lib/pages/cms/taxes/actions.es.js";
|
|
46
|
+
import { CouponsPage as bt } from "./lib/pages/cms/coupons/CouponsPage.es.js";
|
|
47
|
+
import { EditCouponPage as Mt } from "./lib/pages/cms/coupons/EditCouponPage.es.js";
|
|
48
48
|
export {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
h as
|
|
77
|
-
|
|
49
|
+
et as AttributeManagementPage,
|
|
50
|
+
Ie as CURRENCY_COOKIE_NAME,
|
|
51
|
+
me as CURRENCY_ROUNDING_MODES,
|
|
52
|
+
ut as CategoryManagementPage,
|
|
53
|
+
it as CopyProductFromLanguage,
|
|
54
|
+
bt as CouponsPage,
|
|
55
|
+
I as DEFAULT_INVOICE_SETTINGS,
|
|
56
|
+
Mt as EditCouponPage,
|
|
57
|
+
at as EditProductPage,
|
|
58
|
+
wr as ExportReportsDialog,
|
|
59
|
+
Xe as FreemiusProvider,
|
|
60
|
+
b as INVOICE_SETTINGS_KEY,
|
|
61
|
+
Xr as InventoryPage,
|
|
62
|
+
tt as NewProductPage,
|
|
63
|
+
Kr as OrderDetailPage,
|
|
64
|
+
_r as OrdersPage,
|
|
65
|
+
dt as PaymentsPage,
|
|
66
|
+
qr as ProductsPage,
|
|
67
|
+
Ct as ShippingPage,
|
|
68
|
+
m as StripeNotConfiguredError,
|
|
69
|
+
qe as StripeProvider,
|
|
70
|
+
Rt as TaxesPage,
|
|
71
|
+
re as addressesMatch,
|
|
72
|
+
F as aggregateOrderTaxLines,
|
|
73
|
+
pe as applyCurrencyRounding,
|
|
74
|
+
S as applyOrderInventoryDeduction,
|
|
75
|
+
W as assignInvoiceMetadata,
|
|
76
|
+
h as buildOrderTaxDetailsFromCalculation,
|
|
77
|
+
O as buildOrderTaxDetailsFromStripeSession,
|
|
78
|
+
ke as clearAutoSyncedCurrencyPriceOverrides,
|
|
78
79
|
t as clearPaymentConfigCache,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
80
|
+
ge as convertMinorUnitAmount,
|
|
81
|
+
We as copyProductFromLanguage,
|
|
82
|
+
hr as createCategoryAction,
|
|
83
|
+
l as createCheckoutSession,
|
|
84
|
+
_e as createProduct,
|
|
85
|
+
Or as createProductAction,
|
|
86
|
+
ft as createShippingRate,
|
|
87
|
+
xt as createShippingZone,
|
|
88
|
+
Rr as deleteCategoryAction,
|
|
89
|
+
H as deleteCouponFromFreemius,
|
|
90
|
+
Ge as deleteProduct,
|
|
91
|
+
Ar as deleteProductAction,
|
|
92
|
+
yt as deleteShippingRate,
|
|
93
|
+
St as deleteShippingZone,
|
|
94
|
+
Tt as deleteTaxRateAction,
|
|
95
|
+
le as describeCurrencyRoundingRule,
|
|
96
|
+
te as emptyCustomerAddress,
|
|
97
|
+
nr as extractFreemiusCheckoutMetadata,
|
|
98
|
+
Yr as fetchOrderReportData,
|
|
99
|
+
Ke as fetchTranslatedProductsForCartInternal,
|
|
100
|
+
se as fillMissingUserProfileCheckoutDetails,
|
|
101
|
+
k as formatInvoiceCurrency,
|
|
102
|
+
M as formatInvoiceDate,
|
|
103
|
+
Cr as getCategoriesWithCount,
|
|
104
|
+
Pr as getCategoryBySlug,
|
|
105
|
+
fr as getCmsProduct,
|
|
106
|
+
xr as getCmsProducts,
|
|
107
|
+
Q as getCouponQuote,
|
|
108
|
+
Ce as getCurrencyLookup,
|
|
109
|
+
w as getCurrentCustomerOrder,
|
|
110
|
+
B as getCurrentCustomerOrderInvoice,
|
|
111
|
+
Y as getCurrentCustomerOrders,
|
|
112
|
+
Pe as getDefaultCurrency,
|
|
113
|
+
ue as getDefaultUserAddresses,
|
|
114
|
+
kr as getEnabledPaymentProviders,
|
|
115
|
+
fe as getExchangeRateForCurrency,
|
|
116
|
+
gr as getFreemiusOrderLicense,
|
|
117
|
+
ir as getFreemiusWebhookSecretCandidates,
|
|
118
|
+
yr as getGlobalProductAttributes,
|
|
119
|
+
N as getInvoiceAddressLines,
|
|
120
|
+
_ as getInvoiceBrandingData,
|
|
121
|
+
G as getInvoiceOrder,
|
|
122
|
+
K as getInvoicePresentationData,
|
|
123
|
+
Qr as getOrderDetails,
|
|
124
|
+
R as getOrderTaxRateJurisdiction,
|
|
125
|
+
A as getOrderTaxRateLabel,
|
|
126
|
+
T as getOrderTaxRatePercentage,
|
|
127
|
+
Jr as getOrders,
|
|
127
128
|
o as getPaymentConfigStatus,
|
|
128
129
|
a as getPaymentCredentialsView,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
130
|
+
Je as getPaymentProvider,
|
|
131
|
+
Mr as getPaymentSettings,
|
|
132
|
+
Ve as getProduct,
|
|
133
|
+
we as getProductBySlug,
|
|
134
|
+
Sr as getProductCategories,
|
|
135
|
+
vr as getProductTranslations,
|
|
136
|
+
Be as getProducts,
|
|
137
|
+
Nr as getProviderReadiness,
|
|
138
|
+
J as getQuoteLineDiscountMap,
|
|
139
|
+
Lr as getReadinessForProductType,
|
|
140
|
+
zr as getStoreConfigStatus,
|
|
141
|
+
Ur as getStoreReadiness,
|
|
142
|
+
p as getStripeClient,
|
|
143
|
+
x as handleStripeWebhook,
|
|
140
144
|
n as hydrateFreemiusEnvFromDb,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
xe as inferCurrencyCodeFromLocale,
|
|
146
|
+
oe as isCustomerAddressComplete,
|
|
147
|
+
ye as isSaleWindowActive,
|
|
148
|
+
Se as isScheduledPriceDue,
|
|
149
|
+
ve as normalizeCurrencyRecord,
|
|
150
|
+
Fe as normalizeCurrencyRoundingMode,
|
|
151
|
+
ae as normalizeCustomerAddress,
|
|
148
152
|
L as normalizeInvoiceSettings,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
153
|
+
ne as normalizeOrderCustomerDetails,
|
|
154
|
+
E as normalizeOrderTaxDetails,
|
|
155
|
+
he as normalizePriceMap,
|
|
156
|
+
Oe as normalizeSalePriceMap,
|
|
157
|
+
$e as parseFreemiusCheckoutCredentialsMap,
|
|
158
|
+
ze as productSchema,
|
|
159
|
+
Tr as publishProductAction,
|
|
160
|
+
er as readFreemiusEnvValue,
|
|
161
|
+
Me as rebaseStoreCurrencyExchangeRates,
|
|
162
|
+
j as recordCouponRedemption,
|
|
163
|
+
Re as resolveEffectivePriceForCurrency,
|
|
164
|
+
rr as resolveFreemiusCheckoutCredentials,
|
|
165
|
+
sr as resolveFreemiusStatusFromCheckoutResponse,
|
|
166
|
+
ur as resolveFreemiusStatusFromWebhookEvent,
|
|
167
|
+
Ae as resolvePriceForCurrency,
|
|
168
|
+
Te as resolvePriceRangeForCurrency,
|
|
165
169
|
i as resolveStripePublishableKey,
|
|
166
170
|
s as resolveStripeSecretKey,
|
|
167
171
|
u as resolveStripeWebhookSecret,
|
|
168
172
|
c as savePaymentCredentials,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
173
|
+
pt as savePaymentProviderCredentials,
|
|
174
|
+
Et as saveTaxRateAction,
|
|
175
|
+
z as serializeInvoiceSettings,
|
|
176
|
+
Ee as sortCurrencies,
|
|
177
|
+
Ye as syncCategoriesForTranslationGroup,
|
|
178
|
+
X as syncCouponToFreemius,
|
|
179
|
+
cr as syncFreemiusCheckoutOrder,
|
|
180
|
+
dr as syncFreemiusOrderFromWebhookEvent,
|
|
181
|
+
tr as syncFreemiusProductsToSupabase,
|
|
182
|
+
Er as syncProductCategoriesAction,
|
|
183
|
+
$ as syncProductSaleCouponToFreemius,
|
|
184
|
+
or as syncSingleFreemiusProduct,
|
|
185
|
+
Ne as syncStoreCurrencyRates,
|
|
186
|
+
P as syncStripeOrderFromSession,
|
|
183
187
|
Dr as updateCategoryAction,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
188
|
+
vt as updateInventoryTrackingAction,
|
|
189
|
+
gt as updatePaymentSettings,
|
|
190
|
+
Ze as updateProduct,
|
|
191
|
+
Ir as updateProductAction,
|
|
192
|
+
Ft as updateShippingRate,
|
|
193
|
+
ht as updateShippingZone,
|
|
194
|
+
Dt as updateTaxSettingsAction,
|
|
195
|
+
ce as upsertDefaultUserAddresses,
|
|
196
|
+
mr as verifyFreemiusWebhookSignature
|
|
193
197
|
};
|