@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,869 @@
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/bump_ad.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.CheckAdInBumpQueueRequest
13
+ */
14
+ export declare class CheckAdInBumpQueueRequest extends Message<CheckAdInBumpQueueRequest> {
15
+ /**
16
+ * @generated from field: int64 ad_id = 1;
17
+ */
18
+ adId: bigint;
19
+
20
+ constructor(data?: PartialMessage<CheckAdInBumpQueueRequest>);
21
+
22
+ static readonly runtime: typeof proto3;
23
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckAdInBumpQueueRequest";
24
+ static readonly fields: FieldList;
25
+
26
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckAdInBumpQueueRequest;
27
+
28
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckAdInBumpQueueRequest;
29
+
30
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckAdInBumpQueueRequest;
31
+
32
+ static equals(a: CheckAdInBumpQueueRequest | PlainMessage<CheckAdInBumpQueueRequest> | undefined, b: CheckAdInBumpQueueRequest | PlainMessage<CheckAdInBumpQueueRequest> | undefined): boolean;
33
+ }
34
+
35
+ /**
36
+ * @generated from message ct_logic_uni_rev_premium.v1.CheckAdInBumpQueueResponse
37
+ */
38
+ export declare class CheckAdInBumpQueueResponse extends Message<CheckAdInBumpQueueResponse> {
39
+ /**
40
+ * @generated from field: bool is_in_bump = 1;
41
+ */
42
+ isInBump: boolean;
43
+
44
+ constructor(data?: PartialMessage<CheckAdInBumpQueueResponse>);
45
+
46
+ static readonly runtime: typeof proto3;
47
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckAdInBumpQueueResponse";
48
+ static readonly fields: FieldList;
49
+
50
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckAdInBumpQueueResponse;
51
+
52
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckAdInBumpQueueResponse;
53
+
54
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckAdInBumpQueueResponse;
55
+
56
+ static equals(a: CheckAdInBumpQueueResponse | PlainMessage<CheckAdInBumpQueueResponse> | undefined, b: CheckAdInBumpQueueResponse | PlainMessage<CheckAdInBumpQueueResponse> | undefined): boolean;
57
+ }
58
+
59
+ /**
60
+ * @generated from message ct_logic_uni_rev_premium.v1.GetServicesInfoRequest
61
+ */
62
+ export declare class GetServicesInfoRequest extends Message<GetServicesInfoRequest> {
63
+ /**
64
+ * @generated from field: repeated int64 service_ids = 1;
65
+ */
66
+ serviceIds: bigint[];
67
+
68
+ constructor(data?: PartialMessage<GetServicesInfoRequest>);
69
+
70
+ static readonly runtime: typeof proto3;
71
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetServicesInfoRequest";
72
+ static readonly fields: FieldList;
73
+
74
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetServicesInfoRequest;
75
+
76
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetServicesInfoRequest;
77
+
78
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetServicesInfoRequest;
79
+
80
+ static equals(a: GetServicesInfoRequest | PlainMessage<GetServicesInfoRequest> | undefined, b: GetServicesInfoRequest | PlainMessage<GetServicesInfoRequest> | undefined): boolean;
81
+ }
82
+
83
+ /**
84
+ * @generated from message ct_logic_uni_rev_premium.v1.GetServicesInfoResponse
85
+ */
86
+ export declare class GetServicesInfoResponse extends Message<GetServicesInfoResponse> {
87
+ /**
88
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ServiceInfo service_infos = 1;
89
+ */
90
+ serviceInfos: ServiceInfo[];
91
+
92
+ constructor(data?: PartialMessage<GetServicesInfoResponse>);
93
+
94
+ static readonly runtime: typeof proto3;
95
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetServicesInfoResponse";
96
+ static readonly fields: FieldList;
97
+
98
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetServicesInfoResponse;
99
+
100
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetServicesInfoResponse;
101
+
102
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetServicesInfoResponse;
103
+
104
+ static equals(a: GetServicesInfoResponse | PlainMessage<GetServicesInfoResponse> | undefined, b: GetServicesInfoResponse | PlainMessage<GetServicesInfoResponse> | undefined): boolean;
105
+ }
106
+
107
+ /**
108
+ * @generated from message ct_logic_uni_rev_premium.v1.ServiceInfo
109
+ */
110
+ export declare class ServiceInfo extends Message<ServiceInfo> {
111
+ /**
112
+ * @generated from field: int64 ad_id = 1;
113
+ */
114
+ adId: bigint;
115
+
116
+ /**
117
+ * @generated from field: string type = 2;
118
+ */
119
+ type: string;
120
+
121
+ /**
122
+ * @generated from field: google.protobuf.Timestamp schedule_bump_time = 3;
123
+ */
124
+ scheduleBumpTime?: Timestamp;
125
+
126
+ /**
127
+ * @generated from field: google.protobuf.Timestamp expected_bump_time = 4;
128
+ */
129
+ expectedBumpTime?: Timestamp;
130
+
131
+ /**
132
+ * @generated from field: google.protobuf.Timestamp bump_time = 5;
133
+ */
134
+ bumpTime?: Timestamp;
135
+
136
+ /**
137
+ * @generated from field: string status = 6;
138
+ */
139
+ status: string;
140
+
141
+ /**
142
+ * @generated from field: int64 account_id = 7;
143
+ */
144
+ accountId: bigint;
145
+
146
+ /**
147
+ * @generated from field: int64 service_id = 8;
148
+ */
149
+ serviceId: bigint;
150
+
151
+ constructor(data?: PartialMessage<ServiceInfo>);
152
+
153
+ static readonly runtime: typeof proto3;
154
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ServiceInfo";
155
+ static readonly fields: FieldList;
156
+
157
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServiceInfo;
158
+
159
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServiceInfo;
160
+
161
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServiceInfo;
162
+
163
+ static equals(a: ServiceInfo | PlainMessage<ServiceInfo> | undefined, b: ServiceInfo | PlainMessage<ServiceInfo> | undefined): boolean;
164
+ }
165
+
166
+ /**
167
+ * @generated from message ct_logic_uni_rev_premium.v1.DeliverySubscriptionBumpRequest
168
+ */
169
+ export declare class DeliverySubscriptionBumpRequest extends Message<DeliverySubscriptionBumpRequest> {
170
+ /**
171
+ * @generated from field: int64 ad_id = 1;
172
+ */
173
+ adId: bigint;
174
+
175
+ /**
176
+ * @generated from field: int64 service_id = 2;
177
+ */
178
+ serviceId: bigint;
179
+
180
+ /**
181
+ * @generated from field: int64 account_id = 3;
182
+ */
183
+ accountId: bigint;
184
+
185
+ /**
186
+ * @generated from field: google.protobuf.Timestamp start_time = 4;
187
+ */
188
+ startTime?: Timestamp;
189
+
190
+ /**
191
+ * @generated from field: int64 duration = 5;
192
+ */
193
+ duration: bigint;
194
+
195
+ constructor(data?: PartialMessage<DeliverySubscriptionBumpRequest>);
196
+
197
+ static readonly runtime: typeof proto3;
198
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliverySubscriptionBumpRequest";
199
+ static readonly fields: FieldList;
200
+
201
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliverySubscriptionBumpRequest;
202
+
203
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliverySubscriptionBumpRequest;
204
+
205
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliverySubscriptionBumpRequest;
206
+
207
+ static equals(a: DeliverySubscriptionBumpRequest | PlainMessage<DeliverySubscriptionBumpRequest> | undefined, b: DeliverySubscriptionBumpRequest | PlainMessage<DeliverySubscriptionBumpRequest> | undefined): boolean;
208
+ }
209
+
210
+ /**
211
+ * @generated from message ct_logic_uni_rev_premium.v1.DeliverySubscriptionBumpResponse
212
+ */
213
+ export declare class DeliverySubscriptionBumpResponse extends Message<DeliverySubscriptionBumpResponse> {
214
+ /**
215
+ * @generated from field: ct_logic_uni_rev_premium.v1.ScheduleBump data = 1;
216
+ */
217
+ data?: ScheduleBump;
218
+
219
+ constructor(data?: PartialMessage<DeliverySubscriptionBumpResponse>);
220
+
221
+ static readonly runtime: typeof proto3;
222
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliverySubscriptionBumpResponse";
223
+ static readonly fields: FieldList;
224
+
225
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliverySubscriptionBumpResponse;
226
+
227
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliverySubscriptionBumpResponse;
228
+
229
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliverySubscriptionBumpResponse;
230
+
231
+ static equals(a: DeliverySubscriptionBumpResponse | PlainMessage<DeliverySubscriptionBumpResponse> | undefined, b: DeliverySubscriptionBumpResponse | PlainMessage<DeliverySubscriptionBumpResponse> | undefined): boolean;
232
+ }
233
+
234
+ /**
235
+ * @generated from message ct_logic_uni_rev_premium.v1.DeliveryIntensiveBumpRequest
236
+ */
237
+ export declare class DeliveryIntensiveBumpRequest extends Message<DeliveryIntensiveBumpRequest> {
238
+ /**
239
+ * @generated from field: int64 ad_id = 1;
240
+ */
241
+ adId: bigint;
242
+
243
+ /**
244
+ * @generated from field: int64 service_id = 2;
245
+ */
246
+ serviceId: bigint;
247
+
248
+ /**
249
+ * @generated from field: int64 account_id = 3;
250
+ */
251
+ accountId: bigint;
252
+
253
+ /**
254
+ * @generated from field: google.protobuf.Timestamp start_time = 4;
255
+ */
256
+ startTime?: Timestamp;
257
+
258
+ /**
259
+ * @generated from field: int64 duration = 5;
260
+ */
261
+ duration: bigint;
262
+
263
+ constructor(data?: PartialMessage<DeliveryIntensiveBumpRequest>);
264
+
265
+ static readonly runtime: typeof proto3;
266
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliveryIntensiveBumpRequest";
267
+ static readonly fields: FieldList;
268
+
269
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliveryIntensiveBumpRequest;
270
+
271
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliveryIntensiveBumpRequest;
272
+
273
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliveryIntensiveBumpRequest;
274
+
275
+ static equals(a: DeliveryIntensiveBumpRequest | PlainMessage<DeliveryIntensiveBumpRequest> | undefined, b: DeliveryIntensiveBumpRequest | PlainMessage<DeliveryIntensiveBumpRequest> | undefined): boolean;
276
+ }
277
+
278
+ /**
279
+ * @generated from message ct_logic_uni_rev_premium.v1.DeliveryIntensiveBumpResponse
280
+ */
281
+ export declare class DeliveryIntensiveBumpResponse extends Message<DeliveryIntensiveBumpResponse> {
282
+ /**
283
+ * @generated from field: ct_logic_uni_rev_premium.v1.ScheduleBump data = 1;
284
+ */
285
+ data?: ScheduleBump;
286
+
287
+ constructor(data?: PartialMessage<DeliveryIntensiveBumpResponse>);
288
+
289
+ static readonly runtime: typeof proto3;
290
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliveryIntensiveBumpResponse";
291
+ static readonly fields: FieldList;
292
+
293
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliveryIntensiveBumpResponse;
294
+
295
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliveryIntensiveBumpResponse;
296
+
297
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliveryIntensiveBumpResponse;
298
+
299
+ static equals(a: DeliveryIntensiveBumpResponse | PlainMessage<DeliveryIntensiveBumpResponse> | undefined, b: DeliveryIntensiveBumpResponse | PlainMessage<DeliveryIntensiveBumpResponse> | undefined): boolean;
300
+ }
301
+
302
+ /**
303
+ * @generated from message ct_logic_uni_rev_premium.v1.CancelServiceRequest
304
+ */
305
+ export declare class CancelServiceRequest extends Message<CancelServiceRequest> {
306
+ /**
307
+ * @generated from field: int64 service_id = 1;
308
+ */
309
+ serviceId: bigint;
310
+
311
+ constructor(data?: PartialMessage<CancelServiceRequest>);
312
+
313
+ static readonly runtime: typeof proto3;
314
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CancelServiceRequest";
315
+ static readonly fields: FieldList;
316
+
317
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelServiceRequest;
318
+
319
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelServiceRequest;
320
+
321
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelServiceRequest;
322
+
323
+ static equals(a: CancelServiceRequest | PlainMessage<CancelServiceRequest> | undefined, b: CancelServiceRequest | PlainMessage<CancelServiceRequest> | undefined): boolean;
324
+ }
325
+
326
+ /**
327
+ * @generated from message ct_logic_uni_rev_premium.v1.CancelServiceResponse
328
+ */
329
+ export declare class CancelServiceResponse extends Message<CancelServiceResponse> {
330
+ constructor(data?: PartialMessage<CancelServiceResponse>);
331
+
332
+ static readonly runtime: typeof proto3;
333
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.CancelServiceResponse";
334
+ static readonly fields: FieldList;
335
+
336
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelServiceResponse;
337
+
338
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelServiceResponse;
339
+
340
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelServiceResponse;
341
+
342
+ static equals(a: CancelServiceResponse | PlainMessage<CancelServiceResponse> | undefined, b: CancelServiceResponse | PlainMessage<CancelServiceResponse> | undefined): boolean;
343
+ }
344
+
345
+ /**
346
+ * @generated from message ct_logic_uni_rev_premium.v1.ScheduleBump
347
+ */
348
+ export declare class ScheduleBump extends Message<ScheduleBump> {
349
+ /**
350
+ * @generated from field: int64 id = 1;
351
+ */
352
+ id: bigint;
353
+
354
+ /**
355
+ * @generated from field: int64 ad_id = 2;
356
+ */
357
+ adId: bigint;
358
+
359
+ /**
360
+ * @generated from field: int64 account_id = 3;
361
+ */
362
+ accountId: bigint;
363
+
364
+ /**
365
+ * @generated from field: google.protobuf.Timestamp start_time = 4;
366
+ */
367
+ startTime?: Timestamp;
368
+
369
+ /**
370
+ * @generated from field: google.protobuf.Timestamp end_time = 5;
371
+ */
372
+ endTime?: Timestamp;
373
+
374
+ /**
375
+ * @generated from field: string type = 6;
376
+ */
377
+ type: string;
378
+
379
+ /**
380
+ * @generated from field: int64 service_id = 7;
381
+ */
382
+ serviceId: bigint;
383
+
384
+ /**
385
+ * @generated from field: string status = 8;
386
+ */
387
+ status: string;
388
+
389
+ constructor(data?: PartialMessage<ScheduleBump>);
390
+
391
+ static readonly runtime: typeof proto3;
392
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ScheduleBump";
393
+ static readonly fields: FieldList;
394
+
395
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ScheduleBump;
396
+
397
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ScheduleBump;
398
+
399
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ScheduleBump;
400
+
401
+ static equals(a: ScheduleBump | PlainMessage<ScheduleBump> | undefined, b: ScheduleBump | PlainMessage<ScheduleBump> | undefined): boolean;
402
+ }
403
+
404
+ /**
405
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPendingBumpsRequest
406
+ */
407
+ export declare class GetPendingBumpsRequest extends Message<GetPendingBumpsRequest> {
408
+ /**
409
+ * @generated from field: int64 limit = 1;
410
+ */
411
+ limit: bigint;
412
+
413
+ /**
414
+ * @generated from field: int64 offset = 2;
415
+ */
416
+ offset: bigint;
417
+
418
+ constructor(data?: PartialMessage<GetPendingBumpsRequest>);
419
+
420
+ static readonly runtime: typeof proto3;
421
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPendingBumpsRequest";
422
+ static readonly fields: FieldList;
423
+
424
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPendingBumpsRequest;
425
+
426
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPendingBumpsRequest;
427
+
428
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPendingBumpsRequest;
429
+
430
+ static equals(a: GetPendingBumpsRequest | PlainMessage<GetPendingBumpsRequest> | undefined, b: GetPendingBumpsRequest | PlainMessage<GetPendingBumpsRequest> | undefined): boolean;
431
+ }
432
+
433
+ /**
434
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPendingBumpsResponse
435
+ */
436
+ export declare class GetPendingBumpsResponse extends Message<GetPendingBumpsResponse> {
437
+ /**
438
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ScheduleBump schedule_bumps = 1;
439
+ */
440
+ scheduleBumps: ScheduleBump[];
441
+
442
+ constructor(data?: PartialMessage<GetPendingBumpsResponse>);
443
+
444
+ static readonly runtime: typeof proto3;
445
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPendingBumpsResponse";
446
+ static readonly fields: FieldList;
447
+
448
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPendingBumpsResponse;
449
+
450
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPendingBumpsResponse;
451
+
452
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPendingBumpsResponse;
453
+
454
+ static equals(a: GetPendingBumpsResponse | PlainMessage<GetPendingBumpsResponse> | undefined, b: GetPendingBumpsResponse | PlainMessage<GetPendingBumpsResponse> | undefined): boolean;
455
+ }
456
+
457
+ /**
458
+ * @generated from message ct_logic_uni_rev_premium.v1.GetScheduleBumpLogsRequest
459
+ */
460
+ export declare class GetScheduleBumpLogsRequest extends Message<GetScheduleBumpLogsRequest> {
461
+ /**
462
+ * @generated from field: int64 schedule_bump_id = 1;
463
+ */
464
+ scheduleBumpId: bigint;
465
+
466
+ /**
467
+ * @generated from field: int64 limit = 2;
468
+ */
469
+ limit: bigint;
470
+
471
+ /**
472
+ * @generated from field: int64 offset = 3;
473
+ */
474
+ offset: bigint;
475
+
476
+ constructor(data?: PartialMessage<GetScheduleBumpLogsRequest>);
477
+
478
+ static readonly runtime: typeof proto3;
479
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetScheduleBumpLogsRequest";
480
+ static readonly fields: FieldList;
481
+
482
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetScheduleBumpLogsRequest;
483
+
484
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetScheduleBumpLogsRequest;
485
+
486
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetScheduleBumpLogsRequest;
487
+
488
+ static equals(a: GetScheduleBumpLogsRequest | PlainMessage<GetScheduleBumpLogsRequest> | undefined, b: GetScheduleBumpLogsRequest | PlainMessage<GetScheduleBumpLogsRequest> | undefined): boolean;
489
+ }
490
+
491
+ /**
492
+ * @generated from message ct_logic_uni_rev_premium.v1.GetScheduleBumpLogsResponse
493
+ */
494
+ export declare class GetScheduleBumpLogsResponse extends Message<GetScheduleBumpLogsResponse> {
495
+ /**
496
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.ScheduleBumpLog schedule_bump_logs = 1;
497
+ */
498
+ scheduleBumpLogs: ScheduleBumpLog[];
499
+
500
+ /**
501
+ * @generated from field: int64 total = 2;
502
+ */
503
+ total: bigint;
504
+
505
+ /**
506
+ * @generated from field: int64 total_success = 3;
507
+ */
508
+ totalSuccess: bigint;
509
+
510
+ /**
511
+ * @generated from field: int64 total_pending = 4;
512
+ */
513
+ totalPending: bigint;
514
+
515
+ /**
516
+ * @generated from field: int64 total_failed = 5;
517
+ */
518
+ totalFailed: bigint;
519
+
520
+ constructor(data?: PartialMessage<GetScheduleBumpLogsResponse>);
521
+
522
+ static readonly runtime: typeof proto3;
523
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetScheduleBumpLogsResponse";
524
+ static readonly fields: FieldList;
525
+
526
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetScheduleBumpLogsResponse;
527
+
528
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetScheduleBumpLogsResponse;
529
+
530
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetScheduleBumpLogsResponse;
531
+
532
+ static equals(a: GetScheduleBumpLogsResponse | PlainMessage<GetScheduleBumpLogsResponse> | undefined, b: GetScheduleBumpLogsResponse | PlainMessage<GetScheduleBumpLogsResponse> | undefined): boolean;
533
+ }
534
+
535
+ /**
536
+ * @generated from message ct_logic_uni_rev_premium.v1.ScheduleBumpLog
537
+ */
538
+ export declare class ScheduleBumpLog extends Message<ScheduleBumpLog> {
539
+ /**
540
+ * @generated from field: int64 schedule_bump_log_id = 1;
541
+ */
542
+ scheduleBumpLogId: bigint;
543
+
544
+ /**
545
+ * @generated from field: int64 schedule_bump_id = 2;
546
+ */
547
+ scheduleBumpId: bigint;
548
+
549
+ /**
550
+ * @generated from field: google.protobuf.Timestamp schedule_bump_time = 3;
551
+ */
552
+ scheduleBumpTime?: Timestamp;
553
+
554
+ /**
555
+ * @generated from field: google.protobuf.Timestamp expected_bump_time = 4;
556
+ */
557
+ expectedBumpTime?: Timestamp;
558
+
559
+ /**
560
+ * @generated from field: google.protobuf.Timestamp bump_time = 5;
561
+ */
562
+ bumpTime?: Timestamp;
563
+
564
+ /**
565
+ * @generated from field: string status = 6;
566
+ */
567
+ status: string;
568
+
569
+ constructor(data?: PartialMessage<ScheduleBumpLog>);
570
+
571
+ static readonly runtime: typeof proto3;
572
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ScheduleBumpLog";
573
+ static readonly fields: FieldList;
574
+
575
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ScheduleBumpLog;
576
+
577
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ScheduleBumpLog;
578
+
579
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ScheduleBumpLog;
580
+
581
+ static equals(a: ScheduleBumpLog | PlainMessage<ScheduleBumpLog> | undefined, b: ScheduleBumpLog | PlainMessage<ScheduleBumpLog> | undefined): boolean;
582
+ }
583
+
584
+ /**
585
+ * @generated from message ct_logic_uni_rev_premium.v1.ForceScheduleBumpFailedRequest
586
+ */
587
+ export declare class ForceScheduleBumpFailedRequest extends Message<ForceScheduleBumpFailedRequest> {
588
+ /**
589
+ * @generated from field: int64 schedule_bump_id = 1;
590
+ */
591
+ scheduleBumpId: bigint;
592
+
593
+ constructor(data?: PartialMessage<ForceScheduleBumpFailedRequest>);
594
+
595
+ static readonly runtime: typeof proto3;
596
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ForceScheduleBumpFailedRequest";
597
+ static readonly fields: FieldList;
598
+
599
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ForceScheduleBumpFailedRequest;
600
+
601
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ForceScheduleBumpFailedRequest;
602
+
603
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ForceScheduleBumpFailedRequest;
604
+
605
+ static equals(a: ForceScheduleBumpFailedRequest | PlainMessage<ForceScheduleBumpFailedRequest> | undefined, b: ForceScheduleBumpFailedRequest | PlainMessage<ForceScheduleBumpFailedRequest> | undefined): boolean;
606
+ }
607
+
608
+ /**
609
+ * @generated from message ct_logic_uni_rev_premium.v1.ForceScheduleBumpFailedResponse
610
+ */
611
+ export declare class ForceScheduleBumpFailedResponse extends Message<ForceScheduleBumpFailedResponse> {
612
+ constructor(data?: PartialMessage<ForceScheduleBumpFailedResponse>);
613
+
614
+ static readonly runtime: typeof proto3;
615
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.ForceScheduleBumpFailedResponse";
616
+ static readonly fields: FieldList;
617
+
618
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ForceScheduleBumpFailedResponse;
619
+
620
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ForceScheduleBumpFailedResponse;
621
+
622
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ForceScheduleBumpFailedResponse;
623
+
624
+ static equals(a: ForceScheduleBumpFailedResponse | PlainMessage<ForceScheduleBumpFailedResponse> | undefined, b: ForceScheduleBumpFailedResponse | PlainMessage<ForceScheduleBumpFailedResponse> | undefined): boolean;
625
+ }
626
+
627
+ /**
628
+ * @generated from message ct_logic_uni_rev_premium.v1.DeliveryAutoBumpRequest
629
+ */
630
+ export declare class DeliveryAutoBumpRequest extends Message<DeliveryAutoBumpRequest> {
631
+ /**
632
+ * @generated from field: int64 ad_id = 1;
633
+ */
634
+ adId: bigint;
635
+
636
+ /**
637
+ * @generated from field: int64 service_id = 2;
638
+ */
639
+ serviceId: bigint;
640
+
641
+ /**
642
+ * @generated from field: int64 account_id = 3;
643
+ */
644
+ accountId: bigint;
645
+
646
+ /**
647
+ * @generated from field: google.protobuf.Timestamp start_time = 4;
648
+ */
649
+ startTime?: Timestamp;
650
+
651
+ /**
652
+ * @generated from field: int64 quantity = 5;
653
+ */
654
+ quantity: bigint;
655
+
656
+ /**
657
+ * @generated from field: string service_type = 6;
658
+ */
659
+ serviceType: string;
660
+
661
+ /**
662
+ * @generated from field: string rule_code = 7;
663
+ */
664
+ ruleCode: string;
665
+
666
+ constructor(data?: PartialMessage<DeliveryAutoBumpRequest>);
667
+
668
+ static readonly runtime: typeof proto3;
669
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliveryAutoBumpRequest";
670
+ static readonly fields: FieldList;
671
+
672
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliveryAutoBumpRequest;
673
+
674
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliveryAutoBumpRequest;
675
+
676
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliveryAutoBumpRequest;
677
+
678
+ static equals(a: DeliveryAutoBumpRequest | PlainMessage<DeliveryAutoBumpRequest> | undefined, b: DeliveryAutoBumpRequest | PlainMessage<DeliveryAutoBumpRequest> | undefined): boolean;
679
+ }
680
+
681
+ /**
682
+ * @generated from message ct_logic_uni_rev_premium.v1.DeliveryAutoBumpResponse
683
+ */
684
+ export declare class DeliveryAutoBumpResponse extends Message<DeliveryAutoBumpResponse> {
685
+ /**
686
+ * @generated from field: ct_logic_uni_rev_premium.v1.ScheduleBump data = 1;
687
+ */
688
+ data?: ScheduleBump;
689
+
690
+ constructor(data?: PartialMessage<DeliveryAutoBumpResponse>);
691
+
692
+ static readonly runtime: typeof proto3;
693
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliveryAutoBumpResponse";
694
+ static readonly fields: FieldList;
695
+
696
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliveryAutoBumpResponse;
697
+
698
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliveryAutoBumpResponse;
699
+
700
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliveryAutoBumpResponse;
701
+
702
+ static equals(a: DeliveryAutoBumpResponse | PlainMessage<DeliveryAutoBumpResponse> | undefined, b: DeliveryAutoBumpResponse | PlainMessage<DeliveryAutoBumpResponse> | undefined): boolean;
703
+ }
704
+
705
+ /**
706
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAutoBumpRuleByFilterRequest
707
+ */
708
+ export declare class GetAutoBumpRuleByFilterRequest extends Message<GetAutoBumpRuleByFilterRequest> {
709
+ /**
710
+ * @generated from field: ct_logic_uni_rev_premium.v1.AutoBumpFilter filter = 1;
711
+ */
712
+ filter?: AutoBumpFilter;
713
+
714
+ constructor(data?: PartialMessage<GetAutoBumpRuleByFilterRequest>);
715
+
716
+ static readonly runtime: typeof proto3;
717
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAutoBumpRuleByFilterRequest";
718
+ static readonly fields: FieldList;
719
+
720
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAutoBumpRuleByFilterRequest;
721
+
722
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAutoBumpRuleByFilterRequest;
723
+
724
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAutoBumpRuleByFilterRequest;
725
+
726
+ static equals(a: GetAutoBumpRuleByFilterRequest | PlainMessage<GetAutoBumpRuleByFilterRequest> | undefined, b: GetAutoBumpRuleByFilterRequest | PlainMessage<GetAutoBumpRuleByFilterRequest> | undefined): boolean;
727
+ }
728
+
729
+ /**
730
+ * @generated from message ct_logic_uni_rev_premium.v1.AutoBumpFilter
731
+ */
732
+ export declare class AutoBumpFilter extends Message<AutoBumpFilter> {
733
+ /**
734
+ * @generated from field: int64 id = 1;
735
+ */
736
+ id: bigint;
737
+
738
+ /**
739
+ * @generated from field: string rule_code = 2;
740
+ */
741
+ ruleCode: string;
742
+
743
+ /**
744
+ * @generated from field: int64 filter_category_id = 3;
745
+ */
746
+ filterCategoryId: bigint;
747
+
748
+ constructor(data?: PartialMessage<AutoBumpFilter>);
749
+
750
+ static readonly runtime: typeof proto3;
751
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.AutoBumpFilter";
752
+ static readonly fields: FieldList;
753
+
754
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AutoBumpFilter;
755
+
756
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AutoBumpFilter;
757
+
758
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AutoBumpFilter;
759
+
760
+ static equals(a: AutoBumpFilter | PlainMessage<AutoBumpFilter> | undefined, b: AutoBumpFilter | PlainMessage<AutoBumpFilter> | undefined): boolean;
761
+ }
762
+
763
+ /**
764
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAutoBumpRuleByFilterResponse
765
+ */
766
+ export declare class GetAutoBumpRuleByFilterResponse extends Message<GetAutoBumpRuleByFilterResponse> {
767
+ /**
768
+ * @generated from field: repeated ct_logic_uni_rev_premium.v1.AutoBumpRule data = 1;
769
+ */
770
+ data: AutoBumpRule[];
771
+
772
+ constructor(data?: PartialMessage<GetAutoBumpRuleByFilterResponse>);
773
+
774
+ static readonly runtime: typeof proto3;
775
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAutoBumpRuleByFilterResponse";
776
+ static readonly fields: FieldList;
777
+
778
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAutoBumpRuleByFilterResponse;
779
+
780
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAutoBumpRuleByFilterResponse;
781
+
782
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAutoBumpRuleByFilterResponse;
783
+
784
+ static equals(a: GetAutoBumpRuleByFilterResponse | PlainMessage<GetAutoBumpRuleByFilterResponse> | undefined, b: GetAutoBumpRuleByFilterResponse | PlainMessage<GetAutoBumpRuleByFilterResponse> | undefined): boolean;
785
+ }
786
+
787
+ /**
788
+ * @generated from message ct_logic_uni_rev_premium.v1.AutoBumpRule
789
+ */
790
+ export declare class AutoBumpRule extends Message<AutoBumpRule> {
791
+ /**
792
+ * @generated from field: int64 id = 1;
793
+ */
794
+ id: bigint;
795
+
796
+ /**
797
+ * @generated from field: string rule_code = 2;
798
+ */
799
+ ruleCode: string;
800
+
801
+ /**
802
+ * @generated from field: string rule_name = 3;
803
+ */
804
+ ruleName: string;
805
+
806
+ /**
807
+ * rules
808
+ *
809
+ * @generated from field: string repeat_mode = 4;
810
+ */
811
+ repeatMode: string;
812
+
813
+ /**
814
+ * @generated from field: repeated int64 repeat_days = 5;
815
+ */
816
+ repeatDays: bigint[];
817
+
818
+ /**
819
+ * @generated from field: int64 interval_day = 6;
820
+ */
821
+ intervalDay: bigint;
822
+
823
+ /**
824
+ * @generated from field: string block_times = 7;
825
+ */
826
+ blockTimes: string;
827
+
828
+ /**
829
+ * @generated from field: int64 page_position = 8;
830
+ */
831
+ pagePosition: bigint;
832
+
833
+ /**
834
+ * define which category this rule is applicable
835
+ *
836
+ * @generated from field: int64 filter_category_id = 9;
837
+ */
838
+ filterCategoryId: bigint;
839
+
840
+ /**
841
+ * @generated from field: string status = 10;
842
+ */
843
+ status: string;
844
+
845
+ /**
846
+ * @generated from field: google.protobuf.Timestamp created_at = 11;
847
+ */
848
+ createdAt?: Timestamp;
849
+
850
+ /**
851
+ * @generated from field: google.protobuf.Timestamp updated_at = 12;
852
+ */
853
+ updatedAt?: Timestamp;
854
+
855
+ constructor(data?: PartialMessage<AutoBumpRule>);
856
+
857
+ static readonly runtime: typeof proto3;
858
+ static readonly typeName = "ct_logic_uni_rev_premium.v1.AutoBumpRule";
859
+ static readonly fields: FieldList;
860
+
861
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AutoBumpRule;
862
+
863
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AutoBumpRule;
864
+
865
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AutoBumpRule;
866
+
867
+ static equals(a: AutoBumpRule | PlainMessage<AutoBumpRule> | undefined, b: AutoBumpRule | PlainMessage<AutoBumpRule> | undefined): boolean;
868
+ }
869
+