@e2y/mirakl-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,96 +0,80 @@ | ||
export interface ResponseShopList { | ||
shops: [ | ||
export interface ResponseShop { | ||
approval_delay: number; | ||
approval_rate: number; | ||
banner: string; | ||
billing_info: { | ||
bank_city: string; | ||
bank_name: string; | ||
bank_street: string; | ||
bic: string; | ||
iban: string; | ||
owner: string; | ||
zip_code: string; | ||
}; | ||
channels: string[]; | ||
closed_from: string; | ||
closed_to: string; | ||
contact_informations: { | ||
city: string; | ||
civility: string; | ||
country: string; | ||
email: string; | ||
fax: string; | ||
firstname: string; | ||
lastname: string; | ||
phone: string; | ||
phone_secondary: string; | ||
state: string; | ||
street1: string; | ||
street2: string; | ||
web_site: string; | ||
zip_code: string; | ||
}; | ||
currency_iso_code: string; | ||
date_created: string; | ||
description: string; | ||
domains: string[]; | ||
evaluations_count: number; | ||
free_shipping: boolean; | ||
grade: number; | ||
immunity_date: string; | ||
is_professional: boolean; | ||
kyc: { | ||
reason: string; | ||
status: string; | ||
}; | ||
last_updated_date: string; | ||
logo: string; | ||
offers_count: number; | ||
operator_internal_id: string; | ||
order_messages_response_delay: number; | ||
orders_count: number; | ||
payment_details: { | ||
paid_balance: number; | ||
pay_subscription: boolean; | ||
payable_balance: number; | ||
payment_blocked: boolean; | ||
pending_balance: number; | ||
subscription_free_from: string; | ||
subscription_free_to: string; | ||
}; | ||
payment_info: { | ||
owner: string; | ||
}; | ||
premium: boolean; | ||
premium_state: string; | ||
pro_details: { | ||
VAT_number: string; | ||
corporate_name: string; | ||
identification_number: string; | ||
tax_identification_number: string; | ||
}; | ||
return_policy: string; | ||
shipping_country: string; | ||
shipping_types: string[]; | ||
shipping_zones: string[]; | ||
shippings: [ | ||
{ | ||
approval_delay: number; | ||
approval_rate: number; | ||
banner: string; | ||
billing_info: { | ||
bank_city: string; | ||
bank_name: string; | ||
bank_street: string; | ||
bic: string; | ||
iban: string; | ||
owner: string; | ||
zip_code: string; | ||
}; | ||
channels: string[]; | ||
closed_from: string; | ||
closed_to: string; | ||
contact_informations: { | ||
city: string; | ||
civility: string; | ||
country: string; | ||
email: string; | ||
fax: string; | ||
firstname: string; | ||
lastname: string; | ||
phone: string; | ||
phone_secondary: string; | ||
state: string; | ||
street1: string; | ||
street2: string; | ||
web_site: string; | ||
zip_code: string; | ||
}; | ||
currency_iso_code: string; | ||
date_created: string; | ||
description: string; | ||
domains: string[]; | ||
evaluations_count: number; | ||
free_shipping: boolean; | ||
grade: number; | ||
immunity_date: string; | ||
is_professional: boolean; | ||
kyc: { | ||
reason: string; | ||
status: string; | ||
}; | ||
last_updated_date: string; | ||
logo: string; | ||
offers_count: number; | ||
operator_internal_id: string; | ||
order_messages_response_delay: number; | ||
orders_count: number; | ||
payment_details: { | ||
paid_balance: number; | ||
pay_subscription: boolean; | ||
payable_balance: number; | ||
payment_blocked: boolean; | ||
pending_balance: number; | ||
subscription_free_from: string; | ||
subscription_free_to: string; | ||
}; | ||
payment_info: { | ||
owner: string; | ||
}; | ||
premium: boolean; | ||
premium_state: string; | ||
pro_details: { | ||
VAT_number: string; | ||
corporate_name: string; | ||
identification_number: string; | ||
tax_identification_number: string; | ||
}; | ||
return_policy: string; | ||
shipping_country: string; | ||
shipping_types: string[]; | ||
shipping_zones: string[]; | ||
shippings: [ | ||
additional_fields: [ | ||
{ | ||
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; | ||
@@ -101,8 +85,23 @@ type: string; | ||
]; | ||
shop_id: number; | ||
shop_name: string; | ||
shop_state: 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; | ||
shop_name: string; | ||
shop_state: string; | ||
} | ||
export interface ResponseShopList { | ||
shops: ResponseShop[]; | ||
total_count: number; | ||
} |
{ | ||
"name": "@e2y/mirakl-client", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Mirakl Api Client", | ||
@@ -43,3 +43,3 @@ "author": "e2y", | ||
}, | ||
"gitHead": "2e5cabbdb86f74c9320406673bb1243ce36aeda5" | ||
"gitHead": "0596866f64747dd9e045fb1cda26cf850863afaa" | ||
} |
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
83830
1639