apollo-conn-gen 0.4.9 → 0.4.10
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/oas/index.d.ts +2 -2
- package/dist/oas/index.js +2 -2
- package/dist/oas/index.js.map +1 -1
- package/package.json +1 -1
package/dist/oas/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Arr, CircularRef, Composed, En, Factory, Get, IType, Obj, Param, Prop, PropArray, PropObj, PropScalar, ReferenceObject, Res, Scalar, Type, Union } from './nodes/internal.js';
|
|
1
|
+
import { Arr, CircularRef, Composed, En, Factory, Get, IType, Obj, Param, Prop, PropArray, PropObj, PropScalar, ReferenceObject, Res, Scalar, Type, Union, T, Post, Put, Patch, Delete, Body, PropComp, PropCircRef, PropEn, Op } from './nodes/internal.js';
|
|
2
2
|
export { OasGen } from './oasGen.js';
|
|
3
|
-
export { IType, Type, Prop, ReferenceObject, Param, PropArray, PropObj, PropScalar, Arr, CircularRef, Composed, En, Factory, Get, Obj, Res, Scalar, Union, };
|
|
3
|
+
export { IType, Type, Prop, ReferenceObject, Param, PropArray, PropObj, PropScalar, Arr, CircularRef, Composed, En, Factory, Get, Obj, Res, Scalar, Union, T, Post, Put, Patch, Delete, Body, PropComp, PropCircRef, PropEn, Op, };
|
package/dist/oas/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Arr, CircularRef, Composed, En, Factory, Get, Obj, Param, Prop, PropArray, PropObj, PropScalar, Res, Scalar, Type, Union, } from './nodes/internal.js';
|
|
1
|
+
import { Arr, CircularRef, Composed, En, Factory, Get, Obj, Param, Prop, PropArray, PropObj, PropScalar, Res, Scalar, Type, Union, T, Post, Put, Patch, Delete, Body, PropComp, PropCircRef, PropEn, } from './nodes/internal.js';
|
|
2
2
|
export { OasGen } from './oasGen.js';
|
|
3
|
-
export { Type, Prop, Param, PropArray, PropObj, PropScalar, Arr, CircularRef, Composed, En, Factory, Get, Obj, Res, Scalar, Union, };
|
|
3
|
+
export { Type, Prop, Param, PropArray, PropObj, PropScalar, Arr, CircularRef, Composed, En, Factory, Get, Obj, Res, Scalar, Union, T, Post, Put, Patch, Delete, Body, PropComp, PropCircRef, PropEn, };
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
package/dist/oas/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/oas/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,WAAW,EACX,QAAQ,EACR,EAAE,EACF,OAAO,EACP,GAAG,EAEH,GAAG,EACH,KAAK,EACL,IAAI,EACJ,SAAS,EACT,OAAO,EACP,UAAU,EAEV,GAAG,EACH,MAAM,EACN,IAAI,EACJ,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/oas/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,WAAW,EACX,QAAQ,EACR,EAAE,EACF,OAAO,EACP,GAAG,EAEH,GAAG,EACH,KAAK,EACL,IAAI,EACJ,SAAS,EACT,OAAO,EACP,UAAU,EAEV,GAAG,EACH,MAAM,EACN,IAAI,EACJ,KAAK,EACL,CAAC,EACD,IAAI,EACJ,GAAG,EACH,KAAK,EACL,MAAM,EACN,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,MAAM,GAEP,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAEL,IAAI,EACJ,IAAI,EAEJ,KAAK,EACL,SAAS,EACT,OAAO,EACP,UAAU,EACV,GAAG,EACH,WAAW,EACX,QAAQ,EACR,EAAE,EACF,OAAO,EACP,GAAG,EACH,GAAG,EACH,GAAG,EACH,MAAM,EACN,KAAK,EACL,CAAC,EACD,IAAI,EACJ,GAAG,EACH,KAAK,EACL,MAAM,EACN,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,MAAM,GAEP,CAAC","sourcesContent":["import {\n Arr,\n CircularRef,\n Composed,\n En,\n Factory,\n Get,\n IType,\n Obj,\n Param,\n Prop,\n PropArray,\n PropObj,\n PropScalar,\n ReferenceObject,\n Res,\n Scalar,\n Type,\n Union,\n T,\n Post,\n Put,\n Patch,\n Delete,\n Body,\n PropComp,\n PropCircRef,\n PropEn,\n Op,\n} from './nodes/internal.js';\n\nexport { OasGen } from './oasGen.js';\nexport {\n IType,\n Type,\n Prop,\n ReferenceObject,\n Param,\n PropArray,\n PropObj,\n PropScalar,\n Arr,\n CircularRef,\n Composed,\n En,\n Factory,\n Get,\n Obj,\n Res,\n Scalar,\n Union,\n T,\n Post,\n Put,\n Patch,\n Delete,\n Body,\n PropComp,\n PropCircRef,\n PropEn,\n Op,\n};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apollo-conn-gen",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"description": "Library to generate Apollo connector schemas from OpenAPI specs or JSON payloads. Also includes a CLI to generate connectors from the command line.",
|
|
5
5
|
"author": "Fernando @ Apollo",
|
|
6
6
|
"license": "MIT",
|