@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/library-types-v2",
3
- "version": "6.0.16",
3
+ "version": "6.0.17",
4
4
  "description": "Request/response v2 types for the OR SDK",
5
5
  "files": [
6
6
  "./dist",