Comparing version 0.1.7 to 0.1.8
@@ -103,5 +103,9 @@ declare module "ttf-api" { | ||
type SurveyResults = GenericResults<SurveyParams, SurveyResponse, "survey">; | ||
type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">; | ||
type PredictionResults = PredictionBaseResults< | ||
export type SurveyResults = GenericResults< | ||
SurveyParams, | ||
SurveyResponse, | ||
"survey" | ||
>; | ||
export type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">; | ||
export type PredictionResults = PredictionBaseResults< | ||
PredictionParams, | ||
@@ -112,3 +116,3 @@ PredictionResponse, | ||
type Garment = { | ||
export type Garment = { | ||
image: string; | ||
@@ -115,0 +119,0 @@ title: string; |
@@ -103,5 +103,9 @@ declare module "ttf-api" { | ||
type SurveyResults = GenericResults<SurveyParams, SurveyResponse, "survey">; | ||
type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">; | ||
type PredictionResults = PredictionBaseResults< | ||
export type SurveyResults = GenericResults< | ||
SurveyParams, | ||
SurveyResponse, | ||
"survey" | ||
>; | ||
export type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">; | ||
export type PredictionResults = PredictionBaseResults< | ||
PredictionParams, | ||
@@ -112,3 +116,3 @@ PredictionResponse, | ||
type Garment = { | ||
export type Garment = { | ||
image: string; | ||
@@ -115,0 +119,0 @@ title: string; |
{ | ||
"name": "ttf-api", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"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
11608
370