@hey-api/openapi-ts 0.87.2 → 0.87.4
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.
- package/dist/clients/fetch/client.ts +34 -1
- package/dist/{config-CQeoZYf_.d.cts → config-CK1EGY2d.d.cts} +1021 -6
- package/dist/{config-U5JEpxGS.d.ts → config-DHUTNwtw.d.ts} +1021 -6
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +325 -325
- package/dist/index.d.ts +325 -325
- package/dist/index.js +1 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/openApi-BKUOqJVi.cjs +19 -0
- package/dist/openApi-BKUOqJVi.cjs.map +1 -0
- package/dist/openApi-QNcKaSPP.js +19 -0
- package/dist/openApi-QNcKaSPP.js.map +1 -0
- package/dist/run.cjs +1 -1
- package/dist/run.cjs.map +1 -1
- package/dist/run.js +1 -1
- package/dist/run.js.map +1 -1
- package/dist/src-D4L_i8zt.js +11 -0
- package/dist/{src-Ba-zyEiS.js.map → src-D4L_i8zt.js.map} +1 -1
- package/dist/src-DmdEIcct.cjs +19 -0
- package/dist/{src-CNO_U6s-.cjs.map → src-DmdEIcct.cjs.map} +1 -1
- package/package.json +2 -2
- package/dist/openApi-CT-iM-D8.cjs +0 -19
- package/dist/openApi-CT-iM-D8.cjs.map +0 -1
- package/dist/openApi-HKXoyF4o.js +0 -19
- package/dist/openApi-HKXoyF4o.js.map +0 -1
- package/dist/src-Ba-zyEiS.js +0 -11
- package/dist/src-CNO_U6s-.cjs +0 -19
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{A as e,B as t,C as n,D as r,E as i,F as a,G as o,I as s,K as c,L as l,M as u,N as d,O as f,P as p,R as m,S as h,T as g,U as _,V as v,W as y,X as b,Y as x,_ as S,a as C,b as w,c as T,d as E,f as D,g as O,h as k,j as A,k as j,l as M,m as N,o as P,p as F,s as I,u as L,v as R,w as z,x as B,y as V,z as H}from"./openApi-QNcKaSPP.js";import{i as U,n as W,r as G,t as K}from"./src-D4L_i8zt.js";export{P as $,m as ArrayTsDsl,s as AttrTsDsl,a as AwaitTsDsl,l as BinaryTsDsl,p as CallTsDsl,n as ClassTsDsl,d as DecoratorTsDsl,u as DescribeTsDsl,h as ExprTsDsl,j as FieldTsDsl,B as FuncTsDsl,w as GetterTsDsl,V as IfTsDsl,i as InitTsDsl,H as LiteralTsDsl,U as Logger,g as MethodTsDsl,R as NewTsDsl,z as NewlineTsDsl,S as NotTsDsl,k as ObjectTsDsl,r as ParamTsDsl,f as PatternTsDsl,N as RegExpTsDsl,F as ReturnTsDsl,O as SetterTsDsl,D as TemplateTsDsl,E as ThrowTsDsl,t as TsDsl,L as TypeAliasTsDsl,A as TypeAttrTsDsl,e as TypeExprTsDsl,M as TypeLiteralTsDsl,T as TypeObjectTsDsl,I as VarTsDsl,_ as clientDefaultConfig,y as clientDefaultMeta,v as clientPluginHandler,o as compiler,G as createClient,b as defaultPaginationKeywords,C as defaultPlugins,K as defineConfig,x as definePluginConfig,c as tsc,W as utils};
|
package/dist/internal.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=require(`./openApi-
|
|
1
|
+
const e=require(`./openApi-BKUOqJVi.cjs`);exports.getSpec=e.r,exports.initConfigs=e.i,exports.parseOpenApiSpec=e.t;
|
package/dist/internal.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-
|
|
1
|
+
import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-CK1EGY2d.cjs";
|
|
2
2
|
import { getResolvedInput } from "@hey-api/json-schema-ref-parser";
|
|
3
3
|
|
|
4
4
|
//#region src/config/init.d.ts
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-
|
|
1
|
+
import { m as Logger, n as UserConfig, p as Context, r as Input, t as Config } from "./config-DHUTNwtw.js";
|
|
2
2
|
import { getResolvedInput } from "@hey-api/json-schema-ref-parser";
|
|
3
3
|
|
|
4
4
|
//#region src/config/init.d.ts
|
package/dist/internal.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{i as e,r as t,t as n}from"./openApi-
|
|
1
|
+
import{i as e,r as t,t as n}from"./openApi-QNcKaSPP.js";export{t as getSpec,e as initConfigs,n as parseOpenApiSpec};
|