@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,2599 @@
|
|
|
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_order_service_detail.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, Timestamp } from "@bufbuild/protobuf";
|
|
9
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServiceDetailByParamsRequest
|
|
13
|
+
*/
|
|
14
|
+
export declare class GetOrderServiceDetailByParamsRequest extends Message<GetOrderServiceDetailByParamsRequest> {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: int64 account_id = 1;
|
|
17
|
+
*/
|
|
18
|
+
accountId: bigint;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string payment_method = 2;
|
|
22
|
+
*/
|
|
23
|
+
paymentMethod: string;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: int64 ad_id = 3;
|
|
27
|
+
*/
|
|
28
|
+
adId: bigint;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: string status = 4;
|
|
32
|
+
*/
|
|
33
|
+
status: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: int64 limit = 5;
|
|
37
|
+
*/
|
|
38
|
+
limit: bigint;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: int64 offset = 6;
|
|
42
|
+
*/
|
|
43
|
+
offset: bigint;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from field: string order_by = 7;
|
|
47
|
+
*/
|
|
48
|
+
orderBy: string;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: bool is_ad_scheduling = 8;
|
|
52
|
+
*/
|
|
53
|
+
isAdScheduling: boolean;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: string created_date_from = 9;
|
|
57
|
+
*/
|
|
58
|
+
createdDateFrom: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: string created_date_to = 10;
|
|
62
|
+
*/
|
|
63
|
+
createdDateTo: string;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @generated from field: string is_credit = 11;
|
|
67
|
+
*/
|
|
68
|
+
isCredit: string;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: int64 failed_order_id = 12;
|
|
72
|
+
*/
|
|
73
|
+
failedOrderId: bigint;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: string service_type = 13;
|
|
77
|
+
*/
|
|
78
|
+
serviceType: string;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: string phone = 14;
|
|
82
|
+
*/
|
|
83
|
+
phone: string;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* @generated from field: repeated string service_types = 15;
|
|
87
|
+
*/
|
|
88
|
+
serviceTypes: string[];
|
|
89
|
+
|
|
90
|
+
constructor(data?: PartialMessage<GetOrderServiceDetailByParamsRequest>);
|
|
91
|
+
|
|
92
|
+
static readonly runtime: typeof proto3;
|
|
93
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServiceDetailByParamsRequest";
|
|
94
|
+
static readonly fields: FieldList;
|
|
95
|
+
|
|
96
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServiceDetailByParamsRequest;
|
|
97
|
+
|
|
98
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServiceDetailByParamsRequest;
|
|
99
|
+
|
|
100
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServiceDetailByParamsRequest;
|
|
101
|
+
|
|
102
|
+
static equals(a: GetOrderServiceDetailByParamsRequest | PlainMessage<GetOrderServiceDetailByParamsRequest> | undefined, b: GetOrderServiceDetailByParamsRequest | PlainMessage<GetOrderServiceDetailByParamsRequest> | undefined): boolean;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServiceDetailByParamsResponse
|
|
107
|
+
*/
|
|
108
|
+
export declare class GetOrderServiceDetailByParamsResponse extends Message<GetOrderServiceDetailByParamsResponse> {
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderServiceDetailByParams data = 1;
|
|
111
|
+
*/
|
|
112
|
+
data: OrderServiceDetailByParams[];
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: int64 total = 2;
|
|
116
|
+
*/
|
|
117
|
+
total: bigint;
|
|
118
|
+
|
|
119
|
+
constructor(data?: PartialMessage<GetOrderServiceDetailByParamsResponse>);
|
|
120
|
+
|
|
121
|
+
static readonly runtime: typeof proto3;
|
|
122
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServiceDetailByParamsResponse";
|
|
123
|
+
static readonly fields: FieldList;
|
|
124
|
+
|
|
125
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServiceDetailByParamsResponse;
|
|
126
|
+
|
|
127
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServiceDetailByParamsResponse;
|
|
128
|
+
|
|
129
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServiceDetailByParamsResponse;
|
|
130
|
+
|
|
131
|
+
static equals(a: GetOrderServiceDetailByParamsResponse | PlainMessage<GetOrderServiceDetailByParamsResponse> | undefined, b: GetOrderServiceDetailByParamsResponse | PlainMessage<GetOrderServiceDetailByParamsResponse> | undefined): boolean;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderServiceDetailByParams
|
|
136
|
+
*/
|
|
137
|
+
export declare class OrderServiceDetailByParams extends Message<OrderServiceDetailByParams> {
|
|
138
|
+
/**
|
|
139
|
+
* @generated from field: int64 order_id = 1;
|
|
140
|
+
*/
|
|
141
|
+
orderId: bigint;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from field: string status = 2;
|
|
145
|
+
*/
|
|
146
|
+
status: string;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* @generated from field: int64 account_id = 3;
|
|
150
|
+
*/
|
|
151
|
+
accountId: bigint;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: string payment_method = 4;
|
|
155
|
+
*/
|
|
156
|
+
paymentMethod: string;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: string order_type = 5;
|
|
160
|
+
*/
|
|
161
|
+
orderType: string;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from field: string phone = 6;
|
|
165
|
+
*/
|
|
166
|
+
phone: string;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @generated from field: bool is_auto_online_contract = 7;
|
|
170
|
+
*/
|
|
171
|
+
isAutoOnlineContract: boolean;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: int64 value = 8;
|
|
175
|
+
*/
|
|
176
|
+
value: bigint;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: string source = 9;
|
|
180
|
+
*/
|
|
181
|
+
source: string;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: string unit = 10;
|
|
185
|
+
*/
|
|
186
|
+
unit: string;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @generated from field: string pay_time = 11;
|
|
190
|
+
*/
|
|
191
|
+
payTime: string;
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: string creation_time = 12;
|
|
195
|
+
*/
|
|
196
|
+
creationTime: string;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: string list_services = 13;
|
|
200
|
+
*/
|
|
201
|
+
listServices: string;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @generated from field: int64 failed_order_id = 14;
|
|
205
|
+
*/
|
|
206
|
+
failedOrderId: bigint;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @generated from field: string admin_id = 15;
|
|
210
|
+
*/
|
|
211
|
+
adminId: string;
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: string order_notes = 16;
|
|
215
|
+
*/
|
|
216
|
+
orderNotes: string;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* @generated from field: string closed_date = 17;
|
|
220
|
+
*/
|
|
221
|
+
closedDate: string;
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* @generated from field: string updated_at = 18;
|
|
225
|
+
*/
|
|
226
|
+
updatedAt: string;
|
|
227
|
+
|
|
228
|
+
constructor(data?: PartialMessage<OrderServiceDetailByParams>);
|
|
229
|
+
|
|
230
|
+
static readonly runtime: typeof proto3;
|
|
231
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderServiceDetailByParams";
|
|
232
|
+
static readonly fields: FieldList;
|
|
233
|
+
|
|
234
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderServiceDetailByParams;
|
|
235
|
+
|
|
236
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderServiceDetailByParams;
|
|
237
|
+
|
|
238
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderServiceDetailByParams;
|
|
239
|
+
|
|
240
|
+
static equals(a: OrderServiceDetailByParams | PlainMessage<OrderServiceDetailByParams> | undefined, b: OrderServiceDetailByParams | PlainMessage<OrderServiceDetailByParams> | undefined): boolean;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoRequest
|
|
245
|
+
*/
|
|
246
|
+
export declare class GetOrderServiceDetailWithAddOnPFInfoRequest extends Message<GetOrderServiceDetailWithAddOnPFInfoRequest> {
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: int64 order_id = 1;
|
|
249
|
+
*/
|
|
250
|
+
orderId: bigint;
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* @generated from field: string order_type = 2;
|
|
254
|
+
*/
|
|
255
|
+
orderType: string;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: bool is_show_invoice = 3;
|
|
259
|
+
*/
|
|
260
|
+
isShowInvoice: boolean;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @generated from field: bool check_econtract_topup = 4;
|
|
264
|
+
*/
|
|
265
|
+
checkEcontractTopup: boolean;
|
|
266
|
+
|
|
267
|
+
constructor(data?: PartialMessage<GetOrderServiceDetailWithAddOnPFInfoRequest>);
|
|
268
|
+
|
|
269
|
+
static readonly runtime: typeof proto3;
|
|
270
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoRequest";
|
|
271
|
+
static readonly fields: FieldList;
|
|
272
|
+
|
|
273
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServiceDetailWithAddOnPFInfoRequest;
|
|
274
|
+
|
|
275
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoRequest;
|
|
276
|
+
|
|
277
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoRequest;
|
|
278
|
+
|
|
279
|
+
static equals(a: GetOrderServiceDetailWithAddOnPFInfoRequest | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoRequest> | undefined, b: GetOrderServiceDetailWithAddOnPFInfoRequest | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoRequest> | undefined): boolean;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoResponse
|
|
284
|
+
*/
|
|
285
|
+
export declare class GetOrderServiceDetailWithAddOnPFInfoResponse extends Message<GetOrderServiceDetailWithAddOnPFInfoResponse> {
|
|
286
|
+
/**
|
|
287
|
+
* @generated from field: bool is_contract = 1;
|
|
288
|
+
*/
|
|
289
|
+
isContract: boolean;
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: bool is_redeem_from_diemtot = 2;
|
|
293
|
+
*/
|
|
294
|
+
isRedeemFromDiemtot: boolean;
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* @generated from field: string invoice_id = 3;
|
|
298
|
+
*/
|
|
299
|
+
invoiceId: string;
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* @generated from field: string invoice_sign = 4;
|
|
303
|
+
*/
|
|
304
|
+
invoiceSign: string;
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: string invoice_settings_key = 5;
|
|
308
|
+
*/
|
|
309
|
+
invoiceSettingsKey: string;
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: map<string, string> invoice_info = 6;
|
|
313
|
+
*/
|
|
314
|
+
invoiceInfo: { [key: string]: string };
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* @generated from field: bool show_publish_einvoice = 7;
|
|
318
|
+
*/
|
|
319
|
+
showPublishEinvoice: boolean;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* @generated from field: int64 service_fee = 8;
|
|
323
|
+
*/
|
|
324
|
+
serviceFee: bigint;
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* @generated from field: int64 order_id = 9;
|
|
328
|
+
*/
|
|
329
|
+
orderId: bigint;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: int64 account_id = 10;
|
|
333
|
+
*/
|
|
334
|
+
accountId: bigint;
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* @generated from field: string phone = 11;
|
|
338
|
+
*/
|
|
339
|
+
phone: string;
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* @generated from field: string order_status = 12;
|
|
343
|
+
*/
|
|
344
|
+
orderStatus: string;
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: int64 value = 13;
|
|
348
|
+
*/
|
|
349
|
+
value: bigint;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: string source = 14;
|
|
353
|
+
*/
|
|
354
|
+
source: string;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* @generated from field: string unit = 15;
|
|
358
|
+
*/
|
|
359
|
+
unit: string;
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* @generated from field: string payment_code = 16;
|
|
363
|
+
*/
|
|
364
|
+
paymentCode: string;
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ActionDetail actions = 17;
|
|
368
|
+
*/
|
|
369
|
+
actions: ActionDetail[];
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* @generated from field: string payment_method = 18;
|
|
373
|
+
*/
|
|
374
|
+
paymentMethod: string;
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* @generated from field: string payment_method_text = 19;
|
|
378
|
+
*/
|
|
379
|
+
paymentMethodText: string;
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: string transaction_id = 20;
|
|
383
|
+
*/
|
|
384
|
+
transactionId: string;
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* @generated from field: bool is_auto_online_contract = 21;
|
|
388
|
+
*/
|
|
389
|
+
isAutoOnlineContract: boolean;
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* @generated from field: string order_created = 22;
|
|
393
|
+
*/
|
|
394
|
+
orderCreated: string;
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* @generated from field: string paid_date = 23;
|
|
398
|
+
*/
|
|
399
|
+
paidDate: string;
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* @generated from field: string closed_date = 24;
|
|
403
|
+
*/
|
|
404
|
+
closedDate: string;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* @generated from field: string order_type = 25;
|
|
408
|
+
*/
|
|
409
|
+
orderType: string;
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* @generated from field: int64 number_of_services = 26;
|
|
413
|
+
*/
|
|
414
|
+
numberOfServices: bigint;
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* @generated from field: int64 failed_order_id = 27;
|
|
418
|
+
*/
|
|
419
|
+
failedOrderId: bigint;
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* @generated from field: string failed_payment_code = 28;
|
|
423
|
+
*/
|
|
424
|
+
failedPaymentCode: string;
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* @generated from field: map<int64, string> packages = 29;
|
|
428
|
+
*/
|
|
429
|
+
packages: { [key: string]: string };
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* @generated from field: map<int64, string> list_ads = 30;
|
|
433
|
+
*/
|
|
434
|
+
listAds: { [key: string]: string };
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreditDetail credit_detail = 31;
|
|
438
|
+
*/
|
|
439
|
+
creditDetail?: CreditDetail;
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderServiceDetailWithAddOnPF services = 32;
|
|
443
|
+
*/
|
|
444
|
+
services: OrderServiceDetailWithAddOnPF[];
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* @generated from field: optional int64 econtract_id = 33;
|
|
448
|
+
*/
|
|
449
|
+
econtractId?: bigint;
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* @generated from field: int64 original_value = 34;
|
|
453
|
+
*/
|
|
454
|
+
originalValue: bigint;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* @generated from field: int64 tax_value = 35;
|
|
458
|
+
*/
|
|
459
|
+
taxValue: bigint;
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* broken, unbroken, not_applicable
|
|
463
|
+
*
|
|
464
|
+
* @generated from field: string broken_status = 36;
|
|
465
|
+
*/
|
|
466
|
+
brokenStatus: string;
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* @generated from field: optional string broken_order_note = 37;
|
|
470
|
+
*/
|
|
471
|
+
brokenOrderNote?: string;
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* @generated from field: bool can_update_transaction = 38;
|
|
475
|
+
*/
|
|
476
|
+
canUpdateTransaction: boolean;
|
|
477
|
+
|
|
478
|
+
constructor(data?: PartialMessage<GetOrderServiceDetailWithAddOnPFInfoResponse>);
|
|
479
|
+
|
|
480
|
+
static readonly runtime: typeof proto3;
|
|
481
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoResponse";
|
|
482
|
+
static readonly fields: FieldList;
|
|
483
|
+
|
|
484
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServiceDetailWithAddOnPFInfoResponse;
|
|
485
|
+
|
|
486
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoResponse;
|
|
487
|
+
|
|
488
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoResponse;
|
|
489
|
+
|
|
490
|
+
static equals(a: GetOrderServiceDetailWithAddOnPFInfoResponse | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoResponse> | undefined, b: GetOrderServiceDetailWithAddOnPFInfoResponse | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoResponse> | undefined): boolean;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* @generated from message ct_logic_uni_rev_order.v1.ActionDetail
|
|
495
|
+
*/
|
|
496
|
+
export declare class ActionDetail extends Message<ActionDetail> {
|
|
497
|
+
/**
|
|
498
|
+
* @generated from field: int64 action_id = 1;
|
|
499
|
+
*/
|
|
500
|
+
actionId: bigint;
|
|
501
|
+
|
|
502
|
+
/**
|
|
503
|
+
* @generated from field: int64 order_id = 2;
|
|
504
|
+
*/
|
|
505
|
+
orderId: bigint;
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: string type = 3;
|
|
509
|
+
*/
|
|
510
|
+
type: string;
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* @generated from field: string action_time = 4;
|
|
514
|
+
*/
|
|
515
|
+
actionTime: string;
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: string name = 5;
|
|
519
|
+
*/
|
|
520
|
+
name: string;
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: string value = 6;
|
|
524
|
+
*/
|
|
525
|
+
value: string;
|
|
526
|
+
|
|
527
|
+
constructor(data?: PartialMessage<ActionDetail>);
|
|
528
|
+
|
|
529
|
+
static readonly runtime: typeof proto3;
|
|
530
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ActionDetail";
|
|
531
|
+
static readonly fields: FieldList;
|
|
532
|
+
|
|
533
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ActionDetail;
|
|
534
|
+
|
|
535
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ActionDetail;
|
|
536
|
+
|
|
537
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ActionDetail;
|
|
538
|
+
|
|
539
|
+
static equals(a: ActionDetail | PlainMessage<ActionDetail> | undefined, b: ActionDetail | PlainMessage<ActionDetail> | undefined): boolean;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreditDetail
|
|
544
|
+
*/
|
|
545
|
+
export declare class CreditDetail extends Message<CreditDetail> {
|
|
546
|
+
/**
|
|
547
|
+
* @generated from field: bool ok = 1;
|
|
548
|
+
*/
|
|
549
|
+
ok: boolean;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.CreditOrderDetail data = 2;
|
|
553
|
+
*/
|
|
554
|
+
data: CreditOrderDetail[];
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreditDetailAmount amount = 3;
|
|
558
|
+
*/
|
|
559
|
+
amount?: CreditDetailAmount;
|
|
560
|
+
|
|
561
|
+
constructor(data?: PartialMessage<CreditDetail>);
|
|
562
|
+
|
|
563
|
+
static readonly runtime: typeof proto3;
|
|
564
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreditDetail";
|
|
565
|
+
static readonly fields: FieldList;
|
|
566
|
+
|
|
567
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreditDetail;
|
|
568
|
+
|
|
569
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreditDetail;
|
|
570
|
+
|
|
571
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreditDetail;
|
|
572
|
+
|
|
573
|
+
static equals(a: CreditDetail | PlainMessage<CreditDetail> | undefined, b: CreditDetail | PlainMessage<CreditDetail> | undefined): boolean;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreditOrderDetail
|
|
578
|
+
*/
|
|
579
|
+
export declare class CreditOrderDetail extends Message<CreditOrderDetail> {
|
|
580
|
+
/**
|
|
581
|
+
* @generated from field: int64 id = 1;
|
|
582
|
+
*/
|
|
583
|
+
id: bigint;
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* @generated from field: string status_id = 2;
|
|
587
|
+
*/
|
|
588
|
+
statusId: string;
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @generated from field: string platform_id = 3;
|
|
592
|
+
*/
|
|
593
|
+
platformId: string;
|
|
594
|
+
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: int64 ref_service_id = 4;
|
|
597
|
+
*/
|
|
598
|
+
refServiceId: bigint;
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* @generated from field: int64 credit_order_id = 5;
|
|
602
|
+
*/
|
|
603
|
+
creditOrderId: bigint;
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* @generated from field: string type_id = 6;
|
|
607
|
+
*/
|
|
608
|
+
typeId: string;
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* @generated from field: string transactiontype_id = 7;
|
|
612
|
+
*/
|
|
613
|
+
transactiontypeId: string;
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* @generated from field: int64 amount = 8;
|
|
617
|
+
*/
|
|
618
|
+
amount: bigint;
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* @generated from field: int64 is_refund = 9;
|
|
622
|
+
*/
|
|
623
|
+
isRefund: bigint;
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* @generated from field: int64 topup_transaction_detail_id = 10;
|
|
627
|
+
*/
|
|
628
|
+
topupTransactionDetailId: bigint;
|
|
629
|
+
|
|
630
|
+
constructor(data?: PartialMessage<CreditOrderDetail>);
|
|
631
|
+
|
|
632
|
+
static readonly runtime: typeof proto3;
|
|
633
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreditOrderDetail";
|
|
634
|
+
static readonly fields: FieldList;
|
|
635
|
+
|
|
636
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreditOrderDetail;
|
|
637
|
+
|
|
638
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreditOrderDetail;
|
|
639
|
+
|
|
640
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreditOrderDetail;
|
|
641
|
+
|
|
642
|
+
static equals(a: CreditOrderDetail | PlainMessage<CreditOrderDetail> | undefined, b: CreditOrderDetail | PlainMessage<CreditOrderDetail> | undefined): boolean;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
/**
|
|
646
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreditDetailAmount
|
|
647
|
+
*/
|
|
648
|
+
export declare class CreditDetailAmount extends Message<CreditDetailAmount> {
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: int64 free = 1;
|
|
651
|
+
*/
|
|
652
|
+
free: bigint;
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* @generated from field: int64 paid = 2;
|
|
656
|
+
*/
|
|
657
|
+
paid: bigint;
|
|
658
|
+
|
|
659
|
+
constructor(data?: PartialMessage<CreditDetailAmount>);
|
|
660
|
+
|
|
661
|
+
static readonly runtime: typeof proto3;
|
|
662
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreditDetailAmount";
|
|
663
|
+
static readonly fields: FieldList;
|
|
664
|
+
|
|
665
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreditDetailAmount;
|
|
666
|
+
|
|
667
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreditDetailAmount;
|
|
668
|
+
|
|
669
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreditDetailAmount;
|
|
670
|
+
|
|
671
|
+
static equals(a: CreditDetailAmount | PlainMessage<CreditDetailAmount> | undefined, b: CreditDetailAmount | PlainMessage<CreditDetailAmount> | undefined): boolean;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderServiceDetailWithAddOnPF
|
|
676
|
+
*/
|
|
677
|
+
export declare class OrderServiceDetailWithAddOnPF extends Message<OrderServiceDetailWithAddOnPF> {
|
|
678
|
+
/**
|
|
679
|
+
* @generated from field: string ad_id = 1;
|
|
680
|
+
*/
|
|
681
|
+
adId: string;
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* @generated from field: int64 service_id = 2;
|
|
685
|
+
*/
|
|
686
|
+
serviceId: bigint;
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* @generated from field: int64 price = 3;
|
|
690
|
+
*/
|
|
691
|
+
price: bigint;
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* @generated from field: string service_status = 4;
|
|
695
|
+
*/
|
|
696
|
+
serviceStatus: string;
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* @generated from field: string service_status_text = 5;
|
|
700
|
+
*/
|
|
701
|
+
serviceStatusText: string;
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: string type = 6;
|
|
705
|
+
*/
|
|
706
|
+
type: string;
|
|
707
|
+
|
|
708
|
+
/**
|
|
709
|
+
* @generated from field: string service_params = 7;
|
|
710
|
+
*/
|
|
711
|
+
serviceParams: string;
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* @generated from field: string expected_delivery_time = 8;
|
|
715
|
+
*/
|
|
716
|
+
expectedDeliveryTime: string;
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* @generated from field: string delivery_time = 9;
|
|
720
|
+
*/
|
|
721
|
+
deliveryTime: string;
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* @generated from field: string shop_alias = 10;
|
|
725
|
+
*/
|
|
726
|
+
shopAlias: string;
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* @generated from field: int64 category_id = 11;
|
|
730
|
+
*/
|
|
731
|
+
categoryId: bigint;
|
|
732
|
+
|
|
733
|
+
/**
|
|
734
|
+
* @generated from field: int64 package_id = 12;
|
|
735
|
+
*/
|
|
736
|
+
packageId: bigint;
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* @generated from field: int64 duration = 13;
|
|
740
|
+
*/
|
|
741
|
+
duration: bigint;
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* @generated from field: int64 quantity = 14;
|
|
745
|
+
*/
|
|
746
|
+
quantity: bigint;
|
|
747
|
+
|
|
748
|
+
/**
|
|
749
|
+
* @generated from field: string start_time_param = 15;
|
|
750
|
+
*/
|
|
751
|
+
startTimeParam: string;
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* @generated from field: string service_name = 16;
|
|
755
|
+
*/
|
|
756
|
+
serviceName: string;
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* @generated from field: repeated string service_description = 17;
|
|
760
|
+
*/
|
|
761
|
+
serviceDescription: string[];
|
|
762
|
+
|
|
763
|
+
/**
|
|
764
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ResponseScheduleBumpServiceData schedule_bump = 18;
|
|
765
|
+
*/
|
|
766
|
+
scheduleBump: ResponseScheduleBumpServiceData[];
|
|
767
|
+
|
|
768
|
+
/**
|
|
769
|
+
* @generated from field: ct_logic_uni_rev_order.v1.ResponseFeatureAdData feature_info = 19;
|
|
770
|
+
*/
|
|
771
|
+
featureInfo?: ResponseFeatureAdData;
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* @generated from field: ct_logic_uni_rev_order.v1.ResponseStickyData sticky_info = 20;
|
|
775
|
+
*/
|
|
776
|
+
stickyInfo?: ResponseStickyData;
|
|
777
|
+
|
|
778
|
+
/**
|
|
779
|
+
* @generated from field: ct_logic_uni_rev_order.v1.ResponseCupidData cupid_info = 21;
|
|
780
|
+
*/
|
|
781
|
+
cupidInfo?: ResponseCupidData;
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* @generated from field: ct_logic_uni_rev_order.v1.ResponseSpecialDisplayData special_display = 22;
|
|
785
|
+
*/
|
|
786
|
+
specialDisplay?: ResponseSpecialDisplayData;
|
|
787
|
+
|
|
788
|
+
/**
|
|
789
|
+
* @generated from field: ct_logic_uni_rev_order.v1.ResponseZeroDepositData zero_deposit = 23;
|
|
790
|
+
*/
|
|
791
|
+
zeroDeposit?: ResponseZeroDepositData;
|
|
792
|
+
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: ct_logic_uni_rev_order.v1.ResponseIntensiveBumpData intensive_bump = 24;
|
|
795
|
+
*/
|
|
796
|
+
intensiveBump?: ResponseIntensiveBumpData;
|
|
797
|
+
|
|
798
|
+
constructor(data?: PartialMessage<OrderServiceDetailWithAddOnPF>);
|
|
799
|
+
|
|
800
|
+
static readonly runtime: typeof proto3;
|
|
801
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderServiceDetailWithAddOnPF";
|
|
802
|
+
static readonly fields: FieldList;
|
|
803
|
+
|
|
804
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderServiceDetailWithAddOnPF;
|
|
805
|
+
|
|
806
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderServiceDetailWithAddOnPF;
|
|
807
|
+
|
|
808
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderServiceDetailWithAddOnPF;
|
|
809
|
+
|
|
810
|
+
static equals(a: OrderServiceDetailWithAddOnPF | PlainMessage<OrderServiceDetailWithAddOnPF> | undefined, b: OrderServiceDetailWithAddOnPF | PlainMessage<OrderServiceDetailWithAddOnPF> | undefined): boolean;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* @generated from message ct_logic_uni_rev_order.v1.ResponseScheduleBumpServiceData
|
|
815
|
+
*/
|
|
816
|
+
export declare class ResponseScheduleBumpServiceData extends Message<ResponseScheduleBumpServiceData> {
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: int64 service_id = 1;
|
|
819
|
+
*/
|
|
820
|
+
serviceId: bigint;
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* @generated from field: int64 ad_id = 2;
|
|
824
|
+
*/
|
|
825
|
+
adId: bigint;
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* @generated from field: string type = 3;
|
|
829
|
+
*/
|
|
830
|
+
type: string;
|
|
831
|
+
|
|
832
|
+
/**
|
|
833
|
+
* @generated from field: string schedule_bump_time = 4;
|
|
834
|
+
*/
|
|
835
|
+
scheduleBumpTime: string;
|
|
836
|
+
|
|
837
|
+
/**
|
|
838
|
+
* @generated from field: string expected_bump_time = 5;
|
|
839
|
+
*/
|
|
840
|
+
expectedBumpTime: string;
|
|
841
|
+
|
|
842
|
+
/**
|
|
843
|
+
* @generated from field: string bump_time = 6;
|
|
844
|
+
*/
|
|
845
|
+
bumpTime: string;
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* @generated from field: string status = 7;
|
|
849
|
+
*/
|
|
850
|
+
status: string;
|
|
851
|
+
|
|
852
|
+
constructor(data?: PartialMessage<ResponseScheduleBumpServiceData>);
|
|
853
|
+
|
|
854
|
+
static readonly runtime: typeof proto3;
|
|
855
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ResponseScheduleBumpServiceData";
|
|
856
|
+
static readonly fields: FieldList;
|
|
857
|
+
|
|
858
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseScheduleBumpServiceData;
|
|
859
|
+
|
|
860
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseScheduleBumpServiceData;
|
|
861
|
+
|
|
862
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseScheduleBumpServiceData;
|
|
863
|
+
|
|
864
|
+
static equals(a: ResponseScheduleBumpServiceData | PlainMessage<ResponseScheduleBumpServiceData> | undefined, b: ResponseScheduleBumpServiceData | PlainMessage<ResponseScheduleBumpServiceData> | undefined): boolean;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* @generated from message ct_logic_uni_rev_order.v1.ResponseFeatureAdData
|
|
869
|
+
*/
|
|
870
|
+
export declare class ResponseFeatureAdData extends Message<ResponseFeatureAdData> {
|
|
871
|
+
/**
|
|
872
|
+
* @generated from field: int64 service_id = 1;
|
|
873
|
+
*/
|
|
874
|
+
serviceId: bigint;
|
|
875
|
+
|
|
876
|
+
/**
|
|
877
|
+
* @generated from field: int64 ad_id = 2;
|
|
878
|
+
*/
|
|
879
|
+
adId: bigint;
|
|
880
|
+
|
|
881
|
+
/**
|
|
882
|
+
* @generated from field: int64 feature_mapping_id = 3;
|
|
883
|
+
*/
|
|
884
|
+
featureMappingId: bigint;
|
|
885
|
+
|
|
886
|
+
/**
|
|
887
|
+
* @generated from field: string value = 4;
|
|
888
|
+
*/
|
|
889
|
+
value: string;
|
|
890
|
+
|
|
891
|
+
/**
|
|
892
|
+
* @generated from field: string created_date = 5;
|
|
893
|
+
*/
|
|
894
|
+
createdDate: string;
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* @generated from field: string expired_time = 6;
|
|
898
|
+
*/
|
|
899
|
+
expiredTime: string;
|
|
900
|
+
|
|
901
|
+
/**
|
|
902
|
+
* @generated from field: string modified_date = 7;
|
|
903
|
+
*/
|
|
904
|
+
modifiedDate: string;
|
|
905
|
+
|
|
906
|
+
/**
|
|
907
|
+
* @generated from field: string delivery_time = 8;
|
|
908
|
+
*/
|
|
909
|
+
deliveryTime: string;
|
|
910
|
+
|
|
911
|
+
constructor(data?: PartialMessage<ResponseFeatureAdData>);
|
|
912
|
+
|
|
913
|
+
static readonly runtime: typeof proto3;
|
|
914
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ResponseFeatureAdData";
|
|
915
|
+
static readonly fields: FieldList;
|
|
916
|
+
|
|
917
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseFeatureAdData;
|
|
918
|
+
|
|
919
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseFeatureAdData;
|
|
920
|
+
|
|
921
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseFeatureAdData;
|
|
922
|
+
|
|
923
|
+
static equals(a: ResponseFeatureAdData | PlainMessage<ResponseFeatureAdData> | undefined, b: ResponseFeatureAdData | PlainMessage<ResponseFeatureAdData> | undefined): boolean;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
/**
|
|
927
|
+
* @generated from message ct_logic_uni_rev_order.v1.ResponseStickyData
|
|
928
|
+
*/
|
|
929
|
+
export declare class ResponseStickyData extends Message<ResponseStickyData> {
|
|
930
|
+
/**
|
|
931
|
+
* @generated from field: int64 service_id = 1;
|
|
932
|
+
*/
|
|
933
|
+
serviceId: bigint;
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* @generated from field: int64 ad_id = 2;
|
|
937
|
+
*/
|
|
938
|
+
adId: bigint;
|
|
939
|
+
|
|
940
|
+
/**
|
|
941
|
+
* @generated from field: int64 placement_setting_id = 3;
|
|
942
|
+
*/
|
|
943
|
+
placementSettingId: bigint;
|
|
944
|
+
|
|
945
|
+
/**
|
|
946
|
+
* @generated from field: string type = 4;
|
|
947
|
+
*/
|
|
948
|
+
type: string;
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* @generated from field: string status = 5;
|
|
952
|
+
*/
|
|
953
|
+
status: string;
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* @generated from field: int64 end_time = 6;
|
|
957
|
+
*/
|
|
958
|
+
endTime: bigint;
|
|
959
|
+
|
|
960
|
+
/**
|
|
961
|
+
* @generated from field: int64 modified_date = 7;
|
|
962
|
+
*/
|
|
963
|
+
modifiedDate: bigint;
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* @generated from field: int64 created_date = 8;
|
|
967
|
+
*/
|
|
968
|
+
createdDate: bigint;
|
|
969
|
+
|
|
970
|
+
/**
|
|
971
|
+
* @generated from field: int64 delivery_time = 9;
|
|
972
|
+
*/
|
|
973
|
+
deliveryTime: bigint;
|
|
974
|
+
|
|
975
|
+
constructor(data?: PartialMessage<ResponseStickyData>);
|
|
976
|
+
|
|
977
|
+
static readonly runtime: typeof proto3;
|
|
978
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ResponseStickyData";
|
|
979
|
+
static readonly fields: FieldList;
|
|
980
|
+
|
|
981
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseStickyData;
|
|
982
|
+
|
|
983
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseStickyData;
|
|
984
|
+
|
|
985
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseStickyData;
|
|
986
|
+
|
|
987
|
+
static equals(a: ResponseStickyData | PlainMessage<ResponseStickyData> | undefined, b: ResponseStickyData | PlainMessage<ResponseStickyData> | undefined): boolean;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* @generated from message ct_logic_uni_rev_order.v1.ResponseCupidData
|
|
992
|
+
*/
|
|
993
|
+
export declare class ResponseCupidData extends Message<ResponseCupidData> {
|
|
994
|
+
/**
|
|
995
|
+
* @generated from field: int64 service_id = 1;
|
|
996
|
+
*/
|
|
997
|
+
serviceId: bigint;
|
|
998
|
+
|
|
999
|
+
/**
|
|
1000
|
+
* @generated from field: int64 ad_id = 2;
|
|
1001
|
+
*/
|
|
1002
|
+
adId: bigint;
|
|
1003
|
+
|
|
1004
|
+
/**
|
|
1005
|
+
* @generated from field: string type = 3;
|
|
1006
|
+
*/
|
|
1007
|
+
type: string;
|
|
1008
|
+
|
|
1009
|
+
/**
|
|
1010
|
+
* @generated from field: string status = 4;
|
|
1011
|
+
*/
|
|
1012
|
+
status: string;
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* @generated from field: int64 end_time = 5;
|
|
1016
|
+
*/
|
|
1017
|
+
endTime: bigint;
|
|
1018
|
+
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from field: int64 modified_date = 6;
|
|
1021
|
+
*/
|
|
1022
|
+
modifiedDate: bigint;
|
|
1023
|
+
|
|
1024
|
+
/**
|
|
1025
|
+
* @generated from field: int64 created_date = 7;
|
|
1026
|
+
*/
|
|
1027
|
+
createdDate: bigint;
|
|
1028
|
+
|
|
1029
|
+
/**
|
|
1030
|
+
* @generated from field: int64 delivery_time = 8;
|
|
1031
|
+
*/
|
|
1032
|
+
deliveryTime: bigint;
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* @generated from field: int64 unit_amount = 9;
|
|
1036
|
+
*/
|
|
1037
|
+
unitAmount: bigint;
|
|
1038
|
+
|
|
1039
|
+
constructor(data?: PartialMessage<ResponseCupidData>);
|
|
1040
|
+
|
|
1041
|
+
static readonly runtime: typeof proto3;
|
|
1042
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ResponseCupidData";
|
|
1043
|
+
static readonly fields: FieldList;
|
|
1044
|
+
|
|
1045
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseCupidData;
|
|
1046
|
+
|
|
1047
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseCupidData;
|
|
1048
|
+
|
|
1049
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseCupidData;
|
|
1050
|
+
|
|
1051
|
+
static equals(a: ResponseCupidData | PlainMessage<ResponseCupidData> | undefined, b: ResponseCupidData | PlainMessage<ResponseCupidData> | undefined): boolean;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* @generated from message ct_logic_uni_rev_order.v1.ResponseSpecialDisplayData
|
|
1056
|
+
*/
|
|
1057
|
+
export declare class ResponseSpecialDisplayData extends Message<ResponseSpecialDisplayData> {
|
|
1058
|
+
/**
|
|
1059
|
+
* @generated from field: int64 service_id = 1;
|
|
1060
|
+
*/
|
|
1061
|
+
serviceId: bigint;
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* @generated from field: int64 ad_id = 2;
|
|
1065
|
+
*/
|
|
1066
|
+
adId: bigint;
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* @generated from field: string type = 3;
|
|
1070
|
+
*/
|
|
1071
|
+
type: string;
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* @generated from field: string status = 4;
|
|
1075
|
+
*/
|
|
1076
|
+
status: string;
|
|
1077
|
+
|
|
1078
|
+
/**
|
|
1079
|
+
* @generated from field: int64 end_time = 5;
|
|
1080
|
+
*/
|
|
1081
|
+
endTime: bigint;
|
|
1082
|
+
|
|
1083
|
+
/**
|
|
1084
|
+
* @generated from field: int64 modified_date = 6;
|
|
1085
|
+
*/
|
|
1086
|
+
modifiedDate: bigint;
|
|
1087
|
+
|
|
1088
|
+
/**
|
|
1089
|
+
* @generated from field: int64 created_date = 7;
|
|
1090
|
+
*/
|
|
1091
|
+
createdDate: bigint;
|
|
1092
|
+
|
|
1093
|
+
/**
|
|
1094
|
+
* @generated from field: int64 delivery_time = 8;
|
|
1095
|
+
*/
|
|
1096
|
+
deliveryTime: bigint;
|
|
1097
|
+
|
|
1098
|
+
constructor(data?: PartialMessage<ResponseSpecialDisplayData>);
|
|
1099
|
+
|
|
1100
|
+
static readonly runtime: typeof proto3;
|
|
1101
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ResponseSpecialDisplayData";
|
|
1102
|
+
static readonly fields: FieldList;
|
|
1103
|
+
|
|
1104
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseSpecialDisplayData;
|
|
1105
|
+
|
|
1106
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseSpecialDisplayData;
|
|
1107
|
+
|
|
1108
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseSpecialDisplayData;
|
|
1109
|
+
|
|
1110
|
+
static equals(a: ResponseSpecialDisplayData | PlainMessage<ResponseSpecialDisplayData> | undefined, b: ResponseSpecialDisplayData | PlainMessage<ResponseSpecialDisplayData> | undefined): boolean;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
/**
|
|
1114
|
+
* @generated from message ct_logic_uni_rev_order.v1.ResponseZeroDepositData
|
|
1115
|
+
*/
|
|
1116
|
+
export declare class ResponseZeroDepositData extends Message<ResponseZeroDepositData> {
|
|
1117
|
+
/**
|
|
1118
|
+
* @generated from field: int64 service_id = 1;
|
|
1119
|
+
*/
|
|
1120
|
+
serviceId: bigint;
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
* @generated from field: int64 ad_id = 2;
|
|
1124
|
+
*/
|
|
1125
|
+
adId: bigint;
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from field: string type = 3;
|
|
1129
|
+
*/
|
|
1130
|
+
type: string;
|
|
1131
|
+
|
|
1132
|
+
/**
|
|
1133
|
+
* @generated from field: string status = 4;
|
|
1134
|
+
*/
|
|
1135
|
+
status: string;
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* @generated from field: int64 end_time = 5;
|
|
1139
|
+
*/
|
|
1140
|
+
endTime: bigint;
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* @generated from field: int64 modified_date = 6;
|
|
1144
|
+
*/
|
|
1145
|
+
modifiedDate: bigint;
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* @generated from field: int64 created_date = 7;
|
|
1149
|
+
*/
|
|
1150
|
+
createdDate: bigint;
|
|
1151
|
+
|
|
1152
|
+
/**
|
|
1153
|
+
* @generated from field: int64 delivery_time = 8;
|
|
1154
|
+
*/
|
|
1155
|
+
deliveryTime: bigint;
|
|
1156
|
+
|
|
1157
|
+
constructor(data?: PartialMessage<ResponseZeroDepositData>);
|
|
1158
|
+
|
|
1159
|
+
static readonly runtime: typeof proto3;
|
|
1160
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ResponseZeroDepositData";
|
|
1161
|
+
static readonly fields: FieldList;
|
|
1162
|
+
|
|
1163
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseZeroDepositData;
|
|
1164
|
+
|
|
1165
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseZeroDepositData;
|
|
1166
|
+
|
|
1167
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseZeroDepositData;
|
|
1168
|
+
|
|
1169
|
+
static equals(a: ResponseZeroDepositData | PlainMessage<ResponseZeroDepositData> | undefined, b: ResponseZeroDepositData | PlainMessage<ResponseZeroDepositData> | undefined): boolean;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
/**
|
|
1173
|
+
* @generated from message ct_logic_uni_rev_order.v1.ResponseIntensiveBumpData
|
|
1174
|
+
*/
|
|
1175
|
+
export declare class ResponseIntensiveBumpData extends Message<ResponseIntensiveBumpData> {
|
|
1176
|
+
/**
|
|
1177
|
+
* @generated from field: int64 service_id = 1;
|
|
1178
|
+
*/
|
|
1179
|
+
serviceId: bigint;
|
|
1180
|
+
|
|
1181
|
+
/**
|
|
1182
|
+
* @generated from field: int64 ad_id = 2;
|
|
1183
|
+
*/
|
|
1184
|
+
adId: bigint;
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* @generated from field: string type = 3;
|
|
1188
|
+
*/
|
|
1189
|
+
type: string;
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* @generated from field: string status = 4;
|
|
1193
|
+
*/
|
|
1194
|
+
status: string;
|
|
1195
|
+
|
|
1196
|
+
/**
|
|
1197
|
+
* @generated from field: int64 end_time = 5;
|
|
1198
|
+
*/
|
|
1199
|
+
endTime: bigint;
|
|
1200
|
+
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from field: int64 modified_date = 6;
|
|
1203
|
+
*/
|
|
1204
|
+
modifiedDate: bigint;
|
|
1205
|
+
|
|
1206
|
+
/**
|
|
1207
|
+
* @generated from field: int64 created_date = 7;
|
|
1208
|
+
*/
|
|
1209
|
+
createdDate: bigint;
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from field: int64 delivery_time = 8;
|
|
1213
|
+
*/
|
|
1214
|
+
deliveryTime: bigint;
|
|
1215
|
+
|
|
1216
|
+
constructor(data?: PartialMessage<ResponseIntensiveBumpData>);
|
|
1217
|
+
|
|
1218
|
+
static readonly runtime: typeof proto3;
|
|
1219
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ResponseIntensiveBumpData";
|
|
1220
|
+
static readonly fields: FieldList;
|
|
1221
|
+
|
|
1222
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseIntensiveBumpData;
|
|
1223
|
+
|
|
1224
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseIntensiveBumpData;
|
|
1225
|
+
|
|
1226
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseIntensiveBumpData;
|
|
1227
|
+
|
|
1228
|
+
static equals(a: ResponseIntensiveBumpData | PlainMessage<ResponseIntensiveBumpData> | undefined, b: ResponseIntensiveBumpData | PlainMessage<ResponseIntensiveBumpData> | undefined): boolean;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest
|
|
1233
|
+
*/
|
|
1234
|
+
export declare class GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest extends Message<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest> {
|
|
1235
|
+
/**
|
|
1236
|
+
* @generated from field: int64 account_id = 1;
|
|
1237
|
+
*/
|
|
1238
|
+
accountId: bigint;
|
|
1239
|
+
|
|
1240
|
+
/**
|
|
1241
|
+
* @generated from field: int64 order_id = 2;
|
|
1242
|
+
*/
|
|
1243
|
+
orderId: bigint;
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* @generated from field: string order_type = 3;
|
|
1247
|
+
*/
|
|
1248
|
+
orderType: string;
|
|
1249
|
+
|
|
1250
|
+
constructor(data?: PartialMessage<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest>);
|
|
1251
|
+
|
|
1252
|
+
static readonly runtime: typeof proto3;
|
|
1253
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest";
|
|
1254
|
+
static readonly fields: FieldList;
|
|
1255
|
+
|
|
1256
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest;
|
|
1257
|
+
|
|
1258
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest;
|
|
1259
|
+
|
|
1260
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest;
|
|
1261
|
+
|
|
1262
|
+
static equals(a: GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest> | undefined, b: GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdRequest> | undefined): boolean;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
/**
|
|
1266
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse
|
|
1267
|
+
*/
|
|
1268
|
+
export declare class GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse extends Message<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse> {
|
|
1269
|
+
/**
|
|
1270
|
+
* @generated from field: bool is_contract = 1;
|
|
1271
|
+
*/
|
|
1272
|
+
isContract: boolean;
|
|
1273
|
+
|
|
1274
|
+
/**
|
|
1275
|
+
* @generated from field: bool is_redeem_from_diemtot = 2;
|
|
1276
|
+
*/
|
|
1277
|
+
isRedeemFromDiemtot: boolean;
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from field: string invoice_id = 3;
|
|
1281
|
+
*/
|
|
1282
|
+
invoiceId: string;
|
|
1283
|
+
|
|
1284
|
+
/**
|
|
1285
|
+
* @generated from field: string invoice_sign = 4;
|
|
1286
|
+
*/
|
|
1287
|
+
invoiceSign: string;
|
|
1288
|
+
|
|
1289
|
+
/**
|
|
1290
|
+
* @generated from field: string invoice_settings_key = 5;
|
|
1291
|
+
*/
|
|
1292
|
+
invoiceSettingsKey: string;
|
|
1293
|
+
|
|
1294
|
+
/**
|
|
1295
|
+
* @generated from field: map<string, string> invoice_info = 6;
|
|
1296
|
+
*/
|
|
1297
|
+
invoiceInfo: { [key: string]: string };
|
|
1298
|
+
|
|
1299
|
+
/**
|
|
1300
|
+
* @generated from field: bool show_publish_einvoice = 7;
|
|
1301
|
+
*/
|
|
1302
|
+
showPublishEinvoice: boolean;
|
|
1303
|
+
|
|
1304
|
+
/**
|
|
1305
|
+
* @generated from field: int64 service_fee = 8;
|
|
1306
|
+
*/
|
|
1307
|
+
serviceFee: bigint;
|
|
1308
|
+
|
|
1309
|
+
/**
|
|
1310
|
+
* @generated from field: int64 order_id = 9;
|
|
1311
|
+
*/
|
|
1312
|
+
orderId: bigint;
|
|
1313
|
+
|
|
1314
|
+
/**
|
|
1315
|
+
* @generated from field: int64 account_id = 10;
|
|
1316
|
+
*/
|
|
1317
|
+
accountId: bigint;
|
|
1318
|
+
|
|
1319
|
+
/**
|
|
1320
|
+
* @generated from field: string phone = 11;
|
|
1321
|
+
*/
|
|
1322
|
+
phone: string;
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* @generated from field: string order_status = 12;
|
|
1326
|
+
*/
|
|
1327
|
+
orderStatus: string;
|
|
1328
|
+
|
|
1329
|
+
/**
|
|
1330
|
+
* @generated from field: int64 value = 13;
|
|
1331
|
+
*/
|
|
1332
|
+
value: bigint;
|
|
1333
|
+
|
|
1334
|
+
/**
|
|
1335
|
+
* @generated from field: string source = 14;
|
|
1336
|
+
*/
|
|
1337
|
+
source: string;
|
|
1338
|
+
|
|
1339
|
+
/**
|
|
1340
|
+
* @generated from field: string unit = 15;
|
|
1341
|
+
*/
|
|
1342
|
+
unit: string;
|
|
1343
|
+
|
|
1344
|
+
/**
|
|
1345
|
+
* @generated from field: string payment_code = 16;
|
|
1346
|
+
*/
|
|
1347
|
+
paymentCode: string;
|
|
1348
|
+
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ActionDetail actions = 17;
|
|
1351
|
+
*/
|
|
1352
|
+
actions: ActionDetail[];
|
|
1353
|
+
|
|
1354
|
+
/**
|
|
1355
|
+
* @generated from field: string payment_method = 18;
|
|
1356
|
+
*/
|
|
1357
|
+
paymentMethod: string;
|
|
1358
|
+
|
|
1359
|
+
/**
|
|
1360
|
+
* @generated from field: string payment_method_text = 19;
|
|
1361
|
+
*/
|
|
1362
|
+
paymentMethodText: string;
|
|
1363
|
+
|
|
1364
|
+
/**
|
|
1365
|
+
* @generated from field: string transaction_id = 20;
|
|
1366
|
+
*/
|
|
1367
|
+
transactionId: string;
|
|
1368
|
+
|
|
1369
|
+
/**
|
|
1370
|
+
* @generated from field: bool is_auto_online_contract = 21;
|
|
1371
|
+
*/
|
|
1372
|
+
isAutoOnlineContract: boolean;
|
|
1373
|
+
|
|
1374
|
+
/**
|
|
1375
|
+
* @generated from field: string order_created = 22;
|
|
1376
|
+
*/
|
|
1377
|
+
orderCreated: string;
|
|
1378
|
+
|
|
1379
|
+
/**
|
|
1380
|
+
* @generated from field: string paid_date = 23;
|
|
1381
|
+
*/
|
|
1382
|
+
paidDate: string;
|
|
1383
|
+
|
|
1384
|
+
/**
|
|
1385
|
+
* @generated from field: string closed_date = 24;
|
|
1386
|
+
*/
|
|
1387
|
+
closedDate: string;
|
|
1388
|
+
|
|
1389
|
+
/**
|
|
1390
|
+
* @generated from field: string order_type = 25;
|
|
1391
|
+
*/
|
|
1392
|
+
orderType: string;
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* @generated from field: int64 number_of_services = 26;
|
|
1396
|
+
*/
|
|
1397
|
+
numberOfServices: bigint;
|
|
1398
|
+
|
|
1399
|
+
/**
|
|
1400
|
+
* @generated from field: int64 failed_order_id = 27;
|
|
1401
|
+
*/
|
|
1402
|
+
failedOrderId: bigint;
|
|
1403
|
+
|
|
1404
|
+
/**
|
|
1405
|
+
* @generated from field: string failed_payment_code = 28;
|
|
1406
|
+
*/
|
|
1407
|
+
failedPaymentCode: string;
|
|
1408
|
+
|
|
1409
|
+
/**
|
|
1410
|
+
* @generated from field: map<int64, string> packages = 29;
|
|
1411
|
+
*/
|
|
1412
|
+
packages: { [key: string]: string };
|
|
1413
|
+
|
|
1414
|
+
/**
|
|
1415
|
+
* @generated from field: map<int64, string> list_ads = 30;
|
|
1416
|
+
*/
|
|
1417
|
+
listAds: { [key: string]: string };
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreditDetail credit_detail = 31;
|
|
1421
|
+
*/
|
|
1422
|
+
creditDetail?: CreditDetail;
|
|
1423
|
+
|
|
1424
|
+
/**
|
|
1425
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderServiceDetailWithAddOnPF services = 32;
|
|
1426
|
+
*/
|
|
1427
|
+
services: OrderServiceDetailWithAddOnPF[];
|
|
1428
|
+
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from field: optional bool is_show_invoice_tooltip = 33;
|
|
1431
|
+
*/
|
|
1432
|
+
isShowInvoiceTooltip?: boolean;
|
|
1433
|
+
|
|
1434
|
+
constructor(data?: PartialMessage<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse>);
|
|
1435
|
+
|
|
1436
|
+
static readonly runtime: typeof proto3;
|
|
1437
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse";
|
|
1438
|
+
static readonly fields: FieldList;
|
|
1439
|
+
|
|
1440
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse;
|
|
1441
|
+
|
|
1442
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse;
|
|
1443
|
+
|
|
1444
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse;
|
|
1445
|
+
|
|
1446
|
+
static equals(a: GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse> | undefined, b: GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse | PlainMessage<GetOrderServiceDetailWithAddOnPFInfoWithAccountIdResponse> | undefined): boolean;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
/**
|
|
1450
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetUpSellingPointRequest
|
|
1451
|
+
*/
|
|
1452
|
+
export declare class GetUpSellingPointRequest extends Message<GetUpSellingPointRequest> {
|
|
1453
|
+
/**
|
|
1454
|
+
* @generated from field: int64 account_id = 1;
|
|
1455
|
+
*/
|
|
1456
|
+
accountId: bigint;
|
|
1457
|
+
|
|
1458
|
+
/**
|
|
1459
|
+
* @generated from field: int64 ad_id = 2;
|
|
1460
|
+
*/
|
|
1461
|
+
adId: bigint;
|
|
1462
|
+
|
|
1463
|
+
constructor(data?: PartialMessage<GetUpSellingPointRequest>);
|
|
1464
|
+
|
|
1465
|
+
static readonly runtime: typeof proto3;
|
|
1466
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetUpSellingPointRequest";
|
|
1467
|
+
static readonly fields: FieldList;
|
|
1468
|
+
|
|
1469
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetUpSellingPointRequest;
|
|
1470
|
+
|
|
1471
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetUpSellingPointRequest;
|
|
1472
|
+
|
|
1473
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetUpSellingPointRequest;
|
|
1474
|
+
|
|
1475
|
+
static equals(a: GetUpSellingPointRequest | PlainMessage<GetUpSellingPointRequest> | undefined, b: GetUpSellingPointRequest | PlainMessage<GetUpSellingPointRequest> | undefined): boolean;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
/**
|
|
1479
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetUpSellingPointResponse
|
|
1480
|
+
*/
|
|
1481
|
+
export declare class GetUpSellingPointResponse extends Message<GetUpSellingPointResponse> {
|
|
1482
|
+
/**
|
|
1483
|
+
* @generated from field: string message = 1;
|
|
1484
|
+
*/
|
|
1485
|
+
message: string;
|
|
1486
|
+
|
|
1487
|
+
/**
|
|
1488
|
+
* @generated from field: string type = 2;
|
|
1489
|
+
*/
|
|
1490
|
+
type: string;
|
|
1491
|
+
|
|
1492
|
+
constructor(data?: PartialMessage<GetUpSellingPointResponse>);
|
|
1493
|
+
|
|
1494
|
+
static readonly runtime: typeof proto3;
|
|
1495
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetUpSellingPointResponse";
|
|
1496
|
+
static readonly fields: FieldList;
|
|
1497
|
+
|
|
1498
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetUpSellingPointResponse;
|
|
1499
|
+
|
|
1500
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetUpSellingPointResponse;
|
|
1501
|
+
|
|
1502
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetUpSellingPointResponse;
|
|
1503
|
+
|
|
1504
|
+
static equals(a: GetUpSellingPointResponse | PlainMessage<GetUpSellingPointResponse> | undefined, b: GetUpSellingPointResponse | PlainMessage<GetUpSellingPointResponse> | undefined): boolean;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
/**
|
|
1508
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetFailedOrderServiceDetailRequest
|
|
1509
|
+
*/
|
|
1510
|
+
export declare class GetFailedOrderServiceDetailRequest extends Message<GetFailedOrderServiceDetailRequest> {
|
|
1511
|
+
/**
|
|
1512
|
+
* @generated from field: int64 account_id = 1;
|
|
1513
|
+
*/
|
|
1514
|
+
accountId: bigint;
|
|
1515
|
+
|
|
1516
|
+
/**
|
|
1517
|
+
* @generated from field: int64 failed_order_id = 2;
|
|
1518
|
+
*/
|
|
1519
|
+
failedOrderId: bigint;
|
|
1520
|
+
|
|
1521
|
+
constructor(data?: PartialMessage<GetFailedOrderServiceDetailRequest>);
|
|
1522
|
+
|
|
1523
|
+
static readonly runtime: typeof proto3;
|
|
1524
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetFailedOrderServiceDetailRequest";
|
|
1525
|
+
static readonly fields: FieldList;
|
|
1526
|
+
|
|
1527
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetFailedOrderServiceDetailRequest;
|
|
1528
|
+
|
|
1529
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetFailedOrderServiceDetailRequest;
|
|
1530
|
+
|
|
1531
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetFailedOrderServiceDetailRequest;
|
|
1532
|
+
|
|
1533
|
+
static equals(a: GetFailedOrderServiceDetailRequest | PlainMessage<GetFailedOrderServiceDetailRequest> | undefined, b: GetFailedOrderServiceDetailRequest | PlainMessage<GetFailedOrderServiceDetailRequest> | undefined): boolean;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
/**
|
|
1537
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetFailedOrderServiceDetailResponse
|
|
1538
|
+
*/
|
|
1539
|
+
export declare class GetFailedOrderServiceDetailResponse extends Message<GetFailedOrderServiceDetailResponse> {
|
|
1540
|
+
/**
|
|
1541
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.FailedOrderServiceDetail data = 1;
|
|
1542
|
+
*/
|
|
1543
|
+
data: FailedOrderServiceDetail[];
|
|
1544
|
+
|
|
1545
|
+
constructor(data?: PartialMessage<GetFailedOrderServiceDetailResponse>);
|
|
1546
|
+
|
|
1547
|
+
static readonly runtime: typeof proto3;
|
|
1548
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetFailedOrderServiceDetailResponse";
|
|
1549
|
+
static readonly fields: FieldList;
|
|
1550
|
+
|
|
1551
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetFailedOrderServiceDetailResponse;
|
|
1552
|
+
|
|
1553
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetFailedOrderServiceDetailResponse;
|
|
1554
|
+
|
|
1555
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetFailedOrderServiceDetailResponse;
|
|
1556
|
+
|
|
1557
|
+
static equals(a: GetFailedOrderServiceDetailResponse | PlainMessage<GetFailedOrderServiceDetailResponse> | undefined, b: GetFailedOrderServiceDetailResponse | PlainMessage<GetFailedOrderServiceDetailResponse> | undefined): boolean;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
/**
|
|
1561
|
+
* @generated from message ct_logic_uni_rev_order.v1.FailedOrderServiceDetail
|
|
1562
|
+
*/
|
|
1563
|
+
export declare class FailedOrderServiceDetail extends Message<FailedOrderServiceDetail> {
|
|
1564
|
+
/**
|
|
1565
|
+
* @generated from field: int64 ad_id = 1;
|
|
1566
|
+
*/
|
|
1567
|
+
adId: bigint;
|
|
1568
|
+
|
|
1569
|
+
/**
|
|
1570
|
+
* @generated from field: int64 service_id = 2;
|
|
1571
|
+
*/
|
|
1572
|
+
serviceId: bigint;
|
|
1573
|
+
|
|
1574
|
+
/**
|
|
1575
|
+
* @generated from field: int64 price = 3;
|
|
1576
|
+
*/
|
|
1577
|
+
price: bigint;
|
|
1578
|
+
|
|
1579
|
+
/**
|
|
1580
|
+
* @generated from field: string service_type = 4;
|
|
1581
|
+
*/
|
|
1582
|
+
serviceType: string;
|
|
1583
|
+
|
|
1584
|
+
/**
|
|
1585
|
+
* @generated from field: string service_status = 5;
|
|
1586
|
+
*/
|
|
1587
|
+
serviceStatus: string;
|
|
1588
|
+
|
|
1589
|
+
/**
|
|
1590
|
+
* @generated from field: string service_params = 6;
|
|
1591
|
+
*/
|
|
1592
|
+
serviceParams: string;
|
|
1593
|
+
|
|
1594
|
+
constructor(data?: PartialMessage<FailedOrderServiceDetail>);
|
|
1595
|
+
|
|
1596
|
+
static readonly runtime: typeof proto3;
|
|
1597
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.FailedOrderServiceDetail";
|
|
1598
|
+
static readonly fields: FieldList;
|
|
1599
|
+
|
|
1600
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FailedOrderServiceDetail;
|
|
1601
|
+
|
|
1602
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FailedOrderServiceDetail;
|
|
1603
|
+
|
|
1604
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FailedOrderServiceDetail;
|
|
1605
|
+
|
|
1606
|
+
static equals(a: FailedOrderServiceDetail | PlainMessage<FailedOrderServiceDetail> | undefined, b: FailedOrderServiceDetail | PlainMessage<FailedOrderServiceDetail> | undefined): boolean;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
/**
|
|
1610
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetDeliveryServiceByAdIdRequest
|
|
1611
|
+
*/
|
|
1612
|
+
export declare class GetDeliveryServiceByAdIdRequest extends Message<GetDeliveryServiceByAdIdRequest> {
|
|
1613
|
+
/**
|
|
1614
|
+
* @generated from field: int64 account_id = 1;
|
|
1615
|
+
*/
|
|
1616
|
+
accountId: bigint;
|
|
1617
|
+
|
|
1618
|
+
/**
|
|
1619
|
+
* @generated from field: int64 ad_id = 2;
|
|
1620
|
+
*/
|
|
1621
|
+
adId: bigint;
|
|
1622
|
+
|
|
1623
|
+
constructor(data?: PartialMessage<GetDeliveryServiceByAdIdRequest>);
|
|
1624
|
+
|
|
1625
|
+
static readonly runtime: typeof proto3;
|
|
1626
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetDeliveryServiceByAdIdRequest";
|
|
1627
|
+
static readonly fields: FieldList;
|
|
1628
|
+
|
|
1629
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDeliveryServiceByAdIdRequest;
|
|
1630
|
+
|
|
1631
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetDeliveryServiceByAdIdRequest;
|
|
1632
|
+
|
|
1633
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetDeliveryServiceByAdIdRequest;
|
|
1634
|
+
|
|
1635
|
+
static equals(a: GetDeliveryServiceByAdIdRequest | PlainMessage<GetDeliveryServiceByAdIdRequest> | undefined, b: GetDeliveryServiceByAdIdRequest | PlainMessage<GetDeliveryServiceByAdIdRequest> | undefined): boolean;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
/**
|
|
1639
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetDeliveryServiceByAdIdResponse
|
|
1640
|
+
*/
|
|
1641
|
+
export declare class GetDeliveryServiceByAdIdResponse extends Message<GetDeliveryServiceByAdIdResponse> {
|
|
1642
|
+
/**
|
|
1643
|
+
* @generated from field: ct_logic_uni_rev_order.v1.AdInfoAdStats ad_info = 1;
|
|
1644
|
+
*/
|
|
1645
|
+
adInfo?: AdInfoAdStats;
|
|
1646
|
+
|
|
1647
|
+
/**
|
|
1648
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd sticky_ads = 2;
|
|
1649
|
+
*/
|
|
1650
|
+
stickyAds: DeliveryTimeServiceAd[];
|
|
1651
|
+
|
|
1652
|
+
/**
|
|
1653
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd special_displays = 3;
|
|
1654
|
+
*/
|
|
1655
|
+
specialDisplays: DeliveryTimeServiceAd[];
|
|
1656
|
+
|
|
1657
|
+
/**
|
|
1658
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd zero_deposit = 4;
|
|
1659
|
+
*/
|
|
1660
|
+
zeroDeposit: DeliveryTimeServiceAd[];
|
|
1661
|
+
|
|
1662
|
+
/**
|
|
1663
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd gallery_ads = 5;
|
|
1664
|
+
*/
|
|
1665
|
+
galleryAds: DeliveryTimeServiceAd[];
|
|
1666
|
+
|
|
1667
|
+
/**
|
|
1668
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd ad_features = 6;
|
|
1669
|
+
*/
|
|
1670
|
+
adFeatures: DeliveryTimeServiceAd[];
|
|
1671
|
+
|
|
1672
|
+
/**
|
|
1673
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ScheduleBumpAdStat schedule_bump = 7;
|
|
1674
|
+
*/
|
|
1675
|
+
scheduleBump: ScheduleBumpAdStat[];
|
|
1676
|
+
|
|
1677
|
+
/**
|
|
1678
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ScheduleBumpAdStat timer_bump = 8;
|
|
1679
|
+
*/
|
|
1680
|
+
timerBump: ScheduleBumpAdStat[];
|
|
1681
|
+
|
|
1682
|
+
/**
|
|
1683
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd intensive_bump = 9;
|
|
1684
|
+
*/
|
|
1685
|
+
intensiveBump: DeliveryTimeServiceAd[];
|
|
1686
|
+
|
|
1687
|
+
/**
|
|
1688
|
+
* @generated from field: map<string, string> title_services = 10;
|
|
1689
|
+
*/
|
|
1690
|
+
titleServices: { [key: string]: string };
|
|
1691
|
+
|
|
1692
|
+
/**
|
|
1693
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.AdStats ad_state = 11;
|
|
1694
|
+
*/
|
|
1695
|
+
adState: AdStats[];
|
|
1696
|
+
|
|
1697
|
+
constructor(data?: PartialMessage<GetDeliveryServiceByAdIdResponse>);
|
|
1698
|
+
|
|
1699
|
+
static readonly runtime: typeof proto3;
|
|
1700
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetDeliveryServiceByAdIdResponse";
|
|
1701
|
+
static readonly fields: FieldList;
|
|
1702
|
+
|
|
1703
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDeliveryServiceByAdIdResponse;
|
|
1704
|
+
|
|
1705
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetDeliveryServiceByAdIdResponse;
|
|
1706
|
+
|
|
1707
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetDeliveryServiceByAdIdResponse;
|
|
1708
|
+
|
|
1709
|
+
static equals(a: GetDeliveryServiceByAdIdResponse | PlainMessage<GetDeliveryServiceByAdIdResponse> | undefined, b: GetDeliveryServiceByAdIdResponse | PlainMessage<GetDeliveryServiceByAdIdResponse> | undefined): boolean;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
/**
|
|
1713
|
+
* @generated from message ct_logic_uni_rev_order.v1.AdInfoAdStats
|
|
1714
|
+
*/
|
|
1715
|
+
export declare class AdInfoAdStats extends Message<AdInfoAdStats> {
|
|
1716
|
+
/**
|
|
1717
|
+
* @generated from field: int64 ad_id = 1;
|
|
1718
|
+
*/
|
|
1719
|
+
adId: bigint;
|
|
1720
|
+
|
|
1721
|
+
/**
|
|
1722
|
+
* @generated from field: int64 list_id = 2;
|
|
1723
|
+
*/
|
|
1724
|
+
listId: bigint;
|
|
1725
|
+
|
|
1726
|
+
/**
|
|
1727
|
+
* @generated from field: string subject = 3;
|
|
1728
|
+
*/
|
|
1729
|
+
subject: string;
|
|
1730
|
+
|
|
1731
|
+
/**
|
|
1732
|
+
* @generated from field: string title = 4;
|
|
1733
|
+
*/
|
|
1734
|
+
title: string;
|
|
1735
|
+
|
|
1736
|
+
/**
|
|
1737
|
+
* @generated from field: int64 category = 5;
|
|
1738
|
+
*/
|
|
1739
|
+
category: bigint;
|
|
1740
|
+
|
|
1741
|
+
/**
|
|
1742
|
+
* @generated from field: int64 account_id = 6;
|
|
1743
|
+
*/
|
|
1744
|
+
accountId: bigint;
|
|
1745
|
+
|
|
1746
|
+
/**
|
|
1747
|
+
* @generated from field: bool company_ad = 7;
|
|
1748
|
+
*/
|
|
1749
|
+
companyAd: boolean;
|
|
1750
|
+
|
|
1751
|
+
/**
|
|
1752
|
+
* @generated from field: bool is_listed = 8;
|
|
1753
|
+
*/
|
|
1754
|
+
isListed: boolean;
|
|
1755
|
+
|
|
1756
|
+
/**
|
|
1757
|
+
* @generated from field: string status = 9;
|
|
1758
|
+
*/
|
|
1759
|
+
status: string;
|
|
1760
|
+
|
|
1761
|
+
/**
|
|
1762
|
+
* @generated from field: string type = 10;
|
|
1763
|
+
*/
|
|
1764
|
+
type: string;
|
|
1765
|
+
|
|
1766
|
+
/**
|
|
1767
|
+
* @generated from field: string state = 11;
|
|
1768
|
+
*/
|
|
1769
|
+
state: string;
|
|
1770
|
+
|
|
1771
|
+
/**
|
|
1772
|
+
* @generated from field: int64 action_id = 12;
|
|
1773
|
+
*/
|
|
1774
|
+
actionId: bigint;
|
|
1775
|
+
|
|
1776
|
+
/**
|
|
1777
|
+
* @generated from field: int64 city = 13;
|
|
1778
|
+
*/
|
|
1779
|
+
city: bigint;
|
|
1780
|
+
|
|
1781
|
+
/**
|
|
1782
|
+
* @generated from field: string body = 14;
|
|
1783
|
+
*/
|
|
1784
|
+
body: string;
|
|
1785
|
+
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from field: repeated string images = 15;
|
|
1788
|
+
*/
|
|
1789
|
+
images: string[];
|
|
1790
|
+
|
|
1791
|
+
/**
|
|
1792
|
+
* @generated from field: string profiler = 16;
|
|
1793
|
+
*/
|
|
1794
|
+
profiler: string;
|
|
1795
|
+
|
|
1796
|
+
/**
|
|
1797
|
+
* @generated from field: string shop_alias = 17;
|
|
1798
|
+
*/
|
|
1799
|
+
shopAlias: string;
|
|
1800
|
+
|
|
1801
|
+
/**
|
|
1802
|
+
* @generated from field: string price_string = 18;
|
|
1803
|
+
*/
|
|
1804
|
+
priceString: string;
|
|
1805
|
+
|
|
1806
|
+
/**
|
|
1807
|
+
* @generated from field: int64 big_cate = 19;
|
|
1808
|
+
*/
|
|
1809
|
+
bigCate: bigint;
|
|
1810
|
+
|
|
1811
|
+
/**
|
|
1812
|
+
* @generated from field: int64 accepted_time = 20;
|
|
1813
|
+
*/
|
|
1814
|
+
acceptedTime: bigint;
|
|
1815
|
+
|
|
1816
|
+
/**
|
|
1817
|
+
* @generated from field: int64 modified_at = 21;
|
|
1818
|
+
*/
|
|
1819
|
+
modifiedAt: bigint;
|
|
1820
|
+
|
|
1821
|
+
/**
|
|
1822
|
+
* @generated from field: int64 list_time = 22;
|
|
1823
|
+
*/
|
|
1824
|
+
listTime: bigint;
|
|
1825
|
+
|
|
1826
|
+
/**
|
|
1827
|
+
* @generated from field: int64 region = 23;
|
|
1828
|
+
*/
|
|
1829
|
+
region: bigint;
|
|
1830
|
+
|
|
1831
|
+
/**
|
|
1832
|
+
* @generated from field: string area = 24;
|
|
1833
|
+
*/
|
|
1834
|
+
area: string;
|
|
1835
|
+
|
|
1836
|
+
/**
|
|
1837
|
+
* @generated from field: string region_v2 = 25;
|
|
1838
|
+
*/
|
|
1839
|
+
regionV2: string;
|
|
1840
|
+
|
|
1841
|
+
/**
|
|
1842
|
+
* @generated from field: string area_v2 = 26;
|
|
1843
|
+
*/
|
|
1844
|
+
areaV2: string;
|
|
1845
|
+
|
|
1846
|
+
constructor(data?: PartialMessage<AdInfoAdStats>);
|
|
1847
|
+
|
|
1848
|
+
static readonly runtime: typeof proto3;
|
|
1849
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.AdInfoAdStats";
|
|
1850
|
+
static readonly fields: FieldList;
|
|
1851
|
+
|
|
1852
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdInfoAdStats;
|
|
1853
|
+
|
|
1854
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdInfoAdStats;
|
|
1855
|
+
|
|
1856
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdInfoAdStats;
|
|
1857
|
+
|
|
1858
|
+
static equals(a: AdInfoAdStats | PlainMessage<AdInfoAdStats> | undefined, b: AdInfoAdStats | PlainMessage<AdInfoAdStats> | undefined): boolean;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
/**
|
|
1862
|
+
* @generated from message ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd
|
|
1863
|
+
*/
|
|
1864
|
+
export declare class DeliveryTimeServiceAd extends Message<DeliveryTimeServiceAd> {
|
|
1865
|
+
/**
|
|
1866
|
+
* @generated from field: int64 service_id = 1;
|
|
1867
|
+
*/
|
|
1868
|
+
serviceId: bigint;
|
|
1869
|
+
|
|
1870
|
+
/**
|
|
1871
|
+
* @generated from field: string delivery_time = 2;
|
|
1872
|
+
*/
|
|
1873
|
+
deliveryTime: string;
|
|
1874
|
+
|
|
1875
|
+
/**
|
|
1876
|
+
* @generated from field: string end_time = 3;
|
|
1877
|
+
*/
|
|
1878
|
+
endTime: string;
|
|
1879
|
+
|
|
1880
|
+
/**
|
|
1881
|
+
* @generated from field: string status = 4;
|
|
1882
|
+
*/
|
|
1883
|
+
status: string;
|
|
1884
|
+
|
|
1885
|
+
/**
|
|
1886
|
+
* @generated from field: string service_params = 5;
|
|
1887
|
+
*/
|
|
1888
|
+
serviceParams: string;
|
|
1889
|
+
|
|
1890
|
+
/**
|
|
1891
|
+
* @generated from field: int64 delivery_time_in_unix = 6;
|
|
1892
|
+
*/
|
|
1893
|
+
deliveryTimeInUnix: bigint;
|
|
1894
|
+
|
|
1895
|
+
/**
|
|
1896
|
+
* @generated from field: int64 end_time_in_unix = 7;
|
|
1897
|
+
*/
|
|
1898
|
+
endTimeInUnix: bigint;
|
|
1899
|
+
|
|
1900
|
+
/**
|
|
1901
|
+
* @generated from field: string alternative_service_name = 8;
|
|
1902
|
+
*/
|
|
1903
|
+
alternativeServiceName: string;
|
|
1904
|
+
|
|
1905
|
+
constructor(data?: PartialMessage<DeliveryTimeServiceAd>);
|
|
1906
|
+
|
|
1907
|
+
static readonly runtime: typeof proto3;
|
|
1908
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.DeliveryTimeServiceAd";
|
|
1909
|
+
static readonly fields: FieldList;
|
|
1910
|
+
|
|
1911
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliveryTimeServiceAd;
|
|
1912
|
+
|
|
1913
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliveryTimeServiceAd;
|
|
1914
|
+
|
|
1915
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliveryTimeServiceAd;
|
|
1916
|
+
|
|
1917
|
+
static equals(a: DeliveryTimeServiceAd | PlainMessage<DeliveryTimeServiceAd> | undefined, b: DeliveryTimeServiceAd | PlainMessage<DeliveryTimeServiceAd> | undefined): boolean;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
/**
|
|
1921
|
+
* @generated from message ct_logic_uni_rev_order.v1.ScheduleBumpAdStat
|
|
1922
|
+
*/
|
|
1923
|
+
export declare class ScheduleBumpAdStat extends Message<ScheduleBumpAdStat> {
|
|
1924
|
+
/**
|
|
1925
|
+
* @generated from field: string delivery_time = 1;
|
|
1926
|
+
*/
|
|
1927
|
+
deliveryTime: string;
|
|
1928
|
+
|
|
1929
|
+
/**
|
|
1930
|
+
* @generated from field: string status = 2;
|
|
1931
|
+
*/
|
|
1932
|
+
status: string;
|
|
1933
|
+
|
|
1934
|
+
constructor(data?: PartialMessage<ScheduleBumpAdStat>);
|
|
1935
|
+
|
|
1936
|
+
static readonly runtime: typeof proto3;
|
|
1937
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ScheduleBumpAdStat";
|
|
1938
|
+
static readonly fields: FieldList;
|
|
1939
|
+
|
|
1940
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ScheduleBumpAdStat;
|
|
1941
|
+
|
|
1942
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ScheduleBumpAdStat;
|
|
1943
|
+
|
|
1944
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ScheduleBumpAdStat;
|
|
1945
|
+
|
|
1946
|
+
static equals(a: ScheduleBumpAdStat | PlainMessage<ScheduleBumpAdStat> | undefined, b: ScheduleBumpAdStat | PlainMessage<ScheduleBumpAdStat> | undefined): boolean;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
/**
|
|
1950
|
+
* @generated from message ct_logic_uni_rev_order.v1.AdStats
|
|
1951
|
+
*/
|
|
1952
|
+
export declare class AdStats extends Message<AdStats> {
|
|
1953
|
+
/**
|
|
1954
|
+
* @generated from field: int64 total_page_subcat = 1;
|
|
1955
|
+
*/
|
|
1956
|
+
totalPageSubcat: bigint;
|
|
1957
|
+
|
|
1958
|
+
/**
|
|
1959
|
+
* @generated from field: int64 current_page_subcat = 2;
|
|
1960
|
+
*/
|
|
1961
|
+
currentPageSubcat: bigint;
|
|
1962
|
+
|
|
1963
|
+
/**
|
|
1964
|
+
* @generated from field: int64 position_of_page = 3;
|
|
1965
|
+
*/
|
|
1966
|
+
positionOfPage: bigint;
|
|
1967
|
+
|
|
1968
|
+
/**
|
|
1969
|
+
* @generated from field: string position_params = 4;
|
|
1970
|
+
*/
|
|
1971
|
+
positionParams: string;
|
|
1972
|
+
|
|
1973
|
+
/**
|
|
1974
|
+
* @generated from field: int64 impression = 5;
|
|
1975
|
+
*/
|
|
1976
|
+
impression: bigint;
|
|
1977
|
+
|
|
1978
|
+
/**
|
|
1979
|
+
* @generated from field: int64 views = 6;
|
|
1980
|
+
*/
|
|
1981
|
+
views: bigint;
|
|
1982
|
+
|
|
1983
|
+
/**
|
|
1984
|
+
* @generated from field: string time = 7;
|
|
1985
|
+
*/
|
|
1986
|
+
time: string;
|
|
1987
|
+
|
|
1988
|
+
/**
|
|
1989
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.AdStatsChartItem chart_impressions = 8;
|
|
1990
|
+
*/
|
|
1991
|
+
chartImpressions: AdStatsChartItem[];
|
|
1992
|
+
|
|
1993
|
+
/**
|
|
1994
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.AdStatsChartItem chart_views = 9;
|
|
1995
|
+
*/
|
|
1996
|
+
chartViews: AdStatsChartItem[];
|
|
1997
|
+
|
|
1998
|
+
constructor(data?: PartialMessage<AdStats>);
|
|
1999
|
+
|
|
2000
|
+
static readonly runtime: typeof proto3;
|
|
2001
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.AdStats";
|
|
2002
|
+
static readonly fields: FieldList;
|
|
2003
|
+
|
|
2004
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdStats;
|
|
2005
|
+
|
|
2006
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdStats;
|
|
2007
|
+
|
|
2008
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdStats;
|
|
2009
|
+
|
|
2010
|
+
static equals(a: AdStats | PlainMessage<AdStats> | undefined, b: AdStats | PlainMessage<AdStats> | undefined): boolean;
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
/**
|
|
2014
|
+
* @generated from message ct_logic_uni_rev_order.v1.AdStatsChartItem
|
|
2015
|
+
*/
|
|
2016
|
+
export declare class AdStatsChartItem extends Message<AdStatsChartItem> {
|
|
2017
|
+
/**
|
|
2018
|
+
* @generated from field: int64 adlist_id = 1;
|
|
2019
|
+
*/
|
|
2020
|
+
adlistId: bigint;
|
|
2021
|
+
|
|
2022
|
+
/**
|
|
2023
|
+
* @generated from field: int64 count = 2;
|
|
2024
|
+
*/
|
|
2025
|
+
count: bigint;
|
|
2026
|
+
|
|
2027
|
+
/**
|
|
2028
|
+
* @generated from field: string accumulated_at = 3;
|
|
2029
|
+
*/
|
|
2030
|
+
accumulatedAt: string;
|
|
2031
|
+
|
|
2032
|
+
/**
|
|
2033
|
+
* @generated from field: string paid_date = 4;
|
|
2034
|
+
*/
|
|
2035
|
+
paidDate: string;
|
|
2036
|
+
|
|
2037
|
+
/**
|
|
2038
|
+
* @generated from field: map<string, string> services_type = 5;
|
|
2039
|
+
*/
|
|
2040
|
+
servicesType: { [key: string]: string };
|
|
2041
|
+
|
|
2042
|
+
constructor(data?: PartialMessage<AdStatsChartItem>);
|
|
2043
|
+
|
|
2044
|
+
static readonly runtime: typeof proto3;
|
|
2045
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.AdStatsChartItem";
|
|
2046
|
+
static readonly fields: FieldList;
|
|
2047
|
+
|
|
2048
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdStatsChartItem;
|
|
2049
|
+
|
|
2050
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdStatsChartItem;
|
|
2051
|
+
|
|
2052
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdStatsChartItem;
|
|
2053
|
+
|
|
2054
|
+
static equals(a: AdStatsChartItem | PlainMessage<AdStatsChartItem> | undefined, b: AdStatsChartItem | PlainMessage<AdStatsChartItem> | undefined): boolean;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
/**
|
|
2058
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetPremiumServiceOrdersDeliveringByAdIdsRequest
|
|
2059
|
+
*/
|
|
2060
|
+
export declare class GetPremiumServiceOrdersDeliveringByAdIdsRequest extends Message<GetPremiumServiceOrdersDeliveringByAdIdsRequest> {
|
|
2061
|
+
/**
|
|
2062
|
+
* @generated from field: string ad_ids = 1;
|
|
2063
|
+
*/
|
|
2064
|
+
adIds: string;
|
|
2065
|
+
|
|
2066
|
+
/**
|
|
2067
|
+
* @generated from field: int64 account_id = 2;
|
|
2068
|
+
*/
|
|
2069
|
+
accountId: bigint;
|
|
2070
|
+
|
|
2071
|
+
constructor(data?: PartialMessage<GetPremiumServiceOrdersDeliveringByAdIdsRequest>);
|
|
2072
|
+
|
|
2073
|
+
static readonly runtime: typeof proto3;
|
|
2074
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetPremiumServiceOrdersDeliveringByAdIdsRequest";
|
|
2075
|
+
static readonly fields: FieldList;
|
|
2076
|
+
|
|
2077
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPremiumServiceOrdersDeliveringByAdIdsRequest;
|
|
2078
|
+
|
|
2079
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPremiumServiceOrdersDeliveringByAdIdsRequest;
|
|
2080
|
+
|
|
2081
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPremiumServiceOrdersDeliveringByAdIdsRequest;
|
|
2082
|
+
|
|
2083
|
+
static equals(a: GetPremiumServiceOrdersDeliveringByAdIdsRequest | PlainMessage<GetPremiumServiceOrdersDeliveringByAdIdsRequest> | undefined, b: GetPremiumServiceOrdersDeliveringByAdIdsRequest | PlainMessage<GetPremiumServiceOrdersDeliveringByAdIdsRequest> | undefined): boolean;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
/**
|
|
2087
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetPremiumServiceOrdersDeliveringByAdIdsResponse
|
|
2088
|
+
*/
|
|
2089
|
+
export declare class GetPremiumServiceOrdersDeliveringByAdIdsResponse extends Message<GetPremiumServiceOrdersDeliveringByAdIdsResponse> {
|
|
2090
|
+
/**
|
|
2091
|
+
* @generated from field: map<string, ct_logic_uni_rev_order.v1.PremimumServiceDeliveryInfoFromAdIdResponse> result = 1;
|
|
2092
|
+
*/
|
|
2093
|
+
result: { [key: string]: PremimumServiceDeliveryInfoFromAdIdResponse };
|
|
2094
|
+
|
|
2095
|
+
constructor(data?: PartialMessage<GetPremiumServiceOrdersDeliveringByAdIdsResponse>);
|
|
2096
|
+
|
|
2097
|
+
static readonly runtime: typeof proto3;
|
|
2098
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetPremiumServiceOrdersDeliveringByAdIdsResponse";
|
|
2099
|
+
static readonly fields: FieldList;
|
|
2100
|
+
|
|
2101
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPremiumServiceOrdersDeliveringByAdIdsResponse;
|
|
2102
|
+
|
|
2103
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPremiumServiceOrdersDeliveringByAdIdsResponse;
|
|
2104
|
+
|
|
2105
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPremiumServiceOrdersDeliveringByAdIdsResponse;
|
|
2106
|
+
|
|
2107
|
+
static equals(a: GetPremiumServiceOrdersDeliveringByAdIdsResponse | PlainMessage<GetPremiumServiceOrdersDeliveringByAdIdsResponse> | undefined, b: GetPremiumServiceOrdersDeliveringByAdIdsResponse | PlainMessage<GetPremiumServiceOrdersDeliveringByAdIdsResponse> | undefined): boolean;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
/**
|
|
2111
|
+
* @generated from message ct_logic_uni_rev_order.v1.PremimumServiceDeliveryInfoFromAdIdResponse
|
|
2112
|
+
*/
|
|
2113
|
+
export declare class PremimumServiceDeliveryInfoFromAdIdResponse extends Message<PremimumServiceDeliveryInfoFromAdIdResponse> {
|
|
2114
|
+
/**
|
|
2115
|
+
* @generated from field: int64 ad_id = 1;
|
|
2116
|
+
*/
|
|
2117
|
+
adId: bigint;
|
|
2118
|
+
|
|
2119
|
+
/**
|
|
2120
|
+
* @generated from field: bool can_load_more = 2;
|
|
2121
|
+
*/
|
|
2122
|
+
canLoadMore: boolean;
|
|
2123
|
+
|
|
2124
|
+
/**
|
|
2125
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ServiceDeliveryInfo data = 3;
|
|
2126
|
+
*/
|
|
2127
|
+
data: ServiceDeliveryInfo[];
|
|
2128
|
+
|
|
2129
|
+
constructor(data?: PartialMessage<PremimumServiceDeliveryInfoFromAdIdResponse>);
|
|
2130
|
+
|
|
2131
|
+
static readonly runtime: typeof proto3;
|
|
2132
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.PremimumServiceDeliveryInfoFromAdIdResponse";
|
|
2133
|
+
static readonly fields: FieldList;
|
|
2134
|
+
|
|
2135
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PremimumServiceDeliveryInfoFromAdIdResponse;
|
|
2136
|
+
|
|
2137
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PremimumServiceDeliveryInfoFromAdIdResponse;
|
|
2138
|
+
|
|
2139
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PremimumServiceDeliveryInfoFromAdIdResponse;
|
|
2140
|
+
|
|
2141
|
+
static equals(a: PremimumServiceDeliveryInfoFromAdIdResponse | PlainMessage<PremimumServiceDeliveryInfoFromAdIdResponse> | undefined, b: PremimumServiceDeliveryInfoFromAdIdResponse | PlainMessage<PremimumServiceDeliveryInfoFromAdIdResponse> | undefined): boolean;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
/**
|
|
2145
|
+
* @generated from message ct_logic_uni_rev_order.v1.ServiceDeliveryInfo
|
|
2146
|
+
*/
|
|
2147
|
+
export declare class ServiceDeliveryInfo extends Message<ServiceDeliveryInfo> {
|
|
2148
|
+
/**
|
|
2149
|
+
* @generated from field: string service_name = 1;
|
|
2150
|
+
*/
|
|
2151
|
+
serviceName: string;
|
|
2152
|
+
|
|
2153
|
+
/**
|
|
2154
|
+
* @generated from field: string service_type = 2;
|
|
2155
|
+
*/
|
|
2156
|
+
serviceType: string;
|
|
2157
|
+
|
|
2158
|
+
/**
|
|
2159
|
+
* @generated from field: int64 delivery_time = 3;
|
|
2160
|
+
*/
|
|
2161
|
+
deliveryTime: bigint;
|
|
2162
|
+
|
|
2163
|
+
/**
|
|
2164
|
+
* @generated from field: int64 end_time = 4;
|
|
2165
|
+
*/
|
|
2166
|
+
endTime: bigint;
|
|
2167
|
+
|
|
2168
|
+
/**
|
|
2169
|
+
* @generated from field: string status = 5;
|
|
2170
|
+
*/
|
|
2171
|
+
status: string;
|
|
2172
|
+
|
|
2173
|
+
/**
|
|
2174
|
+
* @generated from field: int64 views = 6;
|
|
2175
|
+
*/
|
|
2176
|
+
views: bigint;
|
|
2177
|
+
|
|
2178
|
+
constructor(data?: PartialMessage<ServiceDeliveryInfo>);
|
|
2179
|
+
|
|
2180
|
+
static readonly runtime: typeof proto3;
|
|
2181
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ServiceDeliveryInfo";
|
|
2182
|
+
static readonly fields: FieldList;
|
|
2183
|
+
|
|
2184
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServiceDeliveryInfo;
|
|
2185
|
+
|
|
2186
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServiceDeliveryInfo;
|
|
2187
|
+
|
|
2188
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServiceDeliveryInfo;
|
|
2189
|
+
|
|
2190
|
+
static equals(a: ServiceDeliveryInfo | PlainMessage<ServiceDeliveryInfo> | undefined, b: ServiceDeliveryInfo | PlainMessage<ServiceDeliveryInfo> | undefined): boolean;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
/**
|
|
2194
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetPaidServiceByAdIdRequest
|
|
2195
|
+
*/
|
|
2196
|
+
export declare class GetPaidServiceByAdIdRequest extends Message<GetPaidServiceByAdIdRequest> {
|
|
2197
|
+
/**
|
|
2198
|
+
* @generated from field: int64 ad_id = 1;
|
|
2199
|
+
*/
|
|
2200
|
+
adId: bigint;
|
|
2201
|
+
|
|
2202
|
+
/**
|
|
2203
|
+
* @generated from field: int64 account_id = 2;
|
|
2204
|
+
*/
|
|
2205
|
+
accountId: bigint;
|
|
2206
|
+
|
|
2207
|
+
constructor(data?: PartialMessage<GetPaidServiceByAdIdRequest>);
|
|
2208
|
+
|
|
2209
|
+
static readonly runtime: typeof proto3;
|
|
2210
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetPaidServiceByAdIdRequest";
|
|
2211
|
+
static readonly fields: FieldList;
|
|
2212
|
+
|
|
2213
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPaidServiceByAdIdRequest;
|
|
2214
|
+
|
|
2215
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPaidServiceByAdIdRequest;
|
|
2216
|
+
|
|
2217
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPaidServiceByAdIdRequest;
|
|
2218
|
+
|
|
2219
|
+
static equals(a: GetPaidServiceByAdIdRequest | PlainMessage<GetPaidServiceByAdIdRequest> | undefined, b: GetPaidServiceByAdIdRequest | PlainMessage<GetPaidServiceByAdIdRequest> | undefined): boolean;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
/**
|
|
2223
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetPaidServiceByAdIdResponse
|
|
2224
|
+
*/
|
|
2225
|
+
export declare class GetPaidServiceByAdIdResponse extends Message<GetPaidServiceByAdIdResponse> {
|
|
2226
|
+
/**
|
|
2227
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.PaidServiceByAdId data = 1;
|
|
2228
|
+
*/
|
|
2229
|
+
data: PaidServiceByAdId[];
|
|
2230
|
+
|
|
2231
|
+
constructor(data?: PartialMessage<GetPaidServiceByAdIdResponse>);
|
|
2232
|
+
|
|
2233
|
+
static readonly runtime: typeof proto3;
|
|
2234
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetPaidServiceByAdIdResponse";
|
|
2235
|
+
static readonly fields: FieldList;
|
|
2236
|
+
|
|
2237
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPaidServiceByAdIdResponse;
|
|
2238
|
+
|
|
2239
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPaidServiceByAdIdResponse;
|
|
2240
|
+
|
|
2241
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPaidServiceByAdIdResponse;
|
|
2242
|
+
|
|
2243
|
+
static equals(a: GetPaidServiceByAdIdResponse | PlainMessage<GetPaidServiceByAdIdResponse> | undefined, b: GetPaidServiceByAdIdResponse | PlainMessage<GetPaidServiceByAdIdResponse> | undefined): boolean;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
/**
|
|
2247
|
+
* @generated from message ct_logic_uni_rev_order.v1.PaidServiceByAdId
|
|
2248
|
+
*/
|
|
2249
|
+
export declare class PaidServiceByAdId extends Message<PaidServiceByAdId> {
|
|
2250
|
+
/**
|
|
2251
|
+
* @generated from field: ct_logic_uni_rev_order.v1.PaidServiceId id = 1;
|
|
2252
|
+
*/
|
|
2253
|
+
id?: PaidServiceId;
|
|
2254
|
+
|
|
2255
|
+
/**
|
|
2256
|
+
* @generated from field: repeated string service_type = 2;
|
|
2257
|
+
*/
|
|
2258
|
+
serviceType: string[];
|
|
2259
|
+
|
|
2260
|
+
constructor(data?: PartialMessage<PaidServiceByAdId>);
|
|
2261
|
+
|
|
2262
|
+
static readonly runtime: typeof proto3;
|
|
2263
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.PaidServiceByAdId";
|
|
2264
|
+
static readonly fields: FieldList;
|
|
2265
|
+
|
|
2266
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaidServiceByAdId;
|
|
2267
|
+
|
|
2268
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaidServiceByAdId;
|
|
2269
|
+
|
|
2270
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaidServiceByAdId;
|
|
2271
|
+
|
|
2272
|
+
static equals(a: PaidServiceByAdId | PlainMessage<PaidServiceByAdId> | undefined, b: PaidServiceByAdId | PlainMessage<PaidServiceByAdId> | undefined): boolean;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
/**
|
|
2276
|
+
* @generated from message ct_logic_uni_rev_order.v1.PaidServiceId
|
|
2277
|
+
*/
|
|
2278
|
+
export declare class PaidServiceId extends Message<PaidServiceId> {
|
|
2279
|
+
/**
|
|
2280
|
+
* @generated from field: string paid_date = 1;
|
|
2281
|
+
*/
|
|
2282
|
+
paidDate: string;
|
|
2283
|
+
|
|
2284
|
+
constructor(data?: PartialMessage<PaidServiceId>);
|
|
2285
|
+
|
|
2286
|
+
static readonly runtime: typeof proto3;
|
|
2287
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.PaidServiceId";
|
|
2288
|
+
static readonly fields: FieldList;
|
|
2289
|
+
|
|
2290
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaidServiceId;
|
|
2291
|
+
|
|
2292
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaidServiceId;
|
|
2293
|
+
|
|
2294
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaidServiceId;
|
|
2295
|
+
|
|
2296
|
+
static equals(a: PaidServiceId | PlainMessage<PaidServiceId> | undefined, b: PaidServiceId | PlainMessage<PaidServiceId> | undefined): boolean;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
/**
|
|
2300
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderByTransactionIdRequest
|
|
2301
|
+
*/
|
|
2302
|
+
export declare class GetOrderByTransactionIdRequest extends Message<GetOrderByTransactionIdRequest> {
|
|
2303
|
+
/**
|
|
2304
|
+
* @generated from field: int64 account_id = 1;
|
|
2305
|
+
*/
|
|
2306
|
+
accountId: bigint;
|
|
2307
|
+
|
|
2308
|
+
/**
|
|
2309
|
+
* @generated from field: string payment_method = 2;
|
|
2310
|
+
*/
|
|
2311
|
+
paymentMethod: string;
|
|
2312
|
+
|
|
2313
|
+
/**
|
|
2314
|
+
* @generated from field: string transaction_id = 3;
|
|
2315
|
+
*/
|
|
2316
|
+
transactionId: string;
|
|
2317
|
+
|
|
2318
|
+
constructor(data?: PartialMessage<GetOrderByTransactionIdRequest>);
|
|
2319
|
+
|
|
2320
|
+
static readonly runtime: typeof proto3;
|
|
2321
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderByTransactionIdRequest";
|
|
2322
|
+
static readonly fields: FieldList;
|
|
2323
|
+
|
|
2324
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderByTransactionIdRequest;
|
|
2325
|
+
|
|
2326
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderByTransactionIdRequest;
|
|
2327
|
+
|
|
2328
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderByTransactionIdRequest;
|
|
2329
|
+
|
|
2330
|
+
static equals(a: GetOrderByTransactionIdRequest | PlainMessage<GetOrderByTransactionIdRequest> | undefined, b: GetOrderByTransactionIdRequest | PlainMessage<GetOrderByTransactionIdRequest> | undefined): boolean;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
/**
|
|
2334
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderByTransactionIdResponse
|
|
2335
|
+
*/
|
|
2336
|
+
export declare class GetOrderByTransactionIdResponse extends Message<GetOrderByTransactionIdResponse> {
|
|
2337
|
+
/**
|
|
2338
|
+
* @generated from field: int64 order_id = 1;
|
|
2339
|
+
*/
|
|
2340
|
+
orderId: bigint;
|
|
2341
|
+
|
|
2342
|
+
/**
|
|
2343
|
+
* @generated from field: string status = 2;
|
|
2344
|
+
*/
|
|
2345
|
+
status: string;
|
|
2346
|
+
|
|
2347
|
+
/**
|
|
2348
|
+
* @generated from field: int64 value = 3;
|
|
2349
|
+
*/
|
|
2350
|
+
value: bigint;
|
|
2351
|
+
|
|
2352
|
+
constructor(data?: PartialMessage<GetOrderByTransactionIdResponse>);
|
|
2353
|
+
|
|
2354
|
+
static readonly runtime: typeof proto3;
|
|
2355
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderByTransactionIdResponse";
|
|
2356
|
+
static readonly fields: FieldList;
|
|
2357
|
+
|
|
2358
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderByTransactionIdResponse;
|
|
2359
|
+
|
|
2360
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderByTransactionIdResponse;
|
|
2361
|
+
|
|
2362
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderByTransactionIdResponse;
|
|
2363
|
+
|
|
2364
|
+
static equals(a: GetOrderByTransactionIdResponse | PlainMessage<GetOrderByTransactionIdResponse> | undefined, b: GetOrderByTransactionIdResponse | PlainMessage<GetOrderByTransactionIdResponse> | undefined): boolean;
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
/**
|
|
2368
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryPFsCountRequest
|
|
2369
|
+
*/
|
|
2370
|
+
export declare class GetOrderHistoryPFsCountRequest extends Message<GetOrderHistoryPFsCountRequest> {
|
|
2371
|
+
/**
|
|
2372
|
+
* @generated from field: repeated int64 account_ids = 1;
|
|
2373
|
+
*/
|
|
2374
|
+
accountIds: bigint[];
|
|
2375
|
+
|
|
2376
|
+
/**
|
|
2377
|
+
* @generated from field: repeated int64 category_ids = 2;
|
|
2378
|
+
*/
|
|
2379
|
+
categoryIds: bigint[];
|
|
2380
|
+
|
|
2381
|
+
/**
|
|
2382
|
+
* @generated from field: repeated string service_types = 3;
|
|
2383
|
+
*/
|
|
2384
|
+
serviceTypes: string[];
|
|
2385
|
+
|
|
2386
|
+
/**
|
|
2387
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
2388
|
+
*/
|
|
2389
|
+
createdAt?: Timestamp;
|
|
2390
|
+
|
|
2391
|
+
/**
|
|
2392
|
+
* @generated from field: repeated string order_statuses = 6;
|
|
2393
|
+
*/
|
|
2394
|
+
orderStatuses: string[];
|
|
2395
|
+
|
|
2396
|
+
constructor(data?: PartialMessage<GetOrderHistoryPFsCountRequest>);
|
|
2397
|
+
|
|
2398
|
+
static readonly runtime: typeof proto3;
|
|
2399
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryPFsCountRequest";
|
|
2400
|
+
static readonly fields: FieldList;
|
|
2401
|
+
|
|
2402
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryPFsCountRequest;
|
|
2403
|
+
|
|
2404
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryPFsCountRequest;
|
|
2405
|
+
|
|
2406
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryPFsCountRequest;
|
|
2407
|
+
|
|
2408
|
+
static equals(a: GetOrderHistoryPFsCountRequest | PlainMessage<GetOrderHistoryPFsCountRequest> | undefined, b: GetOrderHistoryPFsCountRequest | PlainMessage<GetOrderHistoryPFsCountRequest> | undefined): boolean;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
/**
|
|
2412
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryPFsCountResponse
|
|
2413
|
+
*/
|
|
2414
|
+
export declare class GetOrderHistoryPFsCountResponse extends Message<GetOrderHistoryPFsCountResponse> {
|
|
2415
|
+
/**
|
|
2416
|
+
* map of account_id
|
|
2417
|
+
*
|
|
2418
|
+
* @generated from field: map<int64, ct_logic_uni_rev_order.v1.GetOrderHistoryPFsCountMsg> result = 1;
|
|
2419
|
+
*/
|
|
2420
|
+
result: { [key: string]: GetOrderHistoryPFsCountMsg };
|
|
2421
|
+
|
|
2422
|
+
constructor(data?: PartialMessage<GetOrderHistoryPFsCountResponse>);
|
|
2423
|
+
|
|
2424
|
+
static readonly runtime: typeof proto3;
|
|
2425
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryPFsCountResponse";
|
|
2426
|
+
static readonly fields: FieldList;
|
|
2427
|
+
|
|
2428
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryPFsCountResponse;
|
|
2429
|
+
|
|
2430
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryPFsCountResponse;
|
|
2431
|
+
|
|
2432
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryPFsCountResponse;
|
|
2433
|
+
|
|
2434
|
+
static equals(a: GetOrderHistoryPFsCountResponse | PlainMessage<GetOrderHistoryPFsCountResponse> | undefined, b: GetOrderHistoryPFsCountResponse | PlainMessage<GetOrderHistoryPFsCountResponse> | undefined): boolean;
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
/**
|
|
2438
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryPFsCountMsg
|
|
2439
|
+
*/
|
|
2440
|
+
export declare class GetOrderHistoryPFsCountMsg extends Message<GetOrderHistoryPFsCountMsg> {
|
|
2441
|
+
/**
|
|
2442
|
+
* @generated from field: int64 count = 1;
|
|
2443
|
+
*/
|
|
2444
|
+
count: bigint;
|
|
2445
|
+
|
|
2446
|
+
/**
|
|
2447
|
+
* @generated from field: google.protobuf.Timestamp latest_created_time = 2;
|
|
2448
|
+
*/
|
|
2449
|
+
latestCreatedTime?: Timestamp;
|
|
2450
|
+
|
|
2451
|
+
constructor(data?: PartialMessage<GetOrderHistoryPFsCountMsg>);
|
|
2452
|
+
|
|
2453
|
+
static readonly runtime: typeof proto3;
|
|
2454
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryPFsCountMsg";
|
|
2455
|
+
static readonly fields: FieldList;
|
|
2456
|
+
|
|
2457
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryPFsCountMsg;
|
|
2458
|
+
|
|
2459
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryPFsCountMsg;
|
|
2460
|
+
|
|
2461
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryPFsCountMsg;
|
|
2462
|
+
|
|
2463
|
+
static equals(a: GetOrderHistoryPFsCountMsg | PlainMessage<GetOrderHistoryPFsCountMsg> | undefined, b: GetOrderHistoryPFsCountMsg | PlainMessage<GetOrderHistoryPFsCountMsg> | undefined): boolean;
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
/**
|
|
2467
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryShopOrdersRequest
|
|
2468
|
+
*/
|
|
2469
|
+
export declare class GetOrderHistoryShopOrdersRequest extends Message<GetOrderHistoryShopOrdersRequest> {
|
|
2470
|
+
/**
|
|
2471
|
+
* @generated from field: int64 account_id = 1;
|
|
2472
|
+
*/
|
|
2473
|
+
accountId: bigint;
|
|
2474
|
+
|
|
2475
|
+
/**
|
|
2476
|
+
* one of: paid, closed
|
|
2477
|
+
*
|
|
2478
|
+
* @generated from field: repeated string order_statuses = 2;
|
|
2479
|
+
*/
|
|
2480
|
+
orderStatuses: string[];
|
|
2481
|
+
|
|
2482
|
+
/**
|
|
2483
|
+
* shop_create or shop_extend
|
|
2484
|
+
*
|
|
2485
|
+
* @generated from field: repeated string service_types = 3;
|
|
2486
|
+
*/
|
|
2487
|
+
serviceTypes: string[];
|
|
2488
|
+
|
|
2489
|
+
/**
|
|
2490
|
+
* required for shop_create
|
|
2491
|
+
*
|
|
2492
|
+
* @generated from field: repeated int64 category_ids = 4;
|
|
2493
|
+
*/
|
|
2494
|
+
categoryIds: bigint[];
|
|
2495
|
+
|
|
2496
|
+
/**
|
|
2497
|
+
* required for shop_extend
|
|
2498
|
+
*
|
|
2499
|
+
* @generated from field: string shop_alias = 5;
|
|
2500
|
+
*/
|
|
2501
|
+
shopAlias: string;
|
|
2502
|
+
|
|
2503
|
+
/**
|
|
2504
|
+
* default 20
|
|
2505
|
+
*
|
|
2506
|
+
* @generated from field: int64 limit = 6;
|
|
2507
|
+
*/
|
|
2508
|
+
limit: bigint;
|
|
2509
|
+
|
|
2510
|
+
/**
|
|
2511
|
+
* default 0
|
|
2512
|
+
*
|
|
2513
|
+
* @generated from field: int64 offset = 7;
|
|
2514
|
+
*/
|
|
2515
|
+
offset: bigint;
|
|
2516
|
+
|
|
2517
|
+
constructor(data?: PartialMessage<GetOrderHistoryShopOrdersRequest>);
|
|
2518
|
+
|
|
2519
|
+
static readonly runtime: typeof proto3;
|
|
2520
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryShopOrdersRequest";
|
|
2521
|
+
static readonly fields: FieldList;
|
|
2522
|
+
|
|
2523
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryShopOrdersRequest;
|
|
2524
|
+
|
|
2525
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryShopOrdersRequest;
|
|
2526
|
+
|
|
2527
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryShopOrdersRequest;
|
|
2528
|
+
|
|
2529
|
+
static equals(a: GetOrderHistoryShopOrdersRequest | PlainMessage<GetOrderHistoryShopOrdersRequest> | undefined, b: GetOrderHistoryShopOrdersRequest | PlainMessage<GetOrderHistoryShopOrdersRequest> | undefined): boolean;
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
/**
|
|
2533
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryShopOrdersResponse
|
|
2534
|
+
*/
|
|
2535
|
+
export declare class GetOrderHistoryShopOrdersResponse extends Message<GetOrderHistoryShopOrdersResponse> {
|
|
2536
|
+
/**
|
|
2537
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.GetOrderHistoryShopOrderResponse data = 1;
|
|
2538
|
+
*/
|
|
2539
|
+
data: GetOrderHistoryShopOrderResponse[];
|
|
2540
|
+
|
|
2541
|
+
/**
|
|
2542
|
+
* @generated from field: int64 total = 2;
|
|
2543
|
+
*/
|
|
2544
|
+
total: bigint;
|
|
2545
|
+
|
|
2546
|
+
constructor(data?: PartialMessage<GetOrderHistoryShopOrdersResponse>);
|
|
2547
|
+
|
|
2548
|
+
static readonly runtime: typeof proto3;
|
|
2549
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryShopOrdersResponse";
|
|
2550
|
+
static readonly fields: FieldList;
|
|
2551
|
+
|
|
2552
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryShopOrdersResponse;
|
|
2553
|
+
|
|
2554
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryShopOrdersResponse;
|
|
2555
|
+
|
|
2556
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryShopOrdersResponse;
|
|
2557
|
+
|
|
2558
|
+
static equals(a: GetOrderHistoryShopOrdersResponse | PlainMessage<GetOrderHistoryShopOrdersResponse> | undefined, b: GetOrderHistoryShopOrdersResponse | PlainMessage<GetOrderHistoryShopOrdersResponse> | undefined): boolean;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
/**
|
|
2562
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderHistoryShopOrderResponse
|
|
2563
|
+
*/
|
|
2564
|
+
export declare class GetOrderHistoryShopOrderResponse extends Message<GetOrderHistoryShopOrderResponse> {
|
|
2565
|
+
/**
|
|
2566
|
+
* @generated from field: int64 duration = 1;
|
|
2567
|
+
*/
|
|
2568
|
+
duration: bigint;
|
|
2569
|
+
|
|
2570
|
+
/**
|
|
2571
|
+
* @generated from field: google.protobuf.Timestamp created_date = 2;
|
|
2572
|
+
*/
|
|
2573
|
+
createdDate?: Timestamp;
|
|
2574
|
+
|
|
2575
|
+
/**
|
|
2576
|
+
* @generated from field: google.protobuf.Timestamp paid_date = 3;
|
|
2577
|
+
*/
|
|
2578
|
+
paidDate?: Timestamp;
|
|
2579
|
+
|
|
2580
|
+
/**
|
|
2581
|
+
* @generated from field: google.protobuf.Timestamp closed_date = 4;
|
|
2582
|
+
*/
|
|
2583
|
+
closedDate?: Timestamp;
|
|
2584
|
+
|
|
2585
|
+
constructor(data?: PartialMessage<GetOrderHistoryShopOrderResponse>);
|
|
2586
|
+
|
|
2587
|
+
static readonly runtime: typeof proto3;
|
|
2588
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderHistoryShopOrderResponse";
|
|
2589
|
+
static readonly fields: FieldList;
|
|
2590
|
+
|
|
2591
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderHistoryShopOrderResponse;
|
|
2592
|
+
|
|
2593
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderHistoryShopOrderResponse;
|
|
2594
|
+
|
|
2595
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderHistoryShopOrderResponse;
|
|
2596
|
+
|
|
2597
|
+
static equals(a: GetOrderHistoryShopOrderResponse | PlainMessage<GetOrderHistoryShopOrderResponse> | undefined, b: GetOrderHistoryShopOrderResponse | PlainMessage<GetOrderHistoryShopOrderResponse> | undefined): boolean;
|
|
2598
|
+
}
|
|
2599
|
+
|