Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gtsc/api-models

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/api-models - npm Package Compare versions

Comparing version 0.0.3-next.59 to 0.0.3-next.60

4

dist/types/models/config/IBaseRestClientConfig.d.ts

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc