@chotot/ct-logic-uni-rev-premium-v1 1.286.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/ad.proto +89 -0
  2. package/ad_delivery.proto +232 -0
  3. package/ad_delivery_pb.d.ts +1285 -0
  4. package/ad_delivery_pb.js +439 -0
  5. package/ad_delivery_service-LogicUniRevPremiumAdDeliveryService_connectquery.d.ts +138 -0
  6. package/ad_delivery_service-LogicUniRevPremiumAdDeliveryService_connectquery.js +211 -0
  7. package/ad_delivery_service.proto +65 -0
  8. package/ad_delivery_service_connect.d.ts +125 -0
  9. package/ad_delivery_service_connect.js +125 -0
  10. package/ad_optimization.proto +111 -0
  11. package/ad_optimization_pb.d.ts +601 -0
  12. package/ad_optimization_pb.js +214 -0
  13. package/ad_optimization_service-LogicUniRevPremiumAdOptimizationService_connectquery.d.ts +78 -0
  14. package/ad_optimization_service-LogicUniRevPremiumAdOptimizationService_connectquery.js +115 -0
  15. package/ad_optimization_service.proto +21 -0
  16. package/ad_optimization_service_connect.d.ts +71 -0
  17. package/ad_optimization_service_connect.js +71 -0
  18. package/ad_pb.d.ts +461 -0
  19. package/ad_pb.js +172 -0
  20. package/ad_service-LogicUniRevPremiumAdService_connectquery.d.ts +58 -0
  21. package/ad_service-LogicUniRevPremiumAdService_connectquery.js +83 -0
  22. package/ad_service.proto +15 -0
  23. package/ad_service_connect.d.ts +53 -0
  24. package/ad_service_connect.js +53 -0
  25. package/ad_social_platform.proto +108 -0
  26. package/ad_social_platform_pb.d.ts +474 -0
  27. package/ad_social_platform_pb.js +156 -0
  28. package/ad_social_platform_service-LogicUniRevPremiumAdSocialPlatformService_connectquery.d.ts +68 -0
  29. package/ad_social_platform_service-LogicUniRevPremiumAdSocialPlatformService_connectquery.js +99 -0
  30. package/ad_social_platform_service.proto +23 -0
  31. package/ad_social_platform_service_connect.d.ts +62 -0
  32. package/ad_social_platform_service_connect.js +62 -0
  33. package/bump_ad.proto +162 -0
  34. package/bump_ad_pb.d.ts +869 -0
  35. package/bump_ad_pb.js +308 -0
  36. package/bump_ad_service-LogicUniRevPremiumBumpAdService_connectquery.d.ts +123 -0
  37. package/bump_ad_service-LogicUniRevPremiumBumpAdService_connectquery.js +189 -0
  38. package/bump_ad_service.proto +56 -0
  39. package/bump_ad_service_connect.d.ts +112 -0
  40. package/bump_ad_service_connect.js +112 -0
  41. package/free_ps.proto +527 -0
  42. package/free_ps_pb.d.ts +2848 -0
  43. package/free_ps_pb.js +934 -0
  44. package/free_ps_service-LogicUniRevPremiumFreePsService_connectquery.d.ts +304 -0
  45. package/free_ps_service-LogicUniRevPremiumFreePsService_connectquery.js +483 -0
  46. package/free_ps_service.proto +62 -0
  47. package/free_ps_service_connect.d.ts +276 -0
  48. package/free_ps_service_connect.js +276 -0
  49. package/listing_tier.proto +228 -0
  50. package/listing_tier_pb.d.ts +1032 -0
  51. package/listing_tier_pb.js +365 -0
  52. package/listing_tier_service-LogicUniRevPremiumListingTierService_connectquery.d.ts +108 -0
  53. package/listing_tier_service-LogicUniRevPremiumListingTierService_connectquery.js +163 -0
  54. package/listing_tier_service.proto +19 -0
  55. package/listing_tier_service_connect.d.ts +98 -0
  56. package/listing_tier_service_connect.js +98 -0
  57. package/onbehalf.proto +91 -0
  58. package/onbehalf_pb.d.ts +411 -0
  59. package/onbehalf_pb.js +138 -0
  60. package/onbehalf_service-LogicUniRevPremiumOnbehalfService_connectquery.d.ts +28 -0
  61. package/onbehalf_service-LogicUniRevPremiumOnbehalfService_connectquery.js +35 -0
  62. package/onbehalf_service.proto +11 -0
  63. package/onbehalf_service_connect.d.ts +26 -0
  64. package/onbehalf_service_connect.js +26 -0
  65. package/package.json +10 -0
  66. package/premium_services.proto +1005 -0
  67. package/premium_services_pb.d.ts +5465 -0
  68. package/premium_services_pb.js +1840 -0
  69. package/premium_services_service-LogicUniRevPremiumPremiumServicesService_connectquery.d.ts +496 -0
  70. package/premium_services_service-LogicUniRevPremiumPremiumServicesService_connectquery.js +787 -0
  71. package/premium_services_service.proto +132 -0
  72. package/premium_services_service_connect.d.ts +448 -0
  73. package/premium_services_service_connect.js +448 -0
  74. package/pricing.proto +722 -0
  75. package/pricing_pb.d.ts +3949 -0
  76. package/pricing_pb.js +1372 -0
  77. package/pricing_service-LogicUniRevPremiumPricingService_connectquery.d.ts +411 -0
  78. package/pricing_service-LogicUniRevPremiumPricingService_connectquery.js +653 -0
  79. package/pricing_service.proto +63 -0
  80. package/pricing_service_connect.d.ts +372 -0
  81. package/pricing_service_connect.js +372 -0
  82. package/scripts/modify_package_json.js +50 -0
  83. package/special_display.proto +56 -0
  84. package/special_display_pb.d.ts +322 -0
  85. package/special_display_pb.js +113 -0
  86. package/special_display_service-LogicUniRevPremiumSpecialDisplayService_connectquery.d.ts +58 -0
  87. package/special_display_service-LogicUniRevPremiumSpecialDisplayService_connectquery.js +83 -0
  88. package/special_display_service.proto +24 -0
  89. package/special_display_service_connect.d.ts +53 -0
  90. package/special_display_service_connect.js +53 -0
  91. package/sticky_adinfo.proto +312 -0
  92. package/sticky_adinfo_pb.d.ts +1463 -0
  93. package/sticky_adinfo_pb.js +328 -0
@@ -0,0 +1,53 @@
1
+ // @generated by protoc-gen-connect-es v1.0.0 with parameter "target=js+dts"
2
+ // @generated from file ct-logic-uni-rev-premium/v1/special_display_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import { CancelSpecialDisplayServiceRequest, CancelSpecialDisplayServiceResponse, CheckSpecialDisplayAdRequest, CheckSpecialDisplayAdResponse, DeliverySpecialDisplayServiceRequest, DeliverySpecialDisplayServiceResponse, RedeliverActiveSpecialDisplayServiceByListAdsRequest, RedeliverActiveSpecialDisplayServiceByListAdsResponse } from "./special_display_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+
9
+ /**
10
+ * @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService
11
+ */
12
+ export const LogicUniRevPremiumSpecialDisplayService = {
13
+ typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService",
14
+ methods: {
15
+ /**
16
+ * @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CheckSpecialDisplayAd
17
+ */
18
+ checkSpecialDisplayAd: {
19
+ name: "CheckSpecialDisplayAd",
20
+ I: CheckSpecialDisplayAdRequest,
21
+ O: CheckSpecialDisplayAdResponse,
22
+ kind: MethodKind.Unary,
23
+ },
24
+ /**
25
+ * @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.CancelSpecialDisplayService
26
+ */
27
+ cancelSpecialDisplayService: {
28
+ name: "CancelSpecialDisplayService",
29
+ I: CancelSpecialDisplayServiceRequest,
30
+ O: CancelSpecialDisplayServiceResponse,
31
+ kind: MethodKind.Unary,
32
+ },
33
+ /**
34
+ * @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.DeliverySpecialDisplayService
35
+ */
36
+ deliverySpecialDisplayService: {
37
+ name: "DeliverySpecialDisplayService",
38
+ I: DeliverySpecialDisplayServiceRequest,
39
+ O: DeliverySpecialDisplayServiceResponse,
40
+ kind: MethodKind.Unary,
41
+ },
42
+ /**
43
+ * @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumSpecialDisplayService.RedeliverActiveSpecialDisplayServiceByListAds
44
+ */
45
+ redeliverActiveSpecialDisplayServiceByListAds: {
46
+ name: "RedeliverActiveSpecialDisplayServiceByListAds",
47
+ I: RedeliverActiveSpecialDisplayServiceByListAdsRequest,
48
+ O: RedeliverActiveSpecialDisplayServiceByListAdsResponse,
49
+ kind: MethodKind.Unary,
50
+ },
51
+ }
52
+ };
53
+
@@ -0,0 +1,312 @@
1
+ syntax = "proto3";
2
+ package ct_logic_uni_rev_premium.v1;
3
+
4
+ option go_package = "github.com/carousell/ct-grpc-go/pkg/ct-logic-uni-rev-premium;pb";
5
+
6
+ message LabelCampaignInfoAdListingRecord {
7
+ string campaign_uuid = 1;
8
+ }
9
+
10
+ message Params {
11
+ optional string address = 1;
12
+ optional int64 apartment_type = 2;
13
+ optional float areawithwall = 3;
14
+ optional int64 balconydirection = 4;
15
+ optional int64 bedrooms = 5;
16
+ optional string block = 6;
17
+ optional int64 carbrand = 7;
18
+ optional int64 carcolor = 8;
19
+ optional int64 carmodel = 9;
20
+ optional int64 carorigin = 10;
21
+ optional int64 carseats = 11;
22
+ optional int64 cartype = 12;
23
+ optional int64 commercial_type = 13;
24
+ optional int64 desktop_screen_size = 14;
25
+ optional int64 direction = 15;
26
+ optional int64 elt_cellular_type = 16;
27
+ optional int64 elt_condition = 17;
28
+ optional int64 elt_lock = 18;
29
+ optional int64 elt_warranty = 19;
30
+ optional int64 floornumber = 20;
31
+ optional int64 floors = 21;
32
+ optional int64 fuel = 22;
33
+ optional string furnish = 23;
34
+ optional int64 gearbox = 24;
35
+ optional bool giveaway = 25;
36
+ optional int64 landarea = 26;
37
+ optional int64 landed_type = 27;
38
+ optional int64 laptop_screen_size = 28;
39
+ optional int64 mfdate = 29;
40
+ optional int64 mileage = 30;
41
+ optional int64 mobile_brand = 31;
42
+ optional int64 mobile_capacity = 32;
43
+ optional int64 mobile_color = 33;
44
+ optional int64 mobile_model = 34;
45
+ optional int64 mobile_type = 35;
46
+ optional int64 motorbikebrand = 36;
47
+ optional int64 motorbikecapacity = 37;
48
+ optional int64 motorbikemodel = 38;
49
+ optional int64 motorbiketype = 39;
50
+ optional bool owner = 40;
51
+ optional int64 pc_brand = 41;
52
+ optional int64 pc_cpu = 42;
53
+ optional int64 pc_drive_capacity = 43;
54
+ optional int64 pc_drive_type = 44;
55
+ optional int64 pc_model = 45;
56
+ optional int64 pc_ram = 46;
57
+ optional int64 pc_vga = 47;
58
+ optional string plate = 48;
59
+ optional int64 projectid = 49;
60
+ optional string projectimages = 50;
61
+ optional int64 regdate = 51;
62
+ optional int64 rooms = 52;
63
+ optional string selfdriveoption = 53;
64
+ optional float size = 54;
65
+ optional int64 tablet_brand = 55;
66
+ optional int64 tablet_capacity = 56;
67
+ optional int64 tablet_model = 57;
68
+ optional int64 tablet_screen_size = 58;
69
+ optional int64 toilets = 59;
70
+ optional bool trade = 60;
71
+ optional string unitnumber = 61;
72
+ optional float usagearea = 62;
73
+ optional string zipcode = 63;
74
+ optional int64 area = 64;
75
+ optional int64 condition_ad = 65;
76
+ optional string seller_addr = 66;
77
+ optional string payment_delivery = 67;
78
+ optional string source = 68;
79
+ optional int64 prev_action_id = 69;
80
+ optional float longitude = 70;
81
+ optional float latitude = 71;
82
+ optional int64 deviation = 72;
83
+ optional int64 consumer = 73;
84
+ optional int64 property_status = 74;
85
+ optional int64 property_legal_document = 75;
86
+ optional int64 property_road_condition = 76;
87
+ optional int64 property_back_condition = 77;
88
+ repeated int64 pty_characteristics = 78;
89
+ optional int64 evehicletype = 79;
90
+ optional int64 evehiclebrand = 80;
91
+ optional int64 evehicleorigin = 81;
92
+ optional int64 vehicleguarantee = 82;
93
+ optional int64 vehiclecolor = 83;
94
+ optional int64 evehiclemotor = 84;
95
+ optional int64 ovehicletype = 85;
96
+ optional int64 truckbrand = 86;
97
+ optional int64 truckweight = 87;
98
+ optional int64 svehicletype = 88;
99
+ optional int64 busslot = 89;
100
+ optional int64 ovehicleorigin = 90;
101
+ optional int64 bicycletype = 91;
102
+ optional int64 bicyclesport = 92;
103
+ optional int64 bicyclebrand = 93;
104
+ optional int64 bicycleorigin = 94;
105
+ optional int64 bicyclesize = 95;
106
+ optional int64 bicyclematerial = 96;
107
+ optional int64 itemconsumer = 97;
108
+ optional string preferred_job_type = 98;
109
+ optional int64 working_experience = 99;
110
+ optional int64 birthday = 100;
111
+ optional int64 gender = 101;
112
+ optional int64 contract_type = 102;
113
+ optional int64 job_type = 103;
114
+ optional int64 salary_type = 104;
115
+ optional int64 min_salary = 105;
116
+ optional int64 max_salary = 106;
117
+ optional int64 preferred_working_experience = 107;
118
+ optional int64 preferred_gender = 108;
119
+ optional int64 product_id = 109;
120
+ optional int64 region_v2 = 110;
121
+ optional int64 area_v2 = 111;
122
+ optional int64 ward = 112;
123
+ optional int64 mileage_v2 = 113;
124
+ optional string street_number = 114;
125
+ optional int64 street_id = 115;
126
+ optional string detail_address = 116;
127
+
128
+ optional int64 auvi_type = 117;
129
+ optional int64 auvi_brand = 118;
130
+ optional int64 auvi_resolution = 119;
131
+ optional int64 auvi_internet = 120;
132
+ optional int64 accessories_class = 121;
133
+ optional int64 accessories_type = 122;
134
+ optional int64 component_class = 123;
135
+ optional int64 component_type = 124;
136
+ optional int64 swatch_brand = 125;
137
+ optional int64 swatch_model = 126;
138
+ optional int64 swatch_type = 127;
139
+ optional int64 collection_type = 128;
140
+ optional int64 instrument_type = 129;
141
+ optional string company_name = 130;
142
+
143
+ optional int64 fridgebrand = 131;
144
+ optional int64 fridgevolume = 132;
145
+ optional int64 airconbrand = 133;
146
+ optional int64 airconcapacity = 134;
147
+ optional int64 washingmachinebrand = 135;
148
+ optional int64 washingmachineloadingposition = 136;
149
+ optional int64 washingmachineweight = 137;
150
+ optional int64 parts_accessories_type = 138;
151
+
152
+ optional int64 vacancies = 139;
153
+ optional string benefits = 140;
154
+ optional int64 education = 141;
155
+ optional int64 preferred_education = 142;
156
+ optional string skills = 143;
157
+ optional int64 min_age = 144;
158
+ optional int64 max_age = 145;
159
+
160
+ optional int64 house_type = 146;
161
+ optional int64 land_type = 147;
162
+ optional int64 size_unit = 148;
163
+ optional int64 streetnumber_display = 149;
164
+ optional int64 unitnumber_display = 150;
165
+ optional int64 furnishing_sell = 151;
166
+ optional int64 furnishing_rent = 152;
167
+ optional float width = 153;
168
+ optional float length = 154;
169
+ optional float living_size = 155;
170
+ optional int64 deposit = 156;
171
+ optional int64 apartment_feature = 157;
172
+ optional int64 service_sendvideo = 158;
173
+ optional int64 land_feature = 159;
174
+
175
+ optional int64 tivi_type = 160;
176
+ optional int64 tivi_display_resolution = 161;
177
+ optional int64 speaker_type = 162;
178
+ optional int64 speaker_capacity = 163;
179
+ optional int64 stereo_origin = 164;
180
+ optional int64 stereo_capacity = 165;
181
+ optional int64 amply_origin = 166;
182
+ optional int64 amply_sound_capacity = 167;
183
+ optional int64 camera_type = 168;
184
+ optional int64 camera_brand = 169;
185
+ optional int64 video_camera_brand = 170;
186
+ optional int64 lens_brand = 171;
187
+
188
+ optional int64 pet_breed = 172;
189
+ optional int64 pet_age = 173;
190
+ optional int64 pet_size = 174;
191
+ optional int64 pet_gender = 175;
192
+
193
+ optional int64 product_type = 176;
194
+ optional int64 product_material = 177;
195
+ optional int64 product_brand = 178;
196
+ optional int64 product_size = 179;
197
+
198
+ optional bool shop_to_chotot_free = 180;
199
+
200
+ optional string company_logo = 181;
201
+ optional string shop_name = 182;
202
+
203
+ optional int64 veh_warranty = 183;
204
+ optional int64 veh_insurance = 184;
205
+
206
+ optional int64 food_type = 185;
207
+ optional string food_subtype = 186;
208
+
209
+ optional string street_name = 187;
210
+ optional int64 motorbikeorigin = 188;
211
+ optional int64 elt_origin = 189;
212
+
213
+ optional int64 food_origin = 190;
214
+ optional int64 veh_accessories_origin = 191;
215
+ optional int64 furniture_origin = 192;
216
+ optional int64 instrument_origin = 193;
217
+
218
+ optional int64 screen_cv = 194;
219
+ optional int64 require_portrait_photo = 195;
220
+
221
+ optional int64 number_of_owners = 196;
222
+ optional int64 include_accessories = 197;
223
+ optional int64 valid_registration = 198;
224
+
225
+ optional string screening_question1 = 199;
226
+ optional string screening_question2 = 200;
227
+ optional string screening_question3 = 201;
228
+ }
229
+
230
+ message AlternativeParams {
231
+ optional string location = 1;
232
+ optional string location_v2 = 2;
233
+ optional int64 sort_min_salary = 3;
234
+ optional int64 sort_max_salary = 4;
235
+ repeated int64 arr_preferred_job_type = 5;
236
+ optional float price_million_per_m2 = 6;
237
+ optional string plate_filter = 7;
238
+ }
239
+
240
+ message DecoratedParams {
241
+ // decorated params
242
+ optional bool protection_entitlement = 1;
243
+ optional string hagtag = 2;
244
+ repeated LabelCampaignInfoAdListingRecord label_campaigns = 3;
245
+
246
+ // vertical's decorated params
247
+ optional string escrow_config_id = 4;
248
+ optional int64 escrow_can_deposit = 5;
249
+ optional bool escrow_can_delivery = 6;
250
+ optional int64 escrow_wallet_wise = 7;
251
+ optional bool escrow_can_cod = 8;
252
+ optional bool escrow_can_buy_now = 9;
253
+ optional int64 pty_jupiter = 10;
254
+ optional int64 veh_inspected = 11;
255
+ optional string inspection_report_url = 12;
256
+ repeated string inspection_images = 13;
257
+ optional int64 job_urgent_recruit_enabled = 14;
258
+ optional int64 gds_inspected = 15;
259
+ optional int64 official_store = 16;
260
+ optional bool veh_inspection_enable = 17;
261
+ optional string veh_inspection_config_id = 18;
262
+ optional int64 inspection_report_created_at = 19;
263
+ optional int64 calculated_score = 20;
264
+ optional int64 total_score = 21;
265
+ optional int64 odo = 22;
266
+
267
+ //data team's decorated params
268
+ optional string similar_ad_subject = 23;
269
+ optional string similar_ad_params = 24;
270
+ optional bool is_ad_delivery = 25;
271
+ repeated int64 campaign_regions = 26;
272
+ }
273
+
274
+ message AdInfo {
275
+ int64 ad_id = 1;
276
+ optional int64 list_id = 2;
277
+ int64 list_time = 3;
278
+ string status = 4;
279
+ string state = 5;
280
+ int64 state_id = 6;
281
+ string type = 7;
282
+ string account_name = 8;
283
+ string phone = 9;
284
+ int64 region = 10;
285
+ int64 city = 11;
286
+ int64 category = 12;
287
+ bool phone_hidden = 13;
288
+ bool company_ad = 14;
289
+ string subject = 15;
290
+ optional string body = 16;
291
+ optional int64 price = 17;
292
+ optional string image = 18;
293
+ optional int64 orig_list_time = 19;
294
+ optional int64 account_id = 20;
295
+ optional string shop_alias = 21;
296
+
297
+ repeated string images = 22;
298
+ repeated string videos = 23;
299
+ int64 contain_videos = 24;
300
+ int64 indexed_at = 25;
301
+
302
+ Params params = 26;
303
+ AlternativeParams alternative_params = 27;
304
+ DecoratedParams decorated_params = 28;
305
+ }
306
+
307
+ message AdSuggestionInfo {
308
+ string subject = 1;
309
+ optional int64 price = 2;
310
+ optional string price_string = 3;
311
+ optional string thumbnail_image = 4;
312
+ }