@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.
|
|
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.
|
|
1888
|
+
response: z.ZodType<LeagueDetails, z.ZodTypeDef, LeagueDetails>;
|
|
1889
1889
|
errors: [{
|
|
1890
1890
|
status: 400;
|
|
1891
1891
|
description: string;
|