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

@e2y/mirakl-client

Package Overview
Dependencies
Maintainers
4
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 0.0.20 to 1.0.1

lib/client/MiraklClient.d.ts

4

lib/index.d.ts

@@ -1,2 +0,2 @@

export * from './MiraklClient';
export * from './types';
export * from './client/MiraklClient';
export * from './object-mothers';

@@ -13,4 +13,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./MiraklClient"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0FBQUEsaURBQStCO0FBQy9CLDBDQUF3QiJ9
__exportStar(require("./client/MiraklClient"), exports);
__exportStar(require("./object-mothers"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0FBQUEsd0RBQXNDO0FBQ3RDLG1EQUFpQyJ9

@@ -7,4 +7,8 @@ export interface Address {

lastname: string;
phone?: string;
phone_secondary?: string;
state?: string;
street1: string;
street2?: string;
zip_code: string;
}
export * from './Address';
export * from './Attributes';
export * from './LabelTranslation';
export * from './OfferImport';
export * from './Offers';
export * from './OfferStates';
export * from './OrderLine';
export * from './Orders';
export * from './Product';
export * from './ProductImportStatus';
export * from './ProductSynchronizationReport';
export * from './Shop';
export * from './ShopAccountsUser';
export * from './User';
export * from './ValueListValue';
export * from './ValuesList';

@@ -14,17 +14,3 @@ "use strict";

__exportStar(require("./Address"), exports);
__exportStar(require("./Attributes"), exports);
__exportStar(require("./LabelTranslation"), exports);
__exportStar(require("./OfferImport"), exports);
__exportStar(require("./Offers"), exports);
__exportStar(require("./OfferStates"), exports);
__exportStar(require("./OrderLine"), exports);
__exportStar(require("./Orders"), exports);
__exportStar(require("./Product"), exports);
__exportStar(require("./ProductImportStatus"), exports);
__exportStar(require("./ProductSynchronizationReport"), exports);
__exportStar(require("./Shop"), exports);
__exportStar(require("./ShopAccountsUser"), exports);
__exportStar(require("./User"), exports);
__exportStar(require("./ValueListValue"), exports);
__exportStar(require("./ValuesList"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0FBQUEsNENBQTBCO0FBQzFCLCtDQUE2QjtBQUM3QixxREFBbUM7QUFDbkMsZ0RBQThCO0FBQzlCLDJDQUF5QjtBQUN6QixnREFBOEI7QUFDOUIsOENBQTRCO0FBQzVCLDJDQUF5QjtBQUN6Qiw0Q0FBMEI7QUFDMUIsd0RBQXNDO0FBQ3RDLGlFQUErQztBQUMvQyx5Q0FBdUI7QUFDdkIscURBQW1DO0FBQ25DLHlDQUF1QjtBQUN2QixtREFBaUM7QUFDakMsK0NBQTZCIn0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0FBQUEsNENBQTBCO0FBQzFCLHlDQUF1QiJ9
{
"name": "@e2y/mirakl-client",
"version": "0.0.20",
"description": "> TODO: description",
"version": "1.0.1",
"description": "Mirakl Api Client",
"author": "e2y",

@@ -30,2 +30,3 @@ "license": "MIT",

"@types/chai": "^4.2.11",
"@types/faker": "^5.1.4",
"@types/node": "^14.0.1",

@@ -35,3 +36,5 @@ "@types/papaparse": "^5.0.4",

"@types/request-promise": "^4.1.45",
"axios": "^0.20.0",
"chai": "^4.2.0",
"faker": "^5.1.0",
"papaparse": "^5.2.0",

@@ -42,3 +45,3 @@ "request": "^2.88.2",

},
"gitHead": "e9f4b4d981c10b9806ad8e1988d3978e566bd653"
"gitHead": "adce15549132464dd4c86b92c25389f660d3f998"
}
# `mirakl-client`
> TODO: description
Node Client for Mirakl API

@@ -8,5 +8,5 @@ ## Usage

```
const miraklClient = require('@e2y/mirakl-client');
import { MiraklClient } from '@e2y/mirakl-client';
// TODO: DEMONSTRATE API
const miraklClient = new MiraklClient(baseURL, apiKey);
```
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