@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
package/pricing_pb.js ADDED
@@ -0,0 +1,1372 @@
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/pricing.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
5
+ /* eslint-disable */
6
+ // @ts-nocheck
7
+
8
+ import { proto3, Timestamp } from "@bufbuild/protobuf";
9
+
10
+ /**
11
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidatePricingRequest
12
+ */
13
+ export const ValidatePricingRequest = proto3.makeMessageType(
14
+ "ct_logic_uni_rev_premium.v1.ValidatePricingRequest",
15
+ () => [
16
+ { no: 1, name: "prices", kind: "message", T: ValidatePricingItem, repeated: true },
17
+ { no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
18
+ ],
19
+ );
20
+
21
+ /**
22
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidatePricingItem
23
+ */
24
+ export const ValidatePricingItem = proto3.makeMessageType(
25
+ "ct_logic_uni_rev_premium.v1.ValidatePricingItem",
26
+ () => [
27
+ { no: 1, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
28
+ { no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
29
+ { no: 3, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
30
+ { no: 4, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
31
+ { no: 5, name: "block_times", kind: "message", T: BlockTime, repeated: true },
32
+ { no: 6, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
33
+ { no: 7, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
34
+ ],
35
+ );
36
+
37
+ /**
38
+ * @generated from message ct_logic_uni_rev_premium.v1.BlockTime
39
+ */
40
+ export const BlockTime = proto3.makeMessageType(
41
+ "ct_logic_uni_rev_premium.v1.BlockTime",
42
+ () => [
43
+ { no: 1, name: "start", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
44
+ { no: 2, name: "end", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
45
+ ],
46
+ );
47
+
48
+ /**
49
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidatePricingResponse
50
+ */
51
+ export const ValidatePricingResponse = proto3.makeMessageType(
52
+ "ct_logic_uni_rev_premium.v1.ValidatePricingResponse",
53
+ () => [
54
+ { no: 1, name: "is_valid", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
55
+ { no: 2, name: "invalid_prices", kind: "message", T: InvalidatePricingResponseItem, repeated: true },
56
+ { no: 3, name: "valid_prices", kind: "message", T: ValidPricingResponseItem, repeated: true },
57
+ ],
58
+ );
59
+
60
+ /**
61
+ * @generated from message ct_logic_uni_rev_premium.v1.InvalidatePricingResponseItem
62
+ */
63
+ export const InvalidatePricingResponseItem = proto3.makeMessageType(
64
+ "ct_logic_uni_rev_premium.v1.InvalidatePricingResponseItem",
65
+ () => [
66
+ { no: 1, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
67
+ { no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
68
+ { no: 3, name: "reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
69
+ { no: 4, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
70
+ ],
71
+ );
72
+
73
+ /**
74
+ * @generated from message ct_logic_uni_rev_premium.v1.ValidPricingResponseItem
75
+ */
76
+ export const ValidPricingResponseItem = proto3.makeMessageType(
77
+ "ct_logic_uni_rev_premium.v1.ValidPricingResponseItem",
78
+ () => [
79
+ { no: 1, name: "price", kind: "message", T: PriceUnit },
80
+ { no: 3, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
81
+ { no: 4, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
82
+ ],
83
+ );
84
+
85
+ /**
86
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceUnit
87
+ */
88
+ export const PriceUnit = proto3.makeMessageType(
89
+ "ct_logic_uni_rev_premium.v1.PriceUnit",
90
+ () => [
91
+ { no: 1, name: "credit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
92
+ { no: 2, name: "promotion", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
93
+ { no: 3, name: "vnd", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
94
+ ],
95
+ );
96
+
97
+ /**
98
+ * @generated from message ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceRequest
99
+ */
100
+ export const GetSpecialDisplayPriceRequest = proto3.makeMessageType(
101
+ "ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceRequest",
102
+ () => [
103
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
104
+ { no: 2, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
105
+ { no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
106
+ { no: 4, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
107
+ { no: 5, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
108
+ ],
109
+ );
110
+
111
+ /**
112
+ * @generated from message ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceResponse
113
+ */
114
+ export const GetSpecialDisplayPriceResponse = proto3.makeMessageType(
115
+ "ct_logic_uni_rev_premium.v1.GetSpecialDisplayPriceResponse",
116
+ () => [
117
+ { no: 1, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
118
+ { no: 2, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
119
+ { no: 3, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
120
+ { no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
121
+ { no: 5, name: "special_display", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
122
+ { no: 6, name: "price", kind: "message", T: PriceUnit },
123
+ ],
124
+ );
125
+
126
+ /**
127
+ * @generated from message ct_logic_uni_rev_premium.v1.DetailPriceBundle
128
+ */
129
+ export const DetailPriceBundle = proto3.makeMessageType(
130
+ "ct_logic_uni_rev_premium.v1.DetailPriceBundle",
131
+ () => [
132
+ { no: 1, name: "service_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
133
+ { no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
134
+ { no: 3, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
135
+ { no: 4, name: "bundle_segment_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
136
+ { no: 5, name: "price", kind: "message", T: PriceUnit },
137
+ ],
138
+ );
139
+
140
+ /**
141
+ * @generated from message ct_logic_uni_rev_premium.v1.BundlePrice
142
+ */
143
+ export const BundlePrice = proto3.makeMessageType(
144
+ "ct_logic_uni_rev_premium.v1.BundlePrice",
145
+ () => [
146
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
147
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
148
+ { no: 3, name: "tagging_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
149
+ { no: 4, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
150
+ { no: 5, name: "image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
151
+ { no: 6, name: "gif_image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
152
+ { no: 7, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
153
+ { no: 8, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
154
+ { no: 9, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
155
+ { no: 10, name: "is_bundle_listing", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
156
+ { no: 11, name: "bundle_premium_services_only_duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
157
+ { no: 12, name: "price", kind: "message", T: PriceUnit },
158
+ { no: 13, name: "bundle_segment_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
159
+ { no: 14, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
160
+ { no: 15, name: "detail_prices", kind: "message", T: DetailPriceBundle, repeated: true },
161
+ { no: 16, name: "bundle_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
162
+ { no: 17, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
163
+ { no: 18, name: "bundle_listing_fee_duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
164
+ { no: 19, name: "selling_point", kind: "scalar", T: 9 /* ScalarType.STRING */ },
165
+ ],
166
+ );
167
+
168
+ /**
169
+ * @generated from message ct_logic_uni_rev_premium.v1.InsertAdPrice
170
+ */
171
+ export const InsertAdPrice = proto3.makeMessageType(
172
+ "ct_logic_uni_rev_premium.v1.InsertAdPrice",
173
+ () => [
174
+ { no: 1, name: "action_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
175
+ { no: 2, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
176
+ { no: 3, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
177
+ { no: 4, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
178
+ { no: 5, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
179
+ { no: 6, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
180
+ { no: 7, name: "is_default_duration", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
181
+ { no: 8, name: "price", kind: "message", T: PriceUnit },
182
+ ],
183
+ );
184
+
185
+ /**
186
+ * @generated from message ct_logic_uni_rev_premium.v1.ShopToChototPrice
187
+ */
188
+ export const ShopToChototPrice = proto3.makeMessageType(
189
+ "ct_logic_uni_rev_premium.v1.ShopToChototPrice",
190
+ () => [
191
+ { no: 1, name: "action_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
192
+ { no: 2, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
193
+ { no: 3, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
194
+ { no: 4, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
195
+ { no: 5, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
196
+ { no: 6, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
197
+ { no: 7, name: "is_default_duration", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
198
+ { no: 8, name: "price", kind: "message", T: PriceUnit },
199
+ ],
200
+ );
201
+
202
+ /**
203
+ * @generated from message ct_logic_uni_rev_premium.v1.StickyAdPrice
204
+ */
205
+ export const StickyAdPrice = proto3.makeMessageType(
206
+ "ct_logic_uni_rev_premium.v1.StickyAdPrice",
207
+ () => [
208
+ { no: 1, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
209
+ { no: 2, name: "duration", kind: "scalar", T: 9 /* ScalarType.STRING */ },
210
+ { no: 3, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
211
+ { no: 4, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
212
+ { no: 5, name: "discount_label", kind: "scalar", T: 9 /* ScalarType.STRING */ },
213
+ { no: 6, name: "is_disabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
214
+ { no: 7, name: "price", kind: "message", T: PriceUnit },
215
+ ],
216
+ );
217
+
218
+ /**
219
+ * @generated from message ct_logic_uni_rev_premium.v1.BumpPrice
220
+ */
221
+ export const BumpPrice = proto3.makeMessageType(
222
+ "ct_logic_uni_rev_premium.v1.BumpPrice",
223
+ () => [
224
+ { no: 1, name: "bump_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
225
+ { no: 2, name: "discount_label", kind: "scalar", T: 9 /* ScalarType.STRING */ },
226
+ { no: 3, name: "duration", kind: "scalar", T: 9 /* ScalarType.STRING */ },
227
+ { no: 4, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
228
+ { no: 5, name: "is_disabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
229
+ { no: 6, name: "price", kind: "message", T: PriceUnit },
230
+ ],
231
+ );
232
+
233
+ /**
234
+ * @generated from message ct_logic_uni_rev_premium.v1.TimerBumpPrice
235
+ */
236
+ export const TimerBumpPrice = proto3.makeMessageType(
237
+ "ct_logic_uni_rev_premium.v1.TimerBumpPrice",
238
+ () => [
239
+ { no: 1, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
240
+ { no: 2, name: "is_disabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
241
+ { no: 3, name: "price", kind: "message", T: PriceUnit },
242
+ ],
243
+ );
244
+
245
+ /**
246
+ * @generated from message ct_logic_uni_rev_premium.v1.CupidPrice
247
+ */
248
+ export const CupidPrice = proto3.makeMessageType(
249
+ "ct_logic_uni_rev_premium.v1.CupidPrice",
250
+ () => [
251
+ { no: 1, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
252
+ { no: 2, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
253
+ { no: 3, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
254
+ { no: 4, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
255
+ { no: 5, name: "is_disabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
256
+ { no: 6, name: "price", kind: "message", T: PriceUnit },
257
+ ],
258
+ );
259
+
260
+ /**
261
+ * @generated from message ct_logic_uni_rev_premium.v1.SpecialDisplayPrice
262
+ */
263
+ export const SpecialDisplayPrice = proto3.makeMessageType(
264
+ "ct_logic_uni_rev_premium.v1.SpecialDisplayPrice",
265
+ () => [
266
+ { no: 1, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
267
+ { no: 2, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
268
+ { no: 3, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
269
+ { no: 4, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
270
+ { no: 5, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
271
+ { no: 6, name: "price", kind: "message", T: PriceUnit },
272
+ ],
273
+ );
274
+
275
+ /**
276
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceData
277
+ */
278
+ export const GetPremiumFeaturePriceData = proto3.makeMessageType(
279
+ "ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceData",
280
+ () => [
281
+ { no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
282
+ { no: 2, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
283
+ { no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
284
+ { no: 4, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
285
+ { no: 5, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
286
+ ],
287
+ );
288
+
289
+ /**
290
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceRequest
291
+ */
292
+ export const GetPremiumFeaturePriceRequest = proto3.makeMessageType(
293
+ "ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceRequest",
294
+ () => [
295
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
296
+ { no: 2, name: "data", kind: "message", T: GetPremiumFeaturePriceData, repeated: true },
297
+ ],
298
+ );
299
+
300
+ /**
301
+ * @generated from message ct_logic_uni_rev_premium.v1.PremiumFeaturePrice
302
+ */
303
+ export const PremiumFeaturePrice = proto3.makeMessageType(
304
+ "ct_logic_uni_rev_premium.v1.PremiumFeaturePrice",
305
+ () => [
306
+ { no: 1, name: "bundles", kind: "message", T: BundlePrice, repeated: true },
307
+ { no: 2, name: "insert_ads", kind: "message", T: InsertAdPrice, repeated: true },
308
+ { no: 3, name: "sticky_ads", kind: "message", T: StickyAdPrice, repeated: true },
309
+ { no: 4, name: "bump", kind: "message", T: BumpPrice, repeated: true },
310
+ { no: 5, name: "timer_bump", kind: "message", T: TimerBumpPrice },
311
+ { no: 6, name: "cupid", kind: "message", T: CupidPrice, repeated: true },
312
+ { no: 7, name: "intensive_bump", kind: "message", T: IntensiveBumpPrice, repeated: true },
313
+ { no: 8, name: "special_display", kind: "message", T: SpecialDisplayPrice, repeated: true },
314
+ { no: 9, name: "shop_to_chotot", kind: "message", T: ShopToChototPrice, repeated: true },
315
+ ],
316
+ );
317
+
318
+ /**
319
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceResponse
320
+ */
321
+ export const GetPremiumFeaturePriceResponse = proto3.makeMessageType(
322
+ "ct_logic_uni_rev_premium.v1.GetPremiumFeaturePriceResponse",
323
+ () => [
324
+ { no: 1, name: "data", kind: "map", K: 3 /* ScalarType.INT64 */, V: {kind: "message", T: PremiumFeaturePrice} },
325
+ ],
326
+ );
327
+
328
+ /**
329
+ * @generated from message ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceRequest
330
+ */
331
+ export const GetIntensiveBumpPriceRequest = proto3.makeMessageType(
332
+ "ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceRequest",
333
+ () => [
334
+ { no: 1, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
335
+ { no: 2, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
336
+ { no: 3, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
337
+ { no: 4, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
338
+ ],
339
+ );
340
+
341
+ /**
342
+ * @generated from message ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceResponse
343
+ */
344
+ export const GetIntensiveBumpPriceResponse = proto3.makeMessageType(
345
+ "ct_logic_uni_rev_premium.v1.GetIntensiveBumpPriceResponse",
346
+ () => [
347
+ { no: 1, name: "list", kind: "message", T: IntensiveBumpPrice, repeated: true },
348
+ { no: 2, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
349
+ ],
350
+ );
351
+
352
+ /**
353
+ * @generated from message ct_logic_uni_rev_premium.v1.IntensiveBumpPrice
354
+ */
355
+ export const IntensiveBumpPrice = proto3.makeMessageType(
356
+ "ct_logic_uni_rev_premium.v1.IntensiveBumpPrice",
357
+ () => [
358
+ { no: 1, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
359
+ { no: 2, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
360
+ { no: 3, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
361
+ { no: 4, name: "intensive_bump", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
362
+ { no: 5, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
363
+ { no: 6, name: "price", kind: "message", T: PriceUnit },
364
+ { no: 7, name: "message_promotion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
365
+ { no: 8, name: "is_disabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
366
+ { no: 9, name: "discount_label", kind: "scalar", T: 9 /* ScalarType.STRING */ },
367
+ ],
368
+ );
369
+
370
+ /**
371
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceRequest
372
+ */
373
+ export const GetShopPriceRequest = proto3.makeMessageType(
374
+ "ct_logic_uni_rev_premium.v1.GetShopPriceRequest",
375
+ () => [
376
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
377
+ ],
378
+ );
379
+
380
+ /**
381
+ * @generated from message ct_logic_uni_rev_premium.v1.ShopPrice
382
+ */
383
+ export const ShopPrice = proto3.makeMessageType(
384
+ "ct_logic_uni_rev_premium.v1.ShopPrice",
385
+ () => [
386
+ { no: 1, name: "action_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
387
+ { no: 2, name: "campaign_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
388
+ { no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
389
+ { no: 4, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
390
+ { no: 5, name: "package_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
391
+ { no: 6, name: "price", kind: "message", T: PriceUnit },
392
+ ],
393
+ );
394
+
395
+ /**
396
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceResponse
397
+ */
398
+ export const GetShopPriceResponse = proto3.makeMessageType(
399
+ "ct_logic_uni_rev_premium.v1.GetShopPriceResponse",
400
+ () => [
401
+ { no: 1, name: "data", kind: "message", T: ShopPrice, repeated: true },
402
+ ],
403
+ );
404
+
405
+ /**
406
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceDetailRequest
407
+ */
408
+ export const GetShopPriceDetailRequest = proto3.makeMessageType(
409
+ "ct_logic_uni_rev_premium.v1.GetShopPriceDetailRequest",
410
+ () => [
411
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
412
+ { no: 2, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
413
+ { no: 3, name: "action_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
414
+ { no: 4, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
415
+ ],
416
+ );
417
+
418
+ /**
419
+ * @generated from message ct_logic_uni_rev_premium.v1.GetShopPriceDetailResponse
420
+ */
421
+ export const GetShopPriceDetailResponse = proto3.makeMessageType(
422
+ "ct_logic_uni_rev_premium.v1.GetShopPriceDetailResponse",
423
+ () => [
424
+ { no: 1, name: "data", kind: "message", T: ShopPrice },
425
+ ],
426
+ );
427
+
428
+ /**
429
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationRequest
430
+ */
431
+ export const GetPriceListingFeeDurationRequest = proto3.makeMessageType(
432
+ "ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationRequest",
433
+ () => [
434
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
435
+ { no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
436
+ ],
437
+ );
438
+
439
+ /**
440
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationResponse
441
+ */
442
+ export const GetPriceListingFeeDurationResponse = proto3.makeMessageType(
443
+ "ct_logic_uni_rev_premium.v1.GetPriceListingFeeDurationResponse",
444
+ () => [
445
+ { no: 1, name: "listing_fee_duration", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
446
+ { no: 2, name: "default_duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
447
+ { no: 3, name: "default_duration_for_free_ad", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
448
+ { no: 4, name: "message_title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
449
+ { no: 5, name: "message_body", kind: "scalar", T: 9 /* ScalarType.STRING */ },
450
+ ],
451
+ );
452
+
453
+ /**
454
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdExtensionPricesRequest
455
+ */
456
+ export const GetAdExtensionPricesRequest = proto3.makeMessageType(
457
+ "ct_logic_uni_rev_premium.v1.GetAdExtensionPricesRequest",
458
+ () => [
459
+ { no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
460
+ ],
461
+ );
462
+
463
+ /**
464
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAdExtensionPricesResponse
465
+ */
466
+ export const GetAdExtensionPricesResponse = proto3.makeMessageType(
467
+ "ct_logic_uni_rev_premium.v1.GetAdExtensionPricesResponse",
468
+ () => [
469
+ { no: 1, name: "prices", kind: "message", T: AdExtensionPrice, repeated: true },
470
+ { no: 2, name: "expected_expired_time_sec", kind: "message", T: Timestamp },
471
+ ],
472
+ );
473
+
474
+ /**
475
+ * @generated from message ct_logic_uni_rev_premium.v1.AdExtensionPrice
476
+ */
477
+ export const AdExtensionPrice = proto3.makeMessageType(
478
+ "ct_logic_uni_rev_premium.v1.AdExtensionPrice",
479
+ () => [
480
+ { no: 1, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
481
+ { no: 2, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
482
+ { no: 3, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
483
+ { no: 4, name: "price", kind: "message", T: PriceUnit },
484
+ ],
485
+ );
486
+
487
+ /**
488
+ * @generated from message ct_logic_uni_rev_premium.v1.Attribute
489
+ */
490
+ export const Attribute = proto3.makeMessageType(
491
+ "ct_logic_uni_rev_premium.v1.Attribute",
492
+ () => [
493
+ { no: 1, name: "variant", kind: "scalar", T: 9 /* ScalarType.STRING */ },
494
+ { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
495
+ ],
496
+ );
497
+
498
+ /**
499
+ * @generated from message ct_logic_uni_rev_premium.v1.Price
500
+ */
501
+ export const Price = proto3.makeMessageType(
502
+ "ct_logic_uni_rev_premium.v1.Price",
503
+ () => [
504
+ { no: 1, name: "vnd", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
505
+ { no: 2, name: "credit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
506
+ { no: 3, name: "original", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
507
+ ],
508
+ );
509
+
510
+ /**
511
+ * @generated from message ct_logic_uni_rev_premium.v1.Campaign
512
+ */
513
+ export const Campaign = proto3.makeMessageType(
514
+ "ct_logic_uni_rev_premium.v1.Campaign",
515
+ () => [
516
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
517
+ { no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
518
+ { no: 3, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
519
+ ],
520
+ );
521
+
522
+ /**
523
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceItem
524
+ */
525
+ export const PriceItem = proto3.makeMessageType(
526
+ "ct_logic_uni_rev_premium.v1.PriceItem",
527
+ () => [
528
+ { no: 1, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
529
+ { no: 2, name: "attributes", kind: "message", T: Attribute, repeated: true },
530
+ { no: 3, name: "campaign", kind: "message", T: Campaign },
531
+ { no: 4, name: "price", kind: "message", T: Price },
532
+ { no: 5, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
533
+ { no: 6, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
534
+ ],
535
+ );
536
+
537
+ /**
538
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceWithHistory
539
+ */
540
+ export const PriceWithHistory = proto3.makeMessageType(
541
+ "ct_logic_uni_rev_premium.v1.PriceWithHistory",
542
+ () => [
543
+ { no: 1, name: "vnd", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
544
+ { no: 2, name: "pre_vnd", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
545
+ { no: 3, name: "credit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
546
+ { no: 4, name: "pre_credit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
547
+ { no: 5, name: "original", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
548
+ { no: 6, name: "pre_original", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
549
+ ],
550
+ );
551
+
552
+ /**
553
+ * @generated from message ct_logic_uni_rev_premium.v1.PriceItemWithHistory
554
+ */
555
+ export const PriceItemWithHistory = proto3.makeMessageType(
556
+ "ct_logic_uni_rev_premium.v1.PriceItemWithHistory",
557
+ () => [
558
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
559
+ { no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
560
+ { no: 3, name: "attributes", kind: "message", T: Attribute, repeated: true },
561
+ { no: 4, name: "campaign", kind: "message", T: Campaign },
562
+ { no: 5, name: "price", kind: "message", T: PriceWithHistory },
563
+ { no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
564
+ { no: 7, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
565
+ ],
566
+ );
567
+
568
+ /**
569
+ * @generated from message ct_logic_uni_rev_premium.v1.GetServicePriceDetailRequest
570
+ */
571
+ export const GetServicePriceDetailRequest = proto3.makeMessageType(
572
+ "ct_logic_uni_rev_premium.v1.GetServicePriceDetailRequest",
573
+ () => [
574
+ { no: 1, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
575
+ { no: 2, name: "attributes", kind: "message", T: Attribute, repeated: true },
576
+ { no: 3, name: "list_segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
577
+ { no: 4, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
578
+ { no: 5, name: "pricing_redemption_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
579
+ ],
580
+ );
581
+
582
+ /**
583
+ * @generated from message ct_logic_uni_rev_premium.v1.GetServicePriceDetailResponse
584
+ */
585
+ export const GetServicePriceDetailResponse = proto3.makeMessageType(
586
+ "ct_logic_uni_rev_premium.v1.GetServicePriceDetailResponse",
587
+ () => [
588
+ { no: 2, name: "data", kind: "message", T: PriceItem },
589
+ ],
590
+ );
591
+
592
+ /**
593
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeePriceRequest
594
+ */
595
+ export const GetListingFeePriceRequest = proto3.makeMessageType(
596
+ "ct_logic_uni_rev_premium.v1.GetListingFeePriceRequest",
597
+ () => [
598
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
599
+ { no: 2, name: "action_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
600
+ { no: 3, name: "user_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
601
+ { no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
602
+ { no: 5, name: "company_ad", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
603
+ { no: 6, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
604
+ { no: 7, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
605
+ { no: 8, name: "is_unpaid", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
606
+ { no: 9, name: "is_renew", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
607
+ { no: 10, name: "ignore_subscription_benefit", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
608
+ { no: 11, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
609
+ { no: 12, name: "listing_fee_info", kind: "message", T: ListingFeeInfo },
610
+ { no: 13, name: "current_ad_state", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
611
+ { no: 14, name: "shop_to_chotot", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
612
+ ],
613
+ );
614
+
615
+ /**
616
+ * @generated from message ct_logic_uni_rev_premium.v1.ListingFeeInfo
617
+ */
618
+ export const ListingFeeInfo = proto3.makeMessageType(
619
+ "ct_logic_uni_rev_premium.v1.ListingFeeInfo",
620
+ () => [
621
+ { no: 1, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
622
+ { no: 2, name: "metadata", kind: "message", T: ListingFeeInfoMetadata },
623
+ ],
624
+ );
625
+
626
+ /**
627
+ * @generated from message ct_logic_uni_rev_premium.v1.ListingFeeInfoMetadata
628
+ */
629
+ export const ListingFeeInfoMetadata = proto3.makeMessageType(
630
+ "ct_logic_uni_rev_premium.v1.ListingFeeInfoMetadata",
631
+ () => [
632
+ { no: 1, name: "voucher_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
633
+ { no: 2, name: "subscription_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
634
+ ],
635
+ );
636
+
637
+ /**
638
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeePriceResponse
639
+ */
640
+ export const GetListingFeePriceResponse = proto3.makeMessageType(
641
+ "ct_logic_uni_rev_premium.v1.GetListingFeePriceResponse",
642
+ () => [
643
+ { no: 1, name: "price", kind: "message", T: PriceUnit },
644
+ { no: 2, name: "listing_fee_claim_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
645
+ ],
646
+ );
647
+
648
+ /**
649
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeRequest
650
+ */
651
+ export const GetListPriceByListServiceTypeRequest = proto3.makeMessageType(
652
+ "ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeRequest",
653
+ () => [
654
+ { no: 1, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
655
+ { no: 2, name: "attributes", kind: "message", T: Attribute, repeated: true },
656
+ { no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
657
+ ],
658
+ );
659
+
660
+ /**
661
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeResponse
662
+ */
663
+ export const GetListPriceByListServiceTypeResponse = proto3.makeMessageType(
664
+ "ct_logic_uni_rev_premium.v1.GetListPriceByListServiceTypeResponse",
665
+ () => [
666
+ { no: 1, name: "data", kind: "message", T: PriceItem, repeated: true },
667
+ ],
668
+ );
669
+
670
+ /**
671
+ * @generated from message ct_logic_uni_rev_premium.v1.Targeting
672
+ */
673
+ export const Targeting = proto3.makeMessageType(
674
+ "ct_logic_uni_rev_premium.v1.Targeting",
675
+ () => [
676
+ { no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
677
+ { no: 2, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
678
+ { no: 3, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
679
+ { no: 4, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
680
+ { no: 5, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
681
+ ],
682
+ );
683
+
684
+ /**
685
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingRequest
686
+ */
687
+ export const GetPremiumServicePriceByListTargetingRequest = proto3.makeMessageType(
688
+ "ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingRequest",
689
+ () => [
690
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
691
+ { no: 2, name: "should_include_all_price_bundle", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
692
+ { no: 3, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
693
+ { no: 4, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
694
+ { no: 5, name: "app_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
695
+ { no: 6, name: "targetings", kind: "message", T: Targeting, repeated: true },
696
+ ],
697
+ );
698
+
699
+ /**
700
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingResponse
701
+ */
702
+ export const GetPremiumServicePriceByListTargetingResponse = proto3.makeMessageType(
703
+ "ct_logic_uni_rev_premium.v1.GetPremiumServicePriceByListTargetingResponse",
704
+ () => [
705
+ { no: 1, name: "data", kind: "map", K: 3 /* ScalarType.INT64 */, V: {kind: "message", T: PremiumFeaturePrice} },
706
+ ],
707
+ );
708
+
709
+ /**
710
+ * @generated from message ct_logic_uni_rev_premium.v1.ListFeeConditionItem
711
+ */
712
+ export const ListFeeConditionItem = proto3.makeMessageType(
713
+ "ct_logic_uni_rev_premium.v1.ListFeeConditionItem",
714
+ () => [
715
+ { no: 1, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
716
+ { no: 2, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
717
+ { no: 3, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
718
+ ],
719
+ );
720
+
721
+ /**
722
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeeConditionRequest
723
+ */
724
+ export const GetListingFeeConditionRequest = proto3.makeMessageType(
725
+ "ct_logic_uni_rev_premium.v1.GetListingFeeConditionRequest",
726
+ [],
727
+ );
728
+
729
+ /**
730
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListingFeeConditionResponse
731
+ */
732
+ export const GetListingFeeConditionResponse = proto3.makeMessageType(
733
+ "ct_logic_uni_rev_premium.v1.GetListingFeeConditionResponse",
734
+ () => [
735
+ { no: 1, name: "normal", kind: "message", T: ListFeeConditionItem, repeated: true },
736
+ { no: 2, name: "shop", kind: "message", T: ListFeeConditionItem, repeated: true },
737
+ ],
738
+ );
739
+
740
+ /**
741
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceByIdRequest
742
+ */
743
+ export const GetPriceByIdRequest = proto3.makeMessageType(
744
+ "ct_logic_uni_rev_premium.v1.GetPriceByIdRequest",
745
+ () => [
746
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
747
+ ],
748
+ );
749
+
750
+ /**
751
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPriceByIdResponse
752
+ */
753
+ export const GetPriceByIdResponse = proto3.makeMessageType(
754
+ "ct_logic_uni_rev_premium.v1.GetPriceByIdResponse",
755
+ () => [
756
+ { no: 1, name: "data", kind: "message", T: PriceItemWithHistory },
757
+ ],
758
+ );
759
+
760
+ /**
761
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeRequest
762
+ */
763
+ export const GetListPriceBackOfficeRequest = proto3.makeMessageType(
764
+ "ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeRequest",
765
+ () => [
766
+ { no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
767
+ { no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
768
+ { no: 3, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
769
+ { no: 4, name: "attributes", kind: "message", T: Attribute, repeated: true },
770
+ ],
771
+ );
772
+
773
+ /**
774
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeResponse
775
+ */
776
+ export const GetListPriceBackOfficeResponse = proto3.makeMessageType(
777
+ "ct_logic_uni_rev_premium.v1.GetListPriceBackOfficeResponse",
778
+ () => [
779
+ { no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
780
+ { no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
781
+ { no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
782
+ { no: 4, name: "data", kind: "message", T: PriceItemWithHistory, repeated: true },
783
+ ],
784
+ );
785
+
786
+ /**
787
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceRequest
788
+ */
789
+ export const EditPriceRequest = proto3.makeMessageType(
790
+ "ct_logic_uni_rev_premium.v1.EditPriceRequest",
791
+ () => [
792
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
793
+ { no: 2, name: "price", kind: "message", T: Price },
794
+ ],
795
+ );
796
+
797
+ /**
798
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceResponse
799
+ */
800
+ export const EditPriceResponse = proto3.makeMessageType(
801
+ "ct_logic_uni_rev_premium.v1.EditPriceResponse",
802
+ () => [
803
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
804
+ ],
805
+ );
806
+
807
+ /**
808
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceRequest
809
+ */
810
+ export const ApprovePriceRequest = proto3.makeMessageType(
811
+ "ct_logic_uni_rev_premium.v1.ApprovePriceRequest",
812
+ () => [
813
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
814
+ ],
815
+ );
816
+
817
+ /**
818
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceResponse
819
+ */
820
+ export const ApprovePriceResponse = proto3.makeMessageType(
821
+ "ct_logic_uni_rev_premium.v1.ApprovePriceResponse",
822
+ () => [
823
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
824
+ ],
825
+ );
826
+
827
+ /**
828
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceRequest
829
+ */
830
+ export const RejectPriceRequest = proto3.makeMessageType(
831
+ "ct_logic_uni_rev_premium.v1.RejectPriceRequest",
832
+ () => [
833
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
834
+ ],
835
+ );
836
+
837
+ /**
838
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceResponse
839
+ */
840
+ export const RejectPriceResponse = proto3.makeMessageType(
841
+ "ct_logic_uni_rev_premium.v1.RejectPriceResponse",
842
+ () => [
843
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
844
+ ],
845
+ );
846
+
847
+ /**
848
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishPriceRequest
849
+ */
850
+ export const PublishPriceRequest = proto3.makeMessageType(
851
+ "ct_logic_uni_rev_premium.v1.PublishPriceRequest",
852
+ () => [
853
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
854
+ ],
855
+ );
856
+
857
+ /**
858
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishPriceResponse
859
+ */
860
+ export const PublishPriceResponse = proto3.makeMessageType(
861
+ "ct_logic_uni_rev_premium.v1.PublishPriceResponse",
862
+ () => [
863
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
864
+ ],
865
+ );
866
+
867
+ /**
868
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceRequest
869
+ */
870
+ export const ApproveAllPriceByServiceRequest = proto3.makeMessageType(
871
+ "ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceRequest",
872
+ () => [
873
+ { no: 1, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
874
+ ],
875
+ );
876
+
877
+ /**
878
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceResponse
879
+ */
880
+ export const ApproveAllPriceByServiceResponse = proto3.makeMessageType(
881
+ "ct_logic_uni_rev_premium.v1.ApproveAllPriceByServiceResponse",
882
+ () => [
883
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
884
+ ],
885
+ );
886
+
887
+ /**
888
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceRequest
889
+ */
890
+ export const RejectAllPriceByServiceRequest = proto3.makeMessageType(
891
+ "ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceRequest",
892
+ () => [
893
+ { no: 1, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
894
+ ],
895
+ );
896
+
897
+ /**
898
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceResponse
899
+ */
900
+ export const RejectAllPriceByServiceResponse = proto3.makeMessageType(
901
+ "ct_logic_uni_rev_premium.v1.RejectAllPriceByServiceResponse",
902
+ () => [
903
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
904
+ ],
905
+ );
906
+
907
+ /**
908
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceRequest
909
+ */
910
+ export const PublishAllPriceByServiceRequest = proto3.makeMessageType(
911
+ "ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceRequest",
912
+ () => [
913
+ { no: 1, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
914
+ ],
915
+ );
916
+
917
+ /**
918
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceResponse
919
+ */
920
+ export const PublishAllPriceByServiceResponse = proto3.makeMessageType(
921
+ "ct_logic_uni_rev_premium.v1.PublishAllPriceByServiceResponse",
922
+ () => [
923
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
924
+ ],
925
+ );
926
+
927
+ /**
928
+ * @generated from message ct_logic_uni_rev_premium.v1.ImportPriceRequest
929
+ */
930
+ export const ImportPriceRequest = proto3.makeMessageType(
931
+ "ct_logic_uni_rev_premium.v1.ImportPriceRequest",
932
+ () => [
933
+ { no: 1, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
934
+ { no: 2, name: "items", kind: "message", T: PriceItem, repeated: true },
935
+ ],
936
+ );
937
+
938
+ /**
939
+ * @generated from message ct_logic_uni_rev_premium.v1.ImportPriceResponse
940
+ */
941
+ export const ImportPriceResponse = proto3.makeMessageType(
942
+ "ct_logic_uni_rev_premium.v1.ImportPriceResponse",
943
+ () => [
944
+ { no: 1, name: "succeed_items", kind: "message", T: PriceItem, repeated: true },
945
+ { no: 2, name: "failed_items", kind: "message", T: PriceItem, repeated: true },
946
+ ],
947
+ );
948
+
949
+ /**
950
+ * @generated from message ct_logic_uni_rev_premium.v1.CampaignMetaData
951
+ */
952
+ export const CampaignMetaData = proto3.makeMessageType(
953
+ "ct_logic_uni_rev_premium.v1.CampaignMetaData",
954
+ () => [
955
+ { no: 1, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
956
+ { no: 2, name: "limit_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
957
+ { no: 3, name: "custom_crontab", kind: "scalar", T: 9 /* ScalarType.STRING */ },
958
+ ],
959
+ );
960
+
961
+ /**
962
+ * @generated from message ct_logic_uni_rev_premium.v1.CreatePricingCampaignRequest
963
+ */
964
+ export const CreatePricingCampaignRequest = proto3.makeMessageType(
965
+ "ct_logic_uni_rev_premium.v1.CreatePricingCampaignRequest",
966
+ () => [
967
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
968
+ { no: 2, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
969
+ { no: 3, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
970
+ { no: 4, name: "start_time", kind: "message", T: Timestamp },
971
+ { no: 5, name: "end_time", kind: "message", T: Timestamp },
972
+ { no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
973
+ { no: 7, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
974
+ { no: 8, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
975
+ { no: 9, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
976
+ { no: 10, name: "meta_data", kind: "message", T: CampaignMetaData },
977
+ { no: 11, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
978
+ { no: 12, name: "legal_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
979
+ ],
980
+ );
981
+
982
+ /**
983
+ * @generated from message ct_logic_uni_rev_premium.v1.CreatePricingCampaignResponse
984
+ */
985
+ export const CreatePricingCampaignResponse = proto3.makeMessageType(
986
+ "ct_logic_uni_rev_premium.v1.CreatePricingCampaignResponse",
987
+ () => [
988
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
989
+ ],
990
+ );
991
+
992
+ /**
993
+ * @generated from message ct_logic_uni_rev_premium.v1.UpdatePricingCampaignPayload
994
+ */
995
+ export const UpdatePricingCampaignPayload = proto3.makeMessageType(
996
+ "ct_logic_uni_rev_premium.v1.UpdatePricingCampaignPayload",
997
+ () => [
998
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
999
+ { no: 2, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1000
+ { no: 3, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1001
+ { no: 4, name: "start_time", kind: "message", T: Timestamp },
1002
+ { no: 5, name: "end_time", kind: "message", T: Timestamp },
1003
+ { no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1004
+ { no: 7, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1005
+ { no: 8, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1006
+ { no: 9, name: "meta_data", kind: "message", T: CampaignMetaData },
1007
+ { no: 10, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1008
+ { no: 11, name: "legal_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1009
+ ],
1010
+ );
1011
+
1012
+ /**
1013
+ * @generated from message ct_logic_uni_rev_premium.v1.UpdatePricingCampaignRequest
1014
+ */
1015
+ export const UpdatePricingCampaignRequest = proto3.makeMessageType(
1016
+ "ct_logic_uni_rev_premium.v1.UpdatePricingCampaignRequest",
1017
+ () => [
1018
+ { no: 1, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1019
+ { no: 2, name: "payload", kind: "message", T: UpdatePricingCampaignPayload },
1020
+ ],
1021
+ );
1022
+
1023
+ /**
1024
+ * @generated from message ct_logic_uni_rev_premium.v1.UpdatePricingCampaignResponse
1025
+ */
1026
+ export const UpdatePricingCampaignResponse = proto3.makeMessageType(
1027
+ "ct_logic_uni_rev_premium.v1.UpdatePricingCampaignResponse",
1028
+ () => [
1029
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1030
+ ],
1031
+ );
1032
+
1033
+ /**
1034
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePricingCampaignRequest
1035
+ */
1036
+ export const DeletePricingCampaignRequest = proto3.makeMessageType(
1037
+ "ct_logic_uni_rev_premium.v1.DeletePricingCampaignRequest",
1038
+ () => [
1039
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1040
+ ],
1041
+ );
1042
+
1043
+ /**
1044
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePricingCampaignResponse
1045
+ */
1046
+ export const DeletePricingCampaignResponse = proto3.makeMessageType(
1047
+ "ct_logic_uni_rev_premium.v1.DeletePricingCampaignResponse",
1048
+ () => [
1049
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1050
+ ],
1051
+ );
1052
+
1053
+ /**
1054
+ * @generated from message ct_logic_uni_rev_premium.v1.PricingCampaign
1055
+ */
1056
+ export const PricingCampaign = proto3.makeMessageType(
1057
+ "ct_logic_uni_rev_premium.v1.PricingCampaign",
1058
+ () => [
1059
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1060
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1061
+ { no: 3, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1062
+ { no: 4, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1063
+ { no: 5, name: "start_time", kind: "message", T: Timestamp },
1064
+ { no: 6, name: "end_time", kind: "message", T: Timestamp },
1065
+ { no: 7, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1066
+ { no: 8, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1067
+ { no: 9, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1068
+ { no: 10, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1069
+ { no: 11, name: "created_at", kind: "message", T: Timestamp },
1070
+ { no: 12, name: "updated_at", kind: "message", T: Timestamp },
1071
+ { no: 13, name: "meta_data", kind: "message", T: CampaignMetaData },
1072
+ { no: 14, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1073
+ { no: 15, name: "legal_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1074
+ ],
1075
+ );
1076
+
1077
+ /**
1078
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPricingCampaignFilter
1079
+ */
1080
+ export const GetListPricingCampaignFilter = proto3.makeMessageType(
1081
+ "ct_logic_uni_rev_premium.v1.GetListPricingCampaignFilter",
1082
+ () => [
1083
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1084
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1085
+ { no: 3, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1086
+ { no: 4, name: "start_time", kind: "message", T: Timestamp },
1087
+ { no: 5, name: "end_time", kind: "message", T: Timestamp },
1088
+ { no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1089
+ { no: 7, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1090
+ { no: 8, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1091
+ { no: 9, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1092
+ ],
1093
+ );
1094
+
1095
+ /**
1096
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPricingCampaignRequest
1097
+ */
1098
+ export const GetListPricingCampaignRequest = proto3.makeMessageType(
1099
+ "ct_logic_uni_rev_premium.v1.GetListPricingCampaignRequest",
1100
+ () => [
1101
+ { no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1102
+ { no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1103
+ { no: 3, name: "filter", kind: "message", T: GetListPricingCampaignFilter },
1104
+ ],
1105
+ );
1106
+
1107
+ /**
1108
+ * @generated from message ct_logic_uni_rev_premium.v1.GetListPricingCampaignResponse
1109
+ */
1110
+ export const GetListPricingCampaignResponse = proto3.makeMessageType(
1111
+ "ct_logic_uni_rev_premium.v1.GetListPricingCampaignResponse",
1112
+ () => [
1113
+ { no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1114
+ { no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1115
+ { no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1116
+ { no: 4, name: "data", kind: "message", T: PricingCampaign, repeated: true },
1117
+ ],
1118
+ );
1119
+
1120
+ /**
1121
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdRequest
1122
+ */
1123
+ export const GetPricingCampaignByIdRequest = proto3.makeMessageType(
1124
+ "ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdRequest",
1125
+ () => [
1126
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1127
+ { no: 2, name: "should_get_prices", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1128
+ ],
1129
+ );
1130
+
1131
+ /**
1132
+ * @generated from message ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdResponse
1133
+ */
1134
+ export const GetPricingCampaignByIdResponse = proto3.makeMessageType(
1135
+ "ct_logic_uni_rev_premium.v1.GetPricingCampaignByIdResponse",
1136
+ () => [
1137
+ { no: 1, name: "campaign", kind: "message", T: PricingCampaign },
1138
+ { no: 2, name: "prices", kind: "message", T: PriceItemWithHistory, repeated: true },
1139
+ ],
1140
+ );
1141
+
1142
+ /**
1143
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignRequest
1144
+ */
1145
+ export const ApproveAllPriceByCampaignRequest = proto3.makeMessageType(
1146
+ "ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignRequest",
1147
+ () => [
1148
+ { no: 1, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1149
+ ],
1150
+ );
1151
+
1152
+ /**
1153
+ * @generated from message ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignResponse
1154
+ */
1155
+ export const ApproveAllPriceByCampaignResponse = proto3.makeMessageType(
1156
+ "ct_logic_uni_rev_premium.v1.ApproveAllPriceByCampaignResponse",
1157
+ () => [
1158
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1159
+ ],
1160
+ );
1161
+
1162
+ /**
1163
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignRequest
1164
+ */
1165
+ export const RejectAllPriceByCampaignRequest = proto3.makeMessageType(
1166
+ "ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignRequest",
1167
+ () => [
1168
+ { no: 1, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1169
+ ],
1170
+ );
1171
+
1172
+ /**
1173
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignResponse
1174
+ */
1175
+ export const RejectAllPriceByCampaignResponse = proto3.makeMessageType(
1176
+ "ct_logic_uni_rev_premium.v1.RejectAllPriceByCampaignResponse",
1177
+ () => [
1178
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1179
+ ],
1180
+ );
1181
+
1182
+ /**
1183
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignRequest
1184
+ */
1185
+ export const PublishAllPriceByCampaignRequest = proto3.makeMessageType(
1186
+ "ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignRequest",
1187
+ () => [
1188
+ { no: 1, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1189
+ ],
1190
+ );
1191
+
1192
+ /**
1193
+ * @generated from message ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignResponse
1194
+ */
1195
+ export const PublishAllPriceByCampaignResponse = proto3.makeMessageType(
1196
+ "ct_logic_uni_rev_premium.v1.PublishAllPriceByCampaignResponse",
1197
+ () => [
1198
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1199
+ ],
1200
+ );
1201
+
1202
+ /**
1203
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceItemCampaignRequest
1204
+ */
1205
+ export const EditPriceItemCampaignRequest = proto3.makeMessageType(
1206
+ "ct_logic_uni_rev_premium.v1.EditPriceItemCampaignRequest",
1207
+ () => [
1208
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1209
+ { no: 2, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1210
+ { no: 3, name: "price", kind: "message", T: Price },
1211
+ ],
1212
+ );
1213
+
1214
+ /**
1215
+ * @generated from message ct_logic_uni_rev_premium.v1.EditPriceItemCampaignResponse
1216
+ */
1217
+ export const EditPriceItemCampaignResponse = proto3.makeMessageType(
1218
+ "ct_logic_uni_rev_premium.v1.EditPriceItemCampaignResponse",
1219
+ () => [
1220
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1221
+ ],
1222
+ );
1223
+
1224
+ /**
1225
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignRequest
1226
+ */
1227
+ export const DeletePriceItemCampaignRequest = proto3.makeMessageType(
1228
+ "ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignRequest",
1229
+ () => [
1230
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1231
+ { no: 2, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1232
+ ],
1233
+ );
1234
+
1235
+ /**
1236
+ * @generated from message ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignResponse
1237
+ */
1238
+ export const DeletePriceItemCampaignResponse = proto3.makeMessageType(
1239
+ "ct_logic_uni_rev_premium.v1.DeletePriceItemCampaignResponse",
1240
+ () => [
1241
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1242
+ ],
1243
+ );
1244
+
1245
+ /**
1246
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignRequest
1247
+ */
1248
+ export const ApprovePriceItemCampaignRequest = proto3.makeMessageType(
1249
+ "ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignRequest",
1250
+ () => [
1251
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1252
+ { no: 2, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1253
+ ],
1254
+ );
1255
+
1256
+ /**
1257
+ * @generated from message ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignResponse
1258
+ */
1259
+ export const ApprovePriceItemCampaignResponse = proto3.makeMessageType(
1260
+ "ct_logic_uni_rev_premium.v1.ApprovePriceItemCampaignResponse",
1261
+ () => [
1262
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1263
+ ],
1264
+ );
1265
+
1266
+ /**
1267
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignRequest
1268
+ */
1269
+ export const RejectPriceItemCampaignRequest = proto3.makeMessageType(
1270
+ "ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignRequest",
1271
+ () => [
1272
+ { no: 1, name: "price_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1273
+ { no: 2, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1274
+ ],
1275
+ );
1276
+
1277
+ /**
1278
+ * @generated from message ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignResponse
1279
+ */
1280
+ export const RejectPriceItemCampaignResponse = proto3.makeMessageType(
1281
+ "ct_logic_uni_rev_premium.v1.RejectPriceItemCampaignResponse",
1282
+ () => [
1283
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1284
+ ],
1285
+ );
1286
+
1287
+ /**
1288
+ * @generated from message ct_logic_uni_rev_premium.v1.CheckIsPaidAdRequest
1289
+ */
1290
+ export const CheckIsPaidAdRequest = proto3.makeMessageType(
1291
+ "ct_logic_uni_rev_premium.v1.CheckIsPaidAdRequest",
1292
+ () => [
1293
+ { no: 1, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1294
+ { no: 2, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1295
+ { no: 3, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1296
+ ],
1297
+ );
1298
+
1299
+ /**
1300
+ * @generated from message ct_logic_uni_rev_premium.v1.CheckIsPaidAdResponse
1301
+ */
1302
+ export const CheckIsPaidAdResponse = proto3.makeMessageType(
1303
+ "ct_logic_uni_rev_premium.v1.CheckIsPaidAdResponse",
1304
+ () => [
1305
+ { no: 1, name: "is_paid_ad", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1306
+ ],
1307
+ );
1308
+
1309
+ /**
1310
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAllListingFeePriceRequest
1311
+ */
1312
+ export const GetAllListingFeePriceRequest = proto3.makeMessageType(
1313
+ "ct_logic_uni_rev_premium.v1.GetAllListingFeePriceRequest",
1314
+ () => [
1315
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1316
+ ],
1317
+ );
1318
+
1319
+ /**
1320
+ * @generated from message ct_logic_uni_rev_premium.v1.GetAllListingFeePriceResponse
1321
+ */
1322
+ export const GetAllListingFeePriceResponse = proto3.makeMessageType(
1323
+ "ct_logic_uni_rev_premium.v1.GetAllListingFeePriceResponse",
1324
+ () => [
1325
+ { no: 1, name: "data", kind: "message", T: PriceItem, repeated: true },
1326
+ ],
1327
+ );
1328
+
1329
+ /**
1330
+ * @generated from message ct_logic_uni_rev_premium.v1.PaidProductOrderService
1331
+ */
1332
+ export const PaidProductOrderService = proto3.makeMessageType(
1333
+ "ct_logic_uni_rev_premium.v1.PaidProductOrderService",
1334
+ () => [
1335
+ { no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1336
+ { no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1337
+ { no: 3, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1338
+ { no: 4, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1339
+ ],
1340
+ );
1341
+
1342
+ /**
1343
+ * @generated from message ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionRequest
1344
+ */
1345
+ export const ReleasePricingPromotionRedemptionRequest = proto3.makeMessageType(
1346
+ "ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionRequest",
1347
+ () => [
1348
+ { no: 1, name: "pricing_redemption_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
1349
+ ],
1350
+ );
1351
+
1352
+ /**
1353
+ * @generated from message ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionInfo
1354
+ */
1355
+ export const ReleasePricingPromotionRedemptionInfo = proto3.makeMessageType(
1356
+ "ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionInfo",
1357
+ () => [
1358
+ { no: 1, name: "pricing_redemption_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1359
+ { no: 2, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1360
+ ],
1361
+ );
1362
+
1363
+ /**
1364
+ * @generated from message ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionResponse
1365
+ */
1366
+ export const ReleasePricingPromotionRedemptionResponse = proto3.makeMessageType(
1367
+ "ct_logic_uni_rev_premium.v1.ReleasePricingPromotionRedemptionResponse",
1368
+ () => [
1369
+ { no: 1, name: "data", kind: "message", T: ReleasePricingPromotionRedemptionInfo, repeated: true },
1370
+ ],
1371
+ );
1372
+