@or-sdk/library-types-v2 7.0.3 → 7.0.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @or-sdk/library-types
2
2
 
3
+ ## 7.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fdfa4b0: fix favorites params validation
8
+
3
9
  ## 7.0.3
4
10
 
5
11
  ### Patch Changes
@@ -11757,7 +11757,7 @@ var GetPackagesParams = PaginationParamsFunc({
11757
11757
  GetPackagesParamsFilter.pick({ id: true, categories: true })
11758
11758
  ),
11759
11759
  query: z.optional(z.string().trim().toLowerCase()),
11760
- includeSkip: z.optional(z.boolean())
11760
+ includeSkip: z.optional(z.string())
11761
11761
  })
11762
11762
  );
11763
11763
  var GetPackageParams = GetPackagesParamsFilter.pick({