@or-sdk/library-types-v2 7.0.3 → 7.0.4
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
|
@@ -11757,7 +11757,7 @@ var GetPackagesParams = PaginationParamsFunc({
|
|
|
11757
11757
|
GetPackagesParamsFilter.pick({ id: true, categories: true })
|
|
11758
11758
|
),
|
|
11759
11759
|
query: z.optional(z.string().trim().toLowerCase()),
|
|
11760
|
-
includeSkip: z.optional(z.
|
|
11760
|
+
includeSkip: z.optional(z.string())
|
|
11761
11761
|
})
|
|
11762
11762
|
);
|
|
11763
11763
|
var GetPackageParams = GetPackagesParamsFilter.pick({
|