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