@gtsc/api-models
Advanced tools
Comparing version 0.0.3-next.59 to 0.0.3-next.60
@@ -1,2 +0,2 @@ | ||
import type { IHttpRequestHeaders } from "@gtsc/web"; | ||
import type { IHttpHeaders } from "@gtsc/web"; | ||
/** | ||
@@ -17,3 +17,3 @@ * Definition for the configuration of a rest client. | ||
*/ | ||
headers?: IHttpRequestHeaders; | ||
headers?: IHttpHeaders; | ||
/** | ||
@@ -20,0 +20,0 @@ * Timeout for requests in ms. |
@@ -1,2 +0,2 @@ | ||
import type { IHttpRequestHeaders } from "@gtsc/web"; | ||
import type { IHttpHeaders } from "@gtsc/web"; | ||
/** | ||
@@ -17,3 +17,3 @@ * Definition for the configuration of a socket service. | ||
*/ | ||
headers?: IHttpRequestHeaders; | ||
headers?: IHttpHeaders; | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { IHttpRequestHeaders } from "@gtsc/web"; | ||
import type { IHttpHeaders } from "@gtsc/web"; | ||
import type { IHttpRequestPathParams } from "./IHttpRequestPathParams"; | ||
@@ -11,3 +11,3 @@ import type { IHttpRequestQuery } from "./IHttpRequestQuery"; | ||
*/ | ||
headers?: IHttpRequestHeaders; | ||
headers?: IHttpHeaders; | ||
/** | ||
@@ -14,0 +14,0 @@ * The path parameters. |
@@ -1,2 +0,2 @@ | ||
import type { HttpStatusCode, IHttpRequestHeaders } from "@gtsc/web"; | ||
import type { HttpStatusCode, IHttpHeaders } from "@gtsc/web"; | ||
/** | ||
@@ -13,3 +13,3 @@ * Model for the standard parameters for an http response. | ||
*/ | ||
headers?: IHttpRequestHeaders; | ||
headers?: IHttpHeaders; | ||
/** | ||
@@ -16,0 +16,0 @@ * Data to return as the main payload. |
@@ -25,3 +25,3 @@ # Interface: IBaseRestClientConfig | ||
> `optional` **headers**: `IHttpRequestHeaders` | ||
> `optional` **headers**: `IHttpHeaders` | ||
@@ -28,0 +28,0 @@ The headers to include in requests. |
@@ -25,4 +25,4 @@ # Interface: IBaseSocketClientConfig | ||
> `optional` **headers**: `IHttpRequestHeaders` | ||
> `optional` **headers**: `IHttpHeaders` | ||
The headers to include in requests. |
@@ -18,3 +18,3 @@ # Interface: IHttpRequest\<T\> | ||
> `optional` **headers**: `IHttpRequestHeaders` | ||
> `optional` **headers**: `IHttpHeaders` | ||
@@ -21,0 +21,0 @@ Incoming Http Headers. |
@@ -21,3 +21,3 @@ # Interface: IHttpResponse\<T\> | ||
> `optional` **headers**: `IHttpRequestHeaders` | ||
> `optional` **headers**: `IHttpHeaders` | ||
@@ -24,0 +24,0 @@ Response headers. |
@@ -17,3 +17,3 @@ # Interface: IHttpServerRequest\<T\> | ||
> `optional` **headers**: `IHttpRequestHeaders` | ||
> `optional` **headers**: `IHttpHeaders` | ||
@@ -20,0 +20,0 @@ Incoming Http Headers. |
{ | ||
"name": "@gtsc/api-models", | ||
"version": "0.0.3-next.59", | ||
"version": "0.0.3-next.60", | ||
"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
59826