@or-sdk/library-types-v2 6.0.15 → 6.0.16

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
+ ## 6.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - fbd98e96: v2 packages allow query by categrory id
8
+
3
9
  ## 6.0.15
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -11287,6 +11287,9 @@ var GetPackagesParamsFilter = z.object({
11287
11287
  categories: z.object({
11288
11288
  name: InAndNotInFunc({
11289
11289
  type: z.string().trim().toLowerCase()
11290
+ }),
11291
+ id: InAndNotInFunc({
11292
+ type: z.string().trim().toLowerCase()
11290
11293
  })
11291
11294
  }).optional(),
11292
11295
  id: InAndNotInFunc({