@or-sdk/library-types-v2 6.0.16 → 6.0.17
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 +2 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/types/Packages/response.d.ts +3 -0
- package/package.json +1 -1
|
@@ -724,6 +724,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
724
724
|
total?: number;
|
|
725
725
|
}>, "many">;
|
|
726
726
|
total: z.ZodNumber;
|
|
727
|
+
itemsTotal: z.ZodNumber;
|
|
727
728
|
items: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
728
729
|
type: z.ZodNativeEnum<typeof import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageTypeEnum>;
|
|
729
730
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -990,6 +991,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
990
991
|
total?: number;
|
|
991
992
|
}[];
|
|
992
993
|
total?: number;
|
|
994
|
+
itemsTotal?: number;
|
|
993
995
|
items?: {
|
|
994
996
|
type?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageTypeEnum;
|
|
995
997
|
description?: string;
|
|
@@ -1041,6 +1043,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
|
|
|
1041
1043
|
total?: number;
|
|
1042
1044
|
}[];
|
|
1043
1045
|
total?: number;
|
|
1046
|
+
itemsTotal?: number;
|
|
1044
1047
|
items?: {
|
|
1045
1048
|
type?: import("@or-sdk/library-prisma/dist/generated/zod/enums").PackageTypeEnum;
|
|
1046
1049
|
description?: string;
|