@rotesblatt/hex-tractor-data-api 2.5.1 → 2.5.3

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.
@@ -1216,7 +1216,7 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
1216
1216
  type: "Query";
1217
1217
  schema: z.ZodOptional<z.ZodNumber>;
1218
1218
  }];
1219
- response: z.ZodArray<z.ZodType<LeagueDetails, z.ZodTypeDef, LeagueDetails>, "many">;
1219
+ response: z.ZodType<LeagueDetails, z.ZodTypeDef, LeagueDetails>;
1220
1220
  errors: [{
1221
1221
  status: 400;
1222
1222
  description: string;
@@ -1885,7 +1885,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
1885
1885
  type: "Query";
1886
1886
  schema: z.ZodOptional<z.ZodNumber>;
1887
1887
  }];
1888
- response: z.ZodArray<z.ZodType<LeagueDetails, z.ZodTypeDef, LeagueDetails>, "many">;
1888
+ response: z.ZodType<LeagueDetails, z.ZodTypeDef, LeagueDetails>;
1889
1889
  errors: [{
1890
1890
  status: 400;
1891
1891
  description: string;
@@ -903,7 +903,7 @@ const endpoints = (0, core_1.makeApi)([
903
903
  schema: zod_1.z.number().int().optional(),
904
904
  },
905
905
  ],
906
- response: zod_1.z.array(LeagueDetails),
906
+ response: LeagueDetails,
907
907
  errors: [
908
908
  {
909
909
  status: 400,
@@ -1499,7 +1499,7 @@ const endpoints = makeApi([
1499
1499
  schema: z.number().int().optional(),
1500
1500
  },
1501
1501
  ],
1502
- response: z.array(LeagueDetails),
1502
+ response: LeagueDetails,
1503
1503
  errors: [
1504
1504
  {
1505
1505
  status: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotesblatt/hex-tractor-data-api",
3
- "version": "2.5.1",
3
+ "version": "2.5.3",
4
4
  "description": "Generated TypeScript client for Hex-Tractor API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",