@e2y/mirakl-client
Advanced tools
Comparing version 0.0.20 to 1.0.1
@@ -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); | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
84729
101
1642
1
0
13
2
+ Added@types/faker@^5.1.4
+ Addedaxios@^0.20.0
+ Addedfaker@^5.1.0
+ Added@types/faker@5.5.9(transitive)
+ Addedaxios@0.20.0(transitive)
+ Addedfaker@5.5.3(transitive)
+ Addedfollow-redirects@1.15.9(transitive)