@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,1463 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/sticky_adinfo.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
7
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from message ct_logic_uni_rev_premium.v1.LabelCampaignInfoAdListingRecord
|
|
11
|
+
*/
|
|
12
|
+
export declare class LabelCampaignInfoAdListingRecord extends Message<LabelCampaignInfoAdListingRecord> {
|
|
13
|
+
/**
|
|
14
|
+
* @generated from field: string campaign_uuid = 1;
|
|
15
|
+
*/
|
|
16
|
+
campaignUuid: string;
|
|
17
|
+
|
|
18
|
+
constructor(data?: PartialMessage<LabelCampaignInfoAdListingRecord>);
|
|
19
|
+
|
|
20
|
+
static readonly runtime: typeof proto3;
|
|
21
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.LabelCampaignInfoAdListingRecord";
|
|
22
|
+
static readonly fields: FieldList;
|
|
23
|
+
|
|
24
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LabelCampaignInfoAdListingRecord;
|
|
25
|
+
|
|
26
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LabelCampaignInfoAdListingRecord;
|
|
27
|
+
|
|
28
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LabelCampaignInfoAdListingRecord;
|
|
29
|
+
|
|
30
|
+
static equals(a: LabelCampaignInfoAdListingRecord | PlainMessage<LabelCampaignInfoAdListingRecord> | undefined, b: LabelCampaignInfoAdListingRecord | PlainMessage<LabelCampaignInfoAdListingRecord> | undefined): boolean;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from message ct_logic_uni_rev_premium.v1.Params
|
|
35
|
+
*/
|
|
36
|
+
export declare class Params extends Message<Params> {
|
|
37
|
+
/**
|
|
38
|
+
* @generated from field: optional string address = 1;
|
|
39
|
+
*/
|
|
40
|
+
address?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from field: optional int64 apartment_type = 2;
|
|
44
|
+
*/
|
|
45
|
+
apartmentType?: bigint;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: optional float areawithwall = 3;
|
|
49
|
+
*/
|
|
50
|
+
areawithwall?: number;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @generated from field: optional int64 balconydirection = 4;
|
|
54
|
+
*/
|
|
55
|
+
balconydirection?: bigint;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* @generated from field: optional int64 bedrooms = 5;
|
|
59
|
+
*/
|
|
60
|
+
bedrooms?: bigint;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: optional string block = 6;
|
|
64
|
+
*/
|
|
65
|
+
block?: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @generated from field: optional int64 carbrand = 7;
|
|
69
|
+
*/
|
|
70
|
+
carbrand?: bigint;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from field: optional int64 carcolor = 8;
|
|
74
|
+
*/
|
|
75
|
+
carcolor?: bigint;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @generated from field: optional int64 carmodel = 9;
|
|
79
|
+
*/
|
|
80
|
+
carmodel?: bigint;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: optional int64 carorigin = 10;
|
|
84
|
+
*/
|
|
85
|
+
carorigin?: bigint;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @generated from field: optional int64 carseats = 11;
|
|
89
|
+
*/
|
|
90
|
+
carseats?: bigint;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @generated from field: optional int64 cartype = 12;
|
|
94
|
+
*/
|
|
95
|
+
cartype?: bigint;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* @generated from field: optional int64 commercial_type = 13;
|
|
99
|
+
*/
|
|
100
|
+
commercialType?: bigint;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @generated from field: optional int64 desktop_screen_size = 14;
|
|
104
|
+
*/
|
|
105
|
+
desktopScreenSize?: bigint;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @generated from field: optional int64 direction = 15;
|
|
109
|
+
*/
|
|
110
|
+
direction?: bigint;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: optional int64 elt_cellular_type = 16;
|
|
114
|
+
*/
|
|
115
|
+
eltCellularType?: bigint;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @generated from field: optional int64 elt_condition = 17;
|
|
119
|
+
*/
|
|
120
|
+
eltCondition?: bigint;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @generated from field: optional int64 elt_lock = 18;
|
|
124
|
+
*/
|
|
125
|
+
eltLock?: bigint;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @generated from field: optional int64 elt_warranty = 19;
|
|
129
|
+
*/
|
|
130
|
+
eltWarranty?: bigint;
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from field: optional int64 floornumber = 20;
|
|
134
|
+
*/
|
|
135
|
+
floornumber?: bigint;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: optional int64 floors = 21;
|
|
139
|
+
*/
|
|
140
|
+
floors?: bigint;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from field: optional int64 fuel = 22;
|
|
144
|
+
*/
|
|
145
|
+
fuel?: bigint;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: optional string furnish = 23;
|
|
149
|
+
*/
|
|
150
|
+
furnish?: string;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from field: optional int64 gearbox = 24;
|
|
154
|
+
*/
|
|
155
|
+
gearbox?: bigint;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: optional bool giveaway = 25;
|
|
159
|
+
*/
|
|
160
|
+
giveaway?: boolean;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* @generated from field: optional int64 landarea = 26;
|
|
164
|
+
*/
|
|
165
|
+
landarea?: bigint;
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @generated from field: optional int64 landed_type = 27;
|
|
169
|
+
*/
|
|
170
|
+
landedType?: bigint;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from field: optional int64 laptop_screen_size = 28;
|
|
174
|
+
*/
|
|
175
|
+
laptopScreenSize?: bigint;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: optional int64 mfdate = 29;
|
|
179
|
+
*/
|
|
180
|
+
mfdate?: bigint;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: optional int64 mileage = 30;
|
|
184
|
+
*/
|
|
185
|
+
mileage?: bigint;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* @generated from field: optional int64 mobile_brand = 31;
|
|
189
|
+
*/
|
|
190
|
+
mobileBrand?: bigint;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* @generated from field: optional int64 mobile_capacity = 32;
|
|
194
|
+
*/
|
|
195
|
+
mobileCapacity?: bigint;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @generated from field: optional int64 mobile_color = 33;
|
|
199
|
+
*/
|
|
200
|
+
mobileColor?: bigint;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: optional int64 mobile_model = 34;
|
|
204
|
+
*/
|
|
205
|
+
mobileModel?: bigint;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: optional int64 mobile_type = 35;
|
|
209
|
+
*/
|
|
210
|
+
mobileType?: bigint;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: optional int64 motorbikebrand = 36;
|
|
214
|
+
*/
|
|
215
|
+
motorbikebrand?: bigint;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: optional int64 motorbikecapacity = 37;
|
|
219
|
+
*/
|
|
220
|
+
motorbikecapacity?: bigint;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: optional int64 motorbikemodel = 38;
|
|
224
|
+
*/
|
|
225
|
+
motorbikemodel?: bigint;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @generated from field: optional int64 motorbiketype = 39;
|
|
229
|
+
*/
|
|
230
|
+
motorbiketype?: bigint;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @generated from field: optional bool owner = 40;
|
|
234
|
+
*/
|
|
235
|
+
owner?: boolean;
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @generated from field: optional int64 pc_brand = 41;
|
|
239
|
+
*/
|
|
240
|
+
pcBrand?: bigint;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @generated from field: optional int64 pc_cpu = 42;
|
|
244
|
+
*/
|
|
245
|
+
pcCpu?: bigint;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: optional int64 pc_drive_capacity = 43;
|
|
249
|
+
*/
|
|
250
|
+
pcDriveCapacity?: bigint;
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* @generated from field: optional int64 pc_drive_type = 44;
|
|
254
|
+
*/
|
|
255
|
+
pcDriveType?: bigint;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: optional int64 pc_model = 45;
|
|
259
|
+
*/
|
|
260
|
+
pcModel?: bigint;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @generated from field: optional int64 pc_ram = 46;
|
|
264
|
+
*/
|
|
265
|
+
pcRam?: bigint;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: optional int64 pc_vga = 47;
|
|
269
|
+
*/
|
|
270
|
+
pcVga?: bigint;
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* @generated from field: optional string plate = 48;
|
|
274
|
+
*/
|
|
275
|
+
plate?: string;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* @generated from field: optional int64 projectid = 49;
|
|
279
|
+
*/
|
|
280
|
+
projectid?: bigint;
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @generated from field: optional string projectimages = 50;
|
|
284
|
+
*/
|
|
285
|
+
projectimages?: string;
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* @generated from field: optional int64 regdate = 51;
|
|
289
|
+
*/
|
|
290
|
+
regdate?: bigint;
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* @generated from field: optional int64 rooms = 52;
|
|
294
|
+
*/
|
|
295
|
+
rooms?: bigint;
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* @generated from field: optional string selfdriveoption = 53;
|
|
299
|
+
*/
|
|
300
|
+
selfdriveoption?: string;
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @generated from field: optional float size = 54;
|
|
304
|
+
*/
|
|
305
|
+
size?: number;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: optional int64 tablet_brand = 55;
|
|
309
|
+
*/
|
|
310
|
+
tabletBrand?: bigint;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* @generated from field: optional int64 tablet_capacity = 56;
|
|
314
|
+
*/
|
|
315
|
+
tabletCapacity?: bigint;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* @generated from field: optional int64 tablet_model = 57;
|
|
319
|
+
*/
|
|
320
|
+
tabletModel?: bigint;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: optional int64 tablet_screen_size = 58;
|
|
324
|
+
*/
|
|
325
|
+
tabletScreenSize?: bigint;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: optional int64 toilets = 59;
|
|
329
|
+
*/
|
|
330
|
+
toilets?: bigint;
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: optional bool trade = 60;
|
|
334
|
+
*/
|
|
335
|
+
trade?: boolean;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: optional string unitnumber = 61;
|
|
339
|
+
*/
|
|
340
|
+
unitnumber?: string;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: optional float usagearea = 62;
|
|
344
|
+
*/
|
|
345
|
+
usagearea?: number;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: optional string zipcode = 63;
|
|
349
|
+
*/
|
|
350
|
+
zipcode?: string;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: optional int64 area = 64;
|
|
354
|
+
*/
|
|
355
|
+
area?: bigint;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: optional int64 condition_ad = 65;
|
|
359
|
+
*/
|
|
360
|
+
conditionAd?: bigint;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: optional string seller_addr = 66;
|
|
364
|
+
*/
|
|
365
|
+
sellerAddr?: string;
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: optional string payment_delivery = 67;
|
|
369
|
+
*/
|
|
370
|
+
paymentDelivery?: string;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @generated from field: optional string source = 68;
|
|
374
|
+
*/
|
|
375
|
+
source?: string;
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: optional int64 prev_action_id = 69;
|
|
379
|
+
*/
|
|
380
|
+
prevActionId?: bigint;
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: optional float longitude = 70;
|
|
384
|
+
*/
|
|
385
|
+
longitude?: number;
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from field: optional float latitude = 71;
|
|
389
|
+
*/
|
|
390
|
+
latitude?: number;
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from field: optional int64 deviation = 72;
|
|
394
|
+
*/
|
|
395
|
+
deviation?: bigint;
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* @generated from field: optional int64 consumer = 73;
|
|
399
|
+
*/
|
|
400
|
+
consumer?: bigint;
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* @generated from field: optional int64 property_status = 74;
|
|
404
|
+
*/
|
|
405
|
+
propertyStatus?: bigint;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: optional int64 property_legal_document = 75;
|
|
409
|
+
*/
|
|
410
|
+
propertyLegalDocument?: bigint;
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* @generated from field: optional int64 property_road_condition = 76;
|
|
414
|
+
*/
|
|
415
|
+
propertyRoadCondition?: bigint;
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* @generated from field: optional int64 property_back_condition = 77;
|
|
419
|
+
*/
|
|
420
|
+
propertyBackCondition?: bigint;
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* @generated from field: repeated int64 pty_characteristics = 78;
|
|
424
|
+
*/
|
|
425
|
+
ptyCharacteristics: bigint[];
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* @generated from field: optional int64 evehicletype = 79;
|
|
429
|
+
*/
|
|
430
|
+
evehicletype?: bigint;
|
|
431
|
+
|
|
432
|
+
/**
|
|
433
|
+
* @generated from field: optional int64 evehiclebrand = 80;
|
|
434
|
+
*/
|
|
435
|
+
evehiclebrand?: bigint;
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* @generated from field: optional int64 evehicleorigin = 81;
|
|
439
|
+
*/
|
|
440
|
+
evehicleorigin?: bigint;
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* @generated from field: optional int64 vehicleguarantee = 82;
|
|
444
|
+
*/
|
|
445
|
+
vehicleguarantee?: bigint;
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: optional int64 vehiclecolor = 83;
|
|
449
|
+
*/
|
|
450
|
+
vehiclecolor?: bigint;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* @generated from field: optional int64 evehiclemotor = 84;
|
|
454
|
+
*/
|
|
455
|
+
evehiclemotor?: bigint;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: optional int64 ovehicletype = 85;
|
|
459
|
+
*/
|
|
460
|
+
ovehicletype?: bigint;
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @generated from field: optional int64 truckbrand = 86;
|
|
464
|
+
*/
|
|
465
|
+
truckbrand?: bigint;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @generated from field: optional int64 truckweight = 87;
|
|
469
|
+
*/
|
|
470
|
+
truckweight?: bigint;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* @generated from field: optional int64 svehicletype = 88;
|
|
474
|
+
*/
|
|
475
|
+
svehicletype?: bigint;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* @generated from field: optional int64 busslot = 89;
|
|
479
|
+
*/
|
|
480
|
+
busslot?: bigint;
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* @generated from field: optional int64 ovehicleorigin = 90;
|
|
484
|
+
*/
|
|
485
|
+
ovehicleorigin?: bigint;
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* @generated from field: optional int64 bicycletype = 91;
|
|
489
|
+
*/
|
|
490
|
+
bicycletype?: bigint;
|
|
491
|
+
|
|
492
|
+
/**
|
|
493
|
+
* @generated from field: optional int64 bicyclesport = 92;
|
|
494
|
+
*/
|
|
495
|
+
bicyclesport?: bigint;
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* @generated from field: optional int64 bicyclebrand = 93;
|
|
499
|
+
*/
|
|
500
|
+
bicyclebrand?: bigint;
|
|
501
|
+
|
|
502
|
+
/**
|
|
503
|
+
* @generated from field: optional int64 bicycleorigin = 94;
|
|
504
|
+
*/
|
|
505
|
+
bicycleorigin?: bigint;
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: optional int64 bicyclesize = 95;
|
|
509
|
+
*/
|
|
510
|
+
bicyclesize?: bigint;
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* @generated from field: optional int64 bicyclematerial = 96;
|
|
514
|
+
*/
|
|
515
|
+
bicyclematerial?: bigint;
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: optional int64 itemconsumer = 97;
|
|
519
|
+
*/
|
|
520
|
+
itemconsumer?: bigint;
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: optional string preferred_job_type = 98;
|
|
524
|
+
*/
|
|
525
|
+
preferredJobType?: string;
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @generated from field: optional int64 working_experience = 99;
|
|
529
|
+
*/
|
|
530
|
+
workingExperience?: bigint;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* @generated from field: optional int64 birthday = 100;
|
|
534
|
+
*/
|
|
535
|
+
birthday?: bigint;
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* @generated from field: optional int64 gender = 101;
|
|
539
|
+
*/
|
|
540
|
+
gender?: bigint;
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* @generated from field: optional int64 contract_type = 102;
|
|
544
|
+
*/
|
|
545
|
+
contractType?: bigint;
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* @generated from field: optional int64 job_type = 103;
|
|
549
|
+
*/
|
|
550
|
+
jobType?: bigint;
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* @generated from field: optional int64 salary_type = 104;
|
|
554
|
+
*/
|
|
555
|
+
salaryType?: bigint;
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* @generated from field: optional int64 min_salary = 105;
|
|
559
|
+
*/
|
|
560
|
+
minSalary?: bigint;
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* @generated from field: optional int64 max_salary = 106;
|
|
564
|
+
*/
|
|
565
|
+
maxSalary?: bigint;
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* @generated from field: optional int64 preferred_working_experience = 107;
|
|
569
|
+
*/
|
|
570
|
+
preferredWorkingExperience?: bigint;
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* @generated from field: optional int64 preferred_gender = 108;
|
|
574
|
+
*/
|
|
575
|
+
preferredGender?: bigint;
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* @generated from field: optional int64 product_id = 109;
|
|
579
|
+
*/
|
|
580
|
+
productId?: bigint;
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* @generated from field: optional int64 region_v2 = 110;
|
|
584
|
+
*/
|
|
585
|
+
regionV2?: bigint;
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* @generated from field: optional int64 area_v2 = 111;
|
|
589
|
+
*/
|
|
590
|
+
areaV2?: bigint;
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* @generated from field: optional int64 ward = 112;
|
|
594
|
+
*/
|
|
595
|
+
ward?: bigint;
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: optional int64 mileage_v2 = 113;
|
|
599
|
+
*/
|
|
600
|
+
mileageV2?: bigint;
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* @generated from field: optional string street_number = 114;
|
|
604
|
+
*/
|
|
605
|
+
streetNumber?: string;
|
|
606
|
+
|
|
607
|
+
/**
|
|
608
|
+
* @generated from field: optional int64 street_id = 115;
|
|
609
|
+
*/
|
|
610
|
+
streetId?: bigint;
|
|
611
|
+
|
|
612
|
+
/**
|
|
613
|
+
* @generated from field: optional string detail_address = 116;
|
|
614
|
+
*/
|
|
615
|
+
detailAddress?: string;
|
|
616
|
+
|
|
617
|
+
/**
|
|
618
|
+
* @generated from field: optional int64 auvi_type = 117;
|
|
619
|
+
*/
|
|
620
|
+
auviType?: bigint;
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* @generated from field: optional int64 auvi_brand = 118;
|
|
624
|
+
*/
|
|
625
|
+
auviBrand?: bigint;
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: optional int64 auvi_resolution = 119;
|
|
629
|
+
*/
|
|
630
|
+
auviResolution?: bigint;
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* @generated from field: optional int64 auvi_internet = 120;
|
|
634
|
+
*/
|
|
635
|
+
auviInternet?: bigint;
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* @generated from field: optional int64 accessories_class = 121;
|
|
639
|
+
*/
|
|
640
|
+
accessoriesClass?: bigint;
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* @generated from field: optional int64 accessories_type = 122;
|
|
644
|
+
*/
|
|
645
|
+
accessoriesType?: bigint;
|
|
646
|
+
|
|
647
|
+
/**
|
|
648
|
+
* @generated from field: optional int64 component_class = 123;
|
|
649
|
+
*/
|
|
650
|
+
componentClass?: bigint;
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* @generated from field: optional int64 component_type = 124;
|
|
654
|
+
*/
|
|
655
|
+
componentType?: bigint;
|
|
656
|
+
|
|
657
|
+
/**
|
|
658
|
+
* @generated from field: optional int64 swatch_brand = 125;
|
|
659
|
+
*/
|
|
660
|
+
swatchBrand?: bigint;
|
|
661
|
+
|
|
662
|
+
/**
|
|
663
|
+
* @generated from field: optional int64 swatch_model = 126;
|
|
664
|
+
*/
|
|
665
|
+
swatchModel?: bigint;
|
|
666
|
+
|
|
667
|
+
/**
|
|
668
|
+
* @generated from field: optional int64 swatch_type = 127;
|
|
669
|
+
*/
|
|
670
|
+
swatchType?: bigint;
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* @generated from field: optional int64 collection_type = 128;
|
|
674
|
+
*/
|
|
675
|
+
collectionType?: bigint;
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* @generated from field: optional int64 instrument_type = 129;
|
|
679
|
+
*/
|
|
680
|
+
instrumentType?: bigint;
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* @generated from field: optional string company_name = 130;
|
|
684
|
+
*/
|
|
685
|
+
companyName?: string;
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: optional int64 fridgebrand = 131;
|
|
689
|
+
*/
|
|
690
|
+
fridgebrand?: bigint;
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* @generated from field: optional int64 fridgevolume = 132;
|
|
694
|
+
*/
|
|
695
|
+
fridgevolume?: bigint;
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* @generated from field: optional int64 airconbrand = 133;
|
|
699
|
+
*/
|
|
700
|
+
airconbrand?: bigint;
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* @generated from field: optional int64 airconcapacity = 134;
|
|
704
|
+
*/
|
|
705
|
+
airconcapacity?: bigint;
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
* @generated from field: optional int64 washingmachinebrand = 135;
|
|
709
|
+
*/
|
|
710
|
+
washingmachinebrand?: bigint;
|
|
711
|
+
|
|
712
|
+
/**
|
|
713
|
+
* @generated from field: optional int64 washingmachineloadingposition = 136;
|
|
714
|
+
*/
|
|
715
|
+
washingmachineloadingposition?: bigint;
|
|
716
|
+
|
|
717
|
+
/**
|
|
718
|
+
* @generated from field: optional int64 washingmachineweight = 137;
|
|
719
|
+
*/
|
|
720
|
+
washingmachineweight?: bigint;
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* @generated from field: optional int64 parts_accessories_type = 138;
|
|
724
|
+
*/
|
|
725
|
+
partsAccessoriesType?: bigint;
|
|
726
|
+
|
|
727
|
+
/**
|
|
728
|
+
* @generated from field: optional int64 vacancies = 139;
|
|
729
|
+
*/
|
|
730
|
+
vacancies?: bigint;
|
|
731
|
+
|
|
732
|
+
/**
|
|
733
|
+
* @generated from field: optional string benefits = 140;
|
|
734
|
+
*/
|
|
735
|
+
benefits?: string;
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* @generated from field: optional int64 education = 141;
|
|
739
|
+
*/
|
|
740
|
+
education?: bigint;
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
* @generated from field: optional int64 preferred_education = 142;
|
|
744
|
+
*/
|
|
745
|
+
preferredEducation?: bigint;
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* @generated from field: optional string skills = 143;
|
|
749
|
+
*/
|
|
750
|
+
skills?: string;
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* @generated from field: optional int64 min_age = 144;
|
|
754
|
+
*/
|
|
755
|
+
minAge?: bigint;
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* @generated from field: optional int64 max_age = 145;
|
|
759
|
+
*/
|
|
760
|
+
maxAge?: bigint;
|
|
761
|
+
|
|
762
|
+
/**
|
|
763
|
+
* @generated from field: optional int64 house_type = 146;
|
|
764
|
+
*/
|
|
765
|
+
houseType?: bigint;
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* @generated from field: optional int64 land_type = 147;
|
|
769
|
+
*/
|
|
770
|
+
landType?: bigint;
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* @generated from field: optional int64 size_unit = 148;
|
|
774
|
+
*/
|
|
775
|
+
sizeUnit?: bigint;
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: optional int64 streetnumber_display = 149;
|
|
779
|
+
*/
|
|
780
|
+
streetnumberDisplay?: bigint;
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* @generated from field: optional int64 unitnumber_display = 150;
|
|
784
|
+
*/
|
|
785
|
+
unitnumberDisplay?: bigint;
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* @generated from field: optional int64 furnishing_sell = 151;
|
|
789
|
+
*/
|
|
790
|
+
furnishingSell?: bigint;
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* @generated from field: optional int64 furnishing_rent = 152;
|
|
794
|
+
*/
|
|
795
|
+
furnishingRent?: bigint;
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: optional float width = 153;
|
|
799
|
+
*/
|
|
800
|
+
width?: number;
|
|
801
|
+
|
|
802
|
+
/**
|
|
803
|
+
* @generated from field: optional float length = 154;
|
|
804
|
+
*/
|
|
805
|
+
length?: number;
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* @generated from field: optional float living_size = 155;
|
|
809
|
+
*/
|
|
810
|
+
livingSize?: number;
|
|
811
|
+
|
|
812
|
+
/**
|
|
813
|
+
* @generated from field: optional int64 deposit = 156;
|
|
814
|
+
*/
|
|
815
|
+
deposit?: bigint;
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: optional int64 apartment_feature = 157;
|
|
819
|
+
*/
|
|
820
|
+
apartmentFeature?: bigint;
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* @generated from field: optional int64 service_sendvideo = 158;
|
|
824
|
+
*/
|
|
825
|
+
serviceSendvideo?: bigint;
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* @generated from field: optional int64 land_feature = 159;
|
|
829
|
+
*/
|
|
830
|
+
landFeature?: bigint;
|
|
831
|
+
|
|
832
|
+
/**
|
|
833
|
+
* @generated from field: optional int64 tivi_type = 160;
|
|
834
|
+
*/
|
|
835
|
+
tiviType?: bigint;
|
|
836
|
+
|
|
837
|
+
/**
|
|
838
|
+
* @generated from field: optional int64 tivi_display_resolution = 161;
|
|
839
|
+
*/
|
|
840
|
+
tiviDisplayResolution?: bigint;
|
|
841
|
+
|
|
842
|
+
/**
|
|
843
|
+
* @generated from field: optional int64 speaker_type = 162;
|
|
844
|
+
*/
|
|
845
|
+
speakerType?: bigint;
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* @generated from field: optional int64 speaker_capacity = 163;
|
|
849
|
+
*/
|
|
850
|
+
speakerCapacity?: bigint;
|
|
851
|
+
|
|
852
|
+
/**
|
|
853
|
+
* @generated from field: optional int64 stereo_origin = 164;
|
|
854
|
+
*/
|
|
855
|
+
stereoOrigin?: bigint;
|
|
856
|
+
|
|
857
|
+
/**
|
|
858
|
+
* @generated from field: optional int64 stereo_capacity = 165;
|
|
859
|
+
*/
|
|
860
|
+
stereoCapacity?: bigint;
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* @generated from field: optional int64 amply_origin = 166;
|
|
864
|
+
*/
|
|
865
|
+
amplyOrigin?: bigint;
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* @generated from field: optional int64 amply_sound_capacity = 167;
|
|
869
|
+
*/
|
|
870
|
+
amplySoundCapacity?: bigint;
|
|
871
|
+
|
|
872
|
+
/**
|
|
873
|
+
* @generated from field: optional int64 camera_type = 168;
|
|
874
|
+
*/
|
|
875
|
+
cameraType?: bigint;
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* @generated from field: optional int64 camera_brand = 169;
|
|
879
|
+
*/
|
|
880
|
+
cameraBrand?: bigint;
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
* @generated from field: optional int64 video_camera_brand = 170;
|
|
884
|
+
*/
|
|
885
|
+
videoCameraBrand?: bigint;
|
|
886
|
+
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: optional int64 lens_brand = 171;
|
|
889
|
+
*/
|
|
890
|
+
lensBrand?: bigint;
|
|
891
|
+
|
|
892
|
+
/**
|
|
893
|
+
* @generated from field: optional int64 pet_breed = 172;
|
|
894
|
+
*/
|
|
895
|
+
petBreed?: bigint;
|
|
896
|
+
|
|
897
|
+
/**
|
|
898
|
+
* @generated from field: optional int64 pet_age = 173;
|
|
899
|
+
*/
|
|
900
|
+
petAge?: bigint;
|
|
901
|
+
|
|
902
|
+
/**
|
|
903
|
+
* @generated from field: optional int64 pet_size = 174;
|
|
904
|
+
*/
|
|
905
|
+
petSize?: bigint;
|
|
906
|
+
|
|
907
|
+
/**
|
|
908
|
+
* @generated from field: optional int64 pet_gender = 175;
|
|
909
|
+
*/
|
|
910
|
+
petGender?: bigint;
|
|
911
|
+
|
|
912
|
+
/**
|
|
913
|
+
* @generated from field: optional int64 product_type = 176;
|
|
914
|
+
*/
|
|
915
|
+
productType?: bigint;
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* @generated from field: optional int64 product_material = 177;
|
|
919
|
+
*/
|
|
920
|
+
productMaterial?: bigint;
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* @generated from field: optional int64 product_brand = 178;
|
|
924
|
+
*/
|
|
925
|
+
productBrand?: bigint;
|
|
926
|
+
|
|
927
|
+
/**
|
|
928
|
+
* @generated from field: optional int64 product_size = 179;
|
|
929
|
+
*/
|
|
930
|
+
productSize?: bigint;
|
|
931
|
+
|
|
932
|
+
/**
|
|
933
|
+
* @generated from field: optional bool shop_to_chotot_free = 180;
|
|
934
|
+
*/
|
|
935
|
+
shopToChototFree?: boolean;
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* @generated from field: optional string company_logo = 181;
|
|
939
|
+
*/
|
|
940
|
+
companyLogo?: string;
|
|
941
|
+
|
|
942
|
+
/**
|
|
943
|
+
* @generated from field: optional string shop_name = 182;
|
|
944
|
+
*/
|
|
945
|
+
shopName?: string;
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* @generated from field: optional int64 veh_warranty = 183;
|
|
949
|
+
*/
|
|
950
|
+
vehWarranty?: bigint;
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
* @generated from field: optional int64 veh_insurance = 184;
|
|
954
|
+
*/
|
|
955
|
+
vehInsurance?: bigint;
|
|
956
|
+
|
|
957
|
+
/**
|
|
958
|
+
* @generated from field: optional int64 food_type = 185;
|
|
959
|
+
*/
|
|
960
|
+
foodType?: bigint;
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* @generated from field: optional string food_subtype = 186;
|
|
964
|
+
*/
|
|
965
|
+
foodSubtype?: string;
|
|
966
|
+
|
|
967
|
+
/**
|
|
968
|
+
* @generated from field: optional string street_name = 187;
|
|
969
|
+
*/
|
|
970
|
+
streetName?: string;
|
|
971
|
+
|
|
972
|
+
/**
|
|
973
|
+
* @generated from field: optional int64 motorbikeorigin = 188;
|
|
974
|
+
*/
|
|
975
|
+
motorbikeorigin?: bigint;
|
|
976
|
+
|
|
977
|
+
/**
|
|
978
|
+
* @generated from field: optional int64 elt_origin = 189;
|
|
979
|
+
*/
|
|
980
|
+
eltOrigin?: bigint;
|
|
981
|
+
|
|
982
|
+
/**
|
|
983
|
+
* @generated from field: optional int64 food_origin = 190;
|
|
984
|
+
*/
|
|
985
|
+
foodOrigin?: bigint;
|
|
986
|
+
|
|
987
|
+
/**
|
|
988
|
+
* @generated from field: optional int64 veh_accessories_origin = 191;
|
|
989
|
+
*/
|
|
990
|
+
vehAccessoriesOrigin?: bigint;
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* @generated from field: optional int64 furniture_origin = 192;
|
|
994
|
+
*/
|
|
995
|
+
furnitureOrigin?: bigint;
|
|
996
|
+
|
|
997
|
+
/**
|
|
998
|
+
* @generated from field: optional int64 instrument_origin = 193;
|
|
999
|
+
*/
|
|
1000
|
+
instrumentOrigin?: bigint;
|
|
1001
|
+
|
|
1002
|
+
/**
|
|
1003
|
+
* @generated from field: optional int64 screen_cv = 194;
|
|
1004
|
+
*/
|
|
1005
|
+
screenCv?: bigint;
|
|
1006
|
+
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from field: optional int64 require_portrait_photo = 195;
|
|
1009
|
+
*/
|
|
1010
|
+
requirePortraitPhoto?: bigint;
|
|
1011
|
+
|
|
1012
|
+
/**
|
|
1013
|
+
* @generated from field: optional int64 number_of_owners = 196;
|
|
1014
|
+
*/
|
|
1015
|
+
numberOfOwners?: bigint;
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* @generated from field: optional int64 include_accessories = 197;
|
|
1019
|
+
*/
|
|
1020
|
+
includeAccessories?: bigint;
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* @generated from field: optional int64 valid_registration = 198;
|
|
1024
|
+
*/
|
|
1025
|
+
validRegistration?: bigint;
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from field: optional string screening_question1 = 199;
|
|
1029
|
+
*/
|
|
1030
|
+
screeningQuestion1?: string;
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* @generated from field: optional string screening_question2 = 200;
|
|
1034
|
+
*/
|
|
1035
|
+
screeningQuestion2?: string;
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* @generated from field: optional string screening_question3 = 201;
|
|
1039
|
+
*/
|
|
1040
|
+
screeningQuestion3?: string;
|
|
1041
|
+
|
|
1042
|
+
constructor(data?: PartialMessage<Params>);
|
|
1043
|
+
|
|
1044
|
+
static readonly runtime: typeof proto3;
|
|
1045
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.Params";
|
|
1046
|
+
static readonly fields: FieldList;
|
|
1047
|
+
|
|
1048
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Params;
|
|
1049
|
+
|
|
1050
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Params;
|
|
1051
|
+
|
|
1052
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Params;
|
|
1053
|
+
|
|
1054
|
+
static equals(a: Params | PlainMessage<Params> | undefined, b: Params | PlainMessage<Params> | undefined): boolean;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AlternativeParams
|
|
1059
|
+
*/
|
|
1060
|
+
export declare class AlternativeParams extends Message<AlternativeParams> {
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from field: optional string location = 1;
|
|
1063
|
+
*/
|
|
1064
|
+
location?: string;
|
|
1065
|
+
|
|
1066
|
+
/**
|
|
1067
|
+
* @generated from field: optional string location_v2 = 2;
|
|
1068
|
+
*/
|
|
1069
|
+
locationV2?: string;
|
|
1070
|
+
|
|
1071
|
+
/**
|
|
1072
|
+
* @generated from field: optional int64 sort_min_salary = 3;
|
|
1073
|
+
*/
|
|
1074
|
+
sortMinSalary?: bigint;
|
|
1075
|
+
|
|
1076
|
+
/**
|
|
1077
|
+
* @generated from field: optional int64 sort_max_salary = 4;
|
|
1078
|
+
*/
|
|
1079
|
+
sortMaxSalary?: bigint;
|
|
1080
|
+
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from field: repeated int64 arr_preferred_job_type = 5;
|
|
1083
|
+
*/
|
|
1084
|
+
arrPreferredJobType: bigint[];
|
|
1085
|
+
|
|
1086
|
+
/**
|
|
1087
|
+
* @generated from field: optional float price_million_per_m2 = 6;
|
|
1088
|
+
*/
|
|
1089
|
+
priceMillionPerM2?: number;
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* @generated from field: optional string plate_filter = 7;
|
|
1093
|
+
*/
|
|
1094
|
+
plateFilter?: string;
|
|
1095
|
+
|
|
1096
|
+
constructor(data?: PartialMessage<AlternativeParams>);
|
|
1097
|
+
|
|
1098
|
+
static readonly runtime: typeof proto3;
|
|
1099
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AlternativeParams";
|
|
1100
|
+
static readonly fields: FieldList;
|
|
1101
|
+
|
|
1102
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AlternativeParams;
|
|
1103
|
+
|
|
1104
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AlternativeParams;
|
|
1105
|
+
|
|
1106
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AlternativeParams;
|
|
1107
|
+
|
|
1108
|
+
static equals(a: AlternativeParams | PlainMessage<AlternativeParams> | undefined, b: AlternativeParams | PlainMessage<AlternativeParams> | undefined): boolean;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
/**
|
|
1112
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DecoratedParams
|
|
1113
|
+
*/
|
|
1114
|
+
export declare class DecoratedParams extends Message<DecoratedParams> {
|
|
1115
|
+
/**
|
|
1116
|
+
* decorated params
|
|
1117
|
+
*
|
|
1118
|
+
* @generated from field: optional bool protection_entitlement = 1;
|
|
1119
|
+
*/
|
|
1120
|
+
protectionEntitlement?: boolean;
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
* @generated from field: optional string hagtag = 2;
|
|
1124
|
+
*/
|
|
1125
|
+
hagtag?: string;
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.LabelCampaignInfoAdListingRecord label_campaigns = 3;
|
|
1129
|
+
*/
|
|
1130
|
+
labelCampaigns: LabelCampaignInfoAdListingRecord[];
|
|
1131
|
+
|
|
1132
|
+
/**
|
|
1133
|
+
* vertical's decorated params
|
|
1134
|
+
*
|
|
1135
|
+
* @generated from field: optional string escrow_config_id = 4;
|
|
1136
|
+
*/
|
|
1137
|
+
escrowConfigId?: string;
|
|
1138
|
+
|
|
1139
|
+
/**
|
|
1140
|
+
* @generated from field: optional int64 escrow_can_deposit = 5;
|
|
1141
|
+
*/
|
|
1142
|
+
escrowCanDeposit?: bigint;
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* @generated from field: optional bool escrow_can_delivery = 6;
|
|
1146
|
+
*/
|
|
1147
|
+
escrowCanDelivery?: boolean;
|
|
1148
|
+
|
|
1149
|
+
/**
|
|
1150
|
+
* @generated from field: optional int64 escrow_wallet_wise = 7;
|
|
1151
|
+
*/
|
|
1152
|
+
escrowWalletWise?: bigint;
|
|
1153
|
+
|
|
1154
|
+
/**
|
|
1155
|
+
* @generated from field: optional bool escrow_can_cod = 8;
|
|
1156
|
+
*/
|
|
1157
|
+
escrowCanCod?: boolean;
|
|
1158
|
+
|
|
1159
|
+
/**
|
|
1160
|
+
* @generated from field: optional bool escrow_can_buy_now = 9;
|
|
1161
|
+
*/
|
|
1162
|
+
escrowCanBuyNow?: boolean;
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* @generated from field: optional int64 pty_jupiter = 10;
|
|
1166
|
+
*/
|
|
1167
|
+
ptyJupiter?: bigint;
|
|
1168
|
+
|
|
1169
|
+
/**
|
|
1170
|
+
* @generated from field: optional int64 veh_inspected = 11;
|
|
1171
|
+
*/
|
|
1172
|
+
vehInspected?: bigint;
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* @generated from field: optional string inspection_report_url = 12;
|
|
1176
|
+
*/
|
|
1177
|
+
inspectionReportUrl?: string;
|
|
1178
|
+
|
|
1179
|
+
/**
|
|
1180
|
+
* @generated from field: repeated string inspection_images = 13;
|
|
1181
|
+
*/
|
|
1182
|
+
inspectionImages: string[];
|
|
1183
|
+
|
|
1184
|
+
/**
|
|
1185
|
+
* @generated from field: optional int64 job_urgent_recruit_enabled = 14;
|
|
1186
|
+
*/
|
|
1187
|
+
jobUrgentRecruitEnabled?: bigint;
|
|
1188
|
+
|
|
1189
|
+
/**
|
|
1190
|
+
* @generated from field: optional int64 gds_inspected = 15;
|
|
1191
|
+
*/
|
|
1192
|
+
gdsInspected?: bigint;
|
|
1193
|
+
|
|
1194
|
+
/**
|
|
1195
|
+
* @generated from field: optional int64 official_store = 16;
|
|
1196
|
+
*/
|
|
1197
|
+
officialStore?: bigint;
|
|
1198
|
+
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from field: optional bool veh_inspection_enable = 17;
|
|
1201
|
+
*/
|
|
1202
|
+
vehInspectionEnable?: boolean;
|
|
1203
|
+
|
|
1204
|
+
/**
|
|
1205
|
+
* @generated from field: optional string veh_inspection_config_id = 18;
|
|
1206
|
+
*/
|
|
1207
|
+
vehInspectionConfigId?: string;
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* @generated from field: optional int64 inspection_report_created_at = 19;
|
|
1211
|
+
*/
|
|
1212
|
+
inspectionReportCreatedAt?: bigint;
|
|
1213
|
+
|
|
1214
|
+
/**
|
|
1215
|
+
* @generated from field: optional int64 calculated_score = 20;
|
|
1216
|
+
*/
|
|
1217
|
+
calculatedScore?: bigint;
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* @generated from field: optional int64 total_score = 21;
|
|
1221
|
+
*/
|
|
1222
|
+
totalScore?: bigint;
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* @generated from field: optional int64 odo = 22;
|
|
1226
|
+
*/
|
|
1227
|
+
odo?: bigint;
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* data team's decorated params
|
|
1231
|
+
*
|
|
1232
|
+
* @generated from field: optional string similar_ad_subject = 23;
|
|
1233
|
+
*/
|
|
1234
|
+
similarAdSubject?: string;
|
|
1235
|
+
|
|
1236
|
+
/**
|
|
1237
|
+
* @generated from field: optional string similar_ad_params = 24;
|
|
1238
|
+
*/
|
|
1239
|
+
similarAdParams?: string;
|
|
1240
|
+
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from field: optional bool is_ad_delivery = 25;
|
|
1243
|
+
*/
|
|
1244
|
+
isAdDelivery?: boolean;
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* @generated from field: repeated int64 campaign_regions = 26;
|
|
1248
|
+
*/
|
|
1249
|
+
campaignRegions: bigint[];
|
|
1250
|
+
|
|
1251
|
+
constructor(data?: PartialMessage<DecoratedParams>);
|
|
1252
|
+
|
|
1253
|
+
static readonly runtime: typeof proto3;
|
|
1254
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.DecoratedParams";
|
|
1255
|
+
static readonly fields: FieldList;
|
|
1256
|
+
|
|
1257
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DecoratedParams;
|
|
1258
|
+
|
|
1259
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DecoratedParams;
|
|
1260
|
+
|
|
1261
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DecoratedParams;
|
|
1262
|
+
|
|
1263
|
+
static equals(a: DecoratedParams | PlainMessage<DecoratedParams> | undefined, b: DecoratedParams | PlainMessage<DecoratedParams> | undefined): boolean;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdInfo
|
|
1268
|
+
*/
|
|
1269
|
+
export declare class AdInfo extends Message<AdInfo> {
|
|
1270
|
+
/**
|
|
1271
|
+
* @generated from field: int64 ad_id = 1;
|
|
1272
|
+
*/
|
|
1273
|
+
adId: bigint;
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from field: optional int64 list_id = 2;
|
|
1277
|
+
*/
|
|
1278
|
+
listId?: bigint;
|
|
1279
|
+
|
|
1280
|
+
/**
|
|
1281
|
+
* @generated from field: int64 list_time = 3;
|
|
1282
|
+
*/
|
|
1283
|
+
listTime: bigint;
|
|
1284
|
+
|
|
1285
|
+
/**
|
|
1286
|
+
* @generated from field: string status = 4;
|
|
1287
|
+
*/
|
|
1288
|
+
status: string;
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* @generated from field: string state = 5;
|
|
1292
|
+
*/
|
|
1293
|
+
state: string;
|
|
1294
|
+
|
|
1295
|
+
/**
|
|
1296
|
+
* @generated from field: int64 state_id = 6;
|
|
1297
|
+
*/
|
|
1298
|
+
stateId: bigint;
|
|
1299
|
+
|
|
1300
|
+
/**
|
|
1301
|
+
* @generated from field: string type = 7;
|
|
1302
|
+
*/
|
|
1303
|
+
type: string;
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* @generated from field: string account_name = 8;
|
|
1307
|
+
*/
|
|
1308
|
+
accountName: string;
|
|
1309
|
+
|
|
1310
|
+
/**
|
|
1311
|
+
* @generated from field: string phone = 9;
|
|
1312
|
+
*/
|
|
1313
|
+
phone: string;
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* @generated from field: int64 region = 10;
|
|
1317
|
+
*/
|
|
1318
|
+
region: bigint;
|
|
1319
|
+
|
|
1320
|
+
/**
|
|
1321
|
+
* @generated from field: int64 city = 11;
|
|
1322
|
+
*/
|
|
1323
|
+
city: bigint;
|
|
1324
|
+
|
|
1325
|
+
/**
|
|
1326
|
+
* @generated from field: int64 category = 12;
|
|
1327
|
+
*/
|
|
1328
|
+
category: bigint;
|
|
1329
|
+
|
|
1330
|
+
/**
|
|
1331
|
+
* @generated from field: bool phone_hidden = 13;
|
|
1332
|
+
*/
|
|
1333
|
+
phoneHidden: boolean;
|
|
1334
|
+
|
|
1335
|
+
/**
|
|
1336
|
+
* @generated from field: bool company_ad = 14;
|
|
1337
|
+
*/
|
|
1338
|
+
companyAd: boolean;
|
|
1339
|
+
|
|
1340
|
+
/**
|
|
1341
|
+
* @generated from field: string subject = 15;
|
|
1342
|
+
*/
|
|
1343
|
+
subject: string;
|
|
1344
|
+
|
|
1345
|
+
/**
|
|
1346
|
+
* @generated from field: optional string body = 16;
|
|
1347
|
+
*/
|
|
1348
|
+
body?: string;
|
|
1349
|
+
|
|
1350
|
+
/**
|
|
1351
|
+
* @generated from field: optional int64 price = 17;
|
|
1352
|
+
*/
|
|
1353
|
+
price?: bigint;
|
|
1354
|
+
|
|
1355
|
+
/**
|
|
1356
|
+
* @generated from field: optional string image = 18;
|
|
1357
|
+
*/
|
|
1358
|
+
image?: string;
|
|
1359
|
+
|
|
1360
|
+
/**
|
|
1361
|
+
* @generated from field: optional int64 orig_list_time = 19;
|
|
1362
|
+
*/
|
|
1363
|
+
origListTime?: bigint;
|
|
1364
|
+
|
|
1365
|
+
/**
|
|
1366
|
+
* @generated from field: optional int64 account_id = 20;
|
|
1367
|
+
*/
|
|
1368
|
+
accountId?: bigint;
|
|
1369
|
+
|
|
1370
|
+
/**
|
|
1371
|
+
* @generated from field: optional string shop_alias = 21;
|
|
1372
|
+
*/
|
|
1373
|
+
shopAlias?: string;
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* @generated from field: repeated string images = 22;
|
|
1377
|
+
*/
|
|
1378
|
+
images: string[];
|
|
1379
|
+
|
|
1380
|
+
/**
|
|
1381
|
+
* @generated from field: repeated string videos = 23;
|
|
1382
|
+
*/
|
|
1383
|
+
videos: string[];
|
|
1384
|
+
|
|
1385
|
+
/**
|
|
1386
|
+
* @generated from field: int64 contain_videos = 24;
|
|
1387
|
+
*/
|
|
1388
|
+
containVideos: bigint;
|
|
1389
|
+
|
|
1390
|
+
/**
|
|
1391
|
+
* @generated from field: int64 indexed_at = 25;
|
|
1392
|
+
*/
|
|
1393
|
+
indexedAt: bigint;
|
|
1394
|
+
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.Params params = 26;
|
|
1397
|
+
*/
|
|
1398
|
+
params?: Params;
|
|
1399
|
+
|
|
1400
|
+
/**
|
|
1401
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AlternativeParams alternative_params = 27;
|
|
1402
|
+
*/
|
|
1403
|
+
alternativeParams?: AlternativeParams;
|
|
1404
|
+
|
|
1405
|
+
/**
|
|
1406
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.DecoratedParams decorated_params = 28;
|
|
1407
|
+
*/
|
|
1408
|
+
decoratedParams?: DecoratedParams;
|
|
1409
|
+
|
|
1410
|
+
constructor(data?: PartialMessage<AdInfo>);
|
|
1411
|
+
|
|
1412
|
+
static readonly runtime: typeof proto3;
|
|
1413
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AdInfo";
|
|
1414
|
+
static readonly fields: FieldList;
|
|
1415
|
+
|
|
1416
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdInfo;
|
|
1417
|
+
|
|
1418
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdInfo;
|
|
1419
|
+
|
|
1420
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdInfo;
|
|
1421
|
+
|
|
1422
|
+
static equals(a: AdInfo | PlainMessage<AdInfo> | undefined, b: AdInfo | PlainMessage<AdInfo> | undefined): boolean;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
/**
|
|
1426
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdSuggestionInfo
|
|
1427
|
+
*/
|
|
1428
|
+
export declare class AdSuggestionInfo extends Message<AdSuggestionInfo> {
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from field: string subject = 1;
|
|
1431
|
+
*/
|
|
1432
|
+
subject: string;
|
|
1433
|
+
|
|
1434
|
+
/**
|
|
1435
|
+
* @generated from field: optional int64 price = 2;
|
|
1436
|
+
*/
|
|
1437
|
+
price?: bigint;
|
|
1438
|
+
|
|
1439
|
+
/**
|
|
1440
|
+
* @generated from field: optional string price_string = 3;
|
|
1441
|
+
*/
|
|
1442
|
+
priceString?: string;
|
|
1443
|
+
|
|
1444
|
+
/**
|
|
1445
|
+
* @generated from field: optional string thumbnail_image = 4;
|
|
1446
|
+
*/
|
|
1447
|
+
thumbnailImage?: string;
|
|
1448
|
+
|
|
1449
|
+
constructor(data?: PartialMessage<AdSuggestionInfo>);
|
|
1450
|
+
|
|
1451
|
+
static readonly runtime: typeof proto3;
|
|
1452
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AdSuggestionInfo";
|
|
1453
|
+
static readonly fields: FieldList;
|
|
1454
|
+
|
|
1455
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdSuggestionInfo;
|
|
1456
|
+
|
|
1457
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdSuggestionInfo;
|
|
1458
|
+
|
|
1459
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdSuggestionInfo;
|
|
1460
|
+
|
|
1461
|
+
static equals(a: AdSuggestionInfo | PlainMessage<AdSuggestionInfo> | undefined, b: AdSuggestionInfo | PlainMessage<AdSuggestionInfo> | undefined): boolean;
|
|
1462
|
+
}
|
|
1463
|
+
|