@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,2120 @@
|
|
|
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/paid_product_order.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, Struct, Timestamp } from "@bufbuild/protobuf";
|
|
9
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
10
|
+
import type { ActionParam } from "./order_entities_pb.js";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreatePaidProductOrderRequest
|
|
14
|
+
*/
|
|
15
|
+
export declare class CreatePaidProductOrderRequest extends Message<CreatePaidProductOrderRequest> {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: int64 account_id = 1;
|
|
18
|
+
*/
|
|
19
|
+
accountId: bigint;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @generated from field: string source = 2;
|
|
23
|
+
*/
|
|
24
|
+
source: string;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @generated from field: google.protobuf.Timestamp payment_expired_at = 3;
|
|
28
|
+
*/
|
|
29
|
+
paymentExpiredAt?: Timestamp;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.PaidProductOrderServiceRequest services = 4;
|
|
33
|
+
*/
|
|
34
|
+
services: PaidProductOrderServiceRequest[];
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* optional, metadata for this action of order_creation
|
|
38
|
+
*
|
|
39
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ActionParam action_params = 5;
|
|
40
|
+
*/
|
|
41
|
+
actionParams: ActionParam[];
|
|
42
|
+
|
|
43
|
+
constructor(data?: PartialMessage<CreatePaidProductOrderRequest>);
|
|
44
|
+
|
|
45
|
+
static readonly runtime: typeof proto3;
|
|
46
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreatePaidProductOrderRequest";
|
|
47
|
+
static readonly fields: FieldList;
|
|
48
|
+
|
|
49
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePaidProductOrderRequest;
|
|
50
|
+
|
|
51
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePaidProductOrderRequest;
|
|
52
|
+
|
|
53
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePaidProductOrderRequest;
|
|
54
|
+
|
|
55
|
+
static equals(a: CreatePaidProductOrderRequest | PlainMessage<CreatePaidProductOrderRequest> | undefined, b: CreatePaidProductOrderRequest | PlainMessage<CreatePaidProductOrderRequest> | undefined): boolean;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from message ct_logic_uni_rev_order.v1.PaidProductOrderServiceRequest
|
|
60
|
+
*/
|
|
61
|
+
export declare class PaidProductOrderServiceRequest extends Message<PaidProductOrderServiceRequest> {
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: string type = 1;
|
|
64
|
+
*/
|
|
65
|
+
type: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @generated from field: int64 ad_id = 2;
|
|
69
|
+
*/
|
|
70
|
+
adId: bigint;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from field: int64 price = 3;
|
|
74
|
+
*/
|
|
75
|
+
price: bigint;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* send back to vertical when payment success
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: string service_params = 4;
|
|
81
|
+
*/
|
|
82
|
+
serviceParams: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* required for delivery type unit (opposite duration)
|
|
86
|
+
*
|
|
87
|
+
* @generated from field: int64 total_quantity_fulfillment = 5;
|
|
88
|
+
*/
|
|
89
|
+
totalQuantityFulfillment: bigint;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* html format to show on order detail page
|
|
93
|
+
*
|
|
94
|
+
* @generated from field: string service_description = 6;
|
|
95
|
+
*/
|
|
96
|
+
serviceDescription: string;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @generated from field: int64 duration_seconds = 7;
|
|
100
|
+
*/
|
|
101
|
+
durationSeconds: bigint;
|
|
102
|
+
|
|
103
|
+
constructor(data?: PartialMessage<PaidProductOrderServiceRequest>);
|
|
104
|
+
|
|
105
|
+
static readonly runtime: typeof proto3;
|
|
106
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.PaidProductOrderServiceRequest";
|
|
107
|
+
static readonly fields: FieldList;
|
|
108
|
+
|
|
109
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaidProductOrderServiceRequest;
|
|
110
|
+
|
|
111
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaidProductOrderServiceRequest;
|
|
112
|
+
|
|
113
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaidProductOrderServiceRequest;
|
|
114
|
+
|
|
115
|
+
static equals(a: PaidProductOrderServiceRequest | PlainMessage<PaidProductOrderServiceRequest> | undefined, b: PaidProductOrderServiceRequest | PlainMessage<PaidProductOrderServiceRequest> | undefined): boolean;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse
|
|
120
|
+
*/
|
|
121
|
+
export declare class CreatePaidProductOrderResponse extends Message<CreatePaidProductOrderResponse> {
|
|
122
|
+
/**
|
|
123
|
+
* @generated from field: string status = 1;
|
|
124
|
+
*/
|
|
125
|
+
status: string;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @generated from field: int64 order_id = 2;
|
|
129
|
+
*/
|
|
130
|
+
orderId: bigint;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from field: string payment_code = 3;
|
|
134
|
+
*/
|
|
135
|
+
paymentCode: string;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderCheckoutUrl checkout_urls = 4;
|
|
139
|
+
*/
|
|
140
|
+
checkoutUrls?: CreatePaidProductOrderCheckoutUrl;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.CreatePaidProductOrderServiceResponse services = 5;
|
|
144
|
+
*/
|
|
145
|
+
services: CreatePaidProductOrderServiceResponse[];
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: int64 value = 6;
|
|
149
|
+
*/
|
|
150
|
+
value: bigint;
|
|
151
|
+
|
|
152
|
+
constructor(data?: PartialMessage<CreatePaidProductOrderResponse>);
|
|
153
|
+
|
|
154
|
+
static readonly runtime: typeof proto3;
|
|
155
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse";
|
|
156
|
+
static readonly fields: FieldList;
|
|
157
|
+
|
|
158
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePaidProductOrderResponse;
|
|
159
|
+
|
|
160
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePaidProductOrderResponse;
|
|
161
|
+
|
|
162
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePaidProductOrderResponse;
|
|
163
|
+
|
|
164
|
+
static equals(a: CreatePaidProductOrderResponse | PlainMessage<CreatePaidProductOrderResponse> | undefined, b: CreatePaidProductOrderResponse | PlainMessage<CreatePaidProductOrderResponse> | undefined): boolean;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreatePaidProductOrderServiceResponse
|
|
169
|
+
*/
|
|
170
|
+
export declare class CreatePaidProductOrderServiceResponse extends Message<CreatePaidProductOrderServiceResponse> {
|
|
171
|
+
/**
|
|
172
|
+
* @generated from field: int64 service_id = 1;
|
|
173
|
+
*/
|
|
174
|
+
serviceId: bigint;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* @generated from field: string type = 2;
|
|
178
|
+
*/
|
|
179
|
+
type: string;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @generated from field: int64 price = 3;
|
|
183
|
+
*/
|
|
184
|
+
price: bigint;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* @generated from field: int64 ad_id = 4;
|
|
188
|
+
*/
|
|
189
|
+
adId: bigint;
|
|
190
|
+
|
|
191
|
+
constructor(data?: PartialMessage<CreatePaidProductOrderServiceResponse>);
|
|
192
|
+
|
|
193
|
+
static readonly runtime: typeof proto3;
|
|
194
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreatePaidProductOrderServiceResponse";
|
|
195
|
+
static readonly fields: FieldList;
|
|
196
|
+
|
|
197
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePaidProductOrderServiceResponse;
|
|
198
|
+
|
|
199
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePaidProductOrderServiceResponse;
|
|
200
|
+
|
|
201
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePaidProductOrderServiceResponse;
|
|
202
|
+
|
|
203
|
+
static equals(a: CreatePaidProductOrderServiceResponse | PlainMessage<CreatePaidProductOrderServiceResponse> | undefined, b: CreatePaidProductOrderServiceResponse | PlainMessage<CreatePaidProductOrderServiceResponse> | undefined): boolean;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreatePaidProductOrderCheckoutUrl
|
|
208
|
+
*/
|
|
209
|
+
export declare class CreatePaidProductOrderCheckoutUrl extends Message<CreatePaidProductOrderCheckoutUrl> {
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: string web = 1;
|
|
212
|
+
*/
|
|
213
|
+
web: string;
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* @generated from field: string android = 2;
|
|
217
|
+
*/
|
|
218
|
+
android: string;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* @generated from field: string ios = 3;
|
|
222
|
+
*/
|
|
223
|
+
ios: string;
|
|
224
|
+
|
|
225
|
+
constructor(data?: PartialMessage<CreatePaidProductOrderCheckoutUrl>);
|
|
226
|
+
|
|
227
|
+
static readonly runtime: typeof proto3;
|
|
228
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreatePaidProductOrderCheckoutUrl";
|
|
229
|
+
static readonly fields: FieldList;
|
|
230
|
+
|
|
231
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePaidProductOrderCheckoutUrl;
|
|
232
|
+
|
|
233
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePaidProductOrderCheckoutUrl;
|
|
234
|
+
|
|
235
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePaidProductOrderCheckoutUrl;
|
|
236
|
+
|
|
237
|
+
static equals(a: CreatePaidProductOrderCheckoutUrl | PlainMessage<CreatePaidProductOrderCheckoutUrl> | undefined, b: CreatePaidProductOrderCheckoutUrl | PlainMessage<CreatePaidProductOrderCheckoutUrl> | undefined): boolean;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* @generated from message ct_logic_uni_rev_order.v1.AttemptToPayOrderRequest
|
|
242
|
+
*/
|
|
243
|
+
export declare class AttemptToPayOrderRequest extends Message<AttemptToPayOrderRequest> {
|
|
244
|
+
/**
|
|
245
|
+
* @generated from field: string payment_code = 1;
|
|
246
|
+
*/
|
|
247
|
+
paymentCode: string;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: int64 order_id = 2;
|
|
251
|
+
*/
|
|
252
|
+
orderId: bigint;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @generated from field: int64 account_id = 3;
|
|
256
|
+
*/
|
|
257
|
+
accountId: bigint;
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string payment_type = 4;
|
|
261
|
+
*/
|
|
262
|
+
paymentType: string;
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from field: string bank_id = 5;
|
|
266
|
+
*/
|
|
267
|
+
bankId: string;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: int64 payment_attempt_id = 6;
|
|
271
|
+
*/
|
|
272
|
+
paymentAttemptId: bigint;
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* order_id passed to Vendor
|
|
276
|
+
*
|
|
277
|
+
* @generated from field: string vendor_order_id = 7;
|
|
278
|
+
*/
|
|
279
|
+
vendorOrderId: string;
|
|
280
|
+
|
|
281
|
+
constructor(data?: PartialMessage<AttemptToPayOrderRequest>);
|
|
282
|
+
|
|
283
|
+
static readonly runtime: typeof proto3;
|
|
284
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.AttemptToPayOrderRequest";
|
|
285
|
+
static readonly fields: FieldList;
|
|
286
|
+
|
|
287
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttemptToPayOrderRequest;
|
|
288
|
+
|
|
289
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttemptToPayOrderRequest;
|
|
290
|
+
|
|
291
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttemptToPayOrderRequest;
|
|
292
|
+
|
|
293
|
+
static equals(a: AttemptToPayOrderRequest | PlainMessage<AttemptToPayOrderRequest> | undefined, b: AttemptToPayOrderRequest | PlainMessage<AttemptToPayOrderRequest> | undefined): boolean;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* @generated from message ct_logic_uni_rev_order.v1.AttemptToPayOrderResponse
|
|
298
|
+
*/
|
|
299
|
+
export declare class AttemptToPayOrderResponse extends Message<AttemptToPayOrderResponse> {
|
|
300
|
+
constructor(data?: PartialMessage<AttemptToPayOrderResponse>);
|
|
301
|
+
|
|
302
|
+
static readonly runtime: typeof proto3;
|
|
303
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.AttemptToPayOrderResponse";
|
|
304
|
+
static readonly fields: FieldList;
|
|
305
|
+
|
|
306
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AttemptToPayOrderResponse;
|
|
307
|
+
|
|
308
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AttemptToPayOrderResponse;
|
|
309
|
+
|
|
310
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AttemptToPayOrderResponse;
|
|
311
|
+
|
|
312
|
+
static equals(a: AttemptToPayOrderResponse | PlainMessage<AttemptToPayOrderResponse> | undefined, b: AttemptToPayOrderResponse | PlainMessage<AttemptToPayOrderResponse> | undefined): boolean;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* @generated from message ct_logic_uni_rev_order.v1.CancelPendingPaymentOrderRequest
|
|
317
|
+
*/
|
|
318
|
+
export declare class CancelPendingPaymentOrderRequest extends Message<CancelPendingPaymentOrderRequest> {
|
|
319
|
+
/**
|
|
320
|
+
* @generated from field: string payment_code = 1;
|
|
321
|
+
*/
|
|
322
|
+
paymentCode: string;
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* @generated from field: int64 order_id = 2;
|
|
326
|
+
*/
|
|
327
|
+
orderId: bigint;
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* @generated from field: int64 account_id = 3;
|
|
331
|
+
*/
|
|
332
|
+
accountId: bigint;
|
|
333
|
+
|
|
334
|
+
constructor(data?: PartialMessage<CancelPendingPaymentOrderRequest>);
|
|
335
|
+
|
|
336
|
+
static readonly runtime: typeof proto3;
|
|
337
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CancelPendingPaymentOrderRequest";
|
|
338
|
+
static readonly fields: FieldList;
|
|
339
|
+
|
|
340
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelPendingPaymentOrderRequest;
|
|
341
|
+
|
|
342
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelPendingPaymentOrderRequest;
|
|
343
|
+
|
|
344
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelPendingPaymentOrderRequest;
|
|
345
|
+
|
|
346
|
+
static equals(a: CancelPendingPaymentOrderRequest | PlainMessage<CancelPendingPaymentOrderRequest> | undefined, b: CancelPendingPaymentOrderRequest | PlainMessage<CancelPendingPaymentOrderRequest> | undefined): boolean;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* @generated from message ct_logic_uni_rev_order.v1.CancelPendingPaymentOrderResponse
|
|
351
|
+
*/
|
|
352
|
+
export declare class CancelPendingPaymentOrderResponse extends Message<CancelPendingPaymentOrderResponse> {
|
|
353
|
+
constructor(data?: PartialMessage<CancelPendingPaymentOrderResponse>);
|
|
354
|
+
|
|
355
|
+
static readonly runtime: typeof proto3;
|
|
356
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CancelPendingPaymentOrderResponse";
|
|
357
|
+
static readonly fields: FieldList;
|
|
358
|
+
|
|
359
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelPendingPaymentOrderResponse;
|
|
360
|
+
|
|
361
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelPendingPaymentOrderResponse;
|
|
362
|
+
|
|
363
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelPendingPaymentOrderResponse;
|
|
364
|
+
|
|
365
|
+
static equals(a: CancelPendingPaymentOrderResponse | PlainMessage<CancelPendingPaymentOrderResponse> | undefined, b: CancelPendingPaymentOrderResponse | PlainMessage<CancelPendingPaymentOrderResponse> | undefined): boolean;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* @generated from message ct_logic_uni_rev_order.v1.ValidatePayableOrderRequest
|
|
370
|
+
*/
|
|
371
|
+
export declare class ValidatePayableOrderRequest extends Message<ValidatePayableOrderRequest> {
|
|
372
|
+
/**
|
|
373
|
+
* @generated from field: string payment_code = 1;
|
|
374
|
+
*/
|
|
375
|
+
paymentCode: string;
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: int64 order_id = 2;
|
|
379
|
+
*/
|
|
380
|
+
orderId: bigint;
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: int64 account_id = 3;
|
|
384
|
+
*/
|
|
385
|
+
accountId: bigint;
|
|
386
|
+
|
|
387
|
+
constructor(data?: PartialMessage<ValidatePayableOrderRequest>);
|
|
388
|
+
|
|
389
|
+
static readonly runtime: typeof proto3;
|
|
390
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ValidatePayableOrderRequest";
|
|
391
|
+
static readonly fields: FieldList;
|
|
392
|
+
|
|
393
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidatePayableOrderRequest;
|
|
394
|
+
|
|
395
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidatePayableOrderRequest;
|
|
396
|
+
|
|
397
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidatePayableOrderRequest;
|
|
398
|
+
|
|
399
|
+
static equals(a: ValidatePayableOrderRequest | PlainMessage<ValidatePayableOrderRequest> | undefined, b: ValidatePayableOrderRequest | PlainMessage<ValidatePayableOrderRequest> | undefined): boolean;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* @generated from message ct_logic_uni_rev_order.v1.ValidatePayableOrderResponse
|
|
404
|
+
*/
|
|
405
|
+
export declare class ValidatePayableOrderResponse extends Message<ValidatePayableOrderResponse> {
|
|
406
|
+
constructor(data?: PartialMessage<ValidatePayableOrderResponse>);
|
|
407
|
+
|
|
408
|
+
static readonly runtime: typeof proto3;
|
|
409
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ValidatePayableOrderResponse";
|
|
410
|
+
static readonly fields: FieldList;
|
|
411
|
+
|
|
412
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidatePayableOrderResponse;
|
|
413
|
+
|
|
414
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidatePayableOrderResponse;
|
|
415
|
+
|
|
416
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidatePayableOrderResponse;
|
|
417
|
+
|
|
418
|
+
static equals(a: ValidatePayableOrderResponse | PlainMessage<ValidatePayableOrderResponse> | undefined, b: ValidatePayableOrderResponse | PlainMessage<ValidatePayableOrderResponse> | undefined): boolean;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* @generated from message ct_logic_uni_rev_order.v1.ValidateServicesInPurchaseRequest
|
|
423
|
+
*/
|
|
424
|
+
export declare class ValidateServicesInPurchaseRequest extends Message<ValidateServicesInPurchaseRequest> {
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: int64 account_id = 1;
|
|
427
|
+
*/
|
|
428
|
+
accountId: bigint;
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ServiceInPurchase services = 2;
|
|
432
|
+
*/
|
|
433
|
+
services: ServiceInPurchase[];
|
|
434
|
+
|
|
435
|
+
constructor(data?: PartialMessage<ValidateServicesInPurchaseRequest>);
|
|
436
|
+
|
|
437
|
+
static readonly runtime: typeof proto3;
|
|
438
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ValidateServicesInPurchaseRequest";
|
|
439
|
+
static readonly fields: FieldList;
|
|
440
|
+
|
|
441
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidateServicesInPurchaseRequest;
|
|
442
|
+
|
|
443
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidateServicesInPurchaseRequest;
|
|
444
|
+
|
|
445
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidateServicesInPurchaseRequest;
|
|
446
|
+
|
|
447
|
+
static equals(a: ValidateServicesInPurchaseRequest | PlainMessage<ValidateServicesInPurchaseRequest> | undefined, b: ValidateServicesInPurchaseRequest | PlainMessage<ValidateServicesInPurchaseRequest> | undefined): boolean;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* @generated from message ct_logic_uni_rev_order.v1.ServiceInPurchase
|
|
452
|
+
*/
|
|
453
|
+
export declare class ServiceInPurchase extends Message<ServiceInPurchase> {
|
|
454
|
+
/**
|
|
455
|
+
* @generated from field: string service_type = 1;
|
|
456
|
+
*/
|
|
457
|
+
serviceType: string;
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* @generated from field: int64 ad_id = 2;
|
|
461
|
+
*/
|
|
462
|
+
adId: bigint;
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* @generated from field: int64 price = 3;
|
|
466
|
+
*/
|
|
467
|
+
price: bigint;
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* @generated from field: string service_params = 4;
|
|
471
|
+
*/
|
|
472
|
+
serviceParams: string;
|
|
473
|
+
|
|
474
|
+
constructor(data?: PartialMessage<ServiceInPurchase>);
|
|
475
|
+
|
|
476
|
+
static readonly runtime: typeof proto3;
|
|
477
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ServiceInPurchase";
|
|
478
|
+
static readonly fields: FieldList;
|
|
479
|
+
|
|
480
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServiceInPurchase;
|
|
481
|
+
|
|
482
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServiceInPurchase;
|
|
483
|
+
|
|
484
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServiceInPurchase;
|
|
485
|
+
|
|
486
|
+
static equals(a: ServiceInPurchase | PlainMessage<ServiceInPurchase> | undefined, b: ServiceInPurchase | PlainMessage<ServiceInPurchase> | undefined): boolean;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* @generated from message ct_logic_uni_rev_order.v1.ValidateServicesInPurchaseResponse
|
|
491
|
+
*/
|
|
492
|
+
export declare class ValidateServicesInPurchaseResponse extends Message<ValidateServicesInPurchaseResponse> {
|
|
493
|
+
/**
|
|
494
|
+
* @generated from field: optional ct_logic_uni_rev_order.v1.WarningPopup warning_popup = 1;
|
|
495
|
+
*/
|
|
496
|
+
warningPopup?: WarningPopup;
|
|
497
|
+
|
|
498
|
+
constructor(data?: PartialMessage<ValidateServicesInPurchaseResponse>);
|
|
499
|
+
|
|
500
|
+
static readonly runtime: typeof proto3;
|
|
501
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ValidateServicesInPurchaseResponse";
|
|
502
|
+
static readonly fields: FieldList;
|
|
503
|
+
|
|
504
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidateServicesInPurchaseResponse;
|
|
505
|
+
|
|
506
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidateServicesInPurchaseResponse;
|
|
507
|
+
|
|
508
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidateServicesInPurchaseResponse;
|
|
509
|
+
|
|
510
|
+
static equals(a: ValidateServicesInPurchaseResponse | PlainMessage<ValidateServicesInPurchaseResponse> | undefined, b: ValidateServicesInPurchaseResponse | PlainMessage<ValidateServicesInPurchaseResponse> | undefined): boolean;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* @generated from message ct_logic_uni_rev_order.v1.WarningPopup
|
|
515
|
+
*/
|
|
516
|
+
export declare class WarningPopup extends Message<WarningPopup> {
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: string warning_type = 1;
|
|
519
|
+
*/
|
|
520
|
+
warningType: string;
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: string content = 2;
|
|
524
|
+
*/
|
|
525
|
+
content: string;
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @generated from field: string return_page = 3;
|
|
529
|
+
*/
|
|
530
|
+
returnPage: string;
|
|
531
|
+
|
|
532
|
+
constructor(data?: PartialMessage<WarningPopup>);
|
|
533
|
+
|
|
534
|
+
static readonly runtime: typeof proto3;
|
|
535
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.WarningPopup";
|
|
536
|
+
static readonly fields: FieldList;
|
|
537
|
+
|
|
538
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WarningPopup;
|
|
539
|
+
|
|
540
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WarningPopup;
|
|
541
|
+
|
|
542
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WarningPopup;
|
|
543
|
+
|
|
544
|
+
static equals(a: WarningPopup | PlainMessage<WarningPopup> | undefined, b: WarningPopup | PlainMessage<WarningPopup> | undefined): boolean;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderInfoCheckoutRequest
|
|
549
|
+
*/
|
|
550
|
+
export declare class GetOrderInfoCheckoutRequest extends Message<GetOrderInfoCheckoutRequest> {
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: string payment_code = 1;
|
|
553
|
+
*/
|
|
554
|
+
paymentCode: string;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @generated from field: int64 account_id = 2;
|
|
558
|
+
*/
|
|
559
|
+
accountId: bigint;
|
|
560
|
+
|
|
561
|
+
constructor(data?: PartialMessage<GetOrderInfoCheckoutRequest>);
|
|
562
|
+
|
|
563
|
+
static readonly runtime: typeof proto3;
|
|
564
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderInfoCheckoutRequest";
|
|
565
|
+
static readonly fields: FieldList;
|
|
566
|
+
|
|
567
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderInfoCheckoutRequest;
|
|
568
|
+
|
|
569
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderInfoCheckoutRequest;
|
|
570
|
+
|
|
571
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderInfoCheckoutRequest;
|
|
572
|
+
|
|
573
|
+
static equals(a: GetOrderInfoCheckoutRequest | PlainMessage<GetOrderInfoCheckoutRequest> | undefined, b: GetOrderInfoCheckoutRequest | PlainMessage<GetOrderInfoCheckoutRequest> | undefined): boolean;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderInfoCheckoutResponse
|
|
578
|
+
*/
|
|
579
|
+
export declare class GetOrderInfoCheckoutResponse extends Message<GetOrderInfoCheckoutResponse> {
|
|
580
|
+
/**
|
|
581
|
+
* @generated from field: int64 order_id = 1;
|
|
582
|
+
*/
|
|
583
|
+
orderId: bigint;
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* @generated from field: int64 value = 2;
|
|
587
|
+
*/
|
|
588
|
+
value: bigint;
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @generated from field: string vertical_creator = 3;
|
|
592
|
+
*/
|
|
593
|
+
verticalCreator: string;
|
|
594
|
+
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderAd ads = 4;
|
|
597
|
+
*/
|
|
598
|
+
ads: OrderAd[];
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderService services = 5;
|
|
602
|
+
*/
|
|
603
|
+
services: OrderService[];
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* @generated from field: string order_type = 6;
|
|
607
|
+
*/
|
|
608
|
+
orderType: string;
|
|
609
|
+
|
|
610
|
+
constructor(data?: PartialMessage<GetOrderInfoCheckoutResponse>);
|
|
611
|
+
|
|
612
|
+
static readonly runtime: typeof proto3;
|
|
613
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderInfoCheckoutResponse";
|
|
614
|
+
static readonly fields: FieldList;
|
|
615
|
+
|
|
616
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderInfoCheckoutResponse;
|
|
617
|
+
|
|
618
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderInfoCheckoutResponse;
|
|
619
|
+
|
|
620
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderInfoCheckoutResponse;
|
|
621
|
+
|
|
622
|
+
static equals(a: GetOrderInfoCheckoutResponse | PlainMessage<GetOrderInfoCheckoutResponse> | undefined, b: GetOrderInfoCheckoutResponse | PlainMessage<GetOrderInfoCheckoutResponse> | undefined): boolean;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderAd
|
|
627
|
+
*/
|
|
628
|
+
export declare class OrderAd extends Message<OrderAd> {
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: int64 ad_id = 1;
|
|
631
|
+
*/
|
|
632
|
+
adId: bigint;
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* @generated from field: string title = 2;
|
|
636
|
+
*/
|
|
637
|
+
title: string;
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* @generated from field: string image = 3;
|
|
641
|
+
*/
|
|
642
|
+
image: string;
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderService services = 4;
|
|
646
|
+
*/
|
|
647
|
+
services: OrderService[];
|
|
648
|
+
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: int64 category_id = 5;
|
|
651
|
+
*/
|
|
652
|
+
categoryId: bigint;
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* @generated from field: string shop_alias = 6;
|
|
656
|
+
*/
|
|
657
|
+
shopAlias: string;
|
|
658
|
+
|
|
659
|
+
constructor(data?: PartialMessage<OrderAd>);
|
|
660
|
+
|
|
661
|
+
static readonly runtime: typeof proto3;
|
|
662
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderAd";
|
|
663
|
+
static readonly fields: FieldList;
|
|
664
|
+
|
|
665
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderAd;
|
|
666
|
+
|
|
667
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderAd;
|
|
668
|
+
|
|
669
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderAd;
|
|
670
|
+
|
|
671
|
+
static equals(a: OrderAd | PlainMessage<OrderAd> | undefined, b: OrderAd | PlainMessage<OrderAd> | undefined): boolean;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderService
|
|
676
|
+
*/
|
|
677
|
+
export declare class OrderService extends Message<OrderService> {
|
|
678
|
+
/**
|
|
679
|
+
* @generated from field: string service_type = 1;
|
|
680
|
+
*/
|
|
681
|
+
serviceType: string;
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* @generated from field: string service_name = 2;
|
|
685
|
+
*/
|
|
686
|
+
serviceName: string;
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* @generated from field: string service_params = 3;
|
|
690
|
+
*/
|
|
691
|
+
serviceParams: string;
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* @generated from field: string paid_product_metadata = 4;
|
|
695
|
+
*/
|
|
696
|
+
paidProductMetadata: string;
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* @generated from field: string paid_product_image_url = 5;
|
|
700
|
+
*/
|
|
701
|
+
paidProductImageUrl: string;
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: int64 price = 6;
|
|
705
|
+
*/
|
|
706
|
+
price: bigint;
|
|
707
|
+
|
|
708
|
+
/**
|
|
709
|
+
* @generated from field: ct_logic_uni_rev_order.v1.OrderServiceDeliveryInfo delivery_info = 7;
|
|
710
|
+
*/
|
|
711
|
+
deliveryInfo?: OrderServiceDeliveryInfo;
|
|
712
|
+
|
|
713
|
+
constructor(data?: PartialMessage<OrderService>);
|
|
714
|
+
|
|
715
|
+
static readonly runtime: typeof proto3;
|
|
716
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderService";
|
|
717
|
+
static readonly fields: FieldList;
|
|
718
|
+
|
|
719
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderService;
|
|
720
|
+
|
|
721
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderService;
|
|
722
|
+
|
|
723
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderService;
|
|
724
|
+
|
|
725
|
+
static equals(a: OrderService | PlainMessage<OrderService> | undefined, b: OrderService | PlainMessage<OrderService> | undefined): boolean;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderServiceDeliveryInfo
|
|
730
|
+
*/
|
|
731
|
+
export declare class OrderServiceDeliveryInfo extends Message<OrderServiceDeliveryInfo> {
|
|
732
|
+
/**
|
|
733
|
+
* @generated from field: string duration_name = 1;
|
|
734
|
+
*/
|
|
735
|
+
durationName: string;
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* @generated from field: string unit_name = 2;
|
|
739
|
+
*/
|
|
740
|
+
unitName: string;
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
* @generated from field: int64 duration_seconds = 3;
|
|
744
|
+
*/
|
|
745
|
+
durationSeconds: bigint;
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* @generated from field: int64 total_quantity_fulfillment = 4;
|
|
749
|
+
*/
|
|
750
|
+
totalQuantityFulfillment: bigint;
|
|
751
|
+
|
|
752
|
+
constructor(data?: PartialMessage<OrderServiceDeliveryInfo>);
|
|
753
|
+
|
|
754
|
+
static readonly runtime: typeof proto3;
|
|
755
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderServiceDeliveryInfo";
|
|
756
|
+
static readonly fields: FieldList;
|
|
757
|
+
|
|
758
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderServiceDeliveryInfo;
|
|
759
|
+
|
|
760
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderServiceDeliveryInfo;
|
|
761
|
+
|
|
762
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderServiceDeliveryInfo;
|
|
763
|
+
|
|
764
|
+
static equals(a: OrderServiceDeliveryInfo | PlainMessage<OrderServiceDeliveryInfo> | undefined, b: OrderServiceDeliveryInfo | PlainMessage<OrderServiceDeliveryInfo> | undefined): boolean;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServicesDetailRequest
|
|
769
|
+
*/
|
|
770
|
+
export declare class GetOrderServicesDetailRequest extends Message<GetOrderServicesDetailRequest> {
|
|
771
|
+
/**
|
|
772
|
+
* @generated from field: int64 order_id = 1;
|
|
773
|
+
*/
|
|
774
|
+
orderId: bigint;
|
|
775
|
+
|
|
776
|
+
/**
|
|
777
|
+
* @generated from field: string payment_code = 2;
|
|
778
|
+
*/
|
|
779
|
+
paymentCode: string;
|
|
780
|
+
|
|
781
|
+
/**
|
|
782
|
+
* @generated from field: int64 account_id = 3;
|
|
783
|
+
*/
|
|
784
|
+
accountId: bigint;
|
|
785
|
+
|
|
786
|
+
constructor(data?: PartialMessage<GetOrderServicesDetailRequest>);
|
|
787
|
+
|
|
788
|
+
static readonly runtime: typeof proto3;
|
|
789
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServicesDetailRequest";
|
|
790
|
+
static readonly fields: FieldList;
|
|
791
|
+
|
|
792
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServicesDetailRequest;
|
|
793
|
+
|
|
794
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServicesDetailRequest;
|
|
795
|
+
|
|
796
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServicesDetailRequest;
|
|
797
|
+
|
|
798
|
+
static equals(a: GetOrderServicesDetailRequest | PlainMessage<GetOrderServicesDetailRequest> | undefined, b: GetOrderServicesDetailRequest | PlainMessage<GetOrderServicesDetailRequest> | undefined): boolean;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* @generated from message ct_logic_uni_rev_order.v1.GetOrderServicesDetailResponse
|
|
803
|
+
*/
|
|
804
|
+
export declare class GetOrderServicesDetailResponse extends Message<GetOrderServicesDetailResponse> {
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: int64 order_id = 1;
|
|
807
|
+
*/
|
|
808
|
+
orderId: bigint;
|
|
809
|
+
|
|
810
|
+
/**
|
|
811
|
+
* @generated from field: string order_status = 2;
|
|
812
|
+
*/
|
|
813
|
+
orderStatus: string;
|
|
814
|
+
|
|
815
|
+
/**
|
|
816
|
+
* @generated from field: int64 account_id = 3;
|
|
817
|
+
*/
|
|
818
|
+
accountId: bigint;
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* @generated from field: int64 child_account_id = 4;
|
|
822
|
+
*/
|
|
823
|
+
childAccountId: bigint;
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* @generated from field: int64 failed_order_id = 5;
|
|
827
|
+
*/
|
|
828
|
+
failedOrderId: bigint;
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* @generated from field: string phone = 6;
|
|
832
|
+
*/
|
|
833
|
+
phone: string;
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: int64 value = 7;
|
|
837
|
+
*/
|
|
838
|
+
value: bigint;
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* @generated from field: string source = 8;
|
|
842
|
+
*/
|
|
843
|
+
source: string;
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* @generated from field: string unit = 9;
|
|
847
|
+
*/
|
|
848
|
+
unit: string;
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* @generated from field: string vertical_creator = 10;
|
|
852
|
+
*/
|
|
853
|
+
verticalCreator: string;
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderServiceResponse services = 11;
|
|
857
|
+
*/
|
|
858
|
+
services: OrderServiceResponse[];
|
|
859
|
+
|
|
860
|
+
/**
|
|
861
|
+
* @generated from field: string payment_code = 12;
|
|
862
|
+
*/
|
|
863
|
+
paymentCode: string;
|
|
864
|
+
|
|
865
|
+
/**
|
|
866
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.OrderServiceResponse service_no_ads = 14;
|
|
867
|
+
*/
|
|
868
|
+
serviceNoAds: OrderServiceResponse[];
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* @generated from field: map<int64, ct_logic_uni_rev_order.v1.AdInfo> list_ads = 15;
|
|
872
|
+
*/
|
|
873
|
+
listAds: { [key: string]: AdInfo };
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* @generated from field: string gateway = 16;
|
|
877
|
+
*/
|
|
878
|
+
gateway: string;
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* @generated from field: string gateway_name = 17;
|
|
882
|
+
*/
|
|
883
|
+
gatewayName: string;
|
|
884
|
+
|
|
885
|
+
/**
|
|
886
|
+
* @generated from field: ct_logic_uni_rev_order.v1.InvoiceInfo invoice_info = 18;
|
|
887
|
+
*/
|
|
888
|
+
invoiceInfo?: InvoiceInfo;
|
|
889
|
+
|
|
890
|
+
/**
|
|
891
|
+
* @generated from field: optional bool is_show_invoice_tooltip = 19;
|
|
892
|
+
*/
|
|
893
|
+
isShowInvoiceTooltip?: boolean;
|
|
894
|
+
|
|
895
|
+
constructor(data?: PartialMessage<GetOrderServicesDetailResponse>);
|
|
896
|
+
|
|
897
|
+
static readonly runtime: typeof proto3;
|
|
898
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.GetOrderServicesDetailResponse";
|
|
899
|
+
static readonly fields: FieldList;
|
|
900
|
+
|
|
901
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOrderServicesDetailResponse;
|
|
902
|
+
|
|
903
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOrderServicesDetailResponse;
|
|
904
|
+
|
|
905
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOrderServicesDetailResponse;
|
|
906
|
+
|
|
907
|
+
static equals(a: GetOrderServicesDetailResponse | PlainMessage<GetOrderServicesDetailResponse> | undefined, b: GetOrderServicesDetailResponse | PlainMessage<GetOrderServicesDetailResponse> | undefined): boolean;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* @generated from message ct_logic_uni_rev_order.v1.AdInfo
|
|
912
|
+
*/
|
|
913
|
+
export declare class AdInfo extends Message<AdInfo> {
|
|
914
|
+
/**
|
|
915
|
+
* @generated from field: int64 ad_id = 1;
|
|
916
|
+
*/
|
|
917
|
+
adId: bigint;
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* @generated from field: int64 category = 2;
|
|
921
|
+
*/
|
|
922
|
+
category: bigint;
|
|
923
|
+
|
|
924
|
+
/**
|
|
925
|
+
* @generated from field: int64 city = 3;
|
|
926
|
+
*/
|
|
927
|
+
city: bigint;
|
|
928
|
+
|
|
929
|
+
/**
|
|
930
|
+
* @generated from field: bool company_ad = 4;
|
|
931
|
+
*/
|
|
932
|
+
companyAd: boolean;
|
|
933
|
+
|
|
934
|
+
/**
|
|
935
|
+
* @generated from field: int64 list_id = 5;
|
|
936
|
+
*/
|
|
937
|
+
listId: bigint;
|
|
938
|
+
|
|
939
|
+
/**
|
|
940
|
+
* @generated from field: string name = 6;
|
|
941
|
+
*/
|
|
942
|
+
name: string;
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* @generated from field: string price = 7;
|
|
946
|
+
*/
|
|
947
|
+
price: string;
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* @generated from field: int64 region = 8;
|
|
951
|
+
*/
|
|
952
|
+
region: bigint;
|
|
953
|
+
|
|
954
|
+
/**
|
|
955
|
+
* @generated from field: string status = 9;
|
|
956
|
+
*/
|
|
957
|
+
status: string;
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* @generated from field: string subject = 10;
|
|
961
|
+
*/
|
|
962
|
+
subject: string;
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* @generated from field: string type = 11;
|
|
966
|
+
*/
|
|
967
|
+
type: string;
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* @generated from field: repeated string images = 12;
|
|
971
|
+
*/
|
|
972
|
+
images: string[];
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* @generated from field: string state = 13;
|
|
976
|
+
*/
|
|
977
|
+
state: string;
|
|
978
|
+
|
|
979
|
+
/**
|
|
980
|
+
* @generated from field: string state_origin = 14;
|
|
981
|
+
*/
|
|
982
|
+
stateOrigin: string;
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* @generated from field: string title = 15;
|
|
986
|
+
*/
|
|
987
|
+
title: string;
|
|
988
|
+
|
|
989
|
+
constructor(data?: PartialMessage<AdInfo>);
|
|
990
|
+
|
|
991
|
+
static readonly runtime: typeof proto3;
|
|
992
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.AdInfo";
|
|
993
|
+
static readonly fields: FieldList;
|
|
994
|
+
|
|
995
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdInfo;
|
|
996
|
+
|
|
997
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdInfo;
|
|
998
|
+
|
|
999
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdInfo;
|
|
1000
|
+
|
|
1001
|
+
static equals(a: AdInfo | PlainMessage<AdInfo> | undefined, b: AdInfo | PlainMessage<AdInfo> | undefined): boolean;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
/**
|
|
1005
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderServiceResponse
|
|
1006
|
+
*/
|
|
1007
|
+
export declare class OrderServiceResponse extends Message<OrderServiceResponse> {
|
|
1008
|
+
/**
|
|
1009
|
+
* @generated from field: int64 service_id = 1;
|
|
1010
|
+
*/
|
|
1011
|
+
serviceId: bigint;
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* @generated from field: string type = 2;
|
|
1015
|
+
*/
|
|
1016
|
+
type: string;
|
|
1017
|
+
|
|
1018
|
+
/**
|
|
1019
|
+
* @generated from field: int64 ad_id = 3;
|
|
1020
|
+
*/
|
|
1021
|
+
adId: bigint;
|
|
1022
|
+
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from field: string expected_delivery_time = 4;
|
|
1025
|
+
*/
|
|
1026
|
+
expectedDeliveryTime: string;
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* @generated from field: int64 price = 5;
|
|
1030
|
+
*/
|
|
1031
|
+
price: bigint;
|
|
1032
|
+
|
|
1033
|
+
/**
|
|
1034
|
+
* @generated from field: string service_status = 6;
|
|
1035
|
+
*/
|
|
1036
|
+
serviceStatus: string;
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* @generated from field: ct_logic_uni_rev_order.v1.OrderServiceParamsResponse service_params = 7;
|
|
1040
|
+
*/
|
|
1041
|
+
serviceParams?: OrderServiceParamsResponse;
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from field: int64 total_quantity_fulfillment = 8;
|
|
1045
|
+
*/
|
|
1046
|
+
totalQuantityFulfillment: bigint;
|
|
1047
|
+
|
|
1048
|
+
/**
|
|
1049
|
+
* @generated from field: string service_description = 9;
|
|
1050
|
+
*/
|
|
1051
|
+
serviceDescription: string;
|
|
1052
|
+
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from field: int64 duration_seconds = 10;
|
|
1055
|
+
*/
|
|
1056
|
+
durationSeconds: bigint;
|
|
1057
|
+
|
|
1058
|
+
/**
|
|
1059
|
+
* @generated from field: string duration_name = 11;
|
|
1060
|
+
*/
|
|
1061
|
+
durationName: string;
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* @generated from field: string unit_name = 12;
|
|
1065
|
+
*/
|
|
1066
|
+
unitName: string;
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* @generated from field: string service_text = 13;
|
|
1070
|
+
*/
|
|
1071
|
+
serviceText: string;
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* @generated from field: string service_expected_time = 14;
|
|
1075
|
+
*/
|
|
1076
|
+
serviceExpectedTime: string;
|
|
1077
|
+
|
|
1078
|
+
/**
|
|
1079
|
+
* @generated from field: string vertical = 15;
|
|
1080
|
+
*/
|
|
1081
|
+
vertical: string;
|
|
1082
|
+
|
|
1083
|
+
constructor(data?: PartialMessage<OrderServiceResponse>);
|
|
1084
|
+
|
|
1085
|
+
static readonly runtime: typeof proto3;
|
|
1086
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderServiceResponse";
|
|
1087
|
+
static readonly fields: FieldList;
|
|
1088
|
+
|
|
1089
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderServiceResponse;
|
|
1090
|
+
|
|
1091
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderServiceResponse;
|
|
1092
|
+
|
|
1093
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderServiceResponse;
|
|
1094
|
+
|
|
1095
|
+
static equals(a: OrderServiceResponse | PlainMessage<OrderServiceResponse> | undefined, b: OrderServiceResponse | PlainMessage<OrderServiceResponse> | undefined): boolean;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* @generated from message ct_logic_uni_rev_order.v1.OrderServiceParamsResponse
|
|
1100
|
+
*/
|
|
1101
|
+
export declare class OrderServiceParamsResponse extends Message<OrderServiceParamsResponse> {
|
|
1102
|
+
/**
|
|
1103
|
+
* @generated from field: int64 duration = 1;
|
|
1104
|
+
*/
|
|
1105
|
+
duration: bigint;
|
|
1106
|
+
|
|
1107
|
+
/**
|
|
1108
|
+
* @generated from field: bool is_from_private_api = 2;
|
|
1109
|
+
*/
|
|
1110
|
+
isFromPrivateApi: boolean;
|
|
1111
|
+
|
|
1112
|
+
/**
|
|
1113
|
+
* @generated from field: string user_type = 3;
|
|
1114
|
+
*/
|
|
1115
|
+
userType: string;
|
|
1116
|
+
|
|
1117
|
+
/**
|
|
1118
|
+
* @generated from field: string feature = 4;
|
|
1119
|
+
*/
|
|
1120
|
+
feature: string;
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
* @generated from field: int64 feature_id = 5;
|
|
1124
|
+
*/
|
|
1125
|
+
featureId: bigint;
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from field: int64 category_id = 6;
|
|
1129
|
+
*/
|
|
1130
|
+
categoryId: bigint;
|
|
1131
|
+
|
|
1132
|
+
/**
|
|
1133
|
+
* @generated from field: string start_time = 7;
|
|
1134
|
+
*/
|
|
1135
|
+
startTime: string;
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* @generated from field: int64 phone = 8;
|
|
1139
|
+
*/
|
|
1140
|
+
phone: bigint;
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* @generated from field: int64 type = 9;
|
|
1144
|
+
*/
|
|
1145
|
+
type: bigint;
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* @generated from field: int64 shop_alias = 10;
|
|
1149
|
+
*/
|
|
1150
|
+
shopAlias: bigint;
|
|
1151
|
+
|
|
1152
|
+
/**
|
|
1153
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.ServiceParamBlockTime block_times = 11;
|
|
1154
|
+
*/
|
|
1155
|
+
blockTimes: ServiceParamBlockTime[];
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* @generated from field: bool is_renew = 12;
|
|
1159
|
+
*/
|
|
1160
|
+
isRenew: boolean;
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* @generated from field: string pricing_campaign_redemption_id = 13;
|
|
1164
|
+
*/
|
|
1165
|
+
pricingCampaignRedemptionId: string;
|
|
1166
|
+
|
|
1167
|
+
constructor(data?: PartialMessage<OrderServiceParamsResponse>);
|
|
1168
|
+
|
|
1169
|
+
static readonly runtime: typeof proto3;
|
|
1170
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.OrderServiceParamsResponse";
|
|
1171
|
+
static readonly fields: FieldList;
|
|
1172
|
+
|
|
1173
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderServiceParamsResponse;
|
|
1174
|
+
|
|
1175
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderServiceParamsResponse;
|
|
1176
|
+
|
|
1177
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderServiceParamsResponse;
|
|
1178
|
+
|
|
1179
|
+
static equals(a: OrderServiceParamsResponse | PlainMessage<OrderServiceParamsResponse> | undefined, b: OrderServiceParamsResponse | PlainMessage<OrderServiceParamsResponse> | undefined): boolean;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
/**
|
|
1183
|
+
* @generated from message ct_logic_uni_rev_order.v1.ServiceParamBlockTime
|
|
1184
|
+
*/
|
|
1185
|
+
export declare class ServiceParamBlockTime extends Message<ServiceParamBlockTime> {
|
|
1186
|
+
/**
|
|
1187
|
+
* @generated from field: int64 start = 1;
|
|
1188
|
+
*/
|
|
1189
|
+
start: bigint;
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* @generated from field: int64 end = 2;
|
|
1193
|
+
*/
|
|
1194
|
+
end: bigint;
|
|
1195
|
+
|
|
1196
|
+
constructor(data?: PartialMessage<ServiceParamBlockTime>);
|
|
1197
|
+
|
|
1198
|
+
static readonly runtime: typeof proto3;
|
|
1199
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.ServiceParamBlockTime";
|
|
1200
|
+
static readonly fields: FieldList;
|
|
1201
|
+
|
|
1202
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServiceParamBlockTime;
|
|
1203
|
+
|
|
1204
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServiceParamBlockTime;
|
|
1205
|
+
|
|
1206
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServiceParamBlockTime;
|
|
1207
|
+
|
|
1208
|
+
static equals(a: ServiceParamBlockTime | PlainMessage<ServiceParamBlockTime> | undefined, b: ServiceParamBlockTime | PlainMessage<ServiceParamBlockTime> | undefined): boolean;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from message ct_logic_uni_rev_order.v1.InvoiceInfo
|
|
1213
|
+
*/
|
|
1214
|
+
export declare class InvoiceInfo extends Message<InvoiceInfo> {
|
|
1215
|
+
/**
|
|
1216
|
+
* @generated from field: string invoice_status = 1;
|
|
1217
|
+
*/
|
|
1218
|
+
invoiceStatus: string;
|
|
1219
|
+
|
|
1220
|
+
/**
|
|
1221
|
+
* @generated from field: string invoice_status_desc = 2;
|
|
1222
|
+
*/
|
|
1223
|
+
invoiceStatusDesc: string;
|
|
1224
|
+
|
|
1225
|
+
/**
|
|
1226
|
+
* @generated from field: string company_address = 3;
|
|
1227
|
+
*/
|
|
1228
|
+
companyAddress: string;
|
|
1229
|
+
|
|
1230
|
+
/**
|
|
1231
|
+
* @generated from field: string company_name = 4;
|
|
1232
|
+
*/
|
|
1233
|
+
companyName: string;
|
|
1234
|
+
|
|
1235
|
+
/**
|
|
1236
|
+
* @generated from field: string company_phone = 5;
|
|
1237
|
+
*/
|
|
1238
|
+
companyPhone: string;
|
|
1239
|
+
|
|
1240
|
+
/**
|
|
1241
|
+
* @generated from field: string company_taxcode = 6;
|
|
1242
|
+
*/
|
|
1243
|
+
companyTaxcode: string;
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* @generated from field: string company_email = 7;
|
|
1247
|
+
*/
|
|
1248
|
+
companyEmail: string;
|
|
1249
|
+
|
|
1250
|
+
/**
|
|
1251
|
+
* @generated from field: int64 account_id = 8;
|
|
1252
|
+
*/
|
|
1253
|
+
accountId: bigint;
|
|
1254
|
+
|
|
1255
|
+
/**
|
|
1256
|
+
* @generated from field: string buyer_name = 9;
|
|
1257
|
+
*/
|
|
1258
|
+
buyerName: string;
|
|
1259
|
+
|
|
1260
|
+
constructor(data?: PartialMessage<InvoiceInfo>);
|
|
1261
|
+
|
|
1262
|
+
static readonly runtime: typeof proto3;
|
|
1263
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.InvoiceInfo";
|
|
1264
|
+
static readonly fields: FieldList;
|
|
1265
|
+
|
|
1266
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InvoiceInfo;
|
|
1267
|
+
|
|
1268
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InvoiceInfo;
|
|
1269
|
+
|
|
1270
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InvoiceInfo;
|
|
1271
|
+
|
|
1272
|
+
static equals(a: InvoiceInfo | PlainMessage<InvoiceInfo> | undefined, b: InvoiceInfo | PlainMessage<InvoiceInfo> | undefined): boolean;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* create order and pay with promotion
|
|
1277
|
+
*
|
|
1278
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreatePromotionOrderRequest
|
|
1279
|
+
*/
|
|
1280
|
+
export declare class CreatePromotionOrderRequest extends Message<CreatePromotionOrderRequest> {
|
|
1281
|
+
/**
|
|
1282
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderRequest order = 1;
|
|
1283
|
+
*/
|
|
1284
|
+
order?: CreatePaidProductOrderRequest;
|
|
1285
|
+
|
|
1286
|
+
/**
|
|
1287
|
+
* @generated from field: ct_logic_uni_rev_order.v1.PromotionGatewayParams promotion_gateway_params = 2;
|
|
1288
|
+
*/
|
|
1289
|
+
promotionGatewayParams?: PromotionGatewayParams;
|
|
1290
|
+
|
|
1291
|
+
constructor(data?: PartialMessage<CreatePromotionOrderRequest>);
|
|
1292
|
+
|
|
1293
|
+
static readonly runtime: typeof proto3;
|
|
1294
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreatePromotionOrderRequest";
|
|
1295
|
+
static readonly fields: FieldList;
|
|
1296
|
+
|
|
1297
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePromotionOrderRequest;
|
|
1298
|
+
|
|
1299
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePromotionOrderRequest;
|
|
1300
|
+
|
|
1301
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePromotionOrderRequest;
|
|
1302
|
+
|
|
1303
|
+
static equals(a: CreatePromotionOrderRequest | PlainMessage<CreatePromotionOrderRequest> | undefined, b: CreatePromotionOrderRequest | PlainMessage<CreatePromotionOrderRequest> | undefined): boolean;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* @generated from message ct_logic_uni_rev_order.v1.PromotionGatewayParams
|
|
1308
|
+
*/
|
|
1309
|
+
export declare class PromotionGatewayParams extends Message<PromotionGatewayParams> {
|
|
1310
|
+
/**
|
|
1311
|
+
* @generated from field: string promotion_id_reference = 1;
|
|
1312
|
+
*/
|
|
1313
|
+
promotionIdReference: string;
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* @generated from field: string coupon = 2;
|
|
1317
|
+
*/
|
|
1318
|
+
coupon: string;
|
|
1319
|
+
|
|
1320
|
+
constructor(data?: PartialMessage<PromotionGatewayParams>);
|
|
1321
|
+
|
|
1322
|
+
static readonly runtime: typeof proto3;
|
|
1323
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.PromotionGatewayParams";
|
|
1324
|
+
static readonly fields: FieldList;
|
|
1325
|
+
|
|
1326
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PromotionGatewayParams;
|
|
1327
|
+
|
|
1328
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PromotionGatewayParams;
|
|
1329
|
+
|
|
1330
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PromotionGatewayParams;
|
|
1331
|
+
|
|
1332
|
+
static equals(a: PromotionGatewayParams | PlainMessage<PromotionGatewayParams> | undefined, b: PromotionGatewayParams | PlainMessage<PromotionGatewayParams> | undefined): boolean;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
/**
|
|
1336
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreatePromotionOrderResponse
|
|
1337
|
+
*/
|
|
1338
|
+
export declare class CreatePromotionOrderResponse extends Message<CreatePromotionOrderResponse> {
|
|
1339
|
+
/**
|
|
1340
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse order = 1;
|
|
1341
|
+
*/
|
|
1342
|
+
order?: CreatePaidProductOrderResponse;
|
|
1343
|
+
|
|
1344
|
+
constructor(data?: PartialMessage<CreatePromotionOrderResponse>);
|
|
1345
|
+
|
|
1346
|
+
static readonly runtime: typeof proto3;
|
|
1347
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreatePromotionOrderResponse";
|
|
1348
|
+
static readonly fields: FieldList;
|
|
1349
|
+
|
|
1350
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePromotionOrderResponse;
|
|
1351
|
+
|
|
1352
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePromotionOrderResponse;
|
|
1353
|
+
|
|
1354
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePromotionOrderResponse;
|
|
1355
|
+
|
|
1356
|
+
static equals(a: CreatePromotionOrderResponse | PlainMessage<CreatePromotionOrderResponse> | undefined, b: CreatePromotionOrderResponse | PlainMessage<CreatePromotionOrderResponse> | undefined): boolean;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
/**
|
|
1360
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateOrderFromCartRequest
|
|
1361
|
+
*/
|
|
1362
|
+
export declare class CreateOrderFromCartRequest extends Message<CreateOrderFromCartRequest> {
|
|
1363
|
+
/**
|
|
1364
|
+
* @generated from field: int64 account_id = 1;
|
|
1365
|
+
*/
|
|
1366
|
+
accountId: bigint;
|
|
1367
|
+
|
|
1368
|
+
/**
|
|
1369
|
+
* @generated from field: string cart_id = 2;
|
|
1370
|
+
*/
|
|
1371
|
+
cartId: string;
|
|
1372
|
+
|
|
1373
|
+
/**
|
|
1374
|
+
* @generated from field: string platform = 3;
|
|
1375
|
+
*/
|
|
1376
|
+
platform: string;
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* @generated from field: string unit = 4;
|
|
1380
|
+
*/
|
|
1381
|
+
unit: string;
|
|
1382
|
+
|
|
1383
|
+
/**
|
|
1384
|
+
* @generated from field: string source = 5;
|
|
1385
|
+
*/
|
|
1386
|
+
source: string;
|
|
1387
|
+
|
|
1388
|
+
/**
|
|
1389
|
+
* optional
|
|
1390
|
+
*
|
|
1391
|
+
* @generated from field: int64 delay_minute = 6;
|
|
1392
|
+
*/
|
|
1393
|
+
delayMinute: bigint;
|
|
1394
|
+
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from field: bool oneclick_payment = 7;
|
|
1397
|
+
*/
|
|
1398
|
+
oneclickPayment: boolean;
|
|
1399
|
+
|
|
1400
|
+
constructor(data?: PartialMessage<CreateOrderFromCartRequest>);
|
|
1401
|
+
|
|
1402
|
+
static readonly runtime: typeof proto3;
|
|
1403
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateOrderFromCartRequest";
|
|
1404
|
+
static readonly fields: FieldList;
|
|
1405
|
+
|
|
1406
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOrderFromCartRequest;
|
|
1407
|
+
|
|
1408
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOrderFromCartRequest;
|
|
1409
|
+
|
|
1410
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOrderFromCartRequest;
|
|
1411
|
+
|
|
1412
|
+
static equals(a: CreateOrderFromCartRequest | PlainMessage<CreateOrderFromCartRequest> | undefined, b: CreateOrderFromCartRequest | PlainMessage<CreateOrderFromCartRequest> | undefined): boolean;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateOrderFromCartResponse
|
|
1417
|
+
*/
|
|
1418
|
+
export declare class CreateOrderFromCartResponse extends Message<CreateOrderFromCartResponse> {
|
|
1419
|
+
/**
|
|
1420
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse order = 1;
|
|
1421
|
+
*/
|
|
1422
|
+
order?: CreatePaidProductOrderResponse;
|
|
1423
|
+
|
|
1424
|
+
constructor(data?: PartialMessage<CreateOrderFromCartResponse>);
|
|
1425
|
+
|
|
1426
|
+
static readonly runtime: typeof proto3;
|
|
1427
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateOrderFromCartResponse";
|
|
1428
|
+
static readonly fields: FieldList;
|
|
1429
|
+
|
|
1430
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOrderFromCartResponse;
|
|
1431
|
+
|
|
1432
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOrderFromCartResponse;
|
|
1433
|
+
|
|
1434
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOrderFromCartResponse;
|
|
1435
|
+
|
|
1436
|
+
static equals(a: CreateOrderFromCartResponse | PlainMessage<CreateOrderFromCartResponse> | undefined, b: CreateOrderFromCartResponse | PlainMessage<CreateOrderFromCartResponse> | undefined): boolean;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
/**
|
|
1440
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateJobSeekerDatabaseOrderRequest
|
|
1441
|
+
*/
|
|
1442
|
+
export declare class CreateJobSeekerDatabaseOrderRequest extends Message<CreateJobSeekerDatabaseOrderRequest> {
|
|
1443
|
+
/**
|
|
1444
|
+
* @generated from field: int64 account_id = 1;
|
|
1445
|
+
*/
|
|
1446
|
+
accountId: bigint;
|
|
1447
|
+
|
|
1448
|
+
/**
|
|
1449
|
+
* @generated from field: string source = 2;
|
|
1450
|
+
*/
|
|
1451
|
+
source: string;
|
|
1452
|
+
|
|
1453
|
+
/**
|
|
1454
|
+
* @generated from field: int64 level = 3;
|
|
1455
|
+
*/
|
|
1456
|
+
level: bigint;
|
|
1457
|
+
|
|
1458
|
+
/**
|
|
1459
|
+
* @generated from field: int64 quantity = 4;
|
|
1460
|
+
*/
|
|
1461
|
+
quantity: bigint;
|
|
1462
|
+
|
|
1463
|
+
constructor(data?: PartialMessage<CreateJobSeekerDatabaseOrderRequest>);
|
|
1464
|
+
|
|
1465
|
+
static readonly runtime: typeof proto3;
|
|
1466
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateJobSeekerDatabaseOrderRequest";
|
|
1467
|
+
static readonly fields: FieldList;
|
|
1468
|
+
|
|
1469
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobSeekerDatabaseOrderRequest;
|
|
1470
|
+
|
|
1471
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobSeekerDatabaseOrderRequest;
|
|
1472
|
+
|
|
1473
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobSeekerDatabaseOrderRequest;
|
|
1474
|
+
|
|
1475
|
+
static equals(a: CreateJobSeekerDatabaseOrderRequest | PlainMessage<CreateJobSeekerDatabaseOrderRequest> | undefined, b: CreateJobSeekerDatabaseOrderRequest | PlainMessage<CreateJobSeekerDatabaseOrderRequest> | undefined): boolean;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
/**
|
|
1479
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateJobSeekerDatabaseOrderResponse
|
|
1480
|
+
*/
|
|
1481
|
+
export declare class CreateJobSeekerDatabaseOrderResponse extends Message<CreateJobSeekerDatabaseOrderResponse> {
|
|
1482
|
+
/**
|
|
1483
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse order = 1;
|
|
1484
|
+
*/
|
|
1485
|
+
order?: CreatePaidProductOrderResponse;
|
|
1486
|
+
|
|
1487
|
+
constructor(data?: PartialMessage<CreateJobSeekerDatabaseOrderResponse>);
|
|
1488
|
+
|
|
1489
|
+
static readonly runtime: typeof proto3;
|
|
1490
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateJobSeekerDatabaseOrderResponse";
|
|
1491
|
+
static readonly fields: FieldList;
|
|
1492
|
+
|
|
1493
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobSeekerDatabaseOrderResponse;
|
|
1494
|
+
|
|
1495
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobSeekerDatabaseOrderResponse;
|
|
1496
|
+
|
|
1497
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobSeekerDatabaseOrderResponse;
|
|
1498
|
+
|
|
1499
|
+
static equals(a: CreateJobSeekerDatabaseOrderResponse | PlainMessage<CreateJobSeekerDatabaseOrderResponse> | undefined, b: CreateJobSeekerDatabaseOrderResponse | PlainMessage<CreateJobSeekerDatabaseOrderResponse> | undefined): boolean;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
/**
|
|
1503
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateSingleServiceOrderRequest
|
|
1504
|
+
*/
|
|
1505
|
+
export declare class CreateSingleServiceOrderRequest extends Message<CreateSingleServiceOrderRequest> {
|
|
1506
|
+
/**
|
|
1507
|
+
* @generated from field: int64 account_id = 1;
|
|
1508
|
+
*/
|
|
1509
|
+
accountId: bigint;
|
|
1510
|
+
|
|
1511
|
+
/**
|
|
1512
|
+
* @generated from field: string source = 2;
|
|
1513
|
+
*/
|
|
1514
|
+
source: string;
|
|
1515
|
+
|
|
1516
|
+
/**
|
|
1517
|
+
* @generated from field: string unit = 3;
|
|
1518
|
+
*/
|
|
1519
|
+
unit: string;
|
|
1520
|
+
|
|
1521
|
+
/**
|
|
1522
|
+
* @generated from field: string platform = 4;
|
|
1523
|
+
*/
|
|
1524
|
+
platform: string;
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* @generated from field: string phone = 5;
|
|
1528
|
+
*/
|
|
1529
|
+
phone: string;
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* @generated from field: string type = 6;
|
|
1533
|
+
*/
|
|
1534
|
+
type: string;
|
|
1535
|
+
|
|
1536
|
+
/**
|
|
1537
|
+
* @generated from field: int64 ad_id = 7;
|
|
1538
|
+
*/
|
|
1539
|
+
adId: bigint;
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* @generated from field: google.protobuf.Struct params = 8;
|
|
1543
|
+
*/
|
|
1544
|
+
params?: Struct;
|
|
1545
|
+
|
|
1546
|
+
/**
|
|
1547
|
+
* ad status
|
|
1548
|
+
*
|
|
1549
|
+
* @generated from field: string status = 9;
|
|
1550
|
+
*/
|
|
1551
|
+
status: string;
|
|
1552
|
+
|
|
1553
|
+
/**
|
|
1554
|
+
* @generated from field: string payment_method = 10;
|
|
1555
|
+
*/
|
|
1556
|
+
paymentMethod: string;
|
|
1557
|
+
|
|
1558
|
+
constructor(data?: PartialMessage<CreateSingleServiceOrderRequest>);
|
|
1559
|
+
|
|
1560
|
+
static readonly runtime: typeof proto3;
|
|
1561
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateSingleServiceOrderRequest";
|
|
1562
|
+
static readonly fields: FieldList;
|
|
1563
|
+
|
|
1564
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateSingleServiceOrderRequest;
|
|
1565
|
+
|
|
1566
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateSingleServiceOrderRequest;
|
|
1567
|
+
|
|
1568
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateSingleServiceOrderRequest;
|
|
1569
|
+
|
|
1570
|
+
static equals(a: CreateSingleServiceOrderRequest | PlainMessage<CreateSingleServiceOrderRequest> | undefined, b: CreateSingleServiceOrderRequest | PlainMessage<CreateSingleServiceOrderRequest> | undefined): boolean;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
/**
|
|
1574
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateSingleServiceOrderResponse
|
|
1575
|
+
*/
|
|
1576
|
+
export declare class CreateSingleServiceOrderResponse extends Message<CreateSingleServiceOrderResponse> {
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse order = 1;
|
|
1579
|
+
*/
|
|
1580
|
+
order?: CreatePaidProductOrderResponse;
|
|
1581
|
+
|
|
1582
|
+
constructor(data?: PartialMessage<CreateSingleServiceOrderResponse>);
|
|
1583
|
+
|
|
1584
|
+
static readonly runtime: typeof proto3;
|
|
1585
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateSingleServiceOrderResponse";
|
|
1586
|
+
static readonly fields: FieldList;
|
|
1587
|
+
|
|
1588
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateSingleServiceOrderResponse;
|
|
1589
|
+
|
|
1590
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateSingleServiceOrderResponse;
|
|
1591
|
+
|
|
1592
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateSingleServiceOrderResponse;
|
|
1593
|
+
|
|
1594
|
+
static equals(a: CreateSingleServiceOrderResponse | PlainMessage<CreateSingleServiceOrderResponse> | undefined, b: CreateSingleServiceOrderResponse | PlainMessage<CreateSingleServiceOrderResponse> | undefined): boolean;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateExpiredDongTotOrderRequest
|
|
1599
|
+
*/
|
|
1600
|
+
export declare class CreateExpiredDongTotOrderRequest extends Message<CreateExpiredDongTotOrderRequest> {
|
|
1601
|
+
/**
|
|
1602
|
+
* @generated from field: int64 account_id = 1;
|
|
1603
|
+
*/
|
|
1604
|
+
accountId: bigint;
|
|
1605
|
+
|
|
1606
|
+
/**
|
|
1607
|
+
* @generated from field: string phone = 2;
|
|
1608
|
+
*/
|
|
1609
|
+
phone: string;
|
|
1610
|
+
|
|
1611
|
+
/**
|
|
1612
|
+
* @generated from field: string platform = 3;
|
|
1613
|
+
*/
|
|
1614
|
+
platform: string;
|
|
1615
|
+
|
|
1616
|
+
/**
|
|
1617
|
+
* @generated from field: int64 price = 4;
|
|
1618
|
+
*/
|
|
1619
|
+
price: bigint;
|
|
1620
|
+
|
|
1621
|
+
/**
|
|
1622
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreateExpiredDongTotOrderActionParam action_params = 5;
|
|
1623
|
+
*/
|
|
1624
|
+
actionParams?: CreateExpiredDongTotOrderActionParam;
|
|
1625
|
+
|
|
1626
|
+
constructor(data?: PartialMessage<CreateExpiredDongTotOrderRequest>);
|
|
1627
|
+
|
|
1628
|
+
static readonly runtime: typeof proto3;
|
|
1629
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateExpiredDongTotOrderRequest";
|
|
1630
|
+
static readonly fields: FieldList;
|
|
1631
|
+
|
|
1632
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateExpiredDongTotOrderRequest;
|
|
1633
|
+
|
|
1634
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateExpiredDongTotOrderRequest;
|
|
1635
|
+
|
|
1636
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateExpiredDongTotOrderRequest;
|
|
1637
|
+
|
|
1638
|
+
static equals(a: CreateExpiredDongTotOrderRequest | PlainMessage<CreateExpiredDongTotOrderRequest> | undefined, b: CreateExpiredDongTotOrderRequest | PlainMessage<CreateExpiredDongTotOrderRequest> | undefined): boolean;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
/**
|
|
1642
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateExpiredDongTotOrderActionParam
|
|
1643
|
+
*/
|
|
1644
|
+
export declare class CreateExpiredDongTotOrderActionParam extends Message<CreateExpiredDongTotOrderActionParam> {
|
|
1645
|
+
/**
|
|
1646
|
+
* @generated from field: string expired_time = 1;
|
|
1647
|
+
*/
|
|
1648
|
+
expiredTime: string;
|
|
1649
|
+
|
|
1650
|
+
constructor(data?: PartialMessage<CreateExpiredDongTotOrderActionParam>);
|
|
1651
|
+
|
|
1652
|
+
static readonly runtime: typeof proto3;
|
|
1653
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateExpiredDongTotOrderActionParam";
|
|
1654
|
+
static readonly fields: FieldList;
|
|
1655
|
+
|
|
1656
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateExpiredDongTotOrderActionParam;
|
|
1657
|
+
|
|
1658
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateExpiredDongTotOrderActionParam;
|
|
1659
|
+
|
|
1660
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateExpiredDongTotOrderActionParam;
|
|
1661
|
+
|
|
1662
|
+
static equals(a: CreateExpiredDongTotOrderActionParam | PlainMessage<CreateExpiredDongTotOrderActionParam> | undefined, b: CreateExpiredDongTotOrderActionParam | PlainMessage<CreateExpiredDongTotOrderActionParam> | undefined): boolean;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
/**
|
|
1666
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateExpiredDongTotOrderResponse
|
|
1667
|
+
*/
|
|
1668
|
+
export declare class CreateExpiredDongTotOrderResponse extends Message<CreateExpiredDongTotOrderResponse> {
|
|
1669
|
+
/**
|
|
1670
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse order = 1;
|
|
1671
|
+
*/
|
|
1672
|
+
order?: CreatePaidProductOrderResponse;
|
|
1673
|
+
|
|
1674
|
+
constructor(data?: PartialMessage<CreateExpiredDongTotOrderResponse>);
|
|
1675
|
+
|
|
1676
|
+
static readonly runtime: typeof proto3;
|
|
1677
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateExpiredDongTotOrderResponse";
|
|
1678
|
+
static readonly fields: FieldList;
|
|
1679
|
+
|
|
1680
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateExpiredDongTotOrderResponse;
|
|
1681
|
+
|
|
1682
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateExpiredDongTotOrderResponse;
|
|
1683
|
+
|
|
1684
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateExpiredDongTotOrderResponse;
|
|
1685
|
+
|
|
1686
|
+
static equals(a: CreateExpiredDongTotOrderResponse | PlainMessage<CreateExpiredDongTotOrderResponse> | undefined, b: CreateExpiredDongTotOrderResponse | PlainMessage<CreateExpiredDongTotOrderResponse> | undefined): boolean;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
/**
|
|
1690
|
+
* @generated from message ct_logic_uni_rev_order.v1.CompleteExpiredDongTotOrderRequest
|
|
1691
|
+
*/
|
|
1692
|
+
export declare class CompleteExpiredDongTotOrderRequest extends Message<CompleteExpiredDongTotOrderRequest> {
|
|
1693
|
+
/**
|
|
1694
|
+
* @generated from field: int64 order_id = 1;
|
|
1695
|
+
*/
|
|
1696
|
+
orderId: bigint;
|
|
1697
|
+
|
|
1698
|
+
/**
|
|
1699
|
+
* @generated from field: int64 service_id = 2;
|
|
1700
|
+
*/
|
|
1701
|
+
serviceId: bigint;
|
|
1702
|
+
|
|
1703
|
+
/**
|
|
1704
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CompleteExpiredDongTotOrderActionParam action_params = 3;
|
|
1705
|
+
*/
|
|
1706
|
+
actionParams?: CompleteExpiredDongTotOrderActionParam;
|
|
1707
|
+
|
|
1708
|
+
/**
|
|
1709
|
+
* @generated from field: string service_description = 4;
|
|
1710
|
+
*/
|
|
1711
|
+
serviceDescription: string;
|
|
1712
|
+
|
|
1713
|
+
constructor(data?: PartialMessage<CompleteExpiredDongTotOrderRequest>);
|
|
1714
|
+
|
|
1715
|
+
static readonly runtime: typeof proto3;
|
|
1716
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CompleteExpiredDongTotOrderRequest";
|
|
1717
|
+
static readonly fields: FieldList;
|
|
1718
|
+
|
|
1719
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompleteExpiredDongTotOrderRequest;
|
|
1720
|
+
|
|
1721
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompleteExpiredDongTotOrderRequest;
|
|
1722
|
+
|
|
1723
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompleteExpiredDongTotOrderRequest;
|
|
1724
|
+
|
|
1725
|
+
static equals(a: CompleteExpiredDongTotOrderRequest | PlainMessage<CompleteExpiredDongTotOrderRequest> | undefined, b: CompleteExpiredDongTotOrderRequest | PlainMessage<CompleteExpiredDongTotOrderRequest> | undefined): boolean;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
/**
|
|
1729
|
+
* @generated from message ct_logic_uni_rev_order.v1.CompleteExpiredDongTotOrderActionParam
|
|
1730
|
+
*/
|
|
1731
|
+
export declare class CompleteExpiredDongTotOrderActionParam extends Message<CompleteExpiredDongTotOrderActionParam> {
|
|
1732
|
+
/**
|
|
1733
|
+
* @generated from field: string transaction_id = 1;
|
|
1734
|
+
*/
|
|
1735
|
+
transactionId: string;
|
|
1736
|
+
|
|
1737
|
+
/**
|
|
1738
|
+
* @generated from field: string withdraw_platform = 2;
|
|
1739
|
+
*/
|
|
1740
|
+
withdrawPlatform: string;
|
|
1741
|
+
|
|
1742
|
+
/**
|
|
1743
|
+
* @generated from field: string note_withdraw_dongtot = 3;
|
|
1744
|
+
*/
|
|
1745
|
+
noteWithdrawDongtot: string;
|
|
1746
|
+
|
|
1747
|
+
constructor(data?: PartialMessage<CompleteExpiredDongTotOrderActionParam>);
|
|
1748
|
+
|
|
1749
|
+
static readonly runtime: typeof proto3;
|
|
1750
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CompleteExpiredDongTotOrderActionParam";
|
|
1751
|
+
static readonly fields: FieldList;
|
|
1752
|
+
|
|
1753
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompleteExpiredDongTotOrderActionParam;
|
|
1754
|
+
|
|
1755
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompleteExpiredDongTotOrderActionParam;
|
|
1756
|
+
|
|
1757
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompleteExpiredDongTotOrderActionParam;
|
|
1758
|
+
|
|
1759
|
+
static equals(a: CompleteExpiredDongTotOrderActionParam | PlainMessage<CompleteExpiredDongTotOrderActionParam> | undefined, b: CompleteExpiredDongTotOrderActionParam | PlainMessage<CompleteExpiredDongTotOrderActionParam> | undefined): boolean;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
/**
|
|
1763
|
+
* @generated from message ct_logic_uni_rev_order.v1.CompleteExpiredDongTotOrderResponse
|
|
1764
|
+
*/
|
|
1765
|
+
export declare class CompleteExpiredDongTotOrderResponse extends Message<CompleteExpiredDongTotOrderResponse> {
|
|
1766
|
+
/**
|
|
1767
|
+
* @generated from field: string order_status = 1;
|
|
1768
|
+
*/
|
|
1769
|
+
orderStatus: string;
|
|
1770
|
+
|
|
1771
|
+
constructor(data?: PartialMessage<CompleteExpiredDongTotOrderResponse>);
|
|
1772
|
+
|
|
1773
|
+
static readonly runtime: typeof proto3;
|
|
1774
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CompleteExpiredDongTotOrderResponse";
|
|
1775
|
+
static readonly fields: FieldList;
|
|
1776
|
+
|
|
1777
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompleteExpiredDongTotOrderResponse;
|
|
1778
|
+
|
|
1779
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompleteExpiredDongTotOrderResponse;
|
|
1780
|
+
|
|
1781
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompleteExpiredDongTotOrderResponse;
|
|
1782
|
+
|
|
1783
|
+
static equals(a: CompleteExpiredDongTotOrderResponse | PlainMessage<CompleteExpiredDongTotOrderResponse> | undefined, b: CompleteExpiredDongTotOrderResponse | PlainMessage<CompleteExpiredDongTotOrderResponse> | undefined): boolean;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateRevokedDongTotOrderRequest
|
|
1788
|
+
*/
|
|
1789
|
+
export declare class CreateRevokedDongTotOrderRequest extends Message<CreateRevokedDongTotOrderRequest> {
|
|
1790
|
+
/**
|
|
1791
|
+
* @generated from field: int64 account_id = 1;
|
|
1792
|
+
*/
|
|
1793
|
+
accountId: bigint;
|
|
1794
|
+
|
|
1795
|
+
/**
|
|
1796
|
+
* @generated from field: string phone = 2;
|
|
1797
|
+
*/
|
|
1798
|
+
phone: string;
|
|
1799
|
+
|
|
1800
|
+
/**
|
|
1801
|
+
* @generated from field: string platform = 3;
|
|
1802
|
+
*/
|
|
1803
|
+
platform: string;
|
|
1804
|
+
|
|
1805
|
+
/**
|
|
1806
|
+
* @generated from field: int64 price = 4;
|
|
1807
|
+
*/
|
|
1808
|
+
price: bigint;
|
|
1809
|
+
|
|
1810
|
+
constructor(data?: PartialMessage<CreateRevokedDongTotOrderRequest>);
|
|
1811
|
+
|
|
1812
|
+
static readonly runtime: typeof proto3;
|
|
1813
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateRevokedDongTotOrderRequest";
|
|
1814
|
+
static readonly fields: FieldList;
|
|
1815
|
+
|
|
1816
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateRevokedDongTotOrderRequest;
|
|
1817
|
+
|
|
1818
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateRevokedDongTotOrderRequest;
|
|
1819
|
+
|
|
1820
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateRevokedDongTotOrderRequest;
|
|
1821
|
+
|
|
1822
|
+
static equals(a: CreateRevokedDongTotOrderRequest | PlainMessage<CreateRevokedDongTotOrderRequest> | undefined, b: CreateRevokedDongTotOrderRequest | PlainMessage<CreateRevokedDongTotOrderRequest> | undefined): boolean;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
/**
|
|
1826
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateRevokedDongTotOrderResponse
|
|
1827
|
+
*/
|
|
1828
|
+
export declare class CreateRevokedDongTotOrderResponse extends Message<CreateRevokedDongTotOrderResponse> {
|
|
1829
|
+
/**
|
|
1830
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CreatePaidProductOrderResponse order = 1;
|
|
1831
|
+
*/
|
|
1832
|
+
order?: CreatePaidProductOrderResponse;
|
|
1833
|
+
|
|
1834
|
+
constructor(data?: PartialMessage<CreateRevokedDongTotOrderResponse>);
|
|
1835
|
+
|
|
1836
|
+
static readonly runtime: typeof proto3;
|
|
1837
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateRevokedDongTotOrderResponse";
|
|
1838
|
+
static readonly fields: FieldList;
|
|
1839
|
+
|
|
1840
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateRevokedDongTotOrderResponse;
|
|
1841
|
+
|
|
1842
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateRevokedDongTotOrderResponse;
|
|
1843
|
+
|
|
1844
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateRevokedDongTotOrderResponse;
|
|
1845
|
+
|
|
1846
|
+
static equals(a: CreateRevokedDongTotOrderResponse | PlainMessage<CreateRevokedDongTotOrderResponse> | undefined, b: CreateRevokedDongTotOrderResponse | PlainMessage<CreateRevokedDongTotOrderResponse> | undefined): boolean;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
/**
|
|
1850
|
+
* @generated from message ct_logic_uni_rev_order.v1.CompleteRevokedDongTotOrderRequest
|
|
1851
|
+
*/
|
|
1852
|
+
export declare class CompleteRevokedDongTotOrderRequest extends Message<CompleteRevokedDongTotOrderRequest> {
|
|
1853
|
+
/**
|
|
1854
|
+
* @generated from field: int64 order_id = 1;
|
|
1855
|
+
*/
|
|
1856
|
+
orderId: bigint;
|
|
1857
|
+
|
|
1858
|
+
/**
|
|
1859
|
+
* @generated from field: int64 service_id = 2;
|
|
1860
|
+
*/
|
|
1861
|
+
serviceId: bigint;
|
|
1862
|
+
|
|
1863
|
+
/**
|
|
1864
|
+
* @generated from field: ct_logic_uni_rev_order.v1.CompleteRevokedDongTotOrderActionParam action_params = 3;
|
|
1865
|
+
*/
|
|
1866
|
+
actionParams?: CompleteRevokedDongTotOrderActionParam;
|
|
1867
|
+
|
|
1868
|
+
constructor(data?: PartialMessage<CompleteRevokedDongTotOrderRequest>);
|
|
1869
|
+
|
|
1870
|
+
static readonly runtime: typeof proto3;
|
|
1871
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CompleteRevokedDongTotOrderRequest";
|
|
1872
|
+
static readonly fields: FieldList;
|
|
1873
|
+
|
|
1874
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompleteRevokedDongTotOrderRequest;
|
|
1875
|
+
|
|
1876
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompleteRevokedDongTotOrderRequest;
|
|
1877
|
+
|
|
1878
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompleteRevokedDongTotOrderRequest;
|
|
1879
|
+
|
|
1880
|
+
static equals(a: CompleteRevokedDongTotOrderRequest | PlainMessage<CompleteRevokedDongTotOrderRequest> | undefined, b: CompleteRevokedDongTotOrderRequest | PlainMessage<CompleteRevokedDongTotOrderRequest> | undefined): boolean;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
* @generated from message ct_logic_uni_rev_order.v1.CompleteRevokedDongTotOrderActionParam
|
|
1885
|
+
*/
|
|
1886
|
+
export declare class CompleteRevokedDongTotOrderActionParam extends Message<CompleteRevokedDongTotOrderActionParam> {
|
|
1887
|
+
/**
|
|
1888
|
+
* @generated from field: int64 topup_amount = 1;
|
|
1889
|
+
*/
|
|
1890
|
+
topupAmount: bigint;
|
|
1891
|
+
|
|
1892
|
+
/**
|
|
1893
|
+
* @generated from field: int64 revoked_amount = 2;
|
|
1894
|
+
*/
|
|
1895
|
+
revokedAmount: bigint;
|
|
1896
|
+
|
|
1897
|
+
/**
|
|
1898
|
+
* @generated from field: int64 topup_order_id = 3;
|
|
1899
|
+
*/
|
|
1900
|
+
topupOrderId: bigint;
|
|
1901
|
+
|
|
1902
|
+
constructor(data?: PartialMessage<CompleteRevokedDongTotOrderActionParam>);
|
|
1903
|
+
|
|
1904
|
+
static readonly runtime: typeof proto3;
|
|
1905
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CompleteRevokedDongTotOrderActionParam";
|
|
1906
|
+
static readonly fields: FieldList;
|
|
1907
|
+
|
|
1908
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompleteRevokedDongTotOrderActionParam;
|
|
1909
|
+
|
|
1910
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompleteRevokedDongTotOrderActionParam;
|
|
1911
|
+
|
|
1912
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompleteRevokedDongTotOrderActionParam;
|
|
1913
|
+
|
|
1914
|
+
static equals(a: CompleteRevokedDongTotOrderActionParam | PlainMessage<CompleteRevokedDongTotOrderActionParam> | undefined, b: CompleteRevokedDongTotOrderActionParam | PlainMessage<CompleteRevokedDongTotOrderActionParam> | undefined): boolean;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
/**
|
|
1918
|
+
* @generated from message ct_logic_uni_rev_order.v1.CompleteRevokedDongTotOrderResponse
|
|
1919
|
+
*/
|
|
1920
|
+
export declare class CompleteRevokedDongTotOrderResponse extends Message<CompleteRevokedDongTotOrderResponse> {
|
|
1921
|
+
/**
|
|
1922
|
+
* @generated from field: string order_status = 1;
|
|
1923
|
+
*/
|
|
1924
|
+
orderStatus: string;
|
|
1925
|
+
|
|
1926
|
+
constructor(data?: PartialMessage<CompleteRevokedDongTotOrderResponse>);
|
|
1927
|
+
|
|
1928
|
+
static readonly runtime: typeof proto3;
|
|
1929
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CompleteRevokedDongTotOrderResponse";
|
|
1930
|
+
static readonly fields: FieldList;
|
|
1931
|
+
|
|
1932
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompleteRevokedDongTotOrderResponse;
|
|
1933
|
+
|
|
1934
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompleteRevokedDongTotOrderResponse;
|
|
1935
|
+
|
|
1936
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompleteRevokedDongTotOrderResponse;
|
|
1937
|
+
|
|
1938
|
+
static equals(a: CompleteRevokedDongTotOrderResponse | PlainMessage<CompleteRevokedDongTotOrderResponse> | undefined, b: CompleteRevokedDongTotOrderResponse | PlainMessage<CompleteRevokedDongTotOrderResponse> | undefined): boolean;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
/**
|
|
1942
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateFreeSingleServiceOrderRequest
|
|
1943
|
+
*/
|
|
1944
|
+
export declare class CreateFreeSingleServiceOrderRequest extends Message<CreateFreeSingleServiceOrderRequest> {
|
|
1945
|
+
/**
|
|
1946
|
+
* @generated from field: int64 account_id = 1;
|
|
1947
|
+
*/
|
|
1948
|
+
accountId: bigint;
|
|
1949
|
+
|
|
1950
|
+
/**
|
|
1951
|
+
* @generated from field: int64 ad_id = 2;
|
|
1952
|
+
*/
|
|
1953
|
+
adId: bigint;
|
|
1954
|
+
|
|
1955
|
+
/**
|
|
1956
|
+
* @generated from field: string phone = 3;
|
|
1957
|
+
*/
|
|
1958
|
+
phone: string;
|
|
1959
|
+
|
|
1960
|
+
/**
|
|
1961
|
+
* @generated from field: string redeem_id = 4;
|
|
1962
|
+
*/
|
|
1963
|
+
redeemId: string;
|
|
1964
|
+
|
|
1965
|
+
/**
|
|
1966
|
+
* @generated from field: string service_type = 5;
|
|
1967
|
+
*/
|
|
1968
|
+
serviceType: string;
|
|
1969
|
+
|
|
1970
|
+
/**
|
|
1971
|
+
* @generated from field: string service_params = 6;
|
|
1972
|
+
*/
|
|
1973
|
+
serviceParams: string;
|
|
1974
|
+
|
|
1975
|
+
constructor(data?: PartialMessage<CreateFreeSingleServiceOrderRequest>);
|
|
1976
|
+
|
|
1977
|
+
static readonly runtime: typeof proto3;
|
|
1978
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateFreeSingleServiceOrderRequest";
|
|
1979
|
+
static readonly fields: FieldList;
|
|
1980
|
+
|
|
1981
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateFreeSingleServiceOrderRequest;
|
|
1982
|
+
|
|
1983
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateFreeSingleServiceOrderRequest;
|
|
1984
|
+
|
|
1985
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateFreeSingleServiceOrderRequest;
|
|
1986
|
+
|
|
1987
|
+
static equals(a: CreateFreeSingleServiceOrderRequest | PlainMessage<CreateFreeSingleServiceOrderRequest> | undefined, b: CreateFreeSingleServiceOrderRequest | PlainMessage<CreateFreeSingleServiceOrderRequest> | undefined): boolean;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
/**
|
|
1991
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateFreeSingleServiceOrderResponse
|
|
1992
|
+
*/
|
|
1993
|
+
export declare class CreateFreeSingleServiceOrderResponse extends Message<CreateFreeSingleServiceOrderResponse> {
|
|
1994
|
+
/**
|
|
1995
|
+
* @generated from field: int64 order_id = 1;
|
|
1996
|
+
*/
|
|
1997
|
+
orderId: bigint;
|
|
1998
|
+
|
|
1999
|
+
/**
|
|
2000
|
+
* @generated from field: int64 service_id = 2;
|
|
2001
|
+
*/
|
|
2002
|
+
serviceId: bigint;
|
|
2003
|
+
|
|
2004
|
+
constructor(data?: PartialMessage<CreateFreeSingleServiceOrderResponse>);
|
|
2005
|
+
|
|
2006
|
+
static readonly runtime: typeof proto3;
|
|
2007
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateFreeSingleServiceOrderResponse";
|
|
2008
|
+
static readonly fields: FieldList;
|
|
2009
|
+
|
|
2010
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateFreeSingleServiceOrderResponse;
|
|
2011
|
+
|
|
2012
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateFreeSingleServiceOrderResponse;
|
|
2013
|
+
|
|
2014
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateFreeSingleServiceOrderResponse;
|
|
2015
|
+
|
|
2016
|
+
static equals(a: CreateFreeSingleServiceOrderResponse | PlainMessage<CreateFreeSingleServiceOrderResponse> | undefined, b: CreateFreeSingleServiceOrderResponse | PlainMessage<CreateFreeSingleServiceOrderResponse> | undefined): boolean;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
/**
|
|
2020
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateFreeOrderRequest
|
|
2021
|
+
*/
|
|
2022
|
+
export declare class CreateFreeOrderRequest extends Message<CreateFreeOrderRequest> {
|
|
2023
|
+
/**
|
|
2024
|
+
* @generated from field: int64 account_id = 1;
|
|
2025
|
+
*/
|
|
2026
|
+
accountId: bigint;
|
|
2027
|
+
|
|
2028
|
+
/**
|
|
2029
|
+
* @generated from field: string phone = 2;
|
|
2030
|
+
*/
|
|
2031
|
+
phone: string;
|
|
2032
|
+
|
|
2033
|
+
/**
|
|
2034
|
+
* @generated from field: string redeem_id = 3;
|
|
2035
|
+
*/
|
|
2036
|
+
redeemId: string;
|
|
2037
|
+
|
|
2038
|
+
/**
|
|
2039
|
+
* @generated from field: repeated ct_logic_uni_rev_order.v1.CreateFreeOrderRequestService services = 4;
|
|
2040
|
+
*/
|
|
2041
|
+
services: CreateFreeOrderRequestService[];
|
|
2042
|
+
|
|
2043
|
+
constructor(data?: PartialMessage<CreateFreeOrderRequest>);
|
|
2044
|
+
|
|
2045
|
+
static readonly runtime: typeof proto3;
|
|
2046
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateFreeOrderRequest";
|
|
2047
|
+
static readonly fields: FieldList;
|
|
2048
|
+
|
|
2049
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateFreeOrderRequest;
|
|
2050
|
+
|
|
2051
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateFreeOrderRequest;
|
|
2052
|
+
|
|
2053
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateFreeOrderRequest;
|
|
2054
|
+
|
|
2055
|
+
static equals(a: CreateFreeOrderRequest | PlainMessage<CreateFreeOrderRequest> | undefined, b: CreateFreeOrderRequest | PlainMessage<CreateFreeOrderRequest> | undefined): boolean;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
/**
|
|
2059
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateFreeOrderRequestService
|
|
2060
|
+
*/
|
|
2061
|
+
export declare class CreateFreeOrderRequestService extends Message<CreateFreeOrderRequestService> {
|
|
2062
|
+
/**
|
|
2063
|
+
* @generated from field: int64 ad_id = 1;
|
|
2064
|
+
*/
|
|
2065
|
+
adId: bigint;
|
|
2066
|
+
|
|
2067
|
+
/**
|
|
2068
|
+
* @generated from field: string service_type = 2;
|
|
2069
|
+
*/
|
|
2070
|
+
serviceType: string;
|
|
2071
|
+
|
|
2072
|
+
/**
|
|
2073
|
+
* @generated from field: string service_params = 3;
|
|
2074
|
+
*/
|
|
2075
|
+
serviceParams: string;
|
|
2076
|
+
|
|
2077
|
+
constructor(data?: PartialMessage<CreateFreeOrderRequestService>);
|
|
2078
|
+
|
|
2079
|
+
static readonly runtime: typeof proto3;
|
|
2080
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateFreeOrderRequestService";
|
|
2081
|
+
static readonly fields: FieldList;
|
|
2082
|
+
|
|
2083
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateFreeOrderRequestService;
|
|
2084
|
+
|
|
2085
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateFreeOrderRequestService;
|
|
2086
|
+
|
|
2087
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateFreeOrderRequestService;
|
|
2088
|
+
|
|
2089
|
+
static equals(a: CreateFreeOrderRequestService | PlainMessage<CreateFreeOrderRequestService> | undefined, b: CreateFreeOrderRequestService | PlainMessage<CreateFreeOrderRequestService> | undefined): boolean;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
/**
|
|
2093
|
+
* @generated from message ct_logic_uni_rev_order.v1.CreateFreeOrderResponse
|
|
2094
|
+
*/
|
|
2095
|
+
export declare class CreateFreeOrderResponse extends Message<CreateFreeOrderResponse> {
|
|
2096
|
+
/**
|
|
2097
|
+
* @generated from field: int64 order_id = 1;
|
|
2098
|
+
*/
|
|
2099
|
+
orderId: bigint;
|
|
2100
|
+
|
|
2101
|
+
/**
|
|
2102
|
+
* @generated from field: repeated int64 service_ids = 2;
|
|
2103
|
+
*/
|
|
2104
|
+
serviceIds: bigint[];
|
|
2105
|
+
|
|
2106
|
+
constructor(data?: PartialMessage<CreateFreeOrderResponse>);
|
|
2107
|
+
|
|
2108
|
+
static readonly runtime: typeof proto3;
|
|
2109
|
+
static readonly typeName = "ct_logic_uni_rev_order.v1.CreateFreeOrderResponse";
|
|
2110
|
+
static readonly fields: FieldList;
|
|
2111
|
+
|
|
2112
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateFreeOrderResponse;
|
|
2113
|
+
|
|
2114
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateFreeOrderResponse;
|
|
2115
|
+
|
|
2116
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateFreeOrderResponse;
|
|
2117
|
+
|
|
2118
|
+
static equals(a: CreateFreeOrderResponse | PlainMessage<CreateFreeOrderResponse> | undefined, b: CreateFreeOrderResponse | PlainMessage<CreateFreeOrderResponse> | undefined): boolean;
|
|
2119
|
+
}
|
|
2120
|
+
|