@chotot/ct-logic-uni-rev-order-v1 1.197.0
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/cart_service-LogicUniRevOrderCartService_connectquery.d.ts +88 -0
- package/cart_service-LogicUniRevOrderCartService_connectquery.js +131 -0
- package/cart_service.proto +108 -0
- package/cart_service_connect.d.ts +80 -0
- package/cart_service_connect.js +80 -0
- package/cart_service_pb.d.ts +525 -0
- package/cart_service_pb.js +194 -0
- package/change_order_status.proto +110 -0
- package/change_order_status_pb.d.ts +494 -0
- package/change_order_status_pb.js +163 -0
- package/invoice.proto +565 -0
- package/invoice_entities.proto +205 -0
- package/invoice_entities_pb.d.ts +414 -0
- package/invoice_entities_pb.js +113 -0
- package/invoice_pb.d.ts +2875 -0
- package/invoice_pb.js +917 -0
- package/invoice_service-LogicUniRevOrderInvoiceService_connectquery.d.ts +238 -0
- package/invoice_service-LogicUniRevOrderInvoiceService_connectquery.js +371 -0
- package/invoice_service.proto +240 -0
- package/invoice_service_connect.d.ts +215 -0
- package/invoice_service_connect.js +215 -0
- package/onbehalf_service-LogicUniRevOrderOnBehalfService_connectquery.d.ts +108 -0
- package/onbehalf_service-LogicUniRevOrderOnBehalfService_connectquery.js +163 -0
- package/onbehalf_service.proto +355 -0
- package/onbehalf_service_connect.d.ts +98 -0
- package/onbehalf_service_connect.js +98 -0
- package/onbehalf_service_pb.d.ts +1789 -0
- package/onbehalf_service_pb.js +568 -0
- package/order_entities.proto +75 -0
- package/order_entities_pb.d.ts +366 -0
- package/order_entities_pb.js +111 -0
- package/order_history_order_service_detail.proto +485 -0
- package/order_history_order_service_detail_pb.d.ts +2599 -0
- package/order_history_order_service_detail_pb.js +768 -0
- package/order_history_paid_order.proto +224 -0
- package/order_history_paid_order_pb.d.ts +1139 -0
- package/order_history_paid_order_pb.js +343 -0
- package/order_history_revamp.proto +107 -0
- package/order_history_revamp_pb.d.ts +577 -0
- package/order_history_revamp_pb.js +164 -0
- package/order_info.proto +74 -0
- package/order_info_pb.d.ts +381 -0
- package/order_info_pb.js +138 -0
- package/package.json +10 -0
- package/paid_product.proto +94 -0
- package/paid_product_order.proto +430 -0
- package/paid_product_order_pb.d.ts +2120 -0
- package/paid_product_order_pb.js +698 -0
- package/paid_product_pb.d.ts +287 -0
- package/paid_product_pb.js +105 -0
- package/rabbit_mq.proto +69 -0
- package/rabbit_mq_pb.d.ts +251 -0
- package/rabbit_mq_pb.js +94 -0
- package/refund_order.proto +195 -0
- package/refund_order_pb.d.ts +1030 -0
- package/refund_order_pb.js +359 -0
- package/scripts/modify_package_json.js +50 -0
- package/service-LogicUniRevOrderService_connectquery.d.ts +638 -0
- package/service-LogicUniRevOrderService_connectquery.js +1014 -0
- package/service.proto +179 -0
- package/service_connect.d.ts +578 -0
- package/service_connect.js +578 -0
|
@@ -0,0 +1,577 @@
|
|
|
1
|
+
// general
|
|
2
|
+
|
|
3
|
+
// @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
|
|
4
|
+
// @generated from file ct-logic-uni-rev-order/v1/order_history_revamp.proto (package ct_logic_uni_rev_order.v1, syntax proto3)
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// @ts-nocheck
|
|
7
|
+
|
|
8
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
9
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderHistoryOrder
|
|
13
|
+
*/
|
|
14
|
+
export declare class OrderHistoryOrder extends Message<OrderHistoryOrder> {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: int64 order_id = 1;
|
|
17
|
+
*/
|
|
18
|
+
orderId: bigint;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string order_title = 2;
|
|
22
|
+
*/
|
|
23
|
+
orderTitle: string;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: string payment_code = 3;
|
|
27
|
+
*/
|
|
28
|
+
paymentCode: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: int64 order_value = 4;
|
|
32
|
+
*/
|
|
33
|
+
orderValue: bigint;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: string order_unit = 5;
|
|
37
|
+
*/
|
|
38
|
+
orderUnit: string;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: string order_status = 6;
|
|
42
|
+
*/
|
|
43
|
+
orderStatus: string;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from field: string order_status_desc = 7;
|
|
47
|
+
*/
|
|
48
|
+
orderStatusDesc: string;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: int64 created_timestamp = 8;
|
|
52
|
+
*/
|
|
53
|
+
createdTimestamp: bigint;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: string created_at = 9;
|
|
57
|
+
*/
|
|
58
|
+
createdAt: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: int64 expired_timestamp = 10;
|
|
62
|
+
*/
|
|
63
|
+
expiredTimestamp: bigint;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @generated from field: string expired_at = 11;
|
|
67
|
+
*/
|
|
68
|
+
expiredAt: string;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: string invoice_status = 12;
|
|
72
|
+
*/
|
|
73
|
+
invoiceStatus: string;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: string invoice_status_desc = 13;
|
|
77
|
+
*/
|
|
78
|
+
invoiceStatusDesc: string;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: string order_thumbnail = 14;
|
|
82
|
+
*/
|
|
83
|
+
orderThumbnail: string;
|
|
84
|
+
|
|
85
|
+
constructor(data?: PartialMessage<OrderHistoryOrder>);
|
|
86
|
+
|
|
87
|
+
static readonly runtime: typeof proto3;
|
|
88
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderHistoryOrder";
|
|
89
|
+
static readonly fields: FieldList;
|
|
90
|
+
|
|
91
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderHistoryOrder;
|
|
92
|
+
|
|
93
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderHistoryOrder;
|
|
94
|
+
|
|
95
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderHistoryOrder;
|
|
96
|
+
|
|
97
|
+
static equals(a: OrderHistoryOrder | PlainMessage<OrderHistoryOrder> | undefined, b: OrderHistoryOrder | PlainMessage<OrderHistoryOrder> | undefined): boolean;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrdersByAccountIdRequest
|
|
102
|
+
*/
|
|
103
|
+
export declare class GetOrdersByAccountIdRequest extends Message<GetOrdersByAccountIdRequest> {
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: int64 account_id = 1;
|
|
106
|
+
*/
|
|
107
|
+
accountId: bigint;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: string order_type = 2;
|
|
111
|
+
*/
|
|
112
|
+
orderType: string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: int64 limit = 3;
|
|
116
|
+
*/
|
|
117
|
+
limit: bigint;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: string next_page_token = 4;
|
|
121
|
+
*/
|
|
122
|
+
nextPageToken: string;
|
|
123
|
+
|
|
124
|
+
constructor(data?: PartialMessage<GetOrdersByAccountIdRequest>);
|
|
125
|
+
|
|
126
|
+
static readonly runtime: typeof proto3;
|
|
127
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrdersByAccountIdRequest";
|
|
128
|
+
static readonly fields: FieldList;
|
|
129
|
+
|
|
130
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrdersByAccountIdRequest;
|
|
131
|
+
|
|
132
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrdersByAccountIdRequest;
|
|
133
|
+
|
|
134
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrdersByAccountIdRequest;
|
|
135
|
+
|
|
136
|
+
static equals(a: GetOrdersByAccountIdRequest | PlainMessage<GetOrdersByAccountIdRequest> | undefined, b: GetOrdersByAccountIdRequest | PlainMessage<GetOrdersByAccountIdRequest> | undefined): boolean;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrdersByAccountIdResponse
|
|
141
|
+
*/
|
|
142
|
+
export declare class GetOrdersByAccountIdResponse extends Message<GetOrdersByAccountIdResponse> {
|
|
143
|
+
/**
|
|
144
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderHistoryOrder orders = 1;
|
|
145
|
+
*/
|
|
146
|
+
orders: OrderHistoryOrder[];
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* @generated from field: string next_page_token = 2;
|
|
150
|
+
*/
|
|
151
|
+
nextPageToken: string;
|
|
152
|
+
|
|
153
|
+
constructor(data?: PartialMessage<GetOrdersByAccountIdResponse>);
|
|
154
|
+
|
|
155
|
+
static readonly runtime: typeof proto3;
|
|
156
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrdersByAccountIdResponse";
|
|
157
|
+
static readonly fields: FieldList;
|
|
158
|
+
|
|
159
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrdersByAccountIdResponse;
|
|
160
|
+
|
|
161
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrdersByAccountIdResponse;
|
|
162
|
+
|
|
163
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrdersByAccountIdResponse;
|
|
164
|
+
|
|
165
|
+
static equals(a: GetOrdersByAccountIdResponse | PlainMessage<GetOrdersByAccountIdResponse> | undefined, b: GetOrdersByAccountIdResponse | PlainMessage<GetOrdersByAccountIdResponse> | undefined): boolean;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderHistoryOrderDetail
|
|
170
|
+
*/
|
|
171
|
+
export declare class OrderHistoryOrderDetail extends Message<OrderHistoryOrderDetail> {
|
|
172
|
+
/**
|
|
173
|
+
* @generated from field: int64 order_id = 1;
|
|
174
|
+
*/
|
|
175
|
+
orderId: bigint;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: string order_title = 2;
|
|
179
|
+
*/
|
|
180
|
+
orderTitle: string;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: string payment_code = 3;
|
|
184
|
+
*/
|
|
185
|
+
paymentCode: string;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* @generated from field: int64 order_value = 4;
|
|
189
|
+
*/
|
|
190
|
+
orderValue: bigint;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* @generated from field: string order_unit = 5;
|
|
194
|
+
*/
|
|
195
|
+
orderUnit: string;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @generated from field: string order_type = 6;
|
|
199
|
+
*/
|
|
200
|
+
orderType: string;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: string order_status = 7;
|
|
204
|
+
*/
|
|
205
|
+
orderStatus: string;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: string order_status_desc = 8;
|
|
209
|
+
*/
|
|
210
|
+
orderStatusDesc: string;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: int64 created_timestamp = 9;
|
|
214
|
+
*/
|
|
215
|
+
createdTimestamp: bigint;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: int64 expired_timestamp = 10;
|
|
219
|
+
*/
|
|
220
|
+
expiredTimestamp: bigint;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: string created_at = 11;
|
|
224
|
+
*/
|
|
225
|
+
createdAt: string;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @generated from field: string expired_at = 12;
|
|
229
|
+
*/
|
|
230
|
+
expiredAt: string;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @generated from field: string invoice_status = 13;
|
|
234
|
+
*/
|
|
235
|
+
invoiceStatus: string;
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @generated from field: string invoice_status_desc = 14;
|
|
239
|
+
*/
|
|
240
|
+
invoiceStatusDesc: string;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @generated from field: string payment_method = 15;
|
|
244
|
+
*/
|
|
245
|
+
paymentMethod: string;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: string payment_method_desc = 16;
|
|
249
|
+
*/
|
|
250
|
+
paymentMethodDesc: string;
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* @generated from field: int64 refund_order_id = 17;
|
|
254
|
+
*/
|
|
255
|
+
refundOrderId: bigint;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: string refund_order_code = 18;
|
|
259
|
+
*/
|
|
260
|
+
refundOrderCode: string;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ServicesByAd services_by_ad = 19;
|
|
264
|
+
*/
|
|
265
|
+
servicesByAd: ServicesByAd[];
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderHistoryService services_by_account = 20;
|
|
269
|
+
*/
|
|
270
|
+
servicesByAccount: OrderHistoryService[];
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* @generated from field: optional int64 remaining_dongtot = 21;
|
|
274
|
+
*/
|
|
275
|
+
remainingDongtot?: bigint;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* @generated from field: ct_logic_uni_rev_order.v1.BillingSummary billing_summary = 22;
|
|
279
|
+
*/
|
|
280
|
+
billingSummary?: BillingSummary;
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @generated from field: optional string top_note = 23;
|
|
284
|
+
*/
|
|
285
|
+
topNote?: string;
|
|
286
|
+
|
|
287
|
+
constructor(data?: PartialMessage<OrderHistoryOrderDetail>);
|
|
288
|
+
|
|
289
|
+
static readonly runtime: typeof proto3;
|
|
290
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderHistoryOrderDetail";
|
|
291
|
+
static readonly fields: FieldList;
|
|
292
|
+
|
|
293
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderHistoryOrderDetail;
|
|
294
|
+
|
|
295
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderHistoryOrderDetail;
|
|
296
|
+
|
|
297
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderHistoryOrderDetail;
|
|
298
|
+
|
|
299
|
+
static equals(a: OrderHistoryOrderDetail | PlainMessage<OrderHistoryOrderDetail> | undefined, b: OrderHistoryOrderDetail | PlainMessage<OrderHistoryOrderDetail> | undefined): boolean;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderHistoryService
|
|
304
|
+
*/
|
|
305
|
+
export declare class OrderHistoryService extends Message<OrderHistoryService> {
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: int64 service_id = 1;
|
|
308
|
+
*/
|
|
309
|
+
serviceId: bigint;
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: string service_name = 2;
|
|
313
|
+
*/
|
|
314
|
+
serviceName: string;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* ex: "Thời hạn: 1 tháng, Số lượt: 5, Khuyến mãi 9.000 ĐT"
|
|
318
|
+
*
|
|
319
|
+
* @generated from field: string service_desc = 3;
|
|
320
|
+
*/
|
|
321
|
+
serviceDesc: string;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: string service_type = 4;
|
|
325
|
+
*/
|
|
326
|
+
serviceType: string;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* @generated from field: int64 price = 5;
|
|
330
|
+
*/
|
|
331
|
+
price: bigint;
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* @generated from field: string price_unit = 6;
|
|
335
|
+
*/
|
|
336
|
+
priceUnit: string;
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* @generated from field: string service_status = 7;
|
|
340
|
+
*/
|
|
341
|
+
serviceStatus: string;
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* @generated from field: string service_status_desc = 8;
|
|
345
|
+
*/
|
|
346
|
+
serviceStatusDesc: string;
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* @generated from field: repeated string service_deliveries = 9;
|
|
350
|
+
*/
|
|
351
|
+
serviceDeliveries: string[];
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* @generated from field: string service_thumbnail = 10;
|
|
355
|
+
*/
|
|
356
|
+
serviceThumbnail: string;
|
|
357
|
+
|
|
358
|
+
constructor(data?: PartialMessage<OrderHistoryService>);
|
|
359
|
+
|
|
360
|
+
static readonly runtime: typeof proto3;
|
|
361
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderHistoryService";
|
|
362
|
+
static readonly fields: FieldList;
|
|
363
|
+
|
|
364
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderHistoryService;
|
|
365
|
+
|
|
366
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderHistoryService;
|
|
367
|
+
|
|
368
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderHistoryService;
|
|
369
|
+
|
|
370
|
+
static equals(a: OrderHistoryService | PlainMessage<OrderHistoryService> | undefined, b: OrderHistoryService | PlainMessage<OrderHistoryService> | undefined): boolean;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* @generated from message ct_logic_uni_rev_order.v1.ServicesByAd
|
|
375
|
+
*/
|
|
376
|
+
export declare class ServicesByAd extends Message<ServicesByAd> {
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: int64 ad_id = 1;
|
|
379
|
+
*/
|
|
380
|
+
adId: bigint;
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: string ad_title = 2;
|
|
384
|
+
*/
|
|
385
|
+
adTitle: string;
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from field: string ad_thumbnail = 3;
|
|
389
|
+
*/
|
|
390
|
+
adThumbnail: string;
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from field: int32 service_count = 4;
|
|
394
|
+
*/
|
|
395
|
+
serviceCount: number;
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderHistoryService services = 5;
|
|
399
|
+
*/
|
|
400
|
+
services: OrderHistoryService[];
|
|
401
|
+
|
|
402
|
+
constructor(data?: PartialMessage<ServicesByAd>);
|
|
403
|
+
|
|
404
|
+
static readonly runtime: typeof proto3;
|
|
405
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ServicesByAd";
|
|
406
|
+
static readonly fields: FieldList;
|
|
407
|
+
|
|
408
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServicesByAd;
|
|
409
|
+
|
|
410
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServicesByAd;
|
|
411
|
+
|
|
412
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServicesByAd;
|
|
413
|
+
|
|
414
|
+
static equals(a: ServicesByAd | PlainMessage<ServicesByAd> | undefined, b: ServicesByAd | PlainMessage<ServicesByAd> | undefined): boolean;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* @generated from message ct_logic_uni_rev_order.v1.BillingSummary
|
|
419
|
+
*/
|
|
420
|
+
export declare class BillingSummary extends Message<BillingSummary> {
|
|
421
|
+
/**
|
|
422
|
+
* Thành tiền trước thuế
|
|
423
|
+
*
|
|
424
|
+
* @generated from field: optional int64 before_tax = 1;
|
|
425
|
+
*/
|
|
426
|
+
beforeTax?: bigint;
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Thuế
|
|
430
|
+
*
|
|
431
|
+
* @generated from field: optional int64 tax = 2;
|
|
432
|
+
*/
|
|
433
|
+
tax?: bigint;
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* Phí dịch vụ
|
|
437
|
+
*
|
|
438
|
+
* @generated from field: optional int64 service_fee = 3;
|
|
439
|
+
*/
|
|
440
|
+
serviceFee?: bigint;
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* Thuế + phí dịch vụ
|
|
444
|
+
*
|
|
445
|
+
* @generated from field: optional int64 tax_service_fee = 4;
|
|
446
|
+
*/
|
|
447
|
+
taxServiceFee?: bigint;
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* Tổng tiền
|
|
451
|
+
*
|
|
452
|
+
* @generated from field: optional int64 total = 5;
|
|
453
|
+
*/
|
|
454
|
+
total?: bigint;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Tổng tiền ( Đã bao gồm thuế GTGT)
|
|
458
|
+
*
|
|
459
|
+
* @generated from field: optional int64 total_with_tax = 6;
|
|
460
|
+
*/
|
|
461
|
+
totalWithTax?: bigint;
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* Thành tiền trước thuế(Not paid yet)|Tổng
|
|
465
|
+
*
|
|
466
|
+
* @generated from field: optional string before_tax_desc = 7;
|
|
467
|
+
*/
|
|
468
|
+
beforeTaxDesc?: string;
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* Thuế GTGT
|
|
472
|
+
*
|
|
473
|
+
* @generated from field: optional string tax_desc = 8;
|
|
474
|
+
*/
|
|
475
|
+
taxDesc?: string;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Phí dịch vụ
|
|
479
|
+
*
|
|
480
|
+
* @generated from field: optional string service_fee_desc = 9;
|
|
481
|
+
*/
|
|
482
|
+
serviceFeeDesc?: string;
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* Thuế + phí dịch vụ
|
|
486
|
+
*
|
|
487
|
+
* @generated from field: optional string tax_service_fee_desc = 10;
|
|
488
|
+
*/
|
|
489
|
+
taxServiceFeeDesc?: string;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Tổng tiền (not paid yet)|Tổng tiền thanh toán
|
|
493
|
+
*
|
|
494
|
+
* @generated from field: optional string total_desc = 11;
|
|
495
|
+
*/
|
|
496
|
+
totalDesc?: string;
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* Tổng tiền ( Đã bao gồm thuế GTGT)
|
|
500
|
+
*
|
|
501
|
+
* @generated from field: optional string total_with_tax_desc = 12;
|
|
502
|
+
*/
|
|
503
|
+
totalWithTaxDesc?: string;
|
|
504
|
+
|
|
505
|
+
constructor(data?: PartialMessage<BillingSummary>);
|
|
506
|
+
|
|
507
|
+
static readonly runtime: typeof proto3;
|
|
508
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.BillingSummary";
|
|
509
|
+
static readonly fields: FieldList;
|
|
510
|
+
|
|
511
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BillingSummary;
|
|
512
|
+
|
|
513
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BillingSummary;
|
|
514
|
+
|
|
515
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BillingSummary;
|
|
516
|
+
|
|
517
|
+
static equals(a: BillingSummary | PlainMessage<BillingSummary> | undefined, b: BillingSummary | PlainMessage<BillingSummary> | undefined): boolean;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryOrderDetailRequest
|
|
522
|
+
*/
|
|
523
|
+
export declare class GetOrderHistoryOrderDetailRequest extends Message<GetOrderHistoryOrderDetailRequest> {
|
|
524
|
+
/**
|
|
525
|
+
* @generated from field: int64 order_id = 1;
|
|
526
|
+
*/
|
|
527
|
+
orderId: bigint;
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: int64 account_id = 2;
|
|
531
|
+
*/
|
|
532
|
+
accountId: bigint;
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* @generated from field: string platform = 3;
|
|
536
|
+
*/
|
|
537
|
+
platform: string;
|
|
538
|
+
|
|
539
|
+
constructor(data?: PartialMessage<GetOrderHistoryOrderDetailRequest>);
|
|
540
|
+
|
|
541
|
+
static readonly runtime: typeof proto3;
|
|
542
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryOrderDetailRequest";
|
|
543
|
+
static readonly fields: FieldList;
|
|
544
|
+
|
|
545
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryOrderDetailRequest;
|
|
546
|
+
|
|
547
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryOrderDetailRequest;
|
|
548
|
+
|
|
549
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryOrderDetailRequest;
|
|
550
|
+
|
|
551
|
+
static equals(a: GetOrderHistoryOrderDetailRequest | PlainMessage<GetOrderHistoryOrderDetailRequest> | undefined, b: GetOrderHistoryOrderDetailRequest | PlainMessage<GetOrderHistoryOrderDetailRequest> | undefined): boolean;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryOrderDetailResponse
|
|
556
|
+
*/
|
|
557
|
+
export declare class GetOrderHistoryOrderDetailResponse extends Message<GetOrderHistoryOrderDetailResponse> {
|
|
558
|
+
/**
|
|
559
|
+
* @generated from field: ct_logic_uni_rev_order.v1.OrderHistoryOrderDetail order_detail = 1;
|
|
560
|
+
*/
|
|
561
|
+
orderDetail?: OrderHistoryOrderDetail;
|
|
562
|
+
|
|
563
|
+
constructor(data?: PartialMessage<GetOrderHistoryOrderDetailResponse>);
|
|
564
|
+
|
|
565
|
+
static readonly runtime: typeof proto3;
|
|
566
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryOrderDetailResponse";
|
|
567
|
+
static readonly fields: FieldList;
|
|
568
|
+
|
|
569
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryOrderDetailResponse;
|
|
570
|
+
|
|
571
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryOrderDetailResponse;
|
|
572
|
+
|
|
573
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryOrderDetailResponse;
|
|
574
|
+
|
|
575
|
+
static equals(a: GetOrderHistoryOrderDetailResponse | PlainMessage<GetOrderHistoryOrderDetailResponse> | undefined, b: GetOrderHistoryOrderDetailResponse | PlainMessage<GetOrderHistoryOrderDetailResponse> | undefined): boolean;
|
|
576
|
+
}
|
|
577
|
+
|