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

@gtsc/api-models

Package Overview
Dependencies
Maintainers
2
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.3 to 0.0.3-next.5

3

dist/types/models/responses/IAcceptedResponse.d.ts

@@ -0,1 +1,2 @@

import type { HttpStatusCodes } from "@gtsc/web";
/**

@@ -8,3 +9,3 @@ * The rest request ended in accepted response.

*/
statusCode: number;
statusCode: HttpStatusCodes;
/**

@@ -11,0 +12,0 @@ * Additional response headers.

@@ -0,1 +1,2 @@

import type { HttpStatusCodes } from "@gtsc/web";
/**

@@ -8,3 +9,3 @@ * The rest request ended in created response.

*/
statusCode: number;
statusCode: HttpStatusCodes;
/**

@@ -11,0 +12,0 @@ * Additional response headers.

@@ -23,4 +23,4 @@ # Interface: IAcceptedResponse

• **statusCode**: `number`
• **statusCode**: `HttpStatusCodes`
Alternative response status code.

@@ -23,4 +23,4 @@ # Interface: ICreatedResponse

• **statusCode**: `number`
• **statusCode**: `HttpStatusCodes`
Alternative response status code.
{
"name": "@gtsc/api-models",
"version": "0.0.3-next.3",
"version": "0.0.3-next.5",
"description": "Contains models and classes for use with APIs",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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