@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/cjs/index.js
CHANGED
|
@@ -1036,6 +1036,7 @@ var Tag = /* @__PURE__ */ ((Tag2) => {
|
|
|
1036
1036
|
Tag2["OWNER_CHECKOUT"] = "OWNER_CHECKOUT";
|
|
1037
1037
|
Tag2["ECOM_PREVIEW_CHECKOUT"] = "ECOM_PREVIEW_CHECKOUT";
|
|
1038
1038
|
Tag2["ALL_CATEGORIES"] = "ALL_CATEGORIES";
|
|
1039
|
+
Tag2["ECOM_TAX_GROUPS"] = "ECOM_TAX_GROUPS";
|
|
1039
1040
|
return Tag2;
|
|
1040
1041
|
})(Tag || {});
|
|
1041
1042
|
var FilterSelectionType = /* @__PURE__ */ ((FilterSelectionType2) => {
|
|
@@ -3485,6 +3486,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
|
|
|
3485
3486
|
AssetType2["WIDGET"] = "WIDGET";
|
|
3486
3487
|
AssetType2["FONT"] = "FONT";
|
|
3487
3488
|
AssetType2["ICONS"] = "ICONS";
|
|
3489
|
+
AssetType2["STORY"] = "STORY";
|
|
3488
3490
|
return AssetType2;
|
|
3489
3491
|
})(AssetType || {});
|
|
3490
3492
|
var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|