Comparing version 0.1.5 to 0.1.6
@@ -120,3 +120,5 @@ declare module "ttf-api" { | ||
getSurvey(id: string): Promise<SurveyResults>; | ||
deleteSurvey(id: string): Promise<void>; | ||
getScan(id: string): Promise<ScanResults>; | ||
deleteScan(id: string): Promise<void>; | ||
getPrediction(id: string): Promise<PredictionBaseResults>; | ||
@@ -123,0 +125,0 @@ createSession(): Promise<object>; |
@@ -120,3 +120,5 @@ declare module "ttf-api" { | ||
getSurvey(id: string): Promise<SurveyResults>; | ||
deleteSurvey(id: string): Promise<void>; | ||
getScan(id: string): Promise<ScanResults>; | ||
deleteScan(id: string): Promise<void>; | ||
getPrediction(id: string): Promise<PredictionBaseResults>; | ||
@@ -123,0 +125,0 @@ createSession(): Promise<object>; |
{ | ||
"name": "ttf-api", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "The TrueToForm API SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11512
362
2