@wix/app-extensions 1.0.59 → 1.0.60
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 +9 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +8 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +16 -3
- package/build/trusted/cjs/index.js +9 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +16 -3
- package/build/trusted/es/index.mjs +8 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -2058,6 +2058,11 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
2058
2058
|
InputType2["date"] = "date";
|
|
2059
2059
|
return InputType2;
|
|
2060
2060
|
})(InputType || {});
|
|
2061
|
+
var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
|
|
2062
|
+
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
2063
|
+
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
2064
|
+
return FunctionRole2;
|
|
2065
|
+
})(FunctionRole || {});
|
|
2061
2066
|
var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
2062
2067
|
FilterOperator2["UNKNOWN_FilterOperator"] = "UNKNOWN_FilterOperator";
|
|
2063
2068
|
FilterOperator2["eq"] = "eq";
|
|
@@ -2817,6 +2822,8 @@ var Category = /* @__PURE__ */ ((Category2) => {
|
|
|
2817
2822
|
Category2["ECOMMERCE"] = "ECOMMERCE";
|
|
2818
2823
|
Category2["GETTING_PAID"] = "GETTING_PAID";
|
|
2819
2824
|
Category2["OTHER"] = "OTHER";
|
|
2825
|
+
Category2["ONLINE_PROGRAMS"] = "ONLINE_PROGRAMS";
|
|
2826
|
+
Category2["GROUPS"] = "GROUPS";
|
|
2820
2827
|
return Category2;
|
|
2821
2828
|
})(Category || {});
|
|
2822
2829
|
var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
|
|
@@ -5799,6 +5806,7 @@ export {
|
|
|
5799
5806
|
FirstDayOfWeek,
|
|
5800
5807
|
FontType,
|
|
5801
5808
|
Format,
|
|
5809
|
+
FunctionRole,
|
|
5802
5810
|
GIFType,
|
|
5803
5811
|
GradientType,
|
|
5804
5812
|
GroupType,
|