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.46 to 0.0.3-next.47

2

dist/types/models/responses/errors/IBadRequestResponse.d.ts
import type { IError } from "@gtsc/core";
import type { HttpStatusCode } from "@gtsc/web";
/**
* Something went wrong with the request see the error field for more details.
* The server cannot process the request, see the error field for more details.
*/

@@ -6,0 +6,0 @@ export interface IBadRequestResponse {

import type { IError } from "@gtsc/core";
import type { HttpStatusCode } from "@gtsc/web";
/**
* Something went wrong with the request see the error field for more details.
* The server has encountered a situation it does not know how to handle, see the error field for more details.
*/

@@ -6,0 +6,0 @@ export interface IInternalServerErrorResponse {

import type { IError } from "@gtsc/core";
import type { HttpStatusCode } from "@gtsc/web";
/**
* You are not authorized to use the API or no credentials were supplied.
* You are not authorized to use the API or no credentials were supplied, see the error field for more details.
*/

@@ -6,0 +6,0 @@ export interface IUnauthorizedResponse {

@@ -7,3 +7,3 @@ [**@gtsc/api-models**](../overview.md) • **Docs**

Something went wrong with the request see the error field for more details.
The server cannot process the request, see the error field for more details.

@@ -10,0 +10,0 @@ ## Properties

@@ -7,3 +7,3 @@ [**@gtsc/api-models**](../overview.md) • **Docs**

Something went wrong with the request see the error field for more details.
The server has encountered a situation it does not know how to handle, see the error field for more details.

@@ -10,0 +10,0 @@ ## Properties

@@ -7,3 +7,3 @@ [**@gtsc/api-models**](../overview.md) • **Docs**

You are not authorized to use the API or no credentials were supplied.
You are not authorized to use the API or no credentials were supplied, see the error field for more details.

@@ -10,0 +10,0 @@ ## Properties

{
"name": "@gtsc/api-models",
"version": "0.0.3-next.46",
"version": "0.0.3-next.47",
"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