@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,1840 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/premium_services.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { proto3, Timestamp } from "@bufbuild/protobuf";
|
|
7
|
+
import { ListingFeeInfo, PriceUnit } from "./pricing_pb.js";
|
|
8
|
+
import { AdInfo } from "./sticky_adinfo_pb.js";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoByServiceIdRequest
|
|
12
|
+
*/
|
|
13
|
+
export const GetPremiumServiceInfoByServiceIdRequest = proto3.makeMessageType(
|
|
14
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoByServiceIdRequest",
|
|
15
|
+
() => [
|
|
16
|
+
{ no: 1, name: "service_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
17
|
+
{ no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
18
|
+
],
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoByServiceIdResponse
|
|
23
|
+
*/
|
|
24
|
+
export const GetPremiumServiceInfoByServiceIdResponse = proto3.makeMessageType(
|
|
25
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoByServiceIdResponse",
|
|
26
|
+
() => [
|
|
27
|
+
{ no: 1, name: "bump_service_info", kind: "message", T: GetScheduleBumpServiceResponse },
|
|
28
|
+
{ no: 2, name: "sticky_ads_service_info", kind: "message", T: GetStickyAdsServiceResponse },
|
|
29
|
+
{ no: 3, name: "sda_service_info", kind: "message", T: GetSDAServiceResponse },
|
|
30
|
+
{ no: 4, name: "cupid_service_info", kind: "message", T: GetCupidServiceResponse },
|
|
31
|
+
{ no: 5, name: "intensive_bump_service_info", kind: "message", T: GetScheduleBumpServiceResponse },
|
|
32
|
+
],
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleListRequest
|
|
37
|
+
*/
|
|
38
|
+
export const GetBundleListRequest = proto3.makeMessageType(
|
|
39
|
+
"ct_logic_uni_rev_premium.v1.GetBundleListRequest",
|
|
40
|
+
() => [
|
|
41
|
+
{ no: 1, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
42
|
+
{ no: 2, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
43
|
+
],
|
|
44
|
+
);
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleInfo
|
|
48
|
+
*/
|
|
49
|
+
export const BundleInfo = proto3.makeMessageType(
|
|
50
|
+
"ct_logic_uni_rev_premium.v1.BundleInfo",
|
|
51
|
+
() => [
|
|
52
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
53
|
+
{ no: 2, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
54
|
+
{ no: 3, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
55
|
+
{ no: 4, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
56
|
+
{ no: 5, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
57
|
+
{ no: 6, name: "tagging_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
58
|
+
{ no: 7, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
59
|
+
{ no: 8, name: "image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
60
|
+
{ no: 9, name: "gif_image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
61
|
+
{ no: 10, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
62
|
+
{ no: 11, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
63
|
+
{ no: 12, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
64
|
+
{ no: 13, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
65
|
+
{ no: 14, name: "selling_point", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
66
|
+
{ no: 15, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
67
|
+
{ no: 16, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
68
|
+
{ no: 17, name: "service_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
69
|
+
],
|
|
70
|
+
);
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleListResponse
|
|
74
|
+
*/
|
|
75
|
+
export const GetBundleListResponse = proto3.makeMessageType(
|
|
76
|
+
"ct_logic_uni_rev_premium.v1.GetBundleListResponse",
|
|
77
|
+
() => [
|
|
78
|
+
{ no: 1, name: "data", kind: "message", T: BundleInfo, repeated: true },
|
|
79
|
+
],
|
|
80
|
+
);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleListBackofficeRequest
|
|
84
|
+
*/
|
|
85
|
+
export const GetBundleListBackofficeRequest = proto3.makeMessageType(
|
|
86
|
+
"ct_logic_uni_rev_premium.v1.GetBundleListBackofficeRequest",
|
|
87
|
+
() => [
|
|
88
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
89
|
+
{ no: 2, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
90
|
+
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
91
|
+
{ no: 4, name: "tagging_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
92
|
+
{ no: 5, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
93
|
+
{ no: 6, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
94
|
+
{ no: 7, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
95
|
+
{ no: 8, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
96
|
+
{ no: 9, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
97
|
+
{ no: 10, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
98
|
+
{ no: 11, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
99
|
+
{ no: 12, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
100
|
+
{ no: 13, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
101
|
+
],
|
|
102
|
+
);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleListBackofficeResponse
|
|
106
|
+
*/
|
|
107
|
+
export const GetBundleListBackofficeResponse = proto3.makeMessageType(
|
|
108
|
+
"ct_logic_uni_rev_premium.v1.GetBundleListBackofficeResponse",
|
|
109
|
+
() => [
|
|
110
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
111
|
+
{ no: 2, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
112
|
+
{ no: 3, name: "data", kind: "message", T: BundleInfo, repeated: true },
|
|
113
|
+
{ no: 4, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
114
|
+
{ no: 5, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
115
|
+
],
|
|
116
|
+
);
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleCondition
|
|
120
|
+
*/
|
|
121
|
+
export const BundleCondition = proto3.makeMessageType(
|
|
122
|
+
"ct_logic_uni_rev_premium.v1.BundleCondition",
|
|
123
|
+
() => [
|
|
124
|
+
{ no: 1, name: "category_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
125
|
+
{ no: 2, name: "region_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
126
|
+
{ no: 3, name: "user_types", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
127
|
+
],
|
|
128
|
+
);
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @generated from message ct_logic_uni_rev_premium.v1.FilterBundle
|
|
132
|
+
*/
|
|
133
|
+
export const FilterBundle = proto3.makeMessageType(
|
|
134
|
+
"ct_logic_uni_rev_premium.v1.FilterBundle",
|
|
135
|
+
() => [
|
|
136
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
137
|
+
{ no: 2, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
138
|
+
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
139
|
+
{ no: 4, name: "tagging_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
140
|
+
{ no: 5, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
141
|
+
{ no: 6, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
142
|
+
{ no: 7, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
143
|
+
{ no: 8, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
144
|
+
{ no: 9, name: "account_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
145
|
+
{ no: 10, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
146
|
+
{ no: 11, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
147
|
+
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
148
|
+
],
|
|
149
|
+
);
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleByFilterRequest
|
|
153
|
+
*/
|
|
154
|
+
export const GetBundleByFilterRequest = proto3.makeMessageType(
|
|
155
|
+
"ct_logic_uni_rev_premium.v1.GetBundleByFilterRequest",
|
|
156
|
+
() => [
|
|
157
|
+
{ no: 1, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
158
|
+
{ no: 2, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
159
|
+
{ no: 3, name: "filter", kind: "message", T: FilterBundle },
|
|
160
|
+
],
|
|
161
|
+
);
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleByFilterResponse
|
|
165
|
+
*/
|
|
166
|
+
export const GetBundleByFilterResponse = proto3.makeMessageType(
|
|
167
|
+
"ct_logic_uni_rev_premium.v1.GetBundleByFilterResponse",
|
|
168
|
+
() => [
|
|
169
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
170
|
+
{ no: 2, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
171
|
+
{ no: 3, name: "data", kind: "message", T: BundleInfo, repeated: true },
|
|
172
|
+
],
|
|
173
|
+
);
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleByIdRequest
|
|
177
|
+
*/
|
|
178
|
+
export const GetBundleByIdRequest = proto3.makeMessageType(
|
|
179
|
+
"ct_logic_uni_rev_premium.v1.GetBundleByIdRequest",
|
|
180
|
+
() => [
|
|
181
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
182
|
+
],
|
|
183
|
+
);
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleByIdResponse
|
|
187
|
+
*/
|
|
188
|
+
export const GetBundleByIdResponse = proto3.makeMessageType(
|
|
189
|
+
"ct_logic_uni_rev_premium.v1.GetBundleByIdResponse",
|
|
190
|
+
() => [
|
|
191
|
+
{ no: 1, name: "data", kind: "message", T: BundleInfo },
|
|
192
|
+
],
|
|
193
|
+
);
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetScheduleBumpServiceResponse
|
|
197
|
+
*/
|
|
198
|
+
export const GetScheduleBumpServiceResponse = proto3.makeMessageType(
|
|
199
|
+
"ct_logic_uni_rev_premium.v1.GetScheduleBumpServiceResponse",
|
|
200
|
+
() => [
|
|
201
|
+
{ no: 1, name: "status", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
202
|
+
{ no: 2, name: "data", kind: "map", K: 3 /* ScalarType.INT64 */, V: {kind: "message", T: ScheduleBumpServiceResponse} },
|
|
203
|
+
],
|
|
204
|
+
);
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ScheduleBumpServiceResponse
|
|
208
|
+
*/
|
|
209
|
+
export const ScheduleBumpServiceResponse = proto3.makeMessageType(
|
|
210
|
+
"ct_logic_uni_rev_premium.v1.ScheduleBumpServiceResponse",
|
|
211
|
+
() => [
|
|
212
|
+
{ no: 2, name: "data", kind: "message", T: ScheduleBumpService, repeated: true },
|
|
213
|
+
],
|
|
214
|
+
);
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ScheduleBumpService
|
|
218
|
+
*/
|
|
219
|
+
export const ScheduleBumpService = proto3.makeMessageType(
|
|
220
|
+
"ct_logic_uni_rev_premium.v1.ScheduleBumpService",
|
|
221
|
+
() => [
|
|
222
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
223
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
224
|
+
{ no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
225
|
+
{ no: 4, name: "schedule_bump_time", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
226
|
+
{ no: 5, name: "expected_bump_time", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
227
|
+
{ no: 6, name: "bump_time", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
228
|
+
{ no: 7, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
229
|
+
],
|
|
230
|
+
);
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyAdsServiceResponse
|
|
234
|
+
*/
|
|
235
|
+
export const GetStickyAdsServiceResponse = proto3.makeMessageType(
|
|
236
|
+
"ct_logic_uni_rev_premium.v1.GetStickyAdsServiceResponse",
|
|
237
|
+
() => [
|
|
238
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
239
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
240
|
+
{ no: 3, name: "placement_setting_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
241
|
+
{ no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
242
|
+
{ no: 5, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
243
|
+
{ no: 6, name: "end_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
244
|
+
{ no: 7, name: "modified_date", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
245
|
+
{ no: 8, name: "created_date", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
246
|
+
{ no: 9, name: "delivery_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
247
|
+
],
|
|
248
|
+
);
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetCupidServiceResponse
|
|
252
|
+
*/
|
|
253
|
+
export const GetCupidServiceResponse = proto3.makeMessageType(
|
|
254
|
+
"ct_logic_uni_rev_premium.v1.GetCupidServiceResponse",
|
|
255
|
+
() => [
|
|
256
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
257
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
258
|
+
{ no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
259
|
+
{ no: 4, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
260
|
+
{ no: 5, name: "end_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
261
|
+
{ no: 6, name: "modified_date", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
262
|
+
{ no: 7, name: "created_date", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
263
|
+
{ no: 8, name: "delivery_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
264
|
+
{ no: 9, name: "unit_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
265
|
+
],
|
|
266
|
+
);
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetSDAServiceResponse
|
|
270
|
+
*/
|
|
271
|
+
export const GetSDAServiceResponse = proto3.makeMessageType(
|
|
272
|
+
"ct_logic_uni_rev_premium.v1.GetSDAServiceResponse",
|
|
273
|
+
() => [
|
|
274
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
275
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
276
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
277
|
+
{ no: 4, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
278
|
+
{ no: 5, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
279
|
+
{ no: 6, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
280
|
+
{ no: 7, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
281
|
+
{ no: 8, name: "params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
282
|
+
{ no: 9, name: "delivery_date", kind: "message", T: Timestamp },
|
|
283
|
+
{ no: 10, name: "expired_date", kind: "message", T: Timestamp },
|
|
284
|
+
{ no: 11, name: "create_at", kind: "message", T: Timestamp },
|
|
285
|
+
{ no: 12, name: "update_at", kind: "message", T: Timestamp },
|
|
286
|
+
{ no: 13, name: "delete_at", kind: "message", T: Timestamp },
|
|
287
|
+
],
|
|
288
|
+
);
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ServicesAppliedForBundle
|
|
292
|
+
*/
|
|
293
|
+
export const ServicesAppliedForBundle = proto3.makeMessageType(
|
|
294
|
+
"ct_logic_uni_rev_premium.v1.ServicesAppliedForBundle",
|
|
295
|
+
() => [
|
|
296
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
297
|
+
{ no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
298
|
+
{ no: 3, name: "service_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
299
|
+
{ no: 4, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
300
|
+
{ no: 5, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
301
|
+
{ no: 6, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
302
|
+
],
|
|
303
|
+
);
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetServicesAppliedForBundleRequest
|
|
307
|
+
*/
|
|
308
|
+
export const GetServicesAppliedForBundleRequest = proto3.makeMessageType(
|
|
309
|
+
"ct_logic_uni_rev_premium.v1.GetServicesAppliedForBundleRequest",
|
|
310
|
+
() => [
|
|
311
|
+
{ no: 1, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
312
|
+
{ no: 2, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
313
|
+
],
|
|
314
|
+
);
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetServicesAppliedForBundleResponse
|
|
318
|
+
*/
|
|
319
|
+
export const GetServicesAppliedForBundleResponse = proto3.makeMessageType(
|
|
320
|
+
"ct_logic_uni_rev_premium.v1.GetServicesAppliedForBundleResponse",
|
|
321
|
+
() => [
|
|
322
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
323
|
+
{ no: 2, name: "data", kind: "message", T: ServicesAppliedForBundle, repeated: true },
|
|
324
|
+
],
|
|
325
|
+
);
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleIdWithServicesDetail
|
|
329
|
+
*/
|
|
330
|
+
export const BundleIdWithServicesDetail = proto3.makeMessageType(
|
|
331
|
+
"ct_logic_uni_rev_premium.v1.BundleIdWithServicesDetail",
|
|
332
|
+
() => [
|
|
333
|
+
{ no: 1, name: "bundle_service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
334
|
+
{ no: 2, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
335
|
+
{ no: 3, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
336
|
+
{ no: 4, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
337
|
+
{ no: 5, name: "service_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
338
|
+
{ no: 6, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
339
|
+
{ no: 7, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
340
|
+
],
|
|
341
|
+
);
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleWithServicesDetailByBundleIdRequest
|
|
345
|
+
*/
|
|
346
|
+
export const GetBundleWithServicesDetailByBundleIdRequest = proto3.makeMessageType(
|
|
347
|
+
"ct_logic_uni_rev_premium.v1.GetBundleWithServicesDetailByBundleIdRequest",
|
|
348
|
+
() => [
|
|
349
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
350
|
+
],
|
|
351
|
+
);
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleWithServicesDetailByBundleIdResponse
|
|
355
|
+
*/
|
|
356
|
+
export const GetBundleWithServicesDetailByBundleIdResponse = proto3.makeMessageType(
|
|
357
|
+
"ct_logic_uni_rev_premium.v1.GetBundleWithServicesDetailByBundleIdResponse",
|
|
358
|
+
() => [
|
|
359
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
360
|
+
{ no: 2, name: "data", kind: "message", T: BundleIdWithServicesDetail, repeated: true },
|
|
361
|
+
],
|
|
362
|
+
);
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleWithSegmentation
|
|
366
|
+
*/
|
|
367
|
+
export const BundleWithSegmentation = proto3.makeMessageType(
|
|
368
|
+
"ct_logic_uni_rev_premium.v1.BundleWithSegmentation",
|
|
369
|
+
() => [
|
|
370
|
+
{ no: 1, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
371
|
+
{ no: 2, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
372
|
+
{ no: 3, name: "user_type", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
373
|
+
],
|
|
374
|
+
);
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleService
|
|
378
|
+
*/
|
|
379
|
+
export const BundleService = proto3.makeMessageType(
|
|
380
|
+
"ct_logic_uni_rev_premium.v1.BundleService",
|
|
381
|
+
() => [
|
|
382
|
+
{ no: 1, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
383
|
+
{ no: 2, name: "service_params", kind: "message", T: BundleServiceParam },
|
|
384
|
+
],
|
|
385
|
+
);
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleServiceParam
|
|
389
|
+
*/
|
|
390
|
+
export const BundleServiceParam = proto3.makeMessageType(
|
|
391
|
+
"ct_logic_uni_rev_premium.v1.BundleServiceParam",
|
|
392
|
+
() => [
|
|
393
|
+
{ no: 1, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
394
|
+
{ no: 2, name: "feature", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
395
|
+
],
|
|
396
|
+
);
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleData
|
|
400
|
+
*/
|
|
401
|
+
export const BundleData = proto3.makeMessageType(
|
|
402
|
+
"ct_logic_uni_rev_premium.v1.BundleData",
|
|
403
|
+
() => [
|
|
404
|
+
{ no: 1, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
405
|
+
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
406
|
+
{ no: 3, name: "tagging_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
407
|
+
{ no: 4, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
408
|
+
{ no: 5, name: "image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
409
|
+
{ no: 6, name: "gif_image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
410
|
+
{ no: 7, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
411
|
+
{ no: 8, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
412
|
+
{ no: 9, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
413
|
+
{ no: 10, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
414
|
+
{ no: 11, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
415
|
+
{ no: 12, name: "service_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
416
|
+
{ no: 13, name: "selling_point", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
417
|
+
{ no: 14, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
418
|
+
{ no: 15, name: "is_deleted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
419
|
+
{ no: 16, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
420
|
+
{ no: 17, name: "services", kind: "message", T: BundleService, repeated: true },
|
|
421
|
+
],
|
|
422
|
+
);
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AddNewBundleRequest
|
|
426
|
+
*/
|
|
427
|
+
export const AddNewBundleRequest = proto3.makeMessageType(
|
|
428
|
+
"ct_logic_uni_rev_premium.v1.AddNewBundleRequest",
|
|
429
|
+
() => [
|
|
430
|
+
{ no: 1, name: "bundle_with_segment", kind: "message", T: BundleWithSegmentation },
|
|
431
|
+
{ no: 2, name: "bundle_data", kind: "message", T: BundleData },
|
|
432
|
+
{ no: 3, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
433
|
+
],
|
|
434
|
+
);
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AddNewBundleResponse
|
|
438
|
+
*/
|
|
439
|
+
export const AddNewBundleResponse = proto3.makeMessageType(
|
|
440
|
+
"ct_logic_uni_rev_premium.v1.AddNewBundleResponse",
|
|
441
|
+
() => [
|
|
442
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
443
|
+
{ no: 2, name: "data", kind: "message", T: BundleInfo },
|
|
444
|
+
],
|
|
445
|
+
);
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* @generated from message ct_logic_uni_rev_premium.v1.EditBundleRequest
|
|
449
|
+
*/
|
|
450
|
+
export const EditBundleRequest = proto3.makeMessageType(
|
|
451
|
+
"ct_logic_uni_rev_premium.v1.EditBundleRequest",
|
|
452
|
+
() => [
|
|
453
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
454
|
+
{ no: 2, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
455
|
+
{ no: 3, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
456
|
+
{ no: 4, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
457
|
+
{ no: 5, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
458
|
+
{ no: 6, name: "user_type", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
459
|
+
{ no: 7, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
460
|
+
{ no: 8, name: "tagging_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
461
|
+
{ no: 9, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
462
|
+
{ no: 10, name: "image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
463
|
+
{ no: 11, name: "gif_image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
464
|
+
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
465
|
+
{ no: 13, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
466
|
+
{ no: 14, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
467
|
+
{ no: 15, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
468
|
+
{ no: 16, name: "selling_point", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
469
|
+
{ no: 17, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
470
|
+
{ no: 18, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
471
|
+
{ no: 19, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
472
|
+
{ no: 20, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
473
|
+
],
|
|
474
|
+
);
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* @generated from message ct_logic_uni_rev_premium.v1.EditBundleResponse
|
|
478
|
+
*/
|
|
479
|
+
export const EditBundleResponse = proto3.makeMessageType(
|
|
480
|
+
"ct_logic_uni_rev_premium.v1.EditBundleResponse",
|
|
481
|
+
() => [
|
|
482
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
483
|
+
{ no: 2, name: "data", kind: "message", T: BundleInfo },
|
|
484
|
+
],
|
|
485
|
+
);
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeleteBundleByIdRequest
|
|
489
|
+
*/
|
|
490
|
+
export const DeleteBundleByIdRequest = proto3.makeMessageType(
|
|
491
|
+
"ct_logic_uni_rev_premium.v1.DeleteBundleByIdRequest",
|
|
492
|
+
() => [
|
|
493
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
494
|
+
{ no: 2, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
495
|
+
],
|
|
496
|
+
);
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeleteBundleByIdResponse
|
|
500
|
+
*/
|
|
501
|
+
export const DeleteBundleByIdResponse = proto3.makeMessageType(
|
|
502
|
+
"ct_logic_uni_rev_premium.v1.DeleteBundleByIdResponse",
|
|
503
|
+
() => [
|
|
504
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
505
|
+
],
|
|
506
|
+
);
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleSegment
|
|
510
|
+
*/
|
|
511
|
+
export const BundleSegment = proto3.makeMessageType(
|
|
512
|
+
"ct_logic_uni_rev_premium.v1.BundleSegment",
|
|
513
|
+
() => [
|
|
514
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
515
|
+
{ no: 2, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
516
|
+
{ no: 3, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
517
|
+
{ no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
518
|
+
{ no: 5, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
519
|
+
{ no: 6, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
520
|
+
{ no: 7, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
521
|
+
{ no: 8, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
522
|
+
{ no: 9, name: "segment_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
523
|
+
{ no: 10, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
524
|
+
],
|
|
525
|
+
);
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @generated from message ct_logic_uni_rev_premium.v1.FilterBundleSegment
|
|
529
|
+
*/
|
|
530
|
+
export const FilterBundleSegment = proto3.makeMessageType(
|
|
531
|
+
"ct_logic_uni_rev_premium.v1.FilterBundleSegment",
|
|
532
|
+
() => [
|
|
533
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
534
|
+
{ no: 2, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
535
|
+
{ no: 3, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
536
|
+
{ no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
537
|
+
{ no: 5, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
538
|
+
{ no: 6, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
539
|
+
{ no: 7, name: "segment_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
540
|
+
{ no: 8, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
541
|
+
{ no: 9, name: "bundle_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
542
|
+
],
|
|
543
|
+
);
|
|
544
|
+
|
|
545
|
+
/**
|
|
546
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListBundleSegmentByFilterRequest
|
|
547
|
+
*/
|
|
548
|
+
export const GetListBundleSegmentByFilterRequest = proto3.makeMessageType(
|
|
549
|
+
"ct_logic_uni_rev_premium.v1.GetListBundleSegmentByFilterRequest",
|
|
550
|
+
() => [
|
|
551
|
+
{ no: 1, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
552
|
+
{ no: 2, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
553
|
+
{ no: 3, name: "filter", kind: "message", T: FilterBundleSegment },
|
|
554
|
+
],
|
|
555
|
+
);
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListBundleSegmentByFilterResponse
|
|
559
|
+
*/
|
|
560
|
+
export const GetListBundleSegmentByFilterResponse = proto3.makeMessageType(
|
|
561
|
+
"ct_logic_uni_rev_premium.v1.GetListBundleSegmentByFilterResponse",
|
|
562
|
+
() => [
|
|
563
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
564
|
+
{ no: 2, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
565
|
+
{ no: 3, name: "data", kind: "message", T: BundleSegment, repeated: true },
|
|
566
|
+
{ no: 4, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
567
|
+
{ no: 5, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
568
|
+
],
|
|
569
|
+
);
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AddBundleSegmentRequest
|
|
573
|
+
*/
|
|
574
|
+
export const AddBundleSegmentRequest = proto3.makeMessageType(
|
|
575
|
+
"ct_logic_uni_rev_premium.v1.AddBundleSegmentRequest",
|
|
576
|
+
() => [
|
|
577
|
+
{ no: 1, name: "bundle_segment", kind: "message", T: BundleSegment, repeated: true },
|
|
578
|
+
{ no: 2, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
579
|
+
],
|
|
580
|
+
);
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AddBundleSegmentResponse
|
|
584
|
+
*/
|
|
585
|
+
export const AddBundleSegmentResponse = proto3.makeMessageType(
|
|
586
|
+
"ct_logic_uni_rev_premium.v1.AddBundleSegmentResponse",
|
|
587
|
+
() => [
|
|
588
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
589
|
+
{ no: 2, name: "data", kind: "message", T: BundleSegment, repeated: true },
|
|
590
|
+
],
|
|
591
|
+
);
|
|
592
|
+
|
|
593
|
+
/**
|
|
594
|
+
* @generated from message ct_logic_uni_rev_premium.v1.EditBundleSegmentRequest
|
|
595
|
+
*/
|
|
596
|
+
export const EditBundleSegmentRequest = proto3.makeMessageType(
|
|
597
|
+
"ct_logic_uni_rev_premium.v1.EditBundleSegmentRequest",
|
|
598
|
+
() => [
|
|
599
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
600
|
+
{ no: 2, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
601
|
+
{ no: 3, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
602
|
+
{ no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
603
|
+
{ no: 5, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
604
|
+
{ no: 6, name: "create_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
605
|
+
{ no: 7, name: "update_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
606
|
+
{ no: 8, name: "segment_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
607
|
+
{ no: 9, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
608
|
+
{ no: 10, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
609
|
+
],
|
|
610
|
+
);
|
|
611
|
+
|
|
612
|
+
/**
|
|
613
|
+
* @generated from message ct_logic_uni_rev_premium.v1.EditBundleSegmentResponse
|
|
614
|
+
*/
|
|
615
|
+
export const EditBundleSegmentResponse = proto3.makeMessageType(
|
|
616
|
+
"ct_logic_uni_rev_premium.v1.EditBundleSegmentResponse",
|
|
617
|
+
() => [
|
|
618
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
619
|
+
{ no: 2, name: "data", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
620
|
+
],
|
|
621
|
+
);
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleSegmentWithPrice
|
|
625
|
+
*/
|
|
626
|
+
export const BundleSegmentWithPrice = proto3.makeMessageType(
|
|
627
|
+
"ct_logic_uni_rev_premium.v1.BundleSegmentWithPrice",
|
|
628
|
+
() => [
|
|
629
|
+
{ no: 1, name: "bundle_service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
630
|
+
{ no: 2, name: "bundle_segment_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
631
|
+
{ no: 3, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
632
|
+
{ no: 4, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
633
|
+
{ no: 5, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
634
|
+
{ no: 6, name: "category", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
635
|
+
{ no: 7, name: "region", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
636
|
+
{ no: 8, name: "profiler", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
637
|
+
{ no: 9, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
638
|
+
{ no: 10, name: "service_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
639
|
+
{ no: 11, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
640
|
+
{ no: 12, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
641
|
+
{ no: 13, name: "vnd", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
642
|
+
{ no: 14, name: "credit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
643
|
+
{ no: 15, name: "promotion", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
644
|
+
{ no: 16, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
645
|
+
],
|
|
646
|
+
);
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ExportBundleSegmentWithPriceTemplateRequest
|
|
650
|
+
*/
|
|
651
|
+
export const ExportBundleSegmentWithPriceTemplateRequest = proto3.makeMessageType(
|
|
652
|
+
"ct_logic_uni_rev_premium.v1.ExportBundleSegmentWithPriceTemplateRequest",
|
|
653
|
+
() => [
|
|
654
|
+
{ no: 1, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
655
|
+
{ no: 2, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
656
|
+
{ no: 3, name: "bundle_segment_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
657
|
+
],
|
|
658
|
+
);
|
|
659
|
+
|
|
660
|
+
/**
|
|
661
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ExportBundleSegmentWithPriceTemplateResponse
|
|
662
|
+
*/
|
|
663
|
+
export const ExportBundleSegmentWithPriceTemplateResponse = proto3.makeMessageType(
|
|
664
|
+
"ct_logic_uni_rev_premium.v1.ExportBundleSegmentWithPriceTemplateResponse",
|
|
665
|
+
() => [
|
|
666
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
667
|
+
{ no: 2, name: "data", kind: "message", T: BundleSegmentWithPrice, repeated: true },
|
|
668
|
+
],
|
|
669
|
+
);
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ImportBundleSegmentPriceRequest
|
|
673
|
+
*/
|
|
674
|
+
export const ImportBundleSegmentPriceRequest = proto3.makeMessageType(
|
|
675
|
+
"ct_logic_uni_rev_premium.v1.ImportBundleSegmentPriceRequest",
|
|
676
|
+
() => [
|
|
677
|
+
{ no: 1, name: "data", kind: "message", T: BundleSegmentWithPrice, repeated: true },
|
|
678
|
+
{ no: 2, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
679
|
+
],
|
|
680
|
+
);
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ImportBundleSegmentPriceResponse
|
|
684
|
+
*/
|
|
685
|
+
export const ImportBundleSegmentPriceResponse = proto3.makeMessageType(
|
|
686
|
+
"ct_logic_uni_rev_premium.v1.ImportBundleSegmentPriceResponse",
|
|
687
|
+
() => [
|
|
688
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
689
|
+
{ no: 2, name: "data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
690
|
+
],
|
|
691
|
+
);
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleSegmentWithPriceDetailRequest
|
|
695
|
+
*/
|
|
696
|
+
export const GetBundleSegmentWithPriceDetailRequest = proto3.makeMessageType(
|
|
697
|
+
"ct_logic_uni_rev_premium.v1.GetBundleSegmentWithPriceDetailRequest",
|
|
698
|
+
() => [
|
|
699
|
+
{ no: 1, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
700
|
+
{ no: 2, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
701
|
+
],
|
|
702
|
+
);
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleSegmentWithPriceDetailResponse
|
|
706
|
+
*/
|
|
707
|
+
export const GetBundleSegmentWithPriceDetailResponse = proto3.makeMessageType(
|
|
708
|
+
"ct_logic_uni_rev_premium.v1.GetBundleSegmentWithPriceDetailResponse",
|
|
709
|
+
() => [
|
|
710
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
711
|
+
{ no: 2, name: "data", kind: "message", T: BundleSegmentWithPrice, repeated: true },
|
|
712
|
+
],
|
|
713
|
+
);
|
|
714
|
+
|
|
715
|
+
/**
|
|
716
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateBundleSegmentStatusRequest
|
|
717
|
+
*/
|
|
718
|
+
export const UpdateBundleSegmentStatusRequest = proto3.makeMessageType(
|
|
719
|
+
"ct_logic_uni_rev_premium.v1.UpdateBundleSegmentStatusRequest",
|
|
720
|
+
() => [
|
|
721
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
722
|
+
{ no: 2, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
723
|
+
{ no: 3, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
724
|
+
{ no: 4, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
725
|
+
],
|
|
726
|
+
);
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateBundleSegmentStatusResponse
|
|
730
|
+
*/
|
|
731
|
+
export const UpdateBundleSegmentStatusResponse = proto3.makeMessageType(
|
|
732
|
+
"ct_logic_uni_rev_premium.v1.UpdateBundleSegmentStatusResponse",
|
|
733
|
+
() => [
|
|
734
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
735
|
+
{ no: 2, name: "data", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
736
|
+
],
|
|
737
|
+
);
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleWithServicesRequest
|
|
741
|
+
*/
|
|
742
|
+
export const GetBundleWithServicesRequest = proto3.makeMessageType(
|
|
743
|
+
"ct_logic_uni_rev_premium.v1.GetBundleWithServicesRequest",
|
|
744
|
+
() => [
|
|
745
|
+
{ no: 1, name: "bundle_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
746
|
+
],
|
|
747
|
+
);
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleWithServicesResponse
|
|
751
|
+
*/
|
|
752
|
+
export const GetBundleWithServicesResponse = proto3.makeMessageType(
|
|
753
|
+
"ct_logic_uni_rev_premium.v1.GetBundleWithServicesResponse",
|
|
754
|
+
() => [
|
|
755
|
+
{ no: 1, name: "bundles", kind: "message", T: BundleWithServices, repeated: true },
|
|
756
|
+
],
|
|
757
|
+
);
|
|
758
|
+
|
|
759
|
+
/**
|
|
760
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleWithServices
|
|
761
|
+
*/
|
|
762
|
+
export const BundleWithServices = proto3.makeMessageType(
|
|
763
|
+
"ct_logic_uni_rev_premium.v1.BundleWithServices",
|
|
764
|
+
() => [
|
|
765
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
766
|
+
{ no: 2, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
767
|
+
{ no: 3, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
768
|
+
{ no: 4, name: "condition_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
769
|
+
{ no: 5, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
770
|
+
{ no: 6, name: "tagging_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
771
|
+
{ no: 7, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
772
|
+
{ no: 8, name: "image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
773
|
+
{ no: 9, name: "gif_image_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
774
|
+
{ no: 10, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
775
|
+
{ no: 11, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
776
|
+
{ no: 12, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
777
|
+
{ no: 13, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
778
|
+
{ no: 14, name: "selling_point", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
779
|
+
{ no: 15, name: "latest_update", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
780
|
+
{ no: 16, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
781
|
+
{ no: 17, name: "services", kind: "message", T: ServiceForBundle, repeated: true },
|
|
782
|
+
{ no: 18, name: "condition_data", kind: "message", T: BundleWithSegmentation },
|
|
783
|
+
],
|
|
784
|
+
);
|
|
785
|
+
|
|
786
|
+
/**
|
|
787
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ServiceForBundle
|
|
788
|
+
*/
|
|
789
|
+
export const ServiceForBundle = proto3.makeMessageType(
|
|
790
|
+
"ct_logic_uni_rev_premium.v1.ServiceForBundle",
|
|
791
|
+
() => [
|
|
792
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
793
|
+
{ no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
794
|
+
{ no: 3, name: "service_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
795
|
+
{ no: 4, name: "service_params", kind: "message", T: ServiceForBundleParam },
|
|
796
|
+
{ no: 5, name: "created_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
797
|
+
{ no: 6, name: "updated_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
798
|
+
],
|
|
799
|
+
);
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ServiceForBundleParam
|
|
803
|
+
*/
|
|
804
|
+
export const ServiceForBundleParam = proto3.makeMessageType(
|
|
805
|
+
"ct_logic_uni_rev_premium.v1.ServiceForBundleParam",
|
|
806
|
+
() => [
|
|
807
|
+
{ no: 1, name: "duration", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
808
|
+
{ no: 2, name: "feature", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
809
|
+
],
|
|
810
|
+
);
|
|
811
|
+
|
|
812
|
+
/**
|
|
813
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleAppliedForOrderRequest
|
|
814
|
+
*/
|
|
815
|
+
export const GetBundleAppliedForOrderRequest = proto3.makeMessageType(
|
|
816
|
+
"ct_logic_uni_rev_premium.v1.GetBundleAppliedForOrderRequest",
|
|
817
|
+
() => [
|
|
818
|
+
{ no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
819
|
+
],
|
|
820
|
+
);
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleAppliedForOrderResponse
|
|
824
|
+
*/
|
|
825
|
+
export const GetBundleAppliedForOrderResponse = proto3.makeMessageType(
|
|
826
|
+
"ct_logic_uni_rev_premium.v1.GetBundleAppliedForOrderResponse",
|
|
827
|
+
() => [
|
|
828
|
+
{ no: 1, name: "bundles", kind: "message", T: BundleWithServices, repeated: true },
|
|
829
|
+
],
|
|
830
|
+
);
|
|
831
|
+
|
|
832
|
+
/**
|
|
833
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotRequest
|
|
834
|
+
*/
|
|
835
|
+
export const GetPageWithStickyAdsSlotRequest = proto3.makeMessageType(
|
|
836
|
+
"ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotRequest",
|
|
837
|
+
() => [
|
|
838
|
+
{ no: 1, name: "query_string", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
839
|
+
],
|
|
840
|
+
);
|
|
841
|
+
|
|
842
|
+
/**
|
|
843
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PageWithStickyAdsSlot
|
|
844
|
+
*/
|
|
845
|
+
export const PageWithStickyAdsSlot = proto3.makeMessageType(
|
|
846
|
+
"ct_logic_uni_rev_premium.v1.PageWithStickyAdsSlot",
|
|
847
|
+
() => [
|
|
848
|
+
{ no: 1, name: "page", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
849
|
+
{ no: 2, name: "setting_slot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
850
|
+
{ no: 3, name: "sticky_ads_showing", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
851
|
+
],
|
|
852
|
+
);
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotResponse
|
|
856
|
+
*/
|
|
857
|
+
export const GetPageWithStickyAdsSlotResponse = proto3.makeMessageType(
|
|
858
|
+
"ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotResponse",
|
|
859
|
+
() => [
|
|
860
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
861
|
+
{ no: 2, name: "data", kind: "message", T: PageWithStickyAdsSlot, repeated: true },
|
|
862
|
+
],
|
|
863
|
+
);
|
|
864
|
+
|
|
865
|
+
/**
|
|
866
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PageWithStickyAdsSlotByListAds
|
|
867
|
+
*/
|
|
868
|
+
export const PageWithStickyAdsSlotByListAds = proto3.makeMessageType(
|
|
869
|
+
"ct_logic_uni_rev_premium.v1.PageWithStickyAdsSlotByListAds",
|
|
870
|
+
() => [
|
|
871
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
872
|
+
{ no: 2, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
873
|
+
{ no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
874
|
+
{ no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
875
|
+
],
|
|
876
|
+
);
|
|
877
|
+
|
|
878
|
+
/**
|
|
879
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotByListAdsRequest
|
|
880
|
+
*/
|
|
881
|
+
export const GetPageWithStickyAdsSlotByListAdsRequest = proto3.makeMessageType(
|
|
882
|
+
"ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotByListAdsRequest",
|
|
883
|
+
() => [
|
|
884
|
+
{ no: 1, name: "list_ads", kind: "message", T: PageWithStickyAdsSlotByListAds, repeated: true },
|
|
885
|
+
],
|
|
886
|
+
);
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PageWithStickyAdsSlotWithAdIdResponse
|
|
890
|
+
*/
|
|
891
|
+
export const PageWithStickyAdsSlotWithAdIdResponse = proto3.makeMessageType(
|
|
892
|
+
"ct_logic_uni_rev_premium.v1.PageWithStickyAdsSlotWithAdIdResponse",
|
|
893
|
+
() => [
|
|
894
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
895
|
+
{ no: 2, name: "page_with_slots", kind: "message", T: PageWithStickyAdsSlot, repeated: true },
|
|
896
|
+
],
|
|
897
|
+
);
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotByListAdsResponse
|
|
901
|
+
*/
|
|
902
|
+
export const GetPageWithStickyAdsSlotByListAdsResponse = proto3.makeMessageType(
|
|
903
|
+
"ct_logic_uni_rev_premium.v1.GetPageWithStickyAdsSlotByListAdsResponse",
|
|
904
|
+
() => [
|
|
905
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
906
|
+
{ no: 2, name: "data", kind: "message", T: PageWithStickyAdsSlotWithAdIdResponse, repeated: true },
|
|
907
|
+
],
|
|
908
|
+
);
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PlacementSettingForAdStat
|
|
912
|
+
*/
|
|
913
|
+
export const PlacementSettingForAdStat = proto3.makeMessageType(
|
|
914
|
+
"ct_logic_uni_rev_premium.v1.PlacementSettingForAdStat",
|
|
915
|
+
() => [
|
|
916
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
917
|
+
{ no: 2, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
918
|
+
{ no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
919
|
+
{ no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
920
|
+
{ no: 5, name: "area_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
921
|
+
],
|
|
922
|
+
);
|
|
923
|
+
|
|
924
|
+
/**
|
|
925
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyAdsSlotForAdstatRequest
|
|
926
|
+
*/
|
|
927
|
+
export const GetStickyAdsSlotForAdstatRequest = proto3.makeMessageType(
|
|
928
|
+
"ct_logic_uni_rev_premium.v1.GetStickyAdsSlotForAdstatRequest",
|
|
929
|
+
() => [
|
|
930
|
+
{ no: 1, name: "list_ads", kind: "message", T: PlacementSettingForAdStat, repeated: true },
|
|
931
|
+
],
|
|
932
|
+
);
|
|
933
|
+
|
|
934
|
+
/**
|
|
935
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyAdsSlotForAdstatResponse
|
|
936
|
+
*/
|
|
937
|
+
export const GetStickyAdsSlotForAdstatResponse = proto3.makeMessageType(
|
|
938
|
+
"ct_logic_uni_rev_premium.v1.GetStickyAdsSlotForAdstatResponse",
|
|
939
|
+
() => [
|
|
940
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
941
|
+
{ no: 2, name: "data", kind: "message", T: PageWithStickyAdsSlotWithAdIdResponse, repeated: true },
|
|
942
|
+
],
|
|
943
|
+
);
|
|
944
|
+
|
|
945
|
+
/**
|
|
946
|
+
* @generated from message ct_logic_uni_rev_premium.v1.StickyAdDelivery
|
|
947
|
+
*/
|
|
948
|
+
export const StickyAdDelivery = proto3.makeMessageType(
|
|
949
|
+
"ct_logic_uni_rev_premium.v1.StickyAdDelivery",
|
|
950
|
+
() => [
|
|
951
|
+
{ no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
952
|
+
{ no: 2, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
953
|
+
{ no: 3, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
954
|
+
{ no: 4, name: "service_info", kind: "message", T: StickyAdsServiceInfo },
|
|
955
|
+
{ no: 5, name: "service_params", kind: "message", T: StickyAdsServiceParams },
|
|
956
|
+
],
|
|
957
|
+
);
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* @generated from message ct_logic_uni_rev_premium.v1.StickyAdsServiceInfo
|
|
961
|
+
*/
|
|
962
|
+
export const StickyAdsServiceInfo = proto3.makeMessageType(
|
|
963
|
+
"ct_logic_uni_rev_premium.v1.StickyAdsServiceInfo",
|
|
964
|
+
() => [
|
|
965
|
+
{ no: 1, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
966
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
967
|
+
],
|
|
968
|
+
);
|
|
969
|
+
|
|
970
|
+
/**
|
|
971
|
+
* @generated from message ct_logic_uni_rev_premium.v1.StickyAdsServiceParams
|
|
972
|
+
*/
|
|
973
|
+
export const StickyAdsServiceParams = proto3.makeMessageType(
|
|
974
|
+
"ct_logic_uni_rev_premium.v1.StickyAdsServiceParams",
|
|
975
|
+
() => [
|
|
976
|
+
{ no: 1, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
977
|
+
],
|
|
978
|
+
);
|
|
979
|
+
|
|
980
|
+
/**
|
|
981
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ExtractBundleServiceRequest
|
|
982
|
+
*/
|
|
983
|
+
export const ExtractBundleServiceRequest = proto3.makeMessageType(
|
|
984
|
+
"ct_logic_uni_rev_premium.v1.ExtractBundleServiceRequest",
|
|
985
|
+
() => [
|
|
986
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
987
|
+
{ no: 2, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
988
|
+
{ no: 3, name: "area", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
989
|
+
{ no: 4, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
990
|
+
{ no: 5, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
991
|
+
{ no: 6, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
992
|
+
{ no: 7, name: "is_from_private_api", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
993
|
+
{ no: 8, name: "user_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
994
|
+
{ no: 9, name: "feature", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
995
|
+
{ no: 10, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
996
|
+
{ no: 11, name: "is_renew", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
997
|
+
],
|
|
998
|
+
);
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ExtractBundleServiceResponse
|
|
1002
|
+
*/
|
|
1003
|
+
export const ExtractBundleServiceResponse = proto3.makeMessageType(
|
|
1004
|
+
"ct_logic_uni_rev_premium.v1.ExtractBundleServiceResponse",
|
|
1005
|
+
() => [
|
|
1006
|
+
{ no: 1, name: "services", kind: "message", T: BundleServiceResponse, repeated: true },
|
|
1007
|
+
],
|
|
1008
|
+
);
|
|
1009
|
+
|
|
1010
|
+
/**
|
|
1011
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleServiceResponse
|
|
1012
|
+
*/
|
|
1013
|
+
export const BundleServiceResponse = proto3.makeMessageType(
|
|
1014
|
+
"ct_logic_uni_rev_premium.v1.BundleServiceResponse",
|
|
1015
|
+
() => [
|
|
1016
|
+
{ no: 1, name: "target", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1017
|
+
{ no: 2, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1018
|
+
{ no: 3, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1019
|
+
{ no: 4, name: "params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1020
|
+
{ no: 5, name: "price_unit", kind: "message", T: PriceUnit },
|
|
1021
|
+
],
|
|
1022
|
+
);
|
|
1023
|
+
|
|
1024
|
+
/**
|
|
1025
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelPremiumServicesRequest
|
|
1026
|
+
*/
|
|
1027
|
+
export const CancelPremiumServicesRequest = proto3.makeMessageType(
|
|
1028
|
+
"ct_logic_uni_rev_premium.v1.CancelPremiumServicesRequest",
|
|
1029
|
+
() => [
|
|
1030
|
+
{ no: 1, name: "services", kind: "message", T: CancelPremiumServiceRequest, repeated: true },
|
|
1031
|
+
],
|
|
1032
|
+
);
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelPremiumServiceRequest
|
|
1036
|
+
*/
|
|
1037
|
+
export const CancelPremiumServiceRequest = proto3.makeMessageType(
|
|
1038
|
+
"ct_logic_uni_rev_premium.v1.CancelPremiumServiceRequest",
|
|
1039
|
+
() => [
|
|
1040
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1041
|
+
{ no: 2, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1042
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, opt: true },
|
|
1043
|
+
{ no: 4, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, opt: true },
|
|
1044
|
+
],
|
|
1045
|
+
);
|
|
1046
|
+
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelPremiumServicesResponse
|
|
1049
|
+
*/
|
|
1050
|
+
export const CancelPremiumServicesResponse = proto3.makeMessageType(
|
|
1051
|
+
"ct_logic_uni_rev_premium.v1.CancelPremiumServicesResponse",
|
|
1052
|
+
() => [
|
|
1053
|
+
{ no: 1, name: "services", kind: "message", T: CancelPremiumServiceResponse, repeated: true },
|
|
1054
|
+
],
|
|
1055
|
+
);
|
|
1056
|
+
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CancelPremiumServiceResponse
|
|
1059
|
+
*/
|
|
1060
|
+
export const CancelPremiumServiceResponse = proto3.makeMessageType(
|
|
1061
|
+
"ct_logic_uni_rev_premium.v1.CancelPremiumServiceResponse",
|
|
1062
|
+
() => [
|
|
1063
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1064
|
+
{ no: 2, name: "detail_error", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1065
|
+
{ no: 3, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1066
|
+
],
|
|
1067
|
+
);
|
|
1068
|
+
|
|
1069
|
+
/**
|
|
1070
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServicesInfoRequest
|
|
1071
|
+
*/
|
|
1072
|
+
export const GetPremiumServicesInfoRequest = proto3.makeMessageType(
|
|
1073
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServicesInfoRequest",
|
|
1074
|
+
() => [
|
|
1075
|
+
{ no: 1, name: "services", kind: "message", T: GetPremiumServiceInfoRequest, repeated: true },
|
|
1076
|
+
],
|
|
1077
|
+
);
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoRequest
|
|
1081
|
+
*/
|
|
1082
|
+
export const GetPremiumServiceInfoRequest = proto3.makeMessageType(
|
|
1083
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoRequest",
|
|
1084
|
+
() => [
|
|
1085
|
+
{ no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1086
|
+
{ no: 2, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1087
|
+
{ no: 3, name: "service_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1088
|
+
],
|
|
1089
|
+
);
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServicesInfoResponse
|
|
1093
|
+
*/
|
|
1094
|
+
export const GetPremiumServicesInfoResponse = proto3.makeMessageType(
|
|
1095
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServicesInfoResponse",
|
|
1096
|
+
() => [
|
|
1097
|
+
{ no: 1, name: "services", kind: "message", T: GetPremiumServiceInfoResponse, repeated: true },
|
|
1098
|
+
],
|
|
1099
|
+
);
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoResponse
|
|
1103
|
+
*/
|
|
1104
|
+
export const GetPremiumServiceInfoResponse = proto3.makeMessageType(
|
|
1105
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServiceInfoResponse",
|
|
1106
|
+
() => [
|
|
1107
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1108
|
+
{ no: 2, name: "bump_ads", kind: "message", T: GetPremiumServiceBumpAdInfoResponse, repeated: true },
|
|
1109
|
+
{ no: 3, name: "sticky_ads", kind: "message", T: GetPremiumServiceStickyAdInfoResponse, repeated: true },
|
|
1110
|
+
{ no: 4, name: "special_display_ads", kind: "message", T: GetPremiumServiceSpecialDisplayAdInfoResponse, repeated: true },
|
|
1111
|
+
],
|
|
1112
|
+
);
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServiceBumpAdInfoResponse
|
|
1116
|
+
*/
|
|
1117
|
+
export const GetPremiumServiceBumpAdInfoResponse = proto3.makeMessageType(
|
|
1118
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServiceBumpAdInfoResponse",
|
|
1119
|
+
() => [
|
|
1120
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1121
|
+
{ no: 2, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1122
|
+
{ no: 3, name: "schedule_bump_time", kind: "message", T: Timestamp },
|
|
1123
|
+
{ no: 4, name: "expected_bump_time", kind: "message", T: Timestamp },
|
|
1124
|
+
{ no: 5, name: "bump_time", kind: "message", T: Timestamp },
|
|
1125
|
+
{ no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1126
|
+
{ no: 7, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1127
|
+
],
|
|
1128
|
+
);
|
|
1129
|
+
|
|
1130
|
+
/**
|
|
1131
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServiceStickyAdInfoResponse
|
|
1132
|
+
*/
|
|
1133
|
+
export const GetPremiumServiceStickyAdInfoResponse = proto3.makeMessageType(
|
|
1134
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServiceStickyAdInfoResponse",
|
|
1135
|
+
() => [
|
|
1136
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1137
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1138
|
+
{ no: 3, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1139
|
+
{ no: 4, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1140
|
+
{ no: 5, name: "placement_setting_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1141
|
+
{ no: 6, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1142
|
+
{ no: 7, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1143
|
+
{ no: 8, name: "delivery_time", kind: "message", T: Timestamp },
|
|
1144
|
+
{ no: 9, name: "end_time", kind: "message", T: Timestamp },
|
|
1145
|
+
{ no: 10, name: "modified_date", kind: "message", T: Timestamp },
|
|
1146
|
+
{ no: 11, name: "created_date", kind: "message", T: Timestamp },
|
|
1147
|
+
],
|
|
1148
|
+
);
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetPremiumServiceSpecialDisplayAdInfoResponse
|
|
1152
|
+
*/
|
|
1153
|
+
export const GetPremiumServiceSpecialDisplayAdInfoResponse = proto3.makeMessageType(
|
|
1154
|
+
"ct_logic_uni_rev_premium.v1.GetPremiumServiceSpecialDisplayAdInfoResponse",
|
|
1155
|
+
[],
|
|
1156
|
+
);
|
|
1157
|
+
|
|
1158
|
+
/**
|
|
1159
|
+
* @generated from message ct_logic_uni_rev_premium.v1.StickyAdService
|
|
1160
|
+
*/
|
|
1161
|
+
export const StickyAdService = proto3.makeMessageType(
|
|
1162
|
+
"ct_logic_uni_rev_premium.v1.StickyAdService",
|
|
1163
|
+
() => [
|
|
1164
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1165
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1166
|
+
{ no: 3, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1167
|
+
{ no: 4, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1168
|
+
{ no: 5, name: "placement_setting_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1169
|
+
{ no: 6, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1170
|
+
{ no: 7, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1171
|
+
{ no: 8, name: "delivery_time", kind: "message", T: Timestamp },
|
|
1172
|
+
{ no: 9, name: "end_time", kind: "message", T: Timestamp },
|
|
1173
|
+
{ no: 10, name: "modified_date", kind: "message", T: Timestamp },
|
|
1174
|
+
{ no: 11, name: "created_date", kind: "message", T: Timestamp },
|
|
1175
|
+
],
|
|
1176
|
+
);
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckListAdsIsStickyAdsRequest
|
|
1180
|
+
*/
|
|
1181
|
+
export const CheckListAdsIsStickyAdsRequest = proto3.makeMessageType(
|
|
1182
|
+
"ct_logic_uni_rev_premium.v1.CheckListAdsIsStickyAdsRequest",
|
|
1183
|
+
() => [
|
|
1184
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
1185
|
+
],
|
|
1186
|
+
);
|
|
1187
|
+
|
|
1188
|
+
/**
|
|
1189
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdIdWithStickyAdState
|
|
1190
|
+
*/
|
|
1191
|
+
export const AdIdWithStickyAdState = proto3.makeMessageType(
|
|
1192
|
+
"ct_logic_uni_rev_premium.v1.AdIdWithStickyAdState",
|
|
1193
|
+
() => [
|
|
1194
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1195
|
+
{ no: 2, name: "is_sticky_ad", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1196
|
+
],
|
|
1197
|
+
);
|
|
1198
|
+
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckListAdsIsStickyAdsResponse
|
|
1201
|
+
*/
|
|
1202
|
+
export const CheckListAdsIsStickyAdsResponse = proto3.makeMessageType(
|
|
1203
|
+
"ct_logic_uni_rev_premium.v1.CheckListAdsIsStickyAdsResponse",
|
|
1204
|
+
() => [
|
|
1205
|
+
{ no: 1, name: "data", kind: "message", T: AdIdWithStickyAdState, repeated: true },
|
|
1206
|
+
],
|
|
1207
|
+
);
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListStickyAdsServiceByFilterRequest
|
|
1211
|
+
*/
|
|
1212
|
+
export const GetListStickyAdsServiceByFilterRequest = proto3.makeMessageType(
|
|
1213
|
+
"ct_logic_uni_rev_premium.v1.GetListStickyAdsServiceByFilterRequest",
|
|
1214
|
+
() => [
|
|
1215
|
+
{ no: 1, name: "filter", kind: "message", T: StickyAdService },
|
|
1216
|
+
],
|
|
1217
|
+
);
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListStickyAdsServiceByFilterResponse
|
|
1221
|
+
*/
|
|
1222
|
+
export const GetListStickyAdsServiceByFilterResponse = proto3.makeMessageType(
|
|
1223
|
+
"ct_logic_uni_rev_premium.v1.GetListStickyAdsServiceByFilterResponse",
|
|
1224
|
+
() => [
|
|
1225
|
+
{ no: 1, name: "data", kind: "message", T: StickyAdService, repeated: true },
|
|
1226
|
+
],
|
|
1227
|
+
);
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateStickyAdInfoRequest
|
|
1231
|
+
*/
|
|
1232
|
+
export const UpdateStickyAdInfoRequest = proto3.makeMessageType(
|
|
1233
|
+
"ct_logic_uni_rev_premium.v1.UpdateStickyAdInfoRequest",
|
|
1234
|
+
() => [
|
|
1235
|
+
{ no: 1, name: "data", kind: "message", T: StickyAdService },
|
|
1236
|
+
],
|
|
1237
|
+
);
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateStickyAdInfoResponse
|
|
1241
|
+
*/
|
|
1242
|
+
export const UpdateStickyAdInfoResponse = proto3.makeMessageType(
|
|
1243
|
+
"ct_logic_uni_rev_premium.v1.UpdateStickyAdInfoResponse",
|
|
1244
|
+
[],
|
|
1245
|
+
);
|
|
1246
|
+
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAllAvailableTimeForMultipleDurationRequest
|
|
1249
|
+
*/
|
|
1250
|
+
export const GetAllAvailableTimeForMultipleDurationRequest = proto3.makeMessageType(
|
|
1251
|
+
"ct_logic_uni_rev_premium.v1.GetAllAvailableTimeForMultipleDurationRequest",
|
|
1252
|
+
() => [
|
|
1253
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1254
|
+
{ no: 2, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1255
|
+
{ no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1256
|
+
{ no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1257
|
+
{ no: 5, name: "hours", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1258
|
+
],
|
|
1259
|
+
);
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DurationAndAvailableTime
|
|
1263
|
+
*/
|
|
1264
|
+
export const DurationAndAvailableTime = proto3.makeMessageType(
|
|
1265
|
+
"ct_logic_uni_rev_premium.v1.DurationAndAvailableTime",
|
|
1266
|
+
() => [
|
|
1267
|
+
{ no: 1, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1268
|
+
{ no: 2, name: "date", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1269
|
+
],
|
|
1270
|
+
);
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAllAvailableTimeForMultipleDurationResponse
|
|
1274
|
+
*/
|
|
1275
|
+
export const GetAllAvailableTimeForMultipleDurationResponse = proto3.makeMessageType(
|
|
1276
|
+
"ct_logic_uni_rev_premium.v1.GetAllAvailableTimeForMultipleDurationResponse",
|
|
1277
|
+
() => [
|
|
1278
|
+
{ no: 1, name: "data", kind: "message", T: DurationAndAvailableTime, repeated: true },
|
|
1279
|
+
],
|
|
1280
|
+
);
|
|
1281
|
+
|
|
1282
|
+
/**
|
|
1283
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetNextAvailableTimeRequest
|
|
1284
|
+
*/
|
|
1285
|
+
export const GetNextAvailableTimeRequest = proto3.makeMessageType(
|
|
1286
|
+
"ct_logic_uni_rev_premium.v1.GetNextAvailableTimeRequest",
|
|
1287
|
+
() => [
|
|
1288
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1289
|
+
{ no: 2, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1290
|
+
{ no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1291
|
+
{ no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1292
|
+
{ no: 5, name: "hours", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1293
|
+
],
|
|
1294
|
+
);
|
|
1295
|
+
|
|
1296
|
+
/**
|
|
1297
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetNextAvailableTimeResponse
|
|
1298
|
+
*/
|
|
1299
|
+
export const GetNextAvailableTimeResponse = proto3.makeMessageType(
|
|
1300
|
+
"ct_logic_uni_rev_premium.v1.GetNextAvailableTimeResponse",
|
|
1301
|
+
() => [
|
|
1302
|
+
{ no: 1, name: "next_available_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1303
|
+
],
|
|
1304
|
+
);
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetNextAvailableTimeForPosRequest
|
|
1308
|
+
*/
|
|
1309
|
+
export const GetNextAvailableTimeForPosRequest = proto3.makeMessageType(
|
|
1310
|
+
"ct_logic_uni_rev_premium.v1.GetNextAvailableTimeForPosRequest",
|
|
1311
|
+
() => [
|
|
1312
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1313
|
+
{ no: 2, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1314
|
+
{ no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1315
|
+
{ no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1316
|
+
{ no: 5, name: "hours", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1317
|
+
],
|
|
1318
|
+
);
|
|
1319
|
+
|
|
1320
|
+
/**
|
|
1321
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetNextAvailableTimeForPosResponse
|
|
1322
|
+
*/
|
|
1323
|
+
export const GetNextAvailableTimeForPosResponse = proto3.makeMessageType(
|
|
1324
|
+
"ct_logic_uni_rev_premium.v1.GetNextAvailableTimeForPosResponse",
|
|
1325
|
+
() => [
|
|
1326
|
+
{ no: 1, name: "data", kind: "message", T: DurationAndAvailableTime, repeated: true },
|
|
1327
|
+
],
|
|
1328
|
+
);
|
|
1329
|
+
|
|
1330
|
+
/**
|
|
1331
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyAdDeliveringRequest
|
|
1332
|
+
*/
|
|
1333
|
+
export const GetStickyAdDeliveringRequest = proto3.makeMessageType(
|
|
1334
|
+
"ct_logic_uni_rev_premium.v1.GetStickyAdDeliveringRequest",
|
|
1335
|
+
() => [
|
|
1336
|
+
{ no: 1, name: "query_string", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1337
|
+
],
|
|
1338
|
+
);
|
|
1339
|
+
|
|
1340
|
+
/**
|
|
1341
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyAdDeliveringResponse
|
|
1342
|
+
*/
|
|
1343
|
+
export const GetStickyAdDeliveringResponse = proto3.makeMessageType(
|
|
1344
|
+
"ct_logic_uni_rev_premium.v1.GetStickyAdDeliveringResponse",
|
|
1345
|
+
() => [
|
|
1346
|
+
{ no: 1, name: "sticky_ads", kind: "message", T: AdInfo, repeated: true },
|
|
1347
|
+
],
|
|
1348
|
+
);
|
|
1349
|
+
|
|
1350
|
+
/**
|
|
1351
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckIsStickyAdRequest
|
|
1352
|
+
*/
|
|
1353
|
+
export const CheckIsStickyAdRequest = proto3.makeMessageType(
|
|
1354
|
+
"ct_logic_uni_rev_premium.v1.CheckIsStickyAdRequest",
|
|
1355
|
+
() => [
|
|
1356
|
+
{ no: 1, name: "ad_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
1357
|
+
{ no: 2, name: "source", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1358
|
+
],
|
|
1359
|
+
);
|
|
1360
|
+
|
|
1361
|
+
/**
|
|
1362
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdIdAndStickyAdState
|
|
1363
|
+
*/
|
|
1364
|
+
export const AdIdAndStickyAdState = proto3.makeMessageType(
|
|
1365
|
+
"ct_logic_uni_rev_premium.v1.AdIdAndStickyAdState",
|
|
1366
|
+
() => [
|
|
1367
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1368
|
+
{ no: 2, name: "is_sticky_ad", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1369
|
+
],
|
|
1370
|
+
);
|
|
1371
|
+
|
|
1372
|
+
/**
|
|
1373
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckIsStickyAdResponse
|
|
1374
|
+
*/
|
|
1375
|
+
export const CheckIsStickyAdResponse = proto3.makeMessageType(
|
|
1376
|
+
"ct_logic_uni_rev_premium.v1.CheckIsStickyAdResponse",
|
|
1377
|
+
() => [
|
|
1378
|
+
{ no: 1, name: "data", kind: "message", T: AdIdAndStickyAdState, repeated: true },
|
|
1379
|
+
],
|
|
1380
|
+
);
|
|
1381
|
+
|
|
1382
|
+
/**
|
|
1383
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyAdFeatureRequest
|
|
1384
|
+
*/
|
|
1385
|
+
export const GetStickyAdFeatureRequest = proto3.makeMessageType(
|
|
1386
|
+
"ct_logic_uni_rev_premium.v1.GetStickyAdFeatureRequest",
|
|
1387
|
+
() => [
|
|
1388
|
+
{ no: 1, name: "ad_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
1389
|
+
{ no: 2, name: "source", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1390
|
+
],
|
|
1391
|
+
);
|
|
1392
|
+
|
|
1393
|
+
/**
|
|
1394
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdIdAndStickyAdFeature
|
|
1395
|
+
*/
|
|
1396
|
+
export const AdIdAndStickyAdFeature = proto3.makeMessageType(
|
|
1397
|
+
"ct_logic_uni_rev_premium.v1.AdIdAndStickyAdFeature",
|
|
1398
|
+
() => [
|
|
1399
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1400
|
+
{ no: 2, name: "stickyad_feature", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1401
|
+
],
|
|
1402
|
+
);
|
|
1403
|
+
|
|
1404
|
+
/**
|
|
1405
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyAdFeatureResponse
|
|
1406
|
+
*/
|
|
1407
|
+
export const GetStickyAdFeatureResponse = proto3.makeMessageType(
|
|
1408
|
+
"ct_logic_uni_rev_premium.v1.GetStickyAdFeatureResponse",
|
|
1409
|
+
() => [
|
|
1410
|
+
{ no: 1, name: "data", kind: "message", T: AdIdAndStickyAdFeature, repeated: true },
|
|
1411
|
+
],
|
|
1412
|
+
);
|
|
1413
|
+
|
|
1414
|
+
/**
|
|
1415
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdjustFilterForStickyAdRequest
|
|
1416
|
+
*/
|
|
1417
|
+
export const AdjustFilterForStickyAdRequest = proto3.makeMessageType(
|
|
1418
|
+
"ct_logic_uni_rev_premium.v1.AdjustFilterForStickyAdRequest",
|
|
1419
|
+
() => [
|
|
1420
|
+
{ no: 1, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
1421
|
+
{ no: 2, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1422
|
+
{ no: 3, name: "ad_types", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1423
|
+
{ no: 4, name: "page", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1424
|
+
{ no: 5, name: "filter_keys", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1425
|
+
],
|
|
1426
|
+
);
|
|
1427
|
+
|
|
1428
|
+
/**
|
|
1429
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdjustFilterForStickyAdResponse
|
|
1430
|
+
*/
|
|
1431
|
+
export const AdjustFilterForStickyAdResponse = proto3.makeMessageType(
|
|
1432
|
+
"ct_logic_uni_rev_premium.v1.AdjustFilterForStickyAdResponse",
|
|
1433
|
+
() => [
|
|
1434
|
+
{ no: 1, name: "filter_keys", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1435
|
+
{ no: 2, name: "max_list_stick_ads_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1436
|
+
],
|
|
1437
|
+
);
|
|
1438
|
+
|
|
1439
|
+
/**
|
|
1440
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListServiceByBatchServiceIdsRequest
|
|
1441
|
+
*/
|
|
1442
|
+
export const GetListServiceByBatchServiceIdsRequest = proto3.makeMessageType(
|
|
1443
|
+
"ct_logic_uni_rev_premium.v1.GetListServiceByBatchServiceIdsRequest",
|
|
1444
|
+
() => [
|
|
1445
|
+
{ no: 1, name: "service_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
1446
|
+
],
|
|
1447
|
+
);
|
|
1448
|
+
|
|
1449
|
+
/**
|
|
1450
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListServiceByBatchServiceIdsResponse
|
|
1451
|
+
*/
|
|
1452
|
+
export const GetListServiceByBatchServiceIdsResponse = proto3.makeMessageType(
|
|
1453
|
+
"ct_logic_uni_rev_premium.v1.GetListServiceByBatchServiceIdsResponse",
|
|
1454
|
+
() => [
|
|
1455
|
+
{ no: 1, name: "data", kind: "message", T: StickyAdService, repeated: true },
|
|
1456
|
+
],
|
|
1457
|
+
);
|
|
1458
|
+
|
|
1459
|
+
/**
|
|
1460
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetDeliveryTimeForOrderDetailRequest
|
|
1461
|
+
*/
|
|
1462
|
+
export const GetDeliveryTimeForOrderDetailRequest = proto3.makeMessageType(
|
|
1463
|
+
"ct_logic_uni_rev_premium.v1.GetDeliveryTimeForOrderDetailRequest",
|
|
1464
|
+
() => [
|
|
1465
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1466
|
+
{ no: 2, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1467
|
+
{ no: 3, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1468
|
+
{ no: 4, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1469
|
+
{ no: 5, name: "hours", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1470
|
+
{ no: 6, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1471
|
+
],
|
|
1472
|
+
);
|
|
1473
|
+
|
|
1474
|
+
/**
|
|
1475
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetDeliveryTimeForOrderDetailResponse
|
|
1476
|
+
*/
|
|
1477
|
+
export const GetDeliveryTimeForOrderDetailResponse = proto3.makeMessageType(
|
|
1478
|
+
"ct_logic_uni_rev_premium.v1.GetDeliveryTimeForOrderDetailResponse",
|
|
1479
|
+
() => [
|
|
1480
|
+
{ no: 1, name: "delivery_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1481
|
+
],
|
|
1482
|
+
);
|
|
1483
|
+
|
|
1484
|
+
/**
|
|
1485
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ExpireStickyAdServiceRequest
|
|
1486
|
+
*/
|
|
1487
|
+
export const ExpireStickyAdServiceRequest = proto3.makeMessageType(
|
|
1488
|
+
"ct_logic_uni_rev_premium.v1.ExpireStickyAdServiceRequest",
|
|
1489
|
+
() => [
|
|
1490
|
+
{ no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1491
|
+
{ no: 2, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1492
|
+
{ no: 3, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1493
|
+
],
|
|
1494
|
+
);
|
|
1495
|
+
|
|
1496
|
+
/**
|
|
1497
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ExpireStickyAdServiceResponse
|
|
1498
|
+
*/
|
|
1499
|
+
export const ExpireStickyAdServiceResponse = proto3.makeMessageType(
|
|
1500
|
+
"ct_logic_uni_rev_premium.v1.ExpireStickyAdServiceResponse",
|
|
1501
|
+
[],
|
|
1502
|
+
);
|
|
1503
|
+
|
|
1504
|
+
/**
|
|
1505
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyServiceRequest
|
|
1506
|
+
*/
|
|
1507
|
+
export const GetStickyServiceRequest = proto3.makeMessageType(
|
|
1508
|
+
"ct_logic_uni_rev_premium.v1.GetStickyServiceRequest",
|
|
1509
|
+
() => [
|
|
1510
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1511
|
+
],
|
|
1512
|
+
);
|
|
1513
|
+
|
|
1514
|
+
/**
|
|
1515
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetStickyServiceResponse
|
|
1516
|
+
*/
|
|
1517
|
+
export const GetStickyServiceResponse = proto3.makeMessageType(
|
|
1518
|
+
"ct_logic_uni_rev_premium.v1.GetStickyServiceResponse",
|
|
1519
|
+
() => [
|
|
1520
|
+
{ no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1521
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1522
|
+
{ no: 3, name: "placement_setting_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1523
|
+
{ no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1524
|
+
{ no: 5, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1525
|
+
{ no: 6, name: "end_time", kind: "message", T: Timestamp },
|
|
1526
|
+
{ no: 7, name: "modified_date", kind: "message", T: Timestamp },
|
|
1527
|
+
{ no: 8, name: "created_date", kind: "message", T: Timestamp },
|
|
1528
|
+
{ no: 9, name: "delivery_time", kind: "message", T: Timestamp },
|
|
1529
|
+
],
|
|
1530
|
+
);
|
|
1531
|
+
|
|
1532
|
+
/**
|
|
1533
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleChangeLogsRequest
|
|
1534
|
+
*/
|
|
1535
|
+
export const GetBundleChangeLogsRequest = proto3.makeMessageType(
|
|
1536
|
+
"ct_logic_uni_rev_premium.v1.GetBundleChangeLogsRequest",
|
|
1537
|
+
() => [
|
|
1538
|
+
{ no: 1, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, opt: true },
|
|
1539
|
+
{ no: 2, name: "bundle_segment_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, opt: true },
|
|
1540
|
+
{ no: 3, name: "action_type", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1541
|
+
{ no: 4, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1542
|
+
{ no: 5, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1543
|
+
{ no: 6, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1544
|
+
],
|
|
1545
|
+
);
|
|
1546
|
+
|
|
1547
|
+
/**
|
|
1548
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundleChangeLogsResponse
|
|
1549
|
+
*/
|
|
1550
|
+
export const GetBundleChangeLogsResponse = proto3.makeMessageType(
|
|
1551
|
+
"ct_logic_uni_rev_premium.v1.GetBundleChangeLogsResponse",
|
|
1552
|
+
() => [
|
|
1553
|
+
{ no: 1, name: "data", kind: "message", T: BundleChangeLog, repeated: true },
|
|
1554
|
+
{ no: 2, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1555
|
+
],
|
|
1556
|
+
);
|
|
1557
|
+
|
|
1558
|
+
/**
|
|
1559
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleChangeLog
|
|
1560
|
+
*/
|
|
1561
|
+
export const BundleChangeLog = proto3.makeMessageType(
|
|
1562
|
+
"ct_logic_uni_rev_premium.v1.BundleChangeLog",
|
|
1563
|
+
() => [
|
|
1564
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1565
|
+
{ no: 2, name: "bundle_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1566
|
+
{ no: 3, name: "bundle_segment_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1567
|
+
{ no: 4, name: "action_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1568
|
+
{ no: 5, name: "before_state", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1569
|
+
{ no: 6, name: "after_state", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1570
|
+
{ no: 7, name: "updated_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1571
|
+
{ no: 8, name: "changed_at", kind: "message", T: Timestamp },
|
|
1572
|
+
],
|
|
1573
|
+
);
|
|
1574
|
+
|
|
1575
|
+
/**
|
|
1576
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BundleWithConditionsAndServices
|
|
1577
|
+
*/
|
|
1578
|
+
export const BundleWithConditionsAndServices = proto3.makeMessageType(
|
|
1579
|
+
"ct_logic_uni_rev_premium.v1.BundleWithConditionsAndServices",
|
|
1580
|
+
() => [
|
|
1581
|
+
{ no: 1, name: "bundle", kind: "message", T: BundleInfo },
|
|
1582
|
+
{ no: 2, name: "bundle_condition", kind: "message", T: BundleCondition, repeated: true },
|
|
1583
|
+
{ no: 3, name: "bundle_services", kind: "message", T: BundleService, repeated: true },
|
|
1584
|
+
],
|
|
1585
|
+
);
|
|
1586
|
+
|
|
1587
|
+
/**
|
|
1588
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundlesWithConditionsAndServicesRequest
|
|
1589
|
+
*/
|
|
1590
|
+
export const GetBundlesWithConditionsAndServicesRequest = proto3.makeMessageType(
|
|
1591
|
+
"ct_logic_uni_rev_premium.v1.GetBundlesWithConditionsAndServicesRequest",
|
|
1592
|
+
() => [
|
|
1593
|
+
{ no: 1, name: "ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
1594
|
+
{ no: 2, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1595
|
+
{ no: 3, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1596
|
+
{ no: 4, name: "keyword", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1597
|
+
],
|
|
1598
|
+
);
|
|
1599
|
+
|
|
1600
|
+
/**
|
|
1601
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetBundlesWithConditionsAndServicesResponse
|
|
1602
|
+
*/
|
|
1603
|
+
export const GetBundlesWithConditionsAndServicesResponse = proto3.makeMessageType(
|
|
1604
|
+
"ct_logic_uni_rev_premium.v1.GetBundlesWithConditionsAndServicesResponse",
|
|
1605
|
+
() => [
|
|
1606
|
+
{ no: 1, name: "bundles", kind: "message", T: BundleWithConditionsAndServices, repeated: true },
|
|
1607
|
+
{ no: 2, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1608
|
+
],
|
|
1609
|
+
);
|
|
1610
|
+
|
|
1611
|
+
/**
|
|
1612
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAvailableListingFeeTypesRequest
|
|
1613
|
+
*/
|
|
1614
|
+
export const GetAvailableListingFeeTypesRequest = proto3.makeMessageType(
|
|
1615
|
+
"ct_logic_uni_rev_premium.v1.GetAvailableListingFeeTypesRequest",
|
|
1616
|
+
() => [
|
|
1617
|
+
{ no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1618
|
+
{ no: 2, name: "category_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1619
|
+
{ no: 3, name: "region_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1620
|
+
{ no: 4, name: "ad_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1621
|
+
{ no: 5, name: "user_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1622
|
+
{ no: 6, name: "current_sub_type_selected", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1623
|
+
{ no: 7, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, opt: true },
|
|
1624
|
+
],
|
|
1625
|
+
);
|
|
1626
|
+
|
|
1627
|
+
/**
|
|
1628
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAvailableListingFeeTypesResponse
|
|
1629
|
+
*/
|
|
1630
|
+
export const GetAvailableListingFeeTypesResponse = proto3.makeMessageType(
|
|
1631
|
+
"ct_logic_uni_rev_premium.v1.GetAvailableListingFeeTypesResponse",
|
|
1632
|
+
() => [
|
|
1633
|
+
{ no: 1, name: "listing_fee_types", kind: "message", T: ListingFeeType, repeated: true },
|
|
1634
|
+
{ no: 2, name: "is_free_category", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1635
|
+
],
|
|
1636
|
+
);
|
|
1637
|
+
|
|
1638
|
+
/**
|
|
1639
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ListingFeeType
|
|
1640
|
+
*/
|
|
1641
|
+
export const ListingFeeType = proto3.makeMessageType(
|
|
1642
|
+
"ct_logic_uni_rev_premium.v1.ListingFeeType",
|
|
1643
|
+
() => [
|
|
1644
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1645
|
+
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1646
|
+
{ no: 3, name: "icon_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1647
|
+
{ no: 4, name: "sub_types", kind: "message", T: ListingFeeSubType, repeated: true },
|
|
1648
|
+
],
|
|
1649
|
+
);
|
|
1650
|
+
|
|
1651
|
+
/**
|
|
1652
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ListingFeeSubType
|
|
1653
|
+
*/
|
|
1654
|
+
export const ListingFeeSubType = proto3.makeMessageType(
|
|
1655
|
+
"ct_logic_uni_rev_premium.v1.ListingFeeSubType",
|
|
1656
|
+
() => [
|
|
1657
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1658
|
+
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1659
|
+
{ no: 3, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1660
|
+
{ no: 4, name: "is_default", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1661
|
+
{ no: 5, name: "quantity", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1662
|
+
{ no: 6, name: "voucher", kind: "message", T: VoucherListingFeeTypeMetaData, oneof: "metadata" },
|
|
1663
|
+
{ no: 7, name: "subscription", kind: "message", T: SubscriptionListingFeeTypeMetaData, oneof: "metadata" },
|
|
1664
|
+
{ no: 8, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1665
|
+
{ no: 9, name: "expiry_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1666
|
+
{ no: 10, name: "ad_quality", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1667
|
+
{ no: 11, name: "apply_for_regions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1668
|
+
],
|
|
1669
|
+
);
|
|
1670
|
+
|
|
1671
|
+
/**
|
|
1672
|
+
* @generated from message ct_logic_uni_rev_premium.v1.VoucherListingFeeTypeMetaData
|
|
1673
|
+
*/
|
|
1674
|
+
export const VoucherListingFeeTypeMetaData = proto3.makeMessageType(
|
|
1675
|
+
"ct_logic_uni_rev_premium.v1.VoucherListingFeeTypeMetaData",
|
|
1676
|
+
() => [
|
|
1677
|
+
{ no: 1, name: "voucher_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1678
|
+
{ no: 2, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1679
|
+
],
|
|
1680
|
+
);
|
|
1681
|
+
|
|
1682
|
+
/**
|
|
1683
|
+
* @generated from message ct_logic_uni_rev_premium.v1.SubscriptionListingFeeTypeMetaData
|
|
1684
|
+
*/
|
|
1685
|
+
export const SubscriptionListingFeeTypeMetaData = proto3.makeMessageType(
|
|
1686
|
+
"ct_logic_uni_rev_premium.v1.SubscriptionListingFeeTypeMetaData",
|
|
1687
|
+
() => [
|
|
1688
|
+
{ no: 1, name: "subscription_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1689
|
+
{ no: 2, name: "package_unit_delivery_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1690
|
+
{ no: 3, name: "duration", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1691
|
+
{ no: 4, name: "tier_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1692
|
+
],
|
|
1693
|
+
);
|
|
1694
|
+
|
|
1695
|
+
/**
|
|
1696
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByIdRequest
|
|
1697
|
+
*/
|
|
1698
|
+
export const UpdateListingFeeTypeByIdRequest = proto3.makeMessageType(
|
|
1699
|
+
"ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByIdRequest",
|
|
1700
|
+
() => [
|
|
1701
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1702
|
+
{ no: 2, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1703
|
+
{ no: 3, name: "action_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1704
|
+
],
|
|
1705
|
+
);
|
|
1706
|
+
|
|
1707
|
+
/**
|
|
1708
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByIdResponse
|
|
1709
|
+
*/
|
|
1710
|
+
export const UpdateListingFeeTypeByIdResponse = proto3.makeMessageType(
|
|
1711
|
+
"ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByIdResponse",
|
|
1712
|
+
() => [
|
|
1713
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1714
|
+
],
|
|
1715
|
+
);
|
|
1716
|
+
|
|
1717
|
+
/**
|
|
1718
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByAdIdRequest
|
|
1719
|
+
*/
|
|
1720
|
+
export const UpdateListingFeeTypeByAdIdRequest = proto3.makeMessageType(
|
|
1721
|
+
"ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByAdIdRequest",
|
|
1722
|
+
() => [
|
|
1723
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1724
|
+
{ no: 2, name: "listing_fee_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1725
|
+
{ no: 7, name: "subscription", kind: "message", T: SubscriptionListingFeeTypeMetaData, oneof: "params" },
|
|
1726
|
+
{ no: 6, name: "voucher", kind: "message", T: VoucherListingFeeTypeMetaData, oneof: "params" },
|
|
1727
|
+
],
|
|
1728
|
+
);
|
|
1729
|
+
|
|
1730
|
+
/**
|
|
1731
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByAdIdResponse
|
|
1732
|
+
*/
|
|
1733
|
+
export const UpdateListingFeeTypeByAdIdResponse = proto3.makeMessageType(
|
|
1734
|
+
"ct_logic_uni_rev_premium.v1.UpdateListingFeeTypeByAdIdResponse",
|
|
1735
|
+
() => [
|
|
1736
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1737
|
+
{ no: 2, name: "listing_fee_claim_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1738
|
+
],
|
|
1739
|
+
);
|
|
1740
|
+
|
|
1741
|
+
/**
|
|
1742
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeleteListingFeeTypeByIdRequest
|
|
1743
|
+
*/
|
|
1744
|
+
export const DeleteListingFeeTypeByIdRequest = proto3.makeMessageType(
|
|
1745
|
+
"ct_logic_uni_rev_premium.v1.DeleteListingFeeTypeByIdRequest",
|
|
1746
|
+
() => [
|
|
1747
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1748
|
+
],
|
|
1749
|
+
);
|
|
1750
|
+
|
|
1751
|
+
/**
|
|
1752
|
+
* @generated from message ct_logic_uni_rev_premium.v1.DeleteListingFeeTypeByIdResponse
|
|
1753
|
+
*/
|
|
1754
|
+
export const DeleteListingFeeTypeByIdResponse = proto3.makeMessageType(
|
|
1755
|
+
"ct_logic_uni_rev_premium.v1.DeleteListingFeeTypeByIdResponse",
|
|
1756
|
+
[],
|
|
1757
|
+
);
|
|
1758
|
+
|
|
1759
|
+
/**
|
|
1760
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListingFeeTypeByAdIdRequest
|
|
1761
|
+
*/
|
|
1762
|
+
export const GetListingFeeTypeByAdIdRequest = proto3.makeMessageType(
|
|
1763
|
+
"ct_logic_uni_rev_premium.v1.GetListingFeeTypeByAdIdRequest",
|
|
1764
|
+
() => [
|
|
1765
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1766
|
+
],
|
|
1767
|
+
);
|
|
1768
|
+
|
|
1769
|
+
/**
|
|
1770
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetListingFeeTypeByAdIdResponse
|
|
1771
|
+
*/
|
|
1772
|
+
export const GetListingFeeTypeByAdIdResponse = proto3.makeMessageType(
|
|
1773
|
+
"ct_logic_uni_rev_premium.v1.GetListingFeeTypeByAdIdResponse",
|
|
1774
|
+
() => [
|
|
1775
|
+
{ no: 1, name: "listing_fee_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1776
|
+
{ no: 2, name: "shop_to_chotot", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
1777
|
+
{ no: 3, name: "payment_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1778
|
+
{ no: 6, name: "voucher", kind: "message", T: VoucherParams, oneof: "params" },
|
|
1779
|
+
{ no: 7, name: "subscription", kind: "message", T: SubscriptionParams, oneof: "params" },
|
|
1780
|
+
{ no: 8, name: "entitlement", kind: "message", T: EntitlementParams, oneof: "params" },
|
|
1781
|
+
{ no: 4, name: "listing_fee_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1782
|
+
],
|
|
1783
|
+
);
|
|
1784
|
+
|
|
1785
|
+
/**
|
|
1786
|
+
* @generated from message ct_logic_uni_rev_premium.v1.EntitlementParams
|
|
1787
|
+
*/
|
|
1788
|
+
export const EntitlementParams = proto3.makeMessageType(
|
|
1789
|
+
"ct_logic_uni_rev_premium.v1.EntitlementParams",
|
|
1790
|
+
() => [
|
|
1791
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1792
|
+
{ no: 2, name: "duration_of_free_ad", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1793
|
+
],
|
|
1794
|
+
);
|
|
1795
|
+
|
|
1796
|
+
/**
|
|
1797
|
+
* @generated from message ct_logic_uni_rev_premium.v1.VoucherParams
|
|
1798
|
+
*/
|
|
1799
|
+
export const VoucherParams = proto3.makeMessageType(
|
|
1800
|
+
"ct_logic_uni_rev_premium.v1.VoucherParams",
|
|
1801
|
+
() => [
|
|
1802
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1803
|
+
{ no: 2, name: "duration_of_free_ad", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1804
|
+
],
|
|
1805
|
+
);
|
|
1806
|
+
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from message ct_logic_uni_rev_premium.v1.SubscriptionParams
|
|
1809
|
+
*/
|
|
1810
|
+
export const SubscriptionParams = proto3.makeMessageType(
|
|
1811
|
+
"ct_logic_uni_rev_premium.v1.SubscriptionParams",
|
|
1812
|
+
() => [
|
|
1813
|
+
{ no: 1, name: "subscription_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1814
|
+
],
|
|
1815
|
+
);
|
|
1816
|
+
|
|
1817
|
+
/**
|
|
1818
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingFeeTypeByAdIdRequest
|
|
1819
|
+
*/
|
|
1820
|
+
export const ApplyListingFeeTypeByAdIdRequest = proto3.makeMessageType(
|
|
1821
|
+
"ct_logic_uni_rev_premium.v1.ApplyListingFeeTypeByAdIdRequest",
|
|
1822
|
+
() => [
|
|
1823
|
+
{ no: 1, name: "ad_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1824
|
+
{ no: 2, name: "listing_fee_info", kind: "message", T: ListingFeeInfo },
|
|
1825
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1826
|
+
],
|
|
1827
|
+
);
|
|
1828
|
+
|
|
1829
|
+
/**
|
|
1830
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingFeeTypeByAdIdResponse
|
|
1831
|
+
*/
|
|
1832
|
+
export const ApplyListingFeeTypeByAdIdResponse = proto3.makeMessageType(
|
|
1833
|
+
"ct_logic_uni_rev_premium.v1.ApplyListingFeeTypeByAdIdResponse",
|
|
1834
|
+
() => [
|
|
1835
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1836
|
+
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1837
|
+
{ no: 3, name: "message_detail", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1838
|
+
],
|
|
1839
|
+
);
|
|
1840
|
+
|