@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.
Files changed (100) hide show
  1. package/ad_service.proto +53 -0
  2. package/ad_service_pb.d.ts +248 -0
  3. package/ad_service_pb.js +99 -0
  4. package/cart.proto +122 -0
  5. package/cart_pb.d.ts +656 -0
  6. package/cart_pb.js +237 -0
  7. package/configuration.proto +147 -0
  8. package/configuration_pb.d.ts +716 -0
  9. package/configuration_pb.js +237 -0
  10. package/crepro_campaign.proto +277 -0
  11. package/crepro_campaign_pb.d.ts +1266 -0
  12. package/crepro_campaign_pb.js +436 -0
  13. package/crepro_code.proto +77 -0
  14. package/crepro_code_pb.d.ts +355 -0
  15. package/crepro_code_pb.js +130 -0
  16. package/crepro_log.proto +32 -0
  17. package/crepro_log_pb.d.ts +142 -0
  18. package/crepro_log_pb.js +51 -0
  19. package/crepro_redemption.proto +76 -0
  20. package/crepro_redemption_pb.d.ts +352 -0
  21. package/crepro_redemption_pb.js +119 -0
  22. package/dongtot.proto +758 -0
  23. package/dongtot_pb.d.ts +4169 -0
  24. package/dongtot_pb.js +1357 -0
  25. package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.d.ts +350 -0
  26. package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.js +551 -0
  27. package/dongtot_service.proto +154 -0
  28. package/dongtot_service_connect.d.ts +316 -0
  29. package/dongtot_service_connect.js +316 -0
  30. package/econtract.proto +675 -0
  31. package/econtract_pb.d.ts +3522 -0
  32. package/econtract_pb.js +1176 -0
  33. package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.d.ts +419 -0
  34. package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.js +673 -0
  35. package/econtract_service.proto +71 -0
  36. package/econtract_service_connect.d.ts +381 -0
  37. package/econtract_service_connect.js +381 -0
  38. package/fundiin.proto +53 -0
  39. package/fundiin_pb.d.ts +255 -0
  40. package/fundiin_pb.js +85 -0
  41. package/google_billing.proto +65 -0
  42. package/google_billing_pb.d.ts +372 -0
  43. package/google_billing_pb.js +146 -0
  44. package/iap.proto +53 -0
  45. package/iap_pb.d.ts +281 -0
  46. package/iap_pb.js +109 -0
  47. package/momo.proto +92 -0
  48. package/momo_pb.d.ts +481 -0
  49. package/momo_pb.js +150 -0
  50. package/napas.proto +110 -0
  51. package/napas_pb.d.ts +587 -0
  52. package/napas_pb.js +192 -0
  53. package/order.proto +81 -0
  54. package/order_pb.d.ts +372 -0
  55. package/order_pb.js +123 -0
  56. package/package.json +10 -0
  57. package/package.proto +382 -0
  58. package/package_pb.d.ts +1907 -0
  59. package/package_pb.js +621 -0
  60. package/payment_promotion.proto +170 -0
  61. package/payment_promotion_pb.d.ts +893 -0
  62. package/payment_promotion_pb.js +311 -0
  63. package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.d.ts +112 -0
  64. package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.js +171 -0
  65. package/payment_promotion_service.proto +73 -0
  66. package/payment_promotion_service_connect.d.ts +102 -0
  67. package/payment_promotion_service_connect.js +102 -0
  68. package/payoo.proto +55 -0
  69. package/payoo_pb.d.ts +282 -0
  70. package/payoo_pb.js +105 -0
  71. package/pricer.proto +154 -0
  72. package/pricer_pb.d.ts +823 -0
  73. package/pricer_pb.js +260 -0
  74. package/rabbit_mq.proto +51 -0
  75. package/rabbit_mq_pb.d.ts +257 -0
  76. package/rabbit_mq_pb.js +78 -0
  77. package/refund_order.proto +37 -0
  78. package/refund_order_pb.d.ts +184 -0
  79. package/refund_order_pb.js +63 -0
  80. package/scripts/modify_package_json.js +50 -0
  81. package/service-LogicUniRevPaymentService_connectquery.d.ts +1239 -0
  82. package/service-LogicUniRevPaymentService_connectquery.js +1968 -0
  83. package/service.proto +643 -0
  84. package/service_connect.d.ts +1120 -0
  85. package/service_connect.js +1120 -0
  86. package/subscription.proto +24 -0
  87. package/subscription_pb.d.ts +98 -0
  88. package/subscription_pb.js +37 -0
  89. package/template.proto +76 -0
  90. package/template_pb.d.ts +387 -0
  91. package/template_pb.js +140 -0
  92. package/transaction.proto +513 -0
  93. package/transaction_pb.d.ts +2717 -0
  94. package/transaction_pb.js +856 -0
  95. package/virtual_account.proto +265 -0
  96. package/virtual_account_pb.d.ts +1442 -0
  97. package/virtual_account_pb.js +478 -0
  98. package/zalopay.proto +78 -0
  99. package/zalopay_pb.d.ts +423 -0
  100. package/zalopay_pb.js +153 -0
package/dongtot_pb.js ADDED
@@ -0,0 +1,1357 @@
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/dongtot.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
+ * @generated from message ct_logic_uni_rev_payment.v1.TransferDongTotRequest
12
+ */
13
+ export const TransferDongTotRequest = proto3.makeMessageType(
14
+ "ct_logic_uni_rev_payment.v1.TransferDongTotRequest",
15
+ () => [
16
+ { no: 1, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
17
+ { no: 2, name: "parent_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
18
+ { no: 3, name: "receivers", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
19
+ { no: 4, name: "balance_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
20
+ { no: 5, name: "amount_per_account", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
21
+ { no: 6, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
22
+ ],
23
+ );
24
+
25
+ /**
26
+ * @generated from message ct_logic_uni_rev_payment.v1.TransferDongTotInfo
27
+ */
28
+ export const TransferDongTotInfo = proto3.makeMessageType(
29
+ "ct_logic_uni_rev_payment.v1.TransferDongTotInfo",
30
+ () => [
31
+ { no: 1, name: "total_account", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
32
+ { no: 2, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
33
+ { no: 3, name: "amount_per_account", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
34
+ { no: 4, name: "transfer_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
35
+ { no: 5, name: "receiver_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
36
+ ],
37
+ );
38
+
39
+ /**
40
+ * @generated from message ct_logic_uni_rev_payment.v1.TransferDongTotResponse
41
+ */
42
+ export const TransferDongTotResponse = proto3.makeMessageType(
43
+ "ct_logic_uni_rev_payment.v1.TransferDongTotResponse",
44
+ () => [
45
+ { no: 1, name: "ok", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
46
+ { no: 2, name: "data", kind: "message", T: TransferDongTotInfo },
47
+ ],
48
+ );
49
+
50
+ /**
51
+ * @generated from message ct_logic_uni_rev_payment.v1.BeforeTransferDongTotRequest
52
+ */
53
+ export const BeforeTransferDongTotRequest = proto3.makeMessageType(
54
+ "ct_logic_uni_rev_payment.v1.BeforeTransferDongTotRequest",
55
+ () => [
56
+ { no: 1, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
57
+ { no: 2, name: "parent_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
58
+ { no: 3, name: "receivers", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
59
+ { no: 4, name: "balance_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
60
+ { no: 5, name: "amount_per_account", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
61
+ { no: 6, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
62
+ ],
63
+ );
64
+
65
+ /**
66
+ * @generated from message ct_logic_uni_rev_payment.v1.BeforeTransferDongTotResponse
67
+ */
68
+ export const BeforeTransferDongTotResponse = proto3.makeMessageType(
69
+ "ct_logic_uni_rev_payment.v1.BeforeTransferDongTotResponse",
70
+ () => [
71
+ { no: 1, name: "ok", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
72
+ { no: 2, name: "data", kind: "message", T: DataBeforeTransferDongTot, repeated: true },
73
+ ],
74
+ );
75
+
76
+ /**
77
+ * @generated from message ct_logic_uni_rev_payment.v1.DataBeforeTransferDongTot
78
+ */
79
+ export const DataBeforeTransferDongTot = proto3.makeMessageType(
80
+ "ct_logic_uni_rev_payment.v1.DataBeforeTransferDongTot",
81
+ () => [
82
+ { no: 1, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
83
+ { no: 2, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
84
+ { no: 3, name: "expire_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
85
+ ],
86
+ );
87
+
88
+ /**
89
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferHistoryRequest
90
+ */
91
+ export const GetTransferHistoryRequest = proto3.makeMessageType(
92
+ "ct_logic_uni_rev_payment.v1.GetTransferHistoryRequest",
93
+ () => [
94
+ { no: 1, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
95
+ { no: 2, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
96
+ { no: 3, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
97
+ { no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
98
+ { no: 5, name: "from", kind: "message", T: Timestamp },
99
+ { no: 6, name: "to", kind: "message", T: Timestamp },
100
+ { no: 7, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
101
+ { no: 8, name: "transfer_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
102
+ ],
103
+ );
104
+
105
+ /**
106
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferHistoryResponse
107
+ */
108
+ export const GetTransferHistoryResponse = proto3.makeMessageType(
109
+ "ct_logic_uni_rev_payment.v1.GetTransferHistoryResponse",
110
+ () => [
111
+ { no: 1, name: "data", kind: "message", T: TransferHistory, repeated: true },
112
+ { no: 2, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
113
+ ],
114
+ );
115
+
116
+ /**
117
+ * @generated from message ct_logic_uni_rev_payment.v1.TransferHistory
118
+ */
119
+ export const TransferHistory = proto3.makeMessageType(
120
+ "ct_logic_uni_rev_payment.v1.TransferHistory",
121
+ () => [
122
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
123
+ { no: 2, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
124
+ { no: 3, name: "platform_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
125
+ { no: 4, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
126
+ { no: 5, name: "created_time", kind: "message", T: Timestamp },
127
+ { no: 6, name: "updated_time", kind: "message", T: Timestamp },
128
+ { no: 7, name: "number_of_receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
129
+ { no: 8, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
130
+ { no: 9, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
131
+ { no: 10, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
132
+ { no: 11, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
133
+ { no: 12, name: "full_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
134
+ ],
135
+ );
136
+
137
+ /**
138
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferHistoryByTransferIdRequest
139
+ */
140
+ export const GetTransferHistoryByTransferIdRequest = proto3.makeMessageType(
141
+ "ct_logic_uni_rev_payment.v1.GetTransferHistoryByTransferIdRequest",
142
+ () => [
143
+ { no: 1, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
144
+ { no: 2, name: "transfer_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
145
+ { no: 3, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
146
+ { no: 4, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
147
+ ],
148
+ );
149
+
150
+ /**
151
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferHistoryByTransferIdResponse
152
+ */
153
+ export const GetTransferHistoryByTransferIdResponse = proto3.makeMessageType(
154
+ "ct_logic_uni_rev_payment.v1.GetTransferHistoryByTransferIdResponse",
155
+ () => [
156
+ { no: 1, name: "info", kind: "message", T: Transfer },
157
+ { no: 2, name: "detail", kind: "message", T: TransferHistoryDetail, repeated: true },
158
+ { no: 3, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
159
+ ],
160
+ );
161
+
162
+ /**
163
+ * @generated from message ct_logic_uni_rev_payment.v1.TransferHistoryDetail
164
+ */
165
+ export const TransferHistoryDetail = proto3.makeMessageType(
166
+ "ct_logic_uni_rev_payment.v1.TransferHistoryDetail",
167
+ () => [
168
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
169
+ { no: 2, name: "transfer_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
170
+ { no: 3, name: "platform_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
171
+ { no: 4, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
172
+ { no: 5, name: "created_time", kind: "message", T: Timestamp },
173
+ { no: 6, name: "updated_time", kind: "message", T: Timestamp },
174
+ { no: 7, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
175
+ { no: 8, name: "receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
176
+ { no: 9, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
177
+ { no: 10, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
178
+ { no: 11, name: "dt_expired_time", kind: "message", T: Timestamp },
179
+ { no: 12, name: "full_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
180
+ { no: 13, name: "full_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
181
+ { no: 14, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
182
+ { no: 15, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
183
+ ],
184
+ );
185
+
186
+ /**
187
+ * @generated from message ct_logic_uni_rev_payment.v1.GetReceiveHistoryRequest
188
+ */
189
+ export const GetReceiveHistoryRequest = proto3.makeMessageType(
190
+ "ct_logic_uni_rev_payment.v1.GetReceiveHistoryRequest",
191
+ () => [
192
+ { no: 1, name: "receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
193
+ { no: 2, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
194
+ { no: 3, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
195
+ { no: 4, name: "from", kind: "message", T: Timestamp },
196
+ { no: 5, name: "to", kind: "message", T: Timestamp },
197
+ { no: 6, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
198
+ ],
199
+ );
200
+
201
+ /**
202
+ * @generated from message ct_logic_uni_rev_payment.v1.ReceiveHistory
203
+ */
204
+ export const ReceiveHistory = proto3.makeMessageType(
205
+ "ct_logic_uni_rev_payment.v1.ReceiveHistory",
206
+ () => [
207
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
208
+ { no: 2, name: "transfer_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
209
+ { no: 3, name: "platform_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
210
+ { no: 4, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
211
+ { no: 5, name: "created_time", kind: "message", T: Timestamp },
212
+ { no: 6, name: "updated_time", kind: "message", T: Timestamp },
213
+ { no: 7, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
214
+ { no: 8, name: "receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
215
+ { no: 9, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
216
+ { no: 10, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
217
+ { no: 11, name: "dt_expired_time", kind: "message", T: Timestamp },
218
+ { no: 12, name: "full_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
219
+ { no: 13, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
220
+ { no: 14, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
221
+ { no: 15, name: "number_of_receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
222
+ ],
223
+ );
224
+
225
+ /**
226
+ * @generated from message ct_logic_uni_rev_payment.v1.GetReceiveHistoryResponse
227
+ */
228
+ export const GetReceiveHistoryResponse = proto3.makeMessageType(
229
+ "ct_logic_uni_rev_payment.v1.GetReceiveHistoryResponse",
230
+ () => [
231
+ { no: 1, name: "data", kind: "message", T: ReceiveHistory, repeated: true },
232
+ { no: 2, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
233
+ ],
234
+ );
235
+
236
+ /**
237
+ * @generated from message ct_logic_uni_rev_payment.v1.GetReceiveHistoryByCodeRequest
238
+ */
239
+ export const GetReceiveHistoryByCodeRequest = proto3.makeMessageType(
240
+ "ct_logic_uni_rev_payment.v1.GetReceiveHistoryByCodeRequest",
241
+ () => [
242
+ { no: 1, name: "receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
243
+ { no: 2, name: "transfer_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
244
+ ],
245
+ );
246
+
247
+ /**
248
+ * @generated from message ct_logic_uni_rev_payment.v1.GetReceiveHistoryByCodeResponse
249
+ */
250
+ export const GetReceiveHistoryByCodeResponse = proto3.makeMessageType(
251
+ "ct_logic_uni_rev_payment.v1.GetReceiveHistoryByCodeResponse",
252
+ () => [
253
+ { no: 1, name: "info", kind: "message", T: Transfer },
254
+ { no: 2, name: "detail", kind: "message", T: TransferDetail, repeated: true },
255
+ ],
256
+ );
257
+
258
+ /**
259
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferTotalRequest
260
+ */
261
+ export const GetTransferTotalRequest = proto3.makeMessageType(
262
+ "ct_logic_uni_rev_payment.v1.GetTransferTotalRequest",
263
+ () => [
264
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
265
+ { no: 2, name: "from", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
266
+ { no: 3, name: "to", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
267
+ ],
268
+ );
269
+
270
+ /**
271
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferTotalResponse
272
+ */
273
+ export const GetTransferTotalResponse = proto3.makeMessageType(
274
+ "ct_logic_uni_rev_payment.v1.GetTransferTotalResponse",
275
+ () => [
276
+ { no: 1, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
277
+ ],
278
+ );
279
+
280
+ /**
281
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferInformationRequest
282
+ */
283
+ export const GetTransferInformationRequest = proto3.makeMessageType(
284
+ "ct_logic_uni_rev_payment.v1.GetTransferInformationRequest",
285
+ () => [
286
+ { no: 1, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
287
+ { no: 2, name: "receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
288
+ { no: 3, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
289
+ { no: 4, name: "dt_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
290
+ { no: 5, name: "transfer_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
291
+ { no: 6, name: "from", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
292
+ { no: 7, name: "to", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
293
+ { no: 8, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
294
+ { no: 9, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
295
+ ],
296
+ );
297
+
298
+ /**
299
+ * @generated from message ct_logic_uni_rev_payment.v1.TransferInformation
300
+ */
301
+ export const TransferInformation = proto3.makeMessageType(
302
+ "ct_logic_uni_rev_payment.v1.TransferInformation",
303
+ () => [
304
+ { no: 1, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
305
+ { no: 2, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
306
+ { no: 3, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
307
+ { no: 4, name: "receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
308
+ { no: 5, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
309
+ { no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
310
+ { no: 7, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
311
+ { no: 8, name: "created_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
312
+ { no: 9, name: "dt_expired_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
313
+ ],
314
+ );
315
+
316
+ /**
317
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferInformation
318
+ */
319
+ export const GetTransferInformation = proto3.makeMessageType(
320
+ "ct_logic_uni_rev_payment.v1.GetTransferInformation",
321
+ () => [
322
+ { no: 1, name: "transfers", kind: "message", T: TransferInformation, repeated: true },
323
+ { no: 2, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
324
+ ],
325
+ );
326
+
327
+ /**
328
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTransferInformationResponse
329
+ */
330
+ export const GetTransferInformationResponse = proto3.makeMessageType(
331
+ "ct_logic_uni_rev_payment.v1.GetTransferInformationResponse",
332
+ () => [
333
+ { no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
334
+ { no: 2, name: "data", kind: "message", T: GetTransferInformation },
335
+ ],
336
+ );
337
+
338
+ /**
339
+ * @generated from message ct_logic_uni_rev_payment.v1.Transfer
340
+ */
341
+ export const Transfer = proto3.makeMessageType(
342
+ "ct_logic_uni_rev_payment.v1.Transfer",
343
+ () => [
344
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
345
+ { no: 2, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
346
+ { no: 3, name: "platform_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
347
+ { no: 4, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
348
+ { no: 5, name: "created_time", kind: "message", T: Timestamp },
349
+ { no: 6, name: "updated_time", kind: "message", T: Timestamp },
350
+ { no: 7, name: "number_of_receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
351
+ { no: 8, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
352
+ { no: 9, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
353
+ { no: 10, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
354
+ { no: 11, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
355
+ ],
356
+ );
357
+
358
+ /**
359
+ * @generated from message ct_logic_uni_rev_payment.v1.TransferDetail
360
+ */
361
+ export const TransferDetail = proto3.makeMessageType(
362
+ "ct_logic_uni_rev_payment.v1.TransferDetail",
363
+ () => [
364
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
365
+ { no: 2, name: "transfer_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
366
+ { no: 3, name: "platform_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
367
+ { no: 4, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
368
+ { no: 5, name: "created_time", kind: "message", T: Timestamp },
369
+ { no: 6, name: "updated_time", kind: "message", T: Timestamp },
370
+ { no: 7, name: "sender", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
371
+ { no: 8, name: "receiver", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
372
+ { no: 9, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
373
+ { no: 10, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
374
+ { no: 11, name: "dt_expired_time", kind: "message", T: Timestamp },
375
+ { no: 12, name: "full_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
376
+ ],
377
+ );
378
+
379
+ /**
380
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceByTypeRequest
381
+ */
382
+ export const GetBalanceByTypeRequest = proto3.makeMessageType(
383
+ "ct_logic_uni_rev_payment.v1.GetBalanceByTypeRequest",
384
+ () => [
385
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
386
+ { no: 2, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
387
+ { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
388
+ { no: 4, name: "include_frozen_balance", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
389
+ ],
390
+ );
391
+
392
+ /**
393
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceByTypeResponse
394
+ */
395
+ export const GetBalanceByTypeResponse = proto3.makeMessageType(
396
+ "ct_logic_uni_rev_payment.v1.GetBalanceByTypeResponse",
397
+ () => [
398
+ { no: 1, name: "balances", kind: "message", T: BalanceByType, repeated: true },
399
+ { no: 2, name: "frozen_balances", kind: "message", T: BalanceByType, repeated: true },
400
+ ],
401
+ );
402
+
403
+ /**
404
+ * @generated from message ct_logic_uni_rev_payment.v1.BalanceByType
405
+ */
406
+ export const BalanceByType = proto3.makeMessageType(
407
+ "ct_logic_uni_rev_payment.v1.BalanceByType",
408
+ () => [
409
+ { no: 1, name: "balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
410
+ { no: 2, name: "expired", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
411
+ { no: 3, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
412
+ { no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
413
+ { no: 5, name: "order_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
414
+ ],
415
+ );
416
+
417
+ /**
418
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceDetailByGroupRequest
419
+ */
420
+ export const GetBalanceDetailByGroupRequest = proto3.makeMessageType(
421
+ "ct_logic_uni_rev_payment.v1.GetBalanceDetailByGroupRequest",
422
+ () => [
423
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
424
+ { no: 2, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
425
+ { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
426
+ ],
427
+ );
428
+
429
+ /**
430
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceDetailByGroupResponse
431
+ */
432
+ export const GetBalanceDetailByGroupResponse = proto3.makeMessageType(
433
+ "ct_logic_uni_rev_payment.v1.GetBalanceDetailByGroupResponse",
434
+ () => [
435
+ { no: 1, name: "balance_details", kind: "message", T: GetBalanceDetailByGroup, repeated: true },
436
+ ],
437
+ );
438
+
439
+ /**
440
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceDetailByGroup
441
+ */
442
+ export const GetBalanceDetailByGroup = proto3.makeMessageType(
443
+ "ct_logic_uni_rev_payment.v1.GetBalanceDetailByGroup",
444
+ () => [
445
+ { no: 1, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
446
+ { no: 2, name: "closest_expired_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
447
+ { no: 3, name: "closest_expired_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
448
+ { no: 4, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
449
+ { no: 5, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
450
+ { no: 6, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
451
+ ],
452
+ );
453
+
454
+ /**
455
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTotalBalanceRequest
456
+ */
457
+ export const GetTotalBalanceRequest = proto3.makeMessageType(
458
+ "ct_logic_uni_rev_payment.v1.GetTotalBalanceRequest",
459
+ () => [
460
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
461
+ { no: 2, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
462
+ { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
463
+ ],
464
+ );
465
+
466
+ /**
467
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTotalBalanceResponse
468
+ */
469
+ export const GetTotalBalanceResponse = proto3.makeMessageType(
470
+ "ct_logic_uni_rev_payment.v1.GetTotalBalanceResponse",
471
+ () => [
472
+ { no: 1, name: "balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
473
+ ],
474
+ );
475
+
476
+ /**
477
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceAfterOrderIdRequest
478
+ */
479
+ export const GetBalanceAfterOrderIdRequest = proto3.makeMessageType(
480
+ "ct_logic_uni_rev_payment.v1.GetBalanceAfterOrderIdRequest",
481
+ () => [
482
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
483
+ { no: 2, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
484
+ ],
485
+ );
486
+
487
+ /**
488
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceAfterOrderIdResponse
489
+ */
490
+ export const GetBalanceAfterOrderIdResponse = proto3.makeMessageType(
491
+ "ct_logic_uni_rev_payment.v1.GetBalanceAfterOrderIdResponse",
492
+ () => [
493
+ { no: 1, name: "before_balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
494
+ { no: 2, name: "after_balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
495
+ ],
496
+ );
497
+
498
+ /**
499
+ * @generated from message ct_logic_uni_rev_payment.v1.ForceExpireDongTotRequest
500
+ */
501
+ export const ForceExpireDongTotRequest = proto3.makeMessageType(
502
+ "ct_logic_uni_rev_payment.v1.ForceExpireDongTotRequest",
503
+ () => [
504
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
505
+ { no: 2, name: "topup_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
506
+ { no: 3, name: "note_withdraw", kind: "scalar", T: 9 /* ScalarType.STRING */ },
507
+ ],
508
+ );
509
+
510
+ /**
511
+ * @generated from message ct_logic_uni_rev_payment.v1.ForceExpireDongTotResponse
512
+ */
513
+ export const ForceExpireDongTotResponse = proto3.makeMessageType(
514
+ "ct_logic_uni_rev_payment.v1.ForceExpireDongTotResponse",
515
+ () => [
516
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
517
+ { no: 2, name: "total_refund", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
518
+ ],
519
+ );
520
+
521
+ /**
522
+ * @generated from message ct_logic_uni_rev_payment.v1.RefundUnrecordedWithdrawRequest
523
+ */
524
+ export const RefundUnrecordedWithdrawRequest = proto3.makeMessageType(
525
+ "ct_logic_uni_rev_payment.v1.RefundUnrecordedWithdrawRequest",
526
+ () => [
527
+ { no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
528
+ ],
529
+ );
530
+
531
+ /**
532
+ * @generated from message ct_logic_uni_rev_payment.v1.RefundUnrecordedWithdrawResponse
533
+ */
534
+ export const RefundUnrecordedWithdrawResponse = proto3.makeMessageType(
535
+ "ct_logic_uni_rev_payment.v1.RefundUnrecordedWithdrawResponse",
536
+ [],
537
+ );
538
+
539
+ /**
540
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceTopupOrderRequest
541
+ */
542
+ export const GetBalanceTopupOrderRequest = proto3.makeMessageType(
543
+ "ct_logic_uni_rev_payment.v1.GetBalanceTopupOrderRequest",
544
+ () => [
545
+ { no: 1, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
546
+ { no: 2, name: "orderids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
547
+ { no: 3, name: "creditorderids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
548
+ ],
549
+ );
550
+
551
+ /**
552
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalanceTopupOrderResponse
553
+ */
554
+ export const GetBalanceTopupOrderResponse = proto3.makeMessageType(
555
+ "ct_logic_uni_rev_payment.v1.GetBalanceTopupOrderResponse",
556
+ () => [
557
+ { no: 1, name: "ok", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
558
+ { no: 2, name: "data", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 3 /* ScalarType.INT64 */} },
559
+ ],
560
+ );
561
+
562
+ /**
563
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalancesByAccountIdsRequest
564
+ */
565
+ export const GetBalancesByAccountIdsRequest = proto3.makeMessageType(
566
+ "ct_logic_uni_rev_payment.v1.GetBalancesByAccountIdsRequest",
567
+ () => [
568
+ { no: 1, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
569
+ { no: 2, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
570
+ { no: 3, name: "account_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
571
+ ],
572
+ );
573
+
574
+ /**
575
+ * @generated from message ct_logic_uni_rev_payment.v1.GetBalancesByAccountIdsResponse
576
+ */
577
+ export const GetBalancesByAccountIdsResponse = proto3.makeMessageType(
578
+ "ct_logic_uni_rev_payment.v1.GetBalancesByAccountIdsResponse",
579
+ () => [
580
+ { no: 1, name: "balances", kind: "message", T: BalanceByAccountId, repeated: true },
581
+ ],
582
+ );
583
+
584
+ /**
585
+ * @generated from message ct_logic_uni_rev_payment.v1.BalanceByAccountId
586
+ */
587
+ export const BalanceByAccountId = proto3.makeMessageType(
588
+ "ct_logic_uni_rev_payment.v1.BalanceByAccountId",
589
+ () => [
590
+ { no: 1, name: "balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
591
+ { no: 2, name: "expired", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
592
+ { no: 3, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
593
+ { no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
594
+ { no: 5, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
595
+ ],
596
+ );
597
+
598
+ /**
599
+ * @generated from message ct_logic_uni_rev_payment.v1.GetOrderCheckRequest
600
+ */
601
+ export const GetOrderCheckRequest = proto3.makeMessageType(
602
+ "ct_logic_uni_rev_payment.v1.GetOrderCheckRequest",
603
+ () => [
604
+ { no: 1, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
605
+ { no: 2, name: "orderids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
606
+ { no: 3, name: "creditorderids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
607
+ ],
608
+ );
609
+
610
+ /**
611
+ * @generated from message ct_logic_uni_rev_payment.v1.GetOrderCheckResponse
612
+ */
613
+ export const GetOrderCheckResponse = proto3.makeMessageType(
614
+ "ct_logic_uni_rev_payment.v1.GetOrderCheckResponse",
615
+ () => [
616
+ { no: 1, name: "orders", kind: "message", T: Order, repeated: true },
617
+ ],
618
+ );
619
+
620
+ /**
621
+ * @generated from message ct_logic_uni_rev_payment.v1.Order
622
+ */
623
+ export const Order = proto3.makeMessageType(
624
+ "ct_logic_uni_rev_payment.v1.Order",
625
+ () => [
626
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
627
+ { no: 2, name: "platform_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
628
+ { no: 3, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
629
+ { no: 4, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
630
+ { no: 5, name: "ref_service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
631
+ { no: 6, name: "status_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
632
+ { no: 7, name: "created_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
633
+ { no: 8, name: "updated_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
634
+ { no: 9, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
635
+ { no: 10, name: "transactiontype_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
636
+ { no: 11, name: "ref_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
637
+ { no: 12, name: "total_balance_after", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
638
+ ],
639
+ );
640
+
641
+ /**
642
+ * @generated from message ct_logic_uni_rev_payment.v1.CheckAmountOrderRequest
643
+ */
644
+ export const CheckAmountOrderRequest = proto3.makeMessageType(
645
+ "ct_logic_uni_rev_payment.v1.CheckAmountOrderRequest",
646
+ () => [
647
+ { no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
648
+ ],
649
+ );
650
+
651
+ /**
652
+ * @generated from message ct_logic_uni_rev_payment.v1.CheckAmountOrderResponse
653
+ */
654
+ export const CheckAmountOrderResponse = proto3.makeMessageType(
655
+ "ct_logic_uni_rev_payment.v1.CheckAmountOrderResponse",
656
+ () => [
657
+ { no: 1, name: "is_remain_amount", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
658
+ ],
659
+ );
660
+
661
+ /**
662
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTopupInfoRequest
663
+ */
664
+ export const GetTopupInfoRequest = proto3.makeMessageType(
665
+ "ct_logic_uni_rev_payment.v1.GetTopupInfoRequest",
666
+ () => [
667
+ { no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
668
+ ],
669
+ );
670
+
671
+ /**
672
+ * @generated from message ct_logic_uni_rev_payment.v1.GetTopupInfoResponse
673
+ */
674
+ export const GetTopupInfoResponse = proto3.makeMessageType(
675
+ "ct_logic_uni_rev_payment.v1.GetTopupInfoResponse",
676
+ () => [
677
+ { no: 1, name: "ok", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
678
+ { no: 2, name: "data", kind: "message", T: TopupInfo, repeated: true },
679
+ ],
680
+ );
681
+
682
+ /**
683
+ * @generated from message ct_logic_uni_rev_payment.v1.TopupInfo
684
+ */
685
+ export const TopupInfo = proto3.makeMessageType(
686
+ "ct_logic_uni_rev_payment.v1.TopupInfo",
687
+ () => [
688
+ { no: 1, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
689
+ { no: 2, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
690
+ { no: 3, name: "created_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
691
+ { no: 4, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
692
+ { no: 5, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
693
+ ],
694
+ );
695
+
696
+ /**
697
+ * @generated from message ct_logic_uni_rev_payment.v1.GetHistoryRequest
698
+ */
699
+ export const GetHistoryRequest = proto3.makeMessageType(
700
+ "ct_logic_uni_rev_payment.v1.GetHistoryRequest",
701
+ () => [
702
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
703
+ { no: 2, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
704
+ { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
705
+ { no: 4, name: "order_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
706
+ { no: 5, name: "begin", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
707
+ { no: 6, name: "end", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
708
+ { no: 7, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
709
+ { no: 8, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
710
+ ],
711
+ );
712
+
713
+ /**
714
+ * @generated from message ct_logic_uni_rev_payment.v1.GetHistoryResponse
715
+ */
716
+ export const GetHistoryResponse = proto3.makeMessageType(
717
+ "ct_logic_uni_rev_payment.v1.GetHistoryResponse",
718
+ () => [
719
+ { no: 1, name: "histories", kind: "message", T: History, repeated: true },
720
+ ],
721
+ );
722
+
723
+ /**
724
+ * @generated from message ct_logic_uni_rev_payment.v1.History
725
+ */
726
+ export const History = proto3.makeMessageType(
727
+ "ct_logic_uni_rev_payment.v1.History",
728
+ () => [
729
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
730
+ { no: 2, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
731
+ { no: 3, name: "account_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
732
+ { no: 4, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
733
+ { no: 5, name: "credit_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
734
+ { no: 6, name: "created_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
735
+ { no: 7, name: "order_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
736
+ { no: 8, name: "order_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
737
+ { no: 9, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
738
+ { no: 10, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
739
+ { no: 11, name: "topup_transaction_detail_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
740
+ { no: 12, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
741
+ ],
742
+ );
743
+
744
+ /**
745
+ * @generated from message ct_logic_uni_rev_payment.v1.GetHistoryByAccountIdAndOrderIdRequest
746
+ */
747
+ export const GetHistoryByAccountIdAndOrderIdRequest = proto3.makeMessageType(
748
+ "ct_logic_uni_rev_payment.v1.GetHistoryByAccountIdAndOrderIdRequest",
749
+ () => [
750
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
751
+ { no: 2, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
752
+ ],
753
+ );
754
+
755
+ /**
756
+ * @generated from message ct_logic_uni_rev_payment.v1.GetHistoryByAccountIdAndOrderIdResponse
757
+ */
758
+ export const GetHistoryByAccountIdAndOrderIdResponse = proto3.makeMessageType(
759
+ "ct_logic_uni_rev_payment.v1.GetHistoryByAccountIdAndOrderIdResponse",
760
+ () => [
761
+ { no: 1, name: "ok", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
762
+ { no: 2, name: "data", kind: "message", T: HistoryByAccountIdAndOrderId, repeated: true },
763
+ { no: 3, name: "amount", kind: "message", T: AmountHistoryByAccountIdAndOrderId },
764
+ ],
765
+ );
766
+
767
+ /**
768
+ * @generated from message ct_logic_uni_rev_payment.v1.HistoryByAccountIdAndOrderId
769
+ */
770
+ export const HistoryByAccountIdAndOrderId = proto3.makeMessageType(
771
+ "ct_logic_uni_rev_payment.v1.HistoryByAccountIdAndOrderId",
772
+ () => [
773
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
774
+ { no: 2, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
775
+ { no: 3, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
776
+ { no: 4, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
777
+ { no: 5, name: "credit_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
778
+ { no: 6, name: "status_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
779
+ { no: 7, name: "transactiontype_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
780
+ { no: 8, name: "ref_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
781
+ { no: 9, name: "ref_service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
782
+ { no: 10, name: "is_refund", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
783
+ { no: 11, name: "topup_transaction_detail_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
784
+ { no: 12, name: "platform_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
785
+ ],
786
+ );
787
+
788
+ /**
789
+ * @generated from message ct_logic_uni_rev_payment.v1.AmountHistoryByAccountIdAndOrderId
790
+ */
791
+ export const AmountHistoryByAccountIdAndOrderId = proto3.makeMessageType(
792
+ "ct_logic_uni_rev_payment.v1.AmountHistoryByAccountIdAndOrderId",
793
+ () => [
794
+ { no: 1, name: "paid", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
795
+ { no: 2, name: "free", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
796
+ ],
797
+ );
798
+
799
+ /**
800
+ * @generated from message ct_logic_uni_rev_payment.v1.GetHistoryDetailRequest
801
+ */
802
+ export const GetHistoryDetailRequest = proto3.makeMessageType(
803
+ "ct_logic_uni_rev_payment.v1.GetHistoryDetailRequest",
804
+ () => [
805
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
806
+ { no: 2, name: "orderids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
807
+ ],
808
+ );
809
+
810
+ /**
811
+ * @generated from message ct_logic_uni_rev_payment.v1.GetHistoryDetailResponse
812
+ */
813
+ export const GetHistoryDetailResponse = proto3.makeMessageType(
814
+ "ct_logic_uni_rev_payment.v1.GetHistoryDetailResponse",
815
+ () => [
816
+ { no: 1, name: "ok", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
817
+ { no: 2, name: "data", kind: "message", T: HistoryDetail, repeated: true },
818
+ ],
819
+ );
820
+
821
+ /**
822
+ * @generated from message ct_logic_uni_rev_payment.v1.HistoryDetail
823
+ */
824
+ export const HistoryDetail = proto3.makeMessageType(
825
+ "ct_logic_uni_rev_payment.v1.HistoryDetail",
826
+ () => [
827
+ { no: 1, name: "account_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
828
+ { no: 2, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
829
+ { no: 3, name: "order_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
830
+ { no: 4, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
831
+ { no: 5, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
832
+ { no: 6, name: "created_time", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
833
+ { no: 7, name: "order_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
834
+ { no: 8, name: "amount", kind: "scalar", T: 9 /* ScalarType.STRING */ },
835
+ ],
836
+ );
837
+
838
+ /**
839
+ * RabbitMQ message for topup DongTot
840
+ *
841
+ * @generated from message ct_logic_uni_rev_payment.v1.TopupDongtotRequest
842
+ */
843
+ export const TopupDongtotRequest = proto3.makeMessageType(
844
+ "ct_logic_uni_rev_payment.v1.TopupDongtotRequest",
845
+ () => [
846
+ { no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
847
+ { no: 2, name: "source", kind: "scalar", T: 9 /* ScalarType.STRING */ },
848
+ { no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
849
+ { no: 4, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
850
+ { no: 5, name: "service_info", kind: "message", T: ServiceInfo },
851
+ { no: 6, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
852
+ ],
853
+ );
854
+
855
+ /**
856
+ * @generated from message ct_logic_uni_rev_payment.v1.ServiceInfo
857
+ */
858
+ export const ServiceInfo = proto3.makeMessageType(
859
+ "ct_logic_uni_rev_payment.v1.ServiceInfo",
860
+ () => [
861
+ { no: 1, name: "package_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
862
+ { no: 2, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
863
+ { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
864
+ { no: 4, name: "topup_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
865
+ ],
866
+ );
867
+
868
+ /**
869
+ * @generated from message ct_logic_uni_rev_payment.v1.WithdrawDongtotRequest
870
+ */
871
+ export const WithdrawDongtotRequest = proto3.makeMessageType(
872
+ "ct_logic_uni_rev_payment.v1.WithdrawDongtotRequest",
873
+ () => [
874
+ { no: 1, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
875
+ { no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
876
+ { no: 3, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
877
+ { no: 4, name: "order", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
878
+ { no: 5, name: "service_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
879
+ { no: 6, name: "service_amounts", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
880
+ { no: 7, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
881
+ { no: 8, name: "child_account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
882
+ ],
883
+ );
884
+
885
+ /**
886
+ * @generated from message ct_logic_uni_rev_payment.v1.WithdrawDongtotResponse
887
+ */
888
+ export const WithdrawDongtotResponse = proto3.makeMessageType(
889
+ "ct_logic_uni_rev_payment.v1.WithdrawDongtotResponse",
890
+ () => [
891
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
892
+ { no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
893
+ { no: 3, name: "ok", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
894
+ { no: 4, name: "transaction_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
895
+ ],
896
+ );
897
+
898
+ /**
899
+ * @generated from message ct_logic_uni_rev_payment.v1.CreateTopupDongtotOrderRequest
900
+ */
901
+ export const CreateTopupDongtotOrderRequest = proto3.makeMessageType(
902
+ "ct_logic_uni_rev_payment.v1.CreateTopupDongtotOrderRequest",
903
+ () => [
904
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */, opt: true },
905
+ { no: 2, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
906
+ { no: 3, name: "source", kind: "scalar", T: 9 /* ScalarType.STRING */ },
907
+ { no: 4, name: "package_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true },
908
+ { no: 5, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
909
+ { no: 6, name: "credit_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
910
+ { no: 7, name: "topup_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
911
+ { no: 8, name: "campaign_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
912
+ { no: 9, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
913
+ { no: 10, name: "dongtot_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
914
+ ],
915
+ );
916
+
917
+ /**
918
+ * @generated from message ct_logic_uni_rev_payment.v1.CreateTopupDongtotOrderResponse
919
+ */
920
+ export const CreateTopupDongtotOrderResponse = proto3.makeMessageType(
921
+ "ct_logic_uni_rev_payment.v1.CreateTopupDongtotOrderResponse",
922
+ () => [
923
+ { no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
924
+ { no: 2, name: "payment_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
925
+ { no: 3, name: "cost", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
926
+ ],
927
+ );
928
+
929
+ /**
930
+ * @generated from message ct_logic_uni_rev_payment.v1.ForceExpireDongTotBoRequest
931
+ */
932
+ export const ForceExpireDongTotBoRequest = proto3.makeMessageType(
933
+ "ct_logic_uni_rev_payment.v1.ForceExpireDongTotBoRequest",
934
+ () => [
935
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
936
+ { no: 2, name: "topup_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
937
+ { no: 3, name: "note_withdraw", kind: "scalar", T: 9 /* ScalarType.STRING */ },
938
+ { no: 4, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
939
+ { no: 6, name: "bo_admin_info", kind: "message", T: BoAdminInfo },
940
+ ],
941
+ );
942
+
943
+ /**
944
+ * @generated from message ct_logic_uni_rev_payment.v1.ForceExpireDongTotBoResponse
945
+ */
946
+ export const ForceExpireDongTotBoResponse = proto3.makeMessageType(
947
+ "ct_logic_uni_rev_payment.v1.ForceExpireDongTotBoResponse",
948
+ () => [
949
+ { no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
950
+ { no: 2, name: "total_refund", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
951
+ ],
952
+ );
953
+
954
+ /**
955
+ * @generated from message ct_logic_uni_rev_payment.v1.BoDongtotExpired
956
+ */
957
+ export const BoDongtotExpired = proto3.makeMessageType(
958
+ "ct_logic_uni_rev_payment.v1.BoDongtotExpired",
959
+ () => [
960
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
961
+ { no: 2, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
962
+ { no: 3, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
963
+ { no: 4, name: "expired_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
964
+ { no: 5, name: "created_at", kind: "message", T: Timestamp },
965
+ { no: 6, name: "admin_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
966
+ ],
967
+ );
968
+
969
+ /**
970
+ * @generated from message ct_logic_uni_rev_payment.v1.BoAdminInfo
971
+ */
972
+ export const BoAdminInfo = proto3.makeMessageType(
973
+ "ct_logic_uni_rev_payment.v1.BoAdminInfo",
974
+ () => [
975
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
976
+ { no: 2, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
977
+ ],
978
+ );
979
+
980
+ /**
981
+ * @generated from message ct_logic_uni_rev_payment.v1.GetListBoDongtotExpiredRequest
982
+ */
983
+ export const GetListBoDongtotExpiredRequest = proto3.makeMessageType(
984
+ "ct_logic_uni_rev_payment.v1.GetListBoDongtotExpiredRequest",
985
+ () => [
986
+ { no: 1, name: "limit", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
987
+ { no: 2, name: "offset", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
988
+ { no: 3, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
989
+ { no: 4, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
990
+ { no: 5, name: "expired_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
991
+ { no: 6, name: "admin_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
992
+ ],
993
+ );
994
+
995
+ /**
996
+ * @generated from message ct_logic_uni_rev_payment.v1.GetListBoDongtotExpiredResponse
997
+ */
998
+ export const GetListBoDongtotExpiredResponse = proto3.makeMessageType(
999
+ "ct_logic_uni_rev_payment.v1.GetListBoDongtotExpiredResponse",
1000
+ () => [
1001
+ { no: 1, name: "list_bo_dongtot_expired", kind: "message", T: BoDongtotExpired, repeated: true },
1002
+ { no: 2, name: "total", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1003
+ ],
1004
+ );
1005
+
1006
+ /**
1007
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPageCategoriesRequest
1008
+ */
1009
+ export const GetDongtotManagementPageCategoriesRequest = proto3.makeMessageType(
1010
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPageCategoriesRequest",
1011
+ () => [
1012
+ { no: 1, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1013
+ { no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1014
+ ],
1015
+ );
1016
+
1017
+ /**
1018
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPageCategoriesResponse
1019
+ */
1020
+ export const GetDongtotManagementPageCategoriesResponse = proto3.makeMessageType(
1021
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPageCategoriesResponse",
1022
+ () => [
1023
+ { no: 1, name: "categories", kind: "message", T: DongtotManagementPageCategory, repeated: true },
1024
+ ],
1025
+ );
1026
+
1027
+ /**
1028
+ * @generated from message ct_logic_uni_rev_payment.v1.DongtotManagementPageCategory
1029
+ */
1030
+ export const DongtotManagementPageCategory = proto3.makeMessageType(
1031
+ "ct_logic_uni_rev_payment.v1.DongtotManagementPageCategory",
1032
+ () => [
1033
+ { no: 1, name: "title", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1034
+ { no: 2, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1035
+ { no: 3, name: "badge", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1036
+ { no: 4, name: "web_icon_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1037
+ { no: 5, name: "mobile_icon_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1038
+ { no: 6, name: "position", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1039
+ { no: 7, name: "hidden_web_icon_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1040
+ { no: 8, name: "hidden_mobile_icon_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1041
+ ],
1042
+ );
1043
+
1044
+ /**
1045
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailRequest
1046
+ */
1047
+ export const GetDongtotManagementPageDetailRequest = proto3.makeMessageType(
1048
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailRequest",
1049
+ () => [
1050
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1051
+ ],
1052
+ );
1053
+
1054
+ /**
1055
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailResponse
1056
+ */
1057
+ export const GetDongtotManagementPageDetailResponse = proto3.makeMessageType(
1058
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailResponse",
1059
+ () => [
1060
+ { no: 1, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1061
+ { no: 2, name: "total_amount_expired_within_7_days", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1062
+ { no: 3, name: "dt_365", kind: "message", T: BalanceDetailEachType },
1063
+ { no: 4, name: "dt_expiry", kind: "message", T: BalanceDetailEachType },
1064
+ { no: 5, name: "dt_free", kind: "message", T: BalanceDetailEachType },
1065
+ { no: 6, name: "account_hierarchy_info", kind: "message", T: AccountHierarchyInfo },
1066
+ { no: 7, name: "highlight_message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1067
+ ],
1068
+ );
1069
+
1070
+ /**
1071
+ * @generated from message ct_logic_uni_rev_payment.v1.BalanceDetailEachType
1072
+ */
1073
+ export const BalanceDetailEachType = proto3.makeMessageType(
1074
+ "ct_logic_uni_rev_payment.v1.BalanceDetailEachType",
1075
+ () => [
1076
+ { no: 1, name: "total_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1077
+ { no: 2, name: "balance_detail_full_info", kind: "message", T: BalanceDetailFullInfo, repeated: true },
1078
+ { no: 3, name: "frozen_balance_detail_full_info", kind: "message", T: BalanceDetailFullInfo, repeated: true },
1079
+ ],
1080
+ );
1081
+
1082
+ /**
1083
+ * @generated from message ct_logic_uni_rev_payment.v1.BalanceDetailFullInfo
1084
+ */
1085
+ export const BalanceDetailFullInfo = proto3.makeMessageType(
1086
+ "ct_logic_uni_rev_payment.v1.BalanceDetailFullInfo",
1087
+ () => [
1088
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1089
+ { no: 2, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1090
+ { no: 3, name: "expired_time", kind: "message", T: Timestamp },
1091
+ { no: 4, name: "dt_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1092
+ { no: 5, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1093
+ { no: 6, name: "type_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1094
+ { no: 7, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1095
+ { no: 8, name: "dt_source", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1096
+ { no: 9, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1097
+ { no: 10, name: "order_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1098
+ { no: 11, name: "near_expired_within_7_days", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1099
+ { no: 12, name: "near_expired_within_7_days_note", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1100
+ { no: 13, name: "near_expired_within_today", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1101
+ { no: 14, name: "e_contract_hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1102
+ { no: 15, name: "e_contract_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1103
+ { no: 16, name: "description_message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1104
+ ],
1105
+ );
1106
+
1107
+ /**
1108
+ * @generated from message ct_logic_uni_rev_payment.v1.AccountHierarchyInfo
1109
+ */
1110
+ export const AccountHierarchyInfo = proto3.makeMessageType(
1111
+ "ct_logic_uni_rev_payment.v1.AccountHierarchyInfo",
1112
+ () => [
1113
+ { no: 1, name: "remaining_budget", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1114
+ { no: 2, name: "end_time", kind: "message", T: Timestamp },
1115
+ { no: 3, name: "amount_per_order", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1116
+ ],
1117
+ );
1118
+
1119
+ /**
1120
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPromotionCodesRequest
1121
+ */
1122
+ export const GetDongtotManagementPromotionCodesRequest = proto3.makeMessageType(
1123
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPromotionCodesRequest",
1124
+ () => [
1125
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1126
+ ],
1127
+ );
1128
+
1129
+ /**
1130
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPromotionCodesResponse
1131
+ */
1132
+ export const GetDongtotManagementPromotionCodesResponse = proto3.makeMessageType(
1133
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPromotionCodesResponse",
1134
+ () => [
1135
+ { no: 1, name: "promotion_codes", kind: "message", T: DongtotManagementPromotionCode, repeated: true },
1136
+ ],
1137
+ );
1138
+
1139
+ /**
1140
+ * @generated from message ct_logic_uni_rev_payment.v1.DongtotManagementPromotionCode
1141
+ */
1142
+ export const DongtotManagementPromotionCode = proto3.makeMessageType(
1143
+ "ct_logic_uni_rev_payment.v1.DongtotManagementPromotionCode",
1144
+ () => [
1145
+ { no: 1, name: "icon_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1146
+ { no: 2, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1147
+ { no: 3, name: "end_time", kind: "message", T: Timestamp },
1148
+ { no: 4, name: "assignment_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1149
+ { no: 5, name: "credit_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1150
+ { no: 6, name: "quantity", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1151
+ ],
1152
+ );
1153
+
1154
+ /**
1155
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementEContractsRequest
1156
+ */
1157
+ export const GetDongtotManagementEContractsRequest = proto3.makeMessageType(
1158
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementEContractsRequest",
1159
+ () => [
1160
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1161
+ ],
1162
+ );
1163
+
1164
+ /**
1165
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementEContractsResponse
1166
+ */
1167
+ export const GetDongtotManagementEContractsResponse = proto3.makeMessageType(
1168
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementEContractsResponse",
1169
+ () => [
1170
+ { no: 1, name: "e_contracts", kind: "message", T: DongtotManagementEContract, repeated: true },
1171
+ ],
1172
+ );
1173
+
1174
+ /**
1175
+ * @generated from message ct_logic_uni_rev_payment.v1.DongtotManagementEContract
1176
+ */
1177
+ export const DongtotManagementEContract = proto3.makeMessageType(
1178
+ "ct_logic_uni_rev_payment.v1.DongtotManagementEContract",
1179
+ () => [
1180
+ { no: 1, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1181
+ { no: 2, name: "amount_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1182
+ { no: 3, name: "expiration_time", kind: "message", T: Timestamp },
1183
+ { no: 4, name: "e_contract_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1184
+ { no: 5, name: "e_contract_hash_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1185
+ { no: 6, name: "expiration_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1186
+ { no: 7, name: "usage_day", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1187
+ { no: 8, name: "banner_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1188
+ { no: 9, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1189
+ ],
1190
+ );
1191
+
1192
+ /**
1193
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementTopupPackagesRequest
1194
+ */
1195
+ export const GetDongtotManagementTopupPackagesRequest = proto3.makeMessageType(
1196
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementTopupPackagesRequest",
1197
+ () => [
1198
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1199
+ { no: 2, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1200
+ { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1201
+ { no: 4, name: "method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1202
+ { no: 5, name: "packagesids", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1203
+ { no: 6, name: "promotion", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1204
+ { no: 7, name: "show_iap_package", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1205
+ ],
1206
+ );
1207
+
1208
+ /**
1209
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementTopupPackagesResponse
1210
+ */
1211
+ export const GetDongtotManagementTopupPackagesResponse = proto3.makeMessageType(
1212
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementTopupPackagesResponse",
1213
+ () => [
1214
+ { no: 1, name: "packages", kind: "message", T: DongtotManagementTopupPackage, repeated: true },
1215
+ ],
1216
+ );
1217
+
1218
+ /**
1219
+ * @generated from message ct_logic_uni_rev_payment.v1.DongtotManagementTopupPackage
1220
+ */
1221
+ export const DongtotManagementTopupPackage = proto3.makeMessageType(
1222
+ "ct_logic_uni_rev_payment.v1.DongtotManagementTopupPackage",
1223
+ () => [
1224
+ { no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1225
+ { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1226
+ { no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1227
+ { no: 4, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1228
+ { no: 5, name: "free_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1229
+ { no: 6, name: "paid_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1230
+ { no: 7, name: "promotion_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1231
+ { no: 8, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1232
+ { no: 9, name: "created_at", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1233
+ { no: 10, name: "expired_at", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1234
+ { no: 11, name: "actived", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1235
+ { no: 12, name: "method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1236
+ { no: 13, name: "package_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1237
+ { no: 14, name: "icon", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1238
+ { no: 15, name: "is_default", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1239
+ { no: 16, name: "group_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1240
+ { no: 17, name: "priority", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1241
+ { no: 18, name: "group_created_at", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1242
+ { no: 19, name: "user_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1243
+ { no: 20, name: "promotion_text", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1244
+ { no: 21, name: "product_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1245
+ ],
1246
+ );
1247
+
1248
+ /**
1249
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailBoRequest
1250
+ */
1251
+ export const GetDongtotManagementPageDetailBoRequest = proto3.makeMessageType(
1252
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailBoRequest",
1253
+ () => [
1254
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1255
+ ],
1256
+ );
1257
+
1258
+ /**
1259
+ * @generated from message ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailBoResponse
1260
+ */
1261
+ export const GetDongtotManagementPageDetailBoResponse = proto3.makeMessageType(
1262
+ "ct_logic_uni_rev_payment.v1.GetDongtotManagementPageDetailBoResponse",
1263
+ () => [
1264
+ { no: 1, name: "total_dongtot_balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1265
+ { no: 2, name: "total_dongtot_paid_balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1266
+ { no: 3, name: "total_dongtot_expiry_balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1267
+ { no: 4, name: "total_dongtot_promotion_balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1268
+ { no: 5, name: "balance_detail", kind: "message", T: BalanceDetailBoInfo, repeated: true },
1269
+ ],
1270
+ );
1271
+
1272
+ /**
1273
+ * @generated from message ct_logic_uni_rev_payment.v1.BalanceDetailBoInfo
1274
+ */
1275
+ export const BalanceDetailBoInfo = proto3.makeMessageType(
1276
+ "ct_logic_uni_rev_payment.v1.BalanceDetailBoInfo",
1277
+ () => [
1278
+ { no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1279
+ { no: 2, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1280
+ { no: 3, name: "current_balance", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1281
+ { no: 4, name: "expiry_date", kind: "message", T: Timestamp },
1282
+ { no: 5, name: "note", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1283
+ ],
1284
+ );
1285
+
1286
+ /**
1287
+ * @generated from message ct_logic_uni_rev_payment.v1.OnChangeBalanceDetailMessage
1288
+ */
1289
+ export const OnChangeBalanceDetailMessage = proto3.makeMessageType(
1290
+ "ct_logic_uni_rev_payment.v1.OnChangeBalanceDetailMessage",
1291
+ () => [
1292
+ { no: 1, name: "changed_balance_details", kind: "message", T: ChangedBalanceDetail, repeated: true },
1293
+ ],
1294
+ );
1295
+
1296
+ /**
1297
+ * @generated from message ct_logic_uni_rev_payment.v1.ChangedBalanceDetail
1298
+ */
1299
+ export const ChangedBalanceDetail = proto3.makeMessageType(
1300
+ "ct_logic_uni_rev_payment.v1.ChangedBalanceDetail",
1301
+ () => [
1302
+ { no: 1, name: "ref_order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1303
+ { no: 2, name: "source_account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1304
+ { no: 3, name: "current_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1305
+ { no: 4, name: "dt_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1306
+ { no: 5, name: "method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1307
+ { no: 6, name: "order_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1308
+ { no: 7, name: "expired_at", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1309
+ { no: 8, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1310
+ ],
1311
+ );
1312
+
1313
+ /**
1314
+ * @generated from message ct_logic_uni_rev_payment.v1.ValidateTopupServiceInPurchaseRequest
1315
+ */
1316
+ export const ValidateTopupServiceInPurchaseRequest = proto3.makeMessageType(
1317
+ "ct_logic_uni_rev_payment.v1.ValidateTopupServiceInPurchaseRequest",
1318
+ () => [
1319
+ { no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1320
+ { no: 2, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1321
+ { no: 3, name: "topup_services", kind: "message", T: TopupServiceInPurchase, repeated: true },
1322
+ ],
1323
+ );
1324
+
1325
+ /**
1326
+ * @generated from message ct_logic_uni_rev_payment.v1.TopupServiceInPurchase
1327
+ */
1328
+ export const TopupServiceInPurchase = proto3.makeMessageType(
1329
+ "ct_logic_uni_rev_payment.v1.TopupServiceInPurchase",
1330
+ () => [
1331
+ { no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1332
+ { no: 2, name: "service_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1333
+ { no: 3, name: "service_params", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1334
+ ],
1335
+ );
1336
+
1337
+ /**
1338
+ * @generated from message ct_logic_uni_rev_payment.v1.ValidateTopupServiceInPurchaseResponse
1339
+ */
1340
+ export const ValidateTopupServiceInPurchaseResponse = proto3.makeMessageType(
1341
+ "ct_logic_uni_rev_payment.v1.ValidateTopupServiceInPurchaseResponse",
1342
+ () => [
1343
+ { no: 1, name: "invalid_services", kind: "message", T: InvalidTopupServiceInPurchase, repeated: true },
1344
+ ],
1345
+ );
1346
+
1347
+ /**
1348
+ * @generated from message ct_logic_uni_rev_payment.v1.InvalidTopupServiceInPurchase
1349
+ */
1350
+ export const InvalidTopupServiceInPurchase = proto3.makeMessageType(
1351
+ "ct_logic_uni_rev_payment.v1.InvalidTopupServiceInPurchase",
1352
+ () => [
1353
+ { no: 1, name: "service_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1354
+ { no: 2, name: "reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1355
+ ],
1356
+ );
1357
+