@wix/auto_sdk_data-extension-schema_schemas 1.0.240 → 1.0.241

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.
@@ -2552,6 +2552,7 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
2552
2552
  var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
2553
2553
  FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
2554
2554
  FunctionRole2["data_type_conversion"] = "data_type_conversion";
2555
+ FunctionRole2["pagination_load_next_page"] = "pagination_load_next_page";
2555
2556
  return FunctionRole2;
2556
2557
  })(FunctionRole || {});
2557
2558
  var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {