@lcdp/api-react-rest-client 2.1.2-develop.4312108229 → 2.1.2-develop.4364529993
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/HttpLink.d.ts +1 -1
- package/auth/src/models/RestError.d.ts +6 -4
- package/auth/src/models/RestError.js +2 -0
- package/banking-operation/src/models/HttpLink.d.ts +1 -1
- package/configuration/src/models/RestError.d.ts +6 -4
- package/configuration/src/models/RestError.js +2 -0
- package/content/src/models/RestError.d.ts +6 -4
- package/content/src/models/RestError.js +2 -0
- package/factory/src/models/HttpLink.d.ts +1 -1
- package/favorite/src/models/HttpLink.d.ts +1 -1
- package/favorite/src/models/RestError.d.ts +6 -4
- package/favorite/src/models/RestError.js +2 -0
- package/inventory/src/models/HttpLink.d.ts +1 -1
- package/inventory/src/models/RestError.d.ts +6 -4
- package/inventory/src/models/RestError.js +2 -0
- package/invoice/src/models/HttpLink.d.ts +1 -1
- package/invoice/src/models/RestError.d.ts +6 -4
- package/invoice/src/models/RestError.js +2 -0
- package/laboratory-store/src/models/HttpLink.d.ts +1 -1
- package/laboratory-store/src/models/ImageVersions.d.ts +6 -6
- package/laboratory-store/src/models/RestError.d.ts +6 -4
- package/laboratory-store/src/models/RestError.js +2 -0
- package/laboratory-store-log/src/models/HttpLink.d.ts +1 -1
- package/lexicon/src/models/RestError.d.ts +6 -4
- package/lexicon/src/models/RestError.js +2 -0
- package/litigation/src/models/RestError.d.ts +6 -4
- package/litigation/src/models/RestError.js +2 -0
- package/magic-cart/src/models/HttpLink.d.ts +1 -1
- package/mangopay-hook/src/models/RestError.d.ts +6 -4
- package/mangopay-hook/src/models/RestError.js +2 -0
- package/message/src/models/HttpLink.d.ts +1 -1
- package/notification/src/models/HttpLink.d.ts +1 -1
- package/notification/src/models/RestError.d.ts +6 -4
- package/notification/src/models/RestError.js +2 -0
- package/order/src/models/HttpLink.d.ts +1 -1
- package/order/src/models/RestError.d.ts +6 -4
- package/order/src/models/RestError.js +2 -0
- package/order-log/src/models/HttpLink.d.ts +1 -1
- package/package.json +1 -1
- package/product/src/models/HttpLink.d.ts +1 -1
- package/product/src/models/ImageVersions.d.ts +6 -6
- package/product/src/models/RestError.d.ts +6 -4
- package/product/src/models/RestError.js +2 -0
- package/pub/src/models/HttpLink.d.ts +1 -1
- package/pub/src/models/ImageVersions.d.ts +6 -6
- package/pub/src/models/RestError.d.ts +6 -4
- package/pub/src/models/RestError.js +2 -0
- package/recommendation/src/models/HttpLink.d.ts +1 -1
- package/rfx/src/models/HttpLink.d.ts +1 -1
- package/rfx/src/models/RestError.d.ts +6 -4
- package/rfx/src/models/RestError.js +2 -0
- package/sale-offer/src/models/HttpLink.d.ts +1 -1
- package/sale-offer/src/models/ImageVersions.d.ts +6 -6
- package/sale-offer/src/models/RestError.d.ts +6 -4
- package/sale-offer/src/models/RestError.js +2 -0
- package/sale-offer-log/src/models/HttpLink.d.ts +1 -1
- package/servant/src/models/RestError.d.ts +6 -4
- package/servant/src/models/RestError.js +2 -0
- package/shipment/src/models/HttpLink.d.ts +1 -1
- package/shipment/src/models/RestError.d.ts +6 -4
- package/shipment/src/models/RestError.js +2 -0
- package/shipment/src/models/Shipment.d.ts +3 -3
- package/shipment/src/models/Shipment.js +3 -3
- package/shipment/src/models/ShipmentLabels.d.ts +33 -0
- package/shipment/src/models/ShipmentLabels.js +44 -0
- package/shipment/src/models/index.d.ts +1 -0
- package/shipment/src/models/index.js +1 -0
- package/shopping-cart/src/models/HttpLink.d.ts +1 -1
- package/shopping-cart/src/models/RestError.d.ts +6 -4
- package/shopping-cart/src/models/RestError.js +2 -0
- package/statistic/src/models/HttpLink.d.ts +1 -1
- package/statistic/src/models/RestError.d.ts +6 -4
- package/statistic/src/models/RestError.js +2 -0
- package/subscription/src/models/HttpLink.d.ts +1 -1
- package/subscription/src/models/RestError.d.ts +6 -4
- package/subscription/src/models/RestError.js +2 -0
- package/thread/src/models/HttpLink.d.ts +1 -1
- package/ubo/src/models/RestError.d.ts +6 -4
- package/ubo/src/models/RestError.js +2 -0
- package/user/src/models/HttpLink.d.ts +1 -1
- package/user/src/models/RestError.d.ts +6 -4
- package/user/src/models/RestError.js +2 -0
- package/wish/src/models/HttpLink.d.ts +1 -1
- package/wish/src/models/RestError.d.ts +6 -4
- package/wish/src/models/RestError.js +2 -0
|
@@ -66,6 +66,7 @@ var RestErrorCodeEnum;
|
|
|
66
66
|
RestErrorCodeEnum["CODE016"] = "CODE016";
|
|
67
67
|
RestErrorCodeEnum["CODE017"] = "CODE017";
|
|
68
68
|
RestErrorCodeEnum["CODE018"] = "CODE018";
|
|
69
|
+
RestErrorCodeEnum["CODE019"] = "CODE019";
|
|
69
70
|
})(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
|
|
70
71
|
/**
|
|
71
72
|
* @export
|
|
@@ -92,4 +93,5 @@ var RestErrorMessageEnum;
|
|
|
92
93
|
RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
|
|
93
94
|
RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
|
|
94
95
|
RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
|
|
96
|
+
RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
|
|
95
97
|
})(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
|