@e2y/mirakl-client
Advanced tools
Comparing version 1.0.42 to 1.1.1
import { LabelTranslation } from './LabelTranslation'; | ||
export interface Attribute { | ||
code: string; | ||
label: string; | ||
values_list: string; | ||
default_value?: string; | ||
description?: string; | ||
description_translations: LabelTranslation[]; | ||
example?: string; | ||
hierarchy_code?: string; | ||
label?: string; | ||
label_translations: LabelTranslation[]; | ||
hierarchy_code?: string; | ||
product_feeds?: { | ||
code: string; | ||
}[]; | ||
requirement_level: string; | ||
roles: { | ||
parameters: { | ||
name: string; | ||
value: string; | ||
}; | ||
type: string; | ||
}[]; | ||
transformations?: string; | ||
type: string; | ||
type_parameter: string; | ||
type_parameters: { | ||
name: string; | ||
value: string; | ||
}[]; | ||
unique_code?: string; | ||
validations?: string; | ||
variant?: boolean; | ||
} | ||
@@ -9,0 +33,0 @@ export interface Attributes { |
{ | ||
"name": "@e2y/mirakl-client", | ||
"version": "1.0.42", | ||
"version": "1.1.1", | ||
"description": "Mirakl Api Client", | ||
@@ -45,3 +45,3 @@ "author": "e2y", | ||
}, | ||
"gitHead": "f16e8cabf47a3049035742989f0a799e7cbb468d" | ||
"gitHead": "6feddff72511acb1bdc146c84afb29c471c3f020" | ||
} |
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
107703
2084