@shoppexio/storefront 1.0.79 → 1.0.81
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/CHANGELOG.md +9 -0
- package/dist/{chunk-ZVOFFURI.js → chunk-QNHOMMRG.js} +3 -1
- package/dist/{chunk-ZVOFFURI.js.map → chunk-QNHOMMRG.js.map} +1 -1
- package/dist/customer.cjs +2 -0
- package/dist/customer.cjs.map +1 -1
- package/dist/customer.js +1 -1
- package/dist/index.cjs +16 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +15 -16
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.81
|
|
4
|
+
|
|
5
|
+
- `ProductCategory` carries `sort_order`, the merchant's category position from the dashboard. Product-level category references arrive sorted by it, so a theme can order its filter row and grouped sections the way the merchant arranged them instead of alphabetically.
|
|
6
|
+
|
|
7
|
+
## 1.0.80
|
|
8
|
+
|
|
9
|
+
- Keep an existing affiliate code while the server resolves its attribution policy. Checkout can no longer read a replacement before a first-click decision arrives.
|
|
10
|
+
- Keep the existing code and its expiry when policy resolution fails or rejects the arriving code.
|
|
11
|
+
|
|
3
12
|
## 1.0.79
|
|
4
13
|
|
|
5
14
|
- Attribution is now decided by the policy of the code that EARNED the hold, never by the one that just arrived. `captureAffiliateFromUrl()` sends the held code so the server can report its mode, and a first-click hold survives an affiliate on a last-click tier landing afterwards.
|
|
@@ -15097,6 +15097,8 @@ var customerResellerRelationshipSchema = external_exports.object({
|
|
|
15097
15097
|
});
|
|
15098
15098
|
var customerResellerSummarySchema = external_exports.object({
|
|
15099
15099
|
program_enabled: external_exports.boolean(),
|
|
15100
|
+
api_enabled: external_exports.boolean(),
|
|
15101
|
+
portal_purchasing_enabled: external_exports.boolean(),
|
|
15100
15102
|
enrollment_mode: external_exports.enum(["MANUAL", "APPLICATION", "OPEN"]),
|
|
15101
15103
|
application_message: nullableStringSchema,
|
|
15102
15104
|
require_application_note: external_exports.boolean(),
|
|
@@ -15361,4 +15363,4 @@ export {
|
|
|
15361
15363
|
customerResellerTopupSchema,
|
|
15362
15364
|
customerPortalDashboardSchema
|
|
15363
15365
|
};
|
|
15364
|
-
//# sourceMappingURL=chunk-
|
|
15366
|
+
//# sourceMappingURL=chunk-QNHOMMRG.js.map
|