@wix/app-extensions 1.0.100 → 1.0.102
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 +2 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +6 -4
- package/build/trusted/cjs/index.js +2 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +6 -4
- package/build/trusted/es/index.mjs +2 -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) => {
|
|
@@ -2918,6 +2919,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
|
|
|
2918
2919
|
AssetType2["WIDGET"] = "WIDGET";
|
|
2919
2920
|
AssetType2["FONT"] = "FONT";
|
|
2920
2921
|
AssetType2["ICONS"] = "ICONS";
|
|
2922
|
+
AssetType2["STORY"] = "STORY";
|
|
2921
2923
|
return AssetType2;
|
|
2922
2924
|
})(AssetType || {});
|
|
2923
2925
|
var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|