@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/pricer_pb.d.ts
ADDED
|
@@ -0,0 +1,823 @@
|
|
|
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/pricer.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 } from "@bufbuild/protobuf";
|
|
9
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PriceMessage
|
|
13
|
+
*/
|
|
14
|
+
export declare class PriceMessage extends Message<PriceMessage> {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: double vnd = 1;
|
|
17
|
+
*/
|
|
18
|
+
vnd: number;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: double credit = 2;
|
|
22
|
+
*/
|
|
23
|
+
credit: number;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: double promotion = 3;
|
|
27
|
+
*/
|
|
28
|
+
promotion: number;
|
|
29
|
+
|
|
30
|
+
constructor(data?: PartialMessage<PriceMessage>);
|
|
31
|
+
|
|
32
|
+
static readonly runtime: typeof proto3;
|
|
33
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PriceMessage";
|
|
34
|
+
static readonly fields: FieldList;
|
|
35
|
+
|
|
36
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PriceMessage;
|
|
37
|
+
|
|
38
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PriceMessage;
|
|
39
|
+
|
|
40
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PriceMessage;
|
|
41
|
+
|
|
42
|
+
static equals(a: PriceMessage | PlainMessage<PriceMessage> | undefined, b: PriceMessage | PlainMessage<PriceMessage> | undefined): boolean;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DetailPriceBundle
|
|
47
|
+
*/
|
|
48
|
+
export declare class DetailPriceBundle extends Message<DetailPriceBundle> {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: string service_name = 1;
|
|
51
|
+
*/
|
|
52
|
+
serviceName: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: string service_type = 2;
|
|
56
|
+
*/
|
|
57
|
+
serviceType: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: string service_params = 3;
|
|
61
|
+
*/
|
|
62
|
+
serviceParams: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: int64 bundle_segment_id = 4;
|
|
66
|
+
*/
|
|
67
|
+
bundleSegmentId: bigint;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 5;
|
|
71
|
+
*/
|
|
72
|
+
price?: PriceMessage;
|
|
73
|
+
|
|
74
|
+
constructor(data?: PartialMessage<DetailPriceBundle>);
|
|
75
|
+
|
|
76
|
+
static readonly runtime: typeof proto3;
|
|
77
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.DetailPriceBundle";
|
|
78
|
+
static readonly fields: FieldList;
|
|
79
|
+
|
|
80
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DetailPriceBundle;
|
|
81
|
+
|
|
82
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DetailPriceBundle;
|
|
83
|
+
|
|
84
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DetailPriceBundle;
|
|
85
|
+
|
|
86
|
+
static equals(a: DetailPriceBundle | PlainMessage<DetailPriceBundle> | undefined, b: DetailPriceBundle | PlainMessage<DetailPriceBundle> | undefined): boolean;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from message ct_logic_uni_rev_payment.v1.BundlePriceMessage
|
|
91
|
+
*/
|
|
92
|
+
export declare class BundlePriceMessage extends Message<BundlePriceMessage> {
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: int64 id = 1;
|
|
95
|
+
*/
|
|
96
|
+
id: bigint;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @generated from field: string name = 2;
|
|
100
|
+
*/
|
|
101
|
+
name: string;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* @generated from field: string tagging_name = 3;
|
|
105
|
+
*/
|
|
106
|
+
taggingName: string;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @generated from field: string title = 4;
|
|
110
|
+
*/
|
|
111
|
+
title: string;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: string image_url = 5;
|
|
115
|
+
*/
|
|
116
|
+
imageUrl: string;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from field: string gif_image_url = 6;
|
|
120
|
+
*/
|
|
121
|
+
gifImageUrl: string;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @generated from field: string description = 7;
|
|
125
|
+
*/
|
|
126
|
+
description: string;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: string message = 8;
|
|
130
|
+
*/
|
|
131
|
+
message: string;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: bool enabled = 9;
|
|
135
|
+
*/
|
|
136
|
+
enabled: boolean;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* @generated from field: bool is_bundle_listing = 10;
|
|
140
|
+
*/
|
|
141
|
+
isBundleListing: boolean;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from field: int64 bundle_premium_services_only_duration = 11;
|
|
145
|
+
*/
|
|
146
|
+
bundlePremiumServicesOnlyDuration: bigint;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 12;
|
|
150
|
+
*/
|
|
151
|
+
price?: PriceMessage;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: int64 bundle_segment_id = 13;
|
|
155
|
+
*/
|
|
156
|
+
bundleSegmentId: bigint;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: string segment_id = 14;
|
|
160
|
+
*/
|
|
161
|
+
segmentId: string;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.DetailPriceBundle detail_prices = 15;
|
|
165
|
+
*/
|
|
166
|
+
detailPrices: DetailPriceBundle[];
|
|
167
|
+
|
|
168
|
+
constructor(data?: PartialMessage<BundlePriceMessage>);
|
|
169
|
+
|
|
170
|
+
static readonly runtime: typeof proto3;
|
|
171
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.BundlePriceMessage";
|
|
172
|
+
static readonly fields: FieldList;
|
|
173
|
+
|
|
174
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BundlePriceMessage;
|
|
175
|
+
|
|
176
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BundlePriceMessage;
|
|
177
|
+
|
|
178
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BundlePriceMessage;
|
|
179
|
+
|
|
180
|
+
static equals(a: BundlePriceMessage | PlainMessage<BundlePriceMessage> | undefined, b: BundlePriceMessage | PlainMessage<BundlePriceMessage> | undefined): boolean;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @generated from message ct_logic_uni_rev_payment.v1.InsertAdPriceMessage
|
|
185
|
+
*/
|
|
186
|
+
export declare class InsertAdPriceMessage extends Message<InsertAdPriceMessage> {
|
|
187
|
+
/**
|
|
188
|
+
* @generated from field: string action_type = 1;
|
|
189
|
+
*/
|
|
190
|
+
actionType: string;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* @generated from field: int64 duration = 2;
|
|
194
|
+
*/
|
|
195
|
+
duration: bigint;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @generated from field: string ad_type = 3;
|
|
199
|
+
*/
|
|
200
|
+
adType: string;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: int64 category_id = 4;
|
|
204
|
+
*/
|
|
205
|
+
categoryId: bigint;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: int64 region_id = 5;
|
|
209
|
+
*/
|
|
210
|
+
regionId: bigint;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: string message_promotion = 6;
|
|
214
|
+
*/
|
|
215
|
+
messagePromotion: string;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: bool is_default_duration = 7;
|
|
219
|
+
*/
|
|
220
|
+
isDefaultDuration: boolean;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 8;
|
|
224
|
+
*/
|
|
225
|
+
price?: PriceMessage;
|
|
226
|
+
|
|
227
|
+
constructor(data?: PartialMessage<InsertAdPriceMessage>);
|
|
228
|
+
|
|
229
|
+
static readonly runtime: typeof proto3;
|
|
230
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.InsertAdPriceMessage";
|
|
231
|
+
static readonly fields: FieldList;
|
|
232
|
+
|
|
233
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InsertAdPriceMessage;
|
|
234
|
+
|
|
235
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InsertAdPriceMessage;
|
|
236
|
+
|
|
237
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InsertAdPriceMessage;
|
|
238
|
+
|
|
239
|
+
static equals(a: InsertAdPriceMessage | PlainMessage<InsertAdPriceMessage> | undefined, b: InsertAdPriceMessage | PlainMessage<InsertAdPriceMessage> | undefined): boolean;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ShopToChototPriceMessage
|
|
244
|
+
*/
|
|
245
|
+
export declare class ShopToChototPriceMessage extends Message<ShopToChototPriceMessage> {
|
|
246
|
+
/**
|
|
247
|
+
* @generated from field: string action_type = 1;
|
|
248
|
+
*/
|
|
249
|
+
actionType: string;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @generated from field: int64 duration = 2;
|
|
253
|
+
*/
|
|
254
|
+
duration: bigint;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* @generated from field: string ad_type = 3;
|
|
258
|
+
*/
|
|
259
|
+
adType: string;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* @generated from field: int64 category_id = 4;
|
|
263
|
+
*/
|
|
264
|
+
categoryId: bigint;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* @generated from field: int64 region_id = 5;
|
|
268
|
+
*/
|
|
269
|
+
regionId: bigint;
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: string message_promotion = 6;
|
|
273
|
+
*/
|
|
274
|
+
messagePromotion: string;
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* @generated from field: bool is_default_duration = 7;
|
|
278
|
+
*/
|
|
279
|
+
isDefaultDuration: boolean;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 8;
|
|
283
|
+
*/
|
|
284
|
+
price?: PriceMessage;
|
|
285
|
+
|
|
286
|
+
constructor(data?: PartialMessage<ShopToChototPriceMessage>);
|
|
287
|
+
|
|
288
|
+
static readonly runtime: typeof proto3;
|
|
289
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.ShopToChototPriceMessage";
|
|
290
|
+
static readonly fields: FieldList;
|
|
291
|
+
|
|
292
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ShopToChototPriceMessage;
|
|
293
|
+
|
|
294
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ShopToChototPriceMessage;
|
|
295
|
+
|
|
296
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ShopToChototPriceMessage;
|
|
297
|
+
|
|
298
|
+
static equals(a: ShopToChototPriceMessage | PlainMessage<ShopToChototPriceMessage> | undefined, b: ShopToChototPriceMessage | PlainMessage<ShopToChototPriceMessage> | undefined): boolean;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* @generated from message ct_logic_uni_rev_payment.v1.StickyAdPriceMessage
|
|
303
|
+
*/
|
|
304
|
+
export declare class StickyAdPriceMessage extends Message<StickyAdPriceMessage> {
|
|
305
|
+
/**
|
|
306
|
+
* @generated from field: int64 category_id = 1;
|
|
307
|
+
*/
|
|
308
|
+
categoryId: bigint;
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* @generated from field: string duration = 2;
|
|
312
|
+
*/
|
|
313
|
+
duration: string;
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: int64 region_id = 3;
|
|
317
|
+
*/
|
|
318
|
+
regionId: bigint;
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* @generated from field: string message_promotion = 4;
|
|
322
|
+
*/
|
|
323
|
+
messagePromotion: string;
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* @generated from field: string discount_label = 5;
|
|
327
|
+
*/
|
|
328
|
+
discountLabel: string;
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* @generated from field: bool is_disabled = 6;
|
|
332
|
+
*/
|
|
333
|
+
isDisabled: boolean;
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 7;
|
|
337
|
+
*/
|
|
338
|
+
price?: PriceMessage;
|
|
339
|
+
|
|
340
|
+
constructor(data?: PartialMessage<StickyAdPriceMessage>);
|
|
341
|
+
|
|
342
|
+
static readonly runtime: typeof proto3;
|
|
343
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.StickyAdPriceMessage";
|
|
344
|
+
static readonly fields: FieldList;
|
|
345
|
+
|
|
346
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StickyAdPriceMessage;
|
|
347
|
+
|
|
348
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StickyAdPriceMessage;
|
|
349
|
+
|
|
350
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StickyAdPriceMessage;
|
|
351
|
+
|
|
352
|
+
static equals(a: StickyAdPriceMessage | PlainMessage<StickyAdPriceMessage> | undefined, b: StickyAdPriceMessage | PlainMessage<StickyAdPriceMessage> | undefined): boolean;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* @generated from message ct_logic_uni_rev_payment.v1.BumpPriceMessage
|
|
357
|
+
*/
|
|
358
|
+
export declare class BumpPriceMessage extends Message<BumpPriceMessage> {
|
|
359
|
+
/**
|
|
360
|
+
* @generated from field: string bump_type = 1;
|
|
361
|
+
*/
|
|
362
|
+
bumpType: string;
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* @generated from field: string discount_label = 2;
|
|
366
|
+
*/
|
|
367
|
+
discountLabel: string;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* @generated from field: string duration = 3;
|
|
371
|
+
*/
|
|
372
|
+
duration: string;
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* @generated from field: string message_promotion = 4;
|
|
376
|
+
*/
|
|
377
|
+
messagePromotion: string;
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* @generated from field: bool is_disabled = 5;
|
|
381
|
+
*/
|
|
382
|
+
isDisabled: boolean;
|
|
383
|
+
|
|
384
|
+
/**
|
|
385
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 6;
|
|
386
|
+
*/
|
|
387
|
+
price?: PriceMessage;
|
|
388
|
+
|
|
389
|
+
constructor(data?: PartialMessage<BumpPriceMessage>);
|
|
390
|
+
|
|
391
|
+
static readonly runtime: typeof proto3;
|
|
392
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.BumpPriceMessage";
|
|
393
|
+
static readonly fields: FieldList;
|
|
394
|
+
|
|
395
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BumpPriceMessage;
|
|
396
|
+
|
|
397
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BumpPriceMessage;
|
|
398
|
+
|
|
399
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BumpPriceMessage;
|
|
400
|
+
|
|
401
|
+
static equals(a: BumpPriceMessage | PlainMessage<BumpPriceMessage> | undefined, b: BumpPriceMessage | PlainMessage<BumpPriceMessage> | undefined): boolean;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* @generated from message ct_logic_uni_rev_payment.v1.TimerBumpPriceMessage
|
|
406
|
+
*/
|
|
407
|
+
export declare class TimerBumpPriceMessage extends Message<TimerBumpPriceMessage> {
|
|
408
|
+
/**
|
|
409
|
+
* @generated from field: string message_promotion = 1;
|
|
410
|
+
*/
|
|
411
|
+
messagePromotion: string;
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* @generated from field: bool is_disabled = 2;
|
|
415
|
+
*/
|
|
416
|
+
isDisabled: boolean;
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 3;
|
|
420
|
+
*/
|
|
421
|
+
price?: PriceMessage;
|
|
422
|
+
|
|
423
|
+
constructor(data?: PartialMessage<TimerBumpPriceMessage>);
|
|
424
|
+
|
|
425
|
+
static readonly runtime: typeof proto3;
|
|
426
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.TimerBumpPriceMessage";
|
|
427
|
+
static readonly fields: FieldList;
|
|
428
|
+
|
|
429
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TimerBumpPriceMessage;
|
|
430
|
+
|
|
431
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TimerBumpPriceMessage;
|
|
432
|
+
|
|
433
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TimerBumpPriceMessage;
|
|
434
|
+
|
|
435
|
+
static equals(a: TimerBumpPriceMessage | PlainMessage<TimerBumpPriceMessage> | undefined, b: TimerBumpPriceMessage | PlainMessage<TimerBumpPriceMessage> | undefined): boolean;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CupidPriceMessage
|
|
440
|
+
*/
|
|
441
|
+
export declare class CupidPriceMessage extends Message<CupidPriceMessage> {
|
|
442
|
+
/**
|
|
443
|
+
* @generated from field: int64 category_id = 1;
|
|
444
|
+
*/
|
|
445
|
+
categoryId: bigint;
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: int64 region_id = 2;
|
|
449
|
+
*/
|
|
450
|
+
regionId: bigint;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* @generated from field: int64 duration = 3;
|
|
454
|
+
*/
|
|
455
|
+
duration: bigint;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: string message_promotion = 4;
|
|
459
|
+
*/
|
|
460
|
+
messagePromotion: string;
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @generated from field: bool is_disabled = 5;
|
|
464
|
+
*/
|
|
465
|
+
isDisabled: boolean;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 6;
|
|
469
|
+
*/
|
|
470
|
+
price?: PriceMessage;
|
|
471
|
+
|
|
472
|
+
constructor(data?: PartialMessage<CupidPriceMessage>);
|
|
473
|
+
|
|
474
|
+
static readonly runtime: typeof proto3;
|
|
475
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CupidPriceMessage";
|
|
476
|
+
static readonly fields: FieldList;
|
|
477
|
+
|
|
478
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CupidPriceMessage;
|
|
479
|
+
|
|
480
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CupidPriceMessage;
|
|
481
|
+
|
|
482
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CupidPriceMessage;
|
|
483
|
+
|
|
484
|
+
static equals(a: CupidPriceMessage | PlainMessage<CupidPriceMessage> | undefined, b: CupidPriceMessage | PlainMessage<CupidPriceMessage> | undefined): boolean;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* @generated from message ct_logic_uni_rev_payment.v1.IntensiveBumpPriceMessage
|
|
489
|
+
*/
|
|
490
|
+
export declare class IntensiveBumpPriceMessage extends Message<IntensiveBumpPriceMessage> {
|
|
491
|
+
/**
|
|
492
|
+
* @generated from field: int64 category_id = 1;
|
|
493
|
+
*/
|
|
494
|
+
categoryId: bigint;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* @generated from field: int64 region_id = 2;
|
|
498
|
+
*/
|
|
499
|
+
regionId: bigint;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: int64 duration = 3;
|
|
503
|
+
*/
|
|
504
|
+
duration: bigint;
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* @generated from field: string message_promotion = 4;
|
|
508
|
+
*/
|
|
509
|
+
messagePromotion: string;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* @generated from field: bool is_disabled = 5;
|
|
513
|
+
*/
|
|
514
|
+
isDisabled: boolean;
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* @generated from field: string discount_label = 6;
|
|
518
|
+
*/
|
|
519
|
+
discountLabel: string;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 7;
|
|
523
|
+
*/
|
|
524
|
+
price?: PriceMessage;
|
|
525
|
+
|
|
526
|
+
constructor(data?: PartialMessage<IntensiveBumpPriceMessage>);
|
|
527
|
+
|
|
528
|
+
static readonly runtime: typeof proto3;
|
|
529
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.IntensiveBumpPriceMessage";
|
|
530
|
+
static readonly fields: FieldList;
|
|
531
|
+
|
|
532
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): IntensiveBumpPriceMessage;
|
|
533
|
+
|
|
534
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): IntensiveBumpPriceMessage;
|
|
535
|
+
|
|
536
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): IntensiveBumpPriceMessage;
|
|
537
|
+
|
|
538
|
+
static equals(a: IntensiveBumpPriceMessage | PlainMessage<IntensiveBumpPriceMessage> | undefined, b: IntensiveBumpPriceMessage | PlainMessage<IntensiveBumpPriceMessage> | undefined): boolean;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* @generated from message ct_logic_uni_rev_payment.v1.SpecialDisplayPriceMessage
|
|
543
|
+
*/
|
|
544
|
+
export declare class SpecialDisplayPriceMessage extends Message<SpecialDisplayPriceMessage> {
|
|
545
|
+
/**
|
|
546
|
+
* @generated from field: int64 category_id = 1;
|
|
547
|
+
*/
|
|
548
|
+
categoryId: bigint;
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* @generated from field: int64 duration = 2;
|
|
552
|
+
*/
|
|
553
|
+
duration: bigint;
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* @generated from field: int64 region_id = 3;
|
|
557
|
+
*/
|
|
558
|
+
regionId: bigint;
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* @generated from field: string ad_type = 4;
|
|
562
|
+
*/
|
|
563
|
+
adType: string;
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* @generated from field: string message_promotion = 5;
|
|
567
|
+
*/
|
|
568
|
+
messagePromotion: string;
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PriceMessage price = 6;
|
|
572
|
+
*/
|
|
573
|
+
price?: PriceMessage;
|
|
574
|
+
|
|
575
|
+
constructor(data?: PartialMessage<SpecialDisplayPriceMessage>);
|
|
576
|
+
|
|
577
|
+
static readonly runtime: typeof proto3;
|
|
578
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.SpecialDisplayPriceMessage";
|
|
579
|
+
static readonly fields: FieldList;
|
|
580
|
+
|
|
581
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SpecialDisplayPriceMessage;
|
|
582
|
+
|
|
583
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SpecialDisplayPriceMessage;
|
|
584
|
+
|
|
585
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SpecialDisplayPriceMessage;
|
|
586
|
+
|
|
587
|
+
static equals(a: SpecialDisplayPriceMessage | PlainMessage<SpecialDisplayPriceMessage> | undefined, b: SpecialDisplayPriceMessage | PlainMessage<SpecialDisplayPriceMessage> | undefined): boolean;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdItemRequest
|
|
592
|
+
*/
|
|
593
|
+
export declare class GetPricePremiumFeatureByAdItemRequest extends Message<GetPricePremiumFeatureByAdItemRequest> {
|
|
594
|
+
/**
|
|
595
|
+
* @generated from field: int64 ad_id = 1;
|
|
596
|
+
*/
|
|
597
|
+
adId: bigint;
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* @generated from field: int64 region_id = 2;
|
|
601
|
+
*/
|
|
602
|
+
regionId: bigint;
|
|
603
|
+
|
|
604
|
+
/**
|
|
605
|
+
* @generated from field: int64 category_id = 3;
|
|
606
|
+
*/
|
|
607
|
+
categoryId: bigint;
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* @generated from field: string ad_type = 4;
|
|
611
|
+
*/
|
|
612
|
+
adType: string;
|
|
613
|
+
|
|
614
|
+
/**
|
|
615
|
+
* @generated from field: int64 duration = 5;
|
|
616
|
+
*/
|
|
617
|
+
duration: bigint;
|
|
618
|
+
|
|
619
|
+
constructor(data?: PartialMessage<GetPricePremiumFeatureByAdItemRequest>);
|
|
620
|
+
|
|
621
|
+
static readonly runtime: typeof proto3;
|
|
622
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdItemRequest";
|
|
623
|
+
static readonly fields: FieldList;
|
|
624
|
+
|
|
625
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPricePremiumFeatureByAdItemRequest;
|
|
626
|
+
|
|
627
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdItemRequest;
|
|
628
|
+
|
|
629
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdItemRequest;
|
|
630
|
+
|
|
631
|
+
static equals(a: GetPricePremiumFeatureByAdItemRequest | PlainMessage<GetPricePremiumFeatureByAdItemRequest> | undefined, b: GetPricePremiumFeatureByAdItemRequest | PlainMessage<GetPricePremiumFeatureByAdItemRequest> | undefined): boolean;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdRequest
|
|
636
|
+
*/
|
|
637
|
+
export declare class GetPricePremiumFeatureByAdRequest extends Message<GetPricePremiumFeatureByAdRequest> {
|
|
638
|
+
/**
|
|
639
|
+
* @generated from field: int64 account_id = 1;
|
|
640
|
+
*/
|
|
641
|
+
accountId: bigint;
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdItemRequest data = 2;
|
|
645
|
+
*/
|
|
646
|
+
data: GetPricePremiumFeatureByAdItemRequest[];
|
|
647
|
+
|
|
648
|
+
constructor(data?: PartialMessage<GetPricePremiumFeatureByAdRequest>);
|
|
649
|
+
|
|
650
|
+
static readonly runtime: typeof proto3;
|
|
651
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdRequest";
|
|
652
|
+
static readonly fields: FieldList;
|
|
653
|
+
|
|
654
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPricePremiumFeatureByAdRequest;
|
|
655
|
+
|
|
656
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdRequest;
|
|
657
|
+
|
|
658
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdRequest;
|
|
659
|
+
|
|
660
|
+
static equals(a: GetPricePremiumFeatureByAdRequest | PlainMessage<GetPricePremiumFeatureByAdRequest> | undefined, b: GetPricePremiumFeatureByAdRequest | PlainMessage<GetPricePremiumFeatureByAdRequest> | undefined): boolean;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/**
|
|
664
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdItemResponse
|
|
665
|
+
*/
|
|
666
|
+
export declare class GetPricePremiumFeatureByAdItemResponse extends Message<GetPricePremiumFeatureByAdItemResponse> {
|
|
667
|
+
/**
|
|
668
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.BundlePriceMessage bundles = 1;
|
|
669
|
+
*/
|
|
670
|
+
bundles: BundlePriceMessage[];
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.InsertAdPriceMessage insert_ads = 2;
|
|
674
|
+
*/
|
|
675
|
+
insertAds: InsertAdPriceMessage[];
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.StickyAdPriceMessage sticky_ads = 3;
|
|
679
|
+
*/
|
|
680
|
+
stickyAds: StickyAdPriceMessage[];
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.BumpPriceMessage bump = 4;
|
|
684
|
+
*/
|
|
685
|
+
bump: BumpPriceMessage[];
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.TimerBumpPriceMessage timer_bump = 5;
|
|
689
|
+
*/
|
|
690
|
+
timerBump?: TimerBumpPriceMessage;
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.CupidPriceMessage cupid = 6;
|
|
694
|
+
*/
|
|
695
|
+
cupid: CupidPriceMessage[];
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.IntensiveBumpPriceMessage intensive_bump = 7;
|
|
699
|
+
*/
|
|
700
|
+
intensiveBump: IntensiveBumpPriceMessage[];
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.SpecialDisplayPriceMessage special_display = 8;
|
|
704
|
+
*/
|
|
705
|
+
specialDisplay: SpecialDisplayPriceMessage[];
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.ShopToChototPriceMessage shop_to_chotot = 9;
|
|
709
|
+
*/
|
|
710
|
+
shopToChotot: ShopToChototPriceMessage[];
|
|
711
|
+
|
|
712
|
+
constructor(data?: PartialMessage<GetPricePremiumFeatureByAdItemResponse>);
|
|
713
|
+
|
|
714
|
+
static readonly runtime: typeof proto3;
|
|
715
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdItemResponse";
|
|
716
|
+
static readonly fields: FieldList;
|
|
717
|
+
|
|
718
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPricePremiumFeatureByAdItemResponse;
|
|
719
|
+
|
|
720
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdItemResponse;
|
|
721
|
+
|
|
722
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdItemResponse;
|
|
723
|
+
|
|
724
|
+
static equals(a: GetPricePremiumFeatureByAdItemResponse | PlainMessage<GetPricePremiumFeatureByAdItemResponse> | undefined, b: GetPricePremiumFeatureByAdItemResponse | PlainMessage<GetPricePremiumFeatureByAdItemResponse> | undefined): boolean;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
/**
|
|
728
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdResponse
|
|
729
|
+
*/
|
|
730
|
+
export declare class GetPricePremiumFeatureByAdResponse extends Message<GetPricePremiumFeatureByAdResponse> {
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: map<int64, ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdItemResponse> data = 1;
|
|
733
|
+
*/
|
|
734
|
+
data: { [key: string]: GetPricePremiumFeatureByAdItemResponse };
|
|
735
|
+
|
|
736
|
+
constructor(data?: PartialMessage<GetPricePremiumFeatureByAdResponse>);
|
|
737
|
+
|
|
738
|
+
static readonly runtime: typeof proto3;
|
|
739
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPricePremiumFeatureByAdResponse";
|
|
740
|
+
static readonly fields: FieldList;
|
|
741
|
+
|
|
742
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPricePremiumFeatureByAdResponse;
|
|
743
|
+
|
|
744
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdResponse;
|
|
745
|
+
|
|
746
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPricePremiumFeatureByAdResponse;
|
|
747
|
+
|
|
748
|
+
static equals(a: GetPricePremiumFeatureByAdResponse | PlainMessage<GetPricePremiumFeatureByAdResponse> | undefined, b: GetPricePremiumFeatureByAdResponse | PlainMessage<GetPricePremiumFeatureByAdResponse> | undefined): boolean;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPriceListingFeeDurationRequest
|
|
753
|
+
*/
|
|
754
|
+
export declare class GetPriceListingFeeDurationRequest extends Message<GetPriceListingFeeDurationRequest> {
|
|
755
|
+
/**
|
|
756
|
+
* @generated from field: int64 account_id = 1;
|
|
757
|
+
*/
|
|
758
|
+
accountId: bigint;
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
* @generated from field: int64 ad_id = 2;
|
|
762
|
+
*/
|
|
763
|
+
adId: bigint;
|
|
764
|
+
|
|
765
|
+
constructor(data?: PartialMessage<GetPriceListingFeeDurationRequest>);
|
|
766
|
+
|
|
767
|
+
static readonly runtime: typeof proto3;
|
|
768
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPriceListingFeeDurationRequest";
|
|
769
|
+
static readonly fields: FieldList;
|
|
770
|
+
|
|
771
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPriceListingFeeDurationRequest;
|
|
772
|
+
|
|
773
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationRequest;
|
|
774
|
+
|
|
775
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationRequest;
|
|
776
|
+
|
|
777
|
+
static equals(a: GetPriceListingFeeDurationRequest | PlainMessage<GetPriceListingFeeDurationRequest> | undefined, b: GetPriceListingFeeDurationRequest | PlainMessage<GetPriceListingFeeDurationRequest> | undefined): boolean;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPriceListingFeeDurationResponse
|
|
782
|
+
*/
|
|
783
|
+
export declare class GetPriceListingFeeDurationResponse extends Message<GetPriceListingFeeDurationResponse> {
|
|
784
|
+
/**
|
|
785
|
+
* @generated from field: repeated int64 listing_fee_duration = 1;
|
|
786
|
+
*/
|
|
787
|
+
listingFeeDuration: bigint[];
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: int64 default_duration = 2;
|
|
791
|
+
*/
|
|
792
|
+
defaultDuration: bigint;
|
|
793
|
+
|
|
794
|
+
/**
|
|
795
|
+
* @generated from field: int64 default_duration_for_free_ad = 3;
|
|
796
|
+
*/
|
|
797
|
+
defaultDurationForFreeAd: bigint;
|
|
798
|
+
|
|
799
|
+
/**
|
|
800
|
+
* @generated from field: string message_title = 4;
|
|
801
|
+
*/
|
|
802
|
+
messageTitle: string;
|
|
803
|
+
|
|
804
|
+
/**
|
|
805
|
+
* @generated from field: string message_body = 5;
|
|
806
|
+
*/
|
|
807
|
+
messageBody: string;
|
|
808
|
+
|
|
809
|
+
constructor(data?: PartialMessage<GetPriceListingFeeDurationResponse>);
|
|
810
|
+
|
|
811
|
+
static readonly runtime: typeof proto3;
|
|
812
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetPriceListingFeeDurationResponse";
|
|
813
|
+
static readonly fields: FieldList;
|
|
814
|
+
|
|
815
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPriceListingFeeDurationResponse;
|
|
816
|
+
|
|
817
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationResponse;
|
|
818
|
+
|
|
819
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationResponse;
|
|
820
|
+
|
|
821
|
+
static equals(a: GetPriceListingFeeDurationResponse | PlainMessage<GetPriceListingFeeDurationResponse> | undefined, b: GetPriceListingFeeDurationResponse | PlainMessage<GetPriceListingFeeDurationResponse> | undefined): boolean;
|
|
822
|
+
}
|
|
823
|
+
|