@ng-openapi/http-resource 0.0.17 → 0.0.18-pr-32-feature-zod-5c9aca1.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.
- package/index.cjs +4 -0
- package/index.js +4 -0
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -345,6 +345,10 @@ var HTTP_RESOURCE_GENERATOR_HEADER_COMMENT = /* @__PURE__ */ __name((resourceNam
|
|
|
345
345
|
* Do not edit this file manually
|
|
346
346
|
*/
|
|
347
347
|
`, "HTTP_RESOURCE_GENERATOR_HEADER_COMMENT");
|
|
348
|
+
var ZOD_PLUGIN_INDEX_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Generated Zod Schemas exports
|
|
349
|
+
* Do not edit this file manually
|
|
350
|
+
*/
|
|
351
|
+
`;
|
|
348
352
|
|
|
349
353
|
// ../../../node_modules/js-yaml/dist/js-yaml.mjs
|
|
350
354
|
function isNothing(subject) {
|
package/index.js
CHANGED
|
@@ -311,6 +311,10 @@ var HTTP_RESOURCE_GENERATOR_HEADER_COMMENT = /* @__PURE__ */ __name((resourceNam
|
|
|
311
311
|
* Do not edit this file manually
|
|
312
312
|
*/
|
|
313
313
|
`, "HTTP_RESOURCE_GENERATOR_HEADER_COMMENT");
|
|
314
|
+
var ZOD_PLUGIN_INDEX_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Generated Zod Schemas exports
|
|
315
|
+
* Do not edit this file manually
|
|
316
|
+
*/
|
|
317
|
+
`;
|
|
314
318
|
|
|
315
319
|
// ../../../node_modules/js-yaml/dist/js-yaml.mjs
|
|
316
320
|
function isNothing(subject) {
|
package/package.json
CHANGED