Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@comparaonline/client-data-service-schema

Package Overview
Dependencies
Maintainers
20
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparaonline/client-data-service-schema - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

dist/index.d.ts

@@ -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 @@

2

dist/types/Car/BrazilCarInfo.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc