@chotot/ct-logic-uni-rev-payment-v1 1.133.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/ad_service.proto +53 -0
- package/ad_service_pb.d.ts +248 -0
- package/ad_service_pb.js +99 -0
- package/cart.proto +122 -0
- package/cart_pb.d.ts +656 -0
- package/cart_pb.js +237 -0
- package/configuration.proto +147 -0
- package/configuration_pb.d.ts +716 -0
- package/configuration_pb.js +237 -0
- package/crepro_campaign.proto +277 -0
- package/crepro_campaign_pb.d.ts +1266 -0
- package/crepro_campaign_pb.js +436 -0
- package/crepro_code.proto +77 -0
- package/crepro_code_pb.d.ts +355 -0
- package/crepro_code_pb.js +130 -0
- package/crepro_log.proto +32 -0
- package/crepro_log_pb.d.ts +142 -0
- package/crepro_log_pb.js +51 -0
- package/crepro_redemption.proto +76 -0
- package/crepro_redemption_pb.d.ts +352 -0
- package/crepro_redemption_pb.js +119 -0
- package/dongtot.proto +758 -0
- package/dongtot_pb.d.ts +4169 -0
- package/dongtot_pb.js +1357 -0
- package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.d.ts +350 -0
- package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.js +551 -0
- package/dongtot_service.proto +154 -0
- package/dongtot_service_connect.d.ts +316 -0
- package/dongtot_service_connect.js +316 -0
- package/econtract.proto +675 -0
- package/econtract_pb.d.ts +3522 -0
- package/econtract_pb.js +1176 -0
- package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.d.ts +419 -0
- package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.js +673 -0
- package/econtract_service.proto +71 -0
- package/econtract_service_connect.d.ts +381 -0
- package/econtract_service_connect.js +381 -0
- package/fundiin.proto +53 -0
- package/fundiin_pb.d.ts +255 -0
- package/fundiin_pb.js +85 -0
- package/google_billing.proto +65 -0
- package/google_billing_pb.d.ts +372 -0
- package/google_billing_pb.js +146 -0
- package/iap.proto +53 -0
- package/iap_pb.d.ts +281 -0
- package/iap_pb.js +109 -0
- package/momo.proto +92 -0
- package/momo_pb.d.ts +481 -0
- package/momo_pb.js +150 -0
- package/napas.proto +110 -0
- package/napas_pb.d.ts +587 -0
- package/napas_pb.js +192 -0
- package/order.proto +81 -0
- package/order_pb.d.ts +372 -0
- package/order_pb.js +123 -0
- package/package.json +10 -0
- package/package.proto +382 -0
- package/package_pb.d.ts +1907 -0
- package/package_pb.js +621 -0
- package/payment_promotion.proto +170 -0
- package/payment_promotion_pb.d.ts +893 -0
- package/payment_promotion_pb.js +311 -0
- package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.d.ts +112 -0
- package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.js +171 -0
- package/payment_promotion_service.proto +73 -0
- package/payment_promotion_service_connect.d.ts +102 -0
- package/payment_promotion_service_connect.js +102 -0
- package/payoo.proto +55 -0
- package/payoo_pb.d.ts +282 -0
- package/payoo_pb.js +105 -0
- package/pricer.proto +154 -0
- package/pricer_pb.d.ts +823 -0
- package/pricer_pb.js +260 -0
- package/rabbit_mq.proto +51 -0
- package/rabbit_mq_pb.d.ts +257 -0
- package/rabbit_mq_pb.js +78 -0
- package/refund_order.proto +37 -0
- package/refund_order_pb.d.ts +184 -0
- package/refund_order_pb.js +63 -0
- package/scripts/modify_package_json.js +50 -0
- package/service-LogicUniRevPaymentService_connectquery.d.ts +1239 -0
- package/service-LogicUniRevPaymentService_connectquery.js +1968 -0
- package/service.proto +643 -0
- package/service_connect.d.ts +1120 -0
- package/service_connect.js +1120 -0
- package/subscription.proto +24 -0
- package/subscription_pb.d.ts +98 -0
- package/subscription_pb.js +37 -0
- package/template.proto +76 -0
- package/template_pb.d.ts +387 -0
- package/template_pb.js +140 -0
- package/transaction.proto +513 -0
- package/transaction_pb.d.ts +2717 -0
- package/transaction_pb.js +856 -0
- package/virtual_account.proto +265 -0
- package/virtual_account_pb.d.ts +1442 -0
- package/virtual_account_pb.js +478 -0
- package/zalopay.proto +78 -0
- package/zalopay_pb.d.ts +423 -0
- package/zalopay_pb.js +153 -0
package/package_pb.d.ts
ADDED
|
@@ -0,0 +1,1907 @@
|
|
|
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-payment/v1/package.proto (package ct_logic_uni_rev_payment.v1, syntax proto3)
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// @ts-nocheck
|
|
7
|
+
|
|
8
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage, Timestamp } from "@bufbuild/protobuf";
|
|
9
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* ct-package (old)
|
|
13
|
+
*
|
|
14
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsRequest
|
|
15
|
+
*/
|
|
16
|
+
export declare class GetPackagesByPackageIdsRequest extends Message<GetPackagesByPackageIdsRequest> {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: string package_ids = 1;
|
|
19
|
+
*/
|
|
20
|
+
packageIds: string;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: bool is_history = 2;
|
|
24
|
+
*/
|
|
25
|
+
isHistory: boolean;
|
|
26
|
+
|
|
27
|
+
constructor(data?: PartialMessage<GetPackagesByPackageIdsRequest>);
|
|
28
|
+
|
|
29
|
+
static readonly runtime: typeof proto3;
|
|
30
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsRequest";
|
|
31
|
+
static readonly fields: FieldList;
|
|
32
|
+
|
|
33
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPackagesByPackageIdsRequest;
|
|
34
|
+
|
|
35
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPackagesByPackageIdsRequest;
|
|
36
|
+
|
|
37
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPackagesByPackageIdsRequest;
|
|
38
|
+
|
|
39
|
+
static equals(a: GetPackagesByPackageIdsRequest | PlainMessage<GetPackagesByPackageIdsRequest> | undefined, b: GetPackagesByPackageIdsRequest | PlainMessage<GetPackagesByPackageIdsRequest> | undefined): boolean;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsResponse
|
|
44
|
+
*/
|
|
45
|
+
export declare class GetPackagesByPackageIdsResponse extends Message<GetPackagesByPackageIdsResponse> {
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.Package data = 1;
|
|
48
|
+
*/
|
|
49
|
+
data: Package[];
|
|
50
|
+
|
|
51
|
+
constructor(data?: PartialMessage<GetPackagesByPackageIdsResponse>);
|
|
52
|
+
|
|
53
|
+
static readonly runtime: typeof proto3;
|
|
54
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsResponse";
|
|
55
|
+
static readonly fields: FieldList;
|
|
56
|
+
|
|
57
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPackagesByPackageIdsResponse;
|
|
58
|
+
|
|
59
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPackagesByPackageIdsResponse;
|
|
60
|
+
|
|
61
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPackagesByPackageIdsResponse;
|
|
62
|
+
|
|
63
|
+
static equals(a: GetPackagesByPackageIdsResponse | PlainMessage<GetPackagesByPackageIdsResponse> | undefined, b: GetPackagesByPackageIdsResponse | PlainMessage<GetPackagesByPackageIdsResponse> | undefined): boolean;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @generated from message ct_logic_uni_rev_payment.v1.Package
|
|
68
|
+
*/
|
|
69
|
+
export declare class Package extends Message<Package> {
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: int64 id = 1;
|
|
72
|
+
*/
|
|
73
|
+
id: bigint;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: string name = 2;
|
|
77
|
+
*/
|
|
78
|
+
name: string;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: string type = 3;
|
|
82
|
+
*/
|
|
83
|
+
type: string;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* @generated from field: string package_type = 4;
|
|
87
|
+
*/
|
|
88
|
+
packageType: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @generated from field: int64 price = 5;
|
|
92
|
+
*/
|
|
93
|
+
price: bigint;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: string platform = 6;
|
|
97
|
+
*/
|
|
98
|
+
platform: string;
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* @generated from field: bool actived = 7;
|
|
102
|
+
*/
|
|
103
|
+
actived: boolean;
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* @generated from field: string method = 8;
|
|
107
|
+
*/
|
|
108
|
+
method: string;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @generated from field: int64 paid_amount = 9;
|
|
112
|
+
*/
|
|
113
|
+
paidAmount: bigint;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @generated from field: int64 free_amount = 10;
|
|
117
|
+
*/
|
|
118
|
+
freeAmount: bigint;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* @generated from field: int64 promotion_amount = 11;
|
|
122
|
+
*/
|
|
123
|
+
promotionAmount: bigint;
|
|
124
|
+
|
|
125
|
+
constructor(data?: PartialMessage<Package>);
|
|
126
|
+
|
|
127
|
+
static readonly runtime: typeof proto3;
|
|
128
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.Package";
|
|
129
|
+
static readonly fields: FieldList;
|
|
130
|
+
|
|
131
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Package;
|
|
132
|
+
|
|
133
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Package;
|
|
134
|
+
|
|
135
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Package;
|
|
136
|
+
|
|
137
|
+
static equals(a: Package | PlainMessage<Package> | undefined, b: Package | PlainMessage<Package> | undefined): boolean;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PackageInfo
|
|
142
|
+
*/
|
|
143
|
+
export declare class PackageInfo extends Message<PackageInfo> {
|
|
144
|
+
/**
|
|
145
|
+
* @generated from field: int64 id = 1 [json_name = "old_package_id"];
|
|
146
|
+
*/
|
|
147
|
+
id: bigint;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @generated from field: string uuid = 2 [json_name = "id"];
|
|
151
|
+
*/
|
|
152
|
+
uuid: string;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* @generated from field: string name = 3;
|
|
156
|
+
*/
|
|
157
|
+
name: string;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @generated from field: string type = 4;
|
|
161
|
+
*/
|
|
162
|
+
type: string;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @generated from field: string purpose = 5;
|
|
166
|
+
*/
|
|
167
|
+
purpose: string;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: string status = 6;
|
|
171
|
+
*/
|
|
172
|
+
status: string;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: string platform = 7;
|
|
176
|
+
*/
|
|
177
|
+
platform: string;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* @generated from field: string segment_id = 8;
|
|
181
|
+
*/
|
|
182
|
+
segmentId: string;
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* @generated from field: int64 vnd_paid_price = 9;
|
|
186
|
+
*/
|
|
187
|
+
vndPaidPrice: bigint;
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: int64 free_dongtot = 10;
|
|
191
|
+
*/
|
|
192
|
+
freeDongtot: bigint;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from field: int64 extra_paid_dongtot = 11;
|
|
196
|
+
*/
|
|
197
|
+
extraPaidDongtot: bigint;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* @generated from field: int64 paid_dongtot = 12;
|
|
201
|
+
*/
|
|
202
|
+
paidDongtot: bigint;
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @generated from field: string meta_data = 13;
|
|
206
|
+
*/
|
|
207
|
+
metaData: string;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* @generated from field: google.protobuf.Timestamp created_at = 14;
|
|
211
|
+
*/
|
|
212
|
+
createdAt?: Timestamp;
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 15;
|
|
216
|
+
*/
|
|
217
|
+
updatedAt?: Timestamp;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* @generated from field: string created_by = 16;
|
|
221
|
+
*/
|
|
222
|
+
createdBy: string;
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* @generated from field: repeated string payment_method = 17;
|
|
226
|
+
*/
|
|
227
|
+
paymentMethod: string[];
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: string product_id = 18;
|
|
231
|
+
*/
|
|
232
|
+
productId: string;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: int64 vnd_tax_price = 19;
|
|
236
|
+
*/
|
|
237
|
+
vndTaxPrice: bigint;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: int64 vnd_total_price = 20;
|
|
241
|
+
*/
|
|
242
|
+
vndTotalPrice: bigint;
|
|
243
|
+
|
|
244
|
+
constructor(data?: PartialMessage<PackageInfo>);
|
|
245
|
+
|
|
246
|
+
static readonly runtime: typeof proto3;
|
|
247
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PackageInfo";
|
|
248
|
+
static readonly fields: FieldList;
|
|
249
|
+
|
|
250
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PackageInfo;
|
|
251
|
+
|
|
252
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PackageInfo;
|
|
253
|
+
|
|
254
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PackageInfo;
|
|
255
|
+
|
|
256
|
+
static equals(a: PackageInfo | PlainMessage<PackageInfo> | undefined, b: PackageInfo | PlainMessage<PackageInfo> | undefined): boolean;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterPackage
|
|
261
|
+
*/
|
|
262
|
+
export declare class FilterPackage extends Message<FilterPackage> {
|
|
263
|
+
/**
|
|
264
|
+
* @generated from field: int64 id = 1;
|
|
265
|
+
*/
|
|
266
|
+
id: bigint;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* @generated from field: string uuid = 2;
|
|
270
|
+
*/
|
|
271
|
+
uuid: string;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* @generated from field: string name = 3;
|
|
275
|
+
*/
|
|
276
|
+
name: string;
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* @generated from field: string type = 4;
|
|
280
|
+
*/
|
|
281
|
+
type: string;
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* @generated from field: string purpose = 5;
|
|
285
|
+
*/
|
|
286
|
+
purpose: string;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* @generated from field: string status = 6;
|
|
290
|
+
*/
|
|
291
|
+
status: string;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: string platform = 7;
|
|
295
|
+
*/
|
|
296
|
+
platform: string;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @generated from field: repeated string segment_id = 8;
|
|
300
|
+
*/
|
|
301
|
+
segmentId: string[];
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: int64 vnd_paid_price = 9;
|
|
305
|
+
*/
|
|
306
|
+
vndPaidPrice: bigint;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* @generated from field: int64 free_dongtot = 10;
|
|
310
|
+
*/
|
|
311
|
+
freeDongtot: bigint;
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* @generated from field: int64 extra_paid_dongtot = 11;
|
|
315
|
+
*/
|
|
316
|
+
extraPaidDongtot: bigint;
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* @generated from field: int64 paid_dongtot = 12;
|
|
320
|
+
*/
|
|
321
|
+
paidDongtot: bigint;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: string meta_data = 13;
|
|
325
|
+
*/
|
|
326
|
+
metaData: string;
|
|
327
|
+
|
|
328
|
+
constructor(data?: PartialMessage<FilterPackage>);
|
|
329
|
+
|
|
330
|
+
static readonly runtime: typeof proto3;
|
|
331
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.FilterPackage";
|
|
332
|
+
static readonly fields: FieldList;
|
|
333
|
+
|
|
334
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FilterPackage;
|
|
335
|
+
|
|
336
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FilterPackage;
|
|
337
|
+
|
|
338
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FilterPackage;
|
|
339
|
+
|
|
340
|
+
static equals(a: FilterPackage | PlainMessage<FilterPackage> | undefined, b: FilterPackage | PlainMessage<FilterPackage> | undefined): boolean;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterPackageBackOffice
|
|
345
|
+
*/
|
|
346
|
+
export declare class FilterPackageBackOffice extends Message<FilterPackageBackOffice> {
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: int64 id = 1;
|
|
349
|
+
*/
|
|
350
|
+
id: bigint;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: string uuid = 2;
|
|
354
|
+
*/
|
|
355
|
+
uuid: string;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: string name = 3;
|
|
359
|
+
*/
|
|
360
|
+
name: string;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: string type = 4;
|
|
364
|
+
*/
|
|
365
|
+
type: string;
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: string purpose = 5;
|
|
369
|
+
*/
|
|
370
|
+
purpose: string;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @generated from field: string status = 6;
|
|
374
|
+
*/
|
|
375
|
+
status: string;
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: string platform = 7;
|
|
379
|
+
*/
|
|
380
|
+
platform: string;
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: repeated string segment_id = 8;
|
|
384
|
+
*/
|
|
385
|
+
segmentId: string[];
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from field: int64 vnd_paid_price = 9;
|
|
389
|
+
*/
|
|
390
|
+
vndPaidPrice: bigint;
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from field: int64 free_dongtot = 10;
|
|
394
|
+
*/
|
|
395
|
+
freeDongtot: bigint;
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* @generated from field: int64 extra_paid_dongtot = 11;
|
|
399
|
+
*/
|
|
400
|
+
extraPaidDongtot: bigint;
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* @generated from field: int64 paid_dongtot = 12;
|
|
404
|
+
*/
|
|
405
|
+
paidDongtot: bigint;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: string meta_data = 13;
|
|
409
|
+
*/
|
|
410
|
+
metaData: string;
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* @generated from field: string payment_method = 14;
|
|
414
|
+
*/
|
|
415
|
+
paymentMethod: string;
|
|
416
|
+
|
|
417
|
+
constructor(data?: PartialMessage<FilterPackageBackOffice>);
|
|
418
|
+
|
|
419
|
+
static readonly runtime: typeof proto3;
|
|
420
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.FilterPackageBackOffice";
|
|
421
|
+
static readonly fields: FieldList;
|
|
422
|
+
|
|
423
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FilterPackageBackOffice;
|
|
424
|
+
|
|
425
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FilterPackageBackOffice;
|
|
426
|
+
|
|
427
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FilterPackageBackOffice;
|
|
428
|
+
|
|
429
|
+
static equals(a: FilterPackageBackOffice | PlainMessage<FilterPackageBackOffice> | undefined, b: FilterPackageBackOffice | PlainMessage<FilterPackageBackOffice> | undefined): boolean;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
/**
|
|
433
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackageByIdRequest
|
|
434
|
+
*/
|
|
435
|
+
export declare class GetPackageByIdRequest extends Message<GetPackageByIdRequest> {
|
|
436
|
+
/**
|
|
437
|
+
* @generated from field: int64 id = 1;
|
|
438
|
+
*/
|
|
439
|
+
id: bigint;
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* @generated from field: int64 account_id = 2;
|
|
443
|
+
*/
|
|
444
|
+
accountId: bigint;
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* handle param for ct-cart
|
|
448
|
+
*
|
|
449
|
+
* @generated from field: bool is_check_bank_transfer = 3;
|
|
450
|
+
*/
|
|
451
|
+
isCheckBankTransfer: boolean;
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* handle param for ct-cart
|
|
455
|
+
*
|
|
456
|
+
* @generated from field: bool is_check_internal_package = 4;
|
|
457
|
+
*/
|
|
458
|
+
isCheckInternalPackage: boolean;
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* @generated from field: bool is_history = 5;
|
|
462
|
+
*/
|
|
463
|
+
isHistory: boolean;
|
|
464
|
+
|
|
465
|
+
constructor(data?: PartialMessage<GetPackageByIdRequest>);
|
|
466
|
+
|
|
467
|
+
static readonly runtime: typeof proto3;
|
|
468
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPackageByIdRequest";
|
|
469
|
+
static readonly fields: FieldList;
|
|
470
|
+
|
|
471
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPackageByIdRequest;
|
|
472
|
+
|
|
473
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPackageByIdRequest;
|
|
474
|
+
|
|
475
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPackageByIdRequest;
|
|
476
|
+
|
|
477
|
+
static equals(a: GetPackageByIdRequest | PlainMessage<GetPackageByIdRequest> | undefined, b: GetPackageByIdRequest | PlainMessage<GetPackageByIdRequest> | undefined): boolean;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackageByIdResponse
|
|
482
|
+
*/
|
|
483
|
+
export declare class GetPackageByIdResponse extends Message<GetPackageByIdResponse> {
|
|
484
|
+
/**
|
|
485
|
+
* @generated from field: string status = 1;
|
|
486
|
+
*/
|
|
487
|
+
status: string;
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PackageInfo data = 2;
|
|
491
|
+
*/
|
|
492
|
+
data?: PackageInfo;
|
|
493
|
+
|
|
494
|
+
constructor(data?: PartialMessage<GetPackageByIdResponse>);
|
|
495
|
+
|
|
496
|
+
static readonly runtime: typeof proto3;
|
|
497
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPackageByIdResponse";
|
|
498
|
+
static readonly fields: FieldList;
|
|
499
|
+
|
|
500
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPackageByIdResponse;
|
|
501
|
+
|
|
502
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPackageByIdResponse;
|
|
503
|
+
|
|
504
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPackageByIdResponse;
|
|
505
|
+
|
|
506
|
+
static equals(a: GetPackageByIdResponse | PlainMessage<GetPackageByIdResponse> | undefined, b: GetPackageByIdResponse | PlainMessage<GetPackageByIdResponse> | undefined): boolean;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesRequest
|
|
511
|
+
*/
|
|
512
|
+
export declare class GetListPackagesRequest extends Message<GetListPackagesRequest> {
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: int64 max_page_size = 1;
|
|
515
|
+
*/
|
|
516
|
+
maxPageSize: bigint;
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* @generated from field: string page_token = 2;
|
|
520
|
+
*/
|
|
521
|
+
pageToken: string;
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* @generated from field: int64 account_id = 3;
|
|
525
|
+
*/
|
|
526
|
+
accountId: bigint;
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.FilterPackage filter = 4;
|
|
530
|
+
*/
|
|
531
|
+
filter?: FilterPackage;
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* handle param for ios package
|
|
535
|
+
*
|
|
536
|
+
* @generated from field: bool show_iap_package = 5;
|
|
537
|
+
*/
|
|
538
|
+
showIapPackage: boolean;
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* handle param for android package
|
|
542
|
+
*
|
|
543
|
+
* @generated from field: string method = 6;
|
|
544
|
+
*/
|
|
545
|
+
method: string;
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* handle param for all package status in or
|
|
549
|
+
*
|
|
550
|
+
* @generated from field: bool is_history = 7;
|
|
551
|
+
*/
|
|
552
|
+
isHistory: boolean;
|
|
553
|
+
|
|
554
|
+
constructor(data?: PartialMessage<GetListPackagesRequest>);
|
|
555
|
+
|
|
556
|
+
static readonly runtime: typeof proto3;
|
|
557
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesRequest";
|
|
558
|
+
static readonly fields: FieldList;
|
|
559
|
+
|
|
560
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesRequest;
|
|
561
|
+
|
|
562
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesRequest;
|
|
563
|
+
|
|
564
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesRequest;
|
|
565
|
+
|
|
566
|
+
static equals(a: GetListPackagesRequest | PlainMessage<GetListPackagesRequest> | undefined, b: GetListPackagesRequest | PlainMessage<GetListPackagesRequest> | undefined): boolean;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesResponse
|
|
571
|
+
*/
|
|
572
|
+
export declare class GetListPackagesResponse extends Message<GetListPackagesResponse> {
|
|
573
|
+
/**
|
|
574
|
+
* @generated from field: string page_token = 1;
|
|
575
|
+
*/
|
|
576
|
+
pageToken: string;
|
|
577
|
+
|
|
578
|
+
/**
|
|
579
|
+
* @generated from field: string next_page_token = 2;
|
|
580
|
+
*/
|
|
581
|
+
nextPageToken: string;
|
|
582
|
+
|
|
583
|
+
/**
|
|
584
|
+
* @generated from field: int64 total_records = 3;
|
|
585
|
+
*/
|
|
586
|
+
totalRecords: bigint;
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PackageInfo data = 4;
|
|
590
|
+
*/
|
|
591
|
+
data: PackageInfo[];
|
|
592
|
+
|
|
593
|
+
constructor(data?: PartialMessage<GetListPackagesResponse>);
|
|
594
|
+
|
|
595
|
+
static readonly runtime: typeof proto3;
|
|
596
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesResponse";
|
|
597
|
+
static readonly fields: FieldList;
|
|
598
|
+
|
|
599
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesResponse;
|
|
600
|
+
|
|
601
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesResponse;
|
|
602
|
+
|
|
603
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesResponse;
|
|
604
|
+
|
|
605
|
+
static equals(a: GetListPackagesResponse | PlainMessage<GetListPackagesResponse> | undefined, b: GetListPackagesResponse | PlainMessage<GetListPackagesResponse> | undefined): boolean;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsRequest
|
|
610
|
+
*/
|
|
611
|
+
export declare class GetListPackagesByMultiplePackageIdsRequest extends Message<GetListPackagesByMultiplePackageIdsRequest> {
|
|
612
|
+
/**
|
|
613
|
+
* @generated from field: int64 max_page_size = 1;
|
|
614
|
+
*/
|
|
615
|
+
maxPageSize: bigint;
|
|
616
|
+
|
|
617
|
+
/**
|
|
618
|
+
* @generated from field: string page_token = 2;
|
|
619
|
+
*/
|
|
620
|
+
pageToken: string;
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* @generated from field: int64 account_id = 3;
|
|
624
|
+
*/
|
|
625
|
+
accountId: bigint;
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: repeated int64 id = 4;
|
|
629
|
+
*/
|
|
630
|
+
id: bigint[];
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* @generated from field: bool is_history = 5;
|
|
634
|
+
*/
|
|
635
|
+
isHistory: boolean;
|
|
636
|
+
|
|
637
|
+
constructor(data?: PartialMessage<GetListPackagesByMultiplePackageIdsRequest>);
|
|
638
|
+
|
|
639
|
+
static readonly runtime: typeof proto3;
|
|
640
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsRequest";
|
|
641
|
+
static readonly fields: FieldList;
|
|
642
|
+
|
|
643
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesByMultiplePackageIdsRequest;
|
|
644
|
+
|
|
645
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageIdsRequest;
|
|
646
|
+
|
|
647
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageIdsRequest;
|
|
648
|
+
|
|
649
|
+
static equals(a: GetListPackagesByMultiplePackageIdsRequest | PlainMessage<GetListPackagesByMultiplePackageIdsRequest> | undefined, b: GetListPackagesByMultiplePackageIdsRequest | PlainMessage<GetListPackagesByMultiplePackageIdsRequest> | undefined): boolean;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsResponse
|
|
654
|
+
*/
|
|
655
|
+
export declare class GetListPackagesByMultiplePackageIdsResponse extends Message<GetListPackagesByMultiplePackageIdsResponse> {
|
|
656
|
+
/**
|
|
657
|
+
* @generated from field: string page_token = 1;
|
|
658
|
+
*/
|
|
659
|
+
pageToken: string;
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* @generated from field: string next_page_token = 2;
|
|
663
|
+
*/
|
|
664
|
+
nextPageToken: string;
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* @generated from field: int64 total_records = 3;
|
|
668
|
+
*/
|
|
669
|
+
totalRecords: bigint;
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PackageInfo data = 4;
|
|
673
|
+
*/
|
|
674
|
+
data: PackageInfo[];
|
|
675
|
+
|
|
676
|
+
constructor(data?: PartialMessage<GetListPackagesByMultiplePackageIdsResponse>);
|
|
677
|
+
|
|
678
|
+
static readonly runtime: typeof proto3;
|
|
679
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsResponse";
|
|
680
|
+
static readonly fields: FieldList;
|
|
681
|
+
|
|
682
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesByMultiplePackageIdsResponse;
|
|
683
|
+
|
|
684
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageIdsResponse;
|
|
685
|
+
|
|
686
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageIdsResponse;
|
|
687
|
+
|
|
688
|
+
static equals(a: GetListPackagesByMultiplePackageIdsResponse | PlainMessage<GetListPackagesByMultiplePackageIdsResponse> | undefined, b: GetListPackagesByMultiplePackageIdsResponse | PlainMessage<GetListPackagesByMultiplePackageIdsResponse> | undefined): boolean;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsRequest
|
|
693
|
+
*/
|
|
694
|
+
export declare class GetListPackagesByMultiplePackageUUIDsRequest extends Message<GetListPackagesByMultiplePackageUUIDsRequest> {
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: int64 max_page_size = 1;
|
|
697
|
+
*/
|
|
698
|
+
maxPageSize: bigint;
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* @generated from field: string page_token = 2;
|
|
702
|
+
*/
|
|
703
|
+
pageToken: string;
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* @generated from field: int64 account_id = 3;
|
|
707
|
+
*/
|
|
708
|
+
accountId: bigint;
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* @generated from field: repeated string uuid = 4;
|
|
712
|
+
*/
|
|
713
|
+
uuid: string[];
|
|
714
|
+
|
|
715
|
+
/**
|
|
716
|
+
* @generated from field: bool is_history = 5;
|
|
717
|
+
*/
|
|
718
|
+
isHistory: boolean;
|
|
719
|
+
|
|
720
|
+
constructor(data?: PartialMessage<GetListPackagesByMultiplePackageUUIDsRequest>);
|
|
721
|
+
|
|
722
|
+
static readonly runtime: typeof proto3;
|
|
723
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsRequest";
|
|
724
|
+
static readonly fields: FieldList;
|
|
725
|
+
|
|
726
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesByMultiplePackageUUIDsRequest;
|
|
727
|
+
|
|
728
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageUUIDsRequest;
|
|
729
|
+
|
|
730
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageUUIDsRequest;
|
|
731
|
+
|
|
732
|
+
static equals(a: GetListPackagesByMultiplePackageUUIDsRequest | PlainMessage<GetListPackagesByMultiplePackageUUIDsRequest> | undefined, b: GetListPackagesByMultiplePackageUUIDsRequest | PlainMessage<GetListPackagesByMultiplePackageUUIDsRequest> | undefined): boolean;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsResponse
|
|
737
|
+
*/
|
|
738
|
+
export declare class GetListPackagesByMultiplePackageUUIDsResponse extends Message<GetListPackagesByMultiplePackageUUIDsResponse> {
|
|
739
|
+
/**
|
|
740
|
+
* @generated from field: string page_token = 1;
|
|
741
|
+
*/
|
|
742
|
+
pageToken: string;
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* @generated from field: string next_page_token = 2;
|
|
746
|
+
*/
|
|
747
|
+
nextPageToken: string;
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
* @generated from field: int64 total_records = 3;
|
|
751
|
+
*/
|
|
752
|
+
totalRecords: bigint;
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PackageInfo data = 4;
|
|
756
|
+
*/
|
|
757
|
+
data: PackageInfo[];
|
|
758
|
+
|
|
759
|
+
constructor(data?: PartialMessage<GetListPackagesByMultiplePackageUUIDsResponse>);
|
|
760
|
+
|
|
761
|
+
static readonly runtime: typeof proto3;
|
|
762
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsResponse";
|
|
763
|
+
static readonly fields: FieldList;
|
|
764
|
+
|
|
765
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesByMultiplePackageUUIDsResponse;
|
|
766
|
+
|
|
767
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageUUIDsResponse;
|
|
768
|
+
|
|
769
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesByMultiplePackageUUIDsResponse;
|
|
770
|
+
|
|
771
|
+
static equals(a: GetListPackagesByMultiplePackageUUIDsResponse | PlainMessage<GetListPackagesByMultiplePackageUUIDsResponse> | undefined, b: GetListPackagesByMultiplePackageUUIDsResponse | PlainMessage<GetListPackagesByMultiplePackageUUIDsResponse> | undefined): boolean;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreatePackageRequest
|
|
776
|
+
*/
|
|
777
|
+
export declare class CreatePackageRequest extends Message<CreatePackageRequest> {
|
|
778
|
+
/**
|
|
779
|
+
* @generated from field: string type = 1;
|
|
780
|
+
*/
|
|
781
|
+
type: string;
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* @generated from field: string purpose = 2;
|
|
785
|
+
*/
|
|
786
|
+
purpose: string;
|
|
787
|
+
|
|
788
|
+
/**
|
|
789
|
+
* @generated from field: string status = 3;
|
|
790
|
+
*/
|
|
791
|
+
status: string;
|
|
792
|
+
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: string platform = 4;
|
|
795
|
+
*/
|
|
796
|
+
platform: string;
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
* @generated from field: string segment_id = 5;
|
|
800
|
+
*/
|
|
801
|
+
segmentId: string;
|
|
802
|
+
|
|
803
|
+
/**
|
|
804
|
+
* @generated from field: int64 vnd_paid_price = 6;
|
|
805
|
+
*/
|
|
806
|
+
vndPaidPrice: bigint;
|
|
807
|
+
|
|
808
|
+
/**
|
|
809
|
+
* @generated from field: int64 free_dongtot = 7;
|
|
810
|
+
*/
|
|
811
|
+
freeDongtot: bigint;
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: int64 extra_paid_dongtot = 8;
|
|
815
|
+
*/
|
|
816
|
+
extraPaidDongtot: bigint;
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* @generated from field: int64 paid_dongtot = 9;
|
|
820
|
+
*/
|
|
821
|
+
paidDongtot: bigint;
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* @generated from field: string meta_data = 10;
|
|
825
|
+
*/
|
|
826
|
+
metaData: string;
|
|
827
|
+
|
|
828
|
+
/**
|
|
829
|
+
* @generated from field: string created_by = 11;
|
|
830
|
+
*/
|
|
831
|
+
createdBy: string;
|
|
832
|
+
|
|
833
|
+
/**
|
|
834
|
+
* @generated from field: repeated string payment_method = 12;
|
|
835
|
+
*/
|
|
836
|
+
paymentMethod: string[];
|
|
837
|
+
|
|
838
|
+
constructor(data?: PartialMessage<CreatePackageRequest>);
|
|
839
|
+
|
|
840
|
+
static readonly runtime: typeof proto3;
|
|
841
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreatePackageRequest";
|
|
842
|
+
static readonly fields: FieldList;
|
|
843
|
+
|
|
844
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePackageRequest;
|
|
845
|
+
|
|
846
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePackageRequest;
|
|
847
|
+
|
|
848
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePackageRequest;
|
|
849
|
+
|
|
850
|
+
static equals(a: CreatePackageRequest | PlainMessage<CreatePackageRequest> | undefined, b: CreatePackageRequest | PlainMessage<CreatePackageRequest> | undefined): boolean;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreatePackageResponse
|
|
855
|
+
*/
|
|
856
|
+
export declare class CreatePackageResponse extends Message<CreatePackageResponse> {
|
|
857
|
+
/**
|
|
858
|
+
* @generated from field: string status = 1;
|
|
859
|
+
*/
|
|
860
|
+
status: string;
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PackageInfo data = 2;
|
|
864
|
+
*/
|
|
865
|
+
data?: PackageInfo;
|
|
866
|
+
|
|
867
|
+
constructor(data?: PartialMessage<CreatePackageResponse>);
|
|
868
|
+
|
|
869
|
+
static readonly runtime: typeof proto3;
|
|
870
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreatePackageResponse";
|
|
871
|
+
static readonly fields: FieldList;
|
|
872
|
+
|
|
873
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePackageResponse;
|
|
874
|
+
|
|
875
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePackageResponse;
|
|
876
|
+
|
|
877
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePackageResponse;
|
|
878
|
+
|
|
879
|
+
static equals(a: CreatePackageResponse | PlainMessage<CreatePackageResponse> | undefined, b: CreatePackageResponse | PlainMessage<CreatePackageResponse> | undefined): boolean;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateBatchPackageRequest
|
|
884
|
+
*/
|
|
885
|
+
export declare class CreateBatchPackageRequest extends Message<CreateBatchPackageRequest> {
|
|
886
|
+
/**
|
|
887
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.CreatePackageRequest data = 1;
|
|
888
|
+
*/
|
|
889
|
+
data: CreatePackageRequest[];
|
|
890
|
+
|
|
891
|
+
constructor(data?: PartialMessage<CreateBatchPackageRequest>);
|
|
892
|
+
|
|
893
|
+
static readonly runtime: typeof proto3;
|
|
894
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreateBatchPackageRequest";
|
|
895
|
+
static readonly fields: FieldList;
|
|
896
|
+
|
|
897
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateBatchPackageRequest;
|
|
898
|
+
|
|
899
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateBatchPackageRequest;
|
|
900
|
+
|
|
901
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateBatchPackageRequest;
|
|
902
|
+
|
|
903
|
+
static equals(a: CreateBatchPackageRequest | PlainMessage<CreateBatchPackageRequest> | undefined, b: CreateBatchPackageRequest | PlainMessage<CreateBatchPackageRequest> | undefined): boolean;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
/**
|
|
907
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateBatchPackageResponse
|
|
908
|
+
*/
|
|
909
|
+
export declare class CreateBatchPackageResponse extends Message<CreateBatchPackageResponse> {
|
|
910
|
+
/**
|
|
911
|
+
* @generated from field: string status = 1;
|
|
912
|
+
*/
|
|
913
|
+
status: string;
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PackageInfo data = 2;
|
|
917
|
+
*/
|
|
918
|
+
data: PackageInfo[];
|
|
919
|
+
|
|
920
|
+
constructor(data?: PartialMessage<CreateBatchPackageResponse>);
|
|
921
|
+
|
|
922
|
+
static readonly runtime: typeof proto3;
|
|
923
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreateBatchPackageResponse";
|
|
924
|
+
static readonly fields: FieldList;
|
|
925
|
+
|
|
926
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateBatchPackageResponse;
|
|
927
|
+
|
|
928
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateBatchPackageResponse;
|
|
929
|
+
|
|
930
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateBatchPackageResponse;
|
|
931
|
+
|
|
932
|
+
static equals(a: CreateBatchPackageResponse | PlainMessage<CreateBatchPackageResponse> | undefined, b: CreateBatchPackageResponse | PlainMessage<CreateBatchPackageResponse> | undefined): boolean;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageStatusRequest
|
|
937
|
+
*/
|
|
938
|
+
export declare class UpdatePackageStatusRequest extends Message<UpdatePackageStatusRequest> {
|
|
939
|
+
/**
|
|
940
|
+
* @generated from field: string id = 1;
|
|
941
|
+
*/
|
|
942
|
+
id: string;
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* @generated from field: int64 old_package_id = 2;
|
|
946
|
+
*/
|
|
947
|
+
oldPackageId: bigint;
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* @generated from field: string status = 3;
|
|
951
|
+
*/
|
|
952
|
+
status: string;
|
|
953
|
+
|
|
954
|
+
/**
|
|
955
|
+
* @generated from field: string created_by = 4;
|
|
956
|
+
*/
|
|
957
|
+
createdBy: string;
|
|
958
|
+
|
|
959
|
+
constructor(data?: PartialMessage<UpdatePackageStatusRequest>);
|
|
960
|
+
|
|
961
|
+
static readonly runtime: typeof proto3;
|
|
962
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.UpdatePackageStatusRequest";
|
|
963
|
+
static readonly fields: FieldList;
|
|
964
|
+
|
|
965
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePackageStatusRequest;
|
|
966
|
+
|
|
967
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePackageStatusRequest;
|
|
968
|
+
|
|
969
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePackageStatusRequest;
|
|
970
|
+
|
|
971
|
+
static equals(a: UpdatePackageStatusRequest | PlainMessage<UpdatePackageStatusRequest> | undefined, b: UpdatePackageStatusRequest | PlainMessage<UpdatePackageStatusRequest> | undefined): boolean;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageStatusResponse
|
|
976
|
+
*/
|
|
977
|
+
export declare class UpdatePackageStatusResponse extends Message<UpdatePackageStatusResponse> {
|
|
978
|
+
/**
|
|
979
|
+
* @generated from field: string status = 1;
|
|
980
|
+
*/
|
|
981
|
+
status: string;
|
|
982
|
+
|
|
983
|
+
constructor(data?: PartialMessage<UpdatePackageStatusResponse>);
|
|
984
|
+
|
|
985
|
+
static readonly runtime: typeof proto3;
|
|
986
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.UpdatePackageStatusResponse";
|
|
987
|
+
static readonly fields: FieldList;
|
|
988
|
+
|
|
989
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePackageStatusResponse;
|
|
990
|
+
|
|
991
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePackageStatusResponse;
|
|
992
|
+
|
|
993
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePackageStatusResponse;
|
|
994
|
+
|
|
995
|
+
static equals(a: UpdatePackageStatusResponse | PlainMessage<UpdatePackageStatusResponse> | undefined, b: UpdatePackageStatusResponse | PlainMessage<UpdatePackageStatusResponse> | undefined): boolean;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
/**
|
|
999
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentMethod
|
|
1000
|
+
*/
|
|
1001
|
+
export declare class PaymentMethod extends Message<PaymentMethod> {
|
|
1002
|
+
/**
|
|
1003
|
+
* @generated from field: string id = 1;
|
|
1004
|
+
*/
|
|
1005
|
+
id: string;
|
|
1006
|
+
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from field: string name = 2;
|
|
1009
|
+
*/
|
|
1010
|
+
name: string;
|
|
1011
|
+
|
|
1012
|
+
/**
|
|
1013
|
+
* @generated from field: string key = 3;
|
|
1014
|
+
*/
|
|
1015
|
+
key: string;
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
1019
|
+
*/
|
|
1020
|
+
createdAt?: Timestamp;
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 5;
|
|
1024
|
+
*/
|
|
1025
|
+
updatedAt?: Timestamp;
|
|
1026
|
+
|
|
1027
|
+
constructor(data?: PartialMessage<PaymentMethod>);
|
|
1028
|
+
|
|
1029
|
+
static readonly runtime: typeof proto3;
|
|
1030
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PaymentMethod";
|
|
1031
|
+
static readonly fields: FieldList;
|
|
1032
|
+
|
|
1033
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaymentMethod;
|
|
1034
|
+
|
|
1035
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaymentMethod;
|
|
1036
|
+
|
|
1037
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaymentMethod;
|
|
1038
|
+
|
|
1039
|
+
static equals(a: PaymentMethod | PlainMessage<PaymentMethod> | undefined, b: PaymentMethod | PlainMessage<PaymentMethod> | undefined): boolean;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
/**
|
|
1043
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPaymentMethodRequest
|
|
1044
|
+
*/
|
|
1045
|
+
export declare class GetListPaymentMethodRequest extends Message<GetListPaymentMethodRequest> {
|
|
1046
|
+
/**
|
|
1047
|
+
* @generated from field: int64 max_page_size = 1;
|
|
1048
|
+
*/
|
|
1049
|
+
maxPageSize: bigint;
|
|
1050
|
+
|
|
1051
|
+
/**
|
|
1052
|
+
* @generated from field: string page_token = 2;
|
|
1053
|
+
*/
|
|
1054
|
+
pageToken: string;
|
|
1055
|
+
|
|
1056
|
+
constructor(data?: PartialMessage<GetListPaymentMethodRequest>);
|
|
1057
|
+
|
|
1058
|
+
static readonly runtime: typeof proto3;
|
|
1059
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPaymentMethodRequest";
|
|
1060
|
+
static readonly fields: FieldList;
|
|
1061
|
+
|
|
1062
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPaymentMethodRequest;
|
|
1063
|
+
|
|
1064
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPaymentMethodRequest;
|
|
1065
|
+
|
|
1066
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPaymentMethodRequest;
|
|
1067
|
+
|
|
1068
|
+
static equals(a: GetListPaymentMethodRequest | PlainMessage<GetListPaymentMethodRequest> | undefined, b: GetListPaymentMethodRequest | PlainMessage<GetListPaymentMethodRequest> | undefined): boolean;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
/**
|
|
1072
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPaymentMethodResponse
|
|
1073
|
+
*/
|
|
1074
|
+
export declare class GetListPaymentMethodResponse extends Message<GetListPaymentMethodResponse> {
|
|
1075
|
+
/**
|
|
1076
|
+
* @generated from field: string page_token = 1;
|
|
1077
|
+
*/
|
|
1078
|
+
pageToken: string;
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* @generated from field: string next_page_token = 2;
|
|
1082
|
+
*/
|
|
1083
|
+
nextPageToken: string;
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* @generated from field: int64 total_records = 3;
|
|
1087
|
+
*/
|
|
1088
|
+
totalRecords: bigint;
|
|
1089
|
+
|
|
1090
|
+
/**
|
|
1091
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PaymentMethod data = 4;
|
|
1092
|
+
*/
|
|
1093
|
+
data: PaymentMethod[];
|
|
1094
|
+
|
|
1095
|
+
constructor(data?: PartialMessage<GetListPaymentMethodResponse>);
|
|
1096
|
+
|
|
1097
|
+
static readonly runtime: typeof proto3;
|
|
1098
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPaymentMethodResponse";
|
|
1099
|
+
static readonly fields: FieldList;
|
|
1100
|
+
|
|
1101
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPaymentMethodResponse;
|
|
1102
|
+
|
|
1103
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPaymentMethodResponse;
|
|
1104
|
+
|
|
1105
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPaymentMethodResponse;
|
|
1106
|
+
|
|
1107
|
+
static equals(a: GetListPaymentMethodResponse | PlainMessage<GetListPaymentMethodResponse> | undefined, b: GetListPaymentMethodResponse | PlainMessage<GetListPaymentMethodResponse> | undefined): boolean;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
/**
|
|
1111
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodRequest
|
|
1112
|
+
*/
|
|
1113
|
+
export declare class GetListPackagesByPaymentMethodRequest extends Message<GetListPackagesByPaymentMethodRequest> {
|
|
1114
|
+
/**
|
|
1115
|
+
* @generated from field: int64 id = 1 [json_name = "old_package_id"];
|
|
1116
|
+
*/
|
|
1117
|
+
id: bigint;
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* @generated from field: string uuid = 2 [json_name = "id"];
|
|
1121
|
+
*/
|
|
1122
|
+
uuid: string;
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* @generated from field: string payment_method = 3;
|
|
1126
|
+
*/
|
|
1127
|
+
paymentMethod: string;
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* @generated from field: bool is_history = 4;
|
|
1131
|
+
*/
|
|
1132
|
+
isHistory: boolean;
|
|
1133
|
+
|
|
1134
|
+
constructor(data?: PartialMessage<GetListPackagesByPaymentMethodRequest>);
|
|
1135
|
+
|
|
1136
|
+
static readonly runtime: typeof proto3;
|
|
1137
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodRequest";
|
|
1138
|
+
static readonly fields: FieldList;
|
|
1139
|
+
|
|
1140
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesByPaymentMethodRequest;
|
|
1141
|
+
|
|
1142
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesByPaymentMethodRequest;
|
|
1143
|
+
|
|
1144
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesByPaymentMethodRequest;
|
|
1145
|
+
|
|
1146
|
+
static equals(a: GetListPackagesByPaymentMethodRequest | PlainMessage<GetListPackagesByPaymentMethodRequest> | undefined, b: GetListPackagesByPaymentMethodRequest | PlainMessage<GetListPackagesByPaymentMethodRequest> | undefined): boolean;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
/**
|
|
1150
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodResponse
|
|
1151
|
+
*/
|
|
1152
|
+
export declare class GetListPackagesByPaymentMethodResponse extends Message<GetListPackagesByPaymentMethodResponse> {
|
|
1153
|
+
/**
|
|
1154
|
+
* @generated from field: string status = 1;
|
|
1155
|
+
*/
|
|
1156
|
+
status: string;
|
|
1157
|
+
|
|
1158
|
+
/**
|
|
1159
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PackageInfo data = 2;
|
|
1160
|
+
*/
|
|
1161
|
+
data: PackageInfo[];
|
|
1162
|
+
|
|
1163
|
+
constructor(data?: PartialMessage<GetListPackagesByPaymentMethodResponse>);
|
|
1164
|
+
|
|
1165
|
+
static readonly runtime: typeof proto3;
|
|
1166
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodResponse";
|
|
1167
|
+
static readonly fields: FieldList;
|
|
1168
|
+
|
|
1169
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesByPaymentMethodResponse;
|
|
1170
|
+
|
|
1171
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesByPaymentMethodResponse;
|
|
1172
|
+
|
|
1173
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesByPaymentMethodResponse;
|
|
1174
|
+
|
|
1175
|
+
static equals(a: GetListPackagesByPaymentMethodResponse | PlainMessage<GetListPackagesByPaymentMethodResponse> | undefined, b: GetListPackagesByPaymentMethodResponse | PlainMessage<GetListPackagesByPaymentMethodResponse> | undefined): boolean;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* @generated from message ct_logic_uni_rev_payment.v1.VendorProduct
|
|
1180
|
+
*/
|
|
1181
|
+
export declare class VendorProduct extends Message<VendorProduct> {
|
|
1182
|
+
/**
|
|
1183
|
+
* @generated from field: string id = 1;
|
|
1184
|
+
*/
|
|
1185
|
+
id: string;
|
|
1186
|
+
|
|
1187
|
+
/**
|
|
1188
|
+
* @generated from field: string name = 2;
|
|
1189
|
+
*/
|
|
1190
|
+
name: string;
|
|
1191
|
+
|
|
1192
|
+
/**
|
|
1193
|
+
* @generated from field: string key = 3;
|
|
1194
|
+
*/
|
|
1195
|
+
key: string;
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* @generated from field: string package_id = 4;
|
|
1199
|
+
*/
|
|
1200
|
+
packageId: string;
|
|
1201
|
+
|
|
1202
|
+
/**
|
|
1203
|
+
* @generated from field: string status = 5;
|
|
1204
|
+
*/
|
|
1205
|
+
status: string;
|
|
1206
|
+
|
|
1207
|
+
/**
|
|
1208
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
1209
|
+
*/
|
|
1210
|
+
createdAt?: Timestamp;
|
|
1211
|
+
|
|
1212
|
+
/**
|
|
1213
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
1214
|
+
*/
|
|
1215
|
+
updatedAt?: Timestamp;
|
|
1216
|
+
|
|
1217
|
+
/**
|
|
1218
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.Package package_info = 8;
|
|
1219
|
+
*/
|
|
1220
|
+
packageInfo?: Package;
|
|
1221
|
+
|
|
1222
|
+
constructor(data?: PartialMessage<VendorProduct>);
|
|
1223
|
+
|
|
1224
|
+
static readonly runtime: typeof proto3;
|
|
1225
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.VendorProduct";
|
|
1226
|
+
static readonly fields: FieldList;
|
|
1227
|
+
|
|
1228
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VendorProduct;
|
|
1229
|
+
|
|
1230
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VendorProduct;
|
|
1231
|
+
|
|
1232
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VendorProduct;
|
|
1233
|
+
|
|
1234
|
+
static equals(a: VendorProduct | PlainMessage<VendorProduct> | undefined, b: VendorProduct | PlainMessage<VendorProduct> | undefined): boolean;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterVendorProductInfo
|
|
1239
|
+
*/
|
|
1240
|
+
export declare class FilterVendorProductInfo extends Message<FilterVendorProductInfo> {
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.VendorProduct vendor_product = 1;
|
|
1243
|
+
*/
|
|
1244
|
+
vendorProduct?: VendorProduct;
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.FilterPackage package = 2;
|
|
1248
|
+
*/
|
|
1249
|
+
package?: FilterPackage;
|
|
1250
|
+
|
|
1251
|
+
constructor(data?: PartialMessage<FilterVendorProductInfo>);
|
|
1252
|
+
|
|
1253
|
+
static readonly runtime: typeof proto3;
|
|
1254
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.FilterVendorProductInfo";
|
|
1255
|
+
static readonly fields: FieldList;
|
|
1256
|
+
|
|
1257
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FilterVendorProductInfo;
|
|
1258
|
+
|
|
1259
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FilterVendorProductInfo;
|
|
1260
|
+
|
|
1261
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FilterVendorProductInfo;
|
|
1262
|
+
|
|
1263
|
+
static equals(a: FilterVendorProductInfo | PlainMessage<FilterVendorProductInfo> | undefined, b: FilterVendorProductInfo | PlainMessage<FilterVendorProductInfo> | undefined): boolean;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductRequest
|
|
1268
|
+
*/
|
|
1269
|
+
export declare class GetListVendorProductRequest extends Message<GetListVendorProductRequest> {
|
|
1270
|
+
/**
|
|
1271
|
+
* @generated from field: int64 max_page_size = 1;
|
|
1272
|
+
*/
|
|
1273
|
+
maxPageSize: bigint;
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from field: string page_token = 2;
|
|
1277
|
+
*/
|
|
1278
|
+
pageToken: string;
|
|
1279
|
+
|
|
1280
|
+
/**
|
|
1281
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.FilterVendorProductInfo filter = 3;
|
|
1282
|
+
*/
|
|
1283
|
+
filter?: FilterVendorProductInfo;
|
|
1284
|
+
|
|
1285
|
+
/**
|
|
1286
|
+
* @generated from field: bool is_history = 4;
|
|
1287
|
+
*/
|
|
1288
|
+
isHistory: boolean;
|
|
1289
|
+
|
|
1290
|
+
constructor(data?: PartialMessage<GetListVendorProductRequest>);
|
|
1291
|
+
|
|
1292
|
+
static readonly runtime: typeof proto3;
|
|
1293
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListVendorProductRequest";
|
|
1294
|
+
static readonly fields: FieldList;
|
|
1295
|
+
|
|
1296
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListVendorProductRequest;
|
|
1297
|
+
|
|
1298
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListVendorProductRequest;
|
|
1299
|
+
|
|
1300
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListVendorProductRequest;
|
|
1301
|
+
|
|
1302
|
+
static equals(a: GetListVendorProductRequest | PlainMessage<GetListVendorProductRequest> | undefined, b: GetListVendorProductRequest | PlainMessage<GetListVendorProductRequest> | undefined): boolean;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductResponse
|
|
1307
|
+
*/
|
|
1308
|
+
export declare class GetListVendorProductResponse extends Message<GetListVendorProductResponse> {
|
|
1309
|
+
/**
|
|
1310
|
+
* @generated from field: string page_token = 1;
|
|
1311
|
+
*/
|
|
1312
|
+
pageToken: string;
|
|
1313
|
+
|
|
1314
|
+
/**
|
|
1315
|
+
* @generated from field: string next_page_token = 2;
|
|
1316
|
+
*/
|
|
1317
|
+
nextPageToken: string;
|
|
1318
|
+
|
|
1319
|
+
/**
|
|
1320
|
+
* @generated from field: int64 total_records = 3;
|
|
1321
|
+
*/
|
|
1322
|
+
totalRecords: bigint;
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.VendorProduct data = 4;
|
|
1326
|
+
*/
|
|
1327
|
+
data: VendorProduct[];
|
|
1328
|
+
|
|
1329
|
+
constructor(data?: PartialMessage<GetListVendorProductResponse>);
|
|
1330
|
+
|
|
1331
|
+
static readonly runtime: typeof proto3;
|
|
1332
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListVendorProductResponse";
|
|
1333
|
+
static readonly fields: FieldList;
|
|
1334
|
+
|
|
1335
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListVendorProductResponse;
|
|
1336
|
+
|
|
1337
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListVendorProductResponse;
|
|
1338
|
+
|
|
1339
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListVendorProductResponse;
|
|
1340
|
+
|
|
1341
|
+
static equals(a: GetListVendorProductResponse | PlainMessage<GetListVendorProductResponse> | undefined, b: GetListVendorProductResponse | PlainMessage<GetListVendorProductResponse> | undefined): boolean;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
/**
|
|
1345
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdRequest
|
|
1346
|
+
*/
|
|
1347
|
+
export declare class UpdateVendorProductByIdRequest extends Message<UpdateVendorProductByIdRequest> {
|
|
1348
|
+
/**
|
|
1349
|
+
* @generated from field: string id = 1;
|
|
1350
|
+
*/
|
|
1351
|
+
id: string;
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: string status = 2;
|
|
1355
|
+
*/
|
|
1356
|
+
status: string;
|
|
1357
|
+
|
|
1358
|
+
/**
|
|
1359
|
+
* @generated from field: string created_by = 3;
|
|
1360
|
+
*/
|
|
1361
|
+
createdBy: string;
|
|
1362
|
+
|
|
1363
|
+
constructor(data?: PartialMessage<UpdateVendorProductByIdRequest>);
|
|
1364
|
+
|
|
1365
|
+
static readonly runtime: typeof proto3;
|
|
1366
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdRequest";
|
|
1367
|
+
static readonly fields: FieldList;
|
|
1368
|
+
|
|
1369
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateVendorProductByIdRequest;
|
|
1370
|
+
|
|
1371
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateVendorProductByIdRequest;
|
|
1372
|
+
|
|
1373
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateVendorProductByIdRequest;
|
|
1374
|
+
|
|
1375
|
+
static equals(a: UpdateVendorProductByIdRequest | PlainMessage<UpdateVendorProductByIdRequest> | undefined, b: UpdateVendorProductByIdRequest | PlainMessage<UpdateVendorProductByIdRequest> | undefined): boolean;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdResponse
|
|
1380
|
+
*/
|
|
1381
|
+
export declare class UpdateVendorProductByIdResponse extends Message<UpdateVendorProductByIdResponse> {
|
|
1382
|
+
/**
|
|
1383
|
+
* @generated from field: string status = 1;
|
|
1384
|
+
*/
|
|
1385
|
+
status: string;
|
|
1386
|
+
|
|
1387
|
+
constructor(data?: PartialMessage<UpdateVendorProductByIdResponse>);
|
|
1388
|
+
|
|
1389
|
+
static readonly runtime: typeof proto3;
|
|
1390
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdResponse";
|
|
1391
|
+
static readonly fields: FieldList;
|
|
1392
|
+
|
|
1393
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateVendorProductByIdResponse;
|
|
1394
|
+
|
|
1395
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateVendorProductByIdResponse;
|
|
1396
|
+
|
|
1397
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateVendorProductByIdResponse;
|
|
1398
|
+
|
|
1399
|
+
static equals(a: UpdateVendorProductByIdResponse | PlainMessage<UpdateVendorProductByIdResponse> | undefined, b: UpdateVendorProductByIdResponse | PlainMessage<UpdateVendorProductByIdResponse> | undefined): boolean;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
/**
|
|
1403
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateVendorProductRequest
|
|
1404
|
+
*/
|
|
1405
|
+
export declare class CreateVendorProductRequest extends Message<CreateVendorProductRequest> {
|
|
1406
|
+
/**
|
|
1407
|
+
* @generated from field: string name = 1;
|
|
1408
|
+
*/
|
|
1409
|
+
name: string;
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* @generated from field: string key = 2;
|
|
1413
|
+
*/
|
|
1414
|
+
key: string;
|
|
1415
|
+
|
|
1416
|
+
/**
|
|
1417
|
+
* @generated from field: string package_id = 3;
|
|
1418
|
+
*/
|
|
1419
|
+
packageId: string;
|
|
1420
|
+
|
|
1421
|
+
/**
|
|
1422
|
+
* @generated from field: string created_by = 4;
|
|
1423
|
+
*/
|
|
1424
|
+
createdBy: string;
|
|
1425
|
+
|
|
1426
|
+
constructor(data?: PartialMessage<CreateVendorProductRequest>);
|
|
1427
|
+
|
|
1428
|
+
static readonly runtime: typeof proto3;
|
|
1429
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreateVendorProductRequest";
|
|
1430
|
+
static readonly fields: FieldList;
|
|
1431
|
+
|
|
1432
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateVendorProductRequest;
|
|
1433
|
+
|
|
1434
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateVendorProductRequest;
|
|
1435
|
+
|
|
1436
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateVendorProductRequest;
|
|
1437
|
+
|
|
1438
|
+
static equals(a: CreateVendorProductRequest | PlainMessage<CreateVendorProductRequest> | undefined, b: CreateVendorProductRequest | PlainMessage<CreateVendorProductRequest> | undefined): boolean;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateVendorProductResponse
|
|
1443
|
+
*/
|
|
1444
|
+
export declare class CreateVendorProductResponse extends Message<CreateVendorProductResponse> {
|
|
1445
|
+
/**
|
|
1446
|
+
* @generated from field: string status = 1;
|
|
1447
|
+
*/
|
|
1448
|
+
status: string;
|
|
1449
|
+
|
|
1450
|
+
constructor(data?: PartialMessage<CreateVendorProductResponse>);
|
|
1451
|
+
|
|
1452
|
+
static readonly runtime: typeof proto3;
|
|
1453
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreateVendorProductResponse";
|
|
1454
|
+
static readonly fields: FieldList;
|
|
1455
|
+
|
|
1456
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateVendorProductResponse;
|
|
1457
|
+
|
|
1458
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateVendorProductResponse;
|
|
1459
|
+
|
|
1460
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateVendorProductResponse;
|
|
1461
|
+
|
|
1462
|
+
static equals(a: CreateVendorProductResponse | PlainMessage<CreateVendorProductResponse> | undefined, b: CreateVendorProductResponse | PlainMessage<CreateVendorProductResponse> | undefined): boolean;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
/**
|
|
1466
|
+
* @generated from message ct_logic_uni_rev_payment.v1.LogDetailPackage
|
|
1467
|
+
*/
|
|
1468
|
+
export declare class LogDetailPackage extends Message<LogDetailPackage> {
|
|
1469
|
+
/**
|
|
1470
|
+
* @generated from field: string id = 1;
|
|
1471
|
+
*/
|
|
1472
|
+
id: string;
|
|
1473
|
+
|
|
1474
|
+
/**
|
|
1475
|
+
* @generated from field: string email_id = 2;
|
|
1476
|
+
*/
|
|
1477
|
+
emailId: string;
|
|
1478
|
+
|
|
1479
|
+
/**
|
|
1480
|
+
* @generated from field: string event_name = 3;
|
|
1481
|
+
*/
|
|
1482
|
+
eventName: string;
|
|
1483
|
+
|
|
1484
|
+
/**
|
|
1485
|
+
* @generated from field: string log_data = 4;
|
|
1486
|
+
*/
|
|
1487
|
+
logData: string;
|
|
1488
|
+
|
|
1489
|
+
/**
|
|
1490
|
+
* @generated from field: string package_id = 5;
|
|
1491
|
+
*/
|
|
1492
|
+
packageId: string;
|
|
1493
|
+
|
|
1494
|
+
/**
|
|
1495
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
1496
|
+
*/
|
|
1497
|
+
createdAt?: Timestamp;
|
|
1498
|
+
|
|
1499
|
+
/**
|
|
1500
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
1501
|
+
*/
|
|
1502
|
+
updatedAt?: Timestamp;
|
|
1503
|
+
|
|
1504
|
+
/**
|
|
1505
|
+
* @generated from field: string email = 8;
|
|
1506
|
+
*/
|
|
1507
|
+
email: string;
|
|
1508
|
+
|
|
1509
|
+
/**
|
|
1510
|
+
* @generated from field: string vendor_product_id = 9;
|
|
1511
|
+
*/
|
|
1512
|
+
vendorProductId: string;
|
|
1513
|
+
|
|
1514
|
+
constructor(data?: PartialMessage<LogDetailPackage>);
|
|
1515
|
+
|
|
1516
|
+
static readonly runtime: typeof proto3;
|
|
1517
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.LogDetailPackage";
|
|
1518
|
+
static readonly fields: FieldList;
|
|
1519
|
+
|
|
1520
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LogDetailPackage;
|
|
1521
|
+
|
|
1522
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LogDetailPackage;
|
|
1523
|
+
|
|
1524
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LogDetailPackage;
|
|
1525
|
+
|
|
1526
|
+
static equals(a: LogDetailPackage | PlainMessage<LogDetailPackage> | undefined, b: LogDetailPackage | PlainMessage<LogDetailPackage> | undefined): boolean;
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
/**
|
|
1530
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateLogRequest
|
|
1531
|
+
*/
|
|
1532
|
+
export declare class CreateLogRequest extends Message<CreateLogRequest> {
|
|
1533
|
+
/**
|
|
1534
|
+
* @generated from field: string email = 1;
|
|
1535
|
+
*/
|
|
1536
|
+
email: string;
|
|
1537
|
+
|
|
1538
|
+
/**
|
|
1539
|
+
* @generated from field: string event_name = 2;
|
|
1540
|
+
*/
|
|
1541
|
+
eventName: string;
|
|
1542
|
+
|
|
1543
|
+
/**
|
|
1544
|
+
* @generated from field: string log_data = 3;
|
|
1545
|
+
*/
|
|
1546
|
+
logData: string;
|
|
1547
|
+
|
|
1548
|
+
/**
|
|
1549
|
+
* @generated from field: string package_id = 4;
|
|
1550
|
+
*/
|
|
1551
|
+
packageId: string;
|
|
1552
|
+
|
|
1553
|
+
constructor(data?: PartialMessage<CreateLogRequest>);
|
|
1554
|
+
|
|
1555
|
+
static readonly runtime: typeof proto3;
|
|
1556
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreateLogRequest";
|
|
1557
|
+
static readonly fields: FieldList;
|
|
1558
|
+
|
|
1559
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateLogRequest;
|
|
1560
|
+
|
|
1561
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateLogRequest;
|
|
1562
|
+
|
|
1563
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateLogRequest;
|
|
1564
|
+
|
|
1565
|
+
static equals(a: CreateLogRequest | PlainMessage<CreateLogRequest> | undefined, b: CreateLogRequest | PlainMessage<CreateLogRequest> | undefined): boolean;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
/**
|
|
1569
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateLogResponse
|
|
1570
|
+
*/
|
|
1571
|
+
export declare class CreateLogResponse extends Message<CreateLogResponse> {
|
|
1572
|
+
/**
|
|
1573
|
+
* @generated from field: string status = 1;
|
|
1574
|
+
*/
|
|
1575
|
+
status: string;
|
|
1576
|
+
|
|
1577
|
+
/**
|
|
1578
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.Package data = 2;
|
|
1579
|
+
*/
|
|
1580
|
+
data?: Package;
|
|
1581
|
+
|
|
1582
|
+
constructor(data?: PartialMessage<CreateLogResponse>);
|
|
1583
|
+
|
|
1584
|
+
static readonly runtime: typeof proto3;
|
|
1585
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CreateLogResponse";
|
|
1586
|
+
static readonly fields: FieldList;
|
|
1587
|
+
|
|
1588
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateLogResponse;
|
|
1589
|
+
|
|
1590
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateLogResponse;
|
|
1591
|
+
|
|
1592
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateLogResponse;
|
|
1593
|
+
|
|
1594
|
+
static equals(a: CreateLogResponse | PlainMessage<CreateLogResponse> | undefined, b: CreateLogResponse | PlainMessage<CreateLogResponse> | undefined): boolean;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
/**
|
|
1598
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterLog
|
|
1599
|
+
*/
|
|
1600
|
+
export declare class FilterLog extends Message<FilterLog> {
|
|
1601
|
+
/**
|
|
1602
|
+
* @generated from field: string email = 1;
|
|
1603
|
+
*/
|
|
1604
|
+
email: string;
|
|
1605
|
+
|
|
1606
|
+
/**
|
|
1607
|
+
* @generated from field: string package_id = 2;
|
|
1608
|
+
*/
|
|
1609
|
+
packageId: string;
|
|
1610
|
+
|
|
1611
|
+
constructor(data?: PartialMessage<FilterLog>);
|
|
1612
|
+
|
|
1613
|
+
static readonly runtime: typeof proto3;
|
|
1614
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.FilterLog";
|
|
1615
|
+
static readonly fields: FieldList;
|
|
1616
|
+
|
|
1617
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FilterLog;
|
|
1618
|
+
|
|
1619
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FilterLog;
|
|
1620
|
+
|
|
1621
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FilterLog;
|
|
1622
|
+
|
|
1623
|
+
static equals(a: FilterLog | PlainMessage<FilterLog> | undefined, b: FilterLog | PlainMessage<FilterLog> | undefined): boolean;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
/**
|
|
1627
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetLogPackageRequest
|
|
1628
|
+
*/
|
|
1629
|
+
export declare class GetLogPackageRequest extends Message<GetLogPackageRequest> {
|
|
1630
|
+
/**
|
|
1631
|
+
* @generated from field: int64 max_page_size = 1;
|
|
1632
|
+
*/
|
|
1633
|
+
maxPageSize: bigint;
|
|
1634
|
+
|
|
1635
|
+
/**
|
|
1636
|
+
* @generated from field: string page_token = 2;
|
|
1637
|
+
*/
|
|
1638
|
+
pageToken: string;
|
|
1639
|
+
|
|
1640
|
+
/**
|
|
1641
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.FilterLog filter = 3;
|
|
1642
|
+
*/
|
|
1643
|
+
filter?: FilterLog;
|
|
1644
|
+
|
|
1645
|
+
constructor(data?: PartialMessage<GetLogPackageRequest>);
|
|
1646
|
+
|
|
1647
|
+
static readonly runtime: typeof proto3;
|
|
1648
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetLogPackageRequest";
|
|
1649
|
+
static readonly fields: FieldList;
|
|
1650
|
+
|
|
1651
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLogPackageRequest;
|
|
1652
|
+
|
|
1653
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLogPackageRequest;
|
|
1654
|
+
|
|
1655
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLogPackageRequest;
|
|
1656
|
+
|
|
1657
|
+
static equals(a: GetLogPackageRequest | PlainMessage<GetLogPackageRequest> | undefined, b: GetLogPackageRequest | PlainMessage<GetLogPackageRequest> | undefined): boolean;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
/**
|
|
1661
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetLogPackageResponse
|
|
1662
|
+
*/
|
|
1663
|
+
export declare class GetLogPackageResponse extends Message<GetLogPackageResponse> {
|
|
1664
|
+
/**
|
|
1665
|
+
* @generated from field: string page_token = 1;
|
|
1666
|
+
*/
|
|
1667
|
+
pageToken: string;
|
|
1668
|
+
|
|
1669
|
+
/**
|
|
1670
|
+
* @generated from field: string next_page_token = 2;
|
|
1671
|
+
*/
|
|
1672
|
+
nextPageToken: string;
|
|
1673
|
+
|
|
1674
|
+
/**
|
|
1675
|
+
* @generated from field: int64 total_records = 3;
|
|
1676
|
+
*/
|
|
1677
|
+
totalRecords: bigint;
|
|
1678
|
+
|
|
1679
|
+
/**
|
|
1680
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.LogDetailPackage data = 4;
|
|
1681
|
+
*/
|
|
1682
|
+
data: LogDetailPackage[];
|
|
1683
|
+
|
|
1684
|
+
constructor(data?: PartialMessage<GetLogPackageResponse>);
|
|
1685
|
+
|
|
1686
|
+
static readonly runtime: typeof proto3;
|
|
1687
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetLogPackageResponse";
|
|
1688
|
+
static readonly fields: FieldList;
|
|
1689
|
+
|
|
1690
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLogPackageResponse;
|
|
1691
|
+
|
|
1692
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLogPackageResponse;
|
|
1693
|
+
|
|
1694
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLogPackageResponse;
|
|
1695
|
+
|
|
1696
|
+
static equals(a: GetLogPackageResponse | PlainMessage<GetLogPackageResponse> | undefined, b: GetLogPackageResponse | PlainMessage<GetLogPackageResponse> | undefined): boolean;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
/**
|
|
1700
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeRequest
|
|
1701
|
+
*/
|
|
1702
|
+
export declare class GetListPackagesBackOfficeRequest extends Message<GetListPackagesBackOfficeRequest> {
|
|
1703
|
+
/**
|
|
1704
|
+
* @generated from field: int64 max_page_size = 1;
|
|
1705
|
+
*/
|
|
1706
|
+
maxPageSize: bigint;
|
|
1707
|
+
|
|
1708
|
+
/**
|
|
1709
|
+
* @generated from field: string page_token = 2;
|
|
1710
|
+
*/
|
|
1711
|
+
pageToken: string;
|
|
1712
|
+
|
|
1713
|
+
/**
|
|
1714
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.FilterPackageBackOffice filter = 3;
|
|
1715
|
+
*/
|
|
1716
|
+
filter?: FilterPackageBackOffice;
|
|
1717
|
+
|
|
1718
|
+
constructor(data?: PartialMessage<GetListPackagesBackOfficeRequest>);
|
|
1719
|
+
|
|
1720
|
+
static readonly runtime: typeof proto3;
|
|
1721
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeRequest";
|
|
1722
|
+
static readonly fields: FieldList;
|
|
1723
|
+
|
|
1724
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesBackOfficeRequest;
|
|
1725
|
+
|
|
1726
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesBackOfficeRequest;
|
|
1727
|
+
|
|
1728
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesBackOfficeRequest;
|
|
1729
|
+
|
|
1730
|
+
static equals(a: GetListPackagesBackOfficeRequest | PlainMessage<GetListPackagesBackOfficeRequest> | undefined, b: GetListPackagesBackOfficeRequest | PlainMessage<GetListPackagesBackOfficeRequest> | undefined): boolean;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
/**
|
|
1734
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeResponse
|
|
1735
|
+
*/
|
|
1736
|
+
export declare class GetListPackagesBackOfficeResponse extends Message<GetListPackagesBackOfficeResponse> {
|
|
1737
|
+
/**
|
|
1738
|
+
* @generated from field: string page_token = 1;
|
|
1739
|
+
*/
|
|
1740
|
+
pageToken: string;
|
|
1741
|
+
|
|
1742
|
+
/**
|
|
1743
|
+
* @generated from field: string next_page_token = 2;
|
|
1744
|
+
*/
|
|
1745
|
+
nextPageToken: string;
|
|
1746
|
+
|
|
1747
|
+
/**
|
|
1748
|
+
* @generated from field: int64 total_records = 3;
|
|
1749
|
+
*/
|
|
1750
|
+
totalRecords: bigint;
|
|
1751
|
+
|
|
1752
|
+
/**
|
|
1753
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PackageInfo data = 4;
|
|
1754
|
+
*/
|
|
1755
|
+
data: PackageInfo[];
|
|
1756
|
+
|
|
1757
|
+
constructor(data?: PartialMessage<GetListPackagesBackOfficeResponse>);
|
|
1758
|
+
|
|
1759
|
+
static readonly runtime: typeof proto3;
|
|
1760
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeResponse";
|
|
1761
|
+
static readonly fields: FieldList;
|
|
1762
|
+
|
|
1763
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPackagesBackOfficeResponse;
|
|
1764
|
+
|
|
1765
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPackagesBackOfficeResponse;
|
|
1766
|
+
|
|
1767
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPackagesBackOfficeResponse;
|
|
1768
|
+
|
|
1769
|
+
static equals(a: GetListPackagesBackOfficeResponse | PlainMessage<GetListPackagesBackOfficeResponse> | undefined, b: GetListPackagesBackOfficeResponse | PlainMessage<GetListPackagesBackOfficeResponse> | undefined): boolean;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
/**
|
|
1773
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeRequest
|
|
1774
|
+
*/
|
|
1775
|
+
export declare class GetListVendorProductBackOfficeRequest extends Message<GetListVendorProductBackOfficeRequest> {
|
|
1776
|
+
/**
|
|
1777
|
+
* @generated from field: int64 max_page_size = 1;
|
|
1778
|
+
*/
|
|
1779
|
+
maxPageSize: bigint;
|
|
1780
|
+
|
|
1781
|
+
/**
|
|
1782
|
+
* @generated from field: string page_token = 2;
|
|
1783
|
+
*/
|
|
1784
|
+
pageToken: string;
|
|
1785
|
+
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.FilterVendorProductInfo filter = 3;
|
|
1788
|
+
*/
|
|
1789
|
+
filter?: FilterVendorProductInfo;
|
|
1790
|
+
|
|
1791
|
+
/**
|
|
1792
|
+
* @generated from field: bool is_history = 4;
|
|
1793
|
+
*/
|
|
1794
|
+
isHistory: boolean;
|
|
1795
|
+
|
|
1796
|
+
constructor(data?: PartialMessage<GetListVendorProductBackOfficeRequest>);
|
|
1797
|
+
|
|
1798
|
+
static readonly runtime: typeof proto3;
|
|
1799
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeRequest";
|
|
1800
|
+
static readonly fields: FieldList;
|
|
1801
|
+
|
|
1802
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListVendorProductBackOfficeRequest;
|
|
1803
|
+
|
|
1804
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListVendorProductBackOfficeRequest;
|
|
1805
|
+
|
|
1806
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListVendorProductBackOfficeRequest;
|
|
1807
|
+
|
|
1808
|
+
static equals(a: GetListVendorProductBackOfficeRequest | PlainMessage<GetListVendorProductBackOfficeRequest> | undefined, b: GetListVendorProductBackOfficeRequest | PlainMessage<GetListVendorProductBackOfficeRequest> | undefined): boolean;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
/**
|
|
1812
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeResponse
|
|
1813
|
+
*/
|
|
1814
|
+
export declare class GetListVendorProductBackOfficeResponse extends Message<GetListVendorProductBackOfficeResponse> {
|
|
1815
|
+
/**
|
|
1816
|
+
* @generated from field: string page_token = 1;
|
|
1817
|
+
*/
|
|
1818
|
+
pageToken: string;
|
|
1819
|
+
|
|
1820
|
+
/**
|
|
1821
|
+
* @generated from field: string next_page_token = 2;
|
|
1822
|
+
*/
|
|
1823
|
+
nextPageToken: string;
|
|
1824
|
+
|
|
1825
|
+
/**
|
|
1826
|
+
* @generated from field: int64 total_records = 3;
|
|
1827
|
+
*/
|
|
1828
|
+
totalRecords: bigint;
|
|
1829
|
+
|
|
1830
|
+
/**
|
|
1831
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.VendorProduct data = 4;
|
|
1832
|
+
*/
|
|
1833
|
+
data: VendorProduct[];
|
|
1834
|
+
|
|
1835
|
+
constructor(data?: PartialMessage<GetListVendorProductBackOfficeResponse>);
|
|
1836
|
+
|
|
1837
|
+
static readonly runtime: typeof proto3;
|
|
1838
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeResponse";
|
|
1839
|
+
static readonly fields: FieldList;
|
|
1840
|
+
|
|
1841
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListVendorProductBackOfficeResponse;
|
|
1842
|
+
|
|
1843
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListVendorProductBackOfficeResponse;
|
|
1844
|
+
|
|
1845
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListVendorProductBackOfficeResponse;
|
|
1846
|
+
|
|
1847
|
+
static equals(a: GetListVendorProductBackOfficeResponse | PlainMessage<GetListVendorProductBackOfficeResponse> | undefined, b: GetListVendorProductBackOfficeResponse | PlainMessage<GetListVendorProductBackOfficeResponse> | undefined): boolean;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
/**
|
|
1851
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdRequest
|
|
1852
|
+
*/
|
|
1853
|
+
export declare class UpdatePackageMetaDataByIdRequest extends Message<UpdatePackageMetaDataByIdRequest> {
|
|
1854
|
+
/**
|
|
1855
|
+
* @generated from field: string id = 1;
|
|
1856
|
+
*/
|
|
1857
|
+
id: string;
|
|
1858
|
+
|
|
1859
|
+
/**
|
|
1860
|
+
* @generated from field: int64 old_package_id = 2;
|
|
1861
|
+
*/
|
|
1862
|
+
oldPackageId: bigint;
|
|
1863
|
+
|
|
1864
|
+
/**
|
|
1865
|
+
* @generated from field: string meta_data = 3;
|
|
1866
|
+
*/
|
|
1867
|
+
metaData: string;
|
|
1868
|
+
|
|
1869
|
+
/**
|
|
1870
|
+
* @generated from field: string created_by = 4;
|
|
1871
|
+
*/
|
|
1872
|
+
createdBy: string;
|
|
1873
|
+
|
|
1874
|
+
constructor(data?: PartialMessage<UpdatePackageMetaDataByIdRequest>);
|
|
1875
|
+
|
|
1876
|
+
static readonly runtime: typeof proto3;
|
|
1877
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdRequest";
|
|
1878
|
+
static readonly fields: FieldList;
|
|
1879
|
+
|
|
1880
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePackageMetaDataByIdRequest;
|
|
1881
|
+
|
|
1882
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePackageMetaDataByIdRequest;
|
|
1883
|
+
|
|
1884
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePackageMetaDataByIdRequest;
|
|
1885
|
+
|
|
1886
|
+
static equals(a: UpdatePackageMetaDataByIdRequest | PlainMessage<UpdatePackageMetaDataByIdRequest> | undefined, b: UpdatePackageMetaDataByIdRequest | PlainMessage<UpdatePackageMetaDataByIdRequest> | undefined): boolean;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
/**
|
|
1890
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdResponse
|
|
1891
|
+
*/
|
|
1892
|
+
export declare class UpdatePackageMetaDataByIdResponse extends Message<UpdatePackageMetaDataByIdResponse> {
|
|
1893
|
+
constructor(data?: PartialMessage<UpdatePackageMetaDataByIdResponse>);
|
|
1894
|
+
|
|
1895
|
+
static readonly runtime: typeof proto3;
|
|
1896
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdResponse";
|
|
1897
|
+
static readonly fields: FieldList;
|
|
1898
|
+
|
|
1899
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePackageMetaDataByIdResponse;
|
|
1900
|
+
|
|
1901
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePackageMetaDataByIdResponse;
|
|
1902
|
+
|
|
1903
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePackageMetaDataByIdResponse;
|
|
1904
|
+
|
|
1905
|
+
static equals(a: UpdatePackageMetaDataByIdResponse | PlainMessage<UpdatePackageMetaDataByIdResponse> | undefined, b: UpdatePackageMetaDataByIdResponse | PlainMessage<UpdatePackageMetaDataByIdResponse> | undefined): boolean;
|
|
1906
|
+
}
|
|
1907
|
+
|