@or-sdk/library-types-v2 7.0.2 → 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.
|
@@ -3246,6 +3246,7 @@ export declare const GetPackagesParams: z.ZodObject<{
|
|
|
3246
3246
|
} | undefined;
|
|
3247
3247
|
}>>;
|
|
3248
3248
|
query: z.ZodOptional<z.ZodString>;
|
|
3249
|
+
includeSkip: z.ZodOptional<z.ZodString>;
|
|
3249
3250
|
}, "strip", z.ZodTypeAny, {
|
|
3250
3251
|
skip?: number | undefined;
|
|
3251
3252
|
take?: number | undefined;
|
|
@@ -3305,6 +3306,7 @@ export declare const GetPackagesParams: z.ZodObject<{
|
|
|
3305
3306
|
} | undefined;
|
|
3306
3307
|
} | undefined;
|
|
3307
3308
|
query?: string | undefined;
|
|
3309
|
+
includeSkip?: string | undefined;
|
|
3308
3310
|
}, {
|
|
3309
3311
|
skip?: any;
|
|
3310
3312
|
take?: any;
|
|
@@ -3364,6 +3366,7 @@ export declare const GetPackagesParams: z.ZodObject<{
|
|
|
3364
3366
|
} | undefined;
|
|
3365
3367
|
} | undefined;
|
|
3366
3368
|
query?: string | undefined;
|
|
3369
|
+
includeSkip?: string | undefined;
|
|
3367
3370
|
}>;
|
|
3368
3371
|
export declare const GetPackageParams: z.ZodObject<Pick<{
|
|
3369
3372
|
prerelease: z.ZodOptional<z.ZodEffects<z.ZodAny, boolean, any>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@or-sdk/library-types-v2",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"description": "Request/response v2 types for the OR SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"./dist/browser",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"zod": "3.22.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@or-sdk/library-prisma": "7.0.
|
|
38
|
+
"@or-sdk/library-prisma": "7.0.8"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "pnpm run build:nest && pnpm run build:browser",
|