@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/CHANGELOG.md
CHANGED
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({
|