@ng-openapi/http-resource 0.0.11-pr-18-feature-schema-validation-18c9be1.0 → 0.0.11-pr-18-feature-schema-validation-84a1386.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/README.md +3 -1
  2. package/index.d.ts +0 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,9 @@
22
22
 
23
23
  ## What is HTTP Resource Plugin?
24
24
 
25
- The HTTP Resource plugin generates Angular services using the new **experimental** `httpResource` API instead of traditional `HttpClient`. This provides automatic caching, state management, and reactive data loading for your OpenAPI endpoints.
25
+ The HTTP Resource plugin generates Angular services using the new **experimental** `httpResource` API instead of
26
+ traditional `HttpClient`. This provides automatic caching, state management, and reactive data loading for your OpenAPI
27
+ endpoints.
26
28
 
27
29
  > ⚠️ **Experimental Feature**: `httpResource` is still experimental in Angular. Use with caution in production.
28
30
 
package/index.d.ts CHANGED
@@ -119,7 +119,6 @@ interface GeneratorConfig {
119
119
  enumStyle: "enum" | "union";
120
120
  validation?: {
121
121
  response?: boolean;
122
- request?: boolean;
123
122
  };
124
123
  generateServices?: boolean;
125
124
  generateEnumBasedOnDescription?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-openapi/http-resource",
3
- "version": "0.0.11-pr-18-feature-schema-validation-18c9be1.0",
3
+ "version": "0.0.11-pr-18-feature-schema-validation-84a1386.0",
4
4
  "description": "HTTP Resource plugin for ng-openapi - Angular HTTP utilities with caching and state management",
5
5
  "keywords": [
6
6
  "angular",