@chotot/ct-logic-uni-rev-payment-v1 1.133.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_service.proto +53 -0
- package/ad_service_pb.d.ts +248 -0
- package/ad_service_pb.js +99 -0
- package/cart.proto +122 -0
- package/cart_pb.d.ts +656 -0
- package/cart_pb.js +237 -0
- package/configuration.proto +147 -0
- package/configuration_pb.d.ts +716 -0
- package/configuration_pb.js +237 -0
- package/crepro_campaign.proto +277 -0
- package/crepro_campaign_pb.d.ts +1266 -0
- package/crepro_campaign_pb.js +436 -0
- package/crepro_code.proto +77 -0
- package/crepro_code_pb.d.ts +355 -0
- package/crepro_code_pb.js +130 -0
- package/crepro_log.proto +32 -0
- package/crepro_log_pb.d.ts +142 -0
- package/crepro_log_pb.js +51 -0
- package/crepro_redemption.proto +76 -0
- package/crepro_redemption_pb.d.ts +352 -0
- package/crepro_redemption_pb.js +119 -0
- package/dongtot.proto +758 -0
- package/dongtot_pb.d.ts +4169 -0
- package/dongtot_pb.js +1357 -0
- package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.d.ts +350 -0
- package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.js +551 -0
- package/dongtot_service.proto +154 -0
- package/dongtot_service_connect.d.ts +316 -0
- package/dongtot_service_connect.js +316 -0
- package/econtract.proto +675 -0
- package/econtract_pb.d.ts +3522 -0
- package/econtract_pb.js +1176 -0
- package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.d.ts +419 -0
- package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.js +673 -0
- package/econtract_service.proto +71 -0
- package/econtract_service_connect.d.ts +381 -0
- package/econtract_service_connect.js +381 -0
- package/fundiin.proto +53 -0
- package/fundiin_pb.d.ts +255 -0
- package/fundiin_pb.js +85 -0
- package/google_billing.proto +65 -0
- package/google_billing_pb.d.ts +372 -0
- package/google_billing_pb.js +146 -0
- package/iap.proto +53 -0
- package/iap_pb.d.ts +281 -0
- package/iap_pb.js +109 -0
- package/momo.proto +92 -0
- package/momo_pb.d.ts +481 -0
- package/momo_pb.js +150 -0
- package/napas.proto +110 -0
- package/napas_pb.d.ts +587 -0
- package/napas_pb.js +192 -0
- package/order.proto +81 -0
- package/order_pb.d.ts +372 -0
- package/order_pb.js +123 -0
- package/package.json +10 -0
- package/package.proto +382 -0
- package/package_pb.d.ts +1907 -0
- package/package_pb.js +621 -0
- package/payment_promotion.proto +170 -0
- package/payment_promotion_pb.d.ts +893 -0
- package/payment_promotion_pb.js +311 -0
- package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.d.ts +112 -0
- package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.js +171 -0
- package/payment_promotion_service.proto +73 -0
- package/payment_promotion_service_connect.d.ts +102 -0
- package/payment_promotion_service_connect.js +102 -0
- package/payoo.proto +55 -0
- package/payoo_pb.d.ts +282 -0
- package/payoo_pb.js +105 -0
- package/pricer.proto +154 -0
- package/pricer_pb.d.ts +823 -0
- package/pricer_pb.js +260 -0
- package/rabbit_mq.proto +51 -0
- package/rabbit_mq_pb.d.ts +257 -0
- package/rabbit_mq_pb.js +78 -0
- package/refund_order.proto +37 -0
- package/refund_order_pb.d.ts +184 -0
- package/refund_order_pb.js +63 -0
- package/scripts/modify_package_json.js +50 -0
- package/service-LogicUniRevPaymentService_connectquery.d.ts +1239 -0
- package/service-LogicUniRevPaymentService_connectquery.js +1968 -0
- package/service.proto +643 -0
- package/service_connect.d.ts +1120 -0
- package/service_connect.js +1120 -0
- package/subscription.proto +24 -0
- package/subscription_pb.d.ts +98 -0
- package/subscription_pb.js +37 -0
- package/template.proto +76 -0
- package/template_pb.d.ts +387 -0
- package/template_pb.js +140 -0
- package/transaction.proto +513 -0
- package/transaction_pb.d.ts +2717 -0
- package/transaction_pb.js +856 -0
- package/virtual_account.proto +265 -0
- package/virtual_account_pb.d.ts +1442 -0
- package/virtual_account_pb.js +478 -0
- package/zalopay.proto +78 -0
- package/zalopay_pb.d.ts +423 -0
- package/zalopay_pb.js +153 -0
package/package_pb.js
ADDED
|
@@ -0,0 +1,621 @@
|
|
|
1
|
+
// general
|
|
2
|
+
|
|
3
|
+
// @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
|
|
4
|
+
// @generated from file ct-logic-uni-rev-payment/v1/package.proto (package ct_logic_uni_rev_payment.v1, syntax proto3)
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// @ts-nocheck
|
|
7
|
+
|
|
8
|
+
import { proto3, Timestamp } from "@bufbuild/protobuf";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* ct-package (old)
|
|
12
|
+
*
|
|
13
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsRequest
|
|
14
|
+
*/
|
|
15
|
+
export const GetPackagesByPackageIdsRequest = proto3.makeMessageType(
|
|
16
|
+
"ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsRequest",
|
|
17
|
+
() => [
|
|
18
|
+
{ no: 1, name: "package_ids", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
19
|
+
{ no: 2, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
20
|
+
],
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsResponse
|
|
25
|
+
*/
|
|
26
|
+
export const GetPackagesByPackageIdsResponse = proto3.makeMessageType(
|
|
27
|
+
"ct_logic_uni_rev_payment.v1.GetPackagesByPackageIdsResponse",
|
|
28
|
+
() => [
|
|
29
|
+
{ no: 1, name: "data", kind: "message", T: Package, repeated: true },
|
|
30
|
+
],
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from message ct_logic_uni_rev_payment.v1.Package
|
|
35
|
+
*/
|
|
36
|
+
export const Package = proto3.makeMessageType(
|
|
37
|
+
"ct_logic_uni_rev_payment.v1.Package",
|
|
38
|
+
() => [
|
|
39
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
40
|
+
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
41
|
+
{ no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
42
|
+
{ no: 4, name: "package_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
43
|
+
{ no: 5, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
44
|
+
{ no: 6, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
45
|
+
{ no: 7, name: "actived", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
46
|
+
{ no: 8, name: "method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
47
|
+
{ no: 9, name: "paid_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
48
|
+
{ no: 10, name: "free_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
49
|
+
{ no: 11, name: "promotion_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
50
|
+
],
|
|
51
|
+
);
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PackageInfo
|
|
55
|
+
*/
|
|
56
|
+
export const PackageInfo = proto3.makeMessageType(
|
|
57
|
+
"ct_logic_uni_rev_payment.v1.PackageInfo",
|
|
58
|
+
() => [
|
|
59
|
+
{ no: 1, name: "id", jsonName: "old_package_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
60
|
+
{ no: 2, name: "uuid", jsonName: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
61
|
+
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
62
|
+
{ no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
63
|
+
{ no: 5, name: "purpose", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
64
|
+
{ no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
65
|
+
{ no: 7, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
66
|
+
{ no: 8, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
67
|
+
{ no: 9, name: "vnd_paid_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
68
|
+
{ no: 10, name: "free_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
69
|
+
{ no: 11, name: "extra_paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
70
|
+
{ no: 12, name: "paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
71
|
+
{ no: 13, name: "meta_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
72
|
+
{ no: 14, name: "created_at", kind: "message", T: Timestamp },
|
|
73
|
+
{ no: 15, name: "updated_at", kind: "message", T: Timestamp },
|
|
74
|
+
{ no: 16, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
75
|
+
{ no: 17, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
76
|
+
{ no: 18, name: "product_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
77
|
+
{ no: 19, name: "vnd_tax_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
78
|
+
{ no: 20, name: "vnd_total_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
79
|
+
],
|
|
80
|
+
);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterPackage
|
|
84
|
+
*/
|
|
85
|
+
export const FilterPackage = proto3.makeMessageType(
|
|
86
|
+
"ct_logic_uni_rev_payment.v1.FilterPackage",
|
|
87
|
+
() => [
|
|
88
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
89
|
+
{ no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
90
|
+
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
91
|
+
{ no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
92
|
+
{ no: 5, name: "purpose", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
93
|
+
{ no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
94
|
+
{ no: 7, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
95
|
+
{ no: 8, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
96
|
+
{ no: 9, name: "vnd_paid_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
97
|
+
{ no: 10, name: "free_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
98
|
+
{ no: 11, name: "extra_paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
99
|
+
{ no: 12, name: "paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
100
|
+
{ no: 13, name: "meta_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
101
|
+
],
|
|
102
|
+
);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterPackageBackOffice
|
|
106
|
+
*/
|
|
107
|
+
export const FilterPackageBackOffice = proto3.makeMessageType(
|
|
108
|
+
"ct_logic_uni_rev_payment.v1.FilterPackageBackOffice",
|
|
109
|
+
() => [
|
|
110
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
111
|
+
{ no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
112
|
+
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
113
|
+
{ no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
114
|
+
{ no: 5, name: "purpose", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
115
|
+
{ no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
116
|
+
{ no: 7, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
117
|
+
{ no: 8, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
118
|
+
{ no: 9, name: "vnd_paid_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
119
|
+
{ no: 10, name: "free_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
120
|
+
{ no: 11, name: "extra_paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
121
|
+
{ no: 12, name: "paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
122
|
+
{ no: 13, name: "meta_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
123
|
+
{ no: 14, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
124
|
+
],
|
|
125
|
+
);
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackageByIdRequest
|
|
129
|
+
*/
|
|
130
|
+
export const GetPackageByIdRequest = proto3.makeMessageType(
|
|
131
|
+
"ct_logic_uni_rev_payment.v1.GetPackageByIdRequest",
|
|
132
|
+
() => [
|
|
133
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
134
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
135
|
+
{ no: 3, name: "is_check_bank_transfer", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
136
|
+
{ no: 4, name: "is_check_internal_package", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
137
|
+
{ no: 5, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
138
|
+
],
|
|
139
|
+
);
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetPackageByIdResponse
|
|
143
|
+
*/
|
|
144
|
+
export const GetPackageByIdResponse = proto3.makeMessageType(
|
|
145
|
+
"ct_logic_uni_rev_payment.v1.GetPackageByIdResponse",
|
|
146
|
+
() => [
|
|
147
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
148
|
+
{ no: 2, name: "data", kind: "message", T: PackageInfo },
|
|
149
|
+
],
|
|
150
|
+
);
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesRequest
|
|
154
|
+
*/
|
|
155
|
+
export const GetListPackagesRequest = proto3.makeMessageType(
|
|
156
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesRequest",
|
|
157
|
+
() => [
|
|
158
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
159
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
160
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
161
|
+
{ no: 4, name: "filter", kind: "message", T: FilterPackage },
|
|
162
|
+
{ no: 5, name: "show_iap_package", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
163
|
+
{ no: 6, name: "method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
164
|
+
{ no: 7, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
165
|
+
],
|
|
166
|
+
);
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesResponse
|
|
170
|
+
*/
|
|
171
|
+
export const GetListPackagesResponse = proto3.makeMessageType(
|
|
172
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesResponse",
|
|
173
|
+
() => [
|
|
174
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
175
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
176
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
177
|
+
{ no: 4, name: "data", kind: "message", T: PackageInfo, repeated: true },
|
|
178
|
+
],
|
|
179
|
+
);
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsRequest
|
|
183
|
+
*/
|
|
184
|
+
export const GetListPackagesByMultiplePackageIdsRequest = proto3.makeMessageType(
|
|
185
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsRequest",
|
|
186
|
+
() => [
|
|
187
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
188
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
189
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
190
|
+
{ no: 4, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
|
|
191
|
+
{ no: 5, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
192
|
+
],
|
|
193
|
+
);
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsResponse
|
|
197
|
+
*/
|
|
198
|
+
export const GetListPackagesByMultiplePackageIdsResponse = proto3.makeMessageType(
|
|
199
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageIdsResponse",
|
|
200
|
+
() => [
|
|
201
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
202
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
203
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
204
|
+
{ no: 4, name: "data", kind: "message", T: PackageInfo, repeated: true },
|
|
205
|
+
],
|
|
206
|
+
);
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsRequest
|
|
210
|
+
*/
|
|
211
|
+
export const GetListPackagesByMultiplePackageUUIDsRequest = proto3.makeMessageType(
|
|
212
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsRequest",
|
|
213
|
+
() => [
|
|
214
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
215
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
216
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
217
|
+
{ no: 4, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
218
|
+
{ no: 5, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
219
|
+
],
|
|
220
|
+
);
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsResponse
|
|
224
|
+
*/
|
|
225
|
+
export const GetListPackagesByMultiplePackageUUIDsResponse = proto3.makeMessageType(
|
|
226
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesByMultiplePackageUUIDsResponse",
|
|
227
|
+
() => [
|
|
228
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
229
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
230
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
231
|
+
{ no: 4, name: "data", kind: "message", T: PackageInfo, repeated: true },
|
|
232
|
+
],
|
|
233
|
+
);
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreatePackageRequest
|
|
237
|
+
*/
|
|
238
|
+
export const CreatePackageRequest = proto3.makeMessageType(
|
|
239
|
+
"ct_logic_uni_rev_payment.v1.CreatePackageRequest",
|
|
240
|
+
() => [
|
|
241
|
+
{ no: 1, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
242
|
+
{ no: 2, name: "purpose", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
243
|
+
{ no: 3, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
244
|
+
{ no: 4, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
245
|
+
{ no: 5, name: "segment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
246
|
+
{ no: 6, name: "vnd_paid_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
247
|
+
{ no: 7, name: "free_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
248
|
+
{ no: 8, name: "extra_paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
249
|
+
{ no: 9, name: "paid_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
250
|
+
{ no: 10, name: "meta_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
251
|
+
{ no: 11, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
252
|
+
{ no: 12, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
253
|
+
],
|
|
254
|
+
);
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreatePackageResponse
|
|
258
|
+
*/
|
|
259
|
+
export const CreatePackageResponse = proto3.makeMessageType(
|
|
260
|
+
"ct_logic_uni_rev_payment.v1.CreatePackageResponse",
|
|
261
|
+
() => [
|
|
262
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
263
|
+
{ no: 2, name: "data", kind: "message", T: PackageInfo },
|
|
264
|
+
],
|
|
265
|
+
);
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateBatchPackageRequest
|
|
269
|
+
*/
|
|
270
|
+
export const CreateBatchPackageRequest = proto3.makeMessageType(
|
|
271
|
+
"ct_logic_uni_rev_payment.v1.CreateBatchPackageRequest",
|
|
272
|
+
() => [
|
|
273
|
+
{ no: 1, name: "data", kind: "message", T: CreatePackageRequest, repeated: true },
|
|
274
|
+
],
|
|
275
|
+
);
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateBatchPackageResponse
|
|
279
|
+
*/
|
|
280
|
+
export const CreateBatchPackageResponse = proto3.makeMessageType(
|
|
281
|
+
"ct_logic_uni_rev_payment.v1.CreateBatchPackageResponse",
|
|
282
|
+
() => [
|
|
283
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
284
|
+
{ no: 2, name: "data", kind: "message", T: PackageInfo, repeated: true },
|
|
285
|
+
],
|
|
286
|
+
);
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageStatusRequest
|
|
290
|
+
*/
|
|
291
|
+
export const UpdatePackageStatusRequest = proto3.makeMessageType(
|
|
292
|
+
"ct_logic_uni_rev_payment.v1.UpdatePackageStatusRequest",
|
|
293
|
+
() => [
|
|
294
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
295
|
+
{ no: 2, name: "old_package_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
296
|
+
{ no: 3, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
297
|
+
{ no: 4, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
298
|
+
],
|
|
299
|
+
);
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageStatusResponse
|
|
303
|
+
*/
|
|
304
|
+
export const UpdatePackageStatusResponse = proto3.makeMessageType(
|
|
305
|
+
"ct_logic_uni_rev_payment.v1.UpdatePackageStatusResponse",
|
|
306
|
+
() => [
|
|
307
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
308
|
+
],
|
|
309
|
+
);
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentMethod
|
|
313
|
+
*/
|
|
314
|
+
export const PaymentMethod = proto3.makeMessageType(
|
|
315
|
+
"ct_logic_uni_rev_payment.v1.PaymentMethod",
|
|
316
|
+
() => [
|
|
317
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
318
|
+
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
319
|
+
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
320
|
+
{ no: 4, name: "created_at", kind: "message", T: Timestamp },
|
|
321
|
+
{ no: 5, name: "updated_at", kind: "message", T: Timestamp },
|
|
322
|
+
],
|
|
323
|
+
);
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPaymentMethodRequest
|
|
327
|
+
*/
|
|
328
|
+
export const GetListPaymentMethodRequest = proto3.makeMessageType(
|
|
329
|
+
"ct_logic_uni_rev_payment.v1.GetListPaymentMethodRequest",
|
|
330
|
+
() => [
|
|
331
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
332
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
333
|
+
],
|
|
334
|
+
);
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPaymentMethodResponse
|
|
338
|
+
*/
|
|
339
|
+
export const GetListPaymentMethodResponse = proto3.makeMessageType(
|
|
340
|
+
"ct_logic_uni_rev_payment.v1.GetListPaymentMethodResponse",
|
|
341
|
+
() => [
|
|
342
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
343
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
344
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
345
|
+
{ no: 4, name: "data", kind: "message", T: PaymentMethod, repeated: true },
|
|
346
|
+
],
|
|
347
|
+
);
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodRequest
|
|
351
|
+
*/
|
|
352
|
+
export const GetListPackagesByPaymentMethodRequest = proto3.makeMessageType(
|
|
353
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodRequest",
|
|
354
|
+
() => [
|
|
355
|
+
{ no: 1, name: "id", jsonName: "old_package_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
356
|
+
{ no: 2, name: "uuid", jsonName: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
357
|
+
{ no: 3, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
358
|
+
{ no: 4, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
359
|
+
],
|
|
360
|
+
);
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodResponse
|
|
364
|
+
*/
|
|
365
|
+
export const GetListPackagesByPaymentMethodResponse = proto3.makeMessageType(
|
|
366
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesByPaymentMethodResponse",
|
|
367
|
+
() => [
|
|
368
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
369
|
+
{ no: 2, name: "data", kind: "message", T: PackageInfo, repeated: true },
|
|
370
|
+
],
|
|
371
|
+
);
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* @generated from message ct_logic_uni_rev_payment.v1.VendorProduct
|
|
375
|
+
*/
|
|
376
|
+
export const VendorProduct = proto3.makeMessageType(
|
|
377
|
+
"ct_logic_uni_rev_payment.v1.VendorProduct",
|
|
378
|
+
() => [
|
|
379
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
380
|
+
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
381
|
+
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
382
|
+
{ no: 4, name: "package_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
383
|
+
{ no: 5, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
384
|
+
{ no: 6, name: "created_at", kind: "message", T: Timestamp },
|
|
385
|
+
{ no: 7, name: "updated_at", kind: "message", T: Timestamp },
|
|
386
|
+
{ no: 8, name: "package_info", kind: "message", T: Package },
|
|
387
|
+
],
|
|
388
|
+
);
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterVendorProductInfo
|
|
392
|
+
*/
|
|
393
|
+
export const FilterVendorProductInfo = proto3.makeMessageType(
|
|
394
|
+
"ct_logic_uni_rev_payment.v1.FilterVendorProductInfo",
|
|
395
|
+
() => [
|
|
396
|
+
{ no: 1, name: "vendor_product", kind: "message", T: VendorProduct },
|
|
397
|
+
{ no: 2, name: "package", kind: "message", T: FilterPackage },
|
|
398
|
+
],
|
|
399
|
+
);
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductRequest
|
|
403
|
+
*/
|
|
404
|
+
export const GetListVendorProductRequest = proto3.makeMessageType(
|
|
405
|
+
"ct_logic_uni_rev_payment.v1.GetListVendorProductRequest",
|
|
406
|
+
() => [
|
|
407
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
408
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
409
|
+
{ no: 3, name: "filter", kind: "message", T: FilterVendorProductInfo },
|
|
410
|
+
{ no: 4, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
411
|
+
],
|
|
412
|
+
);
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductResponse
|
|
416
|
+
*/
|
|
417
|
+
export const GetListVendorProductResponse = proto3.makeMessageType(
|
|
418
|
+
"ct_logic_uni_rev_payment.v1.GetListVendorProductResponse",
|
|
419
|
+
() => [
|
|
420
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
421
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
422
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
423
|
+
{ no: 4, name: "data", kind: "message", T: VendorProduct, repeated: true },
|
|
424
|
+
],
|
|
425
|
+
);
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdRequest
|
|
429
|
+
*/
|
|
430
|
+
export const UpdateVendorProductByIdRequest = proto3.makeMessageType(
|
|
431
|
+
"ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdRequest",
|
|
432
|
+
() => [
|
|
433
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
434
|
+
{ no: 2, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
435
|
+
{ no: 3, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
436
|
+
],
|
|
437
|
+
);
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdResponse
|
|
441
|
+
*/
|
|
442
|
+
export const UpdateVendorProductByIdResponse = proto3.makeMessageType(
|
|
443
|
+
"ct_logic_uni_rev_payment.v1.UpdateVendorProductByIdResponse",
|
|
444
|
+
() => [
|
|
445
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
446
|
+
],
|
|
447
|
+
);
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateVendorProductRequest
|
|
451
|
+
*/
|
|
452
|
+
export const CreateVendorProductRequest = proto3.makeMessageType(
|
|
453
|
+
"ct_logic_uni_rev_payment.v1.CreateVendorProductRequest",
|
|
454
|
+
() => [
|
|
455
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
456
|
+
{ no: 2, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
457
|
+
{ no: 3, name: "package_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
458
|
+
{ no: 4, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
459
|
+
],
|
|
460
|
+
);
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateVendorProductResponse
|
|
464
|
+
*/
|
|
465
|
+
export const CreateVendorProductResponse = proto3.makeMessageType(
|
|
466
|
+
"ct_logic_uni_rev_payment.v1.CreateVendorProductResponse",
|
|
467
|
+
() => [
|
|
468
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
469
|
+
],
|
|
470
|
+
);
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* @generated from message ct_logic_uni_rev_payment.v1.LogDetailPackage
|
|
474
|
+
*/
|
|
475
|
+
export const LogDetailPackage = proto3.makeMessageType(
|
|
476
|
+
"ct_logic_uni_rev_payment.v1.LogDetailPackage",
|
|
477
|
+
() => [
|
|
478
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
479
|
+
{ no: 2, name: "email_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
480
|
+
{ no: 3, name: "event_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
481
|
+
{ no: 4, name: "log_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
482
|
+
{ no: 5, name: "package_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
483
|
+
{ no: 6, name: "created_at", kind: "message", T: Timestamp },
|
|
484
|
+
{ no: 7, name: "updated_at", kind: "message", T: Timestamp },
|
|
485
|
+
{ no: 8, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
486
|
+
{ no: 9, name: "vendor_product_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
487
|
+
],
|
|
488
|
+
);
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateLogRequest
|
|
492
|
+
*/
|
|
493
|
+
export const CreateLogRequest = proto3.makeMessageType(
|
|
494
|
+
"ct_logic_uni_rev_payment.v1.CreateLogRequest",
|
|
495
|
+
() => [
|
|
496
|
+
{ no: 1, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
497
|
+
{ no: 2, name: "event_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
498
|
+
{ no: 3, name: "log_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
499
|
+
{ no: 4, name: "package_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
500
|
+
],
|
|
501
|
+
);
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateLogResponse
|
|
505
|
+
*/
|
|
506
|
+
export const CreateLogResponse = proto3.makeMessageType(
|
|
507
|
+
"ct_logic_uni_rev_payment.v1.CreateLogResponse",
|
|
508
|
+
() => [
|
|
509
|
+
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
510
|
+
{ no: 2, name: "data", kind: "message", T: Package },
|
|
511
|
+
],
|
|
512
|
+
);
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* @generated from message ct_logic_uni_rev_payment.v1.FilterLog
|
|
516
|
+
*/
|
|
517
|
+
export const FilterLog = proto3.makeMessageType(
|
|
518
|
+
"ct_logic_uni_rev_payment.v1.FilterLog",
|
|
519
|
+
() => [
|
|
520
|
+
{ no: 1, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
521
|
+
{ no: 2, name: "package_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
522
|
+
],
|
|
523
|
+
);
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetLogPackageRequest
|
|
527
|
+
*/
|
|
528
|
+
export const GetLogPackageRequest = proto3.makeMessageType(
|
|
529
|
+
"ct_logic_uni_rev_payment.v1.GetLogPackageRequest",
|
|
530
|
+
() => [
|
|
531
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
532
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
533
|
+
{ no: 3, name: "filter", kind: "message", T: FilterLog },
|
|
534
|
+
],
|
|
535
|
+
);
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetLogPackageResponse
|
|
539
|
+
*/
|
|
540
|
+
export const GetLogPackageResponse = proto3.makeMessageType(
|
|
541
|
+
"ct_logic_uni_rev_payment.v1.GetLogPackageResponse",
|
|
542
|
+
() => [
|
|
543
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
544
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
545
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
546
|
+
{ no: 4, name: "data", kind: "message", T: LogDetailPackage, repeated: true },
|
|
547
|
+
],
|
|
548
|
+
);
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeRequest
|
|
552
|
+
*/
|
|
553
|
+
export const GetListPackagesBackOfficeRequest = proto3.makeMessageType(
|
|
554
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeRequest",
|
|
555
|
+
() => [
|
|
556
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
557
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
558
|
+
{ no: 3, name: "filter", kind: "message", T: FilterPackageBackOffice },
|
|
559
|
+
],
|
|
560
|
+
);
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeResponse
|
|
564
|
+
*/
|
|
565
|
+
export const GetListPackagesBackOfficeResponse = proto3.makeMessageType(
|
|
566
|
+
"ct_logic_uni_rev_payment.v1.GetListPackagesBackOfficeResponse",
|
|
567
|
+
() => [
|
|
568
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
569
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
570
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
571
|
+
{ no: 4, name: "data", kind: "message", T: PackageInfo, repeated: true },
|
|
572
|
+
],
|
|
573
|
+
);
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeRequest
|
|
577
|
+
*/
|
|
578
|
+
export const GetListVendorProductBackOfficeRequest = proto3.makeMessageType(
|
|
579
|
+
"ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeRequest",
|
|
580
|
+
() => [
|
|
581
|
+
{ no: 1, name: "max_page_size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
582
|
+
{ no: 2, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
583
|
+
{ no: 3, name: "filter", kind: "message", T: FilterVendorProductInfo },
|
|
584
|
+
{ no: 4, name: "is_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
585
|
+
],
|
|
586
|
+
);
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeResponse
|
|
590
|
+
*/
|
|
591
|
+
export const GetListVendorProductBackOfficeResponse = proto3.makeMessageType(
|
|
592
|
+
"ct_logic_uni_rev_payment.v1.GetListVendorProductBackOfficeResponse",
|
|
593
|
+
() => [
|
|
594
|
+
{ no: 1, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
595
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
596
|
+
{ no: 3, name: "total_records", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
597
|
+
{ no: 4, name: "data", kind: "message", T: VendorProduct, repeated: true },
|
|
598
|
+
],
|
|
599
|
+
);
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdRequest
|
|
603
|
+
*/
|
|
604
|
+
export const UpdatePackageMetaDataByIdRequest = proto3.makeMessageType(
|
|
605
|
+
"ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdRequest",
|
|
606
|
+
() => [
|
|
607
|
+
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
608
|
+
{ no: 2, name: "old_package_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
609
|
+
{ no: 3, name: "meta_data", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
610
|
+
{ no: 4, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
611
|
+
],
|
|
612
|
+
);
|
|
613
|
+
|
|
614
|
+
/**
|
|
615
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdResponse
|
|
616
|
+
*/
|
|
617
|
+
export const UpdatePackageMetaDataByIdResponse = proto3.makeMessageType(
|
|
618
|
+
"ct_logic_uni_rev_payment.v1.UpdatePackageMetaDataByIdResponse",
|
|
619
|
+
[],
|
|
620
|
+
);
|
|
621
|
+
|