@wix/app-extensions 1.0.73 → 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.
@@ -2617,6 +2617,7 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
2617
2617
  var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
2618
2618
  FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
2619
2619
  FunctionRole2["data_type_conversion"] = "data_type_conversion";
2620
+ FunctionRole2["pagination_load_next_page"] = "pagination_load_next_page";
2620
2621
  return FunctionRole2;
2621
2622
  })(FunctionRole || {});
2622
2623
  var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {