@gtsc/api-models
Advanced tools
Comparing version 0.0.3-next.46 to 0.0.3-next.47
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": { |
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
61099