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

@e2y/mirakl-client

Package Overview
Dependencies
Maintainers
6
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e2y/mirakl-client - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

34

lib/client/stores/types/ResponseShopList.d.ts

@@ -86,25 +86,19 @@ export interface ResponseShop {

shipping_zones: string[];
shippings: [
{
additional_fields: [
{
code: string;
type: string;
value: string;
}
];
shipping_free_amount: number;
shipping_type_code: string;
shipping_type_label: string;
shipping_zone_code: string;
shipping_zone_label: string;
}
];
shop_additional_fields: [
{
shippings: {
additional_fields: {
code: string;
type: string;
value: string;
}
];
}[];
shipping_free_amount: number;
shipping_type_code: string;
shipping_type_label: string;
shipping_zone_code: string;
shipping_zone_label: string;
}[];
shop_additional_fields: {
code: string;
type: string;
value: string;
}[];
shop_id: number;

@@ -111,0 +105,0 @@ shop_name: string;

{
"name": "@e2y/mirakl-client",
"version": "2.0.5",
"version": "2.0.6",
"description": "Mirakl Api Client",

@@ -43,3 +43,3 @@ "author": "e2y",

},
"gitHead": "a134ff7b81f7132a1ba2f6c114615398543eb34b"
"gitHead": "3c83d54e00f73348a3afc13c05edeb36352bc22b"
}
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