Comparing version 3.1.1 to 3.1.2
export { Zodios, ApiOf } from "./zodios"; | ||
export type { ZodiosEndpointDescription, ZodiosEnpointDescriptions, ZodiosOptions, ZodiosRequestOptions, Method, Paths, Body, AxiosRetryRequestConfig, } from "./zodios.types"; | ||
export { asApi } from "./api"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Zodios = void 0; | ||
exports.asApi = exports.Zodios = void 0; | ||
var zodios_1 = require("./zodios"); | ||
Object.defineProperty(exports, "Zodios", { enumerable: true, get: function () { return zodios_1.Zodios; } }); | ||
var api_1 = require("./api"); | ||
Object.defineProperty(exports, "asApi", { enumerable: true, get: function () { return api_1.asApi; } }); |
@@ -70,2 +70,3 @@ import { AxiosInstance, AxiosRequestConfig } from "axios"; | ||
name: string; | ||
description?: string; | ||
type: "Query" | "Body" | "Header"; | ||
@@ -72,0 +73,0 @@ schema: z.ZodType<unknown>; |
{ | ||
"name": "zodios", | ||
"description": "Typescript API client with autocompletion and zod validations", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
36266
25
762