@wix/app-extensions 1.0.72 → 1.0.74
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 +6 -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 +6 -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
|
@@ -2067,6 +2067,7 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
2067
2067
|
var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
|
|
2068
2068
|
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
2069
2069
|
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
2070
|
+
FunctionRole2["pagination_load_next_page"] = "pagination_load_next_page";
|
|
2070
2071
|
return FunctionRole2;
|
|
2071
2072
|
})(FunctionRole || {});
|
|
2072
2073
|
var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|