@chotot/ct-logic-uni-rev-premium-v1 1.286.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.
Files changed (93) hide show
  1. package/ad.proto +89 -0
  2. package/ad_delivery.proto +232 -0
  3. package/ad_delivery_pb.d.ts +1285 -0
  4. package/ad_delivery_pb.js +439 -0
  5. package/ad_delivery_service-LogicUniRevPremiumAdDeliveryService_connectquery.d.ts +138 -0
  6. package/ad_delivery_service-LogicUniRevPremiumAdDeliveryService_connectquery.js +211 -0
  7. package/ad_delivery_service.proto +65 -0
  8. package/ad_delivery_service_connect.d.ts +125 -0
  9. package/ad_delivery_service_connect.js +125 -0
  10. package/ad_optimization.proto +111 -0
  11. package/ad_optimization_pb.d.ts +601 -0
  12. package/ad_optimization_pb.js +214 -0
  13. package/ad_optimization_service-LogicUniRevPremiumAdOptimizationService_connectquery.d.ts +78 -0
  14. package/ad_optimization_service-LogicUniRevPremiumAdOptimizationService_connectquery.js +115 -0
  15. package/ad_optimization_service.proto +21 -0
  16. package/ad_optimization_service_connect.d.ts +71 -0
  17. package/ad_optimization_service_connect.js +71 -0
  18. package/ad_pb.d.ts +461 -0
  19. package/ad_pb.js +172 -0
  20. package/ad_service-LogicUniRevPremiumAdService_connectquery.d.ts +58 -0
  21. package/ad_service-LogicUniRevPremiumAdService_connectquery.js +83 -0
  22. package/ad_service.proto +15 -0
  23. package/ad_service_connect.d.ts +53 -0
  24. package/ad_service_connect.js +53 -0
  25. package/ad_social_platform.proto +108 -0
  26. package/ad_social_platform_pb.d.ts +474 -0
  27. package/ad_social_platform_pb.js +156 -0
  28. package/ad_social_platform_service-LogicUniRevPremiumAdSocialPlatformService_connectquery.d.ts +68 -0
  29. package/ad_social_platform_service-LogicUniRevPremiumAdSocialPlatformService_connectquery.js +99 -0
  30. package/ad_social_platform_service.proto +23 -0
  31. package/ad_social_platform_service_connect.d.ts +62 -0
  32. package/ad_social_platform_service_connect.js +62 -0
  33. package/bump_ad.proto +162 -0
  34. package/bump_ad_pb.d.ts +869 -0
  35. package/bump_ad_pb.js +308 -0
  36. package/bump_ad_service-LogicUniRevPremiumBumpAdService_connectquery.d.ts +123 -0
  37. package/bump_ad_service-LogicUniRevPremiumBumpAdService_connectquery.js +189 -0
  38. package/bump_ad_service.proto +56 -0
  39. package/bump_ad_service_connect.d.ts +112 -0
  40. package/bump_ad_service_connect.js +112 -0
  41. package/free_ps.proto +527 -0
  42. package/free_ps_pb.d.ts +2848 -0
  43. package/free_ps_pb.js +934 -0
  44. package/free_ps_service-LogicUniRevPremiumFreePsService_connectquery.d.ts +304 -0
  45. package/free_ps_service-LogicUniRevPremiumFreePsService_connectquery.js +483 -0
  46. package/free_ps_service.proto +62 -0
  47. package/free_ps_service_connect.d.ts +276 -0
  48. package/free_ps_service_connect.js +276 -0
  49. package/listing_tier.proto +228 -0
  50. package/listing_tier_pb.d.ts +1032 -0
  51. package/listing_tier_pb.js +365 -0
  52. package/listing_tier_service-LogicUniRevPremiumListingTierService_connectquery.d.ts +108 -0
  53. package/listing_tier_service-LogicUniRevPremiumListingTierService_connectquery.js +163 -0
  54. package/listing_tier_service.proto +19 -0
  55. package/listing_tier_service_connect.d.ts +98 -0
  56. package/listing_tier_service_connect.js +98 -0
  57. package/onbehalf.proto +91 -0
  58. package/onbehalf_pb.d.ts +411 -0
  59. package/onbehalf_pb.js +138 -0
  60. package/onbehalf_service-LogicUniRevPremiumOnbehalfService_connectquery.d.ts +28 -0
  61. package/onbehalf_service-LogicUniRevPremiumOnbehalfService_connectquery.js +35 -0
  62. package/onbehalf_service.proto +11 -0
  63. package/onbehalf_service_connect.d.ts +26 -0
  64. package/onbehalf_service_connect.js +26 -0
  65. package/package.json +10 -0
  66. package/premium_services.proto +1005 -0
  67. package/premium_services_pb.d.ts +5465 -0
  68. package/premium_services_pb.js +1840 -0
  69. package/premium_services_service-LogicUniRevPremiumPremiumServicesService_connectquery.d.ts +496 -0
  70. package/premium_services_service-LogicUniRevPremiumPremiumServicesService_connectquery.js +787 -0
  71. package/premium_services_service.proto +132 -0
  72. package/premium_services_service_connect.d.ts +448 -0
  73. package/premium_services_service_connect.js +448 -0
  74. package/pricing.proto +722 -0
  75. package/pricing_pb.d.ts +3949 -0
  76. package/pricing_pb.js +1372 -0
  77. package/pricing_service-LogicUniRevPremiumPricingService_connectquery.d.ts +411 -0
  78. package/pricing_service-LogicUniRevPremiumPricingService_connectquery.js +653 -0
  79. package/pricing_service.proto +63 -0
  80. package/pricing_service_connect.d.ts +372 -0
  81. package/pricing_service_connect.js +372 -0
  82. package/scripts/modify_package_json.js +50 -0
  83. package/special_display.proto +56 -0
  84. package/special_display_pb.d.ts +322 -0
  85. package/special_display_pb.js +113 -0
  86. package/special_display_service-LogicUniRevPremiumSpecialDisplayService_connectquery.d.ts +58 -0
  87. package/special_display_service-LogicUniRevPremiumSpecialDisplayService_connectquery.js +83 -0
  88. package/special_display_service.proto +24 -0
  89. package/special_display_service_connect.d.ts +53 -0
  90. package/special_display_service_connect.js +53 -0
  91. package/sticky_adinfo.proto +312 -0
  92. package/sticky_adinfo_pb.d.ts +1463 -0
  93. package/sticky_adinfo_pb.js +328 -0
@@ -0,0 +1,3949 @@
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-premium/v1/pricing.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
5
+ /* eslint-disable */
6
+ // @ts-nocheck
7
+
8
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage, Timestamp } from "@bufbuild/protobuf";
9
+ import { Message, proto3 } from "@bufbuild/protobuf";
10
+
11
+ /**
12
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidatePricingRequest
13
+ */
14
+ export declare class ValidatePricingRequest extends Message<ValidatePricingRequest> {
15
+ /**
16
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ValidatePricingItem prices = 1;
17
+ */
18
+ prices: ValidatePricingItem[];
19
+
20
+ /**
21
+ * @generated from field: int64 account_id = 2;
22
+ */
23
+ accountId: bigint;
24
+
25
+ constructor(data?: PartialMessage<ValidatePricingRequest>);
26
+
27
+ static readonly runtime: typeof proto3;
28
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ValidatePricingRequest";
29
+ static readonly fields: FieldList;
30
+
31
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidatePricingRequest;
32
+
33
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidatePricingRequest;
34
+
35
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidatePricingRequest;
36
+
37
+ static equals(a: ValidatePricingRequest | PlainMessage<ValidatePricingRequest> | undefined, b: ValidatePricingRequest | PlainMessage<ValidatePricingRequest> | undefined): boolean;
38
+ }
39
+
40
+ /**
41
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidatePricingItem
42
+ */
43
+ export declare class ValidatePricingItem extends Message<ValidatePricingItem> {
44
+ /**
45
+ * @generated from field: int64 price = 1;
46
+ */
47
+ price: bigint;
48
+
49
+ /**
50
+ * @generated from field: string service_type = 2;
51
+ */
52
+ serviceType: string;
53
+
54
+ /**
55
+ * @generated from field: int64 ad_id = 3;
56
+ */
57
+ adId: bigint;
58
+
59
+ /**
60
+ * @generated from field: int64 duration = 4;
61
+ */
62
+ duration: bigint;
63
+
64
+ /**
65
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.BlockTime block_times = 5;
66
+ */
67
+ blockTimes: BlockTime[];
68
+
69
+ /**
70
+ * @generated from field: string service_params = 6;
71
+ */
72
+ serviceParams: string;
73
+
74
+ /**
75
+ * @generated from field: int64 service_id = 7;
76
+ */
77
+ serviceId: bigint;
78
+
79
+ constructor(data?: PartialMessage<ValidatePricingItem>);
80
+
81
+ static readonly runtime: typeof proto3;
82
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ValidatePricingItem";
83
+ static readonly fields: FieldList;
84
+
85
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidatePricingItem;
86
+
87
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidatePricingItem;
88
+
89
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidatePricingItem;
90
+
91
+ static equals(a: ValidatePricingItem | PlainMessage<ValidatePricingItem> | undefined, b: ValidatePricingItem | PlainMessage<ValidatePricingItem> | undefined): boolean;
92
+ }
93
+
94
+ /**
95
+ * @generated from message ct_logic_uni_rev_premium.v1.BlockTime
96
+ */
97
+ export declare class BlockTime extends Message<BlockTime> {
98
+ /**
99
+ * @generated from field: int64 start = 1;
100
+ */
101
+ start: bigint;
102
+
103
+ /**
104
+ * @generated from field: int64 end = 2;
105
+ */
106
+ end: bigint;
107
+
108
+ constructor(data?: PartialMessage<BlockTime>);
109
+
110
+ static readonly runtime: typeof proto3;
111
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.BlockTime";
112
+ static readonly fields: FieldList;
113
+
114
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlockTime;
115
+
116
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlockTime;
117
+
118
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlockTime;
119
+
120
+ static equals(a: BlockTime | PlainMessage<BlockTime> | undefined, b: BlockTime | PlainMessage<BlockTime> | undefined): boolean;
121
+ }
122
+
123
+ /**
124
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidatePricingResponse
125
+ */
126
+ export declare class ValidatePricingResponse extends Message<ValidatePricingResponse> {
127
+ /**
128
+ * @generated from field: bool is_valid = 1;
129
+ */
130
+ isValid: boolean;
131
+
132
+ /**
133
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.InvalidatePricingResponseItem invalid_prices = 2;
134
+ */
135
+ invalidPrices: InvalidatePricingResponseItem[];
136
+
137
+ /**
138
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ValidPricingResponseItem valid_prices = 3;
139
+ */
140
+ validPrices: ValidPricingResponseItem[];
141
+
142
+ constructor(data?: PartialMessage<ValidatePricingResponse>);
143
+
144
+ static readonly runtime: typeof proto3;
145
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ValidatePricingResponse";
146
+ static readonly fields: FieldList;
147
+
148
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidatePricingResponse;
149
+
150
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidatePricingResponse;
151
+
152
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidatePricingResponse;
153
+
154
+ static equals(a: ValidatePricingResponse | PlainMessage<ValidatePricingResponse> | undefined, b: ValidatePricingResponse | PlainMessage<ValidatePricingResponse> | undefined): boolean;
155
+ }
156
+
157
+ /**
158
+ * @generated from message ct_logic_uni_rev_premium.v1.InvalidatePricingResponseItem
159
+ */
160
+ export declare class InvalidatePricingResponseItem extends Message<InvalidatePricingResponseItem> {
161
+ /**
162
+ * @generated from field: int64 price = 1;
163
+ */
164
+ price: bigint;
165
+
166
+ /**
167
+ * @generated from field: string service_type = 2;
168
+ */
169
+ serviceType: string;
170
+
171
+ /**
172
+ * used to describe why the price is invalid
173
+ * can be due to Invalid Ad Status
174
+ *
175
+ * @generated from field: string reason = 3;
176
+ */
177
+ reason: string;
178
+
179
+ /**
180
+ * @generated from field: int64 service_id = 4;
181
+ */
182
+ serviceId: bigint;
183
+
184
+ constructor(data?: PartialMessage<InvalidatePricingResponseItem>);
185
+
186
+ static readonly runtime: typeof proto3;
187
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.InvalidatePricingResponseItem";
188
+ static readonly fields: FieldList;
189
+
190
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InvalidatePricingResponseItem;
191
+
192
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InvalidatePricingResponseItem;
193
+
194
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InvalidatePricingResponseItem;
195
+
196
+ static equals(a: InvalidatePricingResponseItem | PlainMessage<InvalidatePricingResponseItem> | undefined, b: InvalidatePricingResponseItem | PlainMessage<InvalidatePricingResponseItem> | undefined): boolean;
197
+ }
198
+
199
+ /**
200
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidPricingResponseItem
201
+ */
202
+ export declare class ValidPricingResponseItem extends Message<ValidPricingResponseItem> {
203
+ /**
204
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 1;
205
+ */
206
+ price?: PriceUnit;
207
+
208
+ /**
209
+ * @generated from field: string service_type = 3;
210
+ */
211
+ serviceType: string;
212
+
213
+ /**
214
+ * @generated from field: int64 service_id = 4;
215
+ */
216
+ serviceId: bigint;
217
+
218
+ constructor(data?: PartialMessage<ValidPricingResponseItem>);
219
+
220
+ static readonly runtime: typeof proto3;
221
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ValidPricingResponseItem";
222
+ static readonly fields: FieldList;
223
+
224
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidPricingResponseItem;
225
+
226
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidPricingResponseItem;
227
+
228
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidPricingResponseItem;
229
+
230
+ static equals(a: ValidPricingResponseItem | PlainMessage<ValidPricingResponseItem> | undefined, b: ValidPricingResponseItem | PlainMessage<ValidPricingResponseItem> | undefined): boolean;
231
+ }
232
+
233
+ /**
234
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceUnit
235
+ */
236
+ export declare class PriceUnit extends Message<PriceUnit> {
237
+ /**
238
+ * @generated from field: int64 credit = 1;
239
+ */
240
+ credit: bigint;
241
+
242
+ /**
243
+ * @generated from field: int64 promotion = 2;
244
+ */
245
+ promotion: bigint;
246
+
247
+ /**
248
+ * @generated from field: int64 vnd = 3;
249
+ */
250
+ vnd: bigint;
251
+
252
+ constructor(data?: PartialMessage<PriceUnit>);
253
+
254
+ static readonly runtime: typeof proto3;
255
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PriceUnit";
256
+ static readonly fields: FieldList;
257
+
258
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PriceUnit;
259
+
260
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PriceUnit;
261
+
262
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PriceUnit;
263
+
264
+ static equals(a: PriceUnit | PlainMessage<PriceUnit> | undefined, b: PriceUnit | PlainMessage<PriceUnit> | undefined): boolean;
265
+ }
266
+
267
+ /**
268
+ * @generated from message ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceRequest
269
+ */
270
+ export declare class GetSpecialDisplayPriceRequest extends Message<GetSpecialDisplayPriceRequest> {
271
+ /**
272
+ * @generated from field: int64 account_id = 1;
273
+ */
274
+ accountId: bigint;
275
+
276
+ /**
277
+ * @generated from field: int64 region_id = 2;
278
+ */
279
+ regionId: bigint;
280
+
281
+ /**
282
+ * @generated from field: int64 category_id = 3;
283
+ */
284
+ categoryId: bigint;
285
+
286
+ /**
287
+ * @generated from field: int64 duration = 4;
288
+ */
289
+ duration: bigint;
290
+
291
+ /**
292
+ * @generated from field: string ad_type = 5;
293
+ */
294
+ adType: string;
295
+
296
+ constructor(data?: PartialMessage<GetSpecialDisplayPriceRequest>);
297
+
298
+ static readonly runtime: typeof proto3;
299
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceRequest";
300
+ static readonly fields: FieldList;
301
+
302
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSpecialDisplayPriceRequest;
303
+
304
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSpecialDisplayPriceRequest;
305
+
306
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSpecialDisplayPriceRequest;
307
+
308
+ static equals(a: GetSpecialDisplayPriceRequest | PlainMessage<GetSpecialDisplayPriceRequest> | undefined, b: GetSpecialDisplayPriceRequest | PlainMessage<GetSpecialDisplayPriceRequest> | undefined): boolean;
309
+ }
310
+
311
+ /**
312
+ * @generated from message ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceResponse
313
+ */
314
+ export declare class GetSpecialDisplayPriceResponse extends Message<GetSpecialDisplayPriceResponse> {
315
+ /**
316
+ * @generated from field: string ad_type = 1;
317
+ */
318
+ adType: string;
319
+
320
+ /**
321
+ * @generated from field: int64 campaign_id = 2;
322
+ */
323
+ campaignId: bigint;
324
+
325
+ /**
326
+ * @generated from field: int64 duration = 3;
327
+ */
328
+ duration: bigint;
329
+
330
+ /**
331
+ * @generated from field: int64 region_id = 4;
332
+ */
333
+ regionId: bigint;
334
+
335
+ /**
336
+ * @generated from field: int64 special_display = 5;
337
+ */
338
+ specialDisplay: bigint;
339
+
340
+ /**
341
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 6;
342
+ */
343
+ price?: PriceUnit;
344
+
345
+ constructor(data?: PartialMessage<GetSpecialDisplayPriceResponse>);
346
+
347
+ static readonly runtime: typeof proto3;
348
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceResponse";
349
+ static readonly fields: FieldList;
350
+
351
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSpecialDisplayPriceResponse;
352
+
353
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSpecialDisplayPriceResponse;
354
+
355
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSpecialDisplayPriceResponse;
356
+
357
+ static equals(a: GetSpecialDisplayPriceResponse | PlainMessage<GetSpecialDisplayPriceResponse> | undefined, b: GetSpecialDisplayPriceResponse | PlainMessage<GetSpecialDisplayPriceResponse> | undefined): boolean;
358
+ }
359
+
360
+ /**
361
+ * @generated from message ct_logic_uni_rev_premium.v1.DetailPriceBundle
362
+ */
363
+ export declare class DetailPriceBundle extends Message<DetailPriceBundle> {
364
+ /**
365
+ * @generated from field: string service_name = 1;
366
+ */
367
+ serviceName: string;
368
+
369
+ /**
370
+ * @generated from field: string service_type = 2;
371
+ */
372
+ serviceType: string;
373
+
374
+ /**
375
+ * @generated from field: string service_params = 3;
376
+ */
377
+ serviceParams: string;
378
+
379
+ /**
380
+ * @generated from field: int64 bundle_segment_id = 4;
381
+ */
382
+ bundleSegmentId: bigint;
383
+
384
+ /**
385
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 5;
386
+ */
387
+ price?: PriceUnit;
388
+
389
+ constructor(data?: PartialMessage<DetailPriceBundle>);
390
+
391
+ static readonly runtime: typeof proto3;
392
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DetailPriceBundle";
393
+ static readonly fields: FieldList;
394
+
395
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DetailPriceBundle;
396
+
397
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DetailPriceBundle;
398
+
399
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DetailPriceBundle;
400
+
401
+ static equals(a: DetailPriceBundle | PlainMessage<DetailPriceBundle> | undefined, b: DetailPriceBundle | PlainMessage<DetailPriceBundle> | undefined): boolean;
402
+ }
403
+
404
+ /**
405
+ * @generated from message ct_logic_uni_rev_premium.v1.BundlePrice
406
+ */
407
+ export declare class BundlePrice extends Message<BundlePrice> {
408
+ /**
409
+ * @generated from field: int64 id = 1;
410
+ */
411
+ id: bigint;
412
+
413
+ /**
414
+ * @generated from field: string name = 2;
415
+ */
416
+ name: string;
417
+
418
+ /**
419
+ * @generated from field: string tagging_name = 3;
420
+ */
421
+ taggingName: string;
422
+
423
+ /**
424
+ * @generated from field: string title = 4;
425
+ */
426
+ title: string;
427
+
428
+ /**
429
+ * @generated from field: string image_url = 5;
430
+ */
431
+ imageUrl: string;
432
+
433
+ /**
434
+ * @generated from field: string gif_image_url = 6;
435
+ */
436
+ gifImageUrl: string;
437
+
438
+ /**
439
+ * @generated from field: string description = 7;
440
+ */
441
+ description: string;
442
+
443
+ /**
444
+ * @generated from field: string message = 8;
445
+ */
446
+ message: string;
447
+
448
+ /**
449
+ * @generated from field: bool enabled = 9;
450
+ */
451
+ enabled: boolean;
452
+
453
+ /**
454
+ * @generated from field: bool is_bundle_listing = 10;
455
+ */
456
+ isBundleListing: boolean;
457
+
458
+ /**
459
+ * @generated from field: int64 bundle_premium_services_only_duration = 11;
460
+ */
461
+ bundlePremiumServicesOnlyDuration: bigint;
462
+
463
+ /**
464
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 12;
465
+ */
466
+ price?: PriceUnit;
467
+
468
+ /**
469
+ * @generated from field: int64 bundle_segment_id = 13;
470
+ */
471
+ bundleSegmentId: bigint;
472
+
473
+ /**
474
+ * @generated from field: string segment_id = 14;
475
+ */
476
+ segmentId: string;
477
+
478
+ /**
479
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.DetailPriceBundle detail_prices = 15;
480
+ */
481
+ detailPrices: DetailPriceBundle[];
482
+
483
+ /**
484
+ * @generated from field: string bundle_id = 16;
485
+ */
486
+ bundleId: string;
487
+
488
+ /**
489
+ * @generated from field: string condition_id = 17;
490
+ */
491
+ conditionId: string;
492
+
493
+ /**
494
+ * @generated from field: int64 bundle_listing_fee_duration = 18;
495
+ */
496
+ bundleListingFeeDuration: bigint;
497
+
498
+ /**
499
+ * @generated from field: string selling_point = 19;
500
+ */
501
+ sellingPoint: string;
502
+
503
+ constructor(data?: PartialMessage<BundlePrice>);
504
+
505
+ static readonly runtime: typeof proto3;
506
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.BundlePrice";
507
+ static readonly fields: FieldList;
508
+
509
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BundlePrice;
510
+
511
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BundlePrice;
512
+
513
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BundlePrice;
514
+
515
+ static equals(a: BundlePrice | PlainMessage<BundlePrice> | undefined, b: BundlePrice | PlainMessage<BundlePrice> | undefined): boolean;
516
+ }
517
+
518
+ /**
519
+ * @generated from message ct_logic_uni_rev_premium.v1.InsertAdPrice
520
+ */
521
+ export declare class InsertAdPrice extends Message<InsertAdPrice> {
522
+ /**
523
+ * @generated from field: string action_type = 1;
524
+ */
525
+ actionType: string;
526
+
527
+ /**
528
+ * @generated from field: int64 duration = 2;
529
+ */
530
+ duration: bigint;
531
+
532
+ /**
533
+ * @generated from field: string ad_type = 3;
534
+ */
535
+ adType: string;
536
+
537
+ /**
538
+ * @generated from field: int64 category_id = 4;
539
+ */
540
+ categoryId: bigint;
541
+
542
+ /**
543
+ * @generated from field: int64 region_id = 5;
544
+ */
545
+ regionId: bigint;
546
+
547
+ /**
548
+ * @generated from field: string message_promotion = 6;
549
+ */
550
+ messagePromotion: string;
551
+
552
+ /**
553
+ * @generated from field: bool is_default_duration = 7;
554
+ */
555
+ isDefaultDuration: boolean;
556
+
557
+ /**
558
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 8;
559
+ */
560
+ price?: PriceUnit;
561
+
562
+ constructor(data?: PartialMessage<InsertAdPrice>);
563
+
564
+ static readonly runtime: typeof proto3;
565
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.InsertAdPrice";
566
+ static readonly fields: FieldList;
567
+
568
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InsertAdPrice;
569
+
570
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InsertAdPrice;
571
+
572
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InsertAdPrice;
573
+
574
+ static equals(a: InsertAdPrice | PlainMessage<InsertAdPrice> | undefined, b: InsertAdPrice | PlainMessage<InsertAdPrice> | undefined): boolean;
575
+ }
576
+
577
+ /**
578
+ * @generated from message ct_logic_uni_rev_premium.v1.ShopToChototPrice
579
+ */
580
+ export declare class ShopToChototPrice extends Message<ShopToChototPrice> {
581
+ /**
582
+ * @generated from field: string action_type = 1;
583
+ */
584
+ actionType: string;
585
+
586
+ /**
587
+ * @generated from field: int64 duration = 2;
588
+ */
589
+ duration: bigint;
590
+
591
+ /**
592
+ * @generated from field: string ad_type = 3;
593
+ */
594
+ adType: string;
595
+
596
+ /**
597
+ * @generated from field: int64 category_id = 4;
598
+ */
599
+ categoryId: bigint;
600
+
601
+ /**
602
+ * @generated from field: int64 region_id = 5;
603
+ */
604
+ regionId: bigint;
605
+
606
+ /**
607
+ * @generated from field: string message_promotion = 6;
608
+ */
609
+ messagePromotion: string;
610
+
611
+ /**
612
+ * @generated from field: bool is_default_duration = 7;
613
+ */
614
+ isDefaultDuration: boolean;
615
+
616
+ /**
617
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 8;
618
+ */
619
+ price?: PriceUnit;
620
+
621
+ constructor(data?: PartialMessage<ShopToChototPrice>);
622
+
623
+ static readonly runtime: typeof proto3;
624
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ShopToChototPrice";
625
+ static readonly fields: FieldList;
626
+
627
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ShopToChototPrice;
628
+
629
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ShopToChototPrice;
630
+
631
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ShopToChototPrice;
632
+
633
+ static equals(a: ShopToChototPrice | PlainMessage<ShopToChototPrice> | undefined, b: ShopToChototPrice | PlainMessage<ShopToChototPrice> | undefined): boolean;
634
+ }
635
+
636
+ /**
637
+ * @generated from message ct_logic_uni_rev_premium.v1.StickyAdPrice
638
+ */
639
+ export declare class StickyAdPrice extends Message<StickyAdPrice> {
640
+ /**
641
+ * @generated from field: int64 category_id = 1;
642
+ */
643
+ categoryId: bigint;
644
+
645
+ /**
646
+ * @generated from field: string duration = 2;
647
+ */
648
+ duration: string;
649
+
650
+ /**
651
+ * @generated from field: int64 region_id = 3;
652
+ */
653
+ regionId: bigint;
654
+
655
+ /**
656
+ * @generated from field: string message_promotion = 4;
657
+ */
658
+ messagePromotion: string;
659
+
660
+ /**
661
+ * @generated from field: string discount_label = 5;
662
+ */
663
+ discountLabel: string;
664
+
665
+ /**
666
+ * @generated from field: bool is_disabled = 6;
667
+ */
668
+ isDisabled: boolean;
669
+
670
+ /**
671
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 7;
672
+ */
673
+ price?: PriceUnit;
674
+
675
+ constructor(data?: PartialMessage<StickyAdPrice>);
676
+
677
+ static readonly runtime: typeof proto3;
678
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.StickyAdPrice";
679
+ static readonly fields: FieldList;
680
+
681
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StickyAdPrice;
682
+
683
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StickyAdPrice;
684
+
685
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StickyAdPrice;
686
+
687
+ static equals(a: StickyAdPrice | PlainMessage<StickyAdPrice> | undefined, b: StickyAdPrice | PlainMessage<StickyAdPrice> | undefined): boolean;
688
+ }
689
+
690
+ /**
691
+ * @generated from message ct_logic_uni_rev_premium.v1.BumpPrice
692
+ */
693
+ export declare class BumpPrice extends Message<BumpPrice> {
694
+ /**
695
+ * @generated from field: string bump_type = 1;
696
+ */
697
+ bumpType: string;
698
+
699
+ /**
700
+ * @generated from field: string discount_label = 2;
701
+ */
702
+ discountLabel: string;
703
+
704
+ /**
705
+ * @generated from field: string duration = 3;
706
+ */
707
+ duration: string;
708
+
709
+ /**
710
+ * @generated from field: string message_promotion = 4;
711
+ */
712
+ messagePromotion: string;
713
+
714
+ /**
715
+ * @generated from field: bool is_disabled = 5;
716
+ */
717
+ isDisabled: boolean;
718
+
719
+ /**
720
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 6;
721
+ */
722
+ price?: PriceUnit;
723
+
724
+ constructor(data?: PartialMessage<BumpPrice>);
725
+
726
+ static readonly runtime: typeof proto3;
727
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.BumpPrice";
728
+ static readonly fields: FieldList;
729
+
730
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BumpPrice;
731
+
732
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BumpPrice;
733
+
734
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BumpPrice;
735
+
736
+ static equals(a: BumpPrice | PlainMessage<BumpPrice> | undefined, b: BumpPrice | PlainMessage<BumpPrice> | undefined): boolean;
737
+ }
738
+
739
+ /**
740
+ * @generated from message ct_logic_uni_rev_premium.v1.TimerBumpPrice
741
+ */
742
+ export declare class TimerBumpPrice extends Message<TimerBumpPrice> {
743
+ /**
744
+ * @generated from field: string message_promotion = 1;
745
+ */
746
+ messagePromotion: string;
747
+
748
+ /**
749
+ * @generated from field: bool is_disabled = 2;
750
+ */
751
+ isDisabled: boolean;
752
+
753
+ /**
754
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 3;
755
+ */
756
+ price?: PriceUnit;
757
+
758
+ constructor(data?: PartialMessage<TimerBumpPrice>);
759
+
760
+ static readonly runtime: typeof proto3;
761
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.TimerBumpPrice";
762
+ static readonly fields: FieldList;
763
+
764
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TimerBumpPrice;
765
+
766
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TimerBumpPrice;
767
+
768
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TimerBumpPrice;
769
+
770
+ static equals(a: TimerBumpPrice | PlainMessage<TimerBumpPrice> | undefined, b: TimerBumpPrice | PlainMessage<TimerBumpPrice> | undefined): boolean;
771
+ }
772
+
773
+ /**
774
+ * @generated from message ct_logic_uni_rev_premium.v1.CupidPrice
775
+ */
776
+ export declare class CupidPrice extends Message<CupidPrice> {
777
+ /**
778
+ * @generated from field: int64 category_id = 1;
779
+ */
780
+ categoryId: bigint;
781
+
782
+ /**
783
+ * @generated from field: int64 region_id = 2;
784
+ */
785
+ regionId: bigint;
786
+
787
+ /**
788
+ * @generated from field: int64 duration = 3;
789
+ */
790
+ duration: bigint;
791
+
792
+ /**
793
+ * @generated from field: string message_promotion = 4;
794
+ */
795
+ messagePromotion: string;
796
+
797
+ /**
798
+ * @generated from field: bool is_disabled = 5;
799
+ */
800
+ isDisabled: boolean;
801
+
802
+ /**
803
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 6;
804
+ */
805
+ price?: PriceUnit;
806
+
807
+ constructor(data?: PartialMessage<CupidPrice>);
808
+
809
+ static readonly runtime: typeof proto3;
810
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CupidPrice";
811
+ static readonly fields: FieldList;
812
+
813
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CupidPrice;
814
+
815
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CupidPrice;
816
+
817
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CupidPrice;
818
+
819
+ static equals(a: CupidPrice | PlainMessage<CupidPrice> | undefined, b: CupidPrice | PlainMessage<CupidPrice> | undefined): boolean;
820
+ }
821
+
822
+ /**
823
+ * @generated from message ct_logic_uni_rev_premium.v1.SpecialDisplayPrice
824
+ */
825
+ export declare class SpecialDisplayPrice extends Message<SpecialDisplayPrice> {
826
+ /**
827
+ * @generated from field: int64 category_id = 1;
828
+ */
829
+ categoryId: bigint;
830
+
831
+ /**
832
+ * @generated from field: int64 duration = 2;
833
+ */
834
+ duration: bigint;
835
+
836
+ /**
837
+ * @generated from field: int64 region_id = 3;
838
+ */
839
+ regionId: bigint;
840
+
841
+ /**
842
+ * @generated from field: string ad_type = 4;
843
+ */
844
+ adType: string;
845
+
846
+ /**
847
+ * @generated from field: string message_promotion = 5;
848
+ */
849
+ messagePromotion: string;
850
+
851
+ /**
852
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 6;
853
+ */
854
+ price?: PriceUnit;
855
+
856
+ constructor(data?: PartialMessage<SpecialDisplayPrice>);
857
+
858
+ static readonly runtime: typeof proto3;
859
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.SpecialDisplayPrice";
860
+ static readonly fields: FieldList;
861
+
862
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SpecialDisplayPrice;
863
+
864
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SpecialDisplayPrice;
865
+
866
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SpecialDisplayPrice;
867
+
868
+ static equals(a: SpecialDisplayPrice | PlainMessage<SpecialDisplayPrice> | undefined, b: SpecialDisplayPrice | PlainMessage<SpecialDisplayPrice> | undefined): boolean;
869
+ }
870
+
871
+ /**
872
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceData
873
+ */
874
+ export declare class GetPremiumFeaturePriceData extends Message<GetPremiumFeaturePriceData> {
875
+ /**
876
+ * @generated from field: int64 ad_id = 1;
877
+ */
878
+ adId: bigint;
879
+
880
+ /**
881
+ * @generated from field: int64 region_id = 2;
882
+ */
883
+ regionId: bigint;
884
+
885
+ /**
886
+ * @generated from field: int64 category_id = 3;
887
+ */
888
+ categoryId: bigint;
889
+
890
+ /**
891
+ * @generated from field: string ad_type = 4;
892
+ */
893
+ adType: string;
894
+
895
+ /**
896
+ * @generated from field: int64 duration = 5;
897
+ */
898
+ duration: bigint;
899
+
900
+ constructor(data?: PartialMessage<GetPremiumFeaturePriceData>);
901
+
902
+ static readonly runtime: typeof proto3;
903
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceData";
904
+ static readonly fields: FieldList;
905
+
906
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPremiumFeaturePriceData;
907
+
908
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPremiumFeaturePriceData;
909
+
910
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPremiumFeaturePriceData;
911
+
912
+ static equals(a: GetPremiumFeaturePriceData | PlainMessage<GetPremiumFeaturePriceData> | undefined, b: GetPremiumFeaturePriceData | PlainMessage<GetPremiumFeaturePriceData> | undefined): boolean;
913
+ }
914
+
915
+ /**
916
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceRequest
917
+ */
918
+ export declare class GetPremiumFeaturePriceRequest extends Message<GetPremiumFeaturePriceRequest> {
919
+ /**
920
+ * @generated from field: int64 account_id = 1;
921
+ */
922
+ accountId: bigint;
923
+
924
+ /**
925
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceData data = 2;
926
+ */
927
+ data: GetPremiumFeaturePriceData[];
928
+
929
+ constructor(data?: PartialMessage<GetPremiumFeaturePriceRequest>);
930
+
931
+ static readonly runtime: typeof proto3;
932
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceRequest";
933
+ static readonly fields: FieldList;
934
+
935
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPremiumFeaturePriceRequest;
936
+
937
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPremiumFeaturePriceRequest;
938
+
939
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPremiumFeaturePriceRequest;
940
+
941
+ static equals(a: GetPremiumFeaturePriceRequest | PlainMessage<GetPremiumFeaturePriceRequest> | undefined, b: GetPremiumFeaturePriceRequest | PlainMessage<GetPremiumFeaturePriceRequest> | undefined): boolean;
942
+ }
943
+
944
+ /**
945
+ * @generated from message ct_logic_uni_rev_premium.v1.PremiumFeaturePrice
946
+ */
947
+ export declare class PremiumFeaturePrice extends Message<PremiumFeaturePrice> {
948
+ /**
949
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.BundlePrice bundles = 1;
950
+ */
951
+ bundles: BundlePrice[];
952
+
953
+ /**
954
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.InsertAdPrice insert_ads = 2;
955
+ */
956
+ insertAds: InsertAdPrice[];
957
+
958
+ /**
959
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.StickyAdPrice sticky_ads = 3;
960
+ */
961
+ stickyAds: StickyAdPrice[];
962
+
963
+ /**
964
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.BumpPrice bump = 4;
965
+ */
966
+ bump: BumpPrice[];
967
+
968
+ /**
969
+ * @generated from field: ct_logic_uni_rev_premium.v1.TimerBumpPrice timer_bump = 5;
970
+ */
971
+ timerBump?: TimerBumpPrice;
972
+
973
+ /**
974
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.CupidPrice cupid = 6;
975
+ */
976
+ cupid: CupidPrice[];
977
+
978
+ /**
979
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.IntensiveBumpPrice intensive_bump = 7;
980
+ */
981
+ intensiveBump: IntensiveBumpPrice[];
982
+
983
+ /**
984
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.SpecialDisplayPrice special_display = 8;
985
+ */
986
+ specialDisplay: SpecialDisplayPrice[];
987
+
988
+ /**
989
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ShopToChototPrice shop_to_chotot = 9;
990
+ */
991
+ shopToChotot: ShopToChototPrice[];
992
+
993
+ constructor(data?: PartialMessage<PremiumFeaturePrice>);
994
+
995
+ static readonly runtime: typeof proto3;
996
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PremiumFeaturePrice";
997
+ static readonly fields: FieldList;
998
+
999
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PremiumFeaturePrice;
1000
+
1001
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PremiumFeaturePrice;
1002
+
1003
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PremiumFeaturePrice;
1004
+
1005
+ static equals(a: PremiumFeaturePrice | PlainMessage<PremiumFeaturePrice> | undefined, b: PremiumFeaturePrice | PlainMessage<PremiumFeaturePrice> | undefined): boolean;
1006
+ }
1007
+
1008
+ /**
1009
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceResponse
1010
+ */
1011
+ export declare class GetPremiumFeaturePriceResponse extends Message<GetPremiumFeaturePriceResponse> {
1012
+ /**
1013
+ * @generated from field: map<int64, ct_logic_uni_rev_premium.v1.PremiumFeaturePrice> data = 1;
1014
+ */
1015
+ data: { [key: string]: PremiumFeaturePrice };
1016
+
1017
+ constructor(data?: PartialMessage<GetPremiumFeaturePriceResponse>);
1018
+
1019
+ static readonly runtime: typeof proto3;
1020
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceResponse";
1021
+ static readonly fields: FieldList;
1022
+
1023
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPremiumFeaturePriceResponse;
1024
+
1025
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPremiumFeaturePriceResponse;
1026
+
1027
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPremiumFeaturePriceResponse;
1028
+
1029
+ static equals(a: GetPremiumFeaturePriceResponse | PlainMessage<GetPremiumFeaturePriceResponse> | undefined, b: GetPremiumFeaturePriceResponse | PlainMessage<GetPremiumFeaturePriceResponse> | undefined): boolean;
1030
+ }
1031
+
1032
+ /**
1033
+ * @generated from message ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceRequest
1034
+ */
1035
+ export declare class GetIntensiveBumpPriceRequest extends Message<GetIntensiveBumpPriceRequest> {
1036
+ /**
1037
+ * @generated from field: int64 region_id = 1;
1038
+ */
1039
+ regionId: bigint;
1040
+
1041
+ /**
1042
+ * @generated from field: int64 category_id = 2;
1043
+ */
1044
+ categoryId: bigint;
1045
+
1046
+ /**
1047
+ * @generated from field: int64 limit = 3;
1048
+ */
1049
+ limit: bigint;
1050
+
1051
+ /**
1052
+ * @generated from field: int64 offset = 4;
1053
+ */
1054
+ offset: bigint;
1055
+
1056
+ constructor(data?: PartialMessage<GetIntensiveBumpPriceRequest>);
1057
+
1058
+ static readonly runtime: typeof proto3;
1059
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceRequest";
1060
+ static readonly fields: FieldList;
1061
+
1062
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetIntensiveBumpPriceRequest;
1063
+
1064
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetIntensiveBumpPriceRequest;
1065
+
1066
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetIntensiveBumpPriceRequest;
1067
+
1068
+ static equals(a: GetIntensiveBumpPriceRequest | PlainMessage<GetIntensiveBumpPriceRequest> | undefined, b: GetIntensiveBumpPriceRequest | PlainMessage<GetIntensiveBumpPriceRequest> | undefined): boolean;
1069
+ }
1070
+
1071
+ /**
1072
+ * @generated from message ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceResponse
1073
+ */
1074
+ export declare class GetIntensiveBumpPriceResponse extends Message<GetIntensiveBumpPriceResponse> {
1075
+ /**
1076
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.IntensiveBumpPrice list = 1;
1077
+ */
1078
+ list: IntensiveBumpPrice[];
1079
+
1080
+ /**
1081
+ * @generated from field: int64 total = 2;
1082
+ */
1083
+ total: bigint;
1084
+
1085
+ constructor(data?: PartialMessage<GetIntensiveBumpPriceResponse>);
1086
+
1087
+ static readonly runtime: typeof proto3;
1088
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceResponse";
1089
+ static readonly fields: FieldList;
1090
+
1091
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetIntensiveBumpPriceResponse;
1092
+
1093
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetIntensiveBumpPriceResponse;
1094
+
1095
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetIntensiveBumpPriceResponse;
1096
+
1097
+ static equals(a: GetIntensiveBumpPriceResponse | PlainMessage<GetIntensiveBumpPriceResponse> | undefined, b: GetIntensiveBumpPriceResponse | PlainMessage<GetIntensiveBumpPriceResponse> | undefined): boolean;
1098
+ }
1099
+
1100
+ /**
1101
+ * @generated from message ct_logic_uni_rev_premium.v1.IntensiveBumpPrice
1102
+ */
1103
+ export declare class IntensiveBumpPrice extends Message<IntensiveBumpPrice> {
1104
+ /**
1105
+ * @generated from field: int64 campaign_id = 1;
1106
+ */
1107
+ campaignId: bigint;
1108
+
1109
+ /**
1110
+ * @generated from field: int64 category_id = 2;
1111
+ */
1112
+ categoryId: bigint;
1113
+
1114
+ /**
1115
+ * @generated from field: int64 duration = 3;
1116
+ */
1117
+ duration: bigint;
1118
+
1119
+ /**
1120
+ * @generated from field: int64 intensive_bump = 4;
1121
+ */
1122
+ intensiveBump: bigint;
1123
+
1124
+ /**
1125
+ * @generated from field: int64 region_id = 5;
1126
+ */
1127
+ regionId: bigint;
1128
+
1129
+ /**
1130
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 6;
1131
+ */
1132
+ price?: PriceUnit;
1133
+
1134
+ /**
1135
+ * @generated from field: string message_promotion = 7;
1136
+ */
1137
+ messagePromotion: string;
1138
+
1139
+ /**
1140
+ * @generated from field: bool is_disabled = 8;
1141
+ */
1142
+ isDisabled: boolean;
1143
+
1144
+ /**
1145
+ * @generated from field: string discount_label = 9;
1146
+ */
1147
+ discountLabel: string;
1148
+
1149
+ constructor(data?: PartialMessage<IntensiveBumpPrice>);
1150
+
1151
+ static readonly runtime: typeof proto3;
1152
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.IntensiveBumpPrice";
1153
+ static readonly fields: FieldList;
1154
+
1155
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): IntensiveBumpPrice;
1156
+
1157
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): IntensiveBumpPrice;
1158
+
1159
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): IntensiveBumpPrice;
1160
+
1161
+ static equals(a: IntensiveBumpPrice | PlainMessage<IntensiveBumpPrice> | undefined, b: IntensiveBumpPrice | PlainMessage<IntensiveBumpPrice> | undefined): boolean;
1162
+ }
1163
+
1164
+ /**
1165
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceRequest
1166
+ */
1167
+ export declare class GetShopPriceRequest extends Message<GetShopPriceRequest> {
1168
+ /**
1169
+ * @generated from field: int64 account_id = 1;
1170
+ */
1171
+ accountId: bigint;
1172
+
1173
+ constructor(data?: PartialMessage<GetShopPriceRequest>);
1174
+
1175
+ static readonly runtime: typeof proto3;
1176
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetShopPriceRequest";
1177
+ static readonly fields: FieldList;
1178
+
1179
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetShopPriceRequest;
1180
+
1181
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetShopPriceRequest;
1182
+
1183
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetShopPriceRequest;
1184
+
1185
+ static equals(a: GetShopPriceRequest | PlainMessage<GetShopPriceRequest> | undefined, b: GetShopPriceRequest | PlainMessage<GetShopPriceRequest> | undefined): boolean;
1186
+ }
1187
+
1188
+ /**
1189
+ * @generated from message ct_logic_uni_rev_premium.v1.ShopPrice
1190
+ */
1191
+ export declare class ShopPrice extends Message<ShopPrice> {
1192
+ /**
1193
+ * @generated from field: string action_type = 1;
1194
+ */
1195
+ actionType: string;
1196
+
1197
+ /**
1198
+ * @generated from field: string campaign_id = 2;
1199
+ */
1200
+ campaignId: string;
1201
+
1202
+ /**
1203
+ * @generated from field: int64 category_id = 3;
1204
+ */
1205
+ categoryId: bigint;
1206
+
1207
+ /**
1208
+ * @generated from field: int64 duration = 4;
1209
+ */
1210
+ duration: bigint;
1211
+
1212
+ /**
1213
+ * @generated from field: int64 package_id = 5;
1214
+ */
1215
+ packageId: bigint;
1216
+
1217
+ /**
1218
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 6;
1219
+ */
1220
+ price?: PriceUnit;
1221
+
1222
+ constructor(data?: PartialMessage<ShopPrice>);
1223
+
1224
+ static readonly runtime: typeof proto3;
1225
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ShopPrice";
1226
+ static readonly fields: FieldList;
1227
+
1228
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ShopPrice;
1229
+
1230
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ShopPrice;
1231
+
1232
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ShopPrice;
1233
+
1234
+ static equals(a: ShopPrice | PlainMessage<ShopPrice> | undefined, b: ShopPrice | PlainMessage<ShopPrice> | undefined): boolean;
1235
+ }
1236
+
1237
+ /**
1238
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceResponse
1239
+ */
1240
+ export declare class GetShopPriceResponse extends Message<GetShopPriceResponse> {
1241
+ /**
1242
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ShopPrice data = 1;
1243
+ */
1244
+ data: ShopPrice[];
1245
+
1246
+ constructor(data?: PartialMessage<GetShopPriceResponse>);
1247
+
1248
+ static readonly runtime: typeof proto3;
1249
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetShopPriceResponse";
1250
+ static readonly fields: FieldList;
1251
+
1252
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetShopPriceResponse;
1253
+
1254
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetShopPriceResponse;
1255
+
1256
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetShopPriceResponse;
1257
+
1258
+ static equals(a: GetShopPriceResponse | PlainMessage<GetShopPriceResponse> | undefined, b: GetShopPriceResponse | PlainMessage<GetShopPriceResponse> | undefined): boolean;
1259
+ }
1260
+
1261
+ /**
1262
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceDetailRequest
1263
+ */
1264
+ export declare class GetShopPriceDetailRequest extends Message<GetShopPriceDetailRequest> {
1265
+ /**
1266
+ * @generated from field: int64 account_id = 1;
1267
+ */
1268
+ accountId: bigint;
1269
+
1270
+ /**
1271
+ * @generated from field: int64 duration = 2;
1272
+ */
1273
+ duration: bigint;
1274
+
1275
+ /**
1276
+ * @generated from field: string action_type = 3;
1277
+ */
1278
+ actionType: string;
1279
+
1280
+ /**
1281
+ * @generated from field: int64 category_id = 4;
1282
+ */
1283
+ categoryId: bigint;
1284
+
1285
+ constructor(data?: PartialMessage<GetShopPriceDetailRequest>);
1286
+
1287
+ static readonly runtime: typeof proto3;
1288
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetShopPriceDetailRequest";
1289
+ static readonly fields: FieldList;
1290
+
1291
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetShopPriceDetailRequest;
1292
+
1293
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetShopPriceDetailRequest;
1294
+
1295
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetShopPriceDetailRequest;
1296
+
1297
+ static equals(a: GetShopPriceDetailRequest | PlainMessage<GetShopPriceDetailRequest> | undefined, b: GetShopPriceDetailRequest | PlainMessage<GetShopPriceDetailRequest> | undefined): boolean;
1298
+ }
1299
+
1300
+ /**
1301
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceDetailResponse
1302
+ */
1303
+ export declare class GetShopPriceDetailResponse extends Message<GetShopPriceDetailResponse> {
1304
+ /**
1305
+ * @generated from field: ct_logic_uni_rev_premium.v1.ShopPrice data = 1;
1306
+ */
1307
+ data?: ShopPrice;
1308
+
1309
+ constructor(data?: PartialMessage<GetShopPriceDetailResponse>);
1310
+
1311
+ static readonly runtime: typeof proto3;
1312
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetShopPriceDetailResponse";
1313
+ static readonly fields: FieldList;
1314
+
1315
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetShopPriceDetailResponse;
1316
+
1317
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetShopPriceDetailResponse;
1318
+
1319
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetShopPriceDetailResponse;
1320
+
1321
+ static equals(a: GetShopPriceDetailResponse | PlainMessage<GetShopPriceDetailResponse> | undefined, b: GetShopPriceDetailResponse | PlainMessage<GetShopPriceDetailResponse> | undefined): boolean;
1322
+ }
1323
+
1324
+ /**
1325
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationRequest
1326
+ */
1327
+ export declare class GetPriceListingFeeDurationRequest extends Message<GetPriceListingFeeDurationRequest> {
1328
+ /**
1329
+ * @generated from field: int64 account_id = 1;
1330
+ */
1331
+ accountId: bigint;
1332
+
1333
+ /**
1334
+ * @generated from field: int64 ad_id = 2;
1335
+ */
1336
+ adId: bigint;
1337
+
1338
+ constructor(data?: PartialMessage<GetPriceListingFeeDurationRequest>);
1339
+
1340
+ static readonly runtime: typeof proto3;
1341
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationRequest";
1342
+ static readonly fields: FieldList;
1343
+
1344
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPriceListingFeeDurationRequest;
1345
+
1346
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationRequest;
1347
+
1348
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationRequest;
1349
+
1350
+ static equals(a: GetPriceListingFeeDurationRequest | PlainMessage<GetPriceListingFeeDurationRequest> | undefined, b: GetPriceListingFeeDurationRequest | PlainMessage<GetPriceListingFeeDurationRequest> | undefined): boolean;
1351
+ }
1352
+
1353
+ /**
1354
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationResponse
1355
+ */
1356
+ export declare class GetPriceListingFeeDurationResponse extends Message<GetPriceListingFeeDurationResponse> {
1357
+ /**
1358
+ * @generated from field: repeated int64 listing_fee_duration = 1;
1359
+ */
1360
+ listingFeeDuration: bigint[];
1361
+
1362
+ /**
1363
+ * @generated from field: int64 default_duration = 2;
1364
+ */
1365
+ defaultDuration: bigint;
1366
+
1367
+ /**
1368
+ * @generated from field: int64 default_duration_for_free_ad = 3;
1369
+ */
1370
+ defaultDurationForFreeAd: bigint;
1371
+
1372
+ /**
1373
+ * @generated from field: string message_title = 4;
1374
+ */
1375
+ messageTitle: string;
1376
+
1377
+ /**
1378
+ * @generated from field: string message_body = 5;
1379
+ */
1380
+ messageBody: string;
1381
+
1382
+ constructor(data?: PartialMessage<GetPriceListingFeeDurationResponse>);
1383
+
1384
+ static readonly runtime: typeof proto3;
1385
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationResponse";
1386
+ static readonly fields: FieldList;
1387
+
1388
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPriceListingFeeDurationResponse;
1389
+
1390
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationResponse;
1391
+
1392
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPriceListingFeeDurationResponse;
1393
+
1394
+ static equals(a: GetPriceListingFeeDurationResponse | PlainMessage<GetPriceListingFeeDurationResponse> | undefined, b: GetPriceListingFeeDurationResponse | PlainMessage<GetPriceListingFeeDurationResponse> | undefined): boolean;
1395
+ }
1396
+
1397
+ /**
1398
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdExtensionPricesRequest
1399
+ */
1400
+ export declare class GetAdExtensionPricesRequest extends Message<GetAdExtensionPricesRequest> {
1401
+ /**
1402
+ * @generated from field: int64 ad_id = 1;
1403
+ */
1404
+ adId: bigint;
1405
+
1406
+ constructor(data?: PartialMessage<GetAdExtensionPricesRequest>);
1407
+
1408
+ static readonly runtime: typeof proto3;
1409
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdExtensionPricesRequest";
1410
+ static readonly fields: FieldList;
1411
+
1412
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdExtensionPricesRequest;
1413
+
1414
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdExtensionPricesRequest;
1415
+
1416
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdExtensionPricesRequest;
1417
+
1418
+ static equals(a: GetAdExtensionPricesRequest | PlainMessage<GetAdExtensionPricesRequest> | undefined, b: GetAdExtensionPricesRequest | PlainMessage<GetAdExtensionPricesRequest> | undefined): boolean;
1419
+ }
1420
+
1421
+ /**
1422
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdExtensionPricesResponse
1423
+ */
1424
+ export declare class GetAdExtensionPricesResponse extends Message<GetAdExtensionPricesResponse> {
1425
+ /**
1426
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.AdExtensionPrice prices = 1;
1427
+ */
1428
+ prices: AdExtensionPrice[];
1429
+
1430
+ /**
1431
+ * @generated from field: google.protobuf.Timestamp expected_expired_time_sec = 2;
1432
+ */
1433
+ expectedExpiredTimeSec?: Timestamp;
1434
+
1435
+ constructor(data?: PartialMessage<GetAdExtensionPricesResponse>);
1436
+
1437
+ static readonly runtime: typeof proto3;
1438
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdExtensionPricesResponse";
1439
+ static readonly fields: FieldList;
1440
+
1441
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdExtensionPricesResponse;
1442
+
1443
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdExtensionPricesResponse;
1444
+
1445
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdExtensionPricesResponse;
1446
+
1447
+ static equals(a: GetAdExtensionPricesResponse | PlainMessage<GetAdExtensionPricesResponse> | undefined, b: GetAdExtensionPricesResponse | PlainMessage<GetAdExtensionPricesResponse> | undefined): boolean;
1448
+ }
1449
+
1450
+ /**
1451
+ * @generated from message ct_logic_uni_rev_premium.v1.AdExtensionPrice
1452
+ */
1453
+ export declare class AdExtensionPrice extends Message<AdExtensionPrice> {
1454
+ /**
1455
+ * @generated from field: int64 duration = 1;
1456
+ */
1457
+ duration: bigint;
1458
+
1459
+ /**
1460
+ * @generated from field: int64 category_id = 2;
1461
+ */
1462
+ categoryId: bigint;
1463
+
1464
+ /**
1465
+ * @generated from field: int64 region_id = 3;
1466
+ */
1467
+ regionId: bigint;
1468
+
1469
+ /**
1470
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 4;
1471
+ */
1472
+ price?: PriceUnit;
1473
+
1474
+ constructor(data?: PartialMessage<AdExtensionPrice>);
1475
+
1476
+ static readonly runtime: typeof proto3;
1477
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.AdExtensionPrice";
1478
+ static readonly fields: FieldList;
1479
+
1480
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdExtensionPrice;
1481
+
1482
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdExtensionPrice;
1483
+
1484
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdExtensionPrice;
1485
+
1486
+ static equals(a: AdExtensionPrice | PlainMessage<AdExtensionPrice> | undefined, b: AdExtensionPrice | PlainMessage<AdExtensionPrice> | undefined): boolean;
1487
+ }
1488
+
1489
+ /**
1490
+ * @generated from message ct_logic_uni_rev_premium.v1.Attribute
1491
+ */
1492
+ export declare class Attribute extends Message<Attribute> {
1493
+ /**
1494
+ * @generated from field: string variant = 1;
1495
+ */
1496
+ variant: string;
1497
+
1498
+ /**
1499
+ * @generated from field: repeated string value = 2;
1500
+ */
1501
+ value: string[];
1502
+
1503
+ constructor(data?: PartialMessage<Attribute>);
1504
+
1505
+ static readonly runtime: typeof proto3;
1506
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.Attribute";
1507
+ static readonly fields: FieldList;
1508
+
1509
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Attribute;
1510
+
1511
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Attribute;
1512
+
1513
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Attribute;
1514
+
1515
+ static equals(a: Attribute | PlainMessage<Attribute> | undefined, b: Attribute | PlainMessage<Attribute> | undefined): boolean;
1516
+ }
1517
+
1518
+ /**
1519
+ * @generated from message ct_logic_uni_rev_premium.v1.Price
1520
+ */
1521
+ export declare class Price extends Message<Price> {
1522
+ /**
1523
+ * @generated from field: int64 vnd = 1;
1524
+ */
1525
+ vnd: bigint;
1526
+
1527
+ /**
1528
+ * @generated from field: int64 credit = 2;
1529
+ */
1530
+ credit: bigint;
1531
+
1532
+ /**
1533
+ * @generated from field: int64 original = 3;
1534
+ */
1535
+ original: bigint;
1536
+
1537
+ constructor(data?: PartialMessage<Price>);
1538
+
1539
+ static readonly runtime: typeof proto3;
1540
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.Price";
1541
+ static readonly fields: FieldList;
1542
+
1543
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Price;
1544
+
1545
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Price;
1546
+
1547
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Price;
1548
+
1549
+ static equals(a: Price | PlainMessage<Price> | undefined, b: Price | PlainMessage<Price> | undefined): boolean;
1550
+ }
1551
+
1552
+ /**
1553
+ * @generated from message ct_logic_uni_rev_premium.v1.Campaign
1554
+ */
1555
+ export declare class Campaign extends Message<Campaign> {
1556
+ /**
1557
+ * @generated from field: int64 id = 1;
1558
+ */
1559
+ id: bigint;
1560
+
1561
+ /**
1562
+ * @generated from field: string message = 2;
1563
+ */
1564
+ message: string;
1565
+
1566
+ /**
1567
+ * @generated from field: string segment_id = 3;
1568
+ */
1569
+ segmentId: string;
1570
+
1571
+ constructor(data?: PartialMessage<Campaign>);
1572
+
1573
+ static readonly runtime: typeof proto3;
1574
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.Campaign";
1575
+ static readonly fields: FieldList;
1576
+
1577
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Campaign;
1578
+
1579
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Campaign;
1580
+
1581
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Campaign;
1582
+
1583
+ static equals(a: Campaign | PlainMessage<Campaign> | undefined, b: Campaign | PlainMessage<Campaign> | undefined): boolean;
1584
+ }
1585
+
1586
+ /**
1587
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceItem
1588
+ */
1589
+ export declare class PriceItem extends Message<PriceItem> {
1590
+ /**
1591
+ * @generated from field: string service_type = 1;
1592
+ */
1593
+ serviceType: string;
1594
+
1595
+ /**
1596
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.Attribute attributes = 2;
1597
+ */
1598
+ attributes: Attribute[];
1599
+
1600
+ /**
1601
+ * @generated from field: ct_logic_uni_rev_premium.v1.Campaign campaign = 3;
1602
+ */
1603
+ campaign?: Campaign;
1604
+
1605
+ /**
1606
+ * @generated from field: ct_logic_uni_rev_premium.v1.Price price = 4;
1607
+ */
1608
+ price?: Price;
1609
+
1610
+ /**
1611
+ * @generated from field: int64 id = 5;
1612
+ */
1613
+ id: bigint;
1614
+
1615
+ /**
1616
+ * @generated from field: string name = 6;
1617
+ */
1618
+ name: string;
1619
+
1620
+ constructor(data?: PartialMessage<PriceItem>);
1621
+
1622
+ static readonly runtime: typeof proto3;
1623
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PriceItem";
1624
+ static readonly fields: FieldList;
1625
+
1626
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PriceItem;
1627
+
1628
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PriceItem;
1629
+
1630
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PriceItem;
1631
+
1632
+ static equals(a: PriceItem | PlainMessage<PriceItem> | undefined, b: PriceItem | PlainMessage<PriceItem> | undefined): boolean;
1633
+ }
1634
+
1635
+ /**
1636
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceWithHistory
1637
+ */
1638
+ export declare class PriceWithHistory extends Message<PriceWithHistory> {
1639
+ /**
1640
+ * @generated from field: int64 vnd = 1;
1641
+ */
1642
+ vnd: bigint;
1643
+
1644
+ /**
1645
+ * @generated from field: int64 pre_vnd = 2;
1646
+ */
1647
+ preVnd: bigint;
1648
+
1649
+ /**
1650
+ * @generated from field: int64 credit = 3;
1651
+ */
1652
+ credit: bigint;
1653
+
1654
+ /**
1655
+ * @generated from field: int64 pre_credit = 4;
1656
+ */
1657
+ preCredit: bigint;
1658
+
1659
+ /**
1660
+ * @generated from field: int64 original = 5;
1661
+ */
1662
+ original: bigint;
1663
+
1664
+ /**
1665
+ * @generated from field: int64 pre_original = 6;
1666
+ */
1667
+ preOriginal: bigint;
1668
+
1669
+ constructor(data?: PartialMessage<PriceWithHistory>);
1670
+
1671
+ static readonly runtime: typeof proto3;
1672
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PriceWithHistory";
1673
+ static readonly fields: FieldList;
1674
+
1675
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PriceWithHistory;
1676
+
1677
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PriceWithHistory;
1678
+
1679
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PriceWithHistory;
1680
+
1681
+ static equals(a: PriceWithHistory | PlainMessage<PriceWithHistory> | undefined, b: PriceWithHistory | PlainMessage<PriceWithHistory> | undefined): boolean;
1682
+ }
1683
+
1684
+ /**
1685
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceItemWithHistory
1686
+ */
1687
+ export declare class PriceItemWithHistory extends Message<PriceItemWithHistory> {
1688
+ /**
1689
+ * @generated from field: int64 id = 1;
1690
+ */
1691
+ id: bigint;
1692
+
1693
+ /**
1694
+ * @generated from field: string service_type = 2;
1695
+ */
1696
+ serviceType: string;
1697
+
1698
+ /**
1699
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.Attribute attributes = 3;
1700
+ */
1701
+ attributes: Attribute[];
1702
+
1703
+ /**
1704
+ * @generated from field: ct_logic_uni_rev_premium.v1.Campaign campaign = 4;
1705
+ */
1706
+ campaign?: Campaign;
1707
+
1708
+ /**
1709
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceWithHistory price = 5;
1710
+ */
1711
+ price?: PriceWithHistory;
1712
+
1713
+ /**
1714
+ * @generated from field: string status = 6;
1715
+ */
1716
+ status: string;
1717
+
1718
+ /**
1719
+ * @generated from field: string name = 7;
1720
+ */
1721
+ name: string;
1722
+
1723
+ constructor(data?: PartialMessage<PriceItemWithHistory>);
1724
+
1725
+ static readonly runtime: typeof proto3;
1726
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PriceItemWithHistory";
1727
+ static readonly fields: FieldList;
1728
+
1729
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PriceItemWithHistory;
1730
+
1731
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PriceItemWithHistory;
1732
+
1733
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PriceItemWithHistory;
1734
+
1735
+ static equals(a: PriceItemWithHistory | PlainMessage<PriceItemWithHistory> | undefined, b: PriceItemWithHistory | PlainMessage<PriceItemWithHistory> | undefined): boolean;
1736
+ }
1737
+
1738
+ /**
1739
+ * @generated from message ct_logic_uni_rev_premium.v1.GetServicePriceDetailRequest
1740
+ */
1741
+ export declare class GetServicePriceDetailRequest extends Message<GetServicePriceDetailRequest> {
1742
+ /**
1743
+ * @generated from field: string service_type = 1;
1744
+ */
1745
+ serviceType: string;
1746
+
1747
+ /**
1748
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.Attribute attributes = 2;
1749
+ */
1750
+ attributes: Attribute[];
1751
+
1752
+ /**
1753
+ * @generated from field: repeated string list_segment_id = 3;
1754
+ */
1755
+ listSegmentId: string[];
1756
+
1757
+ /**
1758
+ * @generated from field: int64 account_id = 4;
1759
+ */
1760
+ accountId: bigint;
1761
+
1762
+ /**
1763
+ * @generated from field: string pricing_redemption_id = 5;
1764
+ */
1765
+ pricingRedemptionId: string;
1766
+
1767
+ constructor(data?: PartialMessage<GetServicePriceDetailRequest>);
1768
+
1769
+ static readonly runtime: typeof proto3;
1770
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetServicePriceDetailRequest";
1771
+ static readonly fields: FieldList;
1772
+
1773
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetServicePriceDetailRequest;
1774
+
1775
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetServicePriceDetailRequest;
1776
+
1777
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetServicePriceDetailRequest;
1778
+
1779
+ static equals(a: GetServicePriceDetailRequest | PlainMessage<GetServicePriceDetailRequest> | undefined, b: GetServicePriceDetailRequest | PlainMessage<GetServicePriceDetailRequest> | undefined): boolean;
1780
+ }
1781
+
1782
+ /**
1783
+ * @generated from message ct_logic_uni_rev_premium.v1.GetServicePriceDetailResponse
1784
+ */
1785
+ export declare class GetServicePriceDetailResponse extends Message<GetServicePriceDetailResponse> {
1786
+ /**
1787
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceItem data = 2;
1788
+ */
1789
+ data?: PriceItem;
1790
+
1791
+ constructor(data?: PartialMessage<GetServicePriceDetailResponse>);
1792
+
1793
+ static readonly runtime: typeof proto3;
1794
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetServicePriceDetailResponse";
1795
+ static readonly fields: FieldList;
1796
+
1797
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetServicePriceDetailResponse;
1798
+
1799
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetServicePriceDetailResponse;
1800
+
1801
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetServicePriceDetailResponse;
1802
+
1803
+ static equals(a: GetServicePriceDetailResponse | PlainMessage<GetServicePriceDetailResponse> | undefined, b: GetServicePriceDetailResponse | PlainMessage<GetServicePriceDetailResponse> | undefined): boolean;
1804
+ }
1805
+
1806
+ /**
1807
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeePriceRequest
1808
+ */
1809
+ export declare class GetListingFeePriceRequest extends Message<GetListingFeePriceRequest> {
1810
+ /**
1811
+ * @generated from field: int64 account_id = 1;
1812
+ */
1813
+ accountId: bigint;
1814
+
1815
+ /**
1816
+ * @generated from field: string action_type = 2;
1817
+ */
1818
+ actionType: string;
1819
+
1820
+ /**
1821
+ * @generated from field: string user_type = 3;
1822
+ */
1823
+ userType: string;
1824
+
1825
+ /**
1826
+ * @generated from field: int64 region_id = 4;
1827
+ */
1828
+ regionId: bigint;
1829
+
1830
+ /**
1831
+ * @generated from field: bool company_ad = 5;
1832
+ */
1833
+ companyAd: boolean;
1834
+
1835
+ /**
1836
+ * @generated from field: string ad_type = 6;
1837
+ */
1838
+ adType: string;
1839
+
1840
+ /**
1841
+ * @generated from field: int64 category_id = 7;
1842
+ */
1843
+ categoryId: bigint;
1844
+
1845
+ /**
1846
+ * @generated from field: bool is_unpaid = 8;
1847
+ */
1848
+ isUnpaid: boolean;
1849
+
1850
+ /**
1851
+ * @generated from field: bool is_renew = 9;
1852
+ */
1853
+ isRenew: boolean;
1854
+
1855
+ /**
1856
+ * @generated from field: bool ignore_subscription_benefit = 10;
1857
+ */
1858
+ ignoreSubscriptionBenefit: boolean;
1859
+
1860
+ /**
1861
+ * @generated from field: int64 duration = 11;
1862
+ */
1863
+ duration: bigint;
1864
+
1865
+ /**
1866
+ * @generated from field: ct_logic_uni_rev_premium.v1.ListingFeeInfo listing_fee_info = 12;
1867
+ */
1868
+ listingFeeInfo?: ListingFeeInfo;
1869
+
1870
+ /**
1871
+ * for edit ad case
1872
+ *
1873
+ * @generated from field: optional string current_ad_state = 13;
1874
+ */
1875
+ currentAdState?: string;
1876
+
1877
+ /**
1878
+ * @generated from field: optional bool shop_to_chotot = 14;
1879
+ */
1880
+ shopToChotot?: boolean;
1881
+
1882
+ constructor(data?: PartialMessage<GetListingFeePriceRequest>);
1883
+
1884
+ static readonly runtime: typeof proto3;
1885
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListingFeePriceRequest";
1886
+ static readonly fields: FieldList;
1887
+
1888
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListingFeePriceRequest;
1889
+
1890
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListingFeePriceRequest;
1891
+
1892
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListingFeePriceRequest;
1893
+
1894
+ static equals(a: GetListingFeePriceRequest | PlainMessage<GetListingFeePriceRequest> | undefined, b: GetListingFeePriceRequest | PlainMessage<GetListingFeePriceRequest> | undefined): boolean;
1895
+ }
1896
+
1897
+ /**
1898
+ * @generated from message ct_logic_uni_rev_premium.v1.ListingFeeInfo
1899
+ */
1900
+ export declare class ListingFeeInfo extends Message<ListingFeeInfo> {
1901
+ /**
1902
+ * @generated from field: string type = 1;
1903
+ */
1904
+ type: string;
1905
+
1906
+ /**
1907
+ * @generated from field: ct_logic_uni_rev_premium.v1.ListingFeeInfoMetadata metadata = 2;
1908
+ */
1909
+ metadata?: ListingFeeInfoMetadata;
1910
+
1911
+ constructor(data?: PartialMessage<ListingFeeInfo>);
1912
+
1913
+ static readonly runtime: typeof proto3;
1914
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ListingFeeInfo";
1915
+ static readonly fields: FieldList;
1916
+
1917
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListingFeeInfo;
1918
+
1919
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListingFeeInfo;
1920
+
1921
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListingFeeInfo;
1922
+
1923
+ static equals(a: ListingFeeInfo | PlainMessage<ListingFeeInfo> | undefined, b: ListingFeeInfo | PlainMessage<ListingFeeInfo> | undefined): boolean;
1924
+ }
1925
+
1926
+ /**
1927
+ * @generated from message ct_logic_uni_rev_premium.v1.ListingFeeInfoMetadata
1928
+ */
1929
+ export declare class ListingFeeInfoMetadata extends Message<ListingFeeInfoMetadata> {
1930
+ /**
1931
+ * @generated from field: string voucher_id = 1;
1932
+ */
1933
+ voucherId: string;
1934
+
1935
+ /**
1936
+ * @generated from field: int64 subscription_id = 2;
1937
+ */
1938
+ subscriptionId: bigint;
1939
+
1940
+ constructor(data?: PartialMessage<ListingFeeInfoMetadata>);
1941
+
1942
+ static readonly runtime: typeof proto3;
1943
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ListingFeeInfoMetadata";
1944
+ static readonly fields: FieldList;
1945
+
1946
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListingFeeInfoMetadata;
1947
+
1948
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListingFeeInfoMetadata;
1949
+
1950
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListingFeeInfoMetadata;
1951
+
1952
+ static equals(a: ListingFeeInfoMetadata | PlainMessage<ListingFeeInfoMetadata> | undefined, b: ListingFeeInfoMetadata | PlainMessage<ListingFeeInfoMetadata> | undefined): boolean;
1953
+ }
1954
+
1955
+ /**
1956
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeePriceResponse
1957
+ */
1958
+ export declare class GetListingFeePriceResponse extends Message<GetListingFeePriceResponse> {
1959
+ /**
1960
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceUnit price = 1;
1961
+ */
1962
+ price?: PriceUnit;
1963
+
1964
+ /**
1965
+ * @generated from field: string listing_fee_claim_id = 2;
1966
+ */
1967
+ listingFeeClaimId: string;
1968
+
1969
+ constructor(data?: PartialMessage<GetListingFeePriceResponse>);
1970
+
1971
+ static readonly runtime: typeof proto3;
1972
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListingFeePriceResponse";
1973
+ static readonly fields: FieldList;
1974
+
1975
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListingFeePriceResponse;
1976
+
1977
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListingFeePriceResponse;
1978
+
1979
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListingFeePriceResponse;
1980
+
1981
+ static equals(a: GetListingFeePriceResponse | PlainMessage<GetListingFeePriceResponse> | undefined, b: GetListingFeePriceResponse | PlainMessage<GetListingFeePriceResponse> | undefined): boolean;
1982
+ }
1983
+
1984
+ /**
1985
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeRequest
1986
+ */
1987
+ export declare class GetListPriceByListServiceTypeRequest extends Message<GetListPriceByListServiceTypeRequest> {
1988
+ /**
1989
+ * @generated from field: repeated string service_type = 1;
1990
+ */
1991
+ serviceType: string[];
1992
+
1993
+ /**
1994
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.Attribute attributes = 2;
1995
+ */
1996
+ attributes: Attribute[];
1997
+
1998
+ /**
1999
+ * @generated from field: int64 account_id = 3;
2000
+ */
2001
+ accountId: bigint;
2002
+
2003
+ constructor(data?: PartialMessage<GetListPriceByListServiceTypeRequest>);
2004
+
2005
+ static readonly runtime: typeof proto3;
2006
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeRequest";
2007
+ static readonly fields: FieldList;
2008
+
2009
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPriceByListServiceTypeRequest;
2010
+
2011
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPriceByListServiceTypeRequest;
2012
+
2013
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPriceByListServiceTypeRequest;
2014
+
2015
+ static equals(a: GetListPriceByListServiceTypeRequest | PlainMessage<GetListPriceByListServiceTypeRequest> | undefined, b: GetListPriceByListServiceTypeRequest | PlainMessage<GetListPriceByListServiceTypeRequest> | undefined): boolean;
2016
+ }
2017
+
2018
+ /**
2019
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeResponse
2020
+ */
2021
+ export declare class GetListPriceByListServiceTypeResponse extends Message<GetListPriceByListServiceTypeResponse> {
2022
+ /**
2023
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PriceItem data = 1;
2024
+ */
2025
+ data: PriceItem[];
2026
+
2027
+ constructor(data?: PartialMessage<GetListPriceByListServiceTypeResponse>);
2028
+
2029
+ static readonly runtime: typeof proto3;
2030
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeResponse";
2031
+ static readonly fields: FieldList;
2032
+
2033
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPriceByListServiceTypeResponse;
2034
+
2035
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPriceByListServiceTypeResponse;
2036
+
2037
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPriceByListServiceTypeResponse;
2038
+
2039
+ static equals(a: GetListPriceByListServiceTypeResponse | PlainMessage<GetListPriceByListServiceTypeResponse> | undefined, b: GetListPriceByListServiceTypeResponse | PlainMessage<GetListPriceByListServiceTypeResponse> | undefined): boolean;
2040
+ }
2041
+
2042
+ /**
2043
+ * @generated from message ct_logic_uni_rev_premium.v1.Targeting
2044
+ */
2045
+ export declare class Targeting extends Message<Targeting> {
2046
+ /**
2047
+ * @generated from field: int64 ad_id = 1;
2048
+ */
2049
+ adId: bigint;
2050
+
2051
+ /**
2052
+ * @generated from field: int64 category_id = 2;
2053
+ */
2054
+ categoryId: bigint;
2055
+
2056
+ /**
2057
+ * @generated from field: int64 region_id = 3;
2058
+ */
2059
+ regionId: bigint;
2060
+
2061
+ /**
2062
+ * @generated from field: string ad_type = 4;
2063
+ */
2064
+ adType: string;
2065
+
2066
+ /**
2067
+ * @generated from field: int64 duration = 5;
2068
+ */
2069
+ duration: bigint;
2070
+
2071
+ constructor(data?: PartialMessage<Targeting>);
2072
+
2073
+ static readonly runtime: typeof proto3;
2074
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.Targeting";
2075
+ static readonly fields: FieldList;
2076
+
2077
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Targeting;
2078
+
2079
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Targeting;
2080
+
2081
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Targeting;
2082
+
2083
+ static equals(a: Targeting | PlainMessage<Targeting> | undefined, b: Targeting | PlainMessage<Targeting> | undefined): boolean;
2084
+ }
2085
+
2086
+ /**
2087
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingRequest
2088
+ */
2089
+ export declare class GetPremiumServicePriceByListTargetingRequest extends Message<GetPremiumServicePriceByListTargetingRequest> {
2090
+ /**
2091
+ * @generated from field: int64 account_id = 1;
2092
+ */
2093
+ accountId: bigint;
2094
+
2095
+ /**
2096
+ * @generated from field: bool should_include_all_price_bundle = 2;
2097
+ */
2098
+ shouldIncludeAllPriceBundle: boolean;
2099
+
2100
+ /**
2101
+ * @generated from field: int64 duration = 3;
2102
+ */
2103
+ duration: bigint;
2104
+
2105
+ /**
2106
+ * @generated from field: string platform = 4;
2107
+ */
2108
+ platform: string;
2109
+
2110
+ /**
2111
+ * @generated from field: string app_version = 5;
2112
+ */
2113
+ appVersion: string;
2114
+
2115
+ /**
2116
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.Targeting targetings = 6;
2117
+ */
2118
+ targetings: Targeting[];
2119
+
2120
+ constructor(data?: PartialMessage<GetPremiumServicePriceByListTargetingRequest>);
2121
+
2122
+ static readonly runtime: typeof proto3;
2123
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingRequest";
2124
+ static readonly fields: FieldList;
2125
+
2126
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPremiumServicePriceByListTargetingRequest;
2127
+
2128
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPremiumServicePriceByListTargetingRequest;
2129
+
2130
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPremiumServicePriceByListTargetingRequest;
2131
+
2132
+ static equals(a: GetPremiumServicePriceByListTargetingRequest | PlainMessage<GetPremiumServicePriceByListTargetingRequest> | undefined, b: GetPremiumServicePriceByListTargetingRequest | PlainMessage<GetPremiumServicePriceByListTargetingRequest> | undefined): boolean;
2133
+ }
2134
+
2135
+ /**
2136
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingResponse
2137
+ */
2138
+ export declare class GetPremiumServicePriceByListTargetingResponse extends Message<GetPremiumServicePriceByListTargetingResponse> {
2139
+ /**
2140
+ * @generated from field: map<int64, ct_logic_uni_rev_premium.v1.PremiumFeaturePrice> data = 1;
2141
+ */
2142
+ data: { [key: string]: PremiumFeaturePrice };
2143
+
2144
+ constructor(data?: PartialMessage<GetPremiumServicePriceByListTargetingResponse>);
2145
+
2146
+ static readonly runtime: typeof proto3;
2147
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingResponse";
2148
+ static readonly fields: FieldList;
2149
+
2150
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPremiumServicePriceByListTargetingResponse;
2151
+
2152
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPremiumServicePriceByListTargetingResponse;
2153
+
2154
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPremiumServicePriceByListTargetingResponse;
2155
+
2156
+ static equals(a: GetPremiumServicePriceByListTargetingResponse | PlainMessage<GetPremiumServicePriceByListTargetingResponse> | undefined, b: GetPremiumServicePriceByListTargetingResponse | PlainMessage<GetPremiumServicePriceByListTargetingResponse> | undefined): boolean;
2157
+ }
2158
+
2159
+ /**
2160
+ * @generated from message ct_logic_uni_rev_premium.v1.ListFeeConditionItem
2161
+ */
2162
+ export declare class ListFeeConditionItem extends Message<ListFeeConditionItem> {
2163
+ /**
2164
+ * @generated from field: int64 category_id = 1;
2165
+ */
2166
+ categoryId: bigint;
2167
+
2168
+ /**
2169
+ * @generated from field: int64 region_id = 2;
2170
+ */
2171
+ regionId: bigint;
2172
+
2173
+ /**
2174
+ * @generated from field: string ad_type = 3;
2175
+ */
2176
+ adType: string;
2177
+
2178
+ constructor(data?: PartialMessage<ListFeeConditionItem>);
2179
+
2180
+ static readonly runtime: typeof proto3;
2181
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ListFeeConditionItem";
2182
+ static readonly fields: FieldList;
2183
+
2184
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListFeeConditionItem;
2185
+
2186
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListFeeConditionItem;
2187
+
2188
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListFeeConditionItem;
2189
+
2190
+ static equals(a: ListFeeConditionItem | PlainMessage<ListFeeConditionItem> | undefined, b: ListFeeConditionItem | PlainMessage<ListFeeConditionItem> | undefined): boolean;
2191
+ }
2192
+
2193
+ /**
2194
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeeConditionRequest
2195
+ */
2196
+ export declare class GetListingFeeConditionRequest extends Message<GetListingFeeConditionRequest> {
2197
+ constructor(data?: PartialMessage<GetListingFeeConditionRequest>);
2198
+
2199
+ static readonly runtime: typeof proto3;
2200
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListingFeeConditionRequest";
2201
+ static readonly fields: FieldList;
2202
+
2203
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListingFeeConditionRequest;
2204
+
2205
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListingFeeConditionRequest;
2206
+
2207
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListingFeeConditionRequest;
2208
+
2209
+ static equals(a: GetListingFeeConditionRequest | PlainMessage<GetListingFeeConditionRequest> | undefined, b: GetListingFeeConditionRequest | PlainMessage<GetListingFeeConditionRequest> | undefined): boolean;
2210
+ }
2211
+
2212
+ /**
2213
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeeConditionResponse
2214
+ */
2215
+ export declare class GetListingFeeConditionResponse extends Message<GetListingFeeConditionResponse> {
2216
+ /**
2217
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ListFeeConditionItem normal = 1;
2218
+ */
2219
+ normal: ListFeeConditionItem[];
2220
+
2221
+ /**
2222
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ListFeeConditionItem shop = 2;
2223
+ */
2224
+ shop: ListFeeConditionItem[];
2225
+
2226
+ constructor(data?: PartialMessage<GetListingFeeConditionResponse>);
2227
+
2228
+ static readonly runtime: typeof proto3;
2229
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListingFeeConditionResponse";
2230
+ static readonly fields: FieldList;
2231
+
2232
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListingFeeConditionResponse;
2233
+
2234
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListingFeeConditionResponse;
2235
+
2236
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListingFeeConditionResponse;
2237
+
2238
+ static equals(a: GetListingFeeConditionResponse | PlainMessage<GetListingFeeConditionResponse> | undefined, b: GetListingFeeConditionResponse | PlainMessage<GetListingFeeConditionResponse> | undefined): boolean;
2239
+ }
2240
+
2241
+ /**
2242
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceByIdRequest
2243
+ */
2244
+ export declare class GetPriceByIdRequest extends Message<GetPriceByIdRequest> {
2245
+ /**
2246
+ * @generated from field: int64 price_id = 1;
2247
+ */
2248
+ priceId: bigint;
2249
+
2250
+ constructor(data?: PartialMessage<GetPriceByIdRequest>);
2251
+
2252
+ static readonly runtime: typeof proto3;
2253
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPriceByIdRequest";
2254
+ static readonly fields: FieldList;
2255
+
2256
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPriceByIdRequest;
2257
+
2258
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPriceByIdRequest;
2259
+
2260
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPriceByIdRequest;
2261
+
2262
+ static equals(a: GetPriceByIdRequest | PlainMessage<GetPriceByIdRequest> | undefined, b: GetPriceByIdRequest | PlainMessage<GetPriceByIdRequest> | undefined): boolean;
2263
+ }
2264
+
2265
+ /**
2266
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceByIdResponse
2267
+ */
2268
+ export declare class GetPriceByIdResponse extends Message<GetPriceByIdResponse> {
2269
+ /**
2270
+ * @generated from field: ct_logic_uni_rev_premium.v1.PriceItemWithHistory data = 1;
2271
+ */
2272
+ data?: PriceItemWithHistory;
2273
+
2274
+ constructor(data?: PartialMessage<GetPriceByIdResponse>);
2275
+
2276
+ static readonly runtime: typeof proto3;
2277
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPriceByIdResponse";
2278
+ static readonly fields: FieldList;
2279
+
2280
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPriceByIdResponse;
2281
+
2282
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPriceByIdResponse;
2283
+
2284
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPriceByIdResponse;
2285
+
2286
+ static equals(a: GetPriceByIdResponse | PlainMessage<GetPriceByIdResponse> | undefined, b: GetPriceByIdResponse | PlainMessage<GetPriceByIdResponse> | undefined): boolean;
2287
+ }
2288
+
2289
+ /**
2290
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeRequest
2291
+ */
2292
+ export declare class GetListPriceBackOfficeRequest extends Message<GetListPriceBackOfficeRequest> {
2293
+ /**
2294
+ * @generated from field: int64 max_page_size = 1;
2295
+ */
2296
+ maxPageSize: bigint;
2297
+
2298
+ /**
2299
+ * @generated from field: string page_token = 2;
2300
+ */
2301
+ pageToken: string;
2302
+
2303
+ /**
2304
+ * @generated from field: string service_type = 3;
2305
+ */
2306
+ serviceType: string;
2307
+
2308
+ /**
2309
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.Attribute attributes = 4;
2310
+ */
2311
+ attributes: Attribute[];
2312
+
2313
+ constructor(data?: PartialMessage<GetListPriceBackOfficeRequest>);
2314
+
2315
+ static readonly runtime: typeof proto3;
2316
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeRequest";
2317
+ static readonly fields: FieldList;
2318
+
2319
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPriceBackOfficeRequest;
2320
+
2321
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPriceBackOfficeRequest;
2322
+
2323
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPriceBackOfficeRequest;
2324
+
2325
+ static equals(a: GetListPriceBackOfficeRequest | PlainMessage<GetListPriceBackOfficeRequest> | undefined, b: GetListPriceBackOfficeRequest | PlainMessage<GetListPriceBackOfficeRequest> | undefined): boolean;
2326
+ }
2327
+
2328
+ /**
2329
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeResponse
2330
+ */
2331
+ export declare class GetListPriceBackOfficeResponse extends Message<GetListPriceBackOfficeResponse> {
2332
+ /**
2333
+ * @generated from field: string page_token = 1;
2334
+ */
2335
+ pageToken: string;
2336
+
2337
+ /**
2338
+ * @generated from field: string next_page_token = 2;
2339
+ */
2340
+ nextPageToken: string;
2341
+
2342
+ /**
2343
+ * @generated from field: int64 total_records = 3;
2344
+ */
2345
+ totalRecords: bigint;
2346
+
2347
+ /**
2348
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PriceItemWithHistory data = 4;
2349
+ */
2350
+ data: PriceItemWithHistory[];
2351
+
2352
+ constructor(data?: PartialMessage<GetListPriceBackOfficeResponse>);
2353
+
2354
+ static readonly runtime: typeof proto3;
2355
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeResponse";
2356
+ static readonly fields: FieldList;
2357
+
2358
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPriceBackOfficeResponse;
2359
+
2360
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPriceBackOfficeResponse;
2361
+
2362
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPriceBackOfficeResponse;
2363
+
2364
+ static equals(a: GetListPriceBackOfficeResponse | PlainMessage<GetListPriceBackOfficeResponse> | undefined, b: GetListPriceBackOfficeResponse | PlainMessage<GetListPriceBackOfficeResponse> | undefined): boolean;
2365
+ }
2366
+
2367
+ /**
2368
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceRequest
2369
+ */
2370
+ export declare class EditPriceRequest extends Message<EditPriceRequest> {
2371
+ /**
2372
+ * @generated from field: int64 price_id = 1;
2373
+ */
2374
+ priceId: bigint;
2375
+
2376
+ /**
2377
+ * @generated from field: ct_logic_uni_rev_premium.v1.Price price = 2;
2378
+ */
2379
+ price?: Price;
2380
+
2381
+ constructor(data?: PartialMessage<EditPriceRequest>);
2382
+
2383
+ static readonly runtime: typeof proto3;
2384
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.EditPriceRequest";
2385
+ static readonly fields: FieldList;
2386
+
2387
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EditPriceRequest;
2388
+
2389
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EditPriceRequest;
2390
+
2391
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EditPriceRequest;
2392
+
2393
+ static equals(a: EditPriceRequest | PlainMessage<EditPriceRequest> | undefined, b: EditPriceRequest | PlainMessage<EditPriceRequest> | undefined): boolean;
2394
+ }
2395
+
2396
+ /**
2397
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceResponse
2398
+ */
2399
+ export declare class EditPriceResponse extends Message<EditPriceResponse> {
2400
+ /**
2401
+ * @generated from field: string status = 1;
2402
+ */
2403
+ status: string;
2404
+
2405
+ constructor(data?: PartialMessage<EditPriceResponse>);
2406
+
2407
+ static readonly runtime: typeof proto3;
2408
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.EditPriceResponse";
2409
+ static readonly fields: FieldList;
2410
+
2411
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EditPriceResponse;
2412
+
2413
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EditPriceResponse;
2414
+
2415
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EditPriceResponse;
2416
+
2417
+ static equals(a: EditPriceResponse | PlainMessage<EditPriceResponse> | undefined, b: EditPriceResponse | PlainMessage<EditPriceResponse> | undefined): boolean;
2418
+ }
2419
+
2420
+ /**
2421
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceRequest
2422
+ */
2423
+ export declare class ApprovePriceRequest extends Message<ApprovePriceRequest> {
2424
+ /**
2425
+ * @generated from field: int64 price_id = 1;
2426
+ */
2427
+ priceId: bigint;
2428
+
2429
+ constructor(data?: PartialMessage<ApprovePriceRequest>);
2430
+
2431
+ static readonly runtime: typeof proto3;
2432
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApprovePriceRequest";
2433
+ static readonly fields: FieldList;
2434
+
2435
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApprovePriceRequest;
2436
+
2437
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApprovePriceRequest;
2438
+
2439
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApprovePriceRequest;
2440
+
2441
+ static equals(a: ApprovePriceRequest | PlainMessage<ApprovePriceRequest> | undefined, b: ApprovePriceRequest | PlainMessage<ApprovePriceRequest> | undefined): boolean;
2442
+ }
2443
+
2444
+ /**
2445
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceResponse
2446
+ */
2447
+ export declare class ApprovePriceResponse extends Message<ApprovePriceResponse> {
2448
+ /**
2449
+ * @generated from field: string status = 1;
2450
+ */
2451
+ status: string;
2452
+
2453
+ constructor(data?: PartialMessage<ApprovePriceResponse>);
2454
+
2455
+ static readonly runtime: typeof proto3;
2456
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApprovePriceResponse";
2457
+ static readonly fields: FieldList;
2458
+
2459
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApprovePriceResponse;
2460
+
2461
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApprovePriceResponse;
2462
+
2463
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApprovePriceResponse;
2464
+
2465
+ static equals(a: ApprovePriceResponse | PlainMessage<ApprovePriceResponse> | undefined, b: ApprovePriceResponse | PlainMessage<ApprovePriceResponse> | undefined): boolean;
2466
+ }
2467
+
2468
+ /**
2469
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceRequest
2470
+ */
2471
+ export declare class RejectPriceRequest extends Message<RejectPriceRequest> {
2472
+ /**
2473
+ * @generated from field: int64 price_id = 1;
2474
+ */
2475
+ priceId: bigint;
2476
+
2477
+ constructor(data?: PartialMessage<RejectPriceRequest>);
2478
+
2479
+ static readonly runtime: typeof proto3;
2480
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectPriceRequest";
2481
+ static readonly fields: FieldList;
2482
+
2483
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectPriceRequest;
2484
+
2485
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectPriceRequest;
2486
+
2487
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectPriceRequest;
2488
+
2489
+ static equals(a: RejectPriceRequest | PlainMessage<RejectPriceRequest> | undefined, b: RejectPriceRequest | PlainMessage<RejectPriceRequest> | undefined): boolean;
2490
+ }
2491
+
2492
+ /**
2493
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceResponse
2494
+ */
2495
+ export declare class RejectPriceResponse extends Message<RejectPriceResponse> {
2496
+ /**
2497
+ * @generated from field: string status = 1;
2498
+ */
2499
+ status: string;
2500
+
2501
+ constructor(data?: PartialMessage<RejectPriceResponse>);
2502
+
2503
+ static readonly runtime: typeof proto3;
2504
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectPriceResponse";
2505
+ static readonly fields: FieldList;
2506
+
2507
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectPriceResponse;
2508
+
2509
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectPriceResponse;
2510
+
2511
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectPriceResponse;
2512
+
2513
+ static equals(a: RejectPriceResponse | PlainMessage<RejectPriceResponse> | undefined, b: RejectPriceResponse | PlainMessage<RejectPriceResponse> | undefined): boolean;
2514
+ }
2515
+
2516
+ /**
2517
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishPriceRequest
2518
+ */
2519
+ export declare class PublishPriceRequest extends Message<PublishPriceRequest> {
2520
+ /**
2521
+ * @generated from field: int64 price_id = 1;
2522
+ */
2523
+ priceId: bigint;
2524
+
2525
+ constructor(data?: PartialMessage<PublishPriceRequest>);
2526
+
2527
+ static readonly runtime: typeof proto3;
2528
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PublishPriceRequest";
2529
+ static readonly fields: FieldList;
2530
+
2531
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishPriceRequest;
2532
+
2533
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishPriceRequest;
2534
+
2535
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishPriceRequest;
2536
+
2537
+ static equals(a: PublishPriceRequest | PlainMessage<PublishPriceRequest> | undefined, b: PublishPriceRequest | PlainMessage<PublishPriceRequest> | undefined): boolean;
2538
+ }
2539
+
2540
+ /**
2541
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishPriceResponse
2542
+ */
2543
+ export declare class PublishPriceResponse extends Message<PublishPriceResponse> {
2544
+ /**
2545
+ * @generated from field: string status = 1;
2546
+ */
2547
+ status: string;
2548
+
2549
+ constructor(data?: PartialMessage<PublishPriceResponse>);
2550
+
2551
+ static readonly runtime: typeof proto3;
2552
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PublishPriceResponse";
2553
+ static readonly fields: FieldList;
2554
+
2555
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishPriceResponse;
2556
+
2557
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishPriceResponse;
2558
+
2559
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishPriceResponse;
2560
+
2561
+ static equals(a: PublishPriceResponse | PlainMessage<PublishPriceResponse> | undefined, b: PublishPriceResponse | PlainMessage<PublishPriceResponse> | undefined): boolean;
2562
+ }
2563
+
2564
+ /**
2565
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceRequest
2566
+ */
2567
+ export declare class ApproveAllPriceByServiceRequest extends Message<ApproveAllPriceByServiceRequest> {
2568
+ /**
2569
+ * @generated from field: string service_type = 1;
2570
+ */
2571
+ serviceType: string;
2572
+
2573
+ constructor(data?: PartialMessage<ApproveAllPriceByServiceRequest>);
2574
+
2575
+ static readonly runtime: typeof proto3;
2576
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceRequest";
2577
+ static readonly fields: FieldList;
2578
+
2579
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApproveAllPriceByServiceRequest;
2580
+
2581
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApproveAllPriceByServiceRequest;
2582
+
2583
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApproveAllPriceByServiceRequest;
2584
+
2585
+ static equals(a: ApproveAllPriceByServiceRequest | PlainMessage<ApproveAllPriceByServiceRequest> | undefined, b: ApproveAllPriceByServiceRequest | PlainMessage<ApproveAllPriceByServiceRequest> | undefined): boolean;
2586
+ }
2587
+
2588
+ /**
2589
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceResponse
2590
+ */
2591
+ export declare class ApproveAllPriceByServiceResponse extends Message<ApproveAllPriceByServiceResponse> {
2592
+ /**
2593
+ * @generated from field: string status = 1;
2594
+ */
2595
+ status: string;
2596
+
2597
+ constructor(data?: PartialMessage<ApproveAllPriceByServiceResponse>);
2598
+
2599
+ static readonly runtime: typeof proto3;
2600
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceResponse";
2601
+ static readonly fields: FieldList;
2602
+
2603
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApproveAllPriceByServiceResponse;
2604
+
2605
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApproveAllPriceByServiceResponse;
2606
+
2607
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApproveAllPriceByServiceResponse;
2608
+
2609
+ static equals(a: ApproveAllPriceByServiceResponse | PlainMessage<ApproveAllPriceByServiceResponse> | undefined, b: ApproveAllPriceByServiceResponse | PlainMessage<ApproveAllPriceByServiceResponse> | undefined): boolean;
2610
+ }
2611
+
2612
+ /**
2613
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceRequest
2614
+ */
2615
+ export declare class RejectAllPriceByServiceRequest extends Message<RejectAllPriceByServiceRequest> {
2616
+ /**
2617
+ * @generated from field: string service_type = 1;
2618
+ */
2619
+ serviceType: string;
2620
+
2621
+ constructor(data?: PartialMessage<RejectAllPriceByServiceRequest>);
2622
+
2623
+ static readonly runtime: typeof proto3;
2624
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceRequest";
2625
+ static readonly fields: FieldList;
2626
+
2627
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectAllPriceByServiceRequest;
2628
+
2629
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectAllPriceByServiceRequest;
2630
+
2631
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectAllPriceByServiceRequest;
2632
+
2633
+ static equals(a: RejectAllPriceByServiceRequest | PlainMessage<RejectAllPriceByServiceRequest> | undefined, b: RejectAllPriceByServiceRequest | PlainMessage<RejectAllPriceByServiceRequest> | undefined): boolean;
2634
+ }
2635
+
2636
+ /**
2637
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceResponse
2638
+ */
2639
+ export declare class RejectAllPriceByServiceResponse extends Message<RejectAllPriceByServiceResponse> {
2640
+ /**
2641
+ * @generated from field: string status = 1;
2642
+ */
2643
+ status: string;
2644
+
2645
+ constructor(data?: PartialMessage<RejectAllPriceByServiceResponse>);
2646
+
2647
+ static readonly runtime: typeof proto3;
2648
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceResponse";
2649
+ static readonly fields: FieldList;
2650
+
2651
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectAllPriceByServiceResponse;
2652
+
2653
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectAllPriceByServiceResponse;
2654
+
2655
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectAllPriceByServiceResponse;
2656
+
2657
+ static equals(a: RejectAllPriceByServiceResponse | PlainMessage<RejectAllPriceByServiceResponse> | undefined, b: RejectAllPriceByServiceResponse | PlainMessage<RejectAllPriceByServiceResponse> | undefined): boolean;
2658
+ }
2659
+
2660
+ /**
2661
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceRequest
2662
+ */
2663
+ export declare class PublishAllPriceByServiceRequest extends Message<PublishAllPriceByServiceRequest> {
2664
+ /**
2665
+ * @generated from field: string service_type = 1;
2666
+ */
2667
+ serviceType: string;
2668
+
2669
+ constructor(data?: PartialMessage<PublishAllPriceByServiceRequest>);
2670
+
2671
+ static readonly runtime: typeof proto3;
2672
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceRequest";
2673
+ static readonly fields: FieldList;
2674
+
2675
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishAllPriceByServiceRequest;
2676
+
2677
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishAllPriceByServiceRequest;
2678
+
2679
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishAllPriceByServiceRequest;
2680
+
2681
+ static equals(a: PublishAllPriceByServiceRequest | PlainMessage<PublishAllPriceByServiceRequest> | undefined, b: PublishAllPriceByServiceRequest | PlainMessage<PublishAllPriceByServiceRequest> | undefined): boolean;
2682
+ }
2683
+
2684
+ /**
2685
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceResponse
2686
+ */
2687
+ export declare class PublishAllPriceByServiceResponse extends Message<PublishAllPriceByServiceResponse> {
2688
+ /**
2689
+ * @generated from field: string status = 1;
2690
+ */
2691
+ status: string;
2692
+
2693
+ constructor(data?: PartialMessage<PublishAllPriceByServiceResponse>);
2694
+
2695
+ static readonly runtime: typeof proto3;
2696
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceResponse";
2697
+ static readonly fields: FieldList;
2698
+
2699
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishAllPriceByServiceResponse;
2700
+
2701
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishAllPriceByServiceResponse;
2702
+
2703
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishAllPriceByServiceResponse;
2704
+
2705
+ static equals(a: PublishAllPriceByServiceResponse | PlainMessage<PublishAllPriceByServiceResponse> | undefined, b: PublishAllPriceByServiceResponse | PlainMessage<PublishAllPriceByServiceResponse> | undefined): boolean;
2706
+ }
2707
+
2708
+ /**
2709
+ * @generated from message ct_logic_uni_rev_premium.v1.ImportPriceRequest
2710
+ */
2711
+ export declare class ImportPriceRequest extends Message<ImportPriceRequest> {
2712
+ /**
2713
+ * @generated from field: int64 campaign_id = 1;
2714
+ */
2715
+ campaignId: bigint;
2716
+
2717
+ /**
2718
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PriceItem items = 2;
2719
+ */
2720
+ items: PriceItem[];
2721
+
2722
+ constructor(data?: PartialMessage<ImportPriceRequest>);
2723
+
2724
+ static readonly runtime: typeof proto3;
2725
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ImportPriceRequest";
2726
+ static readonly fields: FieldList;
2727
+
2728
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImportPriceRequest;
2729
+
2730
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImportPriceRequest;
2731
+
2732
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImportPriceRequest;
2733
+
2734
+ static equals(a: ImportPriceRequest | PlainMessage<ImportPriceRequest> | undefined, b: ImportPriceRequest | PlainMessage<ImportPriceRequest> | undefined): boolean;
2735
+ }
2736
+
2737
+ /**
2738
+ * @generated from message ct_logic_uni_rev_premium.v1.ImportPriceResponse
2739
+ */
2740
+ export declare class ImportPriceResponse extends Message<ImportPriceResponse> {
2741
+ /**
2742
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PriceItem succeed_items = 1;
2743
+ */
2744
+ succeedItems: PriceItem[];
2745
+
2746
+ /**
2747
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PriceItem failed_items = 2;
2748
+ */
2749
+ failedItems: PriceItem[];
2750
+
2751
+ constructor(data?: PartialMessage<ImportPriceResponse>);
2752
+
2753
+ static readonly runtime: typeof proto3;
2754
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ImportPriceResponse";
2755
+ static readonly fields: FieldList;
2756
+
2757
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImportPriceResponse;
2758
+
2759
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImportPriceResponse;
2760
+
2761
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImportPriceResponse;
2762
+
2763
+ static equals(a: ImportPriceResponse | PlainMessage<ImportPriceResponse> | undefined, b: ImportPriceResponse | PlainMessage<ImportPriceResponse> | undefined): boolean;
2764
+ }
2765
+
2766
+ /**
2767
+ * @generated from message ct_logic_uni_rev_premium.v1.CampaignMetaData
2768
+ */
2769
+ export declare class CampaignMetaData extends Message<CampaignMetaData> {
2770
+ /**
2771
+ * @generated from field: string message = 1;
2772
+ */
2773
+ message: string;
2774
+
2775
+ /**
2776
+ * @generated from field: int64 limit_value = 2;
2777
+ */
2778
+ limitValue: bigint;
2779
+
2780
+ /**
2781
+ * @generated from field: string custom_crontab = 3;
2782
+ */
2783
+ customCrontab: string;
2784
+
2785
+ constructor(data?: PartialMessage<CampaignMetaData>);
2786
+
2787
+ static readonly runtime: typeof proto3;
2788
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CampaignMetaData";
2789
+ static readonly fields: FieldList;
2790
+
2791
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CampaignMetaData;
2792
+
2793
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CampaignMetaData;
2794
+
2795
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CampaignMetaData;
2796
+
2797
+ static equals(a: CampaignMetaData | PlainMessage<CampaignMetaData> | undefined, b: CampaignMetaData | PlainMessage<CampaignMetaData> | undefined): boolean;
2798
+ }
2799
+
2800
+ /**
2801
+ * @generated from message ct_logic_uni_rev_premium.v1.CreatePricingCampaignRequest
2802
+ */
2803
+ export declare class CreatePricingCampaignRequest extends Message<CreatePricingCampaignRequest> {
2804
+ /**
2805
+ * @generated from field: string name = 1;
2806
+ */
2807
+ name: string;
2808
+
2809
+ /**
2810
+ * @generated from field: string description = 2;
2811
+ */
2812
+ description: string;
2813
+
2814
+ /**
2815
+ * @generated from field: string segment_id = 3;
2816
+ */
2817
+ segmentId: string;
2818
+
2819
+ /**
2820
+ * @generated from field: google.protobuf.Timestamp start_time = 4;
2821
+ */
2822
+ startTime?: Timestamp;
2823
+
2824
+ /**
2825
+ * @generated from field: google.protobuf.Timestamp end_time = 5;
2826
+ */
2827
+ endTime?: Timestamp;
2828
+
2829
+ /**
2830
+ * @generated from field: string status = 6;
2831
+ */
2832
+ status: string;
2833
+
2834
+ /**
2835
+ * @generated from field: string created_by = 7;
2836
+ */
2837
+ createdBy: string;
2838
+
2839
+ /**
2840
+ * @generated from field: string updated_by = 8;
2841
+ */
2842
+ updatedBy: string;
2843
+
2844
+ /**
2845
+ * @generated from field: int64 priority = 9;
2846
+ */
2847
+ priority: bigint;
2848
+
2849
+ /**
2850
+ * @generated from field: ct_logic_uni_rev_premium.v1.CampaignMetaData meta_data = 10;
2851
+ */
2852
+ metaData?: CampaignMetaData;
2853
+
2854
+ /**
2855
+ * @generated from field: string type = 11;
2856
+ */
2857
+ type: string;
2858
+
2859
+ /**
2860
+ * @generated from field: string legal_code = 12;
2861
+ */
2862
+ legalCode: string;
2863
+
2864
+ constructor(data?: PartialMessage<CreatePricingCampaignRequest>);
2865
+
2866
+ static readonly runtime: typeof proto3;
2867
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CreatePricingCampaignRequest";
2868
+ static readonly fields: FieldList;
2869
+
2870
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePricingCampaignRequest;
2871
+
2872
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePricingCampaignRequest;
2873
+
2874
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePricingCampaignRequest;
2875
+
2876
+ static equals(a: CreatePricingCampaignRequest | PlainMessage<CreatePricingCampaignRequest> | undefined, b: CreatePricingCampaignRequest | PlainMessage<CreatePricingCampaignRequest> | undefined): boolean;
2877
+ }
2878
+
2879
+ /**
2880
+ * @generated from message ct_logic_uni_rev_premium.v1.CreatePricingCampaignResponse
2881
+ */
2882
+ export declare class CreatePricingCampaignResponse extends Message<CreatePricingCampaignResponse> {
2883
+ /**
2884
+ * @generated from field: string status = 1;
2885
+ */
2886
+ status: string;
2887
+
2888
+ constructor(data?: PartialMessage<CreatePricingCampaignResponse>);
2889
+
2890
+ static readonly runtime: typeof proto3;
2891
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CreatePricingCampaignResponse";
2892
+ static readonly fields: FieldList;
2893
+
2894
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreatePricingCampaignResponse;
2895
+
2896
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreatePricingCampaignResponse;
2897
+
2898
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreatePricingCampaignResponse;
2899
+
2900
+ static equals(a: CreatePricingCampaignResponse | PlainMessage<CreatePricingCampaignResponse> | undefined, b: CreatePricingCampaignResponse | PlainMessage<CreatePricingCampaignResponse> | undefined): boolean;
2901
+ }
2902
+
2903
+ /**
2904
+ * @generated from message ct_logic_uni_rev_premium.v1.UpdatePricingCampaignPayload
2905
+ */
2906
+ export declare class UpdatePricingCampaignPayload extends Message<UpdatePricingCampaignPayload> {
2907
+ /**
2908
+ * @generated from field: string name = 1;
2909
+ */
2910
+ name: string;
2911
+
2912
+ /**
2913
+ * @generated from field: string description = 2;
2914
+ */
2915
+ description: string;
2916
+
2917
+ /**
2918
+ * @generated from field: string segment_id = 3;
2919
+ */
2920
+ segmentId: string;
2921
+
2922
+ /**
2923
+ * @generated from field: google.protobuf.Timestamp start_time = 4;
2924
+ */
2925
+ startTime?: Timestamp;
2926
+
2927
+ /**
2928
+ * @generated from field: google.protobuf.Timestamp end_time = 5;
2929
+ */
2930
+ endTime?: Timestamp;
2931
+
2932
+ /**
2933
+ * @generated from field: string status = 6;
2934
+ */
2935
+ status: string;
2936
+
2937
+ /**
2938
+ * @generated from field: string updated_by = 7;
2939
+ */
2940
+ updatedBy: string;
2941
+
2942
+ /**
2943
+ * @generated from field: int64 priority = 8;
2944
+ */
2945
+ priority: bigint;
2946
+
2947
+ /**
2948
+ * @generated from field: ct_logic_uni_rev_premium.v1.CampaignMetaData meta_data = 9;
2949
+ */
2950
+ metaData?: CampaignMetaData;
2951
+
2952
+ /**
2953
+ * @generated from field: string type = 10;
2954
+ */
2955
+ type: string;
2956
+
2957
+ /**
2958
+ * @generated from field: string legal_code = 11;
2959
+ */
2960
+ legalCode: string;
2961
+
2962
+ constructor(data?: PartialMessage<UpdatePricingCampaignPayload>);
2963
+
2964
+ static readonly runtime: typeof proto3;
2965
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdatePricingCampaignPayload";
2966
+ static readonly fields: FieldList;
2967
+
2968
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePricingCampaignPayload;
2969
+
2970
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePricingCampaignPayload;
2971
+
2972
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePricingCampaignPayload;
2973
+
2974
+ static equals(a: UpdatePricingCampaignPayload | PlainMessage<UpdatePricingCampaignPayload> | undefined, b: UpdatePricingCampaignPayload | PlainMessage<UpdatePricingCampaignPayload> | undefined): boolean;
2975
+ }
2976
+
2977
+ /**
2978
+ * @generated from message ct_logic_uni_rev_premium.v1.UpdatePricingCampaignRequest
2979
+ */
2980
+ export declare class UpdatePricingCampaignRequest extends Message<UpdatePricingCampaignRequest> {
2981
+ /**
2982
+ * @generated from field: int64 campaign_id = 1;
2983
+ */
2984
+ campaignId: bigint;
2985
+
2986
+ /**
2987
+ * @generated from field: ct_logic_uni_rev_premium.v1.UpdatePricingCampaignPayload payload = 2;
2988
+ */
2989
+ payload?: UpdatePricingCampaignPayload;
2990
+
2991
+ constructor(data?: PartialMessage<UpdatePricingCampaignRequest>);
2992
+
2993
+ static readonly runtime: typeof proto3;
2994
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdatePricingCampaignRequest";
2995
+ static readonly fields: FieldList;
2996
+
2997
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePricingCampaignRequest;
2998
+
2999
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePricingCampaignRequest;
3000
+
3001
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePricingCampaignRequest;
3002
+
3003
+ static equals(a: UpdatePricingCampaignRequest | PlainMessage<UpdatePricingCampaignRequest> | undefined, b: UpdatePricingCampaignRequest | PlainMessage<UpdatePricingCampaignRequest> | undefined): boolean;
3004
+ }
3005
+
3006
+ /**
3007
+ * @generated from message ct_logic_uni_rev_premium.v1.UpdatePricingCampaignResponse
3008
+ */
3009
+ export declare class UpdatePricingCampaignResponse extends Message<UpdatePricingCampaignResponse> {
3010
+ /**
3011
+ * @generated from field: string status = 1;
3012
+ */
3013
+ status: string;
3014
+
3015
+ constructor(data?: PartialMessage<UpdatePricingCampaignResponse>);
3016
+
3017
+ static readonly runtime: typeof proto3;
3018
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdatePricingCampaignResponse";
3019
+ static readonly fields: FieldList;
3020
+
3021
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePricingCampaignResponse;
3022
+
3023
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePricingCampaignResponse;
3024
+
3025
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePricingCampaignResponse;
3026
+
3027
+ static equals(a: UpdatePricingCampaignResponse | PlainMessage<UpdatePricingCampaignResponse> | undefined, b: UpdatePricingCampaignResponse | PlainMessage<UpdatePricingCampaignResponse> | undefined): boolean;
3028
+ }
3029
+
3030
+ /**
3031
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePricingCampaignRequest
3032
+ */
3033
+ export declare class DeletePricingCampaignRequest extends Message<DeletePricingCampaignRequest> {
3034
+ /**
3035
+ * @generated from field: int64 id = 1;
3036
+ */
3037
+ id: bigint;
3038
+
3039
+ constructor(data?: PartialMessage<DeletePricingCampaignRequest>);
3040
+
3041
+ static readonly runtime: typeof proto3;
3042
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeletePricingCampaignRequest";
3043
+ static readonly fields: FieldList;
3044
+
3045
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePricingCampaignRequest;
3046
+
3047
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePricingCampaignRequest;
3048
+
3049
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePricingCampaignRequest;
3050
+
3051
+ static equals(a: DeletePricingCampaignRequest | PlainMessage<DeletePricingCampaignRequest> | undefined, b: DeletePricingCampaignRequest | PlainMessage<DeletePricingCampaignRequest> | undefined): boolean;
3052
+ }
3053
+
3054
+ /**
3055
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePricingCampaignResponse
3056
+ */
3057
+ export declare class DeletePricingCampaignResponse extends Message<DeletePricingCampaignResponse> {
3058
+ /**
3059
+ * @generated from field: string status = 1;
3060
+ */
3061
+ status: string;
3062
+
3063
+ constructor(data?: PartialMessage<DeletePricingCampaignResponse>);
3064
+
3065
+ static readonly runtime: typeof proto3;
3066
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeletePricingCampaignResponse";
3067
+ static readonly fields: FieldList;
3068
+
3069
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePricingCampaignResponse;
3070
+
3071
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePricingCampaignResponse;
3072
+
3073
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePricingCampaignResponse;
3074
+
3075
+ static equals(a: DeletePricingCampaignResponse | PlainMessage<DeletePricingCampaignResponse> | undefined, b: DeletePricingCampaignResponse | PlainMessage<DeletePricingCampaignResponse> | undefined): boolean;
3076
+ }
3077
+
3078
+ /**
3079
+ * @generated from message ct_logic_uni_rev_premium.v1.PricingCampaign
3080
+ */
3081
+ export declare class PricingCampaign extends Message<PricingCampaign> {
3082
+ /**
3083
+ * @generated from field: int64 id = 1;
3084
+ */
3085
+ id: bigint;
3086
+
3087
+ /**
3088
+ * @generated from field: string name = 2;
3089
+ */
3090
+ name: string;
3091
+
3092
+ /**
3093
+ * @generated from field: string description = 3;
3094
+ */
3095
+ description: string;
3096
+
3097
+ /**
3098
+ * @generated from field: string segment_id = 4;
3099
+ */
3100
+ segmentId: string;
3101
+
3102
+ /**
3103
+ * @generated from field: google.protobuf.Timestamp start_time = 5;
3104
+ */
3105
+ startTime?: Timestamp;
3106
+
3107
+ /**
3108
+ * @generated from field: google.protobuf.Timestamp end_time = 6;
3109
+ */
3110
+ endTime?: Timestamp;
3111
+
3112
+ /**
3113
+ * @generated from field: string status = 7;
3114
+ */
3115
+ status: string;
3116
+
3117
+ /**
3118
+ * @generated from field: string created_by = 8;
3119
+ */
3120
+ createdBy: string;
3121
+
3122
+ /**
3123
+ * @generated from field: string updated_by = 9;
3124
+ */
3125
+ updatedBy: string;
3126
+
3127
+ /**
3128
+ * @generated from field: int64 priority = 10;
3129
+ */
3130
+ priority: bigint;
3131
+
3132
+ /**
3133
+ * @generated from field: google.protobuf.Timestamp created_at = 11;
3134
+ */
3135
+ createdAt?: Timestamp;
3136
+
3137
+ /**
3138
+ * @generated from field: google.protobuf.Timestamp updated_at = 12;
3139
+ */
3140
+ updatedAt?: Timestamp;
3141
+
3142
+ /**
3143
+ * @generated from field: ct_logic_uni_rev_premium.v1.CampaignMetaData meta_data = 13;
3144
+ */
3145
+ metaData?: CampaignMetaData;
3146
+
3147
+ /**
3148
+ * @generated from field: string type = 14;
3149
+ */
3150
+ type: string;
3151
+
3152
+ /**
3153
+ * @generated from field: string legal_code = 15;
3154
+ */
3155
+ legalCode: string;
3156
+
3157
+ constructor(data?: PartialMessage<PricingCampaign>);
3158
+
3159
+ static readonly runtime: typeof proto3;
3160
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PricingCampaign";
3161
+ static readonly fields: FieldList;
3162
+
3163
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PricingCampaign;
3164
+
3165
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PricingCampaign;
3166
+
3167
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PricingCampaign;
3168
+
3169
+ static equals(a: PricingCampaign | PlainMessage<PricingCampaign> | undefined, b: PricingCampaign | PlainMessage<PricingCampaign> | undefined): boolean;
3170
+ }
3171
+
3172
+ /**
3173
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPricingCampaignFilter
3174
+ */
3175
+ export declare class GetListPricingCampaignFilter extends Message<GetListPricingCampaignFilter> {
3176
+ /**
3177
+ * @generated from field: string id = 1;
3178
+ */
3179
+ id: string;
3180
+
3181
+ /**
3182
+ * @generated from field: string name = 2;
3183
+ */
3184
+ name: string;
3185
+
3186
+ /**
3187
+ * @generated from field: string segment_id = 3;
3188
+ */
3189
+ segmentId: string;
3190
+
3191
+ /**
3192
+ * @generated from field: google.protobuf.Timestamp start_time = 4;
3193
+ */
3194
+ startTime?: Timestamp;
3195
+
3196
+ /**
3197
+ * @generated from field: google.protobuf.Timestamp end_time = 5;
3198
+ */
3199
+ endTime?: Timestamp;
3200
+
3201
+ /**
3202
+ * @generated from field: string status = 6;
3203
+ */
3204
+ status: string;
3205
+
3206
+ /**
3207
+ * @generated from field: string created_by = 7;
3208
+ */
3209
+ createdBy: string;
3210
+
3211
+ /**
3212
+ * @generated from field: string updated_by = 8;
3213
+ */
3214
+ updatedBy: string;
3215
+
3216
+ /**
3217
+ * @generated from field: int64 priority = 9;
3218
+ */
3219
+ priority: bigint;
3220
+
3221
+ constructor(data?: PartialMessage<GetListPricingCampaignFilter>);
3222
+
3223
+ static readonly runtime: typeof proto3;
3224
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListPricingCampaignFilter";
3225
+ static readonly fields: FieldList;
3226
+
3227
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPricingCampaignFilter;
3228
+
3229
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPricingCampaignFilter;
3230
+
3231
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPricingCampaignFilter;
3232
+
3233
+ static equals(a: GetListPricingCampaignFilter | PlainMessage<GetListPricingCampaignFilter> | undefined, b: GetListPricingCampaignFilter | PlainMessage<GetListPricingCampaignFilter> | undefined): boolean;
3234
+ }
3235
+
3236
+ /**
3237
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPricingCampaignRequest
3238
+ */
3239
+ export declare class GetListPricingCampaignRequest extends Message<GetListPricingCampaignRequest> {
3240
+ /**
3241
+ * @generated from field: int64 max_page_size = 1;
3242
+ */
3243
+ maxPageSize: bigint;
3244
+
3245
+ /**
3246
+ * @generated from field: string page_token = 2;
3247
+ */
3248
+ pageToken: string;
3249
+
3250
+ /**
3251
+ * @generated from field: ct_logic_uni_rev_premium.v1.GetListPricingCampaignFilter filter = 3;
3252
+ */
3253
+ filter?: GetListPricingCampaignFilter;
3254
+
3255
+ constructor(data?: PartialMessage<GetListPricingCampaignRequest>);
3256
+
3257
+ static readonly runtime: typeof proto3;
3258
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListPricingCampaignRequest";
3259
+ static readonly fields: FieldList;
3260
+
3261
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPricingCampaignRequest;
3262
+
3263
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPricingCampaignRequest;
3264
+
3265
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPricingCampaignRequest;
3266
+
3267
+ static equals(a: GetListPricingCampaignRequest | PlainMessage<GetListPricingCampaignRequest> | undefined, b: GetListPricingCampaignRequest | PlainMessage<GetListPricingCampaignRequest> | undefined): boolean;
3268
+ }
3269
+
3270
+ /**
3271
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPricingCampaignResponse
3272
+ */
3273
+ export declare class GetListPricingCampaignResponse extends Message<GetListPricingCampaignResponse> {
3274
+ /**
3275
+ * @generated from field: string page_token = 1;
3276
+ */
3277
+ pageToken: string;
3278
+
3279
+ /**
3280
+ * @generated from field: string next_page_token = 2;
3281
+ */
3282
+ nextPageToken: string;
3283
+
3284
+ /**
3285
+ * @generated from field: int64 total_records = 3;
3286
+ */
3287
+ totalRecords: bigint;
3288
+
3289
+ /**
3290
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PricingCampaign data = 4;
3291
+ */
3292
+ data: PricingCampaign[];
3293
+
3294
+ constructor(data?: PartialMessage<GetListPricingCampaignResponse>);
3295
+
3296
+ static readonly runtime: typeof proto3;
3297
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetListPricingCampaignResponse";
3298
+ static readonly fields: FieldList;
3299
+
3300
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetListPricingCampaignResponse;
3301
+
3302
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetListPricingCampaignResponse;
3303
+
3304
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetListPricingCampaignResponse;
3305
+
3306
+ static equals(a: GetListPricingCampaignResponse | PlainMessage<GetListPricingCampaignResponse> | undefined, b: GetListPricingCampaignResponse | PlainMessage<GetListPricingCampaignResponse> | undefined): boolean;
3307
+ }
3308
+
3309
+ /**
3310
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdRequest
3311
+ */
3312
+ export declare class GetPricingCampaignByIdRequest extends Message<GetPricingCampaignByIdRequest> {
3313
+ /**
3314
+ * @generated from field: int64 id = 1;
3315
+ */
3316
+ id: bigint;
3317
+
3318
+ /**
3319
+ * @generated from field: bool should_get_prices = 2;
3320
+ */
3321
+ shouldGetPrices: boolean;
3322
+
3323
+ constructor(data?: PartialMessage<GetPricingCampaignByIdRequest>);
3324
+
3325
+ static readonly runtime: typeof proto3;
3326
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdRequest";
3327
+ static readonly fields: FieldList;
3328
+
3329
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPricingCampaignByIdRequest;
3330
+
3331
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPricingCampaignByIdRequest;
3332
+
3333
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPricingCampaignByIdRequest;
3334
+
3335
+ static equals(a: GetPricingCampaignByIdRequest | PlainMessage<GetPricingCampaignByIdRequest> | undefined, b: GetPricingCampaignByIdRequest | PlainMessage<GetPricingCampaignByIdRequest> | undefined): boolean;
3336
+ }
3337
+
3338
+ /**
3339
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdResponse
3340
+ */
3341
+ export declare class GetPricingCampaignByIdResponse extends Message<GetPricingCampaignByIdResponse> {
3342
+ /**
3343
+ * @generated from field: ct_logic_uni_rev_premium.v1.PricingCampaign campaign = 1;
3344
+ */
3345
+ campaign?: PricingCampaign;
3346
+
3347
+ /**
3348
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PriceItemWithHistory prices = 2;
3349
+ */
3350
+ prices: PriceItemWithHistory[];
3351
+
3352
+ constructor(data?: PartialMessage<GetPricingCampaignByIdResponse>);
3353
+
3354
+ static readonly runtime: typeof proto3;
3355
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdResponse";
3356
+ static readonly fields: FieldList;
3357
+
3358
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPricingCampaignByIdResponse;
3359
+
3360
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPricingCampaignByIdResponse;
3361
+
3362
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPricingCampaignByIdResponse;
3363
+
3364
+ static equals(a: GetPricingCampaignByIdResponse | PlainMessage<GetPricingCampaignByIdResponse> | undefined, b: GetPricingCampaignByIdResponse | PlainMessage<GetPricingCampaignByIdResponse> | undefined): boolean;
3365
+ }
3366
+
3367
+ /**
3368
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignRequest
3369
+ */
3370
+ export declare class ApproveAllPriceByCampaignRequest extends Message<ApproveAllPriceByCampaignRequest> {
3371
+ /**
3372
+ * @generated from field: int64 campaign_id = 1;
3373
+ */
3374
+ campaignId: bigint;
3375
+
3376
+ constructor(data?: PartialMessage<ApproveAllPriceByCampaignRequest>);
3377
+
3378
+ static readonly runtime: typeof proto3;
3379
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignRequest";
3380
+ static readonly fields: FieldList;
3381
+
3382
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApproveAllPriceByCampaignRequest;
3383
+
3384
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApproveAllPriceByCampaignRequest;
3385
+
3386
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApproveAllPriceByCampaignRequest;
3387
+
3388
+ static equals(a: ApproveAllPriceByCampaignRequest | PlainMessage<ApproveAllPriceByCampaignRequest> | undefined, b: ApproveAllPriceByCampaignRequest | PlainMessage<ApproveAllPriceByCampaignRequest> | undefined): boolean;
3389
+ }
3390
+
3391
+ /**
3392
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignResponse
3393
+ */
3394
+ export declare class ApproveAllPriceByCampaignResponse extends Message<ApproveAllPriceByCampaignResponse> {
3395
+ /**
3396
+ * @generated from field: string status = 1;
3397
+ */
3398
+ status: string;
3399
+
3400
+ constructor(data?: PartialMessage<ApproveAllPriceByCampaignResponse>);
3401
+
3402
+ static readonly runtime: typeof proto3;
3403
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignResponse";
3404
+ static readonly fields: FieldList;
3405
+
3406
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApproveAllPriceByCampaignResponse;
3407
+
3408
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApproveAllPriceByCampaignResponse;
3409
+
3410
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApproveAllPriceByCampaignResponse;
3411
+
3412
+ static equals(a: ApproveAllPriceByCampaignResponse | PlainMessage<ApproveAllPriceByCampaignResponse> | undefined, b: ApproveAllPriceByCampaignResponse | PlainMessage<ApproveAllPriceByCampaignResponse> | undefined): boolean;
3413
+ }
3414
+
3415
+ /**
3416
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignRequest
3417
+ */
3418
+ export declare class RejectAllPriceByCampaignRequest extends Message<RejectAllPriceByCampaignRequest> {
3419
+ /**
3420
+ * @generated from field: int64 campaign_id = 1;
3421
+ */
3422
+ campaignId: bigint;
3423
+
3424
+ constructor(data?: PartialMessage<RejectAllPriceByCampaignRequest>);
3425
+
3426
+ static readonly runtime: typeof proto3;
3427
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignRequest";
3428
+ static readonly fields: FieldList;
3429
+
3430
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectAllPriceByCampaignRequest;
3431
+
3432
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectAllPriceByCampaignRequest;
3433
+
3434
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectAllPriceByCampaignRequest;
3435
+
3436
+ static equals(a: RejectAllPriceByCampaignRequest | PlainMessage<RejectAllPriceByCampaignRequest> | undefined, b: RejectAllPriceByCampaignRequest | PlainMessage<RejectAllPriceByCampaignRequest> | undefined): boolean;
3437
+ }
3438
+
3439
+ /**
3440
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignResponse
3441
+ */
3442
+ export declare class RejectAllPriceByCampaignResponse extends Message<RejectAllPriceByCampaignResponse> {
3443
+ /**
3444
+ * @generated from field: string status = 1;
3445
+ */
3446
+ status: string;
3447
+
3448
+ constructor(data?: PartialMessage<RejectAllPriceByCampaignResponse>);
3449
+
3450
+ static readonly runtime: typeof proto3;
3451
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignResponse";
3452
+ static readonly fields: FieldList;
3453
+
3454
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectAllPriceByCampaignResponse;
3455
+
3456
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectAllPriceByCampaignResponse;
3457
+
3458
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectAllPriceByCampaignResponse;
3459
+
3460
+ static equals(a: RejectAllPriceByCampaignResponse | PlainMessage<RejectAllPriceByCampaignResponse> | undefined, b: RejectAllPriceByCampaignResponse | PlainMessage<RejectAllPriceByCampaignResponse> | undefined): boolean;
3461
+ }
3462
+
3463
+ /**
3464
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignRequest
3465
+ */
3466
+ export declare class PublishAllPriceByCampaignRequest extends Message<PublishAllPriceByCampaignRequest> {
3467
+ /**
3468
+ * @generated from field: int64 campaign_id = 1;
3469
+ */
3470
+ campaignId: bigint;
3471
+
3472
+ constructor(data?: PartialMessage<PublishAllPriceByCampaignRequest>);
3473
+
3474
+ static readonly runtime: typeof proto3;
3475
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignRequest";
3476
+ static readonly fields: FieldList;
3477
+
3478
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishAllPriceByCampaignRequest;
3479
+
3480
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishAllPriceByCampaignRequest;
3481
+
3482
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishAllPriceByCampaignRequest;
3483
+
3484
+ static equals(a: PublishAllPriceByCampaignRequest | PlainMessage<PublishAllPriceByCampaignRequest> | undefined, b: PublishAllPriceByCampaignRequest | PlainMessage<PublishAllPriceByCampaignRequest> | undefined): boolean;
3485
+ }
3486
+
3487
+ /**
3488
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignResponse
3489
+ */
3490
+ export declare class PublishAllPriceByCampaignResponse extends Message<PublishAllPriceByCampaignResponse> {
3491
+ /**
3492
+ * @generated from field: string status = 1;
3493
+ */
3494
+ status: string;
3495
+
3496
+ constructor(data?: PartialMessage<PublishAllPriceByCampaignResponse>);
3497
+
3498
+ static readonly runtime: typeof proto3;
3499
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignResponse";
3500
+ static readonly fields: FieldList;
3501
+
3502
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublishAllPriceByCampaignResponse;
3503
+
3504
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublishAllPriceByCampaignResponse;
3505
+
3506
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublishAllPriceByCampaignResponse;
3507
+
3508
+ static equals(a: PublishAllPriceByCampaignResponse | PlainMessage<PublishAllPriceByCampaignResponse> | undefined, b: PublishAllPriceByCampaignResponse | PlainMessage<PublishAllPriceByCampaignResponse> | undefined): boolean;
3509
+ }
3510
+
3511
+ /**
3512
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceItemCampaignRequest
3513
+ */
3514
+ export declare class EditPriceItemCampaignRequest extends Message<EditPriceItemCampaignRequest> {
3515
+ /**
3516
+ * @generated from field: int64 price_id = 1;
3517
+ */
3518
+ priceId: bigint;
3519
+
3520
+ /**
3521
+ * @generated from field: int64 campaign_id = 2;
3522
+ */
3523
+ campaignId: bigint;
3524
+
3525
+ /**
3526
+ * @generated from field: ct_logic_uni_rev_premium.v1.Price price = 3;
3527
+ */
3528
+ price?: Price;
3529
+
3530
+ constructor(data?: PartialMessage<EditPriceItemCampaignRequest>);
3531
+
3532
+ static readonly runtime: typeof proto3;
3533
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.EditPriceItemCampaignRequest";
3534
+ static readonly fields: FieldList;
3535
+
3536
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EditPriceItemCampaignRequest;
3537
+
3538
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EditPriceItemCampaignRequest;
3539
+
3540
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EditPriceItemCampaignRequest;
3541
+
3542
+ static equals(a: EditPriceItemCampaignRequest | PlainMessage<EditPriceItemCampaignRequest> | undefined, b: EditPriceItemCampaignRequest | PlainMessage<EditPriceItemCampaignRequest> | undefined): boolean;
3543
+ }
3544
+
3545
+ /**
3546
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceItemCampaignResponse
3547
+ */
3548
+ export declare class EditPriceItemCampaignResponse extends Message<EditPriceItemCampaignResponse> {
3549
+ /**
3550
+ * @generated from field: string status = 1;
3551
+ */
3552
+ status: string;
3553
+
3554
+ constructor(data?: PartialMessage<EditPriceItemCampaignResponse>);
3555
+
3556
+ static readonly runtime: typeof proto3;
3557
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.EditPriceItemCampaignResponse";
3558
+ static readonly fields: FieldList;
3559
+
3560
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EditPriceItemCampaignResponse;
3561
+
3562
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EditPriceItemCampaignResponse;
3563
+
3564
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EditPriceItemCampaignResponse;
3565
+
3566
+ static equals(a: EditPriceItemCampaignResponse | PlainMessage<EditPriceItemCampaignResponse> | undefined, b: EditPriceItemCampaignResponse | PlainMessage<EditPriceItemCampaignResponse> | undefined): boolean;
3567
+ }
3568
+
3569
+ /**
3570
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignRequest
3571
+ */
3572
+ export declare class DeletePriceItemCampaignRequest extends Message<DeletePriceItemCampaignRequest> {
3573
+ /**
3574
+ * @generated from field: int64 price_id = 1;
3575
+ */
3576
+ priceId: bigint;
3577
+
3578
+ /**
3579
+ * @generated from field: int64 campaign_id = 2;
3580
+ */
3581
+ campaignId: bigint;
3582
+
3583
+ constructor(data?: PartialMessage<DeletePriceItemCampaignRequest>);
3584
+
3585
+ static readonly runtime: typeof proto3;
3586
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignRequest";
3587
+ static readonly fields: FieldList;
3588
+
3589
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePriceItemCampaignRequest;
3590
+
3591
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePriceItemCampaignRequest;
3592
+
3593
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePriceItemCampaignRequest;
3594
+
3595
+ static equals(a: DeletePriceItemCampaignRequest | PlainMessage<DeletePriceItemCampaignRequest> | undefined, b: DeletePriceItemCampaignRequest | PlainMessage<DeletePriceItemCampaignRequest> | undefined): boolean;
3596
+ }
3597
+
3598
+ /**
3599
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignResponse
3600
+ */
3601
+ export declare class DeletePriceItemCampaignResponse extends Message<DeletePriceItemCampaignResponse> {
3602
+ /**
3603
+ * @generated from field: string status = 1;
3604
+ */
3605
+ status: string;
3606
+
3607
+ constructor(data?: PartialMessage<DeletePriceItemCampaignResponse>);
3608
+
3609
+ static readonly runtime: typeof proto3;
3610
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignResponse";
3611
+ static readonly fields: FieldList;
3612
+
3613
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeletePriceItemCampaignResponse;
3614
+
3615
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeletePriceItemCampaignResponse;
3616
+
3617
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeletePriceItemCampaignResponse;
3618
+
3619
+ static equals(a: DeletePriceItemCampaignResponse | PlainMessage<DeletePriceItemCampaignResponse> | undefined, b: DeletePriceItemCampaignResponse | PlainMessage<DeletePriceItemCampaignResponse> | undefined): boolean;
3620
+ }
3621
+
3622
+ /**
3623
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignRequest
3624
+ */
3625
+ export declare class ApprovePriceItemCampaignRequest extends Message<ApprovePriceItemCampaignRequest> {
3626
+ /**
3627
+ * @generated from field: int64 price_id = 1;
3628
+ */
3629
+ priceId: bigint;
3630
+
3631
+ /**
3632
+ * @generated from field: int64 campaign_id = 2;
3633
+ */
3634
+ campaignId: bigint;
3635
+
3636
+ constructor(data?: PartialMessage<ApprovePriceItemCampaignRequest>);
3637
+
3638
+ static readonly runtime: typeof proto3;
3639
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignRequest";
3640
+ static readonly fields: FieldList;
3641
+
3642
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApprovePriceItemCampaignRequest;
3643
+
3644
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApprovePriceItemCampaignRequest;
3645
+
3646
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApprovePriceItemCampaignRequest;
3647
+
3648
+ static equals(a: ApprovePriceItemCampaignRequest | PlainMessage<ApprovePriceItemCampaignRequest> | undefined, b: ApprovePriceItemCampaignRequest | PlainMessage<ApprovePriceItemCampaignRequest> | undefined): boolean;
3649
+ }
3650
+
3651
+ /**
3652
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignResponse
3653
+ */
3654
+ export declare class ApprovePriceItemCampaignResponse extends Message<ApprovePriceItemCampaignResponse> {
3655
+ /**
3656
+ * @generated from field: string status = 1;
3657
+ */
3658
+ status: string;
3659
+
3660
+ constructor(data?: PartialMessage<ApprovePriceItemCampaignResponse>);
3661
+
3662
+ static readonly runtime: typeof proto3;
3663
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignResponse";
3664
+ static readonly fields: FieldList;
3665
+
3666
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApprovePriceItemCampaignResponse;
3667
+
3668
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApprovePriceItemCampaignResponse;
3669
+
3670
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApprovePriceItemCampaignResponse;
3671
+
3672
+ static equals(a: ApprovePriceItemCampaignResponse | PlainMessage<ApprovePriceItemCampaignResponse> | undefined, b: ApprovePriceItemCampaignResponse | PlainMessage<ApprovePriceItemCampaignResponse> | undefined): boolean;
3673
+ }
3674
+
3675
+ /**
3676
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignRequest
3677
+ */
3678
+ export declare class RejectPriceItemCampaignRequest extends Message<RejectPriceItemCampaignRequest> {
3679
+ /**
3680
+ * @generated from field: int64 price_id = 1;
3681
+ */
3682
+ priceId: bigint;
3683
+
3684
+ /**
3685
+ * @generated from field: int64 campaign_id = 2;
3686
+ */
3687
+ campaignId: bigint;
3688
+
3689
+ constructor(data?: PartialMessage<RejectPriceItemCampaignRequest>);
3690
+
3691
+ static readonly runtime: typeof proto3;
3692
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignRequest";
3693
+ static readonly fields: FieldList;
3694
+
3695
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectPriceItemCampaignRequest;
3696
+
3697
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectPriceItemCampaignRequest;
3698
+
3699
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectPriceItemCampaignRequest;
3700
+
3701
+ static equals(a: RejectPriceItemCampaignRequest | PlainMessage<RejectPriceItemCampaignRequest> | undefined, b: RejectPriceItemCampaignRequest | PlainMessage<RejectPriceItemCampaignRequest> | undefined): boolean;
3702
+ }
3703
+
3704
+ /**
3705
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignResponse
3706
+ */
3707
+ export declare class RejectPriceItemCampaignResponse extends Message<RejectPriceItemCampaignResponse> {
3708
+ /**
3709
+ * @generated from field: string status = 1;
3710
+ */
3711
+ status: string;
3712
+
3713
+ constructor(data?: PartialMessage<RejectPriceItemCampaignResponse>);
3714
+
3715
+ static readonly runtime: typeof proto3;
3716
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignResponse";
3717
+ static readonly fields: FieldList;
3718
+
3719
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RejectPriceItemCampaignResponse;
3720
+
3721
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RejectPriceItemCampaignResponse;
3722
+
3723
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RejectPriceItemCampaignResponse;
3724
+
3725
+ static equals(a: RejectPriceItemCampaignResponse | PlainMessage<RejectPriceItemCampaignResponse> | undefined, b: RejectPriceItemCampaignResponse | PlainMessage<RejectPriceItemCampaignResponse> | undefined): boolean;
3726
+ }
3727
+
3728
+ /**
3729
+ * @generated from message ct_logic_uni_rev_premium.v1.CheckIsPaidAdRequest
3730
+ */
3731
+ export declare class CheckIsPaidAdRequest extends Message<CheckIsPaidAdRequest> {
3732
+ /**
3733
+ * @generated from field: int64 category_id = 1;
3734
+ */
3735
+ categoryId: bigint;
3736
+
3737
+ /**
3738
+ * @generated from field: int64 region_id = 2;
3739
+ */
3740
+ regionId: bigint;
3741
+
3742
+ /**
3743
+ * @generated from field: string ad_type = 3;
3744
+ */
3745
+ adType: string;
3746
+
3747
+ constructor(data?: PartialMessage<CheckIsPaidAdRequest>);
3748
+
3749
+ static readonly runtime: typeof proto3;
3750
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckIsPaidAdRequest";
3751
+ static readonly fields: FieldList;
3752
+
3753
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckIsPaidAdRequest;
3754
+
3755
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckIsPaidAdRequest;
3756
+
3757
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckIsPaidAdRequest;
3758
+
3759
+ static equals(a: CheckIsPaidAdRequest | PlainMessage<CheckIsPaidAdRequest> | undefined, b: CheckIsPaidAdRequest | PlainMessage<CheckIsPaidAdRequest> | undefined): boolean;
3760
+ }
3761
+
3762
+ /**
3763
+ * @generated from message ct_logic_uni_rev_premium.v1.CheckIsPaidAdResponse
3764
+ */
3765
+ export declare class CheckIsPaidAdResponse extends Message<CheckIsPaidAdResponse> {
3766
+ /**
3767
+ * @generated from field: bool is_paid_ad = 1;
3768
+ */
3769
+ isPaidAd: boolean;
3770
+
3771
+ constructor(data?: PartialMessage<CheckIsPaidAdResponse>);
3772
+
3773
+ static readonly runtime: typeof proto3;
3774
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckIsPaidAdResponse";
3775
+ static readonly fields: FieldList;
3776
+
3777
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckIsPaidAdResponse;
3778
+
3779
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckIsPaidAdResponse;
3780
+
3781
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckIsPaidAdResponse;
3782
+
3783
+ static equals(a: CheckIsPaidAdResponse | PlainMessage<CheckIsPaidAdResponse> | undefined, b: CheckIsPaidAdResponse | PlainMessage<CheckIsPaidAdResponse> | undefined): boolean;
3784
+ }
3785
+
3786
+ /**
3787
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAllListingFeePriceRequest
3788
+ */
3789
+ export declare class GetAllListingFeePriceRequest extends Message<GetAllListingFeePriceRequest> {
3790
+ /**
3791
+ * @generated from field: int64 account_id = 1;
3792
+ */
3793
+ accountId: bigint;
3794
+
3795
+ constructor(data?: PartialMessage<GetAllListingFeePriceRequest>);
3796
+
3797
+ static readonly runtime: typeof proto3;
3798
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAllListingFeePriceRequest";
3799
+ static readonly fields: FieldList;
3800
+
3801
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAllListingFeePriceRequest;
3802
+
3803
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAllListingFeePriceRequest;
3804
+
3805
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAllListingFeePriceRequest;
3806
+
3807
+ static equals(a: GetAllListingFeePriceRequest | PlainMessage<GetAllListingFeePriceRequest> | undefined, b: GetAllListingFeePriceRequest | PlainMessage<GetAllListingFeePriceRequest> | undefined): boolean;
3808
+ }
3809
+
3810
+ /**
3811
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAllListingFeePriceResponse
3812
+ */
3813
+ export declare class GetAllListingFeePriceResponse extends Message<GetAllListingFeePriceResponse> {
3814
+ /**
3815
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.PriceItem data = 1;
3816
+ */
3817
+ data: PriceItem[];
3818
+
3819
+ constructor(data?: PartialMessage<GetAllListingFeePriceResponse>);
3820
+
3821
+ static readonly runtime: typeof proto3;
3822
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAllListingFeePriceResponse";
3823
+ static readonly fields: FieldList;
3824
+
3825
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAllListingFeePriceResponse;
3826
+
3827
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAllListingFeePriceResponse;
3828
+
3829
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAllListingFeePriceResponse;
3830
+
3831
+ static equals(a: GetAllListingFeePriceResponse | PlainMessage<GetAllListingFeePriceResponse> | undefined, b: GetAllListingFeePriceResponse | PlainMessage<GetAllListingFeePriceResponse> | undefined): boolean;
3832
+ }
3833
+
3834
+ /**
3835
+ * @generated from message ct_logic_uni_rev_premium.v1.PaidProductOrderService
3836
+ */
3837
+ export declare class PaidProductOrderService extends Message<PaidProductOrderService> {
3838
+ /**
3839
+ * @generated from field: int64 ad_id = 1;
3840
+ */
3841
+ adId: bigint;
3842
+
3843
+ /**
3844
+ * @generated from field: string service_type = 2;
3845
+ */
3846
+ serviceType: string;
3847
+
3848
+ /**
3849
+ * @generated from field: string service_params = 3;
3850
+ */
3851
+ serviceParams: string;
3852
+
3853
+ /**
3854
+ * @generated from field: int64 price = 4;
3855
+ */
3856
+ price: bigint;
3857
+
3858
+ constructor(data?: PartialMessage<PaidProductOrderService>);
3859
+
3860
+ static readonly runtime: typeof proto3;
3861
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.PaidProductOrderService";
3862
+ static readonly fields: FieldList;
3863
+
3864
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaidProductOrderService;
3865
+
3866
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaidProductOrderService;
3867
+
3868
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaidProductOrderService;
3869
+
3870
+ static equals(a: PaidProductOrderService | PlainMessage<PaidProductOrderService> | undefined, b: PaidProductOrderService | PlainMessage<PaidProductOrderService> | undefined): boolean;
3871
+ }
3872
+
3873
+ /**
3874
+ * @generated from message ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionRequest
3875
+ */
3876
+ export declare class ReleasePricingPromotionRedemptionRequest extends Message<ReleasePricingPromotionRedemptionRequest> {
3877
+ /**
3878
+ * @generated from field: repeated int64 pricing_redemption_id = 1;
3879
+ */
3880
+ pricingRedemptionId: bigint[];
3881
+
3882
+ constructor(data?: PartialMessage<ReleasePricingPromotionRedemptionRequest>);
3883
+
3884
+ static readonly runtime: typeof proto3;
3885
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionRequest";
3886
+ static readonly fields: FieldList;
3887
+
3888
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReleasePricingPromotionRedemptionRequest;
3889
+
3890
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReleasePricingPromotionRedemptionRequest;
3891
+
3892
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReleasePricingPromotionRedemptionRequest;
3893
+
3894
+ static equals(a: ReleasePricingPromotionRedemptionRequest | PlainMessage<ReleasePricingPromotionRedemptionRequest> | undefined, b: ReleasePricingPromotionRedemptionRequest | PlainMessage<ReleasePricingPromotionRedemptionRequest> | undefined): boolean;
3895
+ }
3896
+
3897
+ /**
3898
+ * @generated from message ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionInfo
3899
+ */
3900
+ export declare class ReleasePricingPromotionRedemptionInfo extends Message<ReleasePricingPromotionRedemptionInfo> {
3901
+ /**
3902
+ * @generated from field: int64 pricing_redemption_id = 1;
3903
+ */
3904
+ pricingRedemptionId: bigint;
3905
+
3906
+ /**
3907
+ * @generated from field: string status = 2;
3908
+ */
3909
+ status: string;
3910
+
3911
+ constructor(data?: PartialMessage<ReleasePricingPromotionRedemptionInfo>);
3912
+
3913
+ static readonly runtime: typeof proto3;
3914
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionInfo";
3915
+ static readonly fields: FieldList;
3916
+
3917
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReleasePricingPromotionRedemptionInfo;
3918
+
3919
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReleasePricingPromotionRedemptionInfo;
3920
+
3921
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReleasePricingPromotionRedemptionInfo;
3922
+
3923
+ static equals(a: ReleasePricingPromotionRedemptionInfo | PlainMessage<ReleasePricingPromotionRedemptionInfo> | undefined, b: ReleasePricingPromotionRedemptionInfo | PlainMessage<ReleasePricingPromotionRedemptionInfo> | undefined): boolean;
3924
+ }
3925
+
3926
+ /**
3927
+ * @generated from message ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionResponse
3928
+ */
3929
+ export declare class ReleasePricingPromotionRedemptionResponse extends Message<ReleasePricingPromotionRedemptionResponse> {
3930
+ /**
3931
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionInfo data = 1;
3932
+ */
3933
+ data: ReleasePricingPromotionRedemptionInfo[];
3934
+
3935
+ constructor(data?: PartialMessage<ReleasePricingPromotionRedemptionResponse>);
3936
+
3937
+ static readonly runtime: typeof proto3;
3938
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionResponse";
3939
+ static readonly fields: FieldList;
3940
+
3941
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReleasePricingPromotionRedemptionResponse;
3942
+
3943
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReleasePricingPromotionRedemptionResponse;
3944
+
3945
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReleasePricingPromotionRedemptionResponse;
3946
+
3947
+ static equals(a: ReleasePricingPromotionRedemptionResponse | PlainMessage<ReleasePricingPromotionRedemptionResponse> | undefined, b: ReleasePricingPromotionRedemptionResponse | PlainMessage<ReleasePricingPromotionRedemptionResponse> | undefined): boolean;
3948
+ }
3949
+