@shoppexio/storefront 1.0.80 → 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 +4 -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 +5 -2
- 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 +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
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
|
+
|
|
3
7
|
## 1.0.80
|
|
4
8
|
|
|
5
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.
|
|
@@ -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
|