@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.
- package/ad.proto +89 -0
- package/ad_delivery.proto +232 -0
- package/ad_delivery_pb.d.ts +1285 -0
- package/ad_delivery_pb.js +439 -0
- package/ad_delivery_service-LogicUniRevPremiumAdDeliveryService_connectquery.d.ts +138 -0
- package/ad_delivery_service-LogicUniRevPremiumAdDeliveryService_connectquery.js +211 -0
- package/ad_delivery_service.proto +65 -0
- package/ad_delivery_service_connect.d.ts +125 -0
- package/ad_delivery_service_connect.js +125 -0
- package/ad_optimization.proto +111 -0
- package/ad_optimization_pb.d.ts +601 -0
- package/ad_optimization_pb.js +214 -0
- package/ad_optimization_service-LogicUniRevPremiumAdOptimizationService_connectquery.d.ts +78 -0
- package/ad_optimization_service-LogicUniRevPremiumAdOptimizationService_connectquery.js +115 -0
- package/ad_optimization_service.proto +21 -0
- package/ad_optimization_service_connect.d.ts +71 -0
- package/ad_optimization_service_connect.js +71 -0
- package/ad_pb.d.ts +461 -0
- package/ad_pb.js +172 -0
- package/ad_service-LogicUniRevPremiumAdService_connectquery.d.ts +58 -0
- package/ad_service-LogicUniRevPremiumAdService_connectquery.js +83 -0
- package/ad_service.proto +15 -0
- package/ad_service_connect.d.ts +53 -0
- package/ad_service_connect.js +53 -0
- package/ad_social_platform.proto +108 -0
- package/ad_social_platform_pb.d.ts +474 -0
- package/ad_social_platform_pb.js +156 -0
- package/ad_social_platform_service-LogicUniRevPremiumAdSocialPlatformService_connectquery.d.ts +68 -0
- package/ad_social_platform_service-LogicUniRevPremiumAdSocialPlatformService_connectquery.js +99 -0
- package/ad_social_platform_service.proto +23 -0
- package/ad_social_platform_service_connect.d.ts +62 -0
- package/ad_social_platform_service_connect.js +62 -0
- package/bump_ad.proto +162 -0
- package/bump_ad_pb.d.ts +869 -0
- package/bump_ad_pb.js +308 -0
- package/bump_ad_service-LogicUniRevPremiumBumpAdService_connectquery.d.ts +123 -0
- package/bump_ad_service-LogicUniRevPremiumBumpAdService_connectquery.js +189 -0
- package/bump_ad_service.proto +56 -0
- package/bump_ad_service_connect.d.ts +112 -0
- package/bump_ad_service_connect.js +112 -0
- package/free_ps.proto +527 -0
- package/free_ps_pb.d.ts +2848 -0
- package/free_ps_pb.js +934 -0
- package/free_ps_service-LogicUniRevPremiumFreePsService_connectquery.d.ts +304 -0
- package/free_ps_service-LogicUniRevPremiumFreePsService_connectquery.js +483 -0
- package/free_ps_service.proto +62 -0
- package/free_ps_service_connect.d.ts +276 -0
- package/free_ps_service_connect.js +276 -0
- package/listing_tier.proto +228 -0
- package/listing_tier_pb.d.ts +1032 -0
- package/listing_tier_pb.js +365 -0
- package/listing_tier_service-LogicUniRevPremiumListingTierService_connectquery.d.ts +108 -0
- package/listing_tier_service-LogicUniRevPremiumListingTierService_connectquery.js +163 -0
- package/listing_tier_service.proto +19 -0
- package/listing_tier_service_connect.d.ts +98 -0
- package/listing_tier_service_connect.js +98 -0
- package/onbehalf.proto +91 -0
- package/onbehalf_pb.d.ts +411 -0
- package/onbehalf_pb.js +138 -0
- package/onbehalf_service-LogicUniRevPremiumOnbehalfService_connectquery.d.ts +28 -0
- package/onbehalf_service-LogicUniRevPremiumOnbehalfService_connectquery.js +35 -0
- package/onbehalf_service.proto +11 -0
- package/onbehalf_service_connect.d.ts +26 -0
- package/onbehalf_service_connect.js +26 -0
- package/package.json +10 -0
- package/premium_services.proto +1005 -0
- package/premium_services_pb.d.ts +5465 -0
- package/premium_services_pb.js +1840 -0
- package/premium_services_service-LogicUniRevPremiumPremiumServicesService_connectquery.d.ts +496 -0
- package/premium_services_service-LogicUniRevPremiumPremiumServicesService_connectquery.js +787 -0
- package/premium_services_service.proto +132 -0
- package/premium_services_service_connect.d.ts +448 -0
- package/premium_services_service_connect.js +448 -0
- package/pricing.proto +722 -0
- package/pricing_pb.d.ts +3949 -0
- package/pricing_pb.js +1372 -0
- package/pricing_service-LogicUniRevPremiumPricingService_connectquery.d.ts +411 -0
- package/pricing_service-LogicUniRevPremiumPricingService_connectquery.js +653 -0
- package/pricing_service.proto +63 -0
- package/pricing_service_connect.d.ts +372 -0
- package/pricing_service_connect.js +372 -0
- package/scripts/modify_package_json.js +50 -0
- package/special_display.proto +56 -0
- package/special_display_pb.d.ts +322 -0
- package/special_display_pb.js +113 -0
- package/special_display_service-LogicUniRevPremiumSpecialDisplayService_connectquery.d.ts +58 -0
- package/special_display_service-LogicUniRevPremiumSpecialDisplayService_connectquery.js +83 -0
- package/special_display_service.proto +24 -0
- package/special_display_service_connect.d.ts +53 -0
- package/special_display_service_connect.js +53 -0
- package/sticky_adinfo.proto +312 -0
- package/sticky_adinfo_pb.d.ts +1463 -0
- package/sticky_adinfo_pb.js +328 -0
|
@@ -0,0 +1,322 @@
|
|
|
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/special_display.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 } from "@bufbuild/protobuf";
|
|
9
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdRequest
|
|
13
|
+
*/
|
|
14
|
+
export declare class CheckSpecialDisplayAdRequest extends Message<CheckSpecialDisplayAdRequest> {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: int64 ad_id = 1;
|
|
17
|
+
*/
|
|
18
|
+
adId: bigint;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: int64 category_id = 2;
|
|
22
|
+
*/
|
|
23
|
+
categoryId: bigint;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: int64 region_id = 3;
|
|
27
|
+
*/
|
|
28
|
+
regionId: bigint;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: string ad_type = 4;
|
|
32
|
+
*/
|
|
33
|
+
adType: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: int64 account_id = 5;
|
|
37
|
+
*/
|
|
38
|
+
accountId: bigint;
|
|
39
|
+
|
|
40
|
+
constructor(data?: PartialMessage<CheckSpecialDisplayAdRequest>);
|
|
41
|
+
|
|
42
|
+
static readonly runtime: typeof proto3;
|
|
43
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdRequest";
|
|
44
|
+
static readonly fields: FieldList;
|
|
45
|
+
|
|
46
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckSpecialDisplayAdRequest;
|
|
47
|
+
|
|
48
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckSpecialDisplayAdRequest;
|
|
49
|
+
|
|
50
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckSpecialDisplayAdRequest;
|
|
51
|
+
|
|
52
|
+
static equals(a: CheckSpecialDisplayAdRequest | PlainMessage<CheckSpecialDisplayAdRequest> | undefined, b: CheckSpecialDisplayAdRequest | PlainMessage<CheckSpecialDisplayAdRequest> | undefined): boolean;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdResponse
|
|
57
|
+
*/
|
|
58
|
+
export declare class CheckSpecialDisplayAdResponse extends Message<CheckSpecialDisplayAdResponse> {
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: optional bool result = 1;
|
|
61
|
+
*/
|
|
62
|
+
result?: boolean;
|
|
63
|
+
|
|
64
|
+
constructor(data?: PartialMessage<CheckSpecialDisplayAdResponse>);
|
|
65
|
+
|
|
66
|
+
static readonly runtime: typeof proto3;
|
|
67
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdResponse";
|
|
68
|
+
static readonly fields: FieldList;
|
|
69
|
+
|
|
70
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckSpecialDisplayAdResponse;
|
|
71
|
+
|
|
72
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckSpecialDisplayAdResponse;
|
|
73
|
+
|
|
74
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckSpecialDisplayAdResponse;
|
|
75
|
+
|
|
76
|
+
static equals(a: CheckSpecialDisplayAdResponse | PlainMessage<CheckSpecialDisplayAdResponse> | undefined, b: CheckSpecialDisplayAdResponse | PlainMessage<CheckSpecialDisplayAdResponse> | undefined): boolean;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceRequest
|
|
81
|
+
*/
|
|
82
|
+
export declare class CancelSpecialDisplayServiceRequest extends Message<CancelSpecialDisplayServiceRequest> {
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: int64 service_id = 1;
|
|
85
|
+
*/
|
|
86
|
+
serviceId: bigint;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @generated from field: int64 ad_id = 2;
|
|
90
|
+
*/
|
|
91
|
+
adId: bigint;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: int64 account_id = 3;
|
|
95
|
+
*/
|
|
96
|
+
accountId: bigint;
|
|
97
|
+
|
|
98
|
+
constructor(data?: PartialMessage<CancelSpecialDisplayServiceRequest>);
|
|
99
|
+
|
|
100
|
+
static readonly runtime: typeof proto3;
|
|
101
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceRequest";
|
|
102
|
+
static readonly fields: FieldList;
|
|
103
|
+
|
|
104
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelSpecialDisplayServiceRequest;
|
|
105
|
+
|
|
106
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelSpecialDisplayServiceRequest;
|
|
107
|
+
|
|
108
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelSpecialDisplayServiceRequest;
|
|
109
|
+
|
|
110
|
+
static equals(a: CancelSpecialDisplayServiceRequest | PlainMessage<CancelSpecialDisplayServiceRequest> | undefined, b: CancelSpecialDisplayServiceRequest | PlainMessage<CancelSpecialDisplayServiceRequest> | undefined): boolean;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceResponse
|
|
115
|
+
*/
|
|
116
|
+
export declare class CancelSpecialDisplayServiceResponse extends Message<CancelSpecialDisplayServiceResponse> {
|
|
117
|
+
/**
|
|
118
|
+
* @generated from field: string status = 1;
|
|
119
|
+
*/
|
|
120
|
+
status: string;
|
|
121
|
+
|
|
122
|
+
constructor(data?: PartialMessage<CancelSpecialDisplayServiceResponse>);
|
|
123
|
+
|
|
124
|
+
static readonly runtime: typeof proto3;
|
|
125
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceResponse";
|
|
126
|
+
static readonly fields: FieldList;
|
|
127
|
+
|
|
128
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelSpecialDisplayServiceResponse;
|
|
129
|
+
|
|
130
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelSpecialDisplayServiceResponse;
|
|
131
|
+
|
|
132
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelSpecialDisplayServiceResponse;
|
|
133
|
+
|
|
134
|
+
static equals(a: CancelSpecialDisplayServiceResponse | PlainMessage<CancelSpecialDisplayServiceResponse> | undefined, b: CancelSpecialDisplayServiceResponse | PlainMessage<CancelSpecialDisplayServiceResponse> | undefined): boolean;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceRequest
|
|
139
|
+
*/
|
|
140
|
+
export declare class DeliverySpecialDisplayServiceRequest extends Message<DeliverySpecialDisplayServiceRequest> {
|
|
141
|
+
/**
|
|
142
|
+
* Ad Id for which the service is being delivered
|
|
143
|
+
*
|
|
144
|
+
* @generated from field: int64 ad_id = 1;
|
|
145
|
+
*/
|
|
146
|
+
adId: bigint;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Account Id of the user who is receiving the service
|
|
150
|
+
*
|
|
151
|
+
* @generated from field: int64 account_id = 2;
|
|
152
|
+
*/
|
|
153
|
+
accountId: bigint;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Order Id associated with the service, if applicable
|
|
157
|
+
*
|
|
158
|
+
* @generated from field: int64 order_id = 3;
|
|
159
|
+
*/
|
|
160
|
+
orderId: bigint;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Unique identifier for the special display service
|
|
164
|
+
*
|
|
165
|
+
* @generated from field: int64 service_id = 4;
|
|
166
|
+
*/
|
|
167
|
+
serviceId: bigint;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Duration in days
|
|
171
|
+
*
|
|
172
|
+
* @generated from field: int64 duration = 5;
|
|
173
|
+
*/
|
|
174
|
+
duration: bigint;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Unix timestamp in seconds
|
|
178
|
+
*
|
|
179
|
+
* @generated from field: int64 start_time = 6;
|
|
180
|
+
*/
|
|
181
|
+
startTime: bigint;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* JSON string of service parameters
|
|
185
|
+
*
|
|
186
|
+
* @generated from field: string service_params = 7;
|
|
187
|
+
*/
|
|
188
|
+
serviceParams: string;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Indicates if the service is a subscription
|
|
192
|
+
*
|
|
193
|
+
* @generated from field: bool is_subscription = 8;
|
|
194
|
+
*/
|
|
195
|
+
isSubscription: boolean;
|
|
196
|
+
|
|
197
|
+
constructor(data?: PartialMessage<DeliverySpecialDisplayServiceRequest>);
|
|
198
|
+
|
|
199
|
+
static readonly runtime: typeof proto3;
|
|
200
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceRequest";
|
|
201
|
+
static readonly fields: FieldList;
|
|
202
|
+
|
|
203
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliverySpecialDisplayServiceRequest;
|
|
204
|
+
|
|
205
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliverySpecialDisplayServiceRequest;
|
|
206
|
+
|
|
207
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliverySpecialDisplayServiceRequest;
|
|
208
|
+
|
|
209
|
+
static equals(a: DeliverySpecialDisplayServiceRequest | PlainMessage<DeliverySpecialDisplayServiceRequest> | undefined, b: DeliverySpecialDisplayServiceRequest | PlainMessage<DeliverySpecialDisplayServiceRequest> | undefined): boolean;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceResponse
|
|
214
|
+
*/
|
|
215
|
+
export declare class DeliverySpecialDisplayServiceResponse extends Message<DeliverySpecialDisplayServiceResponse> {
|
|
216
|
+
/**
|
|
217
|
+
* Unique identifier for the delivered service
|
|
218
|
+
*
|
|
219
|
+
* @generated from field: string id = 1;
|
|
220
|
+
*/
|
|
221
|
+
id: string;
|
|
222
|
+
|
|
223
|
+
constructor(data?: PartialMessage<DeliverySpecialDisplayServiceResponse>);
|
|
224
|
+
|
|
225
|
+
static readonly runtime: typeof proto3;
|
|
226
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceResponse";
|
|
227
|
+
static readonly fields: FieldList;
|
|
228
|
+
|
|
229
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeliverySpecialDisplayServiceResponse;
|
|
230
|
+
|
|
231
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeliverySpecialDisplayServiceResponse;
|
|
232
|
+
|
|
233
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeliverySpecialDisplayServiceResponse;
|
|
234
|
+
|
|
235
|
+
static equals(a: DeliverySpecialDisplayServiceResponse | PlainMessage<DeliverySpecialDisplayServiceResponse> | undefined, b: DeliverySpecialDisplayServiceResponse | PlainMessage<DeliverySpecialDisplayServiceResponse> | undefined): boolean;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* @generated from message ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAds
|
|
240
|
+
*/
|
|
241
|
+
export declare class RedeliverActiveSpecialDisplayServiceByListAds extends Message<RedeliverActiveSpecialDisplayServiceByListAds> {
|
|
242
|
+
/**
|
|
243
|
+
* Ad Id for which the active service is being redelivered
|
|
244
|
+
*
|
|
245
|
+
* @generated from field: int64 ad_id = 1;
|
|
246
|
+
*/
|
|
247
|
+
adId: bigint;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Unix timestamp in seconds when the service expired
|
|
251
|
+
*
|
|
252
|
+
* @generated from field: int64 unix_expired_time = 2;
|
|
253
|
+
*/
|
|
254
|
+
unixExpiredTime: bigint;
|
|
255
|
+
|
|
256
|
+
constructor(data?: PartialMessage<RedeliverActiveSpecialDisplayServiceByListAds>);
|
|
257
|
+
|
|
258
|
+
static readonly runtime: typeof proto3;
|
|
259
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAds";
|
|
260
|
+
static readonly fields: FieldList;
|
|
261
|
+
|
|
262
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RedeliverActiveSpecialDisplayServiceByListAds;
|
|
263
|
+
|
|
264
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RedeliverActiveSpecialDisplayServiceByListAds;
|
|
265
|
+
|
|
266
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RedeliverActiveSpecialDisplayServiceByListAds;
|
|
267
|
+
|
|
268
|
+
static equals(a: RedeliverActiveSpecialDisplayServiceByListAds | PlainMessage<RedeliverActiveSpecialDisplayServiceByListAds> | undefined, b: RedeliverActiveSpecialDisplayServiceByListAds | PlainMessage<RedeliverActiveSpecialDisplayServiceByListAds> | undefined): boolean;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* @generated from message ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsRequest
|
|
273
|
+
*/
|
|
274
|
+
export declare class RedeliverActiveSpecialDisplayServiceByListAdsRequest extends Message<RedeliverActiveSpecialDisplayServiceByListAdsRequest> {
|
|
275
|
+
/**
|
|
276
|
+
* List of Ad Ids for which the active services are being redelivered
|
|
277
|
+
*
|
|
278
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAds ads = 1;
|
|
279
|
+
*/
|
|
280
|
+
ads: RedeliverActiveSpecialDisplayServiceByListAds[];
|
|
281
|
+
|
|
282
|
+
constructor(data?: PartialMessage<RedeliverActiveSpecialDisplayServiceByListAdsRequest>);
|
|
283
|
+
|
|
284
|
+
static readonly runtime: typeof proto3;
|
|
285
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsRequest";
|
|
286
|
+
static readonly fields: FieldList;
|
|
287
|
+
|
|
288
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RedeliverActiveSpecialDisplayServiceByListAdsRequest;
|
|
289
|
+
|
|
290
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RedeliverActiveSpecialDisplayServiceByListAdsRequest;
|
|
291
|
+
|
|
292
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RedeliverActiveSpecialDisplayServiceByListAdsRequest;
|
|
293
|
+
|
|
294
|
+
static equals(a: RedeliverActiveSpecialDisplayServiceByListAdsRequest | PlainMessage<RedeliverActiveSpecialDisplayServiceByListAdsRequest> | undefined, b: RedeliverActiveSpecialDisplayServiceByListAdsRequest | PlainMessage<RedeliverActiveSpecialDisplayServiceByListAdsRequest> | undefined): boolean;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* @generated from message ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsResponse
|
|
299
|
+
*/
|
|
300
|
+
export declare class RedeliverActiveSpecialDisplayServiceByListAdsResponse extends Message<RedeliverActiveSpecialDisplayServiceByListAdsResponse> {
|
|
301
|
+
/**
|
|
302
|
+
* List of Ad Ids for each redelivered service
|
|
303
|
+
*
|
|
304
|
+
* @generated from field: repeated int64 ad_ids = 1;
|
|
305
|
+
*/
|
|
306
|
+
adIds: bigint[];
|
|
307
|
+
|
|
308
|
+
constructor(data?: PartialMessage<RedeliverActiveSpecialDisplayServiceByListAdsResponse>);
|
|
309
|
+
|
|
310
|
+
static readonly runtime: typeof proto3;
|
|
311
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsResponse";
|
|
312
|
+
static readonly fields: FieldList;
|
|
313
|
+
|
|
314
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RedeliverActiveSpecialDisplayServiceByListAdsResponse;
|
|
315
|
+
|
|
316
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RedeliverActiveSpecialDisplayServiceByListAdsResponse;
|
|
317
|
+
|
|
318
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RedeliverActiveSpecialDisplayServiceByListAdsResponse;
|
|
319
|
+
|
|
320
|
+
static equals(a: RedeliverActiveSpecialDisplayServiceByListAdsResponse | PlainMessage<RedeliverActiveSpecialDisplayServiceByListAdsResponse> | undefined, b: RedeliverActiveSpecialDisplayServiceByListAdsResponse | PlainMessage<RedeliverActiveSpecialDisplayServiceByListAdsResponse> | undefined): boolean;
|
|
321
|
+
}
|
|
322
|
+
|
|
@@ -0,0 +1,113 @@
|
|
|
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/special_display.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// @ts-nocheck
|
|
7
|
+
|
|
8
|
+
import { proto3 } from "@bufbuild/protobuf";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdRequest
|
|
12
|
+
*/
|
|
13
|
+
export const CheckSpecialDisplayAdRequest = proto3.makeMessageType(
|
|
14
|
+
"ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdRequest",
|
|
15
|
+
() => [
|
|
16
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
17
|
+
{ no: 2, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
18
|
+
{ no: 3, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
19
|
+
{ no: 4, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
20
|
+
{ no: 5, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
21
|
+
],
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdResponse
|
|
26
|
+
*/
|
|
27
|
+
export const CheckSpecialDisplayAdResponse = proto3.makeMessageType(
|
|
28
|
+
"ct_logic_uni_rev_premium.v1.CheckSpecialDisplayAdResponse",
|
|
29
|
+
() => [
|
|
30
|
+
{ no: 1, name: "result", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
31
|
+
],
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceRequest
|
|
36
|
+
*/
|
|
37
|
+
export const CancelSpecialDisplayServiceRequest = proto3.makeMessageType(
|
|
38
|
+
"ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceRequest",
|
|
39
|
+
() => [
|
|
40
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
41
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
42
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
43
|
+
],
|
|
44
|
+
);
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceResponse
|
|
48
|
+
*/
|
|
49
|
+
export const CancelSpecialDisplayServiceResponse = proto3.makeMessageType(
|
|
50
|
+
"ct_logic_uni_rev_premium.v1.CancelSpecialDisplayServiceResponse",
|
|
51
|
+
() => [
|
|
52
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
53
|
+
],
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceRequest
|
|
58
|
+
*/
|
|
59
|
+
export const DeliverySpecialDisplayServiceRequest = proto3.makeMessageType(
|
|
60
|
+
"ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceRequest",
|
|
61
|
+
() => [
|
|
62
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
63
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
64
|
+
{ no: 3, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
65
|
+
{ no: 4, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
66
|
+
{ no: 5, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
67
|
+
{ no: 6, name: "start_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
68
|
+
{ no: 7, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
69
|
+
{ no: 8, name: "is_subscription", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
70
|
+
],
|
|
71
|
+
);
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceResponse
|
|
75
|
+
*/
|
|
76
|
+
export const DeliverySpecialDisplayServiceResponse = proto3.makeMessageType(
|
|
77
|
+
"ct_logic_uni_rev_premium.v1.DeliverySpecialDisplayServiceResponse",
|
|
78
|
+
() => [
|
|
79
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
80
|
+
],
|
|
81
|
+
);
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @generated from message ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAds
|
|
85
|
+
*/
|
|
86
|
+
export const RedeliverActiveSpecialDisplayServiceByListAds = proto3.makeMessageType(
|
|
87
|
+
"ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAds",
|
|
88
|
+
() => [
|
|
89
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
90
|
+
{ no: 2, name: "unix_expired_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
91
|
+
],
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from message ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsRequest
|
|
96
|
+
*/
|
|
97
|
+
export const RedeliverActiveSpecialDisplayServiceByListAdsRequest = proto3.makeMessageType(
|
|
98
|
+
"ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsRequest",
|
|
99
|
+
() => [
|
|
100
|
+
{ no: 1, name: "ads", kind: "message", T: RedeliverActiveSpecialDisplayServiceByListAds, repeated: true },
|
|
101
|
+
],
|
|
102
|
+
);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsResponse
|
|
106
|
+
*/
|
|
107
|
+
export const RedeliverActiveSpecialDisplayServiceByListAdsResponse = proto3.makeMessageType(
|
|
108
|
+
"ct_logic_uni_rev_premium.v1.RedeliverActiveSpecialDisplayServiceByListAdsResponse",
|
|
109
|
+
() => [
|
|
110
|
+
{ no: 1, name: "ad_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
111
|
+
],
|
|
112
|
+
);
|
|
113
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/special_display_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { CancelSpecialDisplayServiceRequest, CancelSpecialDisplayServiceResponse, CheckSpecialDisplayAdRequest, CheckSpecialDisplayAdResponse, DeliverySpecialDisplayServiceRequest, DeliverySpecialDisplayServiceResponse, RedeliverActiveSpecialDisplayServiceByListAdsRequest, RedeliverActiveSpecialDisplayServiceByListAdsResponse } from "./special_display_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
import { UnaryHooks } from "@connectrpc/connect-query";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService
|
|
12
|
+
*/
|
|
13
|
+
export declare const LogicUniRevPremiumSpecialDisplayService: {
|
|
14
|
+
readonly typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService",
|
|
15
|
+
readonly methods: {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CheckSpecialDisplayAd
|
|
18
|
+
*/
|
|
19
|
+
readonly checkSpecialDisplayAd: {
|
|
20
|
+
readonly name: "CheckSpecialDisplayAd",
|
|
21
|
+
readonly I: typeof CheckSpecialDisplayAdRequest,
|
|
22
|
+
readonly O: typeof CheckSpecialDisplayAdResponse,
|
|
23
|
+
readonly kind: MethodKind.Unary,
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CancelSpecialDisplayService
|
|
27
|
+
*/
|
|
28
|
+
readonly cancelSpecialDisplayService: {
|
|
29
|
+
readonly name: "CancelSpecialDisplayService",
|
|
30
|
+
readonly I: typeof CancelSpecialDisplayServiceRequest,
|
|
31
|
+
readonly O: typeof CancelSpecialDisplayServiceResponse,
|
|
32
|
+
readonly kind: MethodKind.Unary,
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.DeliverySpecialDisplayService
|
|
36
|
+
*/
|
|
37
|
+
readonly deliverySpecialDisplayService: {
|
|
38
|
+
readonly name: "DeliverySpecialDisplayService",
|
|
39
|
+
readonly I: typeof DeliverySpecialDisplayServiceRequest,
|
|
40
|
+
readonly O: typeof DeliverySpecialDisplayServiceResponse,
|
|
41
|
+
readonly kind: MethodKind.Unary,
|
|
42
|
+
},
|
|
43
|
+
/**
|
|
44
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.RedeliverActiveSpecialDisplayServiceByListAds
|
|
45
|
+
*/
|
|
46
|
+
readonly redeliverActiveSpecialDisplayServiceByListAds: {
|
|
47
|
+
readonly name: "RedeliverActiveSpecialDisplayServiceByListAds",
|
|
48
|
+
readonly I: typeof RedeliverActiveSpecialDisplayServiceByListAdsRequest,
|
|
49
|
+
readonly O: typeof RedeliverActiveSpecialDisplayServiceByListAdsResponse,
|
|
50
|
+
readonly kind: MethodKind.Unary,
|
|
51
|
+
},
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
export const checkSpecialDisplayAd: UnaryHooks<CheckSpecialDisplayAdRequest, CheckSpecialDisplayAdResponse>;
|
|
56
|
+
export const cancelSpecialDisplayService: UnaryHooks<CancelSpecialDisplayServiceRequest, CancelSpecialDisplayServiceResponse>;
|
|
57
|
+
export const deliverySpecialDisplayService: UnaryHooks<DeliverySpecialDisplayServiceRequest, DeliverySpecialDisplayServiceResponse>;
|
|
58
|
+
export const redeliverActiveSpecialDisplayServiceByListAds: UnaryHooks<RedeliverActiveSpecialDisplayServiceByListAdsRequest, RedeliverActiveSpecialDisplayServiceByListAdsResponse>;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/special_display_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { CancelSpecialDisplayServiceRequest, CancelSpecialDisplayServiceResponse, CheckSpecialDisplayAdRequest, CheckSpecialDisplayAdResponse, DeliverySpecialDisplayServiceRequest, DeliverySpecialDisplayServiceResponse, RedeliverActiveSpecialDisplayServiceByListAdsRequest, RedeliverActiveSpecialDisplayServiceByListAdsResponse } from "./special_display_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
import { createQueryService } from "@connectrpc/connect-query";
|
|
9
|
+
|
|
10
|
+
export const typeName = "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService
|
|
14
|
+
*/
|
|
15
|
+
export const LogicUniRevPremiumSpecialDisplayService = {
|
|
16
|
+
typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService",
|
|
17
|
+
methods: {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CheckSpecialDisplayAd
|
|
20
|
+
*/
|
|
21
|
+
checkSpecialDisplayAd: {
|
|
22
|
+
name: "CheckSpecialDisplayAd",
|
|
23
|
+
I: CheckSpecialDisplayAdRequest,
|
|
24
|
+
O: CheckSpecialDisplayAdResponse,
|
|
25
|
+
kind: MethodKind.Unary,
|
|
26
|
+
},
|
|
27
|
+
/**
|
|
28
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CancelSpecialDisplayService
|
|
29
|
+
*/
|
|
30
|
+
cancelSpecialDisplayService: {
|
|
31
|
+
name: "CancelSpecialDisplayService",
|
|
32
|
+
I: CancelSpecialDisplayServiceRequest,
|
|
33
|
+
O: CancelSpecialDisplayServiceResponse,
|
|
34
|
+
kind: MethodKind.Unary,
|
|
35
|
+
},
|
|
36
|
+
/**
|
|
37
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.DeliverySpecialDisplayService
|
|
38
|
+
*/
|
|
39
|
+
deliverySpecialDisplayService: {
|
|
40
|
+
name: "DeliverySpecialDisplayService",
|
|
41
|
+
I: DeliverySpecialDisplayServiceRequest,
|
|
42
|
+
O: DeliverySpecialDisplayServiceResponse,
|
|
43
|
+
kind: MethodKind.Unary,
|
|
44
|
+
},
|
|
45
|
+
/**
|
|
46
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.RedeliverActiveSpecialDisplayServiceByListAds
|
|
47
|
+
*/
|
|
48
|
+
redeliverActiveSpecialDisplayServiceByListAds: {
|
|
49
|
+
name: "RedeliverActiveSpecialDisplayServiceByListAds",
|
|
50
|
+
I: RedeliverActiveSpecialDisplayServiceByListAdsRequest,
|
|
51
|
+
O: RedeliverActiveSpecialDisplayServiceByListAdsResponse,
|
|
52
|
+
kind: MethodKind.Unary,
|
|
53
|
+
},
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CheckSpecialDisplayAd
|
|
59
|
+
*/
|
|
60
|
+
export const checkSpecialDisplayAd = createQueryService({
|
|
61
|
+
service: LogicUniRevPremiumSpecialDisplayService,
|
|
62
|
+
}).checkSpecialDisplayAd;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CancelSpecialDisplayService
|
|
66
|
+
*/
|
|
67
|
+
export const cancelSpecialDisplayService = createQueryService({
|
|
68
|
+
service: LogicUniRevPremiumSpecialDisplayService,
|
|
69
|
+
}).cancelSpecialDisplayService;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.DeliverySpecialDisplayService
|
|
73
|
+
*/
|
|
74
|
+
export const deliverySpecialDisplayService = createQueryService({
|
|
75
|
+
service: LogicUniRevPremiumSpecialDisplayService,
|
|
76
|
+
}).deliverySpecialDisplayService;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.RedeliverActiveSpecialDisplayServiceByListAds
|
|
80
|
+
*/
|
|
81
|
+
export const redeliverActiveSpecialDisplayServiceByListAds = createQueryService({
|
|
82
|
+
service: LogicUniRevPremiumSpecialDisplayService,
|
|
83
|
+
}).redeliverActiveSpecialDisplayServiceByListAds;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package ct_logic_uni_rev_premium.v1;
|
|
3
|
+
|
|
4
|
+
import "ct-logic-uni-rev-premium/v1/special_display.proto";
|
|
5
|
+
import "google/api/annotations.proto";
|
|
6
|
+
// language specs
|
|
7
|
+
option go_package = "github.com/carousell/ct-grpc-go/pkg/ct-logic-uni-rev-premium;pb";
|
|
8
|
+
|
|
9
|
+
service LogicUniRevPremiumSpecialDisplayService {
|
|
10
|
+
rpc CheckSpecialDisplayAd(CheckSpecialDisplayAdRequest) returns (CheckSpecialDisplayAdResponse) {}
|
|
11
|
+
rpc CancelSpecialDisplayService(CancelSpecialDisplayServiceRequest) returns (CancelSpecialDisplayServiceResponse) {}
|
|
12
|
+
rpc DeliverySpecialDisplayService(DeliverySpecialDisplayServiceRequest) returns (DeliverySpecialDisplayServiceResponse) {
|
|
13
|
+
option (google.api.http) = {
|
|
14
|
+
post: "/delivery/special-display/service"
|
|
15
|
+
body: "*"
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
rpc RedeliverActiveSpecialDisplayServiceByListAds(RedeliverActiveSpecialDisplayServiceByListAdsRequest) returns (RedeliverActiveSpecialDisplayServiceByListAdsResponse) {
|
|
19
|
+
option (google.api.http) = {
|
|
20
|
+
post: "/redeliver/active/special-display/service"
|
|
21
|
+
body: "*"
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.0.0 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/special_display_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { CancelSpecialDisplayServiceRequest, CancelSpecialDisplayServiceResponse, CheckSpecialDisplayAdRequest, CheckSpecialDisplayAdResponse, DeliverySpecialDisplayServiceRequest, DeliverySpecialDisplayServiceResponse, RedeliverActiveSpecialDisplayServiceByListAdsRequest, RedeliverActiveSpecialDisplayServiceByListAdsResponse } from "./special_display_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService
|
|
11
|
+
*/
|
|
12
|
+
export declare const LogicUniRevPremiumSpecialDisplayService: {
|
|
13
|
+
readonly typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService",
|
|
14
|
+
readonly methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CheckSpecialDisplayAd
|
|
17
|
+
*/
|
|
18
|
+
readonly checkSpecialDisplayAd: {
|
|
19
|
+
readonly name: "CheckSpecialDisplayAd",
|
|
20
|
+
readonly I: typeof CheckSpecialDisplayAdRequest,
|
|
21
|
+
readonly O: typeof CheckSpecialDisplayAdResponse,
|
|
22
|
+
readonly kind: MethodKind.Unary,
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CancelSpecialDisplayService
|
|
26
|
+
*/
|
|
27
|
+
readonly cancelSpecialDisplayService: {
|
|
28
|
+
readonly name: "CancelSpecialDisplayService",
|
|
29
|
+
readonly I: typeof CancelSpecialDisplayServiceRequest,
|
|
30
|
+
readonly O: typeof CancelSpecialDisplayServiceResponse,
|
|
31
|
+
readonly kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.DeliverySpecialDisplayService
|
|
35
|
+
*/
|
|
36
|
+
readonly deliverySpecialDisplayService: {
|
|
37
|
+
readonly name: "DeliverySpecialDisplayService",
|
|
38
|
+
readonly I: typeof DeliverySpecialDisplayServiceRequest,
|
|
39
|
+
readonly O: typeof DeliverySpecialDisplayServiceResponse,
|
|
40
|
+
readonly kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.RedeliverActiveSpecialDisplayServiceByListAds
|
|
44
|
+
*/
|
|
45
|
+
readonly redeliverActiveSpecialDisplayServiceByListAds: {
|
|
46
|
+
readonly name: "RedeliverActiveSpecialDisplayServiceByListAds",
|
|
47
|
+
readonly I: typeof RedeliverActiveSpecialDisplayServiceByListAdsRequest,
|
|
48
|
+
readonly O: typeof RedeliverActiveSpecialDisplayServiceByListAdsResponse,
|
|
49
|
+
readonly kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
|