@or-sdk/library-types-v2 6.0.14 → 6.0.15

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.
@@ -711,12 +711,15 @@ export declare const GetPackagesListResponse: z.ZodObject<{
711
711
  take: z.ZodNumber;
712
712
  }, z.ZodTypeAny, "passthrough">>;
713
713
  categories: z.ZodArray<z.ZodObject<{
714
+ id: z.ZodString;
714
715
  name: z.ZodString;
715
716
  total: z.ZodNumber;
716
717
  }, "strip", z.ZodTypeAny, {
718
+ id?: string;
717
719
  name?: string;
718
720
  total?: number;
719
721
  }, {
722
+ id?: string;
720
723
  name?: string;
721
724
  total?: number;
722
725
  }>, "many">;
@@ -982,6 +985,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
982
985
  take: z.ZodNumber;
983
986
  }, z.ZodTypeAny, "passthrough">;
984
987
  categories?: {
988
+ id?: string;
985
989
  name?: string;
986
990
  total?: number;
987
991
  }[];
@@ -1032,6 +1036,7 @@ export declare const GetPackagesListResponse: z.ZodObject<{
1032
1036
  take: z.ZodNumber;
1033
1037
  }, z.ZodTypeAny, "passthrough">;
1034
1038
  categories?: {
1039
+ id?: string;
1035
1040
  name?: string;
1036
1041
  total?: number;
1037
1042
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/library-types-v2",
3
- "version": "6.0.14",
3
+ "version": "6.0.15",
4
4
  "description": "Request/response v2 types for the OR SDK",
5
5
  "files": [
6
6
  "./dist",