@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,1285 @@
|
|
|
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/ad_delivery.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// @ts-nocheck
|
|
7
|
+
|
|
8
|
+
import type { Any, 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.GetCurrentNetworkRequest
|
|
13
|
+
*/
|
|
14
|
+
export declare class GetCurrentNetworkRequest extends Message<GetCurrentNetworkRequest> {
|
|
15
|
+
constructor(data?: PartialMessage<GetCurrentNetworkRequest>);
|
|
16
|
+
|
|
17
|
+
static readonly runtime: typeof proto3;
|
|
18
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetCurrentNetworkRequest";
|
|
19
|
+
static readonly fields: FieldList;
|
|
20
|
+
|
|
21
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCurrentNetworkRequest;
|
|
22
|
+
|
|
23
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCurrentNetworkRequest;
|
|
24
|
+
|
|
25
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCurrentNetworkRequest;
|
|
26
|
+
|
|
27
|
+
static equals(a: GetCurrentNetworkRequest | PlainMessage<GetCurrentNetworkRequest> | undefined, b: GetCurrentNetworkRequest | PlainMessage<GetCurrentNetworkRequest> | undefined): boolean;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetCurrentNetworkResponse
|
|
32
|
+
*/
|
|
33
|
+
export declare class GetCurrentNetworkResponse extends Message<GetCurrentNetworkResponse> {
|
|
34
|
+
constructor(data?: PartialMessage<GetCurrentNetworkResponse>);
|
|
35
|
+
|
|
36
|
+
static readonly runtime: typeof proto3;
|
|
37
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetCurrentNetworkResponse";
|
|
38
|
+
static readonly fields: FieldList;
|
|
39
|
+
|
|
40
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCurrentNetworkResponse;
|
|
41
|
+
|
|
42
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCurrentNetworkResponse;
|
|
43
|
+
|
|
44
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCurrentNetworkResponse;
|
|
45
|
+
|
|
46
|
+
static equals(a: GetCurrentNetworkResponse | PlainMessage<GetCurrentNetworkResponse> | undefined, b: GetCurrentNetworkResponse | PlainMessage<GetCurrentNetworkResponse> | undefined): boolean;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAdDeliveryMatchedAdRequest
|
|
51
|
+
*/
|
|
52
|
+
export declare class GetAdDeliveryMatchedAdRequest extends Message<GetAdDeliveryMatchedAdRequest> {
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AdDeliveryPageContext page_context = 1;
|
|
55
|
+
*/
|
|
56
|
+
pageContext?: AdDeliveryPageContext;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AdDeliveryUserContext user_context = 2;
|
|
60
|
+
*/
|
|
61
|
+
userContext?: AdDeliveryUserContext;
|
|
62
|
+
|
|
63
|
+
constructor(data?: PartialMessage<GetAdDeliveryMatchedAdRequest>);
|
|
64
|
+
|
|
65
|
+
static readonly runtime: typeof proto3;
|
|
66
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdDeliveryMatchedAdRequest";
|
|
67
|
+
static readonly fields: FieldList;
|
|
68
|
+
|
|
69
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdDeliveryMatchedAdRequest;
|
|
70
|
+
|
|
71
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdDeliveryMatchedAdRequest;
|
|
72
|
+
|
|
73
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdDeliveryMatchedAdRequest;
|
|
74
|
+
|
|
75
|
+
static equals(a: GetAdDeliveryMatchedAdRequest | PlainMessage<GetAdDeliveryMatchedAdRequest> | undefined, b: GetAdDeliveryMatchedAdRequest | PlainMessage<GetAdDeliveryMatchedAdRequest> | undefined): boolean;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAdDeliveryMatchedAdResponse
|
|
80
|
+
*/
|
|
81
|
+
export declare class GetAdDeliveryMatchedAdResponse extends Message<GetAdDeliveryMatchedAdResponse> {
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: string network_code = 1;
|
|
84
|
+
*/
|
|
85
|
+
networkCode: string;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: string gam_ad_unit = 2;
|
|
89
|
+
*/
|
|
90
|
+
gamAdUnit: string;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @generated from field: string native_format_id = 3;
|
|
94
|
+
*/
|
|
95
|
+
nativeFormatId: string;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* @generated from field: repeated int64 list_ad_id = 4;
|
|
99
|
+
*/
|
|
100
|
+
listAdId: bigint[];
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.ListAdIdWithRequest list_ad_id_with_request = 5;
|
|
104
|
+
*/
|
|
105
|
+
listAdIdWithRequest: ListAdIdWithRequest[];
|
|
106
|
+
|
|
107
|
+
constructor(data?: PartialMessage<GetAdDeliveryMatchedAdResponse>);
|
|
108
|
+
|
|
109
|
+
static readonly runtime: typeof proto3;
|
|
110
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAdDeliveryMatchedAdResponse";
|
|
111
|
+
static readonly fields: FieldList;
|
|
112
|
+
|
|
113
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAdDeliveryMatchedAdResponse;
|
|
114
|
+
|
|
115
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAdDeliveryMatchedAdResponse;
|
|
116
|
+
|
|
117
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAdDeliveryMatchedAdResponse;
|
|
118
|
+
|
|
119
|
+
static equals(a: GetAdDeliveryMatchedAdResponse | PlainMessage<GetAdDeliveryMatchedAdResponse> | undefined, b: GetAdDeliveryMatchedAdResponse | PlainMessage<GetAdDeliveryMatchedAdResponse> | undefined): boolean;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ListAdIdWithRequest
|
|
124
|
+
*/
|
|
125
|
+
export declare class ListAdIdWithRequest extends Message<ListAdIdWithRequest> {
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: int64 no_request = 1;
|
|
128
|
+
*/
|
|
129
|
+
noRequest: bigint;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: repeated int64 ad_ids = 2;
|
|
133
|
+
*/
|
|
134
|
+
adIds: bigint[];
|
|
135
|
+
|
|
136
|
+
constructor(data?: PartialMessage<ListAdIdWithRequest>);
|
|
137
|
+
|
|
138
|
+
static readonly runtime: typeof proto3;
|
|
139
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ListAdIdWithRequest";
|
|
140
|
+
static readonly fields: FieldList;
|
|
141
|
+
|
|
142
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListAdIdWithRequest;
|
|
143
|
+
|
|
144
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListAdIdWithRequest;
|
|
145
|
+
|
|
146
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListAdIdWithRequest;
|
|
147
|
+
|
|
148
|
+
static equals(a: ListAdIdWithRequest | PlainMessage<ListAdIdWithRequest> | undefined, b: ListAdIdWithRequest | PlainMessage<ListAdIdWithRequest> | undefined): boolean;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdDeliveryPageContext
|
|
153
|
+
*/
|
|
154
|
+
export declare class AdDeliveryPageContext extends Message<AdDeliveryPageContext> {
|
|
155
|
+
/**
|
|
156
|
+
* @generated from field: repeated int64 region_id = 1;
|
|
157
|
+
*/
|
|
158
|
+
regionId: bigint[];
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: repeated int64 area_id = 2;
|
|
162
|
+
*/
|
|
163
|
+
areaId: bigint[];
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: int64 category_id = 3;
|
|
167
|
+
*/
|
|
168
|
+
categoryId: bigint;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: string price_range = 4;
|
|
172
|
+
*/
|
|
173
|
+
priceRange: string;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from field: string placement = 5;
|
|
177
|
+
*/
|
|
178
|
+
placement: string;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* @generated from field: string screen_name = 6;
|
|
182
|
+
*/
|
|
183
|
+
screenName: string;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: string search_key_word = 7;
|
|
187
|
+
*/
|
|
188
|
+
searchKeyWord: string;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: string page_meta_data = 8;
|
|
192
|
+
*/
|
|
193
|
+
pageMetaData: string;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: map<string, google.protobuf.Any> filter_params = 9;
|
|
197
|
+
*/
|
|
198
|
+
filterParams: { [key: string]: Any };
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* @generated from field: int64 ad_id = 10;
|
|
202
|
+
*/
|
|
203
|
+
adId: bigint;
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* @generated from field: int64 limit = 11;
|
|
207
|
+
*/
|
|
208
|
+
limit: bigint;
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: int64 offset = 12;
|
|
212
|
+
*/
|
|
213
|
+
offset: bigint;
|
|
214
|
+
|
|
215
|
+
constructor(data?: PartialMessage<AdDeliveryPageContext>);
|
|
216
|
+
|
|
217
|
+
static readonly runtime: typeof proto3;
|
|
218
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AdDeliveryPageContext";
|
|
219
|
+
static readonly fields: FieldList;
|
|
220
|
+
|
|
221
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdDeliveryPageContext;
|
|
222
|
+
|
|
223
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdDeliveryPageContext;
|
|
224
|
+
|
|
225
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdDeliveryPageContext;
|
|
226
|
+
|
|
227
|
+
static equals(a: AdDeliveryPageContext | PlainMessage<AdDeliveryPageContext> | undefined, b: AdDeliveryPageContext | PlainMessage<AdDeliveryPageContext> | undefined): boolean;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdDeliveryUserContext
|
|
232
|
+
*/
|
|
233
|
+
export declare class AdDeliveryUserContext extends Message<AdDeliveryUserContext> {
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: int64 account_id = 1;
|
|
236
|
+
*/
|
|
237
|
+
accountId: bigint;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: string fingerprint = 2;
|
|
241
|
+
*/
|
|
242
|
+
fingerprint: string;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @generated from field: string platform = 3;
|
|
246
|
+
*/
|
|
247
|
+
platform: string;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: string device = 4;
|
|
251
|
+
*/
|
|
252
|
+
device: string;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @generated from field: string browser = 5;
|
|
256
|
+
*/
|
|
257
|
+
browser: string;
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string os_version = 6;
|
|
261
|
+
*/
|
|
262
|
+
osVersion: string;
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from field: float longitude = 7;
|
|
266
|
+
*/
|
|
267
|
+
longitude: number;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: float latitude = 8;
|
|
271
|
+
*/
|
|
272
|
+
latitude: number;
|
|
273
|
+
|
|
274
|
+
constructor(data?: PartialMessage<AdDeliveryUserContext>);
|
|
275
|
+
|
|
276
|
+
static readonly runtime: typeof proto3;
|
|
277
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AdDeliveryUserContext";
|
|
278
|
+
static readonly fields: FieldList;
|
|
279
|
+
|
|
280
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdDeliveryUserContext;
|
|
281
|
+
|
|
282
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdDeliveryUserContext;
|
|
283
|
+
|
|
284
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdDeliveryUserContext;
|
|
285
|
+
|
|
286
|
+
static equals(a: AdDeliveryUserContext | PlainMessage<AdDeliveryUserContext> | undefined, b: AdDeliveryUserContext | PlainMessage<AdDeliveryUserContext> | undefined): boolean;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CampaignDeliveryStatusMessage
|
|
291
|
+
*/
|
|
292
|
+
export declare class CampaignDeliveryStatusMessage extends Message<CampaignDeliveryStatusMessage> {
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: string campaign_delivery_id = 1;
|
|
295
|
+
*/
|
|
296
|
+
campaignDeliveryId: string;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @generated from field: int64 ad_id = 2;
|
|
300
|
+
*/
|
|
301
|
+
adId: bigint;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: string status = 3;
|
|
305
|
+
*/
|
|
306
|
+
status: string;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* @generated from field: repeated int64 campaign_region_ids = 4;
|
|
310
|
+
*/
|
|
311
|
+
campaignRegionIds: bigint[];
|
|
312
|
+
|
|
313
|
+
constructor(data?: PartialMessage<CampaignDeliveryStatusMessage>);
|
|
314
|
+
|
|
315
|
+
static readonly runtime: typeof proto3;
|
|
316
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CampaignDeliveryStatusMessage";
|
|
317
|
+
static readonly fields: FieldList;
|
|
318
|
+
|
|
319
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CampaignDeliveryStatusMessage;
|
|
320
|
+
|
|
321
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CampaignDeliveryStatusMessage;
|
|
322
|
+
|
|
323
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CampaignDeliveryStatusMessage;
|
|
324
|
+
|
|
325
|
+
static equals(a: CampaignDeliveryStatusMessage | PlainMessage<CampaignDeliveryStatusMessage> | undefined, b: CampaignDeliveryStatusMessage | PlainMessage<CampaignDeliveryStatusMessage> | undefined): boolean;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CreateCampaignRequest
|
|
330
|
+
*/
|
|
331
|
+
export declare class CreateCampaignRequest extends Message<CreateCampaignRequest> {
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: string package_id = 1;
|
|
334
|
+
*/
|
|
335
|
+
packageId: string;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: string name = 2;
|
|
339
|
+
*/
|
|
340
|
+
name: string;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: string key = 3;
|
|
344
|
+
*/
|
|
345
|
+
key: string;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: string type = 4;
|
|
349
|
+
*/
|
|
350
|
+
type: string;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: int64 order_id = 5;
|
|
354
|
+
*/
|
|
355
|
+
orderId: bigint;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: int64 service_id = 6;
|
|
359
|
+
*/
|
|
360
|
+
serviceId: bigint;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: int64 account_id = 7;
|
|
364
|
+
*/
|
|
365
|
+
accountId: bigint;
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: google.protobuf.Timestamp start_time = 8;
|
|
369
|
+
*/
|
|
370
|
+
startTime?: Timestamp;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @generated from field: google.protobuf.Timestamp end_time = 9;
|
|
374
|
+
*/
|
|
375
|
+
endTime?: Timestamp;
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: string payment_link = 10;
|
|
379
|
+
*/
|
|
380
|
+
paymentLink: string;
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: repeated int64 region_ids = 11;
|
|
384
|
+
*/
|
|
385
|
+
regionIds: bigint[];
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from field: repeated int64 ad_ids = 12;
|
|
389
|
+
*/
|
|
390
|
+
adIds: bigint[];
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.AdConfig ad_configs = 13;
|
|
394
|
+
*/
|
|
395
|
+
adConfigs: AdConfig[];
|
|
396
|
+
|
|
397
|
+
constructor(data?: PartialMessage<CreateCampaignRequest>);
|
|
398
|
+
|
|
399
|
+
static readonly runtime: typeof proto3;
|
|
400
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CreateCampaignRequest";
|
|
401
|
+
static readonly fields: FieldList;
|
|
402
|
+
|
|
403
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateCampaignRequest;
|
|
404
|
+
|
|
405
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateCampaignRequest;
|
|
406
|
+
|
|
407
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateCampaignRequest;
|
|
408
|
+
|
|
409
|
+
static equals(a: CreateCampaignRequest | PlainMessage<CreateCampaignRequest> | undefined, b: CreateCampaignRequest | PlainMessage<CreateCampaignRequest> | undefined): boolean;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdConfig
|
|
414
|
+
*/
|
|
415
|
+
export declare class AdConfig extends Message<AdConfig> {
|
|
416
|
+
/**
|
|
417
|
+
* @generated from field: bool is_high_score = 1;
|
|
418
|
+
*/
|
|
419
|
+
isHighScore: boolean;
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.Benefit benefits = 2;
|
|
423
|
+
*/
|
|
424
|
+
benefits: Benefit[];
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* @generated from field: int64 ad_id = 3;
|
|
428
|
+
*/
|
|
429
|
+
adId: bigint;
|
|
430
|
+
|
|
431
|
+
constructor(data?: PartialMessage<AdConfig>);
|
|
432
|
+
|
|
433
|
+
static readonly runtime: typeof proto3;
|
|
434
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AdConfig";
|
|
435
|
+
static readonly fields: FieldList;
|
|
436
|
+
|
|
437
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdConfig;
|
|
438
|
+
|
|
439
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdConfig;
|
|
440
|
+
|
|
441
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdConfig;
|
|
442
|
+
|
|
443
|
+
static equals(a: AdConfig | PlainMessage<AdConfig> | undefined, b: AdConfig | PlainMessage<AdConfig> | undefined): boolean;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* @generated from message ct_logic_uni_rev_premium.v1.Benefit
|
|
448
|
+
*/
|
|
449
|
+
export declare class Benefit extends Message<Benefit> {
|
|
450
|
+
/**
|
|
451
|
+
* @generated from field: string label = 1;
|
|
452
|
+
*/
|
|
453
|
+
label: string;
|
|
454
|
+
|
|
455
|
+
constructor(data?: PartialMessage<Benefit>);
|
|
456
|
+
|
|
457
|
+
static readonly runtime: typeof proto3;
|
|
458
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.Benefit";
|
|
459
|
+
static readonly fields: FieldList;
|
|
460
|
+
|
|
461
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Benefit;
|
|
462
|
+
|
|
463
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Benefit;
|
|
464
|
+
|
|
465
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Benefit;
|
|
466
|
+
|
|
467
|
+
static equals(a: Benefit | PlainMessage<Benefit> | undefined, b: Benefit | PlainMessage<Benefit> | undefined): boolean;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CreateCampaignResponse
|
|
472
|
+
*/
|
|
473
|
+
export declare class CreateCampaignResponse extends Message<CreateCampaignResponse> {
|
|
474
|
+
/**
|
|
475
|
+
* @generated from field: string campaign_id = 1;
|
|
476
|
+
*/
|
|
477
|
+
campaignId: string;
|
|
478
|
+
|
|
479
|
+
constructor(data?: PartialMessage<CreateCampaignResponse>);
|
|
480
|
+
|
|
481
|
+
static readonly runtime: typeof proto3;
|
|
482
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CreateCampaignResponse";
|
|
483
|
+
static readonly fields: FieldList;
|
|
484
|
+
|
|
485
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateCampaignResponse;
|
|
486
|
+
|
|
487
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateCampaignResponse;
|
|
488
|
+
|
|
489
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateCampaignResponse;
|
|
490
|
+
|
|
491
|
+
static equals(a: CreateCampaignResponse | PlainMessage<CreateCampaignResponse> | undefined, b: CreateCampaignResponse | PlainMessage<CreateCampaignResponse> | undefined): boolean;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateCampaignPaymentStatusRequest
|
|
496
|
+
*/
|
|
497
|
+
export declare class UpdateCampaignPaymentStatusRequest extends Message<UpdateCampaignPaymentStatusRequest> {
|
|
498
|
+
/**
|
|
499
|
+
* @generated from field: string campaign_id = 1;
|
|
500
|
+
*/
|
|
501
|
+
campaignId: string;
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* @generated from field: string order_id = 2;
|
|
505
|
+
*/
|
|
506
|
+
orderId: string;
|
|
507
|
+
|
|
508
|
+
constructor(data?: PartialMessage<UpdateCampaignPaymentStatusRequest>);
|
|
509
|
+
|
|
510
|
+
static readonly runtime: typeof proto3;
|
|
511
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdateCampaignPaymentStatusRequest";
|
|
512
|
+
static readonly fields: FieldList;
|
|
513
|
+
|
|
514
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateCampaignPaymentStatusRequest;
|
|
515
|
+
|
|
516
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateCampaignPaymentStatusRequest;
|
|
517
|
+
|
|
518
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCampaignPaymentStatusRequest;
|
|
519
|
+
|
|
520
|
+
static equals(a: UpdateCampaignPaymentStatusRequest | PlainMessage<UpdateCampaignPaymentStatusRequest> | undefined, b: UpdateCampaignPaymentStatusRequest | PlainMessage<UpdateCampaignPaymentStatusRequest> | undefined): boolean;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateCampaignPaymentStatusResponse
|
|
525
|
+
*/
|
|
526
|
+
export declare class UpdateCampaignPaymentStatusResponse extends Message<UpdateCampaignPaymentStatusResponse> {
|
|
527
|
+
constructor(data?: PartialMessage<UpdateCampaignPaymentStatusResponse>);
|
|
528
|
+
|
|
529
|
+
static readonly runtime: typeof proto3;
|
|
530
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdateCampaignPaymentStatusResponse";
|
|
531
|
+
static readonly fields: FieldList;
|
|
532
|
+
|
|
533
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateCampaignPaymentStatusResponse;
|
|
534
|
+
|
|
535
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateCampaignPaymentStatusResponse;
|
|
536
|
+
|
|
537
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCampaignPaymentStatusResponse;
|
|
538
|
+
|
|
539
|
+
static equals(a: UpdateCampaignPaymentStatusResponse | PlainMessage<UpdateCampaignPaymentStatusResponse> | undefined, b: UpdateCampaignPaymentStatusResponse | PlainMessage<UpdateCampaignPaymentStatusResponse> | undefined): boolean;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateCampaignDeliveryMessage
|
|
544
|
+
*/
|
|
545
|
+
export declare class UpdateCampaignDeliveryMessage extends Message<UpdateCampaignDeliveryMessage> {
|
|
546
|
+
/**
|
|
547
|
+
* @generated from field: int64 account_id = 1;
|
|
548
|
+
*/
|
|
549
|
+
accountId: bigint;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: string action = 2;
|
|
553
|
+
*/
|
|
554
|
+
action: string;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @generated from field: string action_type = 3;
|
|
558
|
+
*/
|
|
559
|
+
actionType: string;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* @generated from field: int64 ad_id = 4;
|
|
563
|
+
*/
|
|
564
|
+
adId: bigint;
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* @generated from field: string ad_type = 5;
|
|
568
|
+
*/
|
|
569
|
+
adType: string;
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* @generated from field: int64 category = 6;
|
|
573
|
+
*/
|
|
574
|
+
category: bigint;
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* @generated from field: bool is_auto_edited = 7;
|
|
578
|
+
*/
|
|
579
|
+
isAutoEdited: boolean;
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* @generated from field: int64 list_id = 8;
|
|
583
|
+
*/
|
|
584
|
+
listId: bigint;
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* @generated from field: int64 region = 9;
|
|
588
|
+
*/
|
|
589
|
+
region: bigint;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* @generated from field: string subject = 10;
|
|
593
|
+
*/
|
|
594
|
+
subject: string;
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AdConfig ad_config = 11;
|
|
598
|
+
*/
|
|
599
|
+
adConfig?: AdConfig;
|
|
600
|
+
|
|
601
|
+
constructor(data?: PartialMessage<UpdateCampaignDeliveryMessage>);
|
|
602
|
+
|
|
603
|
+
static readonly runtime: typeof proto3;
|
|
604
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdateCampaignDeliveryMessage";
|
|
605
|
+
static readonly fields: FieldList;
|
|
606
|
+
|
|
607
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateCampaignDeliveryMessage;
|
|
608
|
+
|
|
609
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateCampaignDeliveryMessage;
|
|
610
|
+
|
|
611
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCampaignDeliveryMessage;
|
|
612
|
+
|
|
613
|
+
static equals(a: UpdateCampaignDeliveryMessage | PlainMessage<UpdateCampaignDeliveryMessage> | undefined, b: UpdateCampaignDeliveryMessage | PlainMessage<UpdateCampaignDeliveryMessage> | undefined): boolean;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPackagesRequest
|
|
618
|
+
*/
|
|
619
|
+
export declare class GetPackagesRequest extends Message<GetPackagesRequest> {
|
|
620
|
+
/**
|
|
621
|
+
* @generated from field: int64 limit = 1;
|
|
622
|
+
*/
|
|
623
|
+
limit: bigint;
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* @generated from field: int64 offset = 2;
|
|
627
|
+
*/
|
|
628
|
+
offset: bigint;
|
|
629
|
+
|
|
630
|
+
constructor(data?: PartialMessage<GetPackagesRequest>);
|
|
631
|
+
|
|
632
|
+
static readonly runtime: typeof proto3;
|
|
633
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPackagesRequest";
|
|
634
|
+
static readonly fields: FieldList;
|
|
635
|
+
|
|
636
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPackagesRequest;
|
|
637
|
+
|
|
638
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPackagesRequest;
|
|
639
|
+
|
|
640
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPackagesRequest;
|
|
641
|
+
|
|
642
|
+
static equals(a: GetPackagesRequest | PlainMessage<GetPackagesRequest> | undefined, b: GetPackagesRequest | PlainMessage<GetPackagesRequest> | undefined): boolean;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
/**
|
|
646
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPackagesResponse
|
|
647
|
+
*/
|
|
648
|
+
export declare class GetPackagesResponse extends Message<GetPackagesResponse> {
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.PackageResponse packages = 1;
|
|
651
|
+
*/
|
|
652
|
+
packages: PackageResponse[];
|
|
653
|
+
|
|
654
|
+
constructor(data?: PartialMessage<GetPackagesResponse>);
|
|
655
|
+
|
|
656
|
+
static readonly runtime: typeof proto3;
|
|
657
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetPackagesResponse";
|
|
658
|
+
static readonly fields: FieldList;
|
|
659
|
+
|
|
660
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetPackagesResponse;
|
|
661
|
+
|
|
662
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetPackagesResponse;
|
|
663
|
+
|
|
664
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetPackagesResponse;
|
|
665
|
+
|
|
666
|
+
static equals(a: GetPackagesResponse | PlainMessage<GetPackagesResponse> | undefined, b: GetPackagesResponse | PlainMessage<GetPackagesResponse> | undefined): boolean;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PackageResponse
|
|
671
|
+
*/
|
|
672
|
+
export declare class PackageResponse extends Message<PackageResponse> {
|
|
673
|
+
/**
|
|
674
|
+
* @generated from field: string id = 1;
|
|
675
|
+
*/
|
|
676
|
+
id: string;
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* @generated from field: string name = 2;
|
|
680
|
+
*/
|
|
681
|
+
name: string;
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* @generated from field: string key = 3;
|
|
685
|
+
*/
|
|
686
|
+
key: string;
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* @generated from field: string type = 4;
|
|
690
|
+
*/
|
|
691
|
+
type: string;
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* @generated from field: int64 price_vnd = 5;
|
|
695
|
+
*/
|
|
696
|
+
priceVnd: bigint;
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* @generated from field: int64 price_credit = 6;
|
|
700
|
+
*/
|
|
701
|
+
priceCredit: bigint;
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* @generated from field: int64 price_promotion = 7;
|
|
705
|
+
*/
|
|
706
|
+
pricePromotion: bigint;
|
|
707
|
+
|
|
708
|
+
/**
|
|
709
|
+
* @generated from field: string status = 8;
|
|
710
|
+
*/
|
|
711
|
+
status: string;
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* @generated from field: google.protobuf.Timestamp created_at = 9;
|
|
715
|
+
*/
|
|
716
|
+
createdAt?: Timestamp;
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 10;
|
|
720
|
+
*/
|
|
721
|
+
updatedAt?: Timestamp;
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.ConditionResponse condition = 11;
|
|
725
|
+
*/
|
|
726
|
+
condition?: ConditionResponse;
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* @generated from field: int64 number_of_ads = 12;
|
|
730
|
+
*/
|
|
731
|
+
numberOfAds: bigint;
|
|
732
|
+
|
|
733
|
+
/**
|
|
734
|
+
* @generated from field: int64 number_of_clicks = 13;
|
|
735
|
+
*/
|
|
736
|
+
numberOfClicks: bigint;
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* @generated from field: int64 duration = 14;
|
|
740
|
+
*/
|
|
741
|
+
duration: bigint;
|
|
742
|
+
|
|
743
|
+
constructor(data?: PartialMessage<PackageResponse>);
|
|
744
|
+
|
|
745
|
+
static readonly runtime: typeof proto3;
|
|
746
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.PackageResponse";
|
|
747
|
+
static readonly fields: FieldList;
|
|
748
|
+
|
|
749
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PackageResponse;
|
|
750
|
+
|
|
751
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PackageResponse;
|
|
752
|
+
|
|
753
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PackageResponse;
|
|
754
|
+
|
|
755
|
+
static equals(a: PackageResponse | PlainMessage<PackageResponse> | undefined, b: PackageResponse | PlainMessage<PackageResponse> | undefined): boolean;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ConditionResponse
|
|
760
|
+
*/
|
|
761
|
+
export declare class ConditionResponse extends Message<ConditionResponse> {
|
|
762
|
+
/**
|
|
763
|
+
* @generated from field: int64 big_category = 1;
|
|
764
|
+
*/
|
|
765
|
+
bigCategory: bigint;
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* @generated from field: repeated int64 category = 2;
|
|
769
|
+
*/
|
|
770
|
+
category: bigint[];
|
|
771
|
+
|
|
772
|
+
constructor(data?: PartialMessage<ConditionResponse>);
|
|
773
|
+
|
|
774
|
+
static readonly runtime: typeof proto3;
|
|
775
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ConditionResponse";
|
|
776
|
+
static readonly fields: FieldList;
|
|
777
|
+
|
|
778
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ConditionResponse;
|
|
779
|
+
|
|
780
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ConditionResponse;
|
|
781
|
+
|
|
782
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ConditionResponse;
|
|
783
|
+
|
|
784
|
+
static equals(a: ConditionResponse | PlainMessage<ConditionResponse> | undefined, b: ConditionResponse | PlainMessage<ConditionResponse> | undefined): boolean;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetCampaignsRequest
|
|
789
|
+
*/
|
|
790
|
+
export declare class GetCampaignsRequest extends Message<GetCampaignsRequest> {
|
|
791
|
+
/**
|
|
792
|
+
* @generated from field: int64 limit = 1;
|
|
793
|
+
*/
|
|
794
|
+
limit: bigint;
|
|
795
|
+
|
|
796
|
+
/**
|
|
797
|
+
* @generated from field: int64 offset = 2;
|
|
798
|
+
*/
|
|
799
|
+
offset: bigint;
|
|
800
|
+
|
|
801
|
+
constructor(data?: PartialMessage<GetCampaignsRequest>);
|
|
802
|
+
|
|
803
|
+
static readonly runtime: typeof proto3;
|
|
804
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetCampaignsRequest";
|
|
805
|
+
static readonly fields: FieldList;
|
|
806
|
+
|
|
807
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCampaignsRequest;
|
|
808
|
+
|
|
809
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCampaignsRequest;
|
|
810
|
+
|
|
811
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCampaignsRequest;
|
|
812
|
+
|
|
813
|
+
static equals(a: GetCampaignsRequest | PlainMessage<GetCampaignsRequest> | undefined, b: GetCampaignsRequest | PlainMessage<GetCampaignsRequest> | undefined): boolean;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
/**
|
|
817
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetCampaignsResponse
|
|
818
|
+
*/
|
|
819
|
+
export declare class GetCampaignsResponse extends Message<GetCampaignsResponse> {
|
|
820
|
+
/**
|
|
821
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.CampaignWithCampaignDeliveries campaigns = 1;
|
|
822
|
+
*/
|
|
823
|
+
campaigns: CampaignWithCampaignDeliveries[];
|
|
824
|
+
|
|
825
|
+
constructor(data?: PartialMessage<GetCampaignsResponse>);
|
|
826
|
+
|
|
827
|
+
static readonly runtime: typeof proto3;
|
|
828
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetCampaignsResponse";
|
|
829
|
+
static readonly fields: FieldList;
|
|
830
|
+
|
|
831
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCampaignsResponse;
|
|
832
|
+
|
|
833
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCampaignsResponse;
|
|
834
|
+
|
|
835
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCampaignsResponse;
|
|
836
|
+
|
|
837
|
+
static equals(a: GetCampaignsResponse | PlainMessage<GetCampaignsResponse> | undefined, b: GetCampaignsResponse | PlainMessage<GetCampaignsResponse> | undefined): boolean;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CampaignWithCampaignDeliveries
|
|
842
|
+
*/
|
|
843
|
+
export declare class CampaignWithCampaignDeliveries extends Message<CampaignWithCampaignDeliveries> {
|
|
844
|
+
/**
|
|
845
|
+
* @generated from field: string id = 1;
|
|
846
|
+
*/
|
|
847
|
+
id: string;
|
|
848
|
+
|
|
849
|
+
/**
|
|
850
|
+
* @generated from field: string package_id = 2;
|
|
851
|
+
*/
|
|
852
|
+
packageId: string;
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* @generated from field: string name = 3;
|
|
856
|
+
*/
|
|
857
|
+
name: string;
|
|
858
|
+
|
|
859
|
+
/**
|
|
860
|
+
* @generated from field: string key = 4;
|
|
861
|
+
*/
|
|
862
|
+
key: string;
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* @generated from field: string type = 5;
|
|
866
|
+
*/
|
|
867
|
+
type: string;
|
|
868
|
+
|
|
869
|
+
/**
|
|
870
|
+
* @generated from field: int64 order_id = 6;
|
|
871
|
+
*/
|
|
872
|
+
orderId: bigint;
|
|
873
|
+
|
|
874
|
+
/**
|
|
875
|
+
* @generated from field: int64 service_id = 7;
|
|
876
|
+
*/
|
|
877
|
+
serviceId: bigint;
|
|
878
|
+
|
|
879
|
+
/**
|
|
880
|
+
* @generated from field: int64 account_id = 8;
|
|
881
|
+
*/
|
|
882
|
+
accountId: bigint;
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* @generated from field: string status = 9;
|
|
886
|
+
*/
|
|
887
|
+
status: string;
|
|
888
|
+
|
|
889
|
+
/**
|
|
890
|
+
* @generated from field: string payment_status = 10;
|
|
891
|
+
*/
|
|
892
|
+
paymentStatus: string;
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* @generated from field: google.protobuf.Timestamp start_time = 11;
|
|
896
|
+
*/
|
|
897
|
+
startTime?: Timestamp;
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* @generated from field: google.protobuf.Timestamp end_time = 12;
|
|
901
|
+
*/
|
|
902
|
+
endTime?: Timestamp;
|
|
903
|
+
|
|
904
|
+
/**
|
|
905
|
+
* @generated from field: repeated int64 region_ids = 13;
|
|
906
|
+
*/
|
|
907
|
+
regionIds: bigint[];
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.CampaignDelivery campaign_deliveries = 14;
|
|
911
|
+
*/
|
|
912
|
+
campaignDeliveries: CampaignDelivery[];
|
|
913
|
+
|
|
914
|
+
constructor(data?: PartialMessage<CampaignWithCampaignDeliveries>);
|
|
915
|
+
|
|
916
|
+
static readonly runtime: typeof proto3;
|
|
917
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CampaignWithCampaignDeliveries";
|
|
918
|
+
static readonly fields: FieldList;
|
|
919
|
+
|
|
920
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CampaignWithCampaignDeliveries;
|
|
921
|
+
|
|
922
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CampaignWithCampaignDeliveries;
|
|
923
|
+
|
|
924
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CampaignWithCampaignDeliveries;
|
|
925
|
+
|
|
926
|
+
static equals(a: CampaignWithCampaignDeliveries | PlainMessage<CampaignWithCampaignDeliveries> | undefined, b: CampaignWithCampaignDeliveries | PlainMessage<CampaignWithCampaignDeliveries> | undefined): boolean;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
/**
|
|
930
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CampaignDelivery
|
|
931
|
+
*/
|
|
932
|
+
export declare class CampaignDelivery extends Message<CampaignDelivery> {
|
|
933
|
+
/**
|
|
934
|
+
* @generated from field: string id = 1;
|
|
935
|
+
*/
|
|
936
|
+
id: string;
|
|
937
|
+
|
|
938
|
+
/**
|
|
939
|
+
* @generated from field: int64 ad_id = 2;
|
|
940
|
+
*/
|
|
941
|
+
adId: bigint;
|
|
942
|
+
|
|
943
|
+
/**
|
|
944
|
+
* @generated from field: string campaign_id = 3;
|
|
945
|
+
*/
|
|
946
|
+
campaignId: string;
|
|
947
|
+
|
|
948
|
+
/**
|
|
949
|
+
* @generated from field: int64 list_id = 4;
|
|
950
|
+
*/
|
|
951
|
+
listId: bigint;
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* @generated from field: int64 gam_line_item_id = 5;
|
|
955
|
+
*/
|
|
956
|
+
gamLineItemId: bigint;
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* @generated from field: int64 gam_creative_id = 6;
|
|
960
|
+
*/
|
|
961
|
+
gamCreativeId: bigint;
|
|
962
|
+
|
|
963
|
+
/**
|
|
964
|
+
* @generated from field: string status = 7;
|
|
965
|
+
*/
|
|
966
|
+
status: string;
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* @generated from field: google.protobuf.Timestamp created_at = 8;
|
|
970
|
+
*/
|
|
971
|
+
createdAt?: Timestamp;
|
|
972
|
+
|
|
973
|
+
/**
|
|
974
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 9;
|
|
975
|
+
*/
|
|
976
|
+
updatedAt?: Timestamp;
|
|
977
|
+
|
|
978
|
+
/**
|
|
979
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AdConfig ad_config = 10;
|
|
980
|
+
*/
|
|
981
|
+
adConfig?: AdConfig;
|
|
982
|
+
|
|
983
|
+
constructor(data?: PartialMessage<CampaignDelivery>);
|
|
984
|
+
|
|
985
|
+
static readonly runtime: typeof proto3;
|
|
986
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CampaignDelivery";
|
|
987
|
+
static readonly fields: FieldList;
|
|
988
|
+
|
|
989
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CampaignDelivery;
|
|
990
|
+
|
|
991
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CampaignDelivery;
|
|
992
|
+
|
|
993
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CampaignDelivery;
|
|
994
|
+
|
|
995
|
+
static equals(a: CampaignDelivery | PlainMessage<CampaignDelivery> | undefined, b: CampaignDelivery | PlainMessage<CampaignDelivery> | undefined): boolean;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
/**
|
|
999
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PauseCampaignRequest
|
|
1000
|
+
*/
|
|
1001
|
+
export declare class PauseCampaignRequest extends Message<PauseCampaignRequest> {
|
|
1002
|
+
/**
|
|
1003
|
+
* @generated from field: string campaign_id = 1;
|
|
1004
|
+
*/
|
|
1005
|
+
campaignId: string;
|
|
1006
|
+
|
|
1007
|
+
constructor(data?: PartialMessage<PauseCampaignRequest>);
|
|
1008
|
+
|
|
1009
|
+
static readonly runtime: typeof proto3;
|
|
1010
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.PauseCampaignRequest";
|
|
1011
|
+
static readonly fields: FieldList;
|
|
1012
|
+
|
|
1013
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PauseCampaignRequest;
|
|
1014
|
+
|
|
1015
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PauseCampaignRequest;
|
|
1016
|
+
|
|
1017
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PauseCampaignRequest;
|
|
1018
|
+
|
|
1019
|
+
static equals(a: PauseCampaignRequest | PlainMessage<PauseCampaignRequest> | undefined, b: PauseCampaignRequest | PlainMessage<PauseCampaignRequest> | undefined): boolean;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PauseCampaignResponse
|
|
1024
|
+
*/
|
|
1025
|
+
export declare class PauseCampaignResponse extends Message<PauseCampaignResponse> {
|
|
1026
|
+
constructor(data?: PartialMessage<PauseCampaignResponse>);
|
|
1027
|
+
|
|
1028
|
+
static readonly runtime: typeof proto3;
|
|
1029
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.PauseCampaignResponse";
|
|
1030
|
+
static readonly fields: FieldList;
|
|
1031
|
+
|
|
1032
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PauseCampaignResponse;
|
|
1033
|
+
|
|
1034
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PauseCampaignResponse;
|
|
1035
|
+
|
|
1036
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PauseCampaignResponse;
|
|
1037
|
+
|
|
1038
|
+
static equals(a: PauseCampaignResponse | PlainMessage<PauseCampaignResponse> | undefined, b: PauseCampaignResponse | PlainMessage<PauseCampaignResponse> | undefined): boolean;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PauseCampaignDeliveryRequest
|
|
1043
|
+
*/
|
|
1044
|
+
export declare class PauseCampaignDeliveryRequest extends Message<PauseCampaignDeliveryRequest> {
|
|
1045
|
+
/**
|
|
1046
|
+
* @generated from field: string campaign_delivery_id = 1;
|
|
1047
|
+
*/
|
|
1048
|
+
campaignDeliveryId: string;
|
|
1049
|
+
|
|
1050
|
+
constructor(data?: PartialMessage<PauseCampaignDeliveryRequest>);
|
|
1051
|
+
|
|
1052
|
+
static readonly runtime: typeof proto3;
|
|
1053
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.PauseCampaignDeliveryRequest";
|
|
1054
|
+
static readonly fields: FieldList;
|
|
1055
|
+
|
|
1056
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PauseCampaignDeliveryRequest;
|
|
1057
|
+
|
|
1058
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PauseCampaignDeliveryRequest;
|
|
1059
|
+
|
|
1060
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PauseCampaignDeliveryRequest;
|
|
1061
|
+
|
|
1062
|
+
static equals(a: PauseCampaignDeliveryRequest | PlainMessage<PauseCampaignDeliveryRequest> | undefined, b: PauseCampaignDeliveryRequest | PlainMessage<PauseCampaignDeliveryRequest> | undefined): boolean;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PauseCampaignDeliveryResponse
|
|
1067
|
+
*/
|
|
1068
|
+
export declare class PauseCampaignDeliveryResponse extends Message<PauseCampaignDeliveryResponse> {
|
|
1069
|
+
constructor(data?: PartialMessage<PauseCampaignDeliveryResponse>);
|
|
1070
|
+
|
|
1071
|
+
static readonly runtime: typeof proto3;
|
|
1072
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.PauseCampaignDeliveryResponse";
|
|
1073
|
+
static readonly fields: FieldList;
|
|
1074
|
+
|
|
1075
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PauseCampaignDeliveryResponse;
|
|
1076
|
+
|
|
1077
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PauseCampaignDeliveryResponse;
|
|
1078
|
+
|
|
1079
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PauseCampaignDeliveryResponse;
|
|
1080
|
+
|
|
1081
|
+
static equals(a: PauseCampaignDeliveryResponse | PlainMessage<PauseCampaignDeliveryResponse> | undefined, b: PauseCampaignDeliveryResponse | PlainMessage<PauseCampaignDeliveryResponse> | undefined): boolean;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
/**
|
|
1085
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelCampaignDeliveryRequest
|
|
1086
|
+
*/
|
|
1087
|
+
export declare class CancelCampaignDeliveryRequest extends Message<CancelCampaignDeliveryRequest> {
|
|
1088
|
+
/**
|
|
1089
|
+
* @generated from field: string campaign_delivery_id = 1;
|
|
1090
|
+
*/
|
|
1091
|
+
campaignDeliveryId: string;
|
|
1092
|
+
|
|
1093
|
+
constructor(data?: PartialMessage<CancelCampaignDeliveryRequest>);
|
|
1094
|
+
|
|
1095
|
+
static readonly runtime: typeof proto3;
|
|
1096
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CancelCampaignDeliveryRequest";
|
|
1097
|
+
static readonly fields: FieldList;
|
|
1098
|
+
|
|
1099
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelCampaignDeliveryRequest;
|
|
1100
|
+
|
|
1101
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelCampaignDeliveryRequest;
|
|
1102
|
+
|
|
1103
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelCampaignDeliveryRequest;
|
|
1104
|
+
|
|
1105
|
+
static equals(a: CancelCampaignDeliveryRequest | PlainMessage<CancelCampaignDeliveryRequest> | undefined, b: CancelCampaignDeliveryRequest | PlainMessage<CancelCampaignDeliveryRequest> | undefined): boolean;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelCampaignDeliveryResponse
|
|
1110
|
+
*/
|
|
1111
|
+
export declare class CancelCampaignDeliveryResponse extends Message<CancelCampaignDeliveryResponse> {
|
|
1112
|
+
constructor(data?: PartialMessage<CancelCampaignDeliveryResponse>);
|
|
1113
|
+
|
|
1114
|
+
static readonly runtime: typeof proto3;
|
|
1115
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CancelCampaignDeliveryResponse";
|
|
1116
|
+
static readonly fields: FieldList;
|
|
1117
|
+
|
|
1118
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelCampaignDeliveryResponse;
|
|
1119
|
+
|
|
1120
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelCampaignDeliveryResponse;
|
|
1121
|
+
|
|
1122
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelCampaignDeliveryResponse;
|
|
1123
|
+
|
|
1124
|
+
static equals(a: CancelCampaignDeliveryResponse | PlainMessage<CancelCampaignDeliveryResponse> | undefined, b: CancelCampaignDeliveryResponse | PlainMessage<CancelCampaignDeliveryResponse> | undefined): boolean;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CreateCampaignDeliveryRequest
|
|
1129
|
+
*/
|
|
1130
|
+
export declare class CreateCampaignDeliveryRequest extends Message<CreateCampaignDeliveryRequest> {
|
|
1131
|
+
/**
|
|
1132
|
+
* @generated from field: string campaign_id = 1;
|
|
1133
|
+
*/
|
|
1134
|
+
campaignId: string;
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* @generated from field: int64 ad_id = 2;
|
|
1138
|
+
*/
|
|
1139
|
+
adId: bigint;
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AdConfig ad_config = 3;
|
|
1143
|
+
*/
|
|
1144
|
+
adConfig?: AdConfig;
|
|
1145
|
+
|
|
1146
|
+
constructor(data?: PartialMessage<CreateCampaignDeliveryRequest>);
|
|
1147
|
+
|
|
1148
|
+
static readonly runtime: typeof proto3;
|
|
1149
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CreateCampaignDeliveryRequest";
|
|
1150
|
+
static readonly fields: FieldList;
|
|
1151
|
+
|
|
1152
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateCampaignDeliveryRequest;
|
|
1153
|
+
|
|
1154
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateCampaignDeliveryRequest;
|
|
1155
|
+
|
|
1156
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateCampaignDeliveryRequest;
|
|
1157
|
+
|
|
1158
|
+
static equals(a: CreateCampaignDeliveryRequest | PlainMessage<CreateCampaignDeliveryRequest> | undefined, b: CreateCampaignDeliveryRequest | PlainMessage<CreateCampaignDeliveryRequest> | undefined): boolean;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
/**
|
|
1162
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CreateCampaignDeliveryResponse
|
|
1163
|
+
*/
|
|
1164
|
+
export declare class CreateCampaignDeliveryResponse extends Message<CreateCampaignDeliveryResponse> {
|
|
1165
|
+
/**
|
|
1166
|
+
* @generated from field: string campaign_delivery_id = 1;
|
|
1167
|
+
*/
|
|
1168
|
+
campaignDeliveryId: string;
|
|
1169
|
+
|
|
1170
|
+
constructor(data?: PartialMessage<CreateCampaignDeliveryResponse>);
|
|
1171
|
+
|
|
1172
|
+
static readonly runtime: typeof proto3;
|
|
1173
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CreateCampaignDeliveryResponse";
|
|
1174
|
+
static readonly fields: FieldList;
|
|
1175
|
+
|
|
1176
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateCampaignDeliveryResponse;
|
|
1177
|
+
|
|
1178
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateCampaignDeliveryResponse;
|
|
1179
|
+
|
|
1180
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateCampaignDeliveryResponse;
|
|
1181
|
+
|
|
1182
|
+
static equals(a: CreateCampaignDeliveryResponse | PlainMessage<CreateCampaignDeliveryResponse> | undefined, b: CreateCampaignDeliveryResponse | PlainMessage<CreateCampaignDeliveryResponse> | undefined): boolean;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateCampaignDeliveryAdInfoRequest
|
|
1187
|
+
*/
|
|
1188
|
+
export declare class UpdateCampaignDeliveryAdInfoRequest extends Message<UpdateCampaignDeliveryAdInfoRequest> {
|
|
1189
|
+
/**
|
|
1190
|
+
* @generated from field: string campaign_delivery_id = 1;
|
|
1191
|
+
*/
|
|
1192
|
+
campaignDeliveryId: string;
|
|
1193
|
+
|
|
1194
|
+
/**
|
|
1195
|
+
* @generated from field: int64 ad_id = 2;
|
|
1196
|
+
*/
|
|
1197
|
+
adId: bigint;
|
|
1198
|
+
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AdConfig ad_config = 3;
|
|
1201
|
+
*/
|
|
1202
|
+
adConfig?: AdConfig;
|
|
1203
|
+
|
|
1204
|
+
constructor(data?: PartialMessage<UpdateCampaignDeliveryAdInfoRequest>);
|
|
1205
|
+
|
|
1206
|
+
static readonly runtime: typeof proto3;
|
|
1207
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdateCampaignDeliveryAdInfoRequest";
|
|
1208
|
+
static readonly fields: FieldList;
|
|
1209
|
+
|
|
1210
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateCampaignDeliveryAdInfoRequest;
|
|
1211
|
+
|
|
1212
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateCampaignDeliveryAdInfoRequest;
|
|
1213
|
+
|
|
1214
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCampaignDeliveryAdInfoRequest;
|
|
1215
|
+
|
|
1216
|
+
static equals(a: UpdateCampaignDeliveryAdInfoRequest | PlainMessage<UpdateCampaignDeliveryAdInfoRequest> | undefined, b: UpdateCampaignDeliveryAdInfoRequest | PlainMessage<UpdateCampaignDeliveryAdInfoRequest> | undefined): boolean;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateCampaignDeliveryAdInfoResponse
|
|
1221
|
+
*/
|
|
1222
|
+
export declare class UpdateCampaignDeliveryAdInfoResponse extends Message<UpdateCampaignDeliveryAdInfoResponse> {
|
|
1223
|
+
constructor(data?: PartialMessage<UpdateCampaignDeliveryAdInfoResponse>);
|
|
1224
|
+
|
|
1225
|
+
static readonly runtime: typeof proto3;
|
|
1226
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdateCampaignDeliveryAdInfoResponse";
|
|
1227
|
+
static readonly fields: FieldList;
|
|
1228
|
+
|
|
1229
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateCampaignDeliveryAdInfoResponse;
|
|
1230
|
+
|
|
1231
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateCampaignDeliveryAdInfoResponse;
|
|
1232
|
+
|
|
1233
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCampaignDeliveryAdInfoResponse;
|
|
1234
|
+
|
|
1235
|
+
static equals(a: UpdateCampaignDeliveryAdInfoResponse | PlainMessage<UpdateCampaignDeliveryAdInfoResponse> | undefined, b: UpdateCampaignDeliveryAdInfoResponse | PlainMessage<UpdateCampaignDeliveryAdInfoResponse> | undefined): boolean;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
/**
|
|
1239
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetCampaignRequest
|
|
1240
|
+
*/
|
|
1241
|
+
export declare class GetCampaignRequest extends Message<GetCampaignRequest> {
|
|
1242
|
+
/**
|
|
1243
|
+
* @generated from field: string id = 1;
|
|
1244
|
+
*/
|
|
1245
|
+
id: string;
|
|
1246
|
+
|
|
1247
|
+
constructor(data?: PartialMessage<GetCampaignRequest>);
|
|
1248
|
+
|
|
1249
|
+
static readonly runtime: typeof proto3;
|
|
1250
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetCampaignRequest";
|
|
1251
|
+
static readonly fields: FieldList;
|
|
1252
|
+
|
|
1253
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCampaignRequest;
|
|
1254
|
+
|
|
1255
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCampaignRequest;
|
|
1256
|
+
|
|
1257
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCampaignRequest;
|
|
1258
|
+
|
|
1259
|
+
static equals(a: GetCampaignRequest | PlainMessage<GetCampaignRequest> | undefined, b: GetCampaignRequest | PlainMessage<GetCampaignRequest> | undefined): boolean;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
/**
|
|
1263
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetCampaignResponse
|
|
1264
|
+
*/
|
|
1265
|
+
export declare class GetCampaignResponse extends Message<GetCampaignResponse> {
|
|
1266
|
+
/**
|
|
1267
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.CampaignWithCampaignDeliveries campaign = 1;
|
|
1268
|
+
*/
|
|
1269
|
+
campaign?: CampaignWithCampaignDeliveries;
|
|
1270
|
+
|
|
1271
|
+
constructor(data?: PartialMessage<GetCampaignResponse>);
|
|
1272
|
+
|
|
1273
|
+
static readonly runtime: typeof proto3;
|
|
1274
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetCampaignResponse";
|
|
1275
|
+
static readonly fields: FieldList;
|
|
1276
|
+
|
|
1277
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetCampaignResponse;
|
|
1278
|
+
|
|
1279
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetCampaignResponse;
|
|
1280
|
+
|
|
1281
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetCampaignResponse;
|
|
1282
|
+
|
|
1283
|
+
static equals(a: GetCampaignResponse | PlainMessage<GetCampaignResponse> | undefined, b: GetCampaignResponse | PlainMessage<GetCampaignResponse> | undefined): boolean;
|
|
1284
|
+
}
|
|
1285
|
+
|