cookietrack-types
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -163,5 +163,5 @@ /*! | ||
export interface APIResponse { | ||
status: 'ok' | 'error'; | ||
status: 'ok' | 'error' | 'missingData'; | ||
data: any[]; | ||
request: string; | ||
} |
{ | ||
"name": "cookietrack-types", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Common Typings for CookieTrack.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -221,5 +221,5 @@ /*! | ||
export interface APIResponse { | ||
status: 'ok' | 'error' | ||
status: 'ok' | 'error' | 'missingData' | ||
data: any[] | ||
request: string | ||
} |
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
15326