@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,98 @@
|
|
|
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/listing_tier_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { ApplyListingTierOnPosRequest, ApplyListingTierOnPosResponse, ApplyListingTierWithSubscriptionRequest, ApplyListingTierWithSubscriptionResponse, CheckSKFeatureEnableRequest, CheckSKFeatureEnableResponse, GetActiveBenefitsByListingTierRequest, GetActiveBenefitsByListingTierResponse, GetAlacarteServicesRequest, GetAlacarteServicesResponse, GetTierInfoOfAdsRequest, GetTierInfoOfAdsResponse, GetTierOfAdRequest, GetTierOfAdResponse, GetTierOptionsForPosRequest, GetTierOptionsForPosResponse, UpdateServiceStatusRequest, UpdateServiceStatusResponse } from "./listing_tier_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService
|
|
11
|
+
*/
|
|
12
|
+
export declare const LogicUniRevPremiumListingTierService: {
|
|
13
|
+
readonly typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService",
|
|
14
|
+
readonly methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetActiveBenefitsByListingTier
|
|
17
|
+
*/
|
|
18
|
+
readonly getActiveBenefitsByListingTier: {
|
|
19
|
+
readonly name: "GetActiveBenefitsByListingTier",
|
|
20
|
+
readonly I: typeof GetActiveBenefitsByListingTierRequest,
|
|
21
|
+
readonly O: typeof GetActiveBenefitsByListingTierResponse,
|
|
22
|
+
readonly kind: MethodKind.Unary,
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.ApplyListingTierOnPos
|
|
26
|
+
*/
|
|
27
|
+
readonly applyListingTierOnPos: {
|
|
28
|
+
readonly name: "ApplyListingTierOnPos",
|
|
29
|
+
readonly I: typeof ApplyListingTierOnPosRequest,
|
|
30
|
+
readonly O: typeof ApplyListingTierOnPosResponse,
|
|
31
|
+
readonly kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.ApplyListingTierWithSubscription
|
|
35
|
+
*/
|
|
36
|
+
readonly applyListingTierWithSubscription: {
|
|
37
|
+
readonly name: "ApplyListingTierWithSubscription",
|
|
38
|
+
readonly I: typeof ApplyListingTierWithSubscriptionRequest,
|
|
39
|
+
readonly O: typeof ApplyListingTierWithSubscriptionResponse,
|
|
40
|
+
readonly kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetTierOptionsForPos
|
|
44
|
+
*/
|
|
45
|
+
readonly getTierOptionsForPos: {
|
|
46
|
+
readonly name: "GetTierOptionsForPos",
|
|
47
|
+
readonly I: typeof GetTierOptionsForPosRequest,
|
|
48
|
+
readonly O: typeof GetTierOptionsForPosResponse,
|
|
49
|
+
readonly kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
51
|
+
/**
|
|
52
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetTierOfAd
|
|
53
|
+
*/
|
|
54
|
+
readonly getTierOfAd: {
|
|
55
|
+
readonly name: "GetTierOfAd",
|
|
56
|
+
readonly I: typeof GetTierOfAdRequest,
|
|
57
|
+
readonly O: typeof GetTierOfAdResponse,
|
|
58
|
+
readonly kind: MethodKind.Unary,
|
|
59
|
+
},
|
|
60
|
+
/**
|
|
61
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.CheckSKFeatureEnable
|
|
62
|
+
*/
|
|
63
|
+
readonly checkSKFeatureEnable: {
|
|
64
|
+
readonly name: "CheckSKFeatureEnable",
|
|
65
|
+
readonly I: typeof CheckSKFeatureEnableRequest,
|
|
66
|
+
readonly O: typeof CheckSKFeatureEnableResponse,
|
|
67
|
+
readonly kind: MethodKind.Unary,
|
|
68
|
+
},
|
|
69
|
+
/**
|
|
70
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.UpdateServiceStatus
|
|
71
|
+
*/
|
|
72
|
+
readonly updateServiceStatus: {
|
|
73
|
+
readonly name: "UpdateServiceStatus",
|
|
74
|
+
readonly I: typeof UpdateServiceStatusRequest,
|
|
75
|
+
readonly O: typeof UpdateServiceStatusResponse,
|
|
76
|
+
readonly kind: MethodKind.Unary,
|
|
77
|
+
},
|
|
78
|
+
/**
|
|
79
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetTierInfoOfAds
|
|
80
|
+
*/
|
|
81
|
+
readonly getTierInfoOfAds: {
|
|
82
|
+
readonly name: "GetTierInfoOfAds",
|
|
83
|
+
readonly I: typeof GetTierInfoOfAdsRequest,
|
|
84
|
+
readonly O: typeof GetTierInfoOfAdsResponse,
|
|
85
|
+
readonly kind: MethodKind.Unary,
|
|
86
|
+
},
|
|
87
|
+
/**
|
|
88
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetAlacarteServices
|
|
89
|
+
*/
|
|
90
|
+
readonly getAlacarteServices: {
|
|
91
|
+
readonly name: "GetAlacarteServices",
|
|
92
|
+
readonly I: typeof GetAlacarteServicesRequest,
|
|
93
|
+
readonly O: typeof GetAlacarteServicesResponse,
|
|
94
|
+
readonly kind: MethodKind.Unary,
|
|
95
|
+
},
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
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/listing_tier_service.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { ApplyListingTierOnPosRequest, ApplyListingTierOnPosResponse, ApplyListingTierWithSubscriptionRequest, ApplyListingTierWithSubscriptionResponse, CheckSKFeatureEnableRequest, CheckSKFeatureEnableResponse, GetActiveBenefitsByListingTierRequest, GetActiveBenefitsByListingTierResponse, GetAlacarteServicesRequest, GetAlacarteServicesResponse, GetTierInfoOfAdsRequest, GetTierInfoOfAdsResponse, GetTierOfAdRequest, GetTierOfAdResponse, GetTierOptionsForPosRequest, GetTierOptionsForPosResponse, UpdateServiceStatusRequest, UpdateServiceStatusResponse } from "./listing_tier_pb.js";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService
|
|
11
|
+
*/
|
|
12
|
+
export const LogicUniRevPremiumListingTierService = {
|
|
13
|
+
typeName: "ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService",
|
|
14
|
+
methods: {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetActiveBenefitsByListingTier
|
|
17
|
+
*/
|
|
18
|
+
getActiveBenefitsByListingTier: {
|
|
19
|
+
name: "GetActiveBenefitsByListingTier",
|
|
20
|
+
I: GetActiveBenefitsByListingTierRequest,
|
|
21
|
+
O: GetActiveBenefitsByListingTierResponse,
|
|
22
|
+
kind: MethodKind.Unary,
|
|
23
|
+
},
|
|
24
|
+
/**
|
|
25
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.ApplyListingTierOnPos
|
|
26
|
+
*/
|
|
27
|
+
applyListingTierOnPos: {
|
|
28
|
+
name: "ApplyListingTierOnPos",
|
|
29
|
+
I: ApplyListingTierOnPosRequest,
|
|
30
|
+
O: ApplyListingTierOnPosResponse,
|
|
31
|
+
kind: MethodKind.Unary,
|
|
32
|
+
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.ApplyListingTierWithSubscription
|
|
35
|
+
*/
|
|
36
|
+
applyListingTierWithSubscription: {
|
|
37
|
+
name: "ApplyListingTierWithSubscription",
|
|
38
|
+
I: ApplyListingTierWithSubscriptionRequest,
|
|
39
|
+
O: ApplyListingTierWithSubscriptionResponse,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetTierOptionsForPos
|
|
44
|
+
*/
|
|
45
|
+
getTierOptionsForPos: {
|
|
46
|
+
name: "GetTierOptionsForPos",
|
|
47
|
+
I: GetTierOptionsForPosRequest,
|
|
48
|
+
O: GetTierOptionsForPosResponse,
|
|
49
|
+
kind: MethodKind.Unary,
|
|
50
|
+
},
|
|
51
|
+
/**
|
|
52
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetTierOfAd
|
|
53
|
+
*/
|
|
54
|
+
getTierOfAd: {
|
|
55
|
+
name: "GetTierOfAd",
|
|
56
|
+
I: GetTierOfAdRequest,
|
|
57
|
+
O: GetTierOfAdResponse,
|
|
58
|
+
kind: MethodKind.Unary,
|
|
59
|
+
},
|
|
60
|
+
/**
|
|
61
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.CheckSKFeatureEnable
|
|
62
|
+
*/
|
|
63
|
+
checkSKFeatureEnable: {
|
|
64
|
+
name: "CheckSKFeatureEnable",
|
|
65
|
+
I: CheckSKFeatureEnableRequest,
|
|
66
|
+
O: CheckSKFeatureEnableResponse,
|
|
67
|
+
kind: MethodKind.Unary,
|
|
68
|
+
},
|
|
69
|
+
/**
|
|
70
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.UpdateServiceStatus
|
|
71
|
+
*/
|
|
72
|
+
updateServiceStatus: {
|
|
73
|
+
name: "UpdateServiceStatus",
|
|
74
|
+
I: UpdateServiceStatusRequest,
|
|
75
|
+
O: UpdateServiceStatusResponse,
|
|
76
|
+
kind: MethodKind.Unary,
|
|
77
|
+
},
|
|
78
|
+
/**
|
|
79
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetTierInfoOfAds
|
|
80
|
+
*/
|
|
81
|
+
getTierInfoOfAds: {
|
|
82
|
+
name: "GetTierInfoOfAds",
|
|
83
|
+
I: GetTierInfoOfAdsRequest,
|
|
84
|
+
O: GetTierInfoOfAdsResponse,
|
|
85
|
+
kind: MethodKind.Unary,
|
|
86
|
+
},
|
|
87
|
+
/**
|
|
88
|
+
* @generated from rpc ct_logic_uni_rev_premium.v1.LogicUniRevPremiumListingTierService.GetAlacarteServices
|
|
89
|
+
*/
|
|
90
|
+
getAlacarteServices: {
|
|
91
|
+
name: "GetAlacarteServices",
|
|
92
|
+
I: GetAlacarteServicesRequest,
|
|
93
|
+
O: GetAlacarteServicesResponse,
|
|
94
|
+
kind: MethodKind.Unary,
|
|
95
|
+
},
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
|
package/onbehalf.proto
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package ct_logic_uni_rev_premium.v1;
|
|
3
|
+
|
|
4
|
+
import "validate/validate.proto";
|
|
5
|
+
import "google/protobuf/timestamp.proto";
|
|
6
|
+
import "ct-logic-uni-rev-premium/v1/ad_delivery.proto";
|
|
7
|
+
|
|
8
|
+
// language specs
|
|
9
|
+
option go_package = "github.com/carousell/ct-grpc-go/pkg/ct-logic-uni-rev-premium;pb";
|
|
10
|
+
|
|
11
|
+
enum OnBehalfOrderRequestType {
|
|
12
|
+
ON_BEHALF_ORDER_REQUEST_TYPE_UNSPECIFIED = 0;
|
|
13
|
+
ON_BEHALF_ORDER_REQUEST_TYPE_ADD_TO_CART = 1;
|
|
14
|
+
ON_BEHALF_ORDER_REQUEST_TYPE_CREATE_ONLY = 2;
|
|
15
|
+
ON_BEHALF_ORDER_REQUEST_TYPE_CREATE_AND_PAY = 3;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
message CreateOnbehalfAdDeliveryOrderRequest {
|
|
19
|
+
OnBehalfOrderRequestType request_type = 1;
|
|
20
|
+
int64 account_id = 2 [(validate.rules).int64.gte = 0];
|
|
21
|
+
string phone = 3 [(validate.rules).string = {
|
|
22
|
+
min_len: 1,
|
|
23
|
+
max_len: 100,
|
|
24
|
+
}];
|
|
25
|
+
google.protobuf.Timestamp payment_expired_at = 4;
|
|
26
|
+
CreateOnbehalAdDeliveryfOrderServiceRequest service = 5;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
message CreateOnbehalAdDeliveryfOrderServiceRequest {
|
|
30
|
+
string type = 1 [(validate.rules).string = {
|
|
31
|
+
min_len: 1,
|
|
32
|
+
max_len: 100,
|
|
33
|
+
}];
|
|
34
|
+
ServiceParam params = 2;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
message ServiceParam {
|
|
38
|
+
optional AdDeliveryParam ad_delivery_param = 1;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
message AdDeliveryParam {
|
|
42
|
+
string package_id = 1;
|
|
43
|
+
string name = 2;
|
|
44
|
+
google.protobuf.Timestamp start_time = 3;
|
|
45
|
+
string payment_link = 4;
|
|
46
|
+
repeated int64 region_ids = 5;
|
|
47
|
+
repeated int64 ad_ids = 6;
|
|
48
|
+
repeated AdConfig ad_configs = 7;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
message CheckoutURL {
|
|
52
|
+
string web = 1;
|
|
53
|
+
string android = 2;
|
|
54
|
+
string ios = 3;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
message CreateOnbehalfAdDeliveryOrderResponse {
|
|
58
|
+
int64 order_id = 1;
|
|
59
|
+
string payment_code = 2;
|
|
60
|
+
int64 amount = 3;
|
|
61
|
+
CheckoutURL checkout_urls = 4;
|
|
62
|
+
OnbehalfTrackingData tracking_data = 5;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
message OnbehalfTrackingData {
|
|
66
|
+
AdDeliveryTrackingData ad_delivery_tracking_data = 1;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
message AdDeliveryTrackingData {
|
|
70
|
+
string campaign_name = 1;
|
|
71
|
+
int64 account_id = 2;
|
|
72
|
+
string package_id = 3;
|
|
73
|
+
string package_name = 4;
|
|
74
|
+
int64 price = 5;
|
|
75
|
+
int64 duration = 6;
|
|
76
|
+
google.protobuf.Timestamp start_time = 7;
|
|
77
|
+
google.protobuf.Timestamp end_time = 8;
|
|
78
|
+
string payment_link = 9;
|
|
79
|
+
int64 order_id = 10;
|
|
80
|
+
int64 service_id = 11;
|
|
81
|
+
string payment_type = 12;
|
|
82
|
+
string confirm = 13;
|
|
83
|
+
google.protobuf.Timestamp created_at = 14;
|
|
84
|
+
google.protobuf.Timestamp updated_at = 15;
|
|
85
|
+
string created_by = 16;
|
|
86
|
+
repeated int64 region_ids = 17;
|
|
87
|
+
repeated int64 ad_ids = 18;
|
|
88
|
+
string phone = 19;
|
|
89
|
+
string campaign_id = 20;
|
|
90
|
+
int64 category_id = 21;
|
|
91
|
+
}
|
package/onbehalf_pb.d.ts
ADDED
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
|
|
2
|
+
// @generated from file ct-logic-uni-rev-premium/v1/onbehalf.proto (package ct_logic_uni_rev_premium.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage, Timestamp } from "@bufbuild/protobuf";
|
|
7
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
8
|
+
import type { AdConfig } from "./ad_delivery_pb.js";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* @generated from enum ct_logic_uni_rev_premium.v1.OnBehalfOrderRequestType
|
|
12
|
+
*/
|
|
13
|
+
export declare enum OnBehalfOrderRequestType {
|
|
14
|
+
/**
|
|
15
|
+
* @generated from enum value: ON_BEHALF_ORDER_REQUEST_TYPE_UNSPECIFIED = 0;
|
|
16
|
+
*/
|
|
17
|
+
UNSPECIFIED = 0,
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @generated from enum value: ON_BEHALF_ORDER_REQUEST_TYPE_ADD_TO_CART = 1;
|
|
21
|
+
*/
|
|
22
|
+
ADD_TO_CART = 1,
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: ON_BEHALF_ORDER_REQUEST_TYPE_CREATE_ONLY = 2;
|
|
26
|
+
*/
|
|
27
|
+
CREATE_ONLY = 2,
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @generated from enum value: ON_BEHALF_ORDER_REQUEST_TYPE_CREATE_AND_PAY = 3;
|
|
31
|
+
*/
|
|
32
|
+
CREATE_AND_PAY = 3,
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CreateOnbehalfAdDeliveryOrderRequest
|
|
37
|
+
*/
|
|
38
|
+
export declare class CreateOnbehalfAdDeliveryOrderRequest extends Message<CreateOnbehalfAdDeliveryOrderRequest> {
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.OnBehalfOrderRequestType request_type = 1;
|
|
41
|
+
*/
|
|
42
|
+
requestType: OnBehalfOrderRequestType;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: int64 account_id = 2;
|
|
46
|
+
*/
|
|
47
|
+
accountId: bigint;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: string phone = 3;
|
|
51
|
+
*/
|
|
52
|
+
phone: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: google.protobuf.Timestamp payment_expired_at = 4;
|
|
56
|
+
*/
|
|
57
|
+
paymentExpiredAt?: Timestamp;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.CreateOnbehalAdDeliveryfOrderServiceRequest service = 5;
|
|
61
|
+
*/
|
|
62
|
+
service?: CreateOnbehalAdDeliveryfOrderServiceRequest;
|
|
63
|
+
|
|
64
|
+
constructor(data?: PartialMessage<CreateOnbehalfAdDeliveryOrderRequest>);
|
|
65
|
+
|
|
66
|
+
static readonly runtime: typeof proto3;
|
|
67
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CreateOnbehalfAdDeliveryOrderRequest";
|
|
68
|
+
static readonly fields: FieldList;
|
|
69
|
+
|
|
70
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOnbehalfAdDeliveryOrderRequest;
|
|
71
|
+
|
|
72
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOnbehalfAdDeliveryOrderRequest;
|
|
73
|
+
|
|
74
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOnbehalfAdDeliveryOrderRequest;
|
|
75
|
+
|
|
76
|
+
static equals(a: CreateOnbehalfAdDeliveryOrderRequest | PlainMessage<CreateOnbehalfAdDeliveryOrderRequest> | undefined, b: CreateOnbehalfAdDeliveryOrderRequest | PlainMessage<CreateOnbehalfAdDeliveryOrderRequest> | undefined): boolean;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CreateOnbehalAdDeliveryfOrderServiceRequest
|
|
81
|
+
*/
|
|
82
|
+
export declare class CreateOnbehalAdDeliveryfOrderServiceRequest extends Message<CreateOnbehalAdDeliveryfOrderServiceRequest> {
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: string type = 1;
|
|
85
|
+
*/
|
|
86
|
+
type: string;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.ServiceParam params = 2;
|
|
90
|
+
*/
|
|
91
|
+
params?: ServiceParam;
|
|
92
|
+
|
|
93
|
+
constructor(data?: PartialMessage<CreateOnbehalAdDeliveryfOrderServiceRequest>);
|
|
94
|
+
|
|
95
|
+
static readonly runtime: typeof proto3;
|
|
96
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CreateOnbehalAdDeliveryfOrderServiceRequest";
|
|
97
|
+
static readonly fields: FieldList;
|
|
98
|
+
|
|
99
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOnbehalAdDeliveryfOrderServiceRequest;
|
|
100
|
+
|
|
101
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOnbehalAdDeliveryfOrderServiceRequest;
|
|
102
|
+
|
|
103
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOnbehalAdDeliveryfOrderServiceRequest;
|
|
104
|
+
|
|
105
|
+
static equals(a: CreateOnbehalAdDeliveryfOrderServiceRequest | PlainMessage<CreateOnbehalAdDeliveryfOrderServiceRequest> | undefined, b: CreateOnbehalAdDeliveryfOrderServiceRequest | PlainMessage<CreateOnbehalAdDeliveryfOrderServiceRequest> | undefined): boolean;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @generated from message ct_logic_uni_rev_premium.v1.ServiceParam
|
|
110
|
+
*/
|
|
111
|
+
export declare class ServiceParam extends Message<ServiceParam> {
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: optional ct_logic_uni_rev_premium.v1.AdDeliveryParam ad_delivery_param = 1;
|
|
114
|
+
*/
|
|
115
|
+
adDeliveryParam?: AdDeliveryParam;
|
|
116
|
+
|
|
117
|
+
constructor(data?: PartialMessage<ServiceParam>);
|
|
118
|
+
|
|
119
|
+
static readonly runtime: typeof proto3;
|
|
120
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.ServiceParam";
|
|
121
|
+
static readonly fields: FieldList;
|
|
122
|
+
|
|
123
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ServiceParam;
|
|
124
|
+
|
|
125
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ServiceParam;
|
|
126
|
+
|
|
127
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ServiceParam;
|
|
128
|
+
|
|
129
|
+
static equals(a: ServiceParam | PlainMessage<ServiceParam> | undefined, b: ServiceParam | PlainMessage<ServiceParam> | undefined): boolean;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdDeliveryParam
|
|
134
|
+
*/
|
|
135
|
+
export declare class AdDeliveryParam extends Message<AdDeliveryParam> {
|
|
136
|
+
/**
|
|
137
|
+
* @generated from field: string package_id = 1;
|
|
138
|
+
*/
|
|
139
|
+
packageId: string;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* @generated from field: string name = 2;
|
|
143
|
+
*/
|
|
144
|
+
name: string;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: google.protobuf.Timestamp start_time = 3;
|
|
148
|
+
*/
|
|
149
|
+
startTime?: Timestamp;
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* @generated from field: string payment_link = 4;
|
|
153
|
+
*/
|
|
154
|
+
paymentLink: string;
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* @generated from field: repeated int64 region_ids = 5;
|
|
158
|
+
*/
|
|
159
|
+
regionIds: bigint[];
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: repeated int64 ad_ids = 6;
|
|
163
|
+
*/
|
|
164
|
+
adIds: bigint[];
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: repeated ct_logic_uni_rev_premium.v1.AdConfig ad_configs = 7;
|
|
168
|
+
*/
|
|
169
|
+
adConfigs: AdConfig[];
|
|
170
|
+
|
|
171
|
+
constructor(data?: PartialMessage<AdDeliveryParam>);
|
|
172
|
+
|
|
173
|
+
static readonly runtime: typeof proto3;
|
|
174
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AdDeliveryParam";
|
|
175
|
+
static readonly fields: FieldList;
|
|
176
|
+
|
|
177
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdDeliveryParam;
|
|
178
|
+
|
|
179
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdDeliveryParam;
|
|
180
|
+
|
|
181
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdDeliveryParam;
|
|
182
|
+
|
|
183
|
+
static equals(a: AdDeliveryParam | PlainMessage<AdDeliveryParam> | undefined, b: AdDeliveryParam | PlainMessage<AdDeliveryParam> | undefined): boolean;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CheckoutURL
|
|
188
|
+
*/
|
|
189
|
+
export declare class CheckoutURL extends Message<CheckoutURL> {
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: string web = 1;
|
|
192
|
+
*/
|
|
193
|
+
web: string;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: string android = 2;
|
|
197
|
+
*/
|
|
198
|
+
android: string;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* @generated from field: string ios = 3;
|
|
202
|
+
*/
|
|
203
|
+
ios: string;
|
|
204
|
+
|
|
205
|
+
constructor(data?: PartialMessage<CheckoutURL>);
|
|
206
|
+
|
|
207
|
+
static readonly runtime: typeof proto3;
|
|
208
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CheckoutURL";
|
|
209
|
+
static readonly fields: FieldList;
|
|
210
|
+
|
|
211
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckoutURL;
|
|
212
|
+
|
|
213
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckoutURL;
|
|
214
|
+
|
|
215
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckoutURL;
|
|
216
|
+
|
|
217
|
+
static equals(a: CheckoutURL | PlainMessage<CheckoutURL> | undefined, b: CheckoutURL | PlainMessage<CheckoutURL> | undefined): boolean;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* @generated from message ct_logic_uni_rev_premium.v1.CreateOnbehalfAdDeliveryOrderResponse
|
|
222
|
+
*/
|
|
223
|
+
export declare class CreateOnbehalfAdDeliveryOrderResponse extends Message<CreateOnbehalfAdDeliveryOrderResponse> {
|
|
224
|
+
/**
|
|
225
|
+
* @generated from field: int64 order_id = 1;
|
|
226
|
+
*/
|
|
227
|
+
orderId: bigint;
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: string payment_code = 2;
|
|
231
|
+
*/
|
|
232
|
+
paymentCode: string;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: int64 amount = 3;
|
|
236
|
+
*/
|
|
237
|
+
amount: bigint;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.CheckoutURL checkout_urls = 4;
|
|
241
|
+
*/
|
|
242
|
+
checkoutUrls?: CheckoutURL;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.OnbehalfTrackingData tracking_data = 5;
|
|
246
|
+
*/
|
|
247
|
+
trackingData?: OnbehalfTrackingData;
|
|
248
|
+
|
|
249
|
+
constructor(data?: PartialMessage<CreateOnbehalfAdDeliveryOrderResponse>);
|
|
250
|
+
|
|
251
|
+
static readonly runtime: typeof proto3;
|
|
252
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.CreateOnbehalfAdDeliveryOrderResponse";
|
|
253
|
+
static readonly fields: FieldList;
|
|
254
|
+
|
|
255
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateOnbehalfAdDeliveryOrderResponse;
|
|
256
|
+
|
|
257
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateOnbehalfAdDeliveryOrderResponse;
|
|
258
|
+
|
|
259
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateOnbehalfAdDeliveryOrderResponse;
|
|
260
|
+
|
|
261
|
+
static equals(a: CreateOnbehalfAdDeliveryOrderResponse | PlainMessage<CreateOnbehalfAdDeliveryOrderResponse> | undefined, b: CreateOnbehalfAdDeliveryOrderResponse | PlainMessage<CreateOnbehalfAdDeliveryOrderResponse> | undefined): boolean;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from message ct_logic_uni_rev_premium.v1.OnbehalfTrackingData
|
|
266
|
+
*/
|
|
267
|
+
export declare class OnbehalfTrackingData extends Message<OnbehalfTrackingData> {
|
|
268
|
+
/**
|
|
269
|
+
* @generated from field: ct_logic_uni_rev_premium.v1.AdDeliveryTrackingData ad_delivery_tracking_data = 1;
|
|
270
|
+
*/
|
|
271
|
+
adDeliveryTrackingData?: AdDeliveryTrackingData;
|
|
272
|
+
|
|
273
|
+
constructor(data?: PartialMessage<OnbehalfTrackingData>);
|
|
274
|
+
|
|
275
|
+
static readonly runtime: typeof proto3;
|
|
276
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.OnbehalfTrackingData";
|
|
277
|
+
static readonly fields: FieldList;
|
|
278
|
+
|
|
279
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OnbehalfTrackingData;
|
|
280
|
+
|
|
281
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OnbehalfTrackingData;
|
|
282
|
+
|
|
283
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OnbehalfTrackingData;
|
|
284
|
+
|
|
285
|
+
static equals(a: OnbehalfTrackingData | PlainMessage<OnbehalfTrackingData> | undefined, b: OnbehalfTrackingData | PlainMessage<OnbehalfTrackingData> | undefined): boolean;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* @generated from message ct_logic_uni_rev_premium.v1.AdDeliveryTrackingData
|
|
290
|
+
*/
|
|
291
|
+
export declare class AdDeliveryTrackingData extends Message<AdDeliveryTrackingData> {
|
|
292
|
+
/**
|
|
293
|
+
* @generated from field: string campaign_name = 1;
|
|
294
|
+
*/
|
|
295
|
+
campaignName: string;
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* @generated from field: int64 account_id = 2;
|
|
299
|
+
*/
|
|
300
|
+
accountId: bigint;
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @generated from field: string package_id = 3;
|
|
304
|
+
*/
|
|
305
|
+
packageId: string;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: string package_name = 4;
|
|
309
|
+
*/
|
|
310
|
+
packageName: string;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* @generated from field: int64 price = 5;
|
|
314
|
+
*/
|
|
315
|
+
price: bigint;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* @generated from field: int64 duration = 6;
|
|
319
|
+
*/
|
|
320
|
+
duration: bigint;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: google.protobuf.Timestamp start_time = 7;
|
|
324
|
+
*/
|
|
325
|
+
startTime?: Timestamp;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: google.protobuf.Timestamp end_time = 8;
|
|
329
|
+
*/
|
|
330
|
+
endTime?: Timestamp;
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: string payment_link = 9;
|
|
334
|
+
*/
|
|
335
|
+
paymentLink: string;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: int64 order_id = 10;
|
|
339
|
+
*/
|
|
340
|
+
orderId: bigint;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: int64 service_id = 11;
|
|
344
|
+
*/
|
|
345
|
+
serviceId: bigint;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: string payment_type = 12;
|
|
349
|
+
*/
|
|
350
|
+
paymentType: string;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: string confirm = 13;
|
|
354
|
+
*/
|
|
355
|
+
confirm: string;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: google.protobuf.Timestamp created_at = 14;
|
|
359
|
+
*/
|
|
360
|
+
createdAt?: Timestamp;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 15;
|
|
364
|
+
*/
|
|
365
|
+
updatedAt?: Timestamp;
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: string created_by = 16;
|
|
369
|
+
*/
|
|
370
|
+
createdBy: string;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @generated from field: repeated int64 region_ids = 17;
|
|
374
|
+
*/
|
|
375
|
+
regionIds: bigint[];
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: repeated int64 ad_ids = 18;
|
|
379
|
+
*/
|
|
380
|
+
adIds: bigint[];
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: string phone = 19;
|
|
384
|
+
*/
|
|
385
|
+
phone: string;
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from field: string campaign_id = 20;
|
|
389
|
+
*/
|
|
390
|
+
campaignId: string;
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from field: int64 category_id = 21;
|
|
394
|
+
*/
|
|
395
|
+
categoryId: bigint;
|
|
396
|
+
|
|
397
|
+
constructor(data?: PartialMessage<AdDeliveryTrackingData>);
|
|
398
|
+
|
|
399
|
+
static readonly runtime: typeof proto3;
|
|
400
|
+
static readonly typeName = "ct_logic_uni_rev_premium.v1.AdDeliveryTrackingData";
|
|
401
|
+
static readonly fields: FieldList;
|
|
402
|
+
|
|
403
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdDeliveryTrackingData;
|
|
404
|
+
|
|
405
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdDeliveryTrackingData;
|
|
406
|
+
|
|
407
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdDeliveryTrackingData;
|
|
408
|
+
|
|
409
|
+
static equals(a: AdDeliveryTrackingData | PlainMessage<AdDeliveryTrackingData> | undefined, b: AdDeliveryTrackingData | PlainMessage<AdDeliveryTrackingData> | undefined): boolean;
|
|
410
|
+
}
|
|
411
|
+
|