@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.
@@ -2230,6 +2230,7 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
2230
2230
  var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
2231
2231
  FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
2232
2232
  FunctionRole2["data_type_conversion"] = "data_type_conversion";
2233
+ FunctionRole2["pagination_load_next_page"] = "pagination_load_next_page";
2233
2234
  return FunctionRole2;
2234
2235
  })(FunctionRole || {});
2235
2236
  var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {