@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,653 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/pricing_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { ApproveAllPriceByCampaignRequest, ApproveAllPriceByCampaignResponse, ApproveAllPriceByServiceRequest, ApproveAllPriceByServiceResponse, ApprovePriceItemCampaignRequest, ApprovePriceItemCampaignResponse, ApprovePriceRequest, ApprovePriceResponse, CheckIsPaidAdRequest, CheckIsPaidAdResponse, CreatePricingCampaignRequest, CreatePricingCampaignResponse, DeletePriceItemCampaignRequest, DeletePriceItemCampaignResponse, DeletePricingCampaignRequest, DeletePricingCampaignResponse, EditPriceItemCampaignRequest, EditPriceItemCampaignResponse, EditPriceRequest, EditPriceResponse, GetAdExtensionPricesRequest, GetAdExtensionPricesResponse, GetAllListingFeePriceRequest, GetAllListingFeePriceResponse, GetIntensiveBumpPriceRequest, GetIntensiveBumpPriceResponse, GetListingFeeConditionRequest, GetListingFeeConditionResponse, GetListingFeePriceRequest, GetListingFeePriceResponse, GetListPriceBackOfficeRequest, GetListPriceBackOfficeResponse, GetListPriceByListServiceTypeRequest, GetListPriceByListServiceTypeResponse, GetListPricingCampaignRequest, GetListPricingCampaignResponse, GetPremiumFeaturePriceRequest, GetPremiumFeaturePriceResponse, GetPremiumServicePriceByListTargetingRequest, GetPremiumServicePriceByListTargetingResponse, GetPriceByIdRequest, GetPriceByIdResponse, GetPriceListingFeeDurationRequest, GetPriceListingFeeDurationResponse, GetPricingCampaignByIdRequest, GetPricingCampaignByIdResponse, GetServicePriceDetailRequest, GetServicePriceDetailResponse, GetShopPriceDetailRequest, GetShopPriceDetailResponse, GetShopPriceRequest, GetShopPriceResponse, GetSpecialDisplayPriceRequest, GetSpecialDisplayPriceResponse, ImportPriceRequest, ImportPriceResponse, PublishAllPriceByCampaignRequest, PublishAllPriceByCampaignResponse, PublishAllPriceByServiceRequest, PublishAllPriceByServiceResponse, PublishPriceRequest, PublishPriceResponse, RejectAllPriceByCampaignRequest, RejectAllPriceByCampaignResponse, RejectAllPriceByServiceRequest, RejectAllPriceByServiceResponse, RejectPriceItemCampaignRequest, RejectPriceItemCampaignResponse, RejectPriceRequest, RejectPriceResponse, ReleasePricingPromotionRedemptionRequest, ReleasePricingPromotionRedemptionResponse, UpdatePricingCampaignRequest, UpdatePricingCampaignResponse, ValidatePricingRequest, ValidatePricingResponse } from "./pricing_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
import { createQueryService } from "@connectrpc/connect-query";
|
|
9
|
+
|
|
10
|
+
export const typeName = "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService
|
|
14
|
+
*/
|
|
15
|
+
export const LogicUniRevPremiumPricingService = {
|
|
16
|
+
typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService",
|
|
17
|
+
methods: {
|
|
18
|
+
/**
|
|
19
|
+
* for Validate Services in Order, for Cart please use ValidateCartOfAdService
|
|
20
|
+
*
|
|
21
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ValidatePricing
|
|
22
|
+
*/
|
|
23
|
+
validatePricing: {
|
|
24
|
+
name: "ValidatePricing",
|
|
25
|
+
I: ValidatePricingRequest,
|
|
26
|
+
O: ValidatePricingResponse,
|
|
27
|
+
kind: MethodKind.Unary,
|
|
28
|
+
},
|
|
29
|
+
/**
|
|
30
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetSpecialDisplayPrice
|
|
31
|
+
*/
|
|
32
|
+
getSpecialDisplayPrice: {
|
|
33
|
+
name: "GetSpecialDisplayPrice",
|
|
34
|
+
I: GetSpecialDisplayPriceRequest,
|
|
35
|
+
O: GetSpecialDisplayPriceResponse,
|
|
36
|
+
kind: MethodKind.Unary,
|
|
37
|
+
},
|
|
38
|
+
/**
|
|
39
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPremiumFeaturePrice
|
|
40
|
+
*/
|
|
41
|
+
getPremiumFeaturePrice: {
|
|
42
|
+
name: "GetPremiumFeaturePrice",
|
|
43
|
+
I: GetPremiumFeaturePriceRequest,
|
|
44
|
+
O: GetPremiumFeaturePriceResponse,
|
|
45
|
+
kind: MethodKind.Unary,
|
|
46
|
+
},
|
|
47
|
+
/**
|
|
48
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetIntensiveBumpPrice
|
|
49
|
+
*/
|
|
50
|
+
getIntensiveBumpPrice: {
|
|
51
|
+
name: "GetIntensiveBumpPrice",
|
|
52
|
+
I: GetIntensiveBumpPriceRequest,
|
|
53
|
+
O: GetIntensiveBumpPriceResponse,
|
|
54
|
+
kind: MethodKind.Unary,
|
|
55
|
+
},
|
|
56
|
+
/**
|
|
57
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetShopPrice
|
|
58
|
+
*/
|
|
59
|
+
getShopPrice: {
|
|
60
|
+
name: "GetShopPrice",
|
|
61
|
+
I: GetShopPriceRequest,
|
|
62
|
+
O: GetShopPriceResponse,
|
|
63
|
+
kind: MethodKind.Unary,
|
|
64
|
+
},
|
|
65
|
+
/**
|
|
66
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetShopPriceDetail
|
|
67
|
+
*/
|
|
68
|
+
getShopPriceDetail: {
|
|
69
|
+
name: "GetShopPriceDetail",
|
|
70
|
+
I: GetShopPriceDetailRequest,
|
|
71
|
+
O: GetShopPriceDetailResponse,
|
|
72
|
+
kind: MethodKind.Unary,
|
|
73
|
+
},
|
|
74
|
+
/**
|
|
75
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPriceListingFeeDuration
|
|
76
|
+
*/
|
|
77
|
+
getPriceListingFeeDuration: {
|
|
78
|
+
name: "GetPriceListingFeeDuration",
|
|
79
|
+
I: GetPriceListingFeeDurationRequest,
|
|
80
|
+
O: GetPriceListingFeeDurationResponse,
|
|
81
|
+
kind: MethodKind.Unary,
|
|
82
|
+
},
|
|
83
|
+
/**
|
|
84
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetAdExtensionPrices
|
|
85
|
+
*/
|
|
86
|
+
getAdExtensionPrices: {
|
|
87
|
+
name: "GetAdExtensionPrices",
|
|
88
|
+
I: GetAdExtensionPricesRequest,
|
|
89
|
+
O: GetAdExtensionPricesResponse,
|
|
90
|
+
kind: MethodKind.Unary,
|
|
91
|
+
},
|
|
92
|
+
/**
|
|
93
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetAllListingFeePrice
|
|
94
|
+
*/
|
|
95
|
+
getAllListingFeePrice: {
|
|
96
|
+
name: "GetAllListingFeePrice",
|
|
97
|
+
I: GetAllListingFeePriceRequest,
|
|
98
|
+
O: GetAllListingFeePriceResponse,
|
|
99
|
+
kind: MethodKind.Unary,
|
|
100
|
+
},
|
|
101
|
+
/**
|
|
102
|
+
* ************ LOGIC PRICING ************
|
|
103
|
+
*
|
|
104
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.CheckIsPaidAd
|
|
105
|
+
*/
|
|
106
|
+
checkIsPaidAd: {
|
|
107
|
+
name: "CheckIsPaidAd",
|
|
108
|
+
I: CheckIsPaidAdRequest,
|
|
109
|
+
O: CheckIsPaidAdResponse,
|
|
110
|
+
kind: MethodKind.Unary,
|
|
111
|
+
},
|
|
112
|
+
/**
|
|
113
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListingFeePrice
|
|
114
|
+
*/
|
|
115
|
+
getListingFeePrice: {
|
|
116
|
+
name: "GetListingFeePrice",
|
|
117
|
+
I: GetListingFeePriceRequest,
|
|
118
|
+
O: GetListingFeePriceResponse,
|
|
119
|
+
kind: MethodKind.Unary,
|
|
120
|
+
},
|
|
121
|
+
/**
|
|
122
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListPriceByListServiceType
|
|
123
|
+
*/
|
|
124
|
+
getListPriceByListServiceType: {
|
|
125
|
+
name: "GetListPriceByListServiceType",
|
|
126
|
+
I: GetListPriceByListServiceTypeRequest,
|
|
127
|
+
O: GetListPriceByListServiceTypeResponse,
|
|
128
|
+
kind: MethodKind.Unary,
|
|
129
|
+
},
|
|
130
|
+
/**
|
|
131
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListingFeeCondition
|
|
132
|
+
*/
|
|
133
|
+
getListingFeeCondition: {
|
|
134
|
+
name: "GetListingFeeCondition",
|
|
135
|
+
I: GetListingFeeConditionRequest,
|
|
136
|
+
O: GetListingFeeConditionResponse,
|
|
137
|
+
kind: MethodKind.Unary,
|
|
138
|
+
},
|
|
139
|
+
/**
|
|
140
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ReleasePricingPromotionRedemption
|
|
141
|
+
*/
|
|
142
|
+
releasePricingPromotionRedemption: {
|
|
143
|
+
name: "ReleasePricingPromotionRedemption",
|
|
144
|
+
I: ReleasePricingPromotionRedemptionRequest,
|
|
145
|
+
O: ReleasePricingPromotionRedemptionResponse,
|
|
146
|
+
kind: MethodKind.Unary,
|
|
147
|
+
},
|
|
148
|
+
/**
|
|
149
|
+
* ************ CORE PRICING ************
|
|
150
|
+
*
|
|
151
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetServicePriceDetail
|
|
152
|
+
*/
|
|
153
|
+
getServicePriceDetail: {
|
|
154
|
+
name: "GetServicePriceDetail",
|
|
155
|
+
I: GetServicePriceDetailRequest,
|
|
156
|
+
O: GetServicePriceDetailResponse,
|
|
157
|
+
kind: MethodKind.Unary,
|
|
158
|
+
},
|
|
159
|
+
/**
|
|
160
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPremiumServicePriceByListTargeting
|
|
161
|
+
*/
|
|
162
|
+
getPremiumServicePriceByListTargeting: {
|
|
163
|
+
name: "GetPremiumServicePriceByListTargeting",
|
|
164
|
+
I: GetPremiumServicePriceByListTargetingRequest,
|
|
165
|
+
O: GetPremiumServicePriceByListTargetingResponse,
|
|
166
|
+
kind: MethodKind.Unary,
|
|
167
|
+
},
|
|
168
|
+
/**
|
|
169
|
+
* ************ BACK-OFFICE PRICING ************
|
|
170
|
+
* backoffice common
|
|
171
|
+
*
|
|
172
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPriceById
|
|
173
|
+
*/
|
|
174
|
+
getPriceById: {
|
|
175
|
+
name: "GetPriceById",
|
|
176
|
+
I: GetPriceByIdRequest,
|
|
177
|
+
O: GetPriceByIdResponse,
|
|
178
|
+
kind: MethodKind.Unary,
|
|
179
|
+
},
|
|
180
|
+
/**
|
|
181
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.EditPrice
|
|
182
|
+
*/
|
|
183
|
+
editPrice: {
|
|
184
|
+
name: "EditPrice",
|
|
185
|
+
I: EditPriceRequest,
|
|
186
|
+
O: EditPriceResponse,
|
|
187
|
+
kind: MethodKind.Unary,
|
|
188
|
+
},
|
|
189
|
+
/**
|
|
190
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApprovePrice
|
|
191
|
+
*/
|
|
192
|
+
approvePrice: {
|
|
193
|
+
name: "ApprovePrice",
|
|
194
|
+
I: ApprovePriceRequest,
|
|
195
|
+
O: ApprovePriceResponse,
|
|
196
|
+
kind: MethodKind.Unary,
|
|
197
|
+
},
|
|
198
|
+
/**
|
|
199
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectPrice
|
|
200
|
+
*/
|
|
201
|
+
rejectPrice: {
|
|
202
|
+
name: "RejectPrice",
|
|
203
|
+
I: RejectPriceRequest,
|
|
204
|
+
O: RejectPriceResponse,
|
|
205
|
+
kind: MethodKind.Unary,
|
|
206
|
+
},
|
|
207
|
+
/**
|
|
208
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.PublishPrice
|
|
209
|
+
*/
|
|
210
|
+
publishPrice: {
|
|
211
|
+
name: "PublishPrice",
|
|
212
|
+
I: PublishPriceRequest,
|
|
213
|
+
O: PublishPriceResponse,
|
|
214
|
+
kind: MethodKind.Unary,
|
|
215
|
+
},
|
|
216
|
+
/**
|
|
217
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ImportPrice
|
|
218
|
+
*/
|
|
219
|
+
importPrice: {
|
|
220
|
+
name: "ImportPrice",
|
|
221
|
+
I: ImportPriceRequest,
|
|
222
|
+
O: ImportPriceResponse,
|
|
223
|
+
kind: MethodKind.Unary,
|
|
224
|
+
},
|
|
225
|
+
/**
|
|
226
|
+
* backoffice pricing service type
|
|
227
|
+
*
|
|
228
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListPriceBackOffice
|
|
229
|
+
*/
|
|
230
|
+
getListPriceBackOffice: {
|
|
231
|
+
name: "GetListPriceBackOffice",
|
|
232
|
+
I: GetListPriceBackOfficeRequest,
|
|
233
|
+
O: GetListPriceBackOfficeResponse,
|
|
234
|
+
kind: MethodKind.Unary,
|
|
235
|
+
},
|
|
236
|
+
/**
|
|
237
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApproveAllPriceByService
|
|
238
|
+
*/
|
|
239
|
+
approveAllPriceByService: {
|
|
240
|
+
name: "ApproveAllPriceByService",
|
|
241
|
+
I: ApproveAllPriceByServiceRequest,
|
|
242
|
+
O: ApproveAllPriceByServiceResponse,
|
|
243
|
+
kind: MethodKind.Unary,
|
|
244
|
+
},
|
|
245
|
+
/**
|
|
246
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectAllPriceByService
|
|
247
|
+
*/
|
|
248
|
+
rejectAllPriceByService: {
|
|
249
|
+
name: "RejectAllPriceByService",
|
|
250
|
+
I: RejectAllPriceByServiceRequest,
|
|
251
|
+
O: RejectAllPriceByServiceResponse,
|
|
252
|
+
kind: MethodKind.Unary,
|
|
253
|
+
},
|
|
254
|
+
/**
|
|
255
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.PublishAllPriceByService
|
|
256
|
+
*/
|
|
257
|
+
publishAllPriceByService: {
|
|
258
|
+
name: "PublishAllPriceByService",
|
|
259
|
+
I: PublishAllPriceByServiceRequest,
|
|
260
|
+
O: PublishAllPriceByServiceResponse,
|
|
261
|
+
kind: MethodKind.Unary,
|
|
262
|
+
},
|
|
263
|
+
/**
|
|
264
|
+
* backoffice pricing campaign
|
|
265
|
+
*
|
|
266
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.CreatePricingCampaign
|
|
267
|
+
*/
|
|
268
|
+
createPricingCampaign: {
|
|
269
|
+
name: "CreatePricingCampaign",
|
|
270
|
+
I: CreatePricingCampaignRequest,
|
|
271
|
+
O: CreatePricingCampaignResponse,
|
|
272
|
+
kind: MethodKind.Unary,
|
|
273
|
+
},
|
|
274
|
+
/**
|
|
275
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.UpdatePricingCampaign
|
|
276
|
+
*/
|
|
277
|
+
updatePricingCampaign: {
|
|
278
|
+
name: "UpdatePricingCampaign",
|
|
279
|
+
I: UpdatePricingCampaignRequest,
|
|
280
|
+
O: UpdatePricingCampaignResponse,
|
|
281
|
+
kind: MethodKind.Unary,
|
|
282
|
+
},
|
|
283
|
+
/**
|
|
284
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.DeletePricingCampaign
|
|
285
|
+
*/
|
|
286
|
+
deletePricingCampaign: {
|
|
287
|
+
name: "DeletePricingCampaign",
|
|
288
|
+
I: DeletePricingCampaignRequest,
|
|
289
|
+
O: DeletePricingCampaignResponse,
|
|
290
|
+
kind: MethodKind.Unary,
|
|
291
|
+
},
|
|
292
|
+
/**
|
|
293
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListPricingCampaign
|
|
294
|
+
*/
|
|
295
|
+
getListPricingCampaign: {
|
|
296
|
+
name: "GetListPricingCampaign",
|
|
297
|
+
I: GetListPricingCampaignRequest,
|
|
298
|
+
O: GetListPricingCampaignResponse,
|
|
299
|
+
kind: MethodKind.Unary,
|
|
300
|
+
},
|
|
301
|
+
/**
|
|
302
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPricingCampaignById
|
|
303
|
+
*/
|
|
304
|
+
getPricingCampaignById: {
|
|
305
|
+
name: "GetPricingCampaignById",
|
|
306
|
+
I: GetPricingCampaignByIdRequest,
|
|
307
|
+
O: GetPricingCampaignByIdResponse,
|
|
308
|
+
kind: MethodKind.Unary,
|
|
309
|
+
},
|
|
310
|
+
/**
|
|
311
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApproveAllPriceByCampaign
|
|
312
|
+
*/
|
|
313
|
+
approveAllPriceByCampaign: {
|
|
314
|
+
name: "ApproveAllPriceByCampaign",
|
|
315
|
+
I: ApproveAllPriceByCampaignRequest,
|
|
316
|
+
O: ApproveAllPriceByCampaignResponse,
|
|
317
|
+
kind: MethodKind.Unary,
|
|
318
|
+
},
|
|
319
|
+
/**
|
|
320
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectAllPriceByCampaign
|
|
321
|
+
*/
|
|
322
|
+
rejectAllPriceByCampaign: {
|
|
323
|
+
name: "RejectAllPriceByCampaign",
|
|
324
|
+
I: RejectAllPriceByCampaignRequest,
|
|
325
|
+
O: RejectAllPriceByCampaignResponse,
|
|
326
|
+
kind: MethodKind.Unary,
|
|
327
|
+
},
|
|
328
|
+
/**
|
|
329
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.PublishAllPriceByCampaign
|
|
330
|
+
*/
|
|
331
|
+
publishAllPriceByCampaign: {
|
|
332
|
+
name: "PublishAllPriceByCampaign",
|
|
333
|
+
I: PublishAllPriceByCampaignRequest,
|
|
334
|
+
O: PublishAllPriceByCampaignResponse,
|
|
335
|
+
kind: MethodKind.Unary,
|
|
336
|
+
},
|
|
337
|
+
/**
|
|
338
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.EditPriceItemCampaign
|
|
339
|
+
*/
|
|
340
|
+
editPriceItemCampaign: {
|
|
341
|
+
name: "EditPriceItemCampaign",
|
|
342
|
+
I: EditPriceItemCampaignRequest,
|
|
343
|
+
O: EditPriceItemCampaignResponse,
|
|
344
|
+
kind: MethodKind.Unary,
|
|
345
|
+
},
|
|
346
|
+
/**
|
|
347
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.DeletePriceItemCampaign
|
|
348
|
+
*/
|
|
349
|
+
deletePriceItemCampaign: {
|
|
350
|
+
name: "DeletePriceItemCampaign",
|
|
351
|
+
I: DeletePriceItemCampaignRequest,
|
|
352
|
+
O: DeletePriceItemCampaignResponse,
|
|
353
|
+
kind: MethodKind.Unary,
|
|
354
|
+
},
|
|
355
|
+
/**
|
|
356
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApprovePriceItemCampaign
|
|
357
|
+
*/
|
|
358
|
+
approvePriceItemCampaign: {
|
|
359
|
+
name: "ApprovePriceItemCampaign",
|
|
360
|
+
I: ApprovePriceItemCampaignRequest,
|
|
361
|
+
O: ApprovePriceItemCampaignResponse,
|
|
362
|
+
kind: MethodKind.Unary,
|
|
363
|
+
},
|
|
364
|
+
/**
|
|
365
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectPriceItemCampaign
|
|
366
|
+
*/
|
|
367
|
+
rejectPriceItemCampaign: {
|
|
368
|
+
name: "RejectPriceItemCampaign",
|
|
369
|
+
I: RejectPriceItemCampaignRequest,
|
|
370
|
+
O: RejectPriceItemCampaignResponse,
|
|
371
|
+
kind: MethodKind.Unary,
|
|
372
|
+
},
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* for Validate Services in Order, for Cart please use ValidateCartOfAdService
|
|
378
|
+
*
|
|
379
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ValidatePricing
|
|
380
|
+
*/
|
|
381
|
+
export const validatePricing = createQueryService({
|
|
382
|
+
service: LogicUniRevPremiumPricingService,
|
|
383
|
+
}).validatePricing;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetSpecialDisplayPrice
|
|
387
|
+
*/
|
|
388
|
+
export const getSpecialDisplayPrice = createQueryService({
|
|
389
|
+
service: LogicUniRevPremiumPricingService,
|
|
390
|
+
}).getSpecialDisplayPrice;
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPremiumFeaturePrice
|
|
394
|
+
*/
|
|
395
|
+
export const getPremiumFeaturePrice = createQueryService({
|
|
396
|
+
service: LogicUniRevPremiumPricingService,
|
|
397
|
+
}).getPremiumFeaturePrice;
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetIntensiveBumpPrice
|
|
401
|
+
*/
|
|
402
|
+
export const getIntensiveBumpPrice = createQueryService({
|
|
403
|
+
service: LogicUniRevPremiumPricingService,
|
|
404
|
+
}).getIntensiveBumpPrice;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetShopPrice
|
|
408
|
+
*/
|
|
409
|
+
export const getShopPrice = createQueryService({
|
|
410
|
+
service: LogicUniRevPremiumPricingService,
|
|
411
|
+
}).getShopPrice;
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetShopPriceDetail
|
|
415
|
+
*/
|
|
416
|
+
export const getShopPriceDetail = createQueryService({
|
|
417
|
+
service: LogicUniRevPremiumPricingService,
|
|
418
|
+
}).getShopPriceDetail;
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPriceListingFeeDuration
|
|
422
|
+
*/
|
|
423
|
+
export const getPriceListingFeeDuration = createQueryService({
|
|
424
|
+
service: LogicUniRevPremiumPricingService,
|
|
425
|
+
}).getPriceListingFeeDuration;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetAdExtensionPrices
|
|
429
|
+
*/
|
|
430
|
+
export const getAdExtensionPrices = createQueryService({
|
|
431
|
+
service: LogicUniRevPremiumPricingService,
|
|
432
|
+
}).getAdExtensionPrices;
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetAllListingFeePrice
|
|
436
|
+
*/
|
|
437
|
+
export const getAllListingFeePrice = createQueryService({
|
|
438
|
+
service: LogicUniRevPremiumPricingService,
|
|
439
|
+
}).getAllListingFeePrice;
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* ************ LOGIC PRICING ************
|
|
443
|
+
*
|
|
444
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.CheckIsPaidAd
|
|
445
|
+
*/
|
|
446
|
+
export const checkIsPaidAd = createQueryService({
|
|
447
|
+
service: LogicUniRevPremiumPricingService,
|
|
448
|
+
}).checkIsPaidAd;
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListingFeePrice
|
|
452
|
+
*/
|
|
453
|
+
export const getListingFeePrice = createQueryService({
|
|
454
|
+
service: LogicUniRevPremiumPricingService,
|
|
455
|
+
}).getListingFeePrice;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListPriceByListServiceType
|
|
459
|
+
*/
|
|
460
|
+
export const getListPriceByListServiceType = createQueryService({
|
|
461
|
+
service: LogicUniRevPremiumPricingService,
|
|
462
|
+
}).getListPriceByListServiceType;
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListingFeeCondition
|
|
466
|
+
*/
|
|
467
|
+
export const getListingFeeCondition = createQueryService({
|
|
468
|
+
service: LogicUniRevPremiumPricingService,
|
|
469
|
+
}).getListingFeeCondition;
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ReleasePricingPromotionRedemption
|
|
473
|
+
*/
|
|
474
|
+
export const releasePricingPromotionRedemption = createQueryService({
|
|
475
|
+
service: LogicUniRevPremiumPricingService,
|
|
476
|
+
}).releasePricingPromotionRedemption;
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* ************ CORE PRICING ************
|
|
480
|
+
*
|
|
481
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetServicePriceDetail
|
|
482
|
+
*/
|
|
483
|
+
export const getServicePriceDetail = createQueryService({
|
|
484
|
+
service: LogicUniRevPremiumPricingService,
|
|
485
|
+
}).getServicePriceDetail;
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPremiumServicePriceByListTargeting
|
|
489
|
+
*/
|
|
490
|
+
export const getPremiumServicePriceByListTargeting = createQueryService({
|
|
491
|
+
service: LogicUniRevPremiumPricingService,
|
|
492
|
+
}).getPremiumServicePriceByListTargeting;
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* ************ BACK-OFFICE PRICING ************
|
|
496
|
+
* backoffice common
|
|
497
|
+
*
|
|
498
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPriceById
|
|
499
|
+
*/
|
|
500
|
+
export const getPriceById = createQueryService({
|
|
501
|
+
service: LogicUniRevPremiumPricingService,
|
|
502
|
+
}).getPriceById;
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.EditPrice
|
|
506
|
+
*/
|
|
507
|
+
export const editPrice = createQueryService({
|
|
508
|
+
service: LogicUniRevPremiumPricingService,
|
|
509
|
+
}).editPrice;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApprovePrice
|
|
513
|
+
*/
|
|
514
|
+
export const approvePrice = createQueryService({
|
|
515
|
+
service: LogicUniRevPremiumPricingService,
|
|
516
|
+
}).approvePrice;
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectPrice
|
|
520
|
+
*/
|
|
521
|
+
export const rejectPrice = createQueryService({
|
|
522
|
+
service: LogicUniRevPremiumPricingService,
|
|
523
|
+
}).rejectPrice;
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.PublishPrice
|
|
527
|
+
*/
|
|
528
|
+
export const publishPrice = createQueryService({
|
|
529
|
+
service: LogicUniRevPremiumPricingService,
|
|
530
|
+
}).publishPrice;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ImportPrice
|
|
534
|
+
*/
|
|
535
|
+
export const importPrice = createQueryService({
|
|
536
|
+
service: LogicUniRevPremiumPricingService,
|
|
537
|
+
}).importPrice;
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* backoffice pricing service type
|
|
541
|
+
*
|
|
542
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListPriceBackOffice
|
|
543
|
+
*/
|
|
544
|
+
export const getListPriceBackOffice = createQueryService({
|
|
545
|
+
service: LogicUniRevPremiumPricingService,
|
|
546
|
+
}).getListPriceBackOffice;
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApproveAllPriceByService
|
|
550
|
+
*/
|
|
551
|
+
export const approveAllPriceByService = createQueryService({
|
|
552
|
+
service: LogicUniRevPremiumPricingService,
|
|
553
|
+
}).approveAllPriceByService;
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectAllPriceByService
|
|
557
|
+
*/
|
|
558
|
+
export const rejectAllPriceByService = createQueryService({
|
|
559
|
+
service: LogicUniRevPremiumPricingService,
|
|
560
|
+
}).rejectAllPriceByService;
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.PublishAllPriceByService
|
|
564
|
+
*/
|
|
565
|
+
export const publishAllPriceByService = createQueryService({
|
|
566
|
+
service: LogicUniRevPremiumPricingService,
|
|
567
|
+
}).publishAllPriceByService;
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* backoffice pricing campaign
|
|
571
|
+
*
|
|
572
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.CreatePricingCampaign
|
|
573
|
+
*/
|
|
574
|
+
export const createPricingCampaign = createQueryService({
|
|
575
|
+
service: LogicUniRevPremiumPricingService,
|
|
576
|
+
}).createPricingCampaign;
|
|
577
|
+
|
|
578
|
+
/**
|
|
579
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.UpdatePricingCampaign
|
|
580
|
+
*/
|
|
581
|
+
export const updatePricingCampaign = createQueryService({
|
|
582
|
+
service: LogicUniRevPremiumPricingService,
|
|
583
|
+
}).updatePricingCampaign;
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.DeletePricingCampaign
|
|
587
|
+
*/
|
|
588
|
+
export const deletePricingCampaign = createQueryService({
|
|
589
|
+
service: LogicUniRevPremiumPricingService,
|
|
590
|
+
}).deletePricingCampaign;
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetListPricingCampaign
|
|
594
|
+
*/
|
|
595
|
+
export const getListPricingCampaign = createQueryService({
|
|
596
|
+
service: LogicUniRevPremiumPricingService,
|
|
597
|
+
}).getListPricingCampaign;
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.GetPricingCampaignById
|
|
601
|
+
*/
|
|
602
|
+
export const getPricingCampaignById = createQueryService({
|
|
603
|
+
service: LogicUniRevPremiumPricingService,
|
|
604
|
+
}).getPricingCampaignById;
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApproveAllPriceByCampaign
|
|
608
|
+
*/
|
|
609
|
+
export const approveAllPriceByCampaign = createQueryService({
|
|
610
|
+
service: LogicUniRevPremiumPricingService,
|
|
611
|
+
}).approveAllPriceByCampaign;
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectAllPriceByCampaign
|
|
615
|
+
*/
|
|
616
|
+
export const rejectAllPriceByCampaign = createQueryService({
|
|
617
|
+
service: LogicUniRevPremiumPricingService,
|
|
618
|
+
}).rejectAllPriceByCampaign;
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.PublishAllPriceByCampaign
|
|
622
|
+
*/
|
|
623
|
+
export const publishAllPriceByCampaign = createQueryService({
|
|
624
|
+
service: LogicUniRevPremiumPricingService,
|
|
625
|
+
}).publishAllPriceByCampaign;
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.EditPriceItemCampaign
|
|
629
|
+
*/
|
|
630
|
+
export const editPriceItemCampaign = createQueryService({
|
|
631
|
+
service: LogicUniRevPremiumPricingService,
|
|
632
|
+
}).editPriceItemCampaign;
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.DeletePriceItemCampaign
|
|
636
|
+
*/
|
|
637
|
+
export const deletePriceItemCampaign = createQueryService({
|
|
638
|
+
service: LogicUniRevPremiumPricingService,
|
|
639
|
+
}).deletePriceItemCampaign;
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.ApprovePriceItemCampaign
|
|
643
|
+
*/
|
|
644
|
+
export const approvePriceItemCampaign = createQueryService({
|
|
645
|
+
service: LogicUniRevPremiumPricingService,
|
|
646
|
+
}).approvePriceItemCampaign;
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPricingService.RejectPriceItemCampaign
|
|
650
|
+
*/
|
|
651
|
+
export const rejectPriceItemCampaign = createQueryService({
|
|
652
|
+
service: LogicUniRevPremiumPricingService,
|
|
653
|
+
}).rejectPriceItemCampaign;
|