@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,496 @@
|
|
|
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/premium_services_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { AddBundleSegmentRequest, AddBundleSegmentResponse, AddNewBundleRequest, AddNewBundleResponse, AdjustFilterForStickyAdRequest, AdjustFilterForStickyAdResponse, ApplyListingFeeTypeByAdIdRequest, ApplyListingFeeTypeByAdIdResponse, CancelPremiumServicesRequest, CancelPremiumServicesResponse, CheckIsStickyAdRequest, CheckIsStickyAdResponse, CheckListAdsIsStickyAdsRequest, CheckListAdsIsStickyAdsResponse, DeleteBundleByIdRequest, DeleteBundleByIdResponse, DeleteListingFeeTypeByIdRequest, DeleteListingFeeTypeByIdResponse, EditBundleRequest, EditBundleResponse, EditBundleSegmentRequest, EditBundleSegmentResponse, ExpireStickyAdServiceRequest, ExpireStickyAdServiceResponse, ExportBundleSegmentWithPriceTemplateRequest, ExportBundleSegmentWithPriceTemplateResponse, ExtractBundleServiceRequest, ExtractBundleServiceResponse, GetAllAvailableTimeForMultipleDurationRequest, GetAllAvailableTimeForMultipleDurationResponse, GetAvailableListingFeeTypesRequest, GetAvailableListingFeeTypesResponse, GetBundleAppliedForOrderRequest, GetBundleAppliedForOrderResponse, GetBundleByFilterRequest, GetBundleByFilterResponse, GetBundleByIdRequest, GetBundleByIdResponse, GetBundleChangeLogsRequest, GetBundleChangeLogsResponse, GetBundleListBackofficeRequest, GetBundleListBackofficeResponse, GetBundleListRequest, GetBundleListResponse, GetBundleSegmentWithPriceDetailRequest, GetBundleSegmentWithPriceDetailResponse, GetBundlesWithConditionsAndServicesRequest, GetBundlesWithConditionsAndServicesResponse, GetBundleWithServicesDetailByBundleIdRequest, GetBundleWithServicesDetailByBundleIdResponse, GetBundleWithServicesRequest, GetBundleWithServicesResponse, GetDeliveryTimeForOrderDetailRequest, GetDeliveryTimeForOrderDetailResponse, GetListBundleSegmentByFilterRequest, GetListBundleSegmentByFilterResponse, GetListingFeeTypeByAdIdRequest, GetListingFeeTypeByAdIdResponse, GetListServiceByBatchServiceIdsRequest, GetListServiceByBatchServiceIdsResponse, GetListStickyAdsServiceByFilterRequest, GetListStickyAdsServiceByFilterResponse, GetNextAvailableTimeForPosRequest, GetNextAvailableTimeForPosResponse, GetNextAvailableTimeRequest, GetNextAvailableTimeResponse, GetPageWithStickyAdsSlotByListAdsRequest, GetPageWithStickyAdsSlotByListAdsResponse, GetPageWithStickyAdsSlotRequest, GetPageWithStickyAdsSlotResponse, GetPremiumServiceInfoByServiceIdRequest, GetPremiumServiceInfoByServiceIdResponse, GetPremiumServicesInfoRequest, GetPremiumServicesInfoResponse, GetServicesAppliedForBundleRequest, GetServicesAppliedForBundleResponse, GetStickyAdDeliveringRequest, GetStickyAdDeliveringResponse, GetStickyAdFeatureRequest, GetStickyAdFeatureResponse, GetStickyAdsSlotForAdstatRequest, GetStickyAdsSlotForAdstatResponse, GetStickyServiceRequest, GetStickyServiceResponse, ImportBundleSegmentPriceRequest, ImportBundleSegmentPriceResponse, UpdateBundleSegmentStatusRequest, UpdateBundleSegmentStatusResponse, UpdateListingFeeTypeByAdIdRequest, UpdateListingFeeTypeByAdIdResponse, UpdateListingFeeTypeByIdRequest, UpdateListingFeeTypeByIdResponse, UpdateStickyAdInfoRequest, UpdateStickyAdInfoResponse } from "./premium_services_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
import { UnaryHooks } from "@connectrpc/connect-query";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService
|
|
12
|
+
*/
|
|
13
|
+
export declare const LogicUniRevPremiumPremiumServicesService: {
|
|
14
|
+
readonly typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService",
|
|
15
|
+
readonly methods: {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetPremiumServiceInfoByServiceId
|
|
18
|
+
*/
|
|
19
|
+
readonly getPremiumServiceInfoByServiceId: {
|
|
20
|
+
readonly name: "GetPremiumServiceInfoByServiceId",
|
|
21
|
+
readonly I: typeof GetPremiumServiceInfoByServiceIdRequest,
|
|
22
|
+
readonly O: typeof GetPremiumServiceInfoByServiceIdResponse,
|
|
23
|
+
readonly kind: MethodKind.Unary,
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleList
|
|
27
|
+
*/
|
|
28
|
+
readonly getBundleList: {
|
|
29
|
+
readonly name: "GetBundleList",
|
|
30
|
+
readonly I: typeof GetBundleListRequest,
|
|
31
|
+
readonly O: typeof GetBundleListResponse,
|
|
32
|
+
readonly kind: MethodKind.Unary,
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleByFilter
|
|
36
|
+
*/
|
|
37
|
+
readonly getBundleByFilter: {
|
|
38
|
+
readonly name: "GetBundleByFilter",
|
|
39
|
+
readonly I: typeof GetBundleByFilterRequest,
|
|
40
|
+
readonly O: typeof GetBundleByFilterResponse,
|
|
41
|
+
readonly kind: MethodKind.Unary,
|
|
42
|
+
},
|
|
43
|
+
/**
|
|
44
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleListBackoffice
|
|
45
|
+
*/
|
|
46
|
+
readonly getBundleListBackoffice: {
|
|
47
|
+
readonly name: "GetBundleListBackoffice",
|
|
48
|
+
readonly I: typeof GetBundleListBackofficeRequest,
|
|
49
|
+
readonly O: typeof GetBundleListBackofficeResponse,
|
|
50
|
+
readonly kind: MethodKind.Unary,
|
|
51
|
+
},
|
|
52
|
+
/**
|
|
53
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleById
|
|
54
|
+
*/
|
|
55
|
+
readonly getBundleById: {
|
|
56
|
+
readonly name: "GetBundleById",
|
|
57
|
+
readonly I: typeof GetBundleByIdRequest,
|
|
58
|
+
readonly O: typeof GetBundleByIdResponse,
|
|
59
|
+
readonly kind: MethodKind.Unary,
|
|
60
|
+
},
|
|
61
|
+
/**
|
|
62
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetServicesAppliedForBundle
|
|
63
|
+
*/
|
|
64
|
+
readonly getServicesAppliedForBundle: {
|
|
65
|
+
readonly name: "GetServicesAppliedForBundle",
|
|
66
|
+
readonly I: typeof GetServicesAppliedForBundleRequest,
|
|
67
|
+
readonly O: typeof GetServicesAppliedForBundleResponse,
|
|
68
|
+
readonly kind: MethodKind.Unary,
|
|
69
|
+
},
|
|
70
|
+
/**
|
|
71
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleWithServicesDetailByBundleId
|
|
72
|
+
*/
|
|
73
|
+
readonly getBundleWithServicesDetailByBundleId: {
|
|
74
|
+
readonly name: "GetBundleWithServicesDetailByBundleId",
|
|
75
|
+
readonly I: typeof GetBundleWithServicesDetailByBundleIdRequest,
|
|
76
|
+
readonly O: typeof GetBundleWithServicesDetailByBundleIdResponse,
|
|
77
|
+
readonly kind: MethodKind.Unary,
|
|
78
|
+
},
|
|
79
|
+
/**
|
|
80
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.AddNewBundle
|
|
81
|
+
*/
|
|
82
|
+
readonly addNewBundle: {
|
|
83
|
+
readonly name: "AddNewBundle",
|
|
84
|
+
readonly I: typeof AddNewBundleRequest,
|
|
85
|
+
readonly O: typeof AddNewBundleResponse,
|
|
86
|
+
readonly kind: MethodKind.Unary,
|
|
87
|
+
},
|
|
88
|
+
/**
|
|
89
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.EditBundle
|
|
90
|
+
*/
|
|
91
|
+
readonly editBundle: {
|
|
92
|
+
readonly name: "EditBundle",
|
|
93
|
+
readonly I: typeof EditBundleRequest,
|
|
94
|
+
readonly O: typeof EditBundleResponse,
|
|
95
|
+
readonly kind: MethodKind.Unary,
|
|
96
|
+
},
|
|
97
|
+
/**
|
|
98
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.DeleteBundleById
|
|
99
|
+
*/
|
|
100
|
+
readonly deleteBundleById: {
|
|
101
|
+
readonly name: "DeleteBundleById",
|
|
102
|
+
readonly I: typeof DeleteBundleByIdRequest,
|
|
103
|
+
readonly O: typeof DeleteBundleByIdResponse,
|
|
104
|
+
readonly kind: MethodKind.Unary,
|
|
105
|
+
},
|
|
106
|
+
/**
|
|
107
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetListBundleSegmentByFilter
|
|
108
|
+
*/
|
|
109
|
+
readonly getListBundleSegmentByFilter: {
|
|
110
|
+
readonly name: "GetListBundleSegmentByFilter",
|
|
111
|
+
readonly I: typeof GetListBundleSegmentByFilterRequest,
|
|
112
|
+
readonly O: typeof GetListBundleSegmentByFilterResponse,
|
|
113
|
+
readonly kind: MethodKind.Unary,
|
|
114
|
+
},
|
|
115
|
+
/**
|
|
116
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.AddBundleSegment
|
|
117
|
+
*/
|
|
118
|
+
readonly addBundleSegment: {
|
|
119
|
+
readonly name: "AddBundleSegment",
|
|
120
|
+
readonly I: typeof AddBundleSegmentRequest,
|
|
121
|
+
readonly O: typeof AddBundleSegmentResponse,
|
|
122
|
+
readonly kind: MethodKind.Unary,
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.EditBundleSegment
|
|
126
|
+
*/
|
|
127
|
+
readonly editBundleSegment: {
|
|
128
|
+
readonly name: "EditBundleSegment",
|
|
129
|
+
readonly I: typeof EditBundleSegmentRequest,
|
|
130
|
+
readonly O: typeof EditBundleSegmentResponse,
|
|
131
|
+
readonly kind: MethodKind.Unary,
|
|
132
|
+
},
|
|
133
|
+
/**
|
|
134
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.ExportBundleSegmentWithPriceTemplate
|
|
135
|
+
*/
|
|
136
|
+
readonly exportBundleSegmentWithPriceTemplate: {
|
|
137
|
+
readonly name: "ExportBundleSegmentWithPriceTemplate",
|
|
138
|
+
readonly I: typeof ExportBundleSegmentWithPriceTemplateRequest,
|
|
139
|
+
readonly O: typeof ExportBundleSegmentWithPriceTemplateResponse,
|
|
140
|
+
readonly kind: MethodKind.Unary,
|
|
141
|
+
},
|
|
142
|
+
/**
|
|
143
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.ImportBundleSegmentPrice
|
|
144
|
+
*/
|
|
145
|
+
readonly importBundleSegmentPrice: {
|
|
146
|
+
readonly name: "ImportBundleSegmentPrice",
|
|
147
|
+
readonly I: typeof ImportBundleSegmentPriceRequest,
|
|
148
|
+
readonly O: typeof ImportBundleSegmentPriceResponse,
|
|
149
|
+
readonly kind: MethodKind.Unary,
|
|
150
|
+
},
|
|
151
|
+
/**
|
|
152
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleSegmentWithPriceDetail
|
|
153
|
+
*/
|
|
154
|
+
readonly getBundleSegmentWithPriceDetail: {
|
|
155
|
+
readonly name: "GetBundleSegmentWithPriceDetail",
|
|
156
|
+
readonly I: typeof GetBundleSegmentWithPriceDetailRequest,
|
|
157
|
+
readonly O: typeof GetBundleSegmentWithPriceDetailResponse,
|
|
158
|
+
readonly kind: MethodKind.Unary,
|
|
159
|
+
},
|
|
160
|
+
/**
|
|
161
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.UpdateBundleSegmentStatus
|
|
162
|
+
*/
|
|
163
|
+
readonly updateBundleSegmentStatus: {
|
|
164
|
+
readonly name: "UpdateBundleSegmentStatus",
|
|
165
|
+
readonly I: typeof UpdateBundleSegmentStatusRequest,
|
|
166
|
+
readonly O: typeof UpdateBundleSegmentStatusResponse,
|
|
167
|
+
readonly kind: MethodKind.Unary,
|
|
168
|
+
},
|
|
169
|
+
/**
|
|
170
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleWithServices
|
|
171
|
+
*/
|
|
172
|
+
readonly getBundleWithServices: {
|
|
173
|
+
readonly name: "GetBundleWithServices",
|
|
174
|
+
readonly I: typeof GetBundleWithServicesRequest,
|
|
175
|
+
readonly O: typeof GetBundleWithServicesResponse,
|
|
176
|
+
readonly kind: MethodKind.Unary,
|
|
177
|
+
},
|
|
178
|
+
/**
|
|
179
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleAppliedForOrder
|
|
180
|
+
*/
|
|
181
|
+
readonly getBundleAppliedForOrder: {
|
|
182
|
+
readonly name: "GetBundleAppliedForOrder",
|
|
183
|
+
readonly I: typeof GetBundleAppliedForOrderRequest,
|
|
184
|
+
readonly O: typeof GetBundleAppliedForOrderResponse,
|
|
185
|
+
readonly kind: MethodKind.Unary,
|
|
186
|
+
},
|
|
187
|
+
/**
|
|
188
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.ExtractBundleService
|
|
189
|
+
*/
|
|
190
|
+
readonly extractBundleService: {
|
|
191
|
+
readonly name: "ExtractBundleService",
|
|
192
|
+
readonly I: typeof ExtractBundleServiceRequest,
|
|
193
|
+
readonly O: typeof ExtractBundleServiceResponse,
|
|
194
|
+
readonly kind: MethodKind.Unary,
|
|
195
|
+
},
|
|
196
|
+
/**
|
|
197
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundleChangeLogs
|
|
198
|
+
*/
|
|
199
|
+
readonly getBundleChangeLogs: {
|
|
200
|
+
readonly name: "GetBundleChangeLogs",
|
|
201
|
+
readonly I: typeof GetBundleChangeLogsRequest,
|
|
202
|
+
readonly O: typeof GetBundleChangeLogsResponse,
|
|
203
|
+
readonly kind: MethodKind.Unary,
|
|
204
|
+
},
|
|
205
|
+
/**
|
|
206
|
+
* generic RPC for premium services
|
|
207
|
+
*
|
|
208
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetPageWithStickyAdsSlot
|
|
209
|
+
*/
|
|
210
|
+
readonly getPageWithStickyAdsSlot: {
|
|
211
|
+
readonly name: "GetPageWithStickyAdsSlot",
|
|
212
|
+
readonly I: typeof GetPageWithStickyAdsSlotRequest,
|
|
213
|
+
readonly O: typeof GetPageWithStickyAdsSlotResponse,
|
|
214
|
+
readonly kind: MethodKind.Unary,
|
|
215
|
+
},
|
|
216
|
+
/**
|
|
217
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetPageWithStickyAdsSlotByListAds
|
|
218
|
+
*/
|
|
219
|
+
readonly getPageWithStickyAdsSlotByListAds: {
|
|
220
|
+
readonly name: "GetPageWithStickyAdsSlotByListAds",
|
|
221
|
+
readonly I: typeof GetPageWithStickyAdsSlotByListAdsRequest,
|
|
222
|
+
readonly O: typeof GetPageWithStickyAdsSlotByListAdsResponse,
|
|
223
|
+
readonly kind: MethodKind.Unary,
|
|
224
|
+
},
|
|
225
|
+
/**
|
|
226
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.CancelPremiumServices
|
|
227
|
+
*/
|
|
228
|
+
readonly cancelPremiumServices: {
|
|
229
|
+
readonly name: "CancelPremiumServices",
|
|
230
|
+
readonly I: typeof CancelPremiumServicesRequest,
|
|
231
|
+
readonly O: typeof CancelPremiumServicesResponse,
|
|
232
|
+
readonly kind: MethodKind.Unary,
|
|
233
|
+
},
|
|
234
|
+
/**
|
|
235
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetPremiumServicesInfo
|
|
236
|
+
*/
|
|
237
|
+
readonly getPremiumServicesInfo: {
|
|
238
|
+
readonly name: "GetPremiumServicesInfo",
|
|
239
|
+
readonly I: typeof GetPremiumServicesInfoRequest,
|
|
240
|
+
readonly O: typeof GetPremiumServicesInfoResponse,
|
|
241
|
+
readonly kind: MethodKind.Unary,
|
|
242
|
+
},
|
|
243
|
+
/**
|
|
244
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.CheckListAdsIsStickyAds
|
|
245
|
+
*/
|
|
246
|
+
readonly checkListAdsIsStickyAds: {
|
|
247
|
+
readonly name: "CheckListAdsIsStickyAds",
|
|
248
|
+
readonly I: typeof CheckListAdsIsStickyAdsRequest,
|
|
249
|
+
readonly O: typeof CheckListAdsIsStickyAdsResponse,
|
|
250
|
+
readonly kind: MethodKind.Unary,
|
|
251
|
+
},
|
|
252
|
+
/**
|
|
253
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetListStickyAdsServiceByFilter
|
|
254
|
+
*/
|
|
255
|
+
readonly getListStickyAdsServiceByFilter: {
|
|
256
|
+
readonly name: "GetListStickyAdsServiceByFilter",
|
|
257
|
+
readonly I: typeof GetListStickyAdsServiceByFilterRequest,
|
|
258
|
+
readonly O: typeof GetListStickyAdsServiceByFilterResponse,
|
|
259
|
+
readonly kind: MethodKind.Unary,
|
|
260
|
+
},
|
|
261
|
+
/**
|
|
262
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.UpdateStickyAdInfo
|
|
263
|
+
*/
|
|
264
|
+
readonly updateStickyAdInfo: {
|
|
265
|
+
readonly name: "UpdateStickyAdInfo",
|
|
266
|
+
readonly I: typeof UpdateStickyAdInfoRequest,
|
|
267
|
+
readonly O: typeof UpdateStickyAdInfoResponse,
|
|
268
|
+
readonly kind: MethodKind.Unary,
|
|
269
|
+
},
|
|
270
|
+
/**
|
|
271
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetAllAvailableTimeForMultipleDuration
|
|
272
|
+
*/
|
|
273
|
+
readonly getAllAvailableTimeForMultipleDuration: {
|
|
274
|
+
readonly name: "GetAllAvailableTimeForMultipleDuration",
|
|
275
|
+
readonly I: typeof GetAllAvailableTimeForMultipleDurationRequest,
|
|
276
|
+
readonly O: typeof GetAllAvailableTimeForMultipleDurationResponse,
|
|
277
|
+
readonly kind: MethodKind.Unary,
|
|
278
|
+
},
|
|
279
|
+
/**
|
|
280
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetNextAvailableTime
|
|
281
|
+
*/
|
|
282
|
+
readonly getNextAvailableTime: {
|
|
283
|
+
readonly name: "GetNextAvailableTime",
|
|
284
|
+
readonly I: typeof GetNextAvailableTimeRequest,
|
|
285
|
+
readonly O: typeof GetNextAvailableTimeResponse,
|
|
286
|
+
readonly kind: MethodKind.Unary,
|
|
287
|
+
},
|
|
288
|
+
/**
|
|
289
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetNextAvailableTimeForPos
|
|
290
|
+
*/
|
|
291
|
+
readonly getNextAvailableTimeForPos: {
|
|
292
|
+
readonly name: "GetNextAvailableTimeForPos",
|
|
293
|
+
readonly I: typeof GetNextAvailableTimeForPosRequest,
|
|
294
|
+
readonly O: typeof GetNextAvailableTimeForPosResponse,
|
|
295
|
+
readonly kind: MethodKind.Unary,
|
|
296
|
+
},
|
|
297
|
+
/**
|
|
298
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetStickyAdDelivering
|
|
299
|
+
*/
|
|
300
|
+
readonly getStickyAdDelivering: {
|
|
301
|
+
readonly name: "GetStickyAdDelivering",
|
|
302
|
+
readonly I: typeof GetStickyAdDeliveringRequest,
|
|
303
|
+
readonly O: typeof GetStickyAdDeliveringResponse,
|
|
304
|
+
readonly kind: MethodKind.Unary,
|
|
305
|
+
},
|
|
306
|
+
/**
|
|
307
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.CheckIsStickyAd
|
|
308
|
+
*/
|
|
309
|
+
readonly checkIsStickyAd: {
|
|
310
|
+
readonly name: "CheckIsStickyAd",
|
|
311
|
+
readonly I: typeof CheckIsStickyAdRequest,
|
|
312
|
+
readonly O: typeof CheckIsStickyAdResponse,
|
|
313
|
+
readonly kind: MethodKind.Unary,
|
|
314
|
+
},
|
|
315
|
+
/**
|
|
316
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetStickyAdFeature
|
|
317
|
+
*/
|
|
318
|
+
readonly getStickyAdFeature: {
|
|
319
|
+
readonly name: "GetStickyAdFeature",
|
|
320
|
+
readonly I: typeof GetStickyAdFeatureRequest,
|
|
321
|
+
readonly O: typeof GetStickyAdFeatureResponse,
|
|
322
|
+
readonly kind: MethodKind.Unary,
|
|
323
|
+
},
|
|
324
|
+
/**
|
|
325
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.AdjustFilterForStickyAd
|
|
326
|
+
*/
|
|
327
|
+
readonly adjustFilterForStickyAd: {
|
|
328
|
+
readonly name: "AdjustFilterForStickyAd",
|
|
329
|
+
readonly I: typeof AdjustFilterForStickyAdRequest,
|
|
330
|
+
readonly O: typeof AdjustFilterForStickyAdResponse,
|
|
331
|
+
readonly kind: MethodKind.Unary,
|
|
332
|
+
},
|
|
333
|
+
/**
|
|
334
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetListServiceByBatchServiceIds
|
|
335
|
+
*/
|
|
336
|
+
readonly getListServiceByBatchServiceIds: {
|
|
337
|
+
readonly name: "GetListServiceByBatchServiceIds",
|
|
338
|
+
readonly I: typeof GetListServiceByBatchServiceIdsRequest,
|
|
339
|
+
readonly O: typeof GetListServiceByBatchServiceIdsResponse,
|
|
340
|
+
readonly kind: MethodKind.Unary,
|
|
341
|
+
},
|
|
342
|
+
/**
|
|
343
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetDeliveryTimeForOrderDetail
|
|
344
|
+
*/
|
|
345
|
+
readonly getDeliveryTimeForOrderDetail: {
|
|
346
|
+
readonly name: "GetDeliveryTimeForOrderDetail",
|
|
347
|
+
readonly I: typeof GetDeliveryTimeForOrderDetailRequest,
|
|
348
|
+
readonly O: typeof GetDeliveryTimeForOrderDetailResponse,
|
|
349
|
+
readonly kind: MethodKind.Unary,
|
|
350
|
+
},
|
|
351
|
+
/**
|
|
352
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.ExpireStickyAdService
|
|
353
|
+
*/
|
|
354
|
+
readonly expireStickyAdService: {
|
|
355
|
+
readonly name: "ExpireStickyAdService",
|
|
356
|
+
readonly I: typeof ExpireStickyAdServiceRequest,
|
|
357
|
+
readonly O: typeof ExpireStickyAdServiceResponse,
|
|
358
|
+
readonly kind: MethodKind.Unary,
|
|
359
|
+
},
|
|
360
|
+
/**
|
|
361
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetStickyAdsSlotForAdstat
|
|
362
|
+
*/
|
|
363
|
+
readonly getStickyAdsSlotForAdstat: {
|
|
364
|
+
readonly name: "GetStickyAdsSlotForAdstat",
|
|
365
|
+
readonly I: typeof GetStickyAdsSlotForAdstatRequest,
|
|
366
|
+
readonly O: typeof GetStickyAdsSlotForAdstatResponse,
|
|
367
|
+
readonly kind: MethodKind.Unary,
|
|
368
|
+
},
|
|
369
|
+
/**
|
|
370
|
+
* support legacy REST path
|
|
371
|
+
*
|
|
372
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetStickyService
|
|
373
|
+
*/
|
|
374
|
+
readonly getStickyService: {
|
|
375
|
+
readonly name: "GetStickyService",
|
|
376
|
+
readonly I: typeof GetStickyServiceRequest,
|
|
377
|
+
readonly O: typeof GetStickyServiceResponse,
|
|
378
|
+
readonly kind: MethodKind.Unary,
|
|
379
|
+
},
|
|
380
|
+
/**
|
|
381
|
+
* vertical back-office
|
|
382
|
+
*
|
|
383
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetBundlesWithConditionsAndServices
|
|
384
|
+
*/
|
|
385
|
+
readonly getBundlesWithConditionsAndServices: {
|
|
386
|
+
readonly name: "GetBundlesWithConditionsAndServices",
|
|
387
|
+
readonly I: typeof GetBundlesWithConditionsAndServicesRequest,
|
|
388
|
+
readonly O: typeof GetBundlesWithConditionsAndServicesResponse,
|
|
389
|
+
readonly kind: MethodKind.Unary,
|
|
390
|
+
},
|
|
391
|
+
/**
|
|
392
|
+
* listing fee type
|
|
393
|
+
*
|
|
394
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetAvailableListingFeeTypes
|
|
395
|
+
*/
|
|
396
|
+
readonly getAvailableListingFeeTypes: {
|
|
397
|
+
readonly name: "GetAvailableListingFeeTypes",
|
|
398
|
+
readonly I: typeof GetAvailableListingFeeTypesRequest,
|
|
399
|
+
readonly O: typeof GetAvailableListingFeeTypesResponse,
|
|
400
|
+
readonly kind: MethodKind.Unary,
|
|
401
|
+
},
|
|
402
|
+
/**
|
|
403
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.UpdateListingFeeTypeById
|
|
404
|
+
*/
|
|
405
|
+
readonly updateListingFeeTypeById: {
|
|
406
|
+
readonly name: "UpdateListingFeeTypeById",
|
|
407
|
+
readonly I: typeof UpdateListingFeeTypeByIdRequest,
|
|
408
|
+
readonly O: typeof UpdateListingFeeTypeByIdResponse,
|
|
409
|
+
readonly kind: MethodKind.Unary,
|
|
410
|
+
},
|
|
411
|
+
/**
|
|
412
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.UpdateListingFeeTypeByAdId
|
|
413
|
+
*/
|
|
414
|
+
readonly updateListingFeeTypeByAdId: {
|
|
415
|
+
readonly name: "UpdateListingFeeTypeByAdId",
|
|
416
|
+
readonly I: typeof UpdateListingFeeTypeByAdIdRequest,
|
|
417
|
+
readonly O: typeof UpdateListingFeeTypeByAdIdResponse,
|
|
418
|
+
readonly kind: MethodKind.Unary,
|
|
419
|
+
},
|
|
420
|
+
/**
|
|
421
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.DeleteListingFeeTypeById
|
|
422
|
+
*/
|
|
423
|
+
readonly deleteListingFeeTypeById: {
|
|
424
|
+
readonly name: "DeleteListingFeeTypeById",
|
|
425
|
+
readonly I: typeof DeleteListingFeeTypeByIdRequest,
|
|
426
|
+
readonly O: typeof DeleteListingFeeTypeByIdResponse,
|
|
427
|
+
readonly kind: MethodKind.Unary,
|
|
428
|
+
},
|
|
429
|
+
/**
|
|
430
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.GetListingFeeTypeByAdId
|
|
431
|
+
*/
|
|
432
|
+
readonly getListingFeeTypeByAdId: {
|
|
433
|
+
readonly name: "GetListingFeeTypeByAdId",
|
|
434
|
+
readonly I: typeof GetListingFeeTypeByAdIdRequest,
|
|
435
|
+
readonly O: typeof GetListingFeeTypeByAdIdResponse,
|
|
436
|
+
readonly kind: MethodKind.Unary,
|
|
437
|
+
},
|
|
438
|
+
/**
|
|
439
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumPremiumServicesService.ApplyListingFeeTypeByAdId
|
|
440
|
+
*/
|
|
441
|
+
readonly applyListingFeeTypeByAdId: {
|
|
442
|
+
readonly name: "ApplyListingFeeTypeByAdId",
|
|
443
|
+
readonly I: typeof ApplyListingFeeTypeByAdIdRequest,
|
|
444
|
+
readonly O: typeof ApplyListingFeeTypeByAdIdResponse,
|
|
445
|
+
readonly kind: MethodKind.Unary,
|
|
446
|
+
},
|
|
447
|
+
}
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
export const getPremiumServiceInfoByServiceId: UnaryHooks<GetPremiumServiceInfoByServiceIdRequest, GetPremiumServiceInfoByServiceIdResponse>;
|
|
451
|
+
export const getBundleList: UnaryHooks<GetBundleListRequest, GetBundleListResponse>;
|
|
452
|
+
export const getBundleByFilter: UnaryHooks<GetBundleByFilterRequest, GetBundleByFilterResponse>;
|
|
453
|
+
export const getBundleListBackoffice: UnaryHooks<GetBundleListBackofficeRequest, GetBundleListBackofficeResponse>;
|
|
454
|
+
export const getBundleById: UnaryHooks<GetBundleByIdRequest, GetBundleByIdResponse>;
|
|
455
|
+
export const getServicesAppliedForBundle: UnaryHooks<GetServicesAppliedForBundleRequest, GetServicesAppliedForBundleResponse>;
|
|
456
|
+
export const getBundleWithServicesDetailByBundleId: UnaryHooks<GetBundleWithServicesDetailByBundleIdRequest, GetBundleWithServicesDetailByBundleIdResponse>;
|
|
457
|
+
export const addNewBundle: UnaryHooks<AddNewBundleRequest, AddNewBundleResponse>;
|
|
458
|
+
export const editBundle: UnaryHooks<EditBundleRequest, EditBundleResponse>;
|
|
459
|
+
export const deleteBundleById: UnaryHooks<DeleteBundleByIdRequest, DeleteBundleByIdResponse>;
|
|
460
|
+
export const getListBundleSegmentByFilter: UnaryHooks<GetListBundleSegmentByFilterRequest, GetListBundleSegmentByFilterResponse>;
|
|
461
|
+
export const addBundleSegment: UnaryHooks<AddBundleSegmentRequest, AddBundleSegmentResponse>;
|
|
462
|
+
export const editBundleSegment: UnaryHooks<EditBundleSegmentRequest, EditBundleSegmentResponse>;
|
|
463
|
+
export const exportBundleSegmentWithPriceTemplate: UnaryHooks<ExportBundleSegmentWithPriceTemplateRequest, ExportBundleSegmentWithPriceTemplateResponse>;
|
|
464
|
+
export const importBundleSegmentPrice: UnaryHooks<ImportBundleSegmentPriceRequest, ImportBundleSegmentPriceResponse>;
|
|
465
|
+
export const getBundleSegmentWithPriceDetail: UnaryHooks<GetBundleSegmentWithPriceDetailRequest, GetBundleSegmentWithPriceDetailResponse>;
|
|
466
|
+
export const updateBundleSegmentStatus: UnaryHooks<UpdateBundleSegmentStatusRequest, UpdateBundleSegmentStatusResponse>;
|
|
467
|
+
export const getBundleWithServices: UnaryHooks<GetBundleWithServicesRequest, GetBundleWithServicesResponse>;
|
|
468
|
+
export const getBundleAppliedForOrder: UnaryHooks<GetBundleAppliedForOrderRequest, GetBundleAppliedForOrderResponse>;
|
|
469
|
+
export const extractBundleService: UnaryHooks<ExtractBundleServiceRequest, ExtractBundleServiceResponse>;
|
|
470
|
+
export const getBundleChangeLogs: UnaryHooks<GetBundleChangeLogsRequest, GetBundleChangeLogsResponse>;
|
|
471
|
+
export const getPageWithStickyAdsSlot: UnaryHooks<GetPageWithStickyAdsSlotRequest, GetPageWithStickyAdsSlotResponse>;
|
|
472
|
+
export const getPageWithStickyAdsSlotByListAds: UnaryHooks<GetPageWithStickyAdsSlotByListAdsRequest, GetPageWithStickyAdsSlotByListAdsResponse>;
|
|
473
|
+
export const cancelPremiumServices: UnaryHooks<CancelPremiumServicesRequest, CancelPremiumServicesResponse>;
|
|
474
|
+
export const getPremiumServicesInfo: UnaryHooks<GetPremiumServicesInfoRequest, GetPremiumServicesInfoResponse>;
|
|
475
|
+
export const checkListAdsIsStickyAds: UnaryHooks<CheckListAdsIsStickyAdsRequest, CheckListAdsIsStickyAdsResponse>;
|
|
476
|
+
export const getListStickyAdsServiceByFilter: UnaryHooks<GetListStickyAdsServiceByFilterRequest, GetListStickyAdsServiceByFilterResponse>;
|
|
477
|
+
export const updateStickyAdInfo: UnaryHooks<UpdateStickyAdInfoRequest, UpdateStickyAdInfoResponse>;
|
|
478
|
+
export const getAllAvailableTimeForMultipleDuration: UnaryHooks<GetAllAvailableTimeForMultipleDurationRequest, GetAllAvailableTimeForMultipleDurationResponse>;
|
|
479
|
+
export const getNextAvailableTime: UnaryHooks<GetNextAvailableTimeRequest, GetNextAvailableTimeResponse>;
|
|
480
|
+
export const getNextAvailableTimeForPos: UnaryHooks<GetNextAvailableTimeForPosRequest, GetNextAvailableTimeForPosResponse>;
|
|
481
|
+
export const getStickyAdDelivering: UnaryHooks<GetStickyAdDeliveringRequest, GetStickyAdDeliveringResponse>;
|
|
482
|
+
export const checkIsStickyAd: UnaryHooks<CheckIsStickyAdRequest, CheckIsStickyAdResponse>;
|
|
483
|
+
export const getStickyAdFeature: UnaryHooks<GetStickyAdFeatureRequest, GetStickyAdFeatureResponse>;
|
|
484
|
+
export const adjustFilterForStickyAd: UnaryHooks<AdjustFilterForStickyAdRequest, AdjustFilterForStickyAdResponse>;
|
|
485
|
+
export const getListServiceByBatchServiceIds: UnaryHooks<GetListServiceByBatchServiceIdsRequest, GetListServiceByBatchServiceIdsResponse>;
|
|
486
|
+
export const getDeliveryTimeForOrderDetail: UnaryHooks<GetDeliveryTimeForOrderDetailRequest, GetDeliveryTimeForOrderDetailResponse>;
|
|
487
|
+
export const expireStickyAdService: UnaryHooks<ExpireStickyAdServiceRequest, ExpireStickyAdServiceResponse>;
|
|
488
|
+
export const getStickyAdsSlotForAdstat: UnaryHooks<GetStickyAdsSlotForAdstatRequest, GetStickyAdsSlotForAdstatResponse>;
|
|
489
|
+
export const getStickyService: UnaryHooks<GetStickyServiceRequest, GetStickyServiceResponse>;
|
|
490
|
+
export const getBundlesWithConditionsAndServices: UnaryHooks<GetBundlesWithConditionsAndServicesRequest, GetBundlesWithConditionsAndServicesResponse>;
|
|
491
|
+
export const getAvailableListingFeeTypes: UnaryHooks<GetAvailableListingFeeTypesRequest, GetAvailableListingFeeTypesResponse>;
|
|
492
|
+
export const updateListingFeeTypeById: UnaryHooks<UpdateListingFeeTypeByIdRequest, UpdateListingFeeTypeByIdResponse>;
|
|
493
|
+
export const updateListingFeeTypeByAdId: UnaryHooks<UpdateListingFeeTypeByAdIdRequest, UpdateListingFeeTypeByAdIdResponse>;
|
|
494
|
+
export const deleteListingFeeTypeById: UnaryHooks<DeleteListingFeeTypeByIdRequest, DeleteListingFeeTypeByIdResponse>;
|
|
495
|
+
export const getListingFeeTypeByAdId: UnaryHooks<GetListingFeeTypeByAdIdRequest, GetListingFeeTypeByAdIdResponse>;
|
|
496
|
+
export const applyListingFeeTypeByAdId: UnaryHooks<ApplyListingFeeTypeByAdIdRequest, ApplyListingFeeTypeByAdIdResponse>;
|