@ng-openapi/http-resource 0.0.34-latest.0 → 0.0.34-pr-92-feature-single-request-parameter-0b340a2.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 CHANGED
@@ -340,6 +340,10 @@ var SERVICE_INDEX_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Generated
340
340
  * Do not edit this file manually
341
341
  */
342
342
  `;
343
+ var REQUEST_PARAMS_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Generated request parameter interfaces
344
+ * Do not edit this file manually
345
+ */
346
+ `;
343
347
  var MAIN_INDEX_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Entrypoint for the client
344
348
  * Do not edit this file manually
345
349
  */
package/index.d.ts CHANGED
@@ -127,6 +127,7 @@ interface GeneratorConfig {
127
127
  [contentType: string]: "json" | "blob" | "arraybuffer" | "text";
128
128
  };
129
129
  customizeMethodName?: (operationId: string) => string;
130
+ useSingleRequestParameter?: boolean;
130
131
  };
131
132
  compilerOptions?: {
132
133
  declaration?: boolean;
package/index.js CHANGED
@@ -306,6 +306,10 @@ var SERVICE_INDEX_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Generated
306
306
  * Do not edit this file manually
307
307
  */
308
308
  `;
309
+ var REQUEST_PARAMS_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Generated request parameter interfaces
310
+ * Do not edit this file manually
311
+ */
312
+ `;
309
313
  var MAIN_INDEX_GENERATOR_HEADER_COMMENT = defaultHeaderComment + `* Entrypoint for the client
310
314
  * Do not edit this file manually
311
315
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-openapi/http-resource",
3
- "version": "0.0.34-latest.0",
3
+ "version": "0.0.34-pr-92-feature-single-request-parameter-0b340a2.0",
4
4
  "description": "HTTP Resource plugin for ng-openapi - Angular HTTP utilities with caching and state management",
5
5
  "keywords": [
6
6
  "angular",