@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 +6 -0
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/types/Packages/params.d.ts +130 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -11243,6 +11243,9 @@ var GetPackagesParamsFilter = z.object({
|
|
|
11243
11243
|
categories: z.object({
|
|
11244
11244
|
name: InAndNotInFunc({
|
|
11245
11245
|
type: z.string().trim().toLowerCase()
|
|
11246
|
+
}),
|
|
11247
|
+
id: InAndNotInFunc({
|
|
11248
|
+
type: z.string().trim().toLowerCase()
|
|
11246
11249
|
})
|
|
11247
11250
|
}).optional(),
|
|
11248
11251
|
id: InAndNotInFunc({
|