@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.
|
@@ -11710,7 +11710,7 @@ var GetPackagesParams = PaginationParamsFunc({
|
|
|
11710
11710
|
GetPackagesParamsFilter.pick({ id: true, categories: true })
|
|
11711
11711
|
),
|
|
11712
11712
|
query: z.optional(z.string().trim().toLowerCase()),
|
|
11713
|
-
includeSkip: z.optional(z.
|
|
11713
|
+
includeSkip: z.optional(z.string())
|
|
11714
11714
|
})
|
|
11715
11715
|
);
|
|
11716
11716
|
var GetPackageParams = GetPackagesParamsFilter.pick({
|