@wix/auto_sdk_benefit-programs_items 1.0.55 → 1.0.56

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.
@@ -1086,10 +1086,7 @@ type ItemQuery = {
1086
1086
  declare const utils: {
1087
1087
  query: {
1088
1088
  QueryBuilder: () => _wix_sdk_types.QueryBuilder<Item, ItemQuerySpec, ItemQuery>;
1089
- Filter: _wix_sdk_types.FilterFactory<Item, ItemQuerySpec>; /**
1090
- Field to sort by.
1091
- @maxLength: 512
1092
- */
1089
+ Filter: _wix_sdk_types.FilterFactory<Item, ItemQuerySpec>;
1093
1090
  Sort: _wix_sdk_types.SortFactory<ItemQuerySpec>;
1094
1091
  };
1095
1092
  };