@lcdp/api-react-rest-client 2.5.9-develop.7111707220 → 2.5.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/auth/src/models/RestError.d.ts +4 -6
- package/auth/src/models/RestError.js +0 -2
- package/catalog/src/models/RestError.d.ts +4 -6
- package/catalog/src/models/RestError.js +0 -2
- package/configuration/src/models/RestError.d.ts +4 -6
- package/configuration/src/models/RestError.js +0 -2
- package/content/src/models/RestError.d.ts +4 -6
- package/content/src/models/RestError.js +0 -2
- package/favorite/src/models/RestError.d.ts +4 -6
- package/favorite/src/models/RestError.js +0 -2
- package/inventory/src/models/RestError.d.ts +4 -6
- package/inventory/src/models/RestError.js +0 -2
- package/invoice/src/models/RestError.d.ts +4 -6
- package/invoice/src/models/RestError.js +0 -2
- package/laboratory-store/src/models/RestError.d.ts +4 -6
- package/laboratory-store/src/models/RestError.js +0 -2
- package/lexicon/src/models/RestError.d.ts +4 -6
- package/lexicon/src/models/RestError.js +0 -2
- package/litigation/src/models/RestError.d.ts +4 -6
- package/litigation/src/models/RestError.js +0 -2
- package/mangopay-hook/src/models/RestError.d.ts +4 -6
- package/mangopay-hook/src/models/RestError.js +0 -2
- package/notification/src/models/Notification.d.ts +0 -6
- package/notification/src/models/Notification.js +0 -2
- package/notification/src/models/NotificationTypeId.d.ts +0 -5
- package/notification/src/models/NotificationTypeId.js +0 -5
- package/notification/src/models/RestError.d.ts +4 -6
- package/notification/src/models/RestError.js +0 -2
- package/order/src/apis/ManageOrderApi.d.ts +17 -7
- package/order/src/apis/ManageOrderApi.js +90 -10
- package/order/src/apis/ManageOrderItemApi.d.ts +4 -4
- package/order/src/apis/ManageOrderItemApi.js +4 -4
- package/order/src/apis/SearchOrderItemApi.d.ts +0 -2
- package/order/src/apis/SearchOrderItemApi.js +0 -2
- package/order/src/models/Order.d.ts +1 -20
- package/order/src/models/Order.js +0 -7
- package/order/src/models/OrderJournal.d.ts +0 -19
- package/order/src/models/OrderJournal.js +0 -8
- package/order/src/models/OrderStatus.d.ts +2 -4
- package/order/src/models/OrderStatus.js +2 -4
- package/order/src/models/OrderUpdateParameters.d.ts +0 -20
- package/order/src/models/OrderUpdateParameters.js +0 -8
- package/order/src/models/RestError.d.ts +4 -6
- package/order/src/models/RestError.js +0 -2
- package/order/src/models/UpdateOrderStatusParameters.d.ts +5 -3
- package/order/src/models/UpdateOrderStatusParameters.js +4 -2
- package/order/src/models/index.d.ts +0 -1
- package/order/src/models/index.js +0 -1
- package/order-log/src/models/OrderLog.d.ts +0 -19
- package/order-log/src/models/OrderLog.js +2 -3
- package/order-log/src/models/OrderLogAllOf.d.ts +0 -19
- package/order-log/src/models/OrderLogAllOf.js +0 -7
- package/order-log/src/models/index.d.ts +0 -1
- package/order-log/src/models/index.js +0 -1
- package/package.json +1 -1
- package/product/src/models/RestError.d.ts +4 -6
- package/product/src/models/RestError.js +0 -2
- package/pub/src/models/RestError.d.ts +4 -6
- package/pub/src/models/RestError.js +0 -2
- package/rfx/src/models/RestError.d.ts +4 -6
- package/rfx/src/models/RestError.js +0 -2
- package/sale-offer/src/models/RestError.d.ts +4 -6
- package/sale-offer/src/models/RestError.js +0 -2
- package/servant/src/models/RestError.d.ts +4 -6
- package/servant/src/models/RestError.js +0 -2
- package/shipment/src/models/RestError.d.ts +4 -6
- package/shipment/src/models/RestError.js +0 -2
- package/shopping-cart/src/models/RestError.d.ts +4 -6
- package/shopping-cart/src/models/RestError.js +0 -2
- package/statistic/src/models/RestError.d.ts +4 -6
- package/statistic/src/models/RestError.js +0 -2
- package/subscription/src/models/RestError.d.ts +4 -6
- package/subscription/src/models/RestError.js +0 -2
- package/ubo/src/models/RestError.d.ts +4 -6
- package/ubo/src/models/RestError.js +0 -2
- package/user/src/models/NotificationTypeId.d.ts +0 -5
- package/user/src/models/NotificationTypeId.js +0 -5
- package/user/src/models/RestError.d.ts +4 -6
- package/user/src/models/RestError.js +0 -2
- package/wish/src/models/RestError.d.ts +4 -6
- package/wish/src/models/RestError.js +0 -2
- package/order/src/models/OrderStatusReason.d.ts +0 -24
- package/order/src/models/OrderStatusReason.js +0 -39
- package/order-log/src/models/OrderStatusReason.d.ts +0 -24
- package/order-log/src/models/OrderStatusReason.js +0 -39
|
@@ -34,7 +34,6 @@ function NotificationFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
'isRead': !(0, runtime_1.exists)(json, 'isRead') ? undefined : json['isRead'],
|
|
35
35
|
'target': !(0, runtime_1.exists)(json, 'target') ? undefined : (0, HttpLink_1.HttpLinkFromJSON)(json['target']),
|
|
36
36
|
'createdAt': !(0, runtime_1.exists)(json, 'createdAt') ? undefined : (new Date(json['createdAt'])),
|
|
37
|
-
'metadata': !(0, runtime_1.exists)(json, 'metadata') ? undefined : json['metadata'],
|
|
38
37
|
};
|
|
39
38
|
}
|
|
40
39
|
exports.NotificationFromJSONTyped = NotificationFromJSONTyped;
|
|
@@ -54,7 +53,6 @@ function NotificationToJSON(value) {
|
|
|
54
53
|
'isRead': value.isRead,
|
|
55
54
|
'target': (0, HttpLink_1.HttpLinkToJSON)(value.target),
|
|
56
55
|
'createdAt': value.createdAt === undefined ? undefined : (value.createdAt.toISOString()),
|
|
57
|
-
'metadata': value.metadata,
|
|
58
56
|
};
|
|
59
57
|
}
|
|
60
58
|
exports.NotificationToJSON = NotificationToJSON;
|
|
@@ -42,14 +42,9 @@ export declare enum NotificationTypeId {
|
|
|
42
42
|
ORDERACCEPTED = "ORDER_ACCEPTED",
|
|
43
43
|
ORDERARCHIVEDBUYER = "ORDER_ARCHIVED_BUYER",
|
|
44
44
|
ORDERCANCELEDBUYER = "ORDER_CANCELED_BUYER",
|
|
45
|
-
ORDERCANCELEDSELLER = "ORDER_CANCELED_SELLER",
|
|
46
45
|
ORDERCREATEDBUYER = "ORDER_CREATED_BUYER",
|
|
47
46
|
ORDERCREATEDSELLER = "ORDER_CREATED_SELLER",
|
|
48
47
|
ORDERDAILYMAIL = "ORDER_DAILY_MAIL",
|
|
49
|
-
ORDERMODIFIED = "ORDER_MODIFIED",
|
|
50
|
-
ORDERMODIFICATIONDELAY = "ORDER_MODIFICATION_DELAY",
|
|
51
|
-
ORDERMODIFICATIONACCEPTEDSELLER = "ORDER_MODIFICATION_ACCEPTED_SELLER",
|
|
52
|
-
ORDERMODIFICATIONREJECTEDSELLER = "ORDER_MODIFICATION_REJECTED_SELLER",
|
|
53
48
|
ORDERRECEIVED = "ORDER_RECEIVED",
|
|
54
49
|
ORDERSENDINGDELAY = "ORDER_SENDING_DELAY",
|
|
55
50
|
ORDERSENTBUYER = "ORDER_SENT_BUYER",
|
|
@@ -48,14 +48,9 @@ var NotificationTypeId;
|
|
|
48
48
|
NotificationTypeId["ORDERACCEPTED"] = "ORDER_ACCEPTED";
|
|
49
49
|
NotificationTypeId["ORDERARCHIVEDBUYER"] = "ORDER_ARCHIVED_BUYER";
|
|
50
50
|
NotificationTypeId["ORDERCANCELEDBUYER"] = "ORDER_CANCELED_BUYER";
|
|
51
|
-
NotificationTypeId["ORDERCANCELEDSELLER"] = "ORDER_CANCELED_SELLER";
|
|
52
51
|
NotificationTypeId["ORDERCREATEDBUYER"] = "ORDER_CREATED_BUYER";
|
|
53
52
|
NotificationTypeId["ORDERCREATEDSELLER"] = "ORDER_CREATED_SELLER";
|
|
54
53
|
NotificationTypeId["ORDERDAILYMAIL"] = "ORDER_DAILY_MAIL";
|
|
55
|
-
NotificationTypeId["ORDERMODIFIED"] = "ORDER_MODIFIED";
|
|
56
|
-
NotificationTypeId["ORDERMODIFICATIONDELAY"] = "ORDER_MODIFICATION_DELAY";
|
|
57
|
-
NotificationTypeId["ORDERMODIFICATIONACCEPTEDSELLER"] = "ORDER_MODIFICATION_ACCEPTED_SELLER";
|
|
58
|
-
NotificationTypeId["ORDERMODIFICATIONREJECTEDSELLER"] = "ORDER_MODIFICATION_REJECTED_SELLER";
|
|
59
54
|
NotificationTypeId["ORDERRECEIVED"] = "ORDER_RECEIVED";
|
|
60
55
|
NotificationTypeId["ORDERSENDINGDELAY"] = "ORDER_SENDING_DELAY";
|
|
61
56
|
NotificationTypeId["ORDERSENTBUYER"] = "ORDER_SENT_BUYER";
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface RestError {
|
|
18
18
|
/**
|
|
19
|
-
* Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Image dimension exceeded * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used * `CODE019` - Unable to generate session from disposableToken for admin users
|
|
19
|
+
* Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Image dimension exceeded * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used * `CODE019` - Unable to generate session from disposableToken for admin users
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof RestError
|
|
22
22
|
*/
|
|
23
23
|
code: RestErrorCodeEnum;
|
|
24
24
|
/**
|
|
25
|
-
* Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Image dimension exceeded * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used * `MESSAGE019` - Unable to generate session from disposableToken for admin users
|
|
25
|
+
* Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Image dimension exceeded * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used * `MESSAGE019` - Unable to generate session from disposableToken for admin users
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof RestError
|
|
28
28
|
*/
|
|
@@ -55,8 +55,7 @@ export declare enum RestErrorCodeEnum {
|
|
|
55
55
|
CODE016 = "CODE016",
|
|
56
56
|
CODE017 = "CODE017",
|
|
57
57
|
CODE018 = "CODE018",
|
|
58
|
-
CODE019 = "CODE019"
|
|
59
|
-
CODE020 = "CODE020"
|
|
58
|
+
CODE019 = "CODE019"
|
|
60
59
|
}
|
|
61
60
|
/**
|
|
62
61
|
* @export
|
|
@@ -82,6 +81,5 @@ export declare enum RestErrorMessageEnum {
|
|
|
82
81
|
MESSAGE016 = "Can not release a negative quantity of items",
|
|
83
82
|
MESSAGE017 = "Batch is forbidden for sale",
|
|
84
83
|
MESSAGE018 = "Trial already used",
|
|
85
|
-
MESSAGE019 = "Unable to generate session from disposableToken for admin users"
|
|
86
|
-
MESSAGE020 = "ETag do not match"
|
|
84
|
+
MESSAGE019 = "Unable to generate session from disposableToken for admin users"
|
|
87
85
|
}
|
|
@@ -67,7 +67,6 @@ var RestErrorCodeEnum;
|
|
|
67
67
|
RestErrorCodeEnum["CODE017"] = "CODE017";
|
|
68
68
|
RestErrorCodeEnum["CODE018"] = "CODE018";
|
|
69
69
|
RestErrorCodeEnum["CODE019"] = "CODE019";
|
|
70
|
-
RestErrorCodeEnum["CODE020"] = "CODE020";
|
|
71
70
|
})(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
|
|
72
71
|
/**
|
|
73
72
|
* @export
|
|
@@ -95,5 +94,4 @@ var RestErrorMessageEnum;
|
|
|
95
94
|
RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
|
|
96
95
|
RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
|
|
97
96
|
RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
|
|
98
|
-
RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
|
|
99
97
|
})(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
|
|
@@ -10,14 +10,13 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { BaseAPI, ApiResponse, BlobWithMeta } from '../runtime';
|
|
13
|
-
import { AnomaliesUpdateParameters, Order, OrderUpdateParameters, Reservation, ReservationUpdateParameters } from '../models';
|
|
13
|
+
import { AnomaliesUpdateParameters, Order, OrderStatus, OrderUpdateParameters, Reservation, ReservationUpdateParameters } from '../models';
|
|
14
14
|
export interface CreateOrderRequest {
|
|
15
15
|
from: string;
|
|
16
16
|
}
|
|
17
17
|
export interface SetOrderAcceptedRequest {
|
|
18
18
|
orderReference: string;
|
|
19
19
|
body: boolean;
|
|
20
|
-
ifMatch?: string;
|
|
21
20
|
}
|
|
22
21
|
export interface SetOrderDeliveryConfirmedRequest {
|
|
23
22
|
orderReference: string;
|
|
@@ -33,7 +32,6 @@ export interface SetOrderPausedRequest {
|
|
|
33
32
|
}
|
|
34
33
|
export interface UpdateOrderRequest {
|
|
35
34
|
orderReference: string;
|
|
36
|
-
ifMatch?: string;
|
|
37
35
|
orderUpdateParameters?: OrderUpdateParameters;
|
|
38
36
|
}
|
|
39
37
|
export interface UpdateOrderAnomaliesRequest {
|
|
@@ -45,6 +43,10 @@ export interface UpdateOrderReservationRequest {
|
|
|
45
43
|
reservationId: string;
|
|
46
44
|
reservationUpdateParameters: ReservationUpdateParameters;
|
|
47
45
|
}
|
|
46
|
+
export interface UpdateOrderStatusRequest {
|
|
47
|
+
orderReference: string;
|
|
48
|
+
body: string;
|
|
49
|
+
}
|
|
48
50
|
/**
|
|
49
51
|
* no description
|
|
50
52
|
*/
|
|
@@ -60,12 +62,12 @@ export declare class ManageOrderApi extends BaseAPI {
|
|
|
60
62
|
*/
|
|
61
63
|
createOrder(requestParameters: CreateOrderRequest): Promise<Order | BlobWithMeta>;
|
|
62
64
|
/**
|
|
63
|
-
* Set the accepted flag for order identified by OrderId. # Preconditions :
|
|
65
|
+
* Set the accepted flag for order identified by OrderId. # Preconditions : - \'paused\' property is false - Status in (WAITING_FOR_ACCEPTANCE, ACCEPTANCE_DELAY) - \'accepted\' property is false (Limitation that may be removed in the future) - You are the SELLER
|
|
64
66
|
* Set order accepted flag
|
|
65
67
|
*/
|
|
66
68
|
setOrderAcceptedRaw(requestParameters: SetOrderAcceptedRequest): Promise<ApiResponse<void>>;
|
|
67
69
|
/**
|
|
68
|
-
* Set the accepted flag for order identified by OrderId. # Preconditions :
|
|
70
|
+
* Set the accepted flag for order identified by OrderId. # Preconditions : - \'paused\' property is false - Status in (WAITING_FOR_ACCEPTANCE, ACCEPTANCE_DELAY) - \'accepted\' property is false (Limitation that may be removed in the future) - You are the SELLER
|
|
69
71
|
* Set order accepted flag
|
|
70
72
|
*/
|
|
71
73
|
setOrderAccepted(requestParameters: SetOrderAcceptedRequest): Promise<void>;
|
|
@@ -100,12 +102,10 @@ export declare class ManageOrderApi extends BaseAPI {
|
|
|
100
102
|
*/
|
|
101
103
|
setOrderPaused(requestParameters: SetOrderPausedRequest): Promise<void>;
|
|
102
104
|
/**
|
|
103
|
-
* # Preconditions : ## tags - You are an admin ## statusReason / statusCause - You are the user who set the status or you are currently setting the status ## Status (As Admin) - Always possible ## Status (As Seller) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized ## Status (As buyer) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized
|
|
104
105
|
* Update an order
|
|
105
106
|
*/
|
|
106
107
|
updateOrderRaw(requestParameters: UpdateOrderRequest): Promise<ApiResponse<Order | BlobWithMeta>>;
|
|
107
108
|
/**
|
|
108
|
-
* # Preconditions : ## tags - You are an admin ## statusReason / statusCause - You are the user who set the status or you are currently setting the status ## Status (As Admin) - Always possible ## Status (As Seller) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized ## Status (As buyer) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized
|
|
109
109
|
* Update an order
|
|
110
110
|
*/
|
|
111
111
|
updateOrder(requestParameters: UpdateOrderRequest): Promise<Order | BlobWithMeta>;
|
|
@@ -127,4 +127,14 @@ export declare class ManageOrderApi extends BaseAPI {
|
|
|
127
127
|
* Update order reservations
|
|
128
128
|
*/
|
|
129
129
|
updateOrderReservation(requestParameters: UpdateOrderReservationRequest): Promise<Reservation | BlobWithMeta>;
|
|
130
|
+
/**
|
|
131
|
+
* Allow to update order status directly.
|
|
132
|
+
* Update order status
|
|
133
|
+
*/
|
|
134
|
+
updateOrderStatusRaw(requestParameters: UpdateOrderStatusRequest): Promise<ApiResponse<OrderStatus | BlobWithMeta>>;
|
|
135
|
+
/**
|
|
136
|
+
* Allow to update order status directly.
|
|
137
|
+
* Update order status
|
|
138
|
+
*/
|
|
139
|
+
updateOrderStatus(requestParameters: UpdateOrderStatusRequest): Promise<OrderStatus | BlobWithMeta>;
|
|
130
140
|
}
|
|
@@ -162,7 +162,7 @@ var ManageOrderApi = /** @class */ (function (_super) {
|
|
|
162
162
|
});
|
|
163
163
|
};
|
|
164
164
|
/**
|
|
165
|
-
* Set the accepted flag for order identified by OrderId. # Preconditions :
|
|
165
|
+
* Set the accepted flag for order identified by OrderId. # Preconditions : - \'paused\' property is false - Status in (WAITING_FOR_ACCEPTANCE, ACCEPTANCE_DELAY) - \'accepted\' property is false (Limitation that may be removed in the future) - You are the SELLER
|
|
166
166
|
* Set order accepted flag
|
|
167
167
|
*/
|
|
168
168
|
ManageOrderApi.prototype.setOrderAcceptedRaw = function (requestParameters) {
|
|
@@ -180,9 +180,6 @@ var ManageOrderApi = /** @class */ (function (_super) {
|
|
|
180
180
|
queryParameters = {};
|
|
181
181
|
headerParameters = {};
|
|
182
182
|
headerParameters['Content-Type'] = 'application/json';
|
|
183
|
-
if (requestParameters.ifMatch !== undefined && requestParameters.ifMatch !== null) {
|
|
184
|
-
headerParameters['If-Match'] = String(requestParameters.ifMatch);
|
|
185
|
-
}
|
|
186
183
|
if (this.configuration && this.configuration.apiKey) {
|
|
187
184
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
188
185
|
}
|
|
@@ -224,7 +221,7 @@ var ManageOrderApi = /** @class */ (function (_super) {
|
|
|
224
221
|
});
|
|
225
222
|
};
|
|
226
223
|
/**
|
|
227
|
-
* Set the accepted flag for order identified by OrderId. # Preconditions :
|
|
224
|
+
* Set the accepted flag for order identified by OrderId. # Preconditions : - \'paused\' property is false - Status in (WAITING_FOR_ACCEPTANCE, ACCEPTANCE_DELAY) - \'accepted\' property is false (Limitation that may be removed in the future) - You are the SELLER
|
|
228
225
|
* Set order accepted flag
|
|
229
226
|
*/
|
|
230
227
|
ManageOrderApi.prototype.setOrderAccepted = function (requestParameters) {
|
|
@@ -465,7 +462,6 @@ var ManageOrderApi = /** @class */ (function (_super) {
|
|
|
465
462
|
});
|
|
466
463
|
};
|
|
467
464
|
/**
|
|
468
|
-
* # Preconditions : ## tags - You are an admin ## statusReason / statusCause - You are the user who set the status or you are currently setting the status ## Status (As Admin) - Always possible ## Status (As Seller) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized ## Status (As buyer) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized
|
|
469
465
|
* Update an order
|
|
470
466
|
*/
|
|
471
467
|
ManageOrderApi.prototype.updateOrderRaw = function (requestParameters) {
|
|
@@ -480,9 +476,6 @@ var ManageOrderApi = /** @class */ (function (_super) {
|
|
|
480
476
|
queryParameters = {};
|
|
481
477
|
headerParameters = {};
|
|
482
478
|
headerParameters['Content-Type'] = 'application/merge-patch+json';
|
|
483
|
-
if (requestParameters.ifMatch !== undefined && requestParameters.ifMatch !== null) {
|
|
484
|
-
headerParameters['If-Match'] = String(requestParameters.ifMatch);
|
|
485
|
-
}
|
|
486
479
|
if (this.configuration && this.configuration.apiKey) {
|
|
487
480
|
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
488
481
|
}
|
|
@@ -535,7 +528,6 @@ var ManageOrderApi = /** @class */ (function (_super) {
|
|
|
535
528
|
});
|
|
536
529
|
};
|
|
537
530
|
/**
|
|
538
|
-
* # Preconditions : ## tags - You are an admin ## statusReason / statusCause - You are the user who set the status or you are currently setting the status ## Status (As Admin) - Always possible ## Status (As Seller) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized ## Status (As buyer) - CANCELED: > Current status in (WAITING_FOR_SELLER_ACCEPTANCE, WAITING_FOR_BUYER_ACCEPTANCE, SELLER_ACCEPTANCE_DELAY, BUYER_ACCEPTANCE_DELAY) - OTHERS: > Not authorized
|
|
539
531
|
* Update an order
|
|
540
532
|
*/
|
|
541
533
|
ManageOrderApi.prototype.updateOrder = function (requestParameters) {
|
|
@@ -716,6 +708,94 @@ var ManageOrderApi = /** @class */ (function (_super) {
|
|
|
716
708
|
});
|
|
717
709
|
});
|
|
718
710
|
};
|
|
711
|
+
/**
|
|
712
|
+
* Allow to update order status directly.
|
|
713
|
+
* Update order status
|
|
714
|
+
*/
|
|
715
|
+
ManageOrderApi.prototype.updateOrderStatusRaw = function (requestParameters) {
|
|
716
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
717
|
+
var queryParameters, headerParameters, token, tokenString, _a, response, contentType, response_9;
|
|
718
|
+
return __generator(this, function (_b) {
|
|
719
|
+
switch (_b.label) {
|
|
720
|
+
case 0:
|
|
721
|
+
if (requestParameters.orderReference === null || requestParameters.orderReference === undefined) {
|
|
722
|
+
throw new runtime_1.RequiredError('orderReference', 'Required parameter requestParameters.orderReference was null or undefined when calling updateOrderStatus.');
|
|
723
|
+
}
|
|
724
|
+
if (requestParameters.body === null || requestParameters.body === undefined) {
|
|
725
|
+
throw new runtime_1.RequiredError('body', 'Required parameter requestParameters.body was null or undefined when calling updateOrderStatus.');
|
|
726
|
+
}
|
|
727
|
+
queryParameters = {};
|
|
728
|
+
headerParameters = {};
|
|
729
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
730
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
731
|
+
headerParameters["x-api-key"] = this.configuration.apiKey("x-api-key"); // apiKeyAuth authentication
|
|
732
|
+
}
|
|
733
|
+
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 4];
|
|
734
|
+
token = this.configuration.accessToken;
|
|
735
|
+
if (!(typeof token === 'function')) return [3 /*break*/, 2];
|
|
736
|
+
return [4 /*yield*/, token("bearerAuth", [])];
|
|
737
|
+
case 1:
|
|
738
|
+
_a = _b.sent();
|
|
739
|
+
return [3 /*break*/, 3];
|
|
740
|
+
case 2:
|
|
741
|
+
_a = token;
|
|
742
|
+
_b.label = 3;
|
|
743
|
+
case 3:
|
|
744
|
+
tokenString = _a;
|
|
745
|
+
if (tokenString) {
|
|
746
|
+
headerParameters["Authorization"] = "Bearer ".concat(tokenString);
|
|
747
|
+
}
|
|
748
|
+
_b.label = 4;
|
|
749
|
+
case 4:
|
|
750
|
+
_b.trys.push([4, 6, , 7]);
|
|
751
|
+
return [4 /*yield*/, this.request({
|
|
752
|
+
path: "/orders/{orderReference}/status".replace("{".concat("orderReference", "}"), encodeURIComponent(String(requestParameters.orderReference))),
|
|
753
|
+
method: 'PUT',
|
|
754
|
+
headers: headerParameters,
|
|
755
|
+
query: queryParameters,
|
|
756
|
+
body: requestParameters.body,
|
|
757
|
+
})];
|
|
758
|
+
case 5:
|
|
759
|
+
response = _b.sent();
|
|
760
|
+
contentType = response.headers.get("content-type");
|
|
761
|
+
if (contentType && contentType.indexOf("application/json") !== -1) {
|
|
762
|
+
return [2 /*return*/, new runtime_1.JSONApiResponse(response, function (jsonValue) { return (0, models_1.OrderStatusFromJSON)(jsonValue); })];
|
|
763
|
+
}
|
|
764
|
+
else if (contentType && contentType.indexOf("text/plain") !== -1) {
|
|
765
|
+
return [2 /*return*/, new runtime_1.TextApiResponse(response)];
|
|
766
|
+
}
|
|
767
|
+
else {
|
|
768
|
+
// TODO : Better handling of others application types
|
|
769
|
+
return [2 /*return*/, new runtime_1.BlobWithMetaApiResponse(response)];
|
|
770
|
+
}
|
|
771
|
+
return [3 /*break*/, 7];
|
|
772
|
+
case 6:
|
|
773
|
+
response_9 = _b.sent();
|
|
774
|
+
console.debug(response_9);
|
|
775
|
+
throw response_9;
|
|
776
|
+
case 7: return [2 /*return*/];
|
|
777
|
+
}
|
|
778
|
+
});
|
|
779
|
+
});
|
|
780
|
+
};
|
|
781
|
+
/**
|
|
782
|
+
* Allow to update order status directly.
|
|
783
|
+
* Update order status
|
|
784
|
+
*/
|
|
785
|
+
ManageOrderApi.prototype.updateOrderStatus = function (requestParameters) {
|
|
786
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
787
|
+
var response;
|
|
788
|
+
return __generator(this, function (_a) {
|
|
789
|
+
switch (_a.label) {
|
|
790
|
+
case 0: return [4 /*yield*/, this.updateOrderStatusRaw(requestParameters)];
|
|
791
|
+
case 1:
|
|
792
|
+
response = _a.sent();
|
|
793
|
+
return [4 /*yield*/, response.value()];
|
|
794
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
795
|
+
}
|
|
796
|
+
});
|
|
797
|
+
});
|
|
798
|
+
};
|
|
719
799
|
return ManageOrderApi;
|
|
720
800
|
}(runtime_1.BaseAPI));
|
|
721
801
|
exports.ManageOrderApi = ManageOrderApi;
|
|
@@ -48,12 +48,12 @@ export declare class ManageOrderItemApi extends BaseAPI {
|
|
|
48
48
|
*/
|
|
49
49
|
createOrUpdateOrderItem(requestParameters: CreateOrUpdateOrderItemRequest): Promise<OrderItem | BlobWithMeta>;
|
|
50
50
|
/**
|
|
51
|
-
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
51
|
+
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
52
52
|
* Delete order item
|
|
53
53
|
*/
|
|
54
54
|
deleteOrderItemRaw(requestParameters: DeleteOrderItemRequest): Promise<ApiResponse<void>>;
|
|
55
55
|
/**
|
|
56
|
-
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
56
|
+
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
57
57
|
* Delete order item
|
|
58
58
|
*/
|
|
59
59
|
deleteOrderItem(requestParameters: DeleteOrderItemRequest): Promise<void>;
|
|
@@ -68,12 +68,12 @@ export declare class ManageOrderItemApi extends BaseAPI {
|
|
|
68
68
|
*/
|
|
69
69
|
deleteOrderRemovedItem(requestParameters: DeleteOrderRemovedItemRequest): Promise<void>;
|
|
70
70
|
/**
|
|
71
|
-
* Important note :
|
|
71
|
+
* Important note : As a business concern, it is best to use \"deleteOrderItem\" when possible to free up the line in the order. See OrderItemsOperations to check when \"deleteOrderItem\" can be called. Restrictions : - Order item new quantity should be less or equals the current one Preconditions : - No invoice edited for this order - No payment transaction linked to this order
|
|
72
72
|
* Update order item
|
|
73
73
|
*/
|
|
74
74
|
updateOrderItemRaw(requestParameters: UpdateOrderItemRequest): Promise<ApiResponse<OrderItem | BlobWithMeta>>;
|
|
75
75
|
/**
|
|
76
|
-
* Important note :
|
|
76
|
+
* Important note : As a business concern, it is best to use \"deleteOrderItem\" when possible to free up the line in the order. See OrderItemsOperations to check when \"deleteOrderItem\" can be called. Restrictions : - Order item new quantity should be less or equals the current one Preconditions : - No invoice edited for this order - No payment transaction linked to this order
|
|
77
77
|
* Update order item
|
|
78
78
|
*/
|
|
79
79
|
updateOrderItem(requestParameters: UpdateOrderItemRequest): Promise<OrderItem | BlobWithMeta>;
|
|
@@ -164,7 +164,7 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
|
|
|
164
164
|
});
|
|
165
165
|
};
|
|
166
166
|
/**
|
|
167
|
-
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
167
|
+
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
168
168
|
* Delete order item
|
|
169
169
|
*/
|
|
170
170
|
ManageOrderItemApi.prototype.deleteOrderItemRaw = function (requestParameters) {
|
|
@@ -221,7 +221,7 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
|
|
|
221
221
|
});
|
|
222
222
|
};
|
|
223
223
|
/**
|
|
224
|
-
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
224
|
+
* Preconditions : - Order items can be removed (If refund is needed, deletion will be forbidden) - No invoice edited for this order - No payment transaction linked to this order
|
|
225
225
|
* Delete order item
|
|
226
226
|
*/
|
|
227
227
|
ManageOrderItemApi.prototype.deleteOrderItem = function (requestParameters) {
|
|
@@ -310,7 +310,7 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
|
|
|
310
310
|
});
|
|
311
311
|
};
|
|
312
312
|
/**
|
|
313
|
-
* Important note :
|
|
313
|
+
* Important note : As a business concern, it is best to use \"deleteOrderItem\" when possible to free up the line in the order. See OrderItemsOperations to check when \"deleteOrderItem\" can be called. Restrictions : - Order item new quantity should be less or equals the current one Preconditions : - No invoice edited for this order - No payment transaction linked to this order
|
|
314
314
|
* Update order item
|
|
315
315
|
*/
|
|
316
316
|
ManageOrderItemApi.prototype.updateOrderItemRaw = function (requestParameters) {
|
|
@@ -383,7 +383,7 @@ var ManageOrderItemApi = /** @class */ (function (_super) {
|
|
|
383
383
|
});
|
|
384
384
|
};
|
|
385
385
|
/**
|
|
386
|
-
* Important note :
|
|
386
|
+
* Important note : As a business concern, it is best to use \"deleteOrderItem\" when possible to free up the line in the order. See OrderItemsOperations to check when \"deleteOrderItem\" can be called. Restrictions : - Order item new quantity should be less or equals the current one Preconditions : - No invoice edited for this order - No payment transaction linked to this order
|
|
387
387
|
* Update order item
|
|
388
388
|
*/
|
|
389
389
|
ManageOrderItemApi.prototype.updateOrderItem = function (requestParameters) {
|
|
@@ -69,12 +69,10 @@ export declare class SearchOrderItemApi extends BaseAPI {
|
|
|
69
69
|
*/
|
|
70
70
|
getOrderRefundedItems(requestParameters: GetOrderRefundedItemsRequest): Promise<Array<OrderRefundedItem> | BlobWithMeta>;
|
|
71
71
|
/**
|
|
72
|
-
* # Preconditions : - You are buyer/seller of the order or you are administrator
|
|
73
72
|
* Get removed items for order identified by orderReference
|
|
74
73
|
*/
|
|
75
74
|
getOrderRemovedItemsRaw(requestParameters: GetOrderRemovedItemsRequest): Promise<ApiResponse<Array<OrderRemovedItem> | BlobWithMeta>>;
|
|
76
75
|
/**
|
|
77
|
-
* # Preconditions : - You are buyer/seller of the order or you are administrator
|
|
78
76
|
* Get removed items for order identified by orderReference
|
|
79
77
|
*/
|
|
80
78
|
getOrderRemovedItems(requestParameters: GetOrderRemovedItemsRequest): Promise<Array<OrderRemovedItem> | BlobWithMeta>;
|
|
@@ -411,7 +411,6 @@ var SearchOrderItemApi = /** @class */ (function (_super) {
|
|
|
411
411
|
});
|
|
412
412
|
};
|
|
413
413
|
/**
|
|
414
|
-
* # Preconditions : - You are buyer/seller of the order or you are administrator
|
|
415
414
|
* Get removed items for order identified by orderReference
|
|
416
415
|
*/
|
|
417
416
|
SearchOrderItemApi.prototype.getOrderRemovedItemsRaw = function (requestParameters) {
|
|
@@ -479,7 +478,6 @@ var SearchOrderItemApi = /** @class */ (function (_super) {
|
|
|
479
478
|
});
|
|
480
479
|
};
|
|
481
480
|
/**
|
|
482
|
-
* # Preconditions : - You are buyer/seller of the order or you are administrator
|
|
483
481
|
* Get removed items for order identified by orderReference
|
|
484
482
|
*/
|
|
485
483
|
SearchOrderItemApi.prototype.getOrderRemovedItems = function (requestParameters) {
|
|
@@ -15,13 +15,12 @@ import { HttpLink } from './HttpLink';
|
|
|
15
15
|
import { OrderJournal } from './OrderJournal';
|
|
16
16
|
import { OrderPrices } from './OrderPrices';
|
|
17
17
|
import { OrderStatus } from './OrderStatus';
|
|
18
|
-
import { OrderStatusReason } from './OrderStatusReason';
|
|
19
18
|
import { OrderStorageType } from './OrderStorageType';
|
|
20
19
|
import { OrderThreads } from './OrderThreads';
|
|
21
20
|
import { OrderType } from './OrderType';
|
|
22
21
|
import { UserLink } from './UserLink';
|
|
23
22
|
/**
|
|
24
|
-
* One order contain all items that a buyer request to one seller. If shipping address is empty, use billing address as shipping address
|
|
23
|
+
* One order contain all items that a buyer request to one seller. If shipping address is empty, use billing address as shipping address
|
|
25
24
|
* @export
|
|
26
25
|
* @interface Order
|
|
27
26
|
*/
|
|
@@ -44,18 +43,6 @@ export interface Order {
|
|
|
44
43
|
* @memberof Order
|
|
45
44
|
*/
|
|
46
45
|
status: OrderStatus;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {OrderStatusReason}
|
|
50
|
-
* @memberof Order
|
|
51
|
-
*/
|
|
52
|
-
statusReason: OrderStatusReason;
|
|
53
|
-
/**
|
|
54
|
-
* Smart sentence given detail about the current status
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof Order
|
|
57
|
-
*/
|
|
58
|
-
statusComment?: string | null;
|
|
59
46
|
/**
|
|
60
47
|
* True if the seller accepted the order, false if not
|
|
61
48
|
* @type {boolean}
|
|
@@ -218,12 +205,6 @@ export interface Order {
|
|
|
218
205
|
* @memberof Order
|
|
219
206
|
*/
|
|
220
207
|
journal: OrderJournal;
|
|
221
|
-
/**
|
|
222
|
-
* Version of the order. It is changed each time the order or items are updated
|
|
223
|
-
* @type {string}
|
|
224
|
-
* @memberof Order
|
|
225
|
-
*/
|
|
226
|
-
eTag: string;
|
|
227
208
|
}
|
|
228
209
|
export declare function OrderFromJSON(json: any): Order;
|
|
229
210
|
export declare function OrderFromJSONTyped(json: any, ignoreDiscriminator: boolean): Order;
|
|
@@ -21,7 +21,6 @@ var HttpLink_1 = require("./HttpLink");
|
|
|
21
21
|
var OrderJournal_1 = require("./OrderJournal");
|
|
22
22
|
var OrderPrices_1 = require("./OrderPrices");
|
|
23
23
|
var OrderStatus_1 = require("./OrderStatus");
|
|
24
|
-
var OrderStatusReason_1 = require("./OrderStatusReason");
|
|
25
24
|
var OrderStorageType_1 = require("./OrderStorageType");
|
|
26
25
|
var OrderThreads_1 = require("./OrderThreads");
|
|
27
26
|
var OrderType_1 = require("./OrderType");
|
|
@@ -38,8 +37,6 @@ function OrderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
37
|
'reference': json['reference'],
|
|
39
38
|
'type': (0, OrderType_1.OrderTypeFromJSON)(json['type']),
|
|
40
39
|
'status': (0, OrderStatus_1.OrderStatusFromJSON)(json['status']),
|
|
41
|
-
'statusReason': (0, OrderStatusReason_1.OrderStatusReasonFromJSON)(json['statusReason']),
|
|
42
|
-
'statusComment': !(0, runtime_1.exists)(json, 'statusComment') ? json['statusComment'] : json['statusComment'],
|
|
43
40
|
'accepted': json['accepted'],
|
|
44
41
|
'paused': json['paused'],
|
|
45
42
|
'inLitigation': json['inLitigation'],
|
|
@@ -67,7 +64,6 @@ function OrderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
67
64
|
'availableItemsOperations': (0, HttpLink_1.HttpLinkFromJSON)(json['availableItemsOperations']),
|
|
68
65
|
'tags': json['tags'],
|
|
69
66
|
'journal': (0, OrderJournal_1.OrderJournalFromJSON)(json['journal']),
|
|
70
|
-
'eTag': json['eTag'],
|
|
71
67
|
};
|
|
72
68
|
}
|
|
73
69
|
exports.OrderFromJSONTyped = OrderFromJSONTyped;
|
|
@@ -82,8 +78,6 @@ function OrderToJSON(value) {
|
|
|
82
78
|
'reference': value.reference,
|
|
83
79
|
'type': (0, OrderType_1.OrderTypeToJSON)(value.type),
|
|
84
80
|
'status': (0, OrderStatus_1.OrderStatusToJSON)(value.status),
|
|
85
|
-
'statusReason': (0, OrderStatusReason_1.OrderStatusReasonToJSON)(value.statusReason),
|
|
86
|
-
'statusComment': value.statusComment,
|
|
87
81
|
'accepted': value.accepted,
|
|
88
82
|
'paused': value.paused,
|
|
89
83
|
'inLitigation': value.inLitigation,
|
|
@@ -111,7 +105,6 @@ function OrderToJSON(value) {
|
|
|
111
105
|
'availableItemsOperations': (0, HttpLink_1.HttpLinkToJSON)(value.availableItemsOperations),
|
|
112
106
|
'tags': value.tags,
|
|
113
107
|
'journal': (0, OrderJournal_1.OrderJournalToJSON)(value.journal),
|
|
114
|
-
'eTag': value.eTag,
|
|
115
108
|
};
|
|
116
109
|
}
|
|
117
110
|
exports.OrderToJSON = OrderToJSON;
|
|
@@ -9,31 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { OrderPrices } from './OrderPrices';
|
|
13
12
|
/**
|
|
14
13
|
*
|
|
15
14
|
* @export
|
|
16
15
|
* @interface OrderJournal
|
|
17
16
|
*/
|
|
18
17
|
export interface OrderJournal {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {OrderPrices}
|
|
22
|
-
* @memberof OrderJournal
|
|
23
|
-
*/
|
|
24
|
-
pricesOnCreation?: OrderPrices;
|
|
25
|
-
/**
|
|
26
|
-
* Id of the user that modified status
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof OrderJournal
|
|
29
|
-
*/
|
|
30
|
-
statusUpdatedBy: number | null;
|
|
31
|
-
/**
|
|
32
|
-
* Date of the updated status (RFC 3339, section 5.6)
|
|
33
|
-
* @type {Date}
|
|
34
|
-
* @memberof OrderJournal
|
|
35
|
-
*/
|
|
36
|
-
statusUpdatedAt: Date;
|
|
37
18
|
/**
|
|
38
19
|
* Date when free shipping was reached
|
|
39
20
|
* @type {Date}
|
|
@@ -14,8 +14,6 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.OrderJournalToJSON = exports.OrderJournalFromJSONTyped = exports.OrderJournalFromJSON = void 0;
|
|
17
|
-
var runtime_1 = require("../runtime");
|
|
18
|
-
var OrderPrices_1 = require("./OrderPrices");
|
|
19
17
|
function OrderJournalFromJSON(json) {
|
|
20
18
|
return OrderJournalFromJSONTyped(json, false);
|
|
21
19
|
}
|
|
@@ -25,9 +23,6 @@ function OrderJournalFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
23
|
return json;
|
|
26
24
|
}
|
|
27
25
|
return {
|
|
28
|
-
'pricesOnCreation': !(0, runtime_1.exists)(json, 'pricesOnCreation') ? undefined : (0, OrderPrices_1.OrderPricesFromJSON)(json['pricesOnCreation']),
|
|
29
|
-
'statusUpdatedBy': json['statusUpdatedBy'],
|
|
30
|
-
'statusUpdatedAt': (new Date(json['statusUpdatedAt'])),
|
|
31
26
|
'freeShippingReachedDate': (json['freeShippingReachedDate'] === null ? null : new Date(json['freeShippingReachedDate'])),
|
|
32
27
|
};
|
|
33
28
|
}
|
|
@@ -40,9 +35,6 @@ function OrderJournalToJSON(value) {
|
|
|
40
35
|
return null;
|
|
41
36
|
}
|
|
42
37
|
return {
|
|
43
|
-
'pricesOnCreation': (0, OrderPrices_1.OrderPricesToJSON)(value.pricesOnCreation),
|
|
44
|
-
'statusUpdatedBy': value.statusUpdatedBy,
|
|
45
|
-
'statusUpdatedAt': (value.statusUpdatedAt.toISOString()),
|
|
46
38
|
'freeShippingReachedDate': (value.freeShippingReachedDate === null ? null : value.freeShippingReachedDate.toISOString()),
|
|
47
39
|
};
|
|
48
40
|
}
|
|
@@ -15,10 +15,8 @@
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
17
|
export declare enum OrderStatus {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
SELLERACCEPTANCEDELAY = "SELLER_ACCEPTANCE_DELAY",
|
|
21
|
-
BUYERACCEPTANCEDELAY = "BUYER_ACCEPTANCE_DELAY",
|
|
18
|
+
WAITINGFORACCEPTANCE = "WAITING_FOR_ACCEPTANCE",
|
|
19
|
+
ACCEPTANCEDELAY = "ACCEPTANCE_DELAY",
|
|
22
20
|
WAITINGFORSENDING = "WAITING_FOR_SENDING",
|
|
23
21
|
SENDINGDELAY = "SENDING_DELAY",
|
|
24
22
|
DELIVERYONGOING = "DELIVERY_ONGOING",
|
|
@@ -21,10 +21,8 @@ exports.OrderStatusToJSON = exports.OrderStatusFromJSONTyped = exports.OrderStat
|
|
|
21
21
|
*/
|
|
22
22
|
var OrderStatus;
|
|
23
23
|
(function (OrderStatus) {
|
|
24
|
-
OrderStatus["
|
|
25
|
-
OrderStatus["
|
|
26
|
-
OrderStatus["SELLERACCEPTANCEDELAY"] = "SELLER_ACCEPTANCE_DELAY";
|
|
27
|
-
OrderStatus["BUYERACCEPTANCEDELAY"] = "BUYER_ACCEPTANCE_DELAY";
|
|
24
|
+
OrderStatus["WAITINGFORACCEPTANCE"] = "WAITING_FOR_ACCEPTANCE";
|
|
25
|
+
OrderStatus["ACCEPTANCEDELAY"] = "ACCEPTANCE_DELAY";
|
|
28
26
|
OrderStatus["WAITINGFORSENDING"] = "WAITING_FOR_SENDING";
|
|
29
27
|
OrderStatus["SENDINGDELAY"] = "SENDING_DELAY";
|
|
30
28
|
OrderStatus["DELIVERYONGOING"] = "DELIVERY_ONGOING";
|