@comparaonline/client-data-service-schema
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -109,2 +109,4 @@ export type Maybe<T> = T | null; | ||
fipes?: Maybe<(Maybe<Fipe>)[]>; | ||
valuation?: Maybe<number>; | ||
} | ||
@@ -126,2 +128,4 @@ | ||
fipeCode?: Maybe<string>; | ||
valuation?: Maybe<number>; | ||
} | ||
@@ -128,0 +132,0 @@ |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
var BrazilCarInfo = "\n type BrazilCarInfo {\n year: Int\n brandId: Int\n modelId: Int\n fipes:[Fipe]\n }\n"; | ||
var BrazilCarInfo = "\n type BrazilCarInfo {\n year: Int\n brandId: Int\n modelId: Int\n fipes:[Fipe]\n valuation: Int\n }\n"; | ||
exports.default = BrazilCarInfo; |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
var Fipe = "\n type Fipe {\n id: Int\n brandId: Int\n brand: String\n year: Int\n modelId: Int\n modelName: String\n fipeCode: String\n }\n"; | ||
var Fipe = "\n type Fipe {\n id: Int\n brandId: Int\n brand: String\n year: Int\n modelId: Int\n modelName: String\n fipeCode: String\n valuation: Int\n }\n"; | ||
exports.default = Fipe; |
{ | ||
"name": "@comparaonline/client-data-service-schema", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Client Data Service Schema", | ||
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12359
268