@gtsc/api-models
Advanced tools
Comparing version 0.0.3-next.17 to 0.0.3-next.18
@@ -22,9 +22,7 @@ import type { HttpMethods } from "@gtsc/web"; | ||
/** | ||
* The allowed headers. | ||
* @default [ "X-Requested-With", "Access-Control-Allow-Origin", "X-HTTP-Method-Override", "Content-Type", "Content-Encoding", "Authorization", "Accept", "Accept-Encoding", "X-Api-Key" ] | ||
* Any additional allowed headers. | ||
*/ | ||
allowedHeaders?: string[]; | ||
/** | ||
* The exposed headers. | ||
* @default ["Content-Disposition"] | ||
* And additional exposed headers. | ||
*/ | ||
@@ -31,0 +29,0 @@ exposedHeaders?: string[]; |
@@ -57,10 +57,4 @@ [**@gtsc/api-models**](../overview.md) • **Docs** | ||
The allowed headers. | ||
Any additional allowed headers. | ||
#### Default | ||
```ts | ||
[ "X-Requested-With", "Access-Control-Allow-Origin", "X-HTTP-Method-Override", "Content-Type", "Content-Encoding", "Authorization", "Accept", "Accept-Encoding", "X-Api-Key" ] | ||
``` | ||
*** | ||
@@ -72,10 +66,4 @@ | ||
The exposed headers. | ||
And additional exposed headers. | ||
#### Default | ||
```ts | ||
["Content-Disposition"] | ||
``` | ||
*** | ||
@@ -82,0 +70,0 @@ |
{ | ||
"name": "@gtsc/api-models", | ||
"version": "0.0.3-next.17", | ||
"version": "0.0.3-next.18", | ||
"description": "Contains models and classes for use with APIs", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46364
528