ng-openapi 0.1.9-pr-18-feature-schema-validation-84a1386.0 → 0.1.9
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/cli.cjs +0 -9
- package/index.js +0 -9
- 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