idosell 0.4.27 → 0.4.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/enums.js CHANGED
@@ -1,3 +1,4 @@
1
+ /* eslint-disable no-unused-vars */
1
2
  var PRODUCTS_RETURN_ELEMENTS;
2
3
  (function (PRODUCTS_RETURN_ELEMENTS) {
3
4
  PRODUCTS_RETURN_ELEMENTS["LANG_DATA"] = "lang_data";
@@ -101,6 +102,11 @@ var PRODUCTS_RETURN_ELEMENTS;
101
102
  PRODUCTS_RETURN_ELEMENTS["DIMENSIONS"] = "dimensions";
102
103
  PRODUCTS_RETURN_ELEMENTS["RESPONSIBLE_PRODUCER_CODE"] = "responsibleProducerCode";
103
104
  PRODUCTS_RETURN_ELEMENTS["RESPONSIBLE_PERSON_CODE"] = "responsiblePersonCode";
105
+ PRODUCTS_RETURN_ELEMENTS["DEPOSIT_PRODUCT_ID"] = "depositProductId";
106
+ PRODUCTS_RETURN_ELEMENTS["DEPOSIT_TYPE"] = "depositType";
107
+ PRODUCTS_RETURN_ELEMENTS["DEPOSIT_COUNT"] = "depositCount";
108
+ PRODUCTS_RETURN_ELEMENTS["MIN_STOCK_LEVEL"] = "minStockLevel";
109
+ PRODUCTS_RETURN_ELEMENTS["PRODUCT_ATTACHMENTS"] = "productAttachments";
104
110
  })(PRODUCTS_RETURN_ELEMENTS || (PRODUCTS_RETURN_ELEMENTS = {}));
105
111
  var ORDER_STATUS;
106
112
  (function (ORDER_STATUS) {
@@ -403,7 +409,7 @@ var PRODUCE_SIZE_INDEX;
403
409
  PRODUCE_SIZE_INDEX["ID"] = "sizeId";
404
410
  PRODUCE_SIZE_INDEX["IAI_CODE"] = "iaiCode";
405
411
  })(PRODUCE_SIZE_INDEX || (PRODUCE_SIZE_INDEX = {}));
406
- export default {
412
+ const ENUMS = {
407
413
  PRODUCTS_RETURN_ELEMENTS,
408
414
  ORDER_STATUS,
409
415
  STOCK_DOCUMENT_TYPE,
@@ -415,3 +421,5 @@ export default {
415
421
  PRODUCT_SIZE_LOCATIONS,
416
422
  PRODUCE_SIZE_INDEX
417
423
  };
424
+ export { ENUMS };
425
+ export default ENUMS;
package/dist/gates.js CHANGED
@@ -146,6 +146,7 @@ import putPayments from "./methods/putPayments.js";
146
146
  import getPaymentsProfiles from "./methods/getPaymentsProfiles.js";
147
147
  import postPaymentsRepayment from "./methods/postPaymentsRepayment.js";
148
148
  import getProductsSKUbyBarcode from "./methods/getProductsSKUbyBarcode.js";
149
+ import getProductsAttachmentsGetContent from "./methods/getProductsAttachmentsGetContent.js";
149
150
  import putProductsAttachments from "./methods/putProductsAttachments.js";
150
151
  import getProductsAuctions from "./methods/getProductsAuctions.js";
151
152
  import deleteProductsBrands from "./methods/deleteProductsBrands.js";
@@ -178,9 +179,6 @@ import getProductsIdBySizecode from "./methods/getProductsIdBySizecode.js";
178
179
  import deleteProductsImages from "./methods/deleteProductsImages.js";
179
180
  import putProductsImages from "./methods/putProductsImages.js";
180
181
  import getProductsMarketingAllFacebookCatalogIds from "./methods/getProductsMarketingAllFacebookCatalogIds.js";
181
- import getProductsMarketingPromotion from "./methods/getProductsMarketingPromotion.js";
182
- import postProductsMarketingPromotion from "./methods/postProductsMarketingPromotion.js";
183
- import putProductsMarketingPromotion from "./methods/putProductsMarketingPromotion.js";
184
182
  import getProductsMarketingZones from "./methods/getProductsMarketingZones.js";
185
183
  import putProductsMarketingZones from "./methods/putProductsMarketingZones.js";
186
184
  import getProductsOmnibusPrices from "./methods/getProductsOmnibusPrices.js";
@@ -249,6 +247,7 @@ import getRefundsGetPossibleAutoRefunds from "./methods/getRefundsGetPossibleAut
249
247
  import getRefundsGetRefundStatus from "./methods/getRefundsGetRefundStatus.js";
250
248
  import getRefundsRetrieveRefundsList from "./methods/getRefundsRetrieveRefundsList.js";
251
249
  import putRefundsUpdateRefund from "./methods/putRefundsUpdateRefund.js";
250
+ import getRegulationsHistory from "./methods/getRegulationsHistory.js";
252
251
  import getResponsibilityEntities from "./methods/getResponsibilityEntities.js";
253
252
  import postResponsibilityEntities from "./methods/postResponsibilityEntities.js";
254
253
  import putResponsibilityEntities from "./methods/putResponsibilityEntities.js";
@@ -333,6 +332,9 @@ import putWmsStocksdocumentsRejectMM from "./methods/putWmsStocksdocumentsReject
333
332
  import deleteWmsSuppliers from "./methods/deleteWmsSuppliers.js";
334
333
  import getWmsSuppliers from "./methods/getWmsSuppliers.js";
335
334
  import putWmsSuppliers from "./methods/putWmsSuppliers.js";
335
+ import getProductsMarketingPromotion from "./methods/getProductsMarketingPromotion.js";
336
+ import postProductsMarketingPromotion from "./methods/postProductsMarketingPromotion.js";
337
+ import putProductsMarketingPromotion from "./methods/putProductsMarketingPromotion.js";
336
338
  const gates = {
337
339
  getClientsBalance,
338
340
  postClientsBalance,
@@ -482,6 +484,7 @@ const gates = {
482
484
  getPaymentsProfiles,
483
485
  postPaymentsRepayment,
484
486
  getProductsSKUbyBarcode,
487
+ getProductsAttachmentsGetContent,
485
488
  putProductsAttachments,
486
489
  getProductsAuctions,
487
490
  deleteProductsBrands,
@@ -514,9 +517,6 @@ const gates = {
514
517
  deleteProductsImages,
515
518
  putProductsImages,
516
519
  getProductsMarketingAllFacebookCatalogIds,
517
- getProductsMarketingPromotion,
518
- postProductsMarketingPromotion,
519
- putProductsMarketingPromotion,
520
520
  getProductsMarketingZones,
521
521
  putProductsMarketingZones,
522
522
  getProductsOmnibusPrices,
@@ -585,6 +585,7 @@ const gates = {
585
585
  getRefundsGetRefundStatus,
586
586
  getRefundsRetrieveRefundsList,
587
587
  putRefundsUpdateRefund,
588
+ getRegulationsHistory,
588
589
  getResponsibilityEntities,
589
590
  postResponsibilityEntities,
590
591
  putResponsibilityEntities,
@@ -669,6 +670,9 @@ const gates = {
669
670
  deleteWmsSuppliers,
670
671
  getWmsSuppliers,
671
672
  putWmsSuppliers,
673
+ getProductsMarketingPromotion,
674
+ postProductsMarketingPromotion,
675
+ putProductsMarketingPromotion,
672
676
  listProducts: searchProducts,
673
677
  listOrders: searchOrders,
674
678
  listOrdersUnfinished: searchOrdersUnfinished,