@wix/app-extensions 1.0.100 → 1.0.101
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/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +3 -2
- package/build/trusted/cjs/index.js +1 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +3 -2
- package/build/trusted/es/index.mjs +1 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -469,6 +469,7 @@ var Tag = /* @__PURE__ */ ((Tag2) => {
|
|
|
469
469
|
Tag2["OWNER_CHECKOUT"] = "OWNER_CHECKOUT";
|
|
470
470
|
Tag2["ECOM_PREVIEW_CHECKOUT"] = "ECOM_PREVIEW_CHECKOUT";
|
|
471
471
|
Tag2["ALL_CATEGORIES"] = "ALL_CATEGORIES";
|
|
472
|
+
Tag2["ECOM_TAX_GROUPS"] = "ECOM_TAX_GROUPS";
|
|
472
473
|
return Tag2;
|
|
473
474
|
})(Tag || {});
|
|
474
475
|
var FilterSelectionType = /* @__PURE__ */ ((FilterSelectionType2) => {
|