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

@e2y/mirakl-client

Package Overview
Dependencies
Maintainers
7
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 1.0.42 to 1.1.1

30

lib/client/products/types/Attributes.d.ts
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 {

4

package.json
{
"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"
}
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