@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,601 @@
1
+ // @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
2
+ // @generated from file ct-logic-uni-rev-premium/v1/ad_optimization.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
+ import { Message, proto3 } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * @generated from message ct_logic_uni_rev_premium.v1.CtaButton
11
+ */
12
+ export declare class CtaButton extends Message<CtaButton> {
13
+ /**
14
+ * @generated from field: string button_name = 1;
15
+ */
16
+ buttonName: string;
17
+
18
+ /**
19
+ * @generated from field: string web_url = 2;
20
+ */
21
+ webUrl: string;
22
+
23
+ /**
24
+ * @generated from field: string app_url = 3;
25
+ */
26
+ appUrl: string;
27
+
28
+ constructor(data?: PartialMessage<CtaButton>);
29
+
30
+ static readonly runtime: typeof proto3;
31
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CtaButton";
32
+ static readonly fields: FieldList;
33
+
34
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CtaButton;
35
+
36
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CtaButton;
37
+
38
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CtaButton;
39
+
40
+ static equals(a: CtaButton | PlainMessage<CtaButton> | undefined, b: CtaButton | PlainMessage<CtaButton> | undefined): boolean;
41
+ }
42
+
43
+ /**
44
+ * @generated from message ct_logic_uni_rev_premium.v1.ServiceDetail
45
+ */
46
+ export declare class ServiceDetail extends Message<ServiceDetail> {
47
+ /**
48
+ * @generated from field: string title = 1;
49
+ */
50
+ title: string;
51
+
52
+ /**
53
+ * @generated from field: string thumbnail = 2;
54
+ */
55
+ thumbnail: string;
56
+
57
+ /**
58
+ * @generated from field: string description = 3;
59
+ */
60
+ description: string;
61
+
62
+ /**
63
+ * @generated from field: ct_logic_uni_rev_premium.v1.CtaButton cta_button = 4;
64
+ */
65
+ ctaButton?: CtaButton;
66
+
67
+ constructor(data?: PartialMessage<ServiceDetail>);
68
+
69
+ static readonly runtime: typeof proto3;
70
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ServiceDetail";
71
+ static readonly fields: FieldList;
72
+
73
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServiceDetail;
74
+
75
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServiceDetail;
76
+
77
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServiceDetail;
78
+
79
+ static equals(a: ServiceDetail | PlainMessage<ServiceDetail> | undefined, b: ServiceDetail | PlainMessage<ServiceDetail> | undefined): boolean;
80
+ }
81
+
82
+ /**
83
+ * @generated from message ct_logic_uni_rev_premium.v1.OnboardingService
84
+ */
85
+ export declare class OnboardingService extends Message<OnboardingService> {
86
+ /**
87
+ * @generated from field: string thumbnail = 1;
88
+ */
89
+ thumbnail: string;
90
+
91
+ /**
92
+ * @generated from field: string service_type = 2;
93
+ */
94
+ serviceType: string;
95
+
96
+ /**
97
+ * @generated from field: string service_name = 3;
98
+ */
99
+ serviceName: string;
100
+
101
+ /**
102
+ * @generated from field: string description = 4;
103
+ */
104
+ description: string;
105
+
106
+ /**
107
+ * @generated from field: string unique_selling_point = 5;
108
+ */
109
+ uniqueSellingPoint: string;
110
+
111
+ /**
112
+ * @generated from field: string usage_recommendation = 6;
113
+ */
114
+ usageRecommendation: string;
115
+
116
+ /**
117
+ * @generated from field: ct_logic_uni_rev_premium.v1.CtaButton cta_button = 7;
118
+ */
119
+ ctaButton?: CtaButton;
120
+
121
+ /**
122
+ * @generated from field: ct_logic_uni_rev_premium.v1.ServiceDetail detail = 8;
123
+ */
124
+ detail?: ServiceDetail;
125
+
126
+ constructor(data?: PartialMessage<OnboardingService>);
127
+
128
+ static readonly runtime: typeof proto3;
129
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.OnboardingService";
130
+ static readonly fields: FieldList;
131
+
132
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OnboardingService;
133
+
134
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OnboardingService;
135
+
136
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OnboardingService;
137
+
138
+ static equals(a: OnboardingService | PlainMessage<OnboardingService> | undefined, b: OnboardingService | PlainMessage<OnboardingService> | undefined): boolean;
139
+ }
140
+
141
+ /**
142
+ * @generated from message ct_logic_uni_rev_premium.v1.LowPerformanceAd
143
+ */
144
+ export declare class LowPerformanceAd extends Message<LowPerformanceAd> {
145
+ /**
146
+ * @generated from field: int64 ad_id = 1;
147
+ */
148
+ adId: bigint;
149
+
150
+ /**
151
+ * @generated from field: string thumbnail = 4;
152
+ */
153
+ thumbnail: string;
154
+
155
+ /**
156
+ * @generated from field: string ad_title = 5;
157
+ */
158
+ adTitle: string;
159
+
160
+ /**
161
+ * @generated from field: string description = 6;
162
+ */
163
+ description: string;
164
+
165
+ /**
166
+ * @generated from field: int64 big_category_id = 7;
167
+ */
168
+ bigCategoryId: bigint;
169
+
170
+ /**
171
+ * @generated from field: int64 sub_category_id = 8;
172
+ */
173
+ subCategoryId: bigint;
174
+
175
+ /**
176
+ * @generated from field: ct_logic_uni_rev_premium.v1.CtaButton cta_button = 9;
177
+ */
178
+ ctaButton?: CtaButton;
179
+
180
+ constructor(data?: PartialMessage<LowPerformanceAd>);
181
+
182
+ static readonly runtime: typeof proto3;
183
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.LowPerformanceAd";
184
+ static readonly fields: FieldList;
185
+
186
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LowPerformanceAd;
187
+
188
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LowPerformanceAd;
189
+
190
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LowPerformanceAd;
191
+
192
+ static equals(a: LowPerformanceAd | PlainMessage<LowPerformanceAd> | undefined, b: LowPerformanceAd | PlainMessage<LowPerformanceAd> | undefined): boolean;
193
+ }
194
+
195
+ /**
196
+ * @generated from message ct_logic_uni_rev_premium.v1.GetOnboardingServicesRequest
197
+ */
198
+ export declare class GetOnboardingServicesRequest extends Message<GetOnboardingServicesRequest> {
199
+ /**
200
+ * @generated from field: int64 account_id = 1;
201
+ */
202
+ accountId: bigint;
203
+
204
+ constructor(data?: PartialMessage<GetOnboardingServicesRequest>);
205
+
206
+ static readonly runtime: typeof proto3;
207
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetOnboardingServicesRequest";
208
+ static readonly fields: FieldList;
209
+
210
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOnboardingServicesRequest;
211
+
212
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOnboardingServicesRequest;
213
+
214
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOnboardingServicesRequest;
215
+
216
+ static equals(a: GetOnboardingServicesRequest | PlainMessage<GetOnboardingServicesRequest> | undefined, b: GetOnboardingServicesRequest | PlainMessage<GetOnboardingServicesRequest> | undefined): boolean;
217
+ }
218
+
219
+ /**
220
+ * @generated from message ct_logic_uni_rev_premium.v1.GetOnboardingServicesResponse
221
+ */
222
+ export declare class GetOnboardingServicesResponse extends Message<GetOnboardingServicesResponse> {
223
+ /**
224
+ * @generated from field: int64 default_position = 1;
225
+ */
226
+ defaultPosition: bigint;
227
+
228
+ /**
229
+ * @generated from field: string title = 2;
230
+ */
231
+ title: string;
232
+
233
+ /**
234
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.OnboardingService services = 3;
235
+ */
236
+ services: OnboardingService[];
237
+
238
+ constructor(data?: PartialMessage<GetOnboardingServicesResponse>);
239
+
240
+ static readonly runtime: typeof proto3;
241
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetOnboardingServicesResponse";
242
+ static readonly fields: FieldList;
243
+
244
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOnboardingServicesResponse;
245
+
246
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOnboardingServicesResponse;
247
+
248
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOnboardingServicesResponse;
249
+
250
+ static equals(a: GetOnboardingServicesResponse | PlainMessage<GetOnboardingServicesResponse> | undefined, b: GetOnboardingServicesResponse | PlainMessage<GetOnboardingServicesResponse> | undefined): boolean;
251
+ }
252
+
253
+ /**
254
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdRecommendationsRequest
255
+ */
256
+ export declare class GetAdRecommendationsRequest extends Message<GetAdRecommendationsRequest> {
257
+ /**
258
+ * @generated from field: int64 account_id = 1;
259
+ */
260
+ accountId: bigint;
261
+
262
+ /**
263
+ * @generated from field: string subtype = 2;
264
+ */
265
+ subtype: string;
266
+
267
+ /**
268
+ * @generated from field: bool get_all = 3;
269
+ */
270
+ getAll: boolean;
271
+
272
+ constructor(data?: PartialMessage<GetAdRecommendationsRequest>);
273
+
274
+ static readonly runtime: typeof proto3;
275
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdRecommendationsRequest";
276
+ static readonly fields: FieldList;
277
+
278
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdRecommendationsRequest;
279
+
280
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdRecommendationsRequest;
281
+
282
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdRecommendationsRequest;
283
+
284
+ static equals(a: GetAdRecommendationsRequest | PlainMessage<GetAdRecommendationsRequest> | undefined, b: GetAdRecommendationsRequest | PlainMessage<GetAdRecommendationsRequest> | undefined): boolean;
285
+ }
286
+
287
+ /**
288
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdRecommendationsResponse
289
+ */
290
+ export declare class GetAdRecommendationsResponse extends Message<GetAdRecommendationsResponse> {
291
+ /**
292
+ * @generated from field: int64 default_position = 1;
293
+ */
294
+ defaultPosition: bigint;
295
+
296
+ /**
297
+ * @generated from field: string subtype = 2;
298
+ */
299
+ subtype: string;
300
+
301
+ /**
302
+ * @generated from field: string title = 3;
303
+ */
304
+ title: string;
305
+
306
+ /**
307
+ * @generated from field: string highlight_text = 4;
308
+ */
309
+ highlightText: string;
310
+
311
+ /**
312
+ * @generated from field: string description = 5;
313
+ */
314
+ description: string;
315
+
316
+ /**
317
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.LowPerformanceAd ads = 6;
318
+ */
319
+ ads: LowPerformanceAd[];
320
+
321
+ constructor(data?: PartialMessage<GetAdRecommendationsResponse>);
322
+
323
+ static readonly runtime: typeof proto3;
324
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdRecommendationsResponse";
325
+ static readonly fields: FieldList;
326
+
327
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdRecommendationsResponse;
328
+
329
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdRecommendationsResponse;
330
+
331
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdRecommendationsResponse;
332
+
333
+ static equals(a: GetAdRecommendationsResponse | PlainMessage<GetAdRecommendationsResponse> | undefined, b: GetAdRecommendationsResponse | PlainMessage<GetAdRecommendationsResponse> | undefined): boolean;
334
+ }
335
+
336
+ /**
337
+ * @generated from message ct_logic_uni_rev_premium.v1.OptimizeAdRequest
338
+ */
339
+ export declare class OptimizeAdRequest extends Message<OptimizeAdRequest> {
340
+ /**
341
+ * @generated from field: int64 account_id = 1;
342
+ */
343
+ accountId: bigint;
344
+
345
+ /**
346
+ * @generated from field: int64 ad_id = 2;
347
+ */
348
+ adId: bigint;
349
+
350
+ constructor(data?: PartialMessage<OptimizeAdRequest>);
351
+
352
+ static readonly runtime: typeof proto3;
353
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.OptimizeAdRequest";
354
+ static readonly fields: FieldList;
355
+
356
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OptimizeAdRequest;
357
+
358
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OptimizeAdRequest;
359
+
360
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OptimizeAdRequest;
361
+
362
+ static equals(a: OptimizeAdRequest | PlainMessage<OptimizeAdRequest> | undefined, b: OptimizeAdRequest | PlainMessage<OptimizeAdRequest> | undefined): boolean;
363
+ }
364
+
365
+ /**
366
+ * @generated from message ct_logic_uni_rev_premium.v1.OptimizeAdResponse
367
+ */
368
+ export declare class OptimizeAdResponse extends Message<OptimizeAdResponse> {
369
+ /**
370
+ * @generated from field: string cart_id = 1;
371
+ */
372
+ cartId: string;
373
+
374
+ constructor(data?: PartialMessage<OptimizeAdResponse>);
375
+
376
+ static readonly runtime: typeof proto3;
377
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.OptimizeAdResponse";
378
+ static readonly fields: FieldList;
379
+
380
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OptimizeAdResponse;
381
+
382
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OptimizeAdResponse;
383
+
384
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OptimizeAdResponse;
385
+
386
+ static equals(a: OptimizeAdResponse | PlainMessage<OptimizeAdResponse> | undefined, b: OptimizeAdResponse | PlainMessage<OptimizeAdResponse> | undefined): boolean;
387
+ }
388
+
389
+ /**
390
+ * @generated from message ct_logic_uni_rev_premium.v1.GetLowPerformanceAdsRequest
391
+ */
392
+ export declare class GetLowPerformanceAdsRequest extends Message<GetLowPerformanceAdsRequest> {
393
+ /**
394
+ * @generated from field: int64 account_id = 1;
395
+ */
396
+ accountId: bigint;
397
+
398
+ /**
399
+ * @generated from field: int64 views_threshold = 2;
400
+ */
401
+ viewsThreshold: bigint;
402
+
403
+ /**
404
+ * @generated from field: int64 minimum_days_old = 3;
405
+ */
406
+ minimumDaysOld: bigint;
407
+
408
+ /**
409
+ * @generated from field: int64 view_count_days = 4;
410
+ */
411
+ viewCountDays: bigint;
412
+
413
+ /**
414
+ * @generated from field: repeated string verticals = 5;
415
+ */
416
+ verticals: string[];
417
+
418
+ constructor(data?: PartialMessage<GetLowPerformanceAdsRequest>);
419
+
420
+ static readonly runtime: typeof proto3;
421
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetLowPerformanceAdsRequest";
422
+ static readonly fields: FieldList;
423
+
424
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLowPerformanceAdsRequest;
425
+
426
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLowPerformanceAdsRequest;
427
+
428
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLowPerformanceAdsRequest;
429
+
430
+ static equals(a: GetLowPerformanceAdsRequest | PlainMessage<GetLowPerformanceAdsRequest> | undefined, b: GetLowPerformanceAdsRequest | PlainMessage<GetLowPerformanceAdsRequest> | undefined): boolean;
431
+ }
432
+
433
+ /**
434
+ * @generated from message ct_logic_uni_rev_premium.v1.GetLowPerformanceAdsResponse
435
+ */
436
+ export declare class GetLowPerformanceAdsResponse extends Message<GetLowPerformanceAdsResponse> {
437
+ /**
438
+ * @generated from field: repeated int64 ad_ids = 1;
439
+ */
440
+ adIds: bigint[];
441
+
442
+ constructor(data?: PartialMessage<GetLowPerformanceAdsResponse>);
443
+
444
+ static readonly runtime: typeof proto3;
445
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetLowPerformanceAdsResponse";
446
+ static readonly fields: FieldList;
447
+
448
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLowPerformanceAdsResponse;
449
+
450
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLowPerformanceAdsResponse;
451
+
452
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLowPerformanceAdsResponse;
453
+
454
+ static equals(a: GetLowPerformanceAdsResponse | PlainMessage<GetLowPerformanceAdsResponse> | undefined, b: GetLowPerformanceAdsResponse | PlainMessage<GetLowPerformanceAdsResponse> | undefined): boolean;
455
+ }
456
+
457
+ /**
458
+ * @generated from message ct_logic_uni_rev_premium.v1.GetTotalRecommendAdsRequest
459
+ */
460
+ export declare class GetTotalRecommendAdsRequest extends Message<GetTotalRecommendAdsRequest> {
461
+ /**
462
+ * @generated from field: int64 account_id = 1;
463
+ */
464
+ accountId: bigint;
465
+
466
+ constructor(data?: PartialMessage<GetTotalRecommendAdsRequest>);
467
+
468
+ static readonly runtime: typeof proto3;
469
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTotalRecommendAdsRequest";
470
+ static readonly fields: FieldList;
471
+
472
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTotalRecommendAdsRequest;
473
+
474
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTotalRecommendAdsRequest;
475
+
476
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTotalRecommendAdsRequest;
477
+
478
+ static equals(a: GetTotalRecommendAdsRequest | PlainMessage<GetTotalRecommendAdsRequest> | undefined, b: GetTotalRecommendAdsRequest | PlainMessage<GetTotalRecommendAdsRequest> | undefined): boolean;
479
+ }
480
+
481
+ /**
482
+ * @generated from message ct_logic_uni_rev_premium.v1.GetTotalRecommendAdsResponse
483
+ */
484
+ export declare class GetTotalRecommendAdsResponse extends Message<GetTotalRecommendAdsResponse> {
485
+ /**
486
+ * @generated from field: int64 total_positive = 1;
487
+ */
488
+ totalPositive: bigint;
489
+
490
+ /**
491
+ * @generated from field: int64 total_negative = 2;
492
+ */
493
+ totalNegative: bigint;
494
+
495
+ constructor(data?: PartialMessage<GetTotalRecommendAdsResponse>);
496
+
497
+ static readonly runtime: typeof proto3;
498
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTotalRecommendAdsResponse";
499
+ static readonly fields: FieldList;
500
+
501
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTotalRecommendAdsResponse;
502
+
503
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTotalRecommendAdsResponse;
504
+
505
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTotalRecommendAdsResponse;
506
+
507
+ static equals(a: GetTotalRecommendAdsResponse | PlainMessage<GetTotalRecommendAdsResponse> | undefined, b: GetTotalRecommendAdsResponse | PlainMessage<GetTotalRecommendAdsResponse> | undefined): boolean;
508
+ }
509
+
510
+ /**
511
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdPerformanceByAdIdsRequest
512
+ */
513
+ export declare class GetAdPerformanceByAdIdsRequest extends Message<GetAdPerformanceByAdIdsRequest> {
514
+ /**
515
+ * @generated from field: int64 account_id = 1;
516
+ */
517
+ accountId: bigint;
518
+
519
+ /**
520
+ * @generated from field: string ad_ids = 2;
521
+ */
522
+ adIds: string;
523
+
524
+ constructor(data?: PartialMessage<GetAdPerformanceByAdIdsRequest>);
525
+
526
+ static readonly runtime: typeof proto3;
527
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdPerformanceByAdIdsRequest";
528
+ static readonly fields: FieldList;
529
+
530
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdPerformanceByAdIdsRequest;
531
+
532
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdPerformanceByAdIdsRequest;
533
+
534
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdPerformanceByAdIdsRequest;
535
+
536
+ static equals(a: GetAdPerformanceByAdIdsRequest | PlainMessage<GetAdPerformanceByAdIdsRequest> | undefined, b: GetAdPerformanceByAdIdsRequest | PlainMessage<GetAdPerformanceByAdIdsRequest> | undefined): boolean;
537
+ }
538
+
539
+ /**
540
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdPerformanceByAdIdsResponse
541
+ */
542
+ export declare class GetAdPerformanceByAdIdsResponse extends Message<GetAdPerformanceByAdIdsResponse> {
543
+ /**
544
+ * @generated from field: map<int64, ct_logic_uni_rev_premium.v1.AdPerformance> data = 1;
545
+ */
546
+ data: { [key: string]: AdPerformance };
547
+
548
+ constructor(data?: PartialMessage<GetAdPerformanceByAdIdsResponse>);
549
+
550
+ static readonly runtime: typeof proto3;
551
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdPerformanceByAdIdsResponse";
552
+ static readonly fields: FieldList;
553
+
554
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdPerformanceByAdIdsResponse;
555
+
556
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdPerformanceByAdIdsResponse;
557
+
558
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdPerformanceByAdIdsResponse;
559
+
560
+ static equals(a: GetAdPerformanceByAdIdsResponse | PlainMessage<GetAdPerformanceByAdIdsResponse> | undefined, b: GetAdPerformanceByAdIdsResponse | PlainMessage<GetAdPerformanceByAdIdsResponse> | undefined): boolean;
561
+ }
562
+
563
+ /**
564
+ * @generated from message ct_logic_uni_rev_premium.v1.AdPerformance
565
+ */
566
+ export declare class AdPerformance extends Message<AdPerformance> {
567
+ /**
568
+ * @generated from field: string type = 1;
569
+ */
570
+ type: string;
571
+
572
+ /**
573
+ * @generated from field: string message = 2;
574
+ */
575
+ message: string;
576
+
577
+ /**
578
+ * @generated from field: string message_detail = 3;
579
+ */
580
+ messageDetail: string;
581
+
582
+ /**
583
+ * @generated from field: ct_logic_uni_rev_premium.v1.CtaButton cta_button = 4;
584
+ */
585
+ ctaButton?: CtaButton;
586
+
587
+ constructor(data?: PartialMessage<AdPerformance>);
588
+
589
+ static readonly runtime: typeof proto3;
590
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.AdPerformance";
591
+ static readonly fields: FieldList;
592
+
593
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdPerformance;
594
+
595
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdPerformance;
596
+
597
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdPerformance;
598
+
599
+ static equals(a: AdPerformance | PlainMessage<AdPerformance> | undefined, b: AdPerformance | PlainMessage<AdPerformance> | undefined): boolean;
600
+ }
601
+