@e2y/mirakl-client
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -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" | ||
} |
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
148862
2865