@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,1032 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/listing_tier.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage, Timestamp } from "@bufbuild/protobuf";
|
|
7
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from enum ct_logic_uni_rev_premium.v1.BenefitType
|
|
11
|
+
*/
|
|
12
|
+
export declare enum BenefitType {
|
|
13
|
+
/**
|
|
14
|
+
* @generated from enum value: BENEFIT_TYPE_UNSPECIFIED = 0;
|
|
15
|
+
*/
|
|
16
|
+
UNSPECIFIED = 0,
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @generated from enum value: BENEFIT_TYPE_COMMUNICATION_VIA_ZALO = 1;
|
|
20
|
+
*/
|
|
21
|
+
COMMUNICATION_VIA_ZALO = 1,
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @generated from enum value: BENEFIT_TYPE_BLOCK_OTHER_LISTINGS = 2;
|
|
25
|
+
*/
|
|
26
|
+
BLOCK_OTHER_LISTINGS = 2,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: BENEFIT_TYPE_SHARE_CROSS_PLATFORM = 3;
|
|
30
|
+
*/
|
|
31
|
+
SHARE_CROSS_PLATFORM = 3,
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from enum value: BENEFIT_TYPE_STICKY_AD = 4;
|
|
35
|
+
*/
|
|
36
|
+
STICKY_AD = 4,
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from enum value: BENEFIT_TYPE_SDA = 5;
|
|
40
|
+
*/
|
|
41
|
+
SDA = 5,
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from enum value: BENEFIT_TYPE_NEW_AD = 6;
|
|
45
|
+
*/
|
|
46
|
+
NEW_AD = 6,
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetActiveBenefitsByListingTierRequest
|
|
51
|
+
*/
|
|
52
|
+
export declare class GetActiveBenefitsByListingTierRequest extends Message<GetActiveBenefitsByListingTierRequest> {
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: int64 ad_id = 1;
|
|
55
|
+
*/
|
|
56
|
+
adId: bigint;
|
|
57
|
+
|
|
58
|
+
constructor(data?: PartialMessage<GetActiveBenefitsByListingTierRequest>);
|
|
59
|
+
|
|
60
|
+
static readonly runtime: typeof proto3;
|
|
61
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetActiveBenefitsByListingTierRequest";
|
|
62
|
+
static readonly fields: FieldList;
|
|
63
|
+
|
|
64
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetActiveBenefitsByListingTierRequest;
|
|
65
|
+
|
|
66
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetActiveBenefitsByListingTierRequest;
|
|
67
|
+
|
|
68
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetActiveBenefitsByListingTierRequest;
|
|
69
|
+
|
|
70
|
+
static equals(a: GetActiveBenefitsByListingTierRequest | PlainMessage<GetActiveBenefitsByListingTierRequest> | undefined, b: GetActiveBenefitsByListingTierRequest | PlainMessage<GetActiveBenefitsByListingTierRequest> | undefined): boolean;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetActiveBenefitsByListingTierResponse
|
|
75
|
+
*/
|
|
76
|
+
export declare class GetActiveBenefitsByListingTierResponse extends Message<GetActiveBenefitsByListingTierResponse> {
|
|
77
|
+
/**
|
|
78
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.ActiveBenefit benefits = 1;
|
|
79
|
+
*/
|
|
80
|
+
benefits: ActiveBenefit[];
|
|
81
|
+
|
|
82
|
+
constructor(data?: PartialMessage<GetActiveBenefitsByListingTierResponse>);
|
|
83
|
+
|
|
84
|
+
static readonly runtime: typeof proto3;
|
|
85
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetActiveBenefitsByListingTierResponse";
|
|
86
|
+
static readonly fields: FieldList;
|
|
87
|
+
|
|
88
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetActiveBenefitsByListingTierResponse;
|
|
89
|
+
|
|
90
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetActiveBenefitsByListingTierResponse;
|
|
91
|
+
|
|
92
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetActiveBenefitsByListingTierResponse;
|
|
93
|
+
|
|
94
|
+
static equals(a: GetActiveBenefitsByListingTierResponse | PlainMessage<GetActiveBenefitsByListingTierResponse> | undefined, b: GetActiveBenefitsByListingTierResponse | PlainMessage<GetActiveBenefitsByListingTierResponse> | undefined): boolean;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ActiveBenefit
|
|
99
|
+
*/
|
|
100
|
+
export declare class ActiveBenefit extends Message<ActiveBenefit> {
|
|
101
|
+
/**
|
|
102
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.BenefitType type = 1;
|
|
103
|
+
*/
|
|
104
|
+
type: BenefitType;
|
|
105
|
+
|
|
106
|
+
constructor(data?: PartialMessage<ActiveBenefit>);
|
|
107
|
+
|
|
108
|
+
static readonly runtime: typeof proto3;
|
|
109
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ActiveBenefit";
|
|
110
|
+
static readonly fields: FieldList;
|
|
111
|
+
|
|
112
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ActiveBenefit;
|
|
113
|
+
|
|
114
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ActiveBenefit;
|
|
115
|
+
|
|
116
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ActiveBenefit;
|
|
117
|
+
|
|
118
|
+
static equals(a: ActiveBenefit | PlainMessage<ActiveBenefit> | undefined, b: ActiveBenefit | PlainMessage<ActiveBenefit> | undefined): boolean;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingTierOnPosRequest
|
|
123
|
+
*/
|
|
124
|
+
export declare class ApplyListingTierOnPosRequest extends Message<ApplyListingTierOnPosRequest> {
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: int64 ad_id = 1;
|
|
127
|
+
*/
|
|
128
|
+
adId: bigint;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: int64 account_id = 2;
|
|
132
|
+
*/
|
|
133
|
+
accountId: bigint;
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.ApplyListingTierOnPosMetadata metadata = 3;
|
|
137
|
+
*/
|
|
138
|
+
metadata?: ApplyListingTierOnPosMetadata;
|
|
139
|
+
|
|
140
|
+
constructor(data?: PartialMessage<ApplyListingTierOnPosRequest>);
|
|
141
|
+
|
|
142
|
+
static readonly runtime: typeof proto3;
|
|
143
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ApplyListingTierOnPosRequest";
|
|
144
|
+
static readonly fields: FieldList;
|
|
145
|
+
|
|
146
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyListingTierOnPosRequest;
|
|
147
|
+
|
|
148
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyListingTierOnPosRequest;
|
|
149
|
+
|
|
150
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyListingTierOnPosRequest;
|
|
151
|
+
|
|
152
|
+
static equals(a: ApplyListingTierOnPosRequest | PlainMessage<ApplyListingTierOnPosRequest> | undefined, b: ApplyListingTierOnPosRequest | PlainMessage<ApplyListingTierOnPosRequest> | undefined): boolean;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingTierOnPosMetadata
|
|
157
|
+
*/
|
|
158
|
+
export declare class ApplyListingTierOnPosMetadata extends Message<ApplyListingTierOnPosMetadata> {
|
|
159
|
+
/**
|
|
160
|
+
* @generated from field: string tier_price_id = 1;
|
|
161
|
+
*/
|
|
162
|
+
tierPriceId: string;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @generated from field: optional string subscription_id = 2;
|
|
166
|
+
*/
|
|
167
|
+
subscriptionId?: string;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: optional string voucher_id = 3;
|
|
171
|
+
*/
|
|
172
|
+
voucherId?: string;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: string listing_fee_type = 4;
|
|
176
|
+
*/
|
|
177
|
+
listingFeeType: string;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* @generated from field: string tier_code = 5;
|
|
181
|
+
*/
|
|
182
|
+
tierCode: string;
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* @generated from field: int64 duration = 6;
|
|
186
|
+
*/
|
|
187
|
+
duration: bigint;
|
|
188
|
+
|
|
189
|
+
constructor(data?: PartialMessage<ApplyListingTierOnPosMetadata>);
|
|
190
|
+
|
|
191
|
+
static readonly runtime: typeof proto3;
|
|
192
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ApplyListingTierOnPosMetadata";
|
|
193
|
+
static readonly fields: FieldList;
|
|
194
|
+
|
|
195
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyListingTierOnPosMetadata;
|
|
196
|
+
|
|
197
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyListingTierOnPosMetadata;
|
|
198
|
+
|
|
199
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyListingTierOnPosMetadata;
|
|
200
|
+
|
|
201
|
+
static equals(a: ApplyListingTierOnPosMetadata | PlainMessage<ApplyListingTierOnPosMetadata> | undefined, b: ApplyListingTierOnPosMetadata | PlainMessage<ApplyListingTierOnPosMetadata> | undefined): boolean;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingTierOnPosResponse
|
|
206
|
+
*/
|
|
207
|
+
export declare class ApplyListingTierOnPosResponse extends Message<ApplyListingTierOnPosResponse> {
|
|
208
|
+
/**
|
|
209
|
+
* "checkout" or "pos", checkout if listing tier is not free & pos if listing tier is free or from membership
|
|
210
|
+
*
|
|
211
|
+
* @generated from field: string next_step = 1;
|
|
212
|
+
*/
|
|
213
|
+
nextStep: string;
|
|
214
|
+
|
|
215
|
+
constructor(data?: PartialMessage<ApplyListingTierOnPosResponse>);
|
|
216
|
+
|
|
217
|
+
static readonly runtime: typeof proto3;
|
|
218
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ApplyListingTierOnPosResponse";
|
|
219
|
+
static readonly fields: FieldList;
|
|
220
|
+
|
|
221
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyListingTierOnPosResponse;
|
|
222
|
+
|
|
223
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyListingTierOnPosResponse;
|
|
224
|
+
|
|
225
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyListingTierOnPosResponse;
|
|
226
|
+
|
|
227
|
+
static equals(a: ApplyListingTierOnPosResponse | PlainMessage<ApplyListingTierOnPosResponse> | undefined, b: ApplyListingTierOnPosResponse | PlainMessage<ApplyListingTierOnPosResponse> | undefined): boolean;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingTierWithSubscriptionRequest
|
|
232
|
+
*/
|
|
233
|
+
export declare class ApplyListingTierWithSubscriptionRequest extends Message<ApplyListingTierWithSubscriptionRequest> {
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: int64 ad_id = 1;
|
|
236
|
+
*/
|
|
237
|
+
adId: bigint;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: int64 account_id = 2;
|
|
241
|
+
*/
|
|
242
|
+
accountId: bigint;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.ApplyListingTierWithSubscriptionMetadata metadata = 3;
|
|
246
|
+
*/
|
|
247
|
+
metadata?: ApplyListingTierWithSubscriptionMetadata;
|
|
248
|
+
|
|
249
|
+
constructor(data?: PartialMessage<ApplyListingTierWithSubscriptionRequest>);
|
|
250
|
+
|
|
251
|
+
static readonly runtime: typeof proto3;
|
|
252
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ApplyListingTierWithSubscriptionRequest";
|
|
253
|
+
static readonly fields: FieldList;
|
|
254
|
+
|
|
255
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyListingTierWithSubscriptionRequest;
|
|
256
|
+
|
|
257
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyListingTierWithSubscriptionRequest;
|
|
258
|
+
|
|
259
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyListingTierWithSubscriptionRequest;
|
|
260
|
+
|
|
261
|
+
static equals(a: ApplyListingTierWithSubscriptionRequest | PlainMessage<ApplyListingTierWithSubscriptionRequest> | undefined, b: ApplyListingTierWithSubscriptionRequest | PlainMessage<ApplyListingTierWithSubscriptionRequest> | undefined): boolean;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingTierWithSubscriptionMetadata
|
|
266
|
+
*/
|
|
267
|
+
export declare class ApplyListingTierWithSubscriptionMetadata extends Message<ApplyListingTierWithSubscriptionMetadata> {
|
|
268
|
+
/**
|
|
269
|
+
* @generated from field: string tier_code = 1;
|
|
270
|
+
*/
|
|
271
|
+
tierCode: string;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* @generated from field: int64 duration = 2;
|
|
275
|
+
*/
|
|
276
|
+
duration: bigint;
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* @generated from field: int64 subscription_package_unit_delivery_id = 3;
|
|
280
|
+
*/
|
|
281
|
+
subscriptionPackageUnitDeliveryId: bigint;
|
|
282
|
+
|
|
283
|
+
constructor(data?: PartialMessage<ApplyListingTierWithSubscriptionMetadata>);
|
|
284
|
+
|
|
285
|
+
static readonly runtime: typeof proto3;
|
|
286
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ApplyListingTierWithSubscriptionMetadata";
|
|
287
|
+
static readonly fields: FieldList;
|
|
288
|
+
|
|
289
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyListingTierWithSubscriptionMetadata;
|
|
290
|
+
|
|
291
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyListingTierWithSubscriptionMetadata;
|
|
292
|
+
|
|
293
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyListingTierWithSubscriptionMetadata;
|
|
294
|
+
|
|
295
|
+
static equals(a: ApplyListingTierWithSubscriptionMetadata | PlainMessage<ApplyListingTierWithSubscriptionMetadata> | undefined, b: ApplyListingTierWithSubscriptionMetadata | PlainMessage<ApplyListingTierWithSubscriptionMetadata> | undefined): boolean;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ApplyListingTierWithSubscriptionResponse
|
|
300
|
+
*/
|
|
301
|
+
export declare class ApplyListingTierWithSubscriptionResponse extends Message<ApplyListingTierWithSubscriptionResponse> {
|
|
302
|
+
constructor(data?: PartialMessage<ApplyListingTierWithSubscriptionResponse>);
|
|
303
|
+
|
|
304
|
+
static readonly runtime: typeof proto3;
|
|
305
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ApplyListingTierWithSubscriptionResponse";
|
|
306
|
+
static readonly fields: FieldList;
|
|
307
|
+
|
|
308
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyListingTierWithSubscriptionResponse;
|
|
309
|
+
|
|
310
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyListingTierWithSubscriptionResponse;
|
|
311
|
+
|
|
312
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyListingTierWithSubscriptionResponse;
|
|
313
|
+
|
|
314
|
+
static equals(a: ApplyListingTierWithSubscriptionResponse | PlainMessage<ApplyListingTierWithSubscriptionResponse> | undefined, b: ApplyListingTierWithSubscriptionResponse | PlainMessage<ApplyListingTierWithSubscriptionResponse> | undefined): boolean;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetTierOptionsForPosRequest
|
|
319
|
+
*/
|
|
320
|
+
export declare class GetTierOptionsForPosRequest extends Message<GetTierOptionsForPosRequest> {
|
|
321
|
+
/**
|
|
322
|
+
* @generated from field: optional string listing_tier_pos_action = 1;
|
|
323
|
+
*/
|
|
324
|
+
listingTierPosAction?: string;
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* @generated from field: int64 ad_id = 2;
|
|
328
|
+
*/
|
|
329
|
+
adId: bigint;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: int64 account_id = 3;
|
|
333
|
+
*/
|
|
334
|
+
accountId: bigint;
|
|
335
|
+
|
|
336
|
+
constructor(data?: PartialMessage<GetTierOptionsForPosRequest>);
|
|
337
|
+
|
|
338
|
+
static readonly runtime: typeof proto3;
|
|
339
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTierOptionsForPosRequest";
|
|
340
|
+
static readonly fields: FieldList;
|
|
341
|
+
|
|
342
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTierOptionsForPosRequest;
|
|
343
|
+
|
|
344
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTierOptionsForPosRequest;
|
|
345
|
+
|
|
346
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTierOptionsForPosRequest;
|
|
347
|
+
|
|
348
|
+
static equals(a: GetTierOptionsForPosRequest | PlainMessage<GetTierOptionsForPosRequest> | undefined, b: GetTierOptionsForPosRequest | PlainMessage<GetTierOptionsForPosRequest> | undefined): boolean;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetTierOptionsForPosResponse
|
|
353
|
+
*/
|
|
354
|
+
export declare class GetTierOptionsForPosResponse extends Message<GetTierOptionsForPosResponse> {
|
|
355
|
+
/**
|
|
356
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.TierOption tier_options = 1;
|
|
357
|
+
*/
|
|
358
|
+
tierOptions: TierOption[];
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.PosAdInfo ad_info = 2;
|
|
362
|
+
*/
|
|
363
|
+
adInfo: PosAdInfo[];
|
|
364
|
+
|
|
365
|
+
constructor(data?: PartialMessage<GetTierOptionsForPosResponse>);
|
|
366
|
+
|
|
367
|
+
static readonly runtime: typeof proto3;
|
|
368
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTierOptionsForPosResponse";
|
|
369
|
+
static readonly fields: FieldList;
|
|
370
|
+
|
|
371
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTierOptionsForPosResponse;
|
|
372
|
+
|
|
373
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTierOptionsForPosResponse;
|
|
374
|
+
|
|
375
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTierOptionsForPosResponse;
|
|
376
|
+
|
|
377
|
+
static equals(a: GetTierOptionsForPosResponse | PlainMessage<GetTierOptionsForPosResponse> | undefined, b: GetTierOptionsForPosResponse | PlainMessage<GetTierOptionsForPosResponse> | undefined): boolean;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* @generated from message ct_logic_uni_rev_premium.v1.PosAdInfo
|
|
382
|
+
*/
|
|
383
|
+
export declare class PosAdInfo extends Message<PosAdInfo> {
|
|
384
|
+
/**
|
|
385
|
+
* @generated from field: string title = 1;
|
|
386
|
+
*/
|
|
387
|
+
title: string;
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: string description = 2;
|
|
391
|
+
*/
|
|
392
|
+
description: string;
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* @generated from field: string price_text = 3;
|
|
396
|
+
*/
|
|
397
|
+
priceText: string;
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* @generated from field: string display_mode = 4;
|
|
401
|
+
*/
|
|
402
|
+
displayMode: string;
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* @generated from field: repeated string image_urls = 5;
|
|
406
|
+
*/
|
|
407
|
+
imageUrls: string[];
|
|
408
|
+
|
|
409
|
+
/**
|
|
410
|
+
* @generated from field: int64 big_category_id = 6;
|
|
411
|
+
*/
|
|
412
|
+
bigCategoryId: bigint;
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* @generated from field: int64 sub_category_id = 7;
|
|
416
|
+
*/
|
|
417
|
+
subCategoryId: bigint;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.ServiceDeliveryInfo service_delivery_infos = 8;
|
|
421
|
+
*/
|
|
422
|
+
serviceDeliveryInfos: ServiceDeliveryInfo[];
|
|
423
|
+
|
|
424
|
+
constructor(data?: PartialMessage<PosAdInfo>);
|
|
425
|
+
|
|
426
|
+
static readonly runtime: typeof proto3;
|
|
427
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.PosAdInfo";
|
|
428
|
+
static readonly fields: FieldList;
|
|
429
|
+
|
|
430
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PosAdInfo;
|
|
431
|
+
|
|
432
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PosAdInfo;
|
|
433
|
+
|
|
434
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PosAdInfo;
|
|
435
|
+
|
|
436
|
+
static equals(a: PosAdInfo | PlainMessage<PosAdInfo> | undefined, b: PosAdInfo | PlainMessage<PosAdInfo> | undefined): boolean;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* @generated from message ct_logic_uni_rev_premium.v1.BannerInfo
|
|
441
|
+
*/
|
|
442
|
+
export declare class BannerInfo extends Message<BannerInfo> {
|
|
443
|
+
/**
|
|
444
|
+
* Possible values: "promote", "info"
|
|
445
|
+
*
|
|
446
|
+
* @generated from field: string type = 1;
|
|
447
|
+
*/
|
|
448
|
+
type: string;
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* @generated from field: string icon_url = 2;
|
|
452
|
+
*/
|
|
453
|
+
iconUrl: string;
|
|
454
|
+
|
|
455
|
+
/**
|
|
456
|
+
* @generated from field: string text = 3;
|
|
457
|
+
*/
|
|
458
|
+
text: string;
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* @generated from field: string next_action = 4;
|
|
462
|
+
*/
|
|
463
|
+
nextAction: string;
|
|
464
|
+
|
|
465
|
+
constructor(data?: PartialMessage<BannerInfo>);
|
|
466
|
+
|
|
467
|
+
static readonly runtime: typeof proto3;
|
|
468
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.BannerInfo";
|
|
469
|
+
static readonly fields: FieldList;
|
|
470
|
+
|
|
471
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BannerInfo;
|
|
472
|
+
|
|
473
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BannerInfo;
|
|
474
|
+
|
|
475
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BannerInfo;
|
|
476
|
+
|
|
477
|
+
static equals(a: BannerInfo | PlainMessage<BannerInfo> | undefined, b: BannerInfo | PlainMessage<BannerInfo> | undefined): boolean;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* @generated from message ct_logic_uni_rev_premium.v1.TierOption
|
|
482
|
+
*/
|
|
483
|
+
export declare class TierOption extends Message<TierOption> {
|
|
484
|
+
/**
|
|
485
|
+
* @generated from field: string tier_price_id = 1;
|
|
486
|
+
*/
|
|
487
|
+
tierPriceId: string;
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* Possible values: "casual", "professional", "elite"
|
|
491
|
+
*
|
|
492
|
+
* @generated from field: string tier_code = 2;
|
|
493
|
+
*/
|
|
494
|
+
tierCode: string;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* @generated from field: int64 duration = 3;
|
|
498
|
+
*/
|
|
499
|
+
duration: bigint;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: int64 original_price = 4;
|
|
503
|
+
*/
|
|
504
|
+
originalPrice: bigint;
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* @generated from field: int64 discounted_price = 5;
|
|
508
|
+
*/
|
|
509
|
+
discountedPrice: bigint;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* @generated from field: int64 discount_percentage = 6;
|
|
513
|
+
*/
|
|
514
|
+
discountPercentage: bigint;
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* @generated from field: string listing_fee_type = 7;
|
|
518
|
+
*/
|
|
519
|
+
listingFeeType: string;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: bool is_trial_eligible = 8;
|
|
523
|
+
*/
|
|
524
|
+
isTrialEligible: boolean;
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* @generated from field: bool is_default_selected = 9;
|
|
528
|
+
*/
|
|
529
|
+
isDefaultSelected: boolean;
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.BannerInfo banner_info = 10;
|
|
533
|
+
*/
|
|
534
|
+
bannerInfo?: BannerInfo;
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* @generated from oneof ct_logic_uni_rev_premium.v1.TierOption.metadata
|
|
538
|
+
*/
|
|
539
|
+
metadata: {
|
|
540
|
+
/**
|
|
541
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.MetadataListingFeeTypeSubscription subscription = 11;
|
|
542
|
+
*/
|
|
543
|
+
value: MetadataListingFeeTypeSubscription;
|
|
544
|
+
case: "subscription";
|
|
545
|
+
} | {
|
|
546
|
+
/**
|
|
547
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.MetadataListingFeeTypeVoucher voucher = 12;
|
|
548
|
+
*/
|
|
549
|
+
value: MetadataListingFeeTypeVoucher;
|
|
550
|
+
case: "voucher";
|
|
551
|
+
} | { case: undefined; value?: undefined };
|
|
552
|
+
|
|
553
|
+
constructor(data?: PartialMessage<TierOption>);
|
|
554
|
+
|
|
555
|
+
static readonly runtime: typeof proto3;
|
|
556
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.TierOption";
|
|
557
|
+
static readonly fields: FieldList;
|
|
558
|
+
|
|
559
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TierOption;
|
|
560
|
+
|
|
561
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TierOption;
|
|
562
|
+
|
|
563
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TierOption;
|
|
564
|
+
|
|
565
|
+
static equals(a: TierOption | PlainMessage<TierOption> | undefined, b: TierOption | PlainMessage<TierOption> | undefined): boolean;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetTierOfAdRequest
|
|
570
|
+
*/
|
|
571
|
+
export declare class GetTierOfAdRequest extends Message<GetTierOfAdRequest> {
|
|
572
|
+
/**
|
|
573
|
+
* @generated from field: int64 ad_id = 1;
|
|
574
|
+
*/
|
|
575
|
+
adId: bigint;
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* @generated from field: int64 account_id = 2;
|
|
579
|
+
*/
|
|
580
|
+
accountId: bigint;
|
|
581
|
+
|
|
582
|
+
constructor(data?: PartialMessage<GetTierOfAdRequest>);
|
|
583
|
+
|
|
584
|
+
static readonly runtime: typeof proto3;
|
|
585
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTierOfAdRequest";
|
|
586
|
+
static readonly fields: FieldList;
|
|
587
|
+
|
|
588
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTierOfAdRequest;
|
|
589
|
+
|
|
590
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTierOfAdRequest;
|
|
591
|
+
|
|
592
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTierOfAdRequest;
|
|
593
|
+
|
|
594
|
+
static equals(a: GetTierOfAdRequest | PlainMessage<GetTierOfAdRequest> | undefined, b: GetTierOfAdRequest | PlainMessage<GetTierOfAdRequest> | undefined): boolean;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetTierOfAdResponse
|
|
599
|
+
*/
|
|
600
|
+
export declare class GetTierOfAdResponse extends Message<GetTierOfAdResponse> {
|
|
601
|
+
/**
|
|
602
|
+
* @generated from field: string tier_code = 1;
|
|
603
|
+
*/
|
|
604
|
+
tierCode: string;
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* @generated from field: int64 duration = 2;
|
|
608
|
+
*/
|
|
609
|
+
duration: bigint;
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* @generated from field: google.protobuf.Timestamp started_at = 3;
|
|
613
|
+
*/
|
|
614
|
+
startedAt?: Timestamp;
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 4;
|
|
618
|
+
*/
|
|
619
|
+
expiresAt?: Timestamp;
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* @generated from field: bool can_upgrade = 5;
|
|
623
|
+
*/
|
|
624
|
+
canUpgrade: boolean;
|
|
625
|
+
|
|
626
|
+
constructor(data?: PartialMessage<GetTierOfAdResponse>);
|
|
627
|
+
|
|
628
|
+
static readonly runtime: typeof proto3;
|
|
629
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTierOfAdResponse";
|
|
630
|
+
static readonly fields: FieldList;
|
|
631
|
+
|
|
632
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTierOfAdResponse;
|
|
633
|
+
|
|
634
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTierOfAdResponse;
|
|
635
|
+
|
|
636
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTierOfAdResponse;
|
|
637
|
+
|
|
638
|
+
static equals(a: GetTierOfAdResponse | PlainMessage<GetTierOfAdResponse> | undefined, b: GetTierOfAdResponse | PlainMessage<GetTierOfAdResponse> | undefined): boolean;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckSKFeatureEnableRequest
|
|
643
|
+
*/
|
|
644
|
+
export declare class CheckSKFeatureEnableRequest extends Message<CheckSKFeatureEnableRequest> {
|
|
645
|
+
/**
|
|
646
|
+
* @generated from field: int64 account_id = 1;
|
|
647
|
+
*/
|
|
648
|
+
accountId: bigint;
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* @generated from field: optional int64 category_id = 2;
|
|
652
|
+
*/
|
|
653
|
+
categoryId?: bigint;
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* @generated from field: optional int64 ad_id = 3;
|
|
657
|
+
*/
|
|
658
|
+
adId?: bigint;
|
|
659
|
+
|
|
660
|
+
constructor(data?: PartialMessage<CheckSKFeatureEnableRequest>);
|
|
661
|
+
|
|
662
|
+
static readonly runtime: typeof proto3;
|
|
663
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckSKFeatureEnableRequest";
|
|
664
|
+
static readonly fields: FieldList;
|
|
665
|
+
|
|
666
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckSKFeatureEnableRequest;
|
|
667
|
+
|
|
668
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckSKFeatureEnableRequest;
|
|
669
|
+
|
|
670
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckSKFeatureEnableRequest;
|
|
671
|
+
|
|
672
|
+
static equals(a: CheckSKFeatureEnableRequest | PlainMessage<CheckSKFeatureEnableRequest> | undefined, b: CheckSKFeatureEnableRequest | PlainMessage<CheckSKFeatureEnableRequest> | undefined): boolean;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckSKFeatureEnableResponse
|
|
677
|
+
*/
|
|
678
|
+
export declare class CheckSKFeatureEnableResponse extends Message<CheckSKFeatureEnableResponse> {
|
|
679
|
+
/**
|
|
680
|
+
* @generated from field: bool listing_tier_enabled = 1;
|
|
681
|
+
*/
|
|
682
|
+
listingTierEnabled: boolean;
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* @generated from field: bool package_tier_enabled = 2;
|
|
686
|
+
*/
|
|
687
|
+
packageTierEnabled: boolean;
|
|
688
|
+
|
|
689
|
+
constructor(data?: PartialMessage<CheckSKFeatureEnableResponse>);
|
|
690
|
+
|
|
691
|
+
static readonly runtime: typeof proto3;
|
|
692
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckSKFeatureEnableResponse";
|
|
693
|
+
static readonly fields: FieldList;
|
|
694
|
+
|
|
695
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckSKFeatureEnableResponse;
|
|
696
|
+
|
|
697
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckSKFeatureEnableResponse;
|
|
698
|
+
|
|
699
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckSKFeatureEnableResponse;
|
|
700
|
+
|
|
701
|
+
static equals(a: CheckSKFeatureEnableResponse | PlainMessage<CheckSKFeatureEnableResponse> | undefined, b: CheckSKFeatureEnableResponse | PlainMessage<CheckSKFeatureEnableResponse> | undefined): boolean;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateServiceStatusRequest
|
|
706
|
+
*/
|
|
707
|
+
export declare class UpdateServiceStatusRequest extends Message<UpdateServiceStatusRequest> {
|
|
708
|
+
/**
|
|
709
|
+
* @generated from field: string operation = 1;
|
|
710
|
+
*/
|
|
711
|
+
operation: string;
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* @generated from field: string transaction_id = 2;
|
|
715
|
+
*/
|
|
716
|
+
transactionId: string;
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* @generated from field: string service_type = 3;
|
|
720
|
+
*/
|
|
721
|
+
serviceType: string;
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* To track the delivery in the external system
|
|
725
|
+
* Provide only if the operation is "deliver"
|
|
726
|
+
*
|
|
727
|
+
* @generated from field: optional string ref_delivery_id = 4;
|
|
728
|
+
*/
|
|
729
|
+
refDeliveryId?: string;
|
|
730
|
+
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: string status = 5;
|
|
733
|
+
*/
|
|
734
|
+
status: string;
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* Failure reason/note if any
|
|
738
|
+
*
|
|
739
|
+
* @generated from field: string note = 6;
|
|
740
|
+
*/
|
|
741
|
+
note: string;
|
|
742
|
+
|
|
743
|
+
constructor(data?: PartialMessage<UpdateServiceStatusRequest>);
|
|
744
|
+
|
|
745
|
+
static readonly runtime: typeof proto3;
|
|
746
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdateServiceStatusRequest";
|
|
747
|
+
static readonly fields: FieldList;
|
|
748
|
+
|
|
749
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateServiceStatusRequest;
|
|
750
|
+
|
|
751
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateServiceStatusRequest;
|
|
752
|
+
|
|
753
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateServiceStatusRequest;
|
|
754
|
+
|
|
755
|
+
static equals(a: UpdateServiceStatusRequest | PlainMessage<UpdateServiceStatusRequest> | undefined, b: UpdateServiceStatusRequest | PlainMessage<UpdateServiceStatusRequest> | undefined): boolean;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* @generated from message ct_logic_uni_rev_premium.v1.UpdateServiceStatusResponse
|
|
760
|
+
*/
|
|
761
|
+
export declare class UpdateServiceStatusResponse extends Message<UpdateServiceStatusResponse> {
|
|
762
|
+
constructor(data?: PartialMessage<UpdateServiceStatusResponse>);
|
|
763
|
+
|
|
764
|
+
static readonly runtime: typeof proto3;
|
|
765
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.UpdateServiceStatusResponse";
|
|
766
|
+
static readonly fields: FieldList;
|
|
767
|
+
|
|
768
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateServiceStatusResponse;
|
|
769
|
+
|
|
770
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateServiceStatusResponse;
|
|
771
|
+
|
|
772
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateServiceStatusResponse;
|
|
773
|
+
|
|
774
|
+
static equals(a: UpdateServiceStatusResponse | PlainMessage<UpdateServiceStatusResponse> | undefined, b: UpdateServiceStatusResponse | PlainMessage<UpdateServiceStatusResponse> | undefined): boolean;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetTierInfoOfAdsRequest
|
|
779
|
+
*/
|
|
780
|
+
export declare class GetTierInfoOfAdsRequest extends Message<GetTierInfoOfAdsRequest> {
|
|
781
|
+
/**
|
|
782
|
+
* @generated from field: repeated int64 ad_ids = 1;
|
|
783
|
+
*/
|
|
784
|
+
adIds: bigint[];
|
|
785
|
+
|
|
786
|
+
/**
|
|
787
|
+
* @generated from field: int64 account_id = 2;
|
|
788
|
+
*/
|
|
789
|
+
accountId: bigint;
|
|
790
|
+
|
|
791
|
+
constructor(data?: PartialMessage<GetTierInfoOfAdsRequest>);
|
|
792
|
+
|
|
793
|
+
static readonly runtime: typeof proto3;
|
|
794
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTierInfoOfAdsRequest";
|
|
795
|
+
static readonly fields: FieldList;
|
|
796
|
+
|
|
797
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTierInfoOfAdsRequest;
|
|
798
|
+
|
|
799
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTierInfoOfAdsRequest;
|
|
800
|
+
|
|
801
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTierInfoOfAdsRequest;
|
|
802
|
+
|
|
803
|
+
static equals(a: GetTierInfoOfAdsRequest | PlainMessage<GetTierInfoOfAdsRequest> | undefined, b: GetTierInfoOfAdsRequest | PlainMessage<GetTierInfoOfAdsRequest> | undefined): boolean;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetTierInfoOfAdsResponse
|
|
808
|
+
*/
|
|
809
|
+
export declare class GetTierInfoOfAdsResponse extends Message<GetTierInfoOfAdsResponse> {
|
|
810
|
+
/**
|
|
811
|
+
* @generated from field: map<int64, ct_logic_uni_rev_premium.v1.TierInfo> data = 1;
|
|
812
|
+
*/
|
|
813
|
+
data: { [key: string]: TierInfo };
|
|
814
|
+
|
|
815
|
+
constructor(data?: PartialMessage<GetTierInfoOfAdsResponse>);
|
|
816
|
+
|
|
817
|
+
static readonly runtime: typeof proto3;
|
|
818
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetTierInfoOfAdsResponse";
|
|
819
|
+
static readonly fields: FieldList;
|
|
820
|
+
|
|
821
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetTierInfoOfAdsResponse;
|
|
822
|
+
|
|
823
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetTierInfoOfAdsResponse;
|
|
824
|
+
|
|
825
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetTierInfoOfAdsResponse;
|
|
826
|
+
|
|
827
|
+
static equals(a: GetTierInfoOfAdsResponse | PlainMessage<GetTierInfoOfAdsResponse> | undefined, b: GetTierInfoOfAdsResponse | PlainMessage<GetTierInfoOfAdsResponse> | undefined): boolean;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* @generated from message ct_logic_uni_rev_premium.v1.TierInfo
|
|
832
|
+
*/
|
|
833
|
+
export declare class TierInfo extends Message<TierInfo> {
|
|
834
|
+
/**
|
|
835
|
+
* @generated from field: string tier_code = 1;
|
|
836
|
+
*/
|
|
837
|
+
tierCode: string;
|
|
838
|
+
|
|
839
|
+
/**
|
|
840
|
+
* @generated from field: int64 duration = 2;
|
|
841
|
+
*/
|
|
842
|
+
duration: bigint;
|
|
843
|
+
|
|
844
|
+
/**
|
|
845
|
+
* @generated from field: google.protobuf.Timestamp started_at = 3;
|
|
846
|
+
*/
|
|
847
|
+
startedAt?: Timestamp;
|
|
848
|
+
|
|
849
|
+
/**
|
|
850
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 4;
|
|
851
|
+
*/
|
|
852
|
+
expiresAt?: Timestamp;
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* @generated from field: bool can_upgrade = 5;
|
|
856
|
+
*/
|
|
857
|
+
canUpgrade: boolean;
|
|
858
|
+
|
|
859
|
+
constructor(data?: PartialMessage<TierInfo>);
|
|
860
|
+
|
|
861
|
+
static readonly runtime: typeof proto3;
|
|
862
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.TierInfo";
|
|
863
|
+
static readonly fields: FieldList;
|
|
864
|
+
|
|
865
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TierInfo;
|
|
866
|
+
|
|
867
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TierInfo;
|
|
868
|
+
|
|
869
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TierInfo;
|
|
870
|
+
|
|
871
|
+
static equals(a: TierInfo | PlainMessage<TierInfo> | undefined, b: TierInfo | PlainMessage<TierInfo> | undefined): boolean;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
/**
|
|
875
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAlacarteServicesRequest
|
|
876
|
+
*/
|
|
877
|
+
export declare class GetAlacarteServicesRequest extends Message<GetAlacarteServicesRequest> {
|
|
878
|
+
/**
|
|
879
|
+
* @generated from field: int64 ad_id = 1;
|
|
880
|
+
*/
|
|
881
|
+
adId: bigint;
|
|
882
|
+
|
|
883
|
+
constructor(data?: PartialMessage<GetAlacarteServicesRequest>);
|
|
884
|
+
|
|
885
|
+
static readonly runtime: typeof proto3;
|
|
886
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAlacarteServicesRequest";
|
|
887
|
+
static readonly fields: FieldList;
|
|
888
|
+
|
|
889
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAlacarteServicesRequest;
|
|
890
|
+
|
|
891
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAlacarteServicesRequest;
|
|
892
|
+
|
|
893
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAlacarteServicesRequest;
|
|
894
|
+
|
|
895
|
+
static equals(a: GetAlacarteServicesRequest | PlainMessage<GetAlacarteServicesRequest> | undefined, b: GetAlacarteServicesRequest | PlainMessage<GetAlacarteServicesRequest> | undefined): boolean;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* @generated from message ct_logic_uni_rev_premium.v1.GetAlacarteServicesResponse
|
|
900
|
+
*/
|
|
901
|
+
export declare class GetAlacarteServicesResponse extends Message<GetAlacarteServicesResponse> {
|
|
902
|
+
/**
|
|
903
|
+
* @generated from field: string current_tier_code = 1;
|
|
904
|
+
*/
|
|
905
|
+
currentTierCode: string;
|
|
906
|
+
|
|
907
|
+
/**
|
|
908
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.ServicePermission services = 2;
|
|
909
|
+
*/
|
|
910
|
+
services: ServicePermission[];
|
|
911
|
+
|
|
912
|
+
constructor(data?: PartialMessage<GetAlacarteServicesResponse>);
|
|
913
|
+
|
|
914
|
+
static readonly runtime: typeof proto3;
|
|
915
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.GetAlacarteServicesResponse";
|
|
916
|
+
static readonly fields: FieldList;
|
|
917
|
+
|
|
918
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetAlacarteServicesResponse;
|
|
919
|
+
|
|
920
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetAlacarteServicesResponse;
|
|
921
|
+
|
|
922
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetAlacarteServicesResponse;
|
|
923
|
+
|
|
924
|
+
static equals(a: GetAlacarteServicesResponse | PlainMessage<GetAlacarteServicesResponse> | undefined, b: GetAlacarteServicesResponse | PlainMessage<GetAlacarteServicesResponse> | undefined): boolean;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
/**
|
|
928
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ServicePermission
|
|
929
|
+
*/
|
|
930
|
+
export declare class ServicePermission extends Message<ServicePermission> {
|
|
931
|
+
/**
|
|
932
|
+
* @generated from field: string service_type = 1;
|
|
933
|
+
*/
|
|
934
|
+
serviceType: string;
|
|
935
|
+
|
|
936
|
+
/**
|
|
937
|
+
* @generated from field: bool is_locked = 2;
|
|
938
|
+
*/
|
|
939
|
+
isLocked: boolean;
|
|
940
|
+
|
|
941
|
+
constructor(data?: PartialMessage<ServicePermission>);
|
|
942
|
+
|
|
943
|
+
static readonly runtime: typeof proto3;
|
|
944
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ServicePermission";
|
|
945
|
+
static readonly fields: FieldList;
|
|
946
|
+
|
|
947
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServicePermission;
|
|
948
|
+
|
|
949
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServicePermission;
|
|
950
|
+
|
|
951
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServicePermission;
|
|
952
|
+
|
|
953
|
+
static equals(a: ServicePermission | PlainMessage<ServicePermission> | undefined, b: ServicePermission | PlainMessage<ServicePermission> | undefined): boolean;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
/**
|
|
957
|
+
* @generated from message ct_logic_uni_rev_premium.v1.MetadataListingFeeTypeVoucher
|
|
958
|
+
*/
|
|
959
|
+
export declare class MetadataListingFeeTypeVoucher extends Message<MetadataListingFeeTypeVoucher> {
|
|
960
|
+
/**
|
|
961
|
+
* @generated from field: string voucher_id = 1;
|
|
962
|
+
*/
|
|
963
|
+
voucherId: string;
|
|
964
|
+
|
|
965
|
+
constructor(data?: PartialMessage<MetadataListingFeeTypeVoucher>);
|
|
966
|
+
|
|
967
|
+
static readonly runtime: typeof proto3;
|
|
968
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.MetadataListingFeeTypeVoucher";
|
|
969
|
+
static readonly fields: FieldList;
|
|
970
|
+
|
|
971
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataListingFeeTypeVoucher;
|
|
972
|
+
|
|
973
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataListingFeeTypeVoucher;
|
|
974
|
+
|
|
975
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataListingFeeTypeVoucher;
|
|
976
|
+
|
|
977
|
+
static equals(a: MetadataListingFeeTypeVoucher | PlainMessage<MetadataListingFeeTypeVoucher> | undefined, b: MetadataListingFeeTypeVoucher | PlainMessage<MetadataListingFeeTypeVoucher> | undefined): boolean;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
/**
|
|
981
|
+
* @generated from message ct_logic_uni_rev_premium.v1.MetadataListingFeeTypeSubscription
|
|
982
|
+
*/
|
|
983
|
+
export declare class MetadataListingFeeTypeSubscription extends Message<MetadataListingFeeTypeSubscription> {
|
|
984
|
+
/**
|
|
985
|
+
* @generated from field: string subscription_id = 1;
|
|
986
|
+
*/
|
|
987
|
+
subscriptionId: string;
|
|
988
|
+
|
|
989
|
+
constructor(data?: PartialMessage<MetadataListingFeeTypeSubscription>);
|
|
990
|
+
|
|
991
|
+
static readonly runtime: typeof proto3;
|
|
992
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.MetadataListingFeeTypeSubscription";
|
|
993
|
+
static readonly fields: FieldList;
|
|
994
|
+
|
|
995
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataListingFeeTypeSubscription;
|
|
996
|
+
|
|
997
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataListingFeeTypeSubscription;
|
|
998
|
+
|
|
999
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataListingFeeTypeSubscription;
|
|
1000
|
+
|
|
1001
|
+
static equals(a: MetadataListingFeeTypeSubscription | PlainMessage<MetadataListingFeeTypeSubscription> | undefined, b: MetadataListingFeeTypeSubscription | PlainMessage<MetadataListingFeeTypeSubscription> | undefined): boolean;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
/**
|
|
1005
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ServiceDeliveryInfo
|
|
1006
|
+
*/
|
|
1007
|
+
export declare class ServiceDeliveryInfo extends Message<ServiceDeliveryInfo> {
|
|
1008
|
+
/**
|
|
1009
|
+
* @generated from field: string service_type = 1;
|
|
1010
|
+
*/
|
|
1011
|
+
serviceType: string;
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* @generated from field: string meta_data = 2;
|
|
1015
|
+
*/
|
|
1016
|
+
metaData: string;
|
|
1017
|
+
|
|
1018
|
+
constructor(data?: PartialMessage<ServiceDeliveryInfo>);
|
|
1019
|
+
|
|
1020
|
+
static readonly runtime: typeof proto3;
|
|
1021
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ServiceDeliveryInfo";
|
|
1022
|
+
static readonly fields: FieldList;
|
|
1023
|
+
|
|
1024
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServiceDeliveryInfo;
|
|
1025
|
+
|
|
1026
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServiceDeliveryInfo;
|
|
1027
|
+
|
|
1028
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServiceDeliveryInfo;
|
|
1029
|
+
|
|
1030
|
+
static equals(a: ServiceDeliveryInfo | PlainMessage<ServiceDeliveryInfo> | undefined, b: ServiceDeliveryInfo | PlainMessage<ServiceDeliveryInfo> | undefined): boolean;
|
|
1031
|
+
}
|
|
1032
|
+
|