@lcdp/api-react-rest-client 3.0.9-develop.21035926444 → 3.0.9
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/mandate/src/apis/ManageMandatesApi.d.ts +11 -33
- package/mandate/src/apis/ManageMandatesApi.js +19 -164
- package/mandate/src/models/MandateCreationParameters.d.ts +0 -6
- package/mandate/src/models/MandateCreationParameters.js +0 -2
- package/package.json +1 -1
- package/sale-offer/src/models/SaleOfferJournal.d.ts +0 -6
- package/sale-offer/src/models/SaleOfferJournal.js +0 -4
- package/sale-offer/src/models/SaleOfferStatusReason.d.ts +0 -2
- package/sale-offer/src/models/SaleOfferStatusReason.js +0 -2
- package/sale-offer-log/src/models/SaleOfferLog.d.ts +0 -13
- package/sale-offer-log/src/models/SaleOfferLog.js +0 -9
- package/sale-offer-log/src/models/index.d.ts +0 -1
- package/sale-offer-log/src/models/index.js +0 -1
- package/shopping-cart/src/apis/ManageCartApi.d.ts +0 -22
- package/shopping-cart/src/apis/ManageCartApi.js +6 -164
- package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +0 -46
- package/shopping-cart/src/apis/ManageCartSubCartApi.js +12 -254
- package/shopping-cart/src/apis/ManageCartSubCartLineApi.d.ts +0 -69
- package/shopping-cart/src/apis/ManageCartSubCartLineApi.js +20 -427
- package/sale-offer-log/src/models/SaleOfferStatusReason.d.ts +0 -30
- package/sale-offer-log/src/models/SaleOfferStatusReason.js +0 -53
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lcdp-monolith-service
|
|
3
|
-
* This is the REST API of LCDP sale offer logs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Reason of the status change or current status.
|
|
14
|
-
* @export
|
|
15
|
-
*/
|
|
16
|
-
export declare const SaleOfferStatusReason: {
|
|
17
|
-
readonly OUTDATED: "OUTDATED";
|
|
18
|
-
readonly SOLD_OUT: "SOLD_OUT";
|
|
19
|
-
readonly PRODUCT_PROSCRIPTION: "PRODUCT_PROSCRIPTION";
|
|
20
|
-
readonly OWNER_SELLING_CAPABILITY: "OWNER_SELLING_CAPABILITY";
|
|
21
|
-
readonly PRODUCT_STATUS: "PRODUCT_STATUS";
|
|
22
|
-
readonly ORDER_COUNTERPROPOSAL: "ORDER_COUNTERPROPOSAL";
|
|
23
|
-
readonly ORDER_CANCELLED: "ORDER_CANCELLED";
|
|
24
|
-
readonly OTHER: "OTHER";
|
|
25
|
-
};
|
|
26
|
-
export declare type SaleOfferStatusReason = typeof SaleOfferStatusReason[keyof typeof SaleOfferStatusReason];
|
|
27
|
-
export declare function instanceOfSaleOfferStatusReason(value: any): boolean;
|
|
28
|
-
export declare function SaleOfferStatusReasonFromJSON(json: any): SaleOfferStatusReason;
|
|
29
|
-
export declare function SaleOfferStatusReasonFromJSONTyped(json: any, ignoreDiscriminator: boolean): SaleOfferStatusReason;
|
|
30
|
-
export declare function SaleOfferStatusReasonToJSON(value?: SaleOfferStatusReason | null): any;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* lcdp-monolith-service
|
|
6
|
-
* This is the REST API of LCDP sale offer logs
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.SaleOfferStatusReasonToJSON = exports.SaleOfferStatusReasonFromJSONTyped = exports.SaleOfferStatusReasonFromJSON = exports.instanceOfSaleOfferStatusReason = exports.SaleOfferStatusReason = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Reason of the status change or current status.
|
|
19
|
-
* @export
|
|
20
|
-
*/
|
|
21
|
-
exports.SaleOfferStatusReason = {
|
|
22
|
-
OUTDATED: 'OUTDATED',
|
|
23
|
-
SOLD_OUT: 'SOLD_OUT',
|
|
24
|
-
PRODUCT_PROSCRIPTION: 'PRODUCT_PROSCRIPTION',
|
|
25
|
-
OWNER_SELLING_CAPABILITY: 'OWNER_SELLING_CAPABILITY',
|
|
26
|
-
PRODUCT_STATUS: 'PRODUCT_STATUS',
|
|
27
|
-
ORDER_COUNTERPROPOSAL: 'ORDER_COUNTERPROPOSAL',
|
|
28
|
-
ORDER_CANCELLED: 'ORDER_CANCELLED',
|
|
29
|
-
OTHER: 'OTHER'
|
|
30
|
-
};
|
|
31
|
-
function instanceOfSaleOfferStatusReason(value) {
|
|
32
|
-
for (var key in exports.SaleOfferStatusReason) {
|
|
33
|
-
if (Object.prototype.hasOwnProperty.call(exports.SaleOfferStatusReason, key)) {
|
|
34
|
-
if (exports.SaleOfferStatusReason[key] === value) {
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
return false;
|
|
40
|
-
}
|
|
41
|
-
exports.instanceOfSaleOfferStatusReason = instanceOfSaleOfferStatusReason;
|
|
42
|
-
function SaleOfferStatusReasonFromJSON(json) {
|
|
43
|
-
return SaleOfferStatusReasonFromJSONTyped(json, false);
|
|
44
|
-
}
|
|
45
|
-
exports.SaleOfferStatusReasonFromJSON = SaleOfferStatusReasonFromJSON;
|
|
46
|
-
function SaleOfferStatusReasonFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
-
return json;
|
|
48
|
-
}
|
|
49
|
-
exports.SaleOfferStatusReasonFromJSONTyped = SaleOfferStatusReasonFromJSONTyped;
|
|
50
|
-
function SaleOfferStatusReasonToJSON(value) {
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
exports.SaleOfferStatusReasonToJSON = SaleOfferStatusReasonToJSON;
|