@or-sdk/library-types-v2 6.0.14 → 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/dist/esm/index.js CHANGED
@@ -11174,7 +11174,8 @@ var AddPackageResponse = z.object({
11174
11174
  });
11175
11175
  var GetPackagesListResponse = ListView.extend({
11176
11176
  categories: import_library_prisma4.prismaZodGenerated._CategoryModel.pick({
11177
- name: true
11177
+ name: true,
11178
+ id: true
11178
11179
  }).merge(
11179
11180
  z.object({
11180
11181
  total: z.number()
@@ -11242,6 +11243,9 @@ var GetPackagesParamsFilter = z.object({
11242
11243
  categories: z.object({
11243
11244
  name: InAndNotInFunc({
11244
11245
  type: z.string().trim().toLowerCase()
11246
+ }),
11247
+ id: InAndNotInFunc({
11248
+ type: z.string().trim().toLowerCase()
11245
11249
  })
11246
11250
  }).optional(),
11247
11251
  id: InAndNotInFunc({