@gtsc/api-models
Advanced tools
Comparing version 0.0.3-next.3 to 0.0.3-next.5
@@ -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
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
65066
975