@smallstack/common
Advanced tools
Comparing version 0.7.99 to 0.7.100
import { JSONAPIErrorObject } from "./JSONAPIErrorObject"; | ||
export interface APIResponse<T = any> { | ||
/** | ||
* Non-standard field, used by the smallstack API Service to set the the HTTP status code applicable to this response, expressed as a string value. | ||
* This field will not get exposed inside the response's body | ||
*/ | ||
status: string; | ||
links?: { | ||
@@ -4,0 +9,0 @@ first?: string; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.99", | ||
"version": "0.7.100", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js", |
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
371545
1975