ng-openapi 0.1.9-pr-18-feature-schema-validation-dbff16c.0 → 0.1.9-pr-18-feature-schema-validation-65d0501.0

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.
Files changed (3) hide show
  1. package/cli.cjs +0 -9
  2. package/index.js +0 -9
  3. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -963,15 +963,6 @@ var TypeGenerator = class _TypeGenerator {
963
963
  hasQuestionToken: true
964
964
  });
965
965
  typeParameters.push("TReturnType");
966
- this.sourceFile.addInterface({
967
- name: "RequestOptions",
968
- isExported: true,
969
- typeParameters,
970
- properties,
971
- docs: [
972
- "Request Options for Angular HttpClient requests without request parsing"
973
- ]
974
- });
975
966
  }
976
967
  this.sourceFile.addInterface({
977
968
  name: "RequestOptions",
package/index.js CHANGED
@@ -1071,15 +1071,6 @@ var _TypeGenerator = class _TypeGenerator {
1071
1071
  hasQuestionToken: true
1072
1072
  });
1073
1073
  typeParameters.push("TReturnType");
1074
- this.sourceFile.addInterface({
1075
- name: "RequestOptions",
1076
- isExported: true,
1077
- typeParameters,
1078
- properties,
1079
- docs: [
1080
- "Request Options for Angular HttpClient requests without request parsing"
1081
- ]
1082
- });
1083
1074
  }
1084
1075
  this.sourceFile.addInterface({
1085
1076
  name: "RequestOptions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-openapi",
3
- "version": "0.1.9-pr-18-feature-schema-validation-dbff16c.0",
3
+ "version": "0.1.9-pr-18-feature-schema-validation-65d0501.0",
4
4
  "description": "Generate Angular services and TypeScript types from OpenAPI/Swagger specifications",
5
5
  "keywords": [
6
6
  "ng-openapi",