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

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.15
4
+
5
+ ### Patch Changes
6
+
7
+ - e7df9533: add category id for v2 response
8
+
3
9
  ## 6.0.14
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -11218,7 +11218,8 @@ var AddPackageResponse = z.object({
11218
11218
  });
11219
11219
  var GetPackagesListResponse = ListView.extend({
11220
11220
  categories: import_library_prisma4.prismaZodGenerated._CategoryModel.pick({
11221
- name: true
11221
+ name: true,
11222
+ id: true
11222
11223
  }).merge(
11223
11224
  z.object({
11224
11225
  total: z.number()