@lcdp/api-react-rest-client 2.10.0-develop.13258998193 → 2.10.0-upgrade-codegen-client-react.13239347278
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/auth/src/models/RestError.d.ts +2 -4
- package/auth/src/models/RestError.js +2 -4
- package/catalog/src/models/RestError.d.ts +2 -4
- package/catalog/src/models/RestError.js +2 -4
- package/configuration/src/models/RestError.d.ts +2 -4
- package/configuration/src/models/RestError.js +2 -4
- package/content/src/models/RestError.d.ts +2 -4
- package/content/src/models/RestError.js +2 -4
- package/factory/src/models/OfferPlanificationFactoryAllOfRecords.d.ts +0 -7
- package/factory/src/models/OfferPlanificationFactoryAllOfRecords.js +0 -3
- package/favorite/src/models/RestError.d.ts +2 -4
- package/favorite/src/models/RestError.js +2 -4
- package/inventory/src/apis/ManageInventoryApi.d.ts +17 -5
- package/inventory/src/apis/ManageInventoryApi.js +86 -12
- package/inventory/src/apis/SearchInventoryApi.d.ts +22 -29
- package/inventory/src/apis/SearchInventoryApi.js +87 -106
- package/inventory/src/models/ActiveProduct.d.ts +3 -10
- package/inventory/src/models/ActiveProduct.js +2 -5
- package/inventory/src/models/ActiveProductUpdateParameters.d.ts +3 -4
- package/inventory/src/models/ActiveProductUpdateParameters.js +2 -3
- package/inventory/src/models/MisalignedProduct.d.ts +0 -6
- package/inventory/src/models/MisalignedProduct.js +0 -2
- package/inventory/src/models/OverstockProduct.d.ts +0 -6
- package/inventory/src/models/OverstockProduct.js +0 -2
- package/inventory/src/models/RestError.d.ts +2 -4
- package/inventory/src/models/RestError.js +2 -4
- package/inventory/src/models/Synchroneity.d.ts +32 -0
- package/inventory/src/models/Synchroneity.js +46 -0
- package/inventory/src/models/SynchroneityOffisante.d.ts +38 -0
- package/inventory/src/models/SynchroneityOffisante.js +48 -0
- package/inventory/src/models/SynchroneitySource.d.ts +37 -0
- package/inventory/src/models/SynchroneitySource.js +47 -0
- package/inventory/src/models/index.d.ts +3 -4
- package/inventory/src/models/index.js +3 -4
- package/invoice/src/models/RestError.d.ts +2 -4
- package/invoice/src/models/RestError.js +2 -4
- package/laboratory-store/src/apis/ManageLaboratoryStoreImageApi.js +2 -12
- package/laboratory-store/src/models/RestError.d.ts +2 -4
- package/laboratory-store/src/models/RestError.js +2 -4
- package/lexicon/src/models/RestError.d.ts +2 -4
- package/lexicon/src/models/RestError.js +2 -4
- package/litigation/src/models/RestError.d.ts +2 -4
- package/litigation/src/models/RestError.js +2 -4
- package/mangopay-hook/src/models/RestError.d.ts +2 -4
- package/mangopay-hook/src/models/RestError.js +2 -4
- package/notification/src/apis/ManageNotificationTypeApi.js +1 -6
- package/notification/src/models/RestError.d.ts +2 -4
- package/notification/src/models/RestError.js +2 -4
- package/order/src/models/RestError.d.ts +2 -4
- package/order/src/models/RestError.js +2 -4
- package/package.json +1 -1
- package/product/src/models/RestError.d.ts +2 -4
- package/product/src/models/RestError.js +2 -4
- package/pub/src/apis/ManagePubImageApi.js +1 -6
- package/pub/src/models/RestError.d.ts +2 -4
- package/pub/src/models/RestError.js +2 -4
- package/rfx/src/models/RestError.d.ts +2 -4
- package/rfx/src/models/RestError.js +2 -4
- package/sale-offer/src/models/RestError.d.ts +2 -4
- package/sale-offer/src/models/RestError.js +2 -4
- package/servant/src/models/RestError.d.ts +2 -4
- package/servant/src/models/RestError.js +2 -4
- package/shipment/src/models/RestError.d.ts +2 -4
- package/shipment/src/models/RestError.js +2 -4
- package/shopping-cart/src/models/RestError.d.ts +2 -4
- package/shopping-cart/src/models/RestError.js +2 -4
- package/smuggler/src/models/RestError.d.ts +2 -4
- package/smuggler/src/models/RestError.js +2 -4
- package/statistic/src/models/RestError.d.ts +2 -4
- package/statistic/src/models/RestError.js +2 -4
- package/subscription/src/models/RestError.d.ts +2 -4
- package/subscription/src/models/RestError.js +2 -4
- package/third-party/src/models/RestError.d.ts +2 -4
- package/third-party/src/models/RestError.js +2 -4
- package/ubo/src/models/RestError.d.ts +2 -4
- package/ubo/src/models/RestError.js +2 -4
- package/user/src/models/RestError.d.ts +2 -4
- package/user/src/models/RestError.js +2 -4
- package/wish/src/models/RestError.d.ts +2 -4
- package/wish/src/models/RestError.js +2 -4
- package/inventory/src/models/Inventory.d.ts +0 -63
- package/inventory/src/models/Inventory.js +0 -57
- package/inventory/src/models/InventoryJournal.d.ts +0 -31
- package/inventory/src/models/InventoryJournal.js +0 -45
- package/inventory/src/models/PaginatedInventories.d.ts +0 -39
- package/inventory/src/models/PaginatedInventories.js +0 -53
- package/inventory/src/models/SynchronizationMode.d.ts +0 -25
- package/inventory/src/models/SynchronizationMode.js +0 -48
|
@@ -378,19 +378,13 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
378
378
|
/**
|
|
379
379
|
* Get advices statistics
|
|
380
380
|
*/
|
|
381
|
-
SearchInventoryApi.prototype.getCurrentInventoryStatisticsRaw = function (
|
|
381
|
+
SearchInventoryApi.prototype.getCurrentInventoryStatisticsRaw = function (initOverrides) {
|
|
382
382
|
return __awaiter(this, void 0, void 0, function () {
|
|
383
383
|
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_4;
|
|
384
384
|
return __generator(this, function (_c) {
|
|
385
385
|
switch (_c.label) {
|
|
386
386
|
case 0:
|
|
387
387
|
queryParameters = {};
|
|
388
|
-
if (requestParameters['overstockBlEq'] != null) {
|
|
389
|
-
queryParameters['overstockBl[eq]'] = requestParameters['overstockBlEq'];
|
|
390
|
-
}
|
|
391
|
-
if (requestParameters['overstockForecastGte'] != null) {
|
|
392
|
-
queryParameters['overstockForecast[gte]'] = requestParameters['overstockForecastGte'];
|
|
393
|
-
}
|
|
394
388
|
headerParameters = {};
|
|
395
389
|
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
396
390
|
_a = headerParameters;
|
|
@@ -443,13 +437,12 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
443
437
|
/**
|
|
444
438
|
* Get advices statistics
|
|
445
439
|
*/
|
|
446
|
-
SearchInventoryApi.prototype.getCurrentInventoryStatistics = function (
|
|
447
|
-
if (requestParameters === void 0) { requestParameters = {}; }
|
|
440
|
+
SearchInventoryApi.prototype.getCurrentInventoryStatistics = function (initOverrides) {
|
|
448
441
|
return __awaiter(this, void 0, void 0, function () {
|
|
449
442
|
var response;
|
|
450
443
|
return __generator(this, function (_a) {
|
|
451
444
|
switch (_a.label) {
|
|
452
|
-
case 0: return [4 /*yield*/, this.getCurrentInventoryStatisticsRaw(
|
|
445
|
+
case 0: return [4 /*yield*/, this.getCurrentInventoryStatisticsRaw(initOverrides)];
|
|
453
446
|
case 1:
|
|
454
447
|
response = _a.sent();
|
|
455
448
|
return [4 /*yield*/, response.value()];
|
|
@@ -459,24 +452,16 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
459
452
|
});
|
|
460
453
|
};
|
|
461
454
|
/**
|
|
462
|
-
*
|
|
455
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
456
|
+
* Get synchronization state of inventory
|
|
463
457
|
*/
|
|
464
|
-
SearchInventoryApi.prototype.
|
|
458
|
+
SearchInventoryApi.prototype.getCurrentInventorySynchroneityRaw = function (initOverrides) {
|
|
465
459
|
return __awaiter(this, void 0, void 0, function () {
|
|
466
460
|
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_5;
|
|
467
461
|
return __generator(this, function (_c) {
|
|
468
462
|
switch (_c.label) {
|
|
469
463
|
case 0:
|
|
470
464
|
queryParameters = {};
|
|
471
|
-
if (requestParameters['idEq'] != null) {
|
|
472
|
-
queryParameters['id[eq]'] = requestParameters['idEq'];
|
|
473
|
-
}
|
|
474
|
-
if (requestParameters['p'] != null) {
|
|
475
|
-
queryParameters['p'] = requestParameters['p'];
|
|
476
|
-
}
|
|
477
|
-
if (requestParameters['pp'] != null) {
|
|
478
|
-
queryParameters['pp'] = requestParameters['pp'];
|
|
479
|
-
}
|
|
480
465
|
headerParameters = {};
|
|
481
466
|
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
482
467
|
_a = headerParameters;
|
|
@@ -498,7 +483,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
498
483
|
case 4:
|
|
499
484
|
_c.trys.push([4, 6, , 7]);
|
|
500
485
|
return [4 /*yield*/, this.request({
|
|
501
|
-
path: "/inventories",
|
|
486
|
+
path: "/inventories/me/synchroneity",
|
|
502
487
|
method: 'GET',
|
|
503
488
|
headers: headerParameters,
|
|
504
489
|
query: queryParameters,
|
|
@@ -507,7 +492,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
507
492
|
response = _c.sent();
|
|
508
493
|
contentType = response.headers.get("content-type");
|
|
509
494
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
510
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
495
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.SynchroneityFromJSON)(jsonValue); })];
|
|
511
496
|
}
|
|
512
497
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
513
498
|
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
@@ -527,15 +512,15 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
527
512
|
});
|
|
528
513
|
};
|
|
529
514
|
/**
|
|
530
|
-
*
|
|
515
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
516
|
+
* Get synchronization state of inventory
|
|
531
517
|
*/
|
|
532
|
-
SearchInventoryApi.prototype.
|
|
533
|
-
if (requestParameters === void 0) { requestParameters = {}; }
|
|
518
|
+
SearchInventoryApi.prototype.getCurrentInventorySynchroneity = function (initOverrides) {
|
|
534
519
|
return __awaiter(this, void 0, void 0, function () {
|
|
535
520
|
var response;
|
|
536
521
|
return __generator(this, function (_a) {
|
|
537
522
|
switch (_a.label) {
|
|
538
|
-
case 0: return [4 /*yield*/, this.
|
|
523
|
+
case 0: return [4 /*yield*/, this.getCurrentInventorySynchroneityRaw(initOverrides)];
|
|
539
524
|
case 1:
|
|
540
525
|
response = _a.sent();
|
|
541
526
|
return [4 /*yield*/, response.value()];
|
|
@@ -545,18 +530,36 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
545
530
|
});
|
|
546
531
|
};
|
|
547
532
|
/**
|
|
548
|
-
*
|
|
533
|
+
* Search products with params for an inventory
|
|
549
534
|
*/
|
|
550
|
-
SearchInventoryApi.prototype.
|
|
535
|
+
SearchInventoryApi.prototype.getInventoryActiveProductsRaw = function (requestParameters, initOverrides) {
|
|
551
536
|
return __awaiter(this, void 0, void 0, function () {
|
|
552
537
|
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_6;
|
|
553
538
|
return __generator(this, function (_c) {
|
|
554
539
|
switch (_c.label) {
|
|
555
540
|
case 0:
|
|
556
541
|
if (requestParameters['inventoryId'] == null) {
|
|
557
|
-
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling
|
|
542
|
+
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling getInventoryActiveProducts().');
|
|
558
543
|
}
|
|
559
544
|
queryParameters = {};
|
|
545
|
+
if (requestParameters['q'] != null) {
|
|
546
|
+
queryParameters['q'] = requestParameters['q'];
|
|
547
|
+
}
|
|
548
|
+
if (requestParameters['labEq'] != null) {
|
|
549
|
+
queryParameters['lab[eq]'] = requestParameters['labEq'];
|
|
550
|
+
}
|
|
551
|
+
if (requestParameters['ptEq'] != null) {
|
|
552
|
+
queryParameters['pt[eq]'] = requestParameters['ptEq'];
|
|
553
|
+
}
|
|
554
|
+
if (requestParameters['orderBy'] != null) {
|
|
555
|
+
queryParameters['orderBy'] = requestParameters['orderBy'];
|
|
556
|
+
}
|
|
557
|
+
if (requestParameters['p'] != null) {
|
|
558
|
+
queryParameters['p'] = requestParameters['p'];
|
|
559
|
+
}
|
|
560
|
+
if (requestParameters['pp'] != null) {
|
|
561
|
+
queryParameters['pp'] = requestParameters['pp'];
|
|
562
|
+
}
|
|
560
563
|
headerParameters = {};
|
|
561
564
|
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
562
565
|
_a = headerParameters;
|
|
@@ -578,7 +581,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
578
581
|
case 4:
|
|
579
582
|
_c.trys.push([4, 6, , 7]);
|
|
580
583
|
return [4 /*yield*/, this.request({
|
|
581
|
-
path: "/inventories/{inventoryId}".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
584
|
+
path: "/inventories/{inventoryId}/active-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
582
585
|
method: 'GET',
|
|
583
586
|
headers: headerParameters,
|
|
584
587
|
query: queryParameters,
|
|
@@ -587,7 +590,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
587
590
|
response = _c.sent();
|
|
588
591
|
contentType = response.headers.get("content-type");
|
|
589
592
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
590
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
593
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PaginatedActiveProductsFromJSON)(jsonValue); })];
|
|
591
594
|
}
|
|
592
595
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
593
596
|
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
@@ -607,14 +610,14 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
607
610
|
});
|
|
608
611
|
};
|
|
609
612
|
/**
|
|
610
|
-
*
|
|
613
|
+
* Search products with params for an inventory
|
|
611
614
|
*/
|
|
612
|
-
SearchInventoryApi.prototype.
|
|
615
|
+
SearchInventoryApi.prototype.getInventoryActiveProducts = function (requestParameters, initOverrides) {
|
|
613
616
|
return __awaiter(this, void 0, void 0, function () {
|
|
614
617
|
var response;
|
|
615
618
|
return __generator(this, function (_a) {
|
|
616
619
|
switch (_a.label) {
|
|
617
|
-
case 0: return [4 /*yield*/, this.
|
|
620
|
+
case 0: return [4 /*yield*/, this.getInventoryActiveProductsRaw(requestParameters, initOverrides)];
|
|
618
621
|
case 1:
|
|
619
622
|
response = _a.sent();
|
|
620
623
|
return [4 /*yield*/, response.value()];
|
|
@@ -624,16 +627,16 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
624
627
|
});
|
|
625
628
|
};
|
|
626
629
|
/**
|
|
627
|
-
*
|
|
630
|
+
* Get product\'s where an action is required
|
|
628
631
|
*/
|
|
629
|
-
SearchInventoryApi.prototype.
|
|
632
|
+
SearchInventoryApi.prototype.getInventoryMisalignedProductsRaw = function (requestParameters, initOverrides) {
|
|
630
633
|
return __awaiter(this, void 0, void 0, function () {
|
|
631
634
|
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_7;
|
|
632
635
|
return __generator(this, function (_c) {
|
|
633
636
|
switch (_c.label) {
|
|
634
637
|
case 0:
|
|
635
638
|
if (requestParameters['inventoryId'] == null) {
|
|
636
|
-
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling
|
|
639
|
+
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling getInventoryMisalignedProducts().');
|
|
637
640
|
}
|
|
638
641
|
queryParameters = {};
|
|
639
642
|
if (requestParameters['q'] != null) {
|
|
@@ -675,7 +678,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
675
678
|
case 4:
|
|
676
679
|
_c.trys.push([4, 6, , 7]);
|
|
677
680
|
return [4 /*yield*/, this.request({
|
|
678
|
-
path: "/inventories/{inventoryId}/
|
|
681
|
+
path: "/inventories/{inventoryId}/misaligned-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
679
682
|
method: 'GET',
|
|
680
683
|
headers: headerParameters,
|
|
681
684
|
query: queryParameters,
|
|
@@ -684,7 +687,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
684
687
|
response = _c.sent();
|
|
685
688
|
contentType = response.headers.get("content-type");
|
|
686
689
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
687
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
690
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PaginatedMisalignedProductsFromJSON)(jsonValue); })];
|
|
688
691
|
}
|
|
689
692
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
690
693
|
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
@@ -704,14 +707,14 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
704
707
|
});
|
|
705
708
|
};
|
|
706
709
|
/**
|
|
707
|
-
*
|
|
710
|
+
* Get product\'s where an action is required
|
|
708
711
|
*/
|
|
709
|
-
SearchInventoryApi.prototype.
|
|
712
|
+
SearchInventoryApi.prototype.getInventoryMisalignedProducts = function (requestParameters, initOverrides) {
|
|
710
713
|
return __awaiter(this, void 0, void 0, function () {
|
|
711
714
|
var response;
|
|
712
715
|
return __generator(this, function (_a) {
|
|
713
716
|
switch (_a.label) {
|
|
714
|
-
case 0: return [4 /*yield*/, this.
|
|
717
|
+
case 0: return [4 /*yield*/, this.getInventoryMisalignedProductsRaw(requestParameters, initOverrides)];
|
|
715
718
|
case 1:
|
|
716
719
|
response = _a.sent();
|
|
717
720
|
return [4 /*yield*/, response.value()];
|
|
@@ -721,16 +724,16 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
721
724
|
});
|
|
722
725
|
};
|
|
723
726
|
/**
|
|
724
|
-
* Get
|
|
727
|
+
* Get products that the pharmacian should destock
|
|
725
728
|
*/
|
|
726
|
-
SearchInventoryApi.prototype.
|
|
729
|
+
SearchInventoryApi.prototype.getInventoryOverstockProductsRaw = function (requestParameters, initOverrides) {
|
|
727
730
|
return __awaiter(this, void 0, void 0, function () {
|
|
728
731
|
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_8;
|
|
729
732
|
return __generator(this, function (_c) {
|
|
730
733
|
switch (_c.label) {
|
|
731
734
|
case 0:
|
|
732
735
|
if (requestParameters['inventoryId'] == null) {
|
|
733
|
-
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling
|
|
736
|
+
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling getInventoryOverstockProducts().');
|
|
734
737
|
}
|
|
735
738
|
queryParameters = {};
|
|
736
739
|
if (requestParameters['q'] != null) {
|
|
@@ -742,6 +745,21 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
742
745
|
if (requestParameters['ptEq'] != null) {
|
|
743
746
|
queryParameters['pt[eq]'] = requestParameters['ptEq'];
|
|
744
747
|
}
|
|
748
|
+
if (requestParameters['blEq'] != null) {
|
|
749
|
+
queryParameters['bl[eq]'] = requestParameters['blEq'];
|
|
750
|
+
}
|
|
751
|
+
if (requestParameters['forecastGte'] != null) {
|
|
752
|
+
queryParameters['forecast[gte]'] = requestParameters['forecastGte'];
|
|
753
|
+
}
|
|
754
|
+
if (requestParameters['forecastLte'] != null) {
|
|
755
|
+
queryParameters['forecast[lte]'] = requestParameters['forecastLte'];
|
|
756
|
+
}
|
|
757
|
+
if (requestParameters['forecastPr'] != null) {
|
|
758
|
+
queryParameters['forecast[pr]'] = requestParameters['forecastPr'];
|
|
759
|
+
}
|
|
760
|
+
if (requestParameters['isUnsoldEq'] != null) {
|
|
761
|
+
queryParameters['isUnsold[eq]'] = requestParameters['isUnsoldEq'];
|
|
762
|
+
}
|
|
745
763
|
if (requestParameters['orderBy'] != null) {
|
|
746
764
|
queryParameters['orderBy'] = requestParameters['orderBy'];
|
|
747
765
|
}
|
|
@@ -772,7 +790,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
772
790
|
case 4:
|
|
773
791
|
_c.trys.push([4, 6, , 7]);
|
|
774
792
|
return [4 /*yield*/, this.request({
|
|
775
|
-
path: "/inventories/{inventoryId}/
|
|
793
|
+
path: "/inventories/{inventoryId}/overstock-products".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
776
794
|
method: 'GET',
|
|
777
795
|
headers: headerParameters,
|
|
778
796
|
query: queryParameters,
|
|
@@ -781,7 +799,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
781
799
|
response = _c.sent();
|
|
782
800
|
contentType = response.headers.get("content-type");
|
|
783
801
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
784
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
802
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.PaginatedOverstockProductsFromJSON)(jsonValue); })];
|
|
785
803
|
}
|
|
786
804
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
787
805
|
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
@@ -801,14 +819,14 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
801
819
|
});
|
|
802
820
|
};
|
|
803
821
|
/**
|
|
804
|
-
* Get
|
|
822
|
+
* Get products that the pharmacian should destock
|
|
805
823
|
*/
|
|
806
|
-
SearchInventoryApi.prototype.
|
|
824
|
+
SearchInventoryApi.prototype.getInventoryOverstockProducts = function (requestParameters, initOverrides) {
|
|
807
825
|
return __awaiter(this, void 0, void 0, function () {
|
|
808
826
|
var response;
|
|
809
827
|
return __generator(this, function (_a) {
|
|
810
828
|
switch (_a.label) {
|
|
811
|
-
case 0: return [4 /*yield*/, this.
|
|
829
|
+
case 0: return [4 /*yield*/, this.getInventoryOverstockProductsRaw(requestParameters, initOverrides)];
|
|
812
830
|
case 1:
|
|
813
831
|
response = _a.sent();
|
|
814
832
|
return [4 /*yield*/, response.value()];
|
|
@@ -818,51 +836,18 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
818
836
|
});
|
|
819
837
|
};
|
|
820
838
|
/**
|
|
821
|
-
* Get
|
|
839
|
+
* Get advices statistics
|
|
822
840
|
*/
|
|
823
|
-
SearchInventoryApi.prototype.
|
|
841
|
+
SearchInventoryApi.prototype.getInventoryStatisticsRaw = function (requestParameters, initOverrides) {
|
|
824
842
|
return __awaiter(this, void 0, void 0, function () {
|
|
825
843
|
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_9;
|
|
826
844
|
return __generator(this, function (_c) {
|
|
827
845
|
switch (_c.label) {
|
|
828
846
|
case 0:
|
|
829
847
|
if (requestParameters['inventoryId'] == null) {
|
|
830
|
-
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling
|
|
848
|
+
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling getInventoryStatistics().');
|
|
831
849
|
}
|
|
832
850
|
queryParameters = {};
|
|
833
|
-
if (requestParameters['q'] != null) {
|
|
834
|
-
queryParameters['q'] = requestParameters['q'];
|
|
835
|
-
}
|
|
836
|
-
if (requestParameters['labEq'] != null) {
|
|
837
|
-
queryParameters['lab[eq]'] = requestParameters['labEq'];
|
|
838
|
-
}
|
|
839
|
-
if (requestParameters['ptEq'] != null) {
|
|
840
|
-
queryParameters['pt[eq]'] = requestParameters['ptEq'];
|
|
841
|
-
}
|
|
842
|
-
if (requestParameters['blEq'] != null) {
|
|
843
|
-
queryParameters['bl[eq]'] = requestParameters['blEq'];
|
|
844
|
-
}
|
|
845
|
-
if (requestParameters['forecastGte'] != null) {
|
|
846
|
-
queryParameters['forecast[gte]'] = requestParameters['forecastGte'];
|
|
847
|
-
}
|
|
848
|
-
if (requestParameters['forecastLte'] != null) {
|
|
849
|
-
queryParameters['forecast[lte]'] = requestParameters['forecastLte'];
|
|
850
|
-
}
|
|
851
|
-
if (requestParameters['forecastPr'] != null) {
|
|
852
|
-
queryParameters['forecast[pr]'] = requestParameters['forecastPr'];
|
|
853
|
-
}
|
|
854
|
-
if (requestParameters['isUnsoldEq'] != null) {
|
|
855
|
-
queryParameters['isUnsold[eq]'] = requestParameters['isUnsoldEq'];
|
|
856
|
-
}
|
|
857
|
-
if (requestParameters['orderBy'] != null) {
|
|
858
|
-
queryParameters['orderBy'] = requestParameters['orderBy'];
|
|
859
|
-
}
|
|
860
|
-
if (requestParameters['p'] != null) {
|
|
861
|
-
queryParameters['p'] = requestParameters['p'];
|
|
862
|
-
}
|
|
863
|
-
if (requestParameters['pp'] != null) {
|
|
864
|
-
queryParameters['pp'] = requestParameters['pp'];
|
|
865
|
-
}
|
|
866
851
|
headerParameters = {};
|
|
867
852
|
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
868
853
|
_a = headerParameters;
|
|
@@ -884,7 +869,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
884
869
|
case 4:
|
|
885
870
|
_c.trys.push([4, 6, , 7]);
|
|
886
871
|
return [4 /*yield*/, this.request({
|
|
887
|
-
path: "/inventories/{inventoryId}/
|
|
872
|
+
path: "/inventories/{inventoryId}/statistics".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
888
873
|
method: 'GET',
|
|
889
874
|
headers: headerParameters,
|
|
890
875
|
query: queryParameters,
|
|
@@ -893,7 +878,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
893
878
|
response = _c.sent();
|
|
894
879
|
contentType = response.headers.get("content-type");
|
|
895
880
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
896
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
881
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.StatisticsFromJSON)(jsonValue); })];
|
|
897
882
|
}
|
|
898
883
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
899
884
|
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
@@ -913,14 +898,14 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
913
898
|
});
|
|
914
899
|
};
|
|
915
900
|
/**
|
|
916
|
-
* Get
|
|
901
|
+
* Get advices statistics
|
|
917
902
|
*/
|
|
918
|
-
SearchInventoryApi.prototype.
|
|
903
|
+
SearchInventoryApi.prototype.getInventoryStatistics = function (requestParameters, initOverrides) {
|
|
919
904
|
return __awaiter(this, void 0, void 0, function () {
|
|
920
905
|
var response;
|
|
921
906
|
return __generator(this, function (_a) {
|
|
922
907
|
switch (_a.label) {
|
|
923
|
-
case 0: return [4 /*yield*/, this.
|
|
908
|
+
case 0: return [4 /*yield*/, this.getInventoryStatisticsRaw(requestParameters, initOverrides)];
|
|
924
909
|
case 1:
|
|
925
910
|
response = _a.sent();
|
|
926
911
|
return [4 /*yield*/, response.value()];
|
|
@@ -930,24 +915,19 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
930
915
|
});
|
|
931
916
|
};
|
|
932
917
|
/**
|
|
933
|
-
*
|
|
918
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
919
|
+
* Get synchronization state of inventory
|
|
934
920
|
*/
|
|
935
|
-
SearchInventoryApi.prototype.
|
|
921
|
+
SearchInventoryApi.prototype.getInventorySynchroneityRaw = function (requestParameters, initOverrides) {
|
|
936
922
|
return __awaiter(this, void 0, void 0, function () {
|
|
937
923
|
var queryParameters, headerParameters, _a, _b, token, tokenString, response, contentType, response_10;
|
|
938
924
|
return __generator(this, function (_c) {
|
|
939
925
|
switch (_c.label) {
|
|
940
926
|
case 0:
|
|
941
927
|
if (requestParameters['inventoryId'] == null) {
|
|
942
|
-
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling
|
|
928
|
+
throw new runtime.RequiredError('inventoryId', 'Required parameter "inventoryId" was null or undefined when calling getInventorySynchroneity().');
|
|
943
929
|
}
|
|
944
930
|
queryParameters = {};
|
|
945
|
-
if (requestParameters['overstockBlEq'] != null) {
|
|
946
|
-
queryParameters['overstockBl[eq]'] = requestParameters['overstockBlEq'];
|
|
947
|
-
}
|
|
948
|
-
if (requestParameters['overstockForecastGte'] != null) {
|
|
949
|
-
queryParameters['overstockForecast[gte]'] = requestParameters['overstockForecastGte'];
|
|
950
|
-
}
|
|
951
931
|
headerParameters = {};
|
|
952
932
|
if (!(this.configuration && this.configuration.apiKey)) return [3 /*break*/, 2];
|
|
953
933
|
_a = headerParameters;
|
|
@@ -969,7 +949,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
969
949
|
case 4:
|
|
970
950
|
_c.trys.push([4, 6, , 7]);
|
|
971
951
|
return [4 /*yield*/, this.request({
|
|
972
|
-
path: "/inventories/{inventoryId}/
|
|
952
|
+
path: "/inventories/{inventoryId}/synchroneity".replace("{".concat("inventoryId", "}"), encodeURIComponent(String(requestParameters['inventoryId']))),
|
|
973
953
|
method: 'GET',
|
|
974
954
|
headers: headerParameters,
|
|
975
955
|
query: queryParameters,
|
|
@@ -978,7 +958,7 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
978
958
|
response = _c.sent();
|
|
979
959
|
contentType = response.headers.get("content-type");
|
|
980
960
|
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
981
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
961
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.SynchroneityFromJSON)(jsonValue); })];
|
|
982
962
|
}
|
|
983
963
|
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
984
964
|
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
@@ -998,14 +978,15 @@ var SearchInventoryApi = /** @class */ (function (_super) {
|
|
|
998
978
|
});
|
|
999
979
|
};
|
|
1000
980
|
/**
|
|
1001
|
-
*
|
|
981
|
+
* Allow to retrieve informations about synchronization between the inventory and its sources. Theses informations (such as last successful synchronization) can be used to monitor the freshness of data computed. Note : \'synchroneity\' is not mispelled !
|
|
982
|
+
* Get synchronization state of inventory
|
|
1002
983
|
*/
|
|
1003
|
-
SearchInventoryApi.prototype.
|
|
984
|
+
SearchInventoryApi.prototype.getInventorySynchroneity = function (requestParameters, initOverrides) {
|
|
1004
985
|
return __awaiter(this, void 0, void 0, function () {
|
|
1005
986
|
var response;
|
|
1006
987
|
return __generator(this, function (_a) {
|
|
1007
988
|
switch (_a.label) {
|
|
1008
|
-
case 0: return [4 /*yield*/, this.
|
|
989
|
+
case 0: return [4 /*yield*/, this.getInventorySynchroneityRaw(requestParameters, initOverrides)];
|
|
1009
990
|
case 1:
|
|
1010
991
|
response = _a.sent();
|
|
1011
992
|
return [4 /*yield*/, response.value()];
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SynchronizationMode } from './SynchronizationMode';
|
|
13
12
|
import type { ProductLink } from './ProductLink';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
@@ -36,17 +35,11 @@ export interface ActiveProduct {
|
|
|
36
35
|
*/
|
|
37
36
|
activeStock?: number;
|
|
38
37
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {
|
|
41
|
-
* @memberof ActiveProduct
|
|
42
|
-
*/
|
|
43
|
-
synchronizationMode?: SynchronizationMode;
|
|
44
|
-
/**
|
|
45
|
-
* Date of last update of the product
|
|
46
|
-
* @type {Date}
|
|
38
|
+
* True if sale offers for this product are synchronized, false if not
|
|
39
|
+
* @type {boolean}
|
|
47
40
|
* @memberof ActiveProduct
|
|
48
41
|
*/
|
|
49
|
-
|
|
42
|
+
_synchronized?: boolean;
|
|
50
43
|
}
|
|
51
44
|
/**
|
|
52
45
|
* Check if a given object implements the ActiveProduct interface.
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ActiveProductToJSON = exports.ActiveProductFromJSONTyped = exports.ActiveProductFromJSON = exports.instanceOfActiveProduct = void 0;
|
|
17
|
-
var SynchronizationMode_1 = require("./SynchronizationMode");
|
|
18
17
|
var ProductLink_1 = require("./ProductLink");
|
|
19
18
|
/**
|
|
20
19
|
* Check if a given object implements the ActiveProduct interface.
|
|
@@ -35,8 +34,7 @@ function ActiveProductFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
34
|
'product': (json['product'] === null || json['product'] === undefined) ? json['product'] : (0, ProductLink_1.ProductLinkFromJSON)(json['product']),
|
|
36
35
|
'totalActiveSaleOffers': json['totalActiveSaleOffers'],
|
|
37
36
|
'activeStock': json['activeStock'],
|
|
38
|
-
'
|
|
39
|
-
'updatedAt': (json['updatedAt'] === null || json['updatedAt'] === undefined) ? json['updatedAt'] : new Date(json['updatedAt']),
|
|
37
|
+
'_synchronized': json['synchronized'],
|
|
40
38
|
};
|
|
41
39
|
}
|
|
42
40
|
exports.ActiveProductFromJSONTyped = ActiveProductFromJSONTyped;
|
|
@@ -48,8 +46,7 @@ function ActiveProductToJSON(value) {
|
|
|
48
46
|
'product': (0, ProductLink_1.ProductLinkToJSON)(value['product']),
|
|
49
47
|
'totalActiveSaleOffers': value['totalActiveSaleOffers'],
|
|
50
48
|
'activeStock': value['activeStock'],
|
|
51
|
-
'
|
|
52
|
-
'updatedAt': (value['updatedAt'] === null || value['updatedAt'] === undefined) ? value['updatedAt'] : (value['updatedAt']).toISOString(),
|
|
49
|
+
'synchronized': value['_synchronized'],
|
|
53
50
|
};
|
|
54
51
|
}
|
|
55
52
|
exports.ActiveProductToJSON = ActiveProductToJSON;
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SynchronizationMode } from './SynchronizationMode';
|
|
13
12
|
/**
|
|
14
13
|
*
|
|
15
14
|
* @export
|
|
@@ -17,11 +16,11 @@ import type { SynchronizationMode } from './SynchronizationMode';
|
|
|
17
16
|
*/
|
|
18
17
|
export interface ActiveProductUpdateParameters {
|
|
19
18
|
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {
|
|
19
|
+
* Product synchronization is enabled or not
|
|
20
|
+
* @type {boolean}
|
|
22
21
|
* @memberof ActiveProductUpdateParameters
|
|
23
22
|
*/
|
|
24
|
-
|
|
23
|
+
_synchronized?: boolean;
|
|
25
24
|
}
|
|
26
25
|
/**
|
|
27
26
|
* Check if a given object implements the ActiveProductUpdateParameters interface.
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ActiveProductUpdateParametersToJSON = exports.ActiveProductUpdateParametersFromJSONTyped = exports.ActiveProductUpdateParametersFromJSON = exports.instanceOfActiveProductUpdateParameters = void 0;
|
|
17
|
-
var SynchronizationMode_1 = require("./SynchronizationMode");
|
|
18
17
|
/**
|
|
19
18
|
* Check if a given object implements the ActiveProductUpdateParameters interface.
|
|
20
19
|
*/
|
|
@@ -31,7 +30,7 @@ function ActiveProductUpdateParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
31
30
|
return json;
|
|
32
31
|
}
|
|
33
32
|
return {
|
|
34
|
-
'
|
|
33
|
+
'_synchronized': json['synchronized'],
|
|
35
34
|
};
|
|
36
35
|
}
|
|
37
36
|
exports.ActiveProductUpdateParametersFromJSONTyped = ActiveProductUpdateParametersFromJSONTyped;
|
|
@@ -40,7 +39,7 @@ function ActiveProductUpdateParametersToJSON(value) {
|
|
|
40
39
|
return value;
|
|
41
40
|
}
|
|
42
41
|
return {
|
|
43
|
-
'
|
|
42
|
+
'synchronized': value['_synchronized'],
|
|
44
43
|
};
|
|
45
44
|
}
|
|
46
45
|
exports.ActiveProductUpdateParametersToJSON = ActiveProductUpdateParametersToJSON;
|
|
@@ -40,12 +40,6 @@ export interface MisalignedProduct {
|
|
|
40
40
|
* @memberof MisalignedProduct
|
|
41
41
|
*/
|
|
42
42
|
currentStock?: number;
|
|
43
|
-
/**
|
|
44
|
-
* Date of last update of the product
|
|
45
|
-
* @type {Date}
|
|
46
|
-
* @memberof MisalignedProduct
|
|
47
|
-
*/
|
|
48
|
-
updatedAt?: Date;
|
|
49
43
|
}
|
|
50
44
|
/**
|
|
51
45
|
* Check if a given object implements the MisalignedProduct interface.
|
|
@@ -35,7 +35,6 @@ function MisalignedProductFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
'totalActiveSaleOffers': json['totalActiveSaleOffers'],
|
|
36
36
|
'activeStock': json['activeStock'],
|
|
37
37
|
'currentStock': json['currentStock'],
|
|
38
|
-
'updatedAt': (json['updatedAt'] === null || json['updatedAt'] === undefined) ? json['updatedAt'] : new Date(json['updatedAt']),
|
|
39
38
|
};
|
|
40
39
|
}
|
|
41
40
|
exports.MisalignedProductFromJSONTyped = MisalignedProductFromJSONTyped;
|
|
@@ -48,7 +47,6 @@ function MisalignedProductToJSON(value) {
|
|
|
48
47
|
'totalActiveSaleOffers': value['totalActiveSaleOffers'],
|
|
49
48
|
'activeStock': value['activeStock'],
|
|
50
49
|
'currentStock': value['currentStock'],
|
|
51
|
-
'updatedAt': (value['updatedAt'] === null || value['updatedAt'] === undefined) ? value['updatedAt'] : (value['updatedAt']).toISOString(),
|
|
52
50
|
};
|
|
53
51
|
}
|
|
54
52
|
exports.MisalignedProductToJSON = MisalignedProductToJSON;
|
|
@@ -67,12 +67,6 @@ export interface OverstockProduct {
|
|
|
67
67
|
* @memberof OverstockProduct
|
|
68
68
|
*/
|
|
69
69
|
isUnsold: boolean;
|
|
70
|
-
/**
|
|
71
|
-
* Date of last update of the product
|
|
72
|
-
* @type {Date}
|
|
73
|
-
* @memberof OverstockProduct
|
|
74
|
-
*/
|
|
75
|
-
updatedAt?: Date;
|
|
76
70
|
}
|
|
77
71
|
/**
|
|
78
72
|
* Check if a given object implements the OverstockProduct interface.
|
|
@@ -55,7 +55,6 @@ function OverstockProductFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
55
55
|
'blacklisted': json['blacklisted'],
|
|
56
56
|
'forecast': json['forecast'],
|
|
57
57
|
'isUnsold': json['isUnsold'],
|
|
58
|
-
'updatedAt': (json['updatedAt'] === null || json['updatedAt'] === undefined) ? json['updatedAt'] : new Date(json['updatedAt']),
|
|
59
58
|
};
|
|
60
59
|
}
|
|
61
60
|
exports.OverstockProductFromJSONTyped = OverstockProductFromJSONTyped;
|
|
@@ -72,7 +71,6 @@ function OverstockProductToJSON(value) {
|
|
|
72
71
|
'blacklisted': value['blacklisted'],
|
|
73
72
|
'forecast': value['forecast'],
|
|
74
73
|
'isUnsold': value['isUnsold'],
|
|
75
|
-
'updatedAt': (value['updatedAt'] === null || value['updatedAt'] === undefined) ? value['updatedAt'] : (value['updatedAt']).toISOString(),
|
|
76
74
|
};
|
|
77
75
|
}
|
|
78
76
|
exports.OverstockProductToJSON = OverstockProductToJSON;
|