@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/econtract_pb.js
ADDED
|
@@ -0,0 +1,1176 @@
|
|
|
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/econtract.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.Econtract
|
|
12
|
+
*/
|
|
13
|
+
export const Econtract = proto3.makeMessageType(
|
|
14
|
+
"ct_logic_uni_rev_payment.v1.Econtract",
|
|
15
|
+
() => [
|
|
16
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
17
|
+
{ no: 2, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
18
|
+
{ no: 3, name: "order_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
19
|
+
{ no: 4, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
20
|
+
{ no: 5, name: "created_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
21
|
+
{ no: 6, name: "approved_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
22
|
+
{ no: 7, name: "package_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
23
|
+
{ no: 8, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
24
|
+
{ no: 9, name: "amount_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
25
|
+
{ no: 10, name: "bank_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
26
|
+
{ no: 11, name: "transaction_ref", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
27
|
+
{ no: 12, name: "info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
28
|
+
{ no: 13, name: "expiration_time", kind: "message", T: Timestamp },
|
|
29
|
+
{ no: 14, name: "contract_info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
30
|
+
{ no: 15, name: "contract_invoice", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
31
|
+
{ no: 16, name: "contract_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
32
|
+
{ no: 17, name: "is_near_expire", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
33
|
+
{ no: 18, name: "patch_info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
34
|
+
{ no: 19, name: "transfer_ref", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
35
|
+
{ no: 20, name: "ct_bank_info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
36
|
+
{ no: 21, name: "vertical", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
37
|
+
{ no: 22, name: "expiration_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
38
|
+
{ no: 23, name: "usage_day", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
39
|
+
{ no: 24, name: "is_read", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
40
|
+
{ no: 25, name: "contract_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
41
|
+
{ no: 26, name: "created_date", kind: "message", T: Timestamp },
|
|
42
|
+
{ no: 27, name: "modified_date", kind: "message", T: Timestamp },
|
|
43
|
+
{ no: 28, name: "hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
44
|
+
{ no: 29, name: "vnd_tax_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
45
|
+
{ no: 30, name: "vnd_total_price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
46
|
+
{ no: 31, name: "post_payment_info", kind: "message", T: PostPaymentInfo },
|
|
47
|
+
{ no: 32, name: "payment_expired_at", kind: "message", T: Timestamp },
|
|
48
|
+
{ no: 33, name: "payment_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
49
|
+
],
|
|
50
|
+
);
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateEcontractRequest
|
|
54
|
+
*/
|
|
55
|
+
export const CreateEcontractRequest = proto3.makeMessageType(
|
|
56
|
+
"ct_logic_uni_rev_payment.v1.CreateEcontractRequest",
|
|
57
|
+
() => [
|
|
58
|
+
{ no: 1, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
59
|
+
{ no: 2, name: "order_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
60
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
61
|
+
{ no: 4, name: "created_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
62
|
+
{ no: 5, name: "approved_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
63
|
+
{ no: 6, name: "package_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
64
|
+
{ no: 7, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
65
|
+
{ no: 8, name: "amount_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
66
|
+
{ no: 9, name: "bank_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
67
|
+
{ no: 10, name: "transaction_ref", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
68
|
+
{ no: 11, name: "info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
69
|
+
{ no: 12, name: "expiration_time", kind: "message", T: Timestamp },
|
|
70
|
+
{ no: 13, name: "contract_info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
71
|
+
{ no: 14, name: "contract_invoice", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
72
|
+
{ no: 15, name: "contract_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
73
|
+
{ no: 16, name: "is_near_expire", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
74
|
+
{ no: 17, name: "patch_info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
75
|
+
{ no: 18, name: "transfer_ref", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
76
|
+
{ no: 19, name: "ct_bank_info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
77
|
+
{ no: 20, name: "ct_bank_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
78
|
+
{ no: 21, name: "vertical", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
79
|
+
{ no: 22, name: "expiration_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
80
|
+
{ no: 23, name: "usage_day", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
81
|
+
{ no: 24, name: "is_read", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
82
|
+
{ no: 25, name: "contract_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
83
|
+
{ no: 26, name: "created_user_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
84
|
+
{ no: 27, name: "post_payment_info", kind: "message", T: PostPaymentInfo },
|
|
85
|
+
],
|
|
86
|
+
);
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PostPaymentInfo
|
|
90
|
+
*/
|
|
91
|
+
export const PostPaymentInfo = proto3.makeMessageType(
|
|
92
|
+
"ct_logic_uni_rev_payment.v1.PostPaymentInfo",
|
|
93
|
+
() => [
|
|
94
|
+
{ no: 1, name: "payment_due_date", kind: "message", T: Timestamp },
|
|
95
|
+
{ no: 2, name: "customized_service_description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
96
|
+
{ no: 3, name: "payment_date", kind: "message", T: Timestamp },
|
|
97
|
+
{ no: 4, name: "debt_day", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
98
|
+
{ no: 5, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
99
|
+
],
|
|
100
|
+
);
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateEcontractResponse
|
|
104
|
+
*/
|
|
105
|
+
export const CreateEcontractResponse = proto3.makeMessageType(
|
|
106
|
+
"ct_logic_uni_rev_payment.v1.CreateEcontractResponse",
|
|
107
|
+
() => [
|
|
108
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
109
|
+
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
110
|
+
],
|
|
111
|
+
);
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractRequest
|
|
115
|
+
*/
|
|
116
|
+
export const GetEcontractRequest = proto3.makeMessageType(
|
|
117
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractRequest",
|
|
118
|
+
() => [
|
|
119
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
120
|
+
{ no: 2, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
121
|
+
{ no: 3, name: "order_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
122
|
+
{ no: 4, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
123
|
+
{ no: 5, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
124
|
+
{ no: 6, name: "created_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
125
|
+
{ no: 7, name: "is_post_payment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
126
|
+
{ no: 8, name: "contract_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
127
|
+
{ no: 9, name: "payment_due_date_start", kind: "message", T: Timestamp },
|
|
128
|
+
{ no: 10, name: "payment_due_date_end", kind: "message", T: Timestamp },
|
|
129
|
+
],
|
|
130
|
+
);
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractResponse
|
|
134
|
+
*/
|
|
135
|
+
export const GetEcontractResponse = proto3.makeMessageType(
|
|
136
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractResponse",
|
|
137
|
+
() => [
|
|
138
|
+
{ no: 1, name: "data", kind: "message", T: Econtract, repeated: true },
|
|
139
|
+
{ no: 2, name: "total", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
140
|
+
],
|
|
141
|
+
);
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractStatusRequest
|
|
145
|
+
*/
|
|
146
|
+
export const UpdateEcontractStatusRequest = proto3.makeMessageType(
|
|
147
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractStatusRequest",
|
|
148
|
+
() => [
|
|
149
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
150
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
151
|
+
{ no: 3, name: "contract_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
152
|
+
],
|
|
153
|
+
);
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractStatusResponse
|
|
157
|
+
*/
|
|
158
|
+
export const UpdateEcontractStatusResponse = proto3.makeMessageType(
|
|
159
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractStatusResponse",
|
|
160
|
+
() => [
|
|
161
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
162
|
+
],
|
|
163
|
+
);
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByIdRequest
|
|
167
|
+
*/
|
|
168
|
+
export const GetEcontractByIdRequest = proto3.makeMessageType(
|
|
169
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByIdRequest",
|
|
170
|
+
() => [
|
|
171
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
172
|
+
],
|
|
173
|
+
);
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByIdResponse
|
|
177
|
+
*/
|
|
178
|
+
export const GetEcontractByIdResponse = proto3.makeMessageType(
|
|
179
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByIdResponse",
|
|
180
|
+
() => [
|
|
181
|
+
{ no: 1, name: "data", kind: "message", T: Econtract },
|
|
182
|
+
],
|
|
183
|
+
);
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByIdAndAccountIdRequest
|
|
187
|
+
*/
|
|
188
|
+
export const GetEcontractByIdAndAccountIdRequest = proto3.makeMessageType(
|
|
189
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByIdAndAccountIdRequest",
|
|
190
|
+
() => [
|
|
191
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
192
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
193
|
+
],
|
|
194
|
+
);
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByIdAndAccountIdResponse
|
|
198
|
+
*/
|
|
199
|
+
export const GetEcontractByIdAndAccountIdResponse = proto3.makeMessageType(
|
|
200
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByIdAndAccountIdResponse",
|
|
201
|
+
() => [
|
|
202
|
+
{ no: 1, name: "data", kind: "message", T: Econtract },
|
|
203
|
+
],
|
|
204
|
+
);
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractByIdRequest
|
|
208
|
+
*/
|
|
209
|
+
export const UpdateEcontractByIdRequest = proto3.makeMessageType(
|
|
210
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractByIdRequest",
|
|
211
|
+
() => [
|
|
212
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
213
|
+
{ no: 2, name: "usage_day", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
214
|
+
{ no: 3, name: "contract_status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
215
|
+
{ no: 4, name: "contract_info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
216
|
+
{ no: 5, name: "contract_invoice", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
217
|
+
{ no: 6, name: "package_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
218
|
+
{ no: 7, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
219
|
+
{ no: 8, name: "amount_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
220
|
+
{ no: 9, name: "expiration_time", kind: "message", T: Timestamp },
|
|
221
|
+
{ no: 10, name: "modified_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
222
|
+
{ no: 15, name: "info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
223
|
+
{ no: 16, name: "transaction_ref", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
224
|
+
],
|
|
225
|
+
);
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractByIdResponse
|
|
229
|
+
*/
|
|
230
|
+
export const UpdateEcontractByIdResponse = proto3.makeMessageType(
|
|
231
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractByIdResponse",
|
|
232
|
+
() => [
|
|
233
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
234
|
+
],
|
|
235
|
+
);
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractLogWithFilterRequest
|
|
239
|
+
*/
|
|
240
|
+
export const GetEcontractLogWithFilterRequest = proto3.makeMessageType(
|
|
241
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractLogWithFilterRequest",
|
|
242
|
+
() => [
|
|
243
|
+
{ no: 1, name: "request_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
244
|
+
{ no: 2, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
245
|
+
{ no: 3, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
246
|
+
],
|
|
247
|
+
);
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* @generated from message ct_logic_uni_rev_payment.v1.EcontractLog
|
|
251
|
+
*/
|
|
252
|
+
export const EcontractLog = proto3.makeMessageType(
|
|
253
|
+
"ct_logic_uni_rev_payment.v1.EcontractLog",
|
|
254
|
+
() => [
|
|
255
|
+
{ no: 1, name: "request_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
256
|
+
{ no: 2, name: "action", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
257
|
+
{ no: 3, name: "payload", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
258
|
+
{ no: 4, name: "modified_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
259
|
+
{ no: 5, name: "modified_date", kind: "message", T: Timestamp },
|
|
260
|
+
{ no: 6, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
261
|
+
],
|
|
262
|
+
);
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractLogWithFilterResponse
|
|
266
|
+
*/
|
|
267
|
+
export const GetEcontractLogWithFilterResponse = proto3.makeMessageType(
|
|
268
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractLogWithFilterResponse",
|
|
269
|
+
() => [
|
|
270
|
+
{ no: 1, name: "data", kind: "message", T: EcontractLog, repeated: true },
|
|
271
|
+
{ no: 2, name: "total", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
272
|
+
],
|
|
273
|
+
);
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ApproveEcontractManualRequest
|
|
277
|
+
*/
|
|
278
|
+
export const ApproveEcontractManualRequest = proto3.makeMessageType(
|
|
279
|
+
"ct_logic_uni_rev_payment.v1.ApproveEcontractManualRequest",
|
|
280
|
+
() => [
|
|
281
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
282
|
+
{ no: 2, name: "approved_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
283
|
+
],
|
|
284
|
+
);
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ApproveEcontractManualResponse
|
|
288
|
+
*/
|
|
289
|
+
export const ApproveEcontractManualResponse = proto3.makeMessageType(
|
|
290
|
+
"ct_logic_uni_rev_payment.v1.ApproveEcontractManualResponse",
|
|
291
|
+
() => [
|
|
292
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
293
|
+
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
294
|
+
],
|
|
295
|
+
);
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByAccountIdRequest
|
|
299
|
+
*/
|
|
300
|
+
export const GetEcontractByAccountIdRequest = proto3.makeMessageType(
|
|
301
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByAccountIdRequest",
|
|
302
|
+
() => [
|
|
303
|
+
{ no: 1, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
304
|
+
{ no: 2, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
305
|
+
{ no: 3, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
306
|
+
{ no: 4, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
307
|
+
],
|
|
308
|
+
);
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByAccountIdResponse
|
|
312
|
+
*/
|
|
313
|
+
export const GetEcontractByAccountIdResponse = proto3.makeMessageType(
|
|
314
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByAccountIdResponse",
|
|
315
|
+
() => [
|
|
316
|
+
{ no: 1, name: "data", kind: "message", T: Econtract, repeated: true },
|
|
317
|
+
{ no: 2, name: "total", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
318
|
+
],
|
|
319
|
+
);
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractDetailByAccountIdRequest
|
|
323
|
+
*/
|
|
324
|
+
export const GetEcontractDetailByAccountIdRequest = proto3.makeMessageType(
|
|
325
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractDetailByAccountIdRequest",
|
|
326
|
+
() => [
|
|
327
|
+
{ no: 1, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
328
|
+
],
|
|
329
|
+
);
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractDetailByAccountIdResponse
|
|
333
|
+
*/
|
|
334
|
+
export const GetEcontractDetailByAccountIdResponse = proto3.makeMessageType(
|
|
335
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractDetailByAccountIdResponse",
|
|
336
|
+
() => [
|
|
337
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
338
|
+
{ no: 2, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
339
|
+
{ no: 3, name: "amount_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
340
|
+
{ no: 4, name: "expiration_time", kind: "message", T: Timestamp },
|
|
341
|
+
{ no: 5, name: "e_contract_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
342
|
+
{ no: 6, name: "e_contract_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
343
|
+
{ no: 7, name: "e_contract_hash_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
344
|
+
{ no: 8, name: "expiration_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
345
|
+
{ no: 9, name: "usage_day", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
346
|
+
],
|
|
347
|
+
);
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByIdAndHashRequest
|
|
351
|
+
*/
|
|
352
|
+
export const GetEcontractByIdAndHashRequest = proto3.makeMessageType(
|
|
353
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByIdAndHashRequest",
|
|
354
|
+
() => [
|
|
355
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
356
|
+
{ no: 2, name: "hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
357
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
358
|
+
],
|
|
359
|
+
);
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByIdAndHashResponse
|
|
363
|
+
*/
|
|
364
|
+
export const GetEcontractByIdAndHashResponse = proto3.makeMessageType(
|
|
365
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByIdAndHashResponse",
|
|
366
|
+
() => [
|
|
367
|
+
{ no: 1, name: "data", kind: "message", T: Econtract },
|
|
368
|
+
{ no: 2, name: "package", kind: "message", T: PackageEcontract },
|
|
369
|
+
],
|
|
370
|
+
);
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PackageEcontract
|
|
374
|
+
*/
|
|
375
|
+
export const PackageEcontract = proto3.makeMessageType(
|
|
376
|
+
"ct_logic_uni_rev_payment.v1.PackageEcontract",
|
|
377
|
+
() => [
|
|
378
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
379
|
+
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
380
|
+
{ no: 3, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
381
|
+
{ no: 4, name: "price", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
382
|
+
{ no: 5, name: "free_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
383
|
+
{ no: 6, name: "paid_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
384
|
+
{ no: 7, name: "promotion_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
385
|
+
{ no: 8, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
386
|
+
{ no: 9, name: "active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
387
|
+
{ no: 10, name: "method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
388
|
+
],
|
|
389
|
+
);
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractInfoByIdRequest
|
|
393
|
+
*/
|
|
394
|
+
export const UpdateEcontractInfoByIdRequest = proto3.makeMessageType(
|
|
395
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractInfoByIdRequest",
|
|
396
|
+
() => [
|
|
397
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
398
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
399
|
+
{ no: 3, name: "contract_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
400
|
+
{ no: 4, name: "contract_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
401
|
+
{ no: 5, name: "card_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
402
|
+
{ no: 6, name: "permanent_residence", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
403
|
+
{ no: 7, name: "announce_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
404
|
+
{ no: 8, name: "payment_method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
405
|
+
{ no: 9, name: "payment_method_order", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
406
|
+
],
|
|
407
|
+
);
|
|
408
|
+
|
|
409
|
+
/**
|
|
410
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractInfoByIdResponse
|
|
411
|
+
*/
|
|
412
|
+
export const UpdateEcontractInfoByIdResponse = proto3.makeMessageType(
|
|
413
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractInfoByIdResponse",
|
|
414
|
+
() => [
|
|
415
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
416
|
+
],
|
|
417
|
+
);
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractToPendingRequest
|
|
421
|
+
*/
|
|
422
|
+
export const UpdateEcontractToPendingRequest = proto3.makeMessageType(
|
|
423
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractToPendingRequest",
|
|
424
|
+
() => [
|
|
425
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
426
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
427
|
+
],
|
|
428
|
+
);
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractToPendingResponse
|
|
432
|
+
*/
|
|
433
|
+
export const UpdateEcontractToPendingResponse = proto3.makeMessageType(
|
|
434
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractToPendingResponse",
|
|
435
|
+
() => [
|
|
436
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
437
|
+
],
|
|
438
|
+
);
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractIsReadStatusByIdRequest
|
|
442
|
+
*/
|
|
443
|
+
export const UpdateEcontractIsReadStatusByIdRequest = proto3.makeMessageType(
|
|
444
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractIsReadStatusByIdRequest",
|
|
445
|
+
() => [
|
|
446
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
447
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
448
|
+
],
|
|
449
|
+
);
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractIsReadStatusByIdResponse
|
|
453
|
+
*/
|
|
454
|
+
export const UpdateEcontractIsReadStatusByIdResponse = proto3.makeMessageType(
|
|
455
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractIsReadStatusByIdResponse",
|
|
456
|
+
() => [
|
|
457
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
458
|
+
],
|
|
459
|
+
);
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateInvoiceInfoByIdRequest
|
|
463
|
+
*/
|
|
464
|
+
export const UpdateInvoiceInfoByIdRequest = proto3.makeMessageType(
|
|
465
|
+
"ct_logic_uni_rev_payment.v1.UpdateInvoiceInfoByIdRequest",
|
|
466
|
+
() => [
|
|
467
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
468
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
469
|
+
{ no: 3, name: "company_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
470
|
+
{ no: 4, name: "company_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
471
|
+
{ no: 5, name: "tax_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
472
|
+
{ no: 6, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
473
|
+
{ no: 7, name: "buyer_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
474
|
+
],
|
|
475
|
+
);
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateInvoiceInfoByIdResponse
|
|
479
|
+
*/
|
|
480
|
+
export const UpdateInvoiceInfoByIdResponse = proto3.makeMessageType(
|
|
481
|
+
"ct_logic_uni_rev_payment.v1.UpdateInvoiceInfoByIdResponse",
|
|
482
|
+
() => [
|
|
483
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
484
|
+
],
|
|
485
|
+
);
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PayContractRequest
|
|
489
|
+
*/
|
|
490
|
+
export const PayContractRequest = proto3.makeMessageType(
|
|
491
|
+
"ct_logic_uni_rev_payment.v1.PayContractRequest",
|
|
492
|
+
() => [
|
|
493
|
+
{ no: 1, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
494
|
+
{ no: 2, name: "gateway", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
495
|
+
{ no: 3, name: "platform", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
496
|
+
{ no: 4, name: "source", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
497
|
+
{ no: 5, name: "ip", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
498
|
+
{ no: 6, name: "order_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
499
|
+
{ no: 7, name: "extend_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
500
|
+
{ no: 8, name: "econtract_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
501
|
+
{ no: 9, name: "return_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
502
|
+
],
|
|
503
|
+
);
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PayContractResponse
|
|
507
|
+
*/
|
|
508
|
+
export const PayContractResponse = proto3.makeMessageType(
|
|
509
|
+
"ct_logic_uni_rev_payment.v1.PayContractResponse",
|
|
510
|
+
() => [
|
|
511
|
+
{ no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
512
|
+
{ no: 2, name: "payment_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
513
|
+
{ no: 3, name: "redirect_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
514
|
+
{ no: 4, name: "expiry_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
515
|
+
],
|
|
516
|
+
);
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByOrderIdRequest
|
|
520
|
+
*/
|
|
521
|
+
export const GetEcontractByOrderIdRequest = proto3.makeMessageType(
|
|
522
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByOrderIdRequest",
|
|
523
|
+
() => [
|
|
524
|
+
{ no: 1, name: "order_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
525
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
526
|
+
],
|
|
527
|
+
);
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetEcontractByOrderIdResponse
|
|
531
|
+
*/
|
|
532
|
+
export const GetEcontractByOrderIdResponse = proto3.makeMessageType(
|
|
533
|
+
"ct_logic_uni_rev_payment.v1.GetEcontractByOrderIdResponse",
|
|
534
|
+
() => [
|
|
535
|
+
{ no: 1, name: "data", kind: "message", T: Econtract },
|
|
536
|
+
],
|
|
537
|
+
);
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ContractInfoCRM
|
|
541
|
+
*/
|
|
542
|
+
export const ContractInfoCRM = proto3.makeMessageType(
|
|
543
|
+
"ct_logic_uni_rev_payment.v1.ContractInfoCRM",
|
|
544
|
+
() => [
|
|
545
|
+
{ no: 1, name: "contract_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
546
|
+
{ no: 2, name: "card_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
547
|
+
{ no: 3, name: "permanent_residence", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
548
|
+
],
|
|
549
|
+
);
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ContractInvoiceCRM
|
|
553
|
+
*/
|
|
554
|
+
export const ContractInvoiceCRM = proto3.makeMessageType(
|
|
555
|
+
"ct_logic_uni_rev_payment.v1.ContractInvoiceCRM",
|
|
556
|
+
() => [
|
|
557
|
+
{ no: 1, name: "company_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
558
|
+
{ no: 2, name: "company_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
559
|
+
{ no: 3, name: "tax_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
560
|
+
{ no: 4, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
561
|
+
],
|
|
562
|
+
);
|
|
563
|
+
|
|
564
|
+
/**
|
|
565
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateEcontractViaCRMRequest
|
|
566
|
+
*/
|
|
567
|
+
export const CreateEcontractViaCRMRequest = proto3.makeMessageType(
|
|
568
|
+
"ct_logic_uni_rev_payment.v1.CreateEcontractViaCRMRequest",
|
|
569
|
+
() => [
|
|
570
|
+
{ no: 1, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
571
|
+
{ no: 2, name: "expiration_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
572
|
+
{ no: 3, name: "expiration_time", kind: "message", T: Timestamp },
|
|
573
|
+
{ no: 4, name: "vertical", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
574
|
+
{ no: 5, name: "contract_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
575
|
+
{ no: 6, name: "package_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
576
|
+
{ no: 7, name: "contract_info", kind: "message", T: ContractInfoCRM },
|
|
577
|
+
{ no: 8, name: "contract_invoice", kind: "message", T: ContractInvoiceCRM },
|
|
578
|
+
{ no: 9, name: "creator", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
579
|
+
{ no: 10, name: "usage_day", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
580
|
+
{ no: 11, name: "bank_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
581
|
+
{ no: 12, name: "transaction_ref", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
582
|
+
{ no: 13, name: "info", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
583
|
+
{ no: 14, name: "post_payment_info", kind: "message", T: PostPaymentInfo },
|
|
584
|
+
],
|
|
585
|
+
);
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateEcontractViaCRMErrorData
|
|
589
|
+
*/
|
|
590
|
+
export const CreateEcontractViaCRMErrorData = proto3.makeMessageType(
|
|
591
|
+
"ct_logic_uni_rev_payment.v1.CreateEcontractViaCRMErrorData",
|
|
592
|
+
() => [
|
|
593
|
+
{ no: 1, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
594
|
+
],
|
|
595
|
+
);
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateEcontractViaCRMResponse
|
|
599
|
+
*/
|
|
600
|
+
export const CreateEcontractViaCRMResponse = proto3.makeMessageType(
|
|
601
|
+
"ct_logic_uni_rev_payment.v1.CreateEcontractViaCRMResponse",
|
|
602
|
+
() => [
|
|
603
|
+
{ no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
604
|
+
{ no: 3, name: "error_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
605
|
+
{ no: 4, name: "error_message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
606
|
+
{ no: 5, name: "error_data", kind: "message", T: CreateEcontractViaCRMErrorData },
|
|
607
|
+
],
|
|
608
|
+
);
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePostPaymentInfoRequest
|
|
612
|
+
*/
|
|
613
|
+
export const UpdatePostPaymentInfoRequest = proto3.makeMessageType(
|
|
614
|
+
"ct_logic_uni_rev_payment.v1.UpdatePostPaymentInfoRequest",
|
|
615
|
+
() => [
|
|
616
|
+
{ no: 1, name: "econtract_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
617
|
+
{ no: 3, name: "post_payment_info", kind: "message", T: PostPaymentInfo },
|
|
618
|
+
{ no: 4, name: "modified_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
619
|
+
],
|
|
620
|
+
);
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePostPaymentInfoResponse
|
|
624
|
+
*/
|
|
625
|
+
export const UpdatePostPaymentInfoResponse = proto3.makeMessageType(
|
|
626
|
+
"ct_logic_uni_rev_payment.v1.UpdatePostPaymentInfoResponse",
|
|
627
|
+
() => [
|
|
628
|
+
{ no: 1, name: "is_success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
629
|
+
],
|
|
630
|
+
);
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* @generated from message ct_logic_uni_rev_payment.v1.RevampedEcontract
|
|
634
|
+
*/
|
|
635
|
+
export const RevampedEcontract = proto3.makeMessageType(
|
|
636
|
+
"ct_logic_uni_rev_payment.v1.RevampedEcontract",
|
|
637
|
+
() => [
|
|
638
|
+
{ no: 1, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
639
|
+
{ no: 2, name: "created_by", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
640
|
+
{ no: 3, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
641
|
+
{ no: 4, name: "status_desc", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
642
|
+
{ no: 5, name: "contract_info", kind: "message", T: ContractInfo },
|
|
643
|
+
{ no: 6, name: "customer_info", kind: "message", T: CustomerInfo },
|
|
644
|
+
{ no: 7, name: "invoice_info", kind: "message", T: InvoiceInfo, opt: true },
|
|
645
|
+
{ no: 8, name: "billing_info", kind: "message", T: BillingInfo },
|
|
646
|
+
{ no: 9, name: "payment_info", kind: "message", T: PaymentInfo, opt: true },
|
|
647
|
+
],
|
|
648
|
+
);
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ContractInfo
|
|
652
|
+
*/
|
|
653
|
+
export const ContractInfo = proto3.makeMessageType(
|
|
654
|
+
"ct_logic_uni_rev_payment.v1.ContractInfo",
|
|
655
|
+
() => [
|
|
656
|
+
{ no: 1, name: "contract_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
657
|
+
{ no: 2, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
658
|
+
{ no: 3, name: "dongtot_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
659
|
+
{ no: 4, name: "discount_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
660
|
+
{ no: 5, name: "expiration_time", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
661
|
+
{ no: 6, name: "package_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
662
|
+
{ no: 7, name: "contract_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
663
|
+
],
|
|
664
|
+
);
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CustomerInfo
|
|
668
|
+
*/
|
|
669
|
+
export const CustomerInfo = proto3.makeMessageType(
|
|
670
|
+
"ct_logic_uni_rev_payment.v1.CustomerInfo",
|
|
671
|
+
() => [
|
|
672
|
+
{ no: 1, name: "id_card", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
673
|
+
{ no: 2, name: "permanent_residence", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
674
|
+
],
|
|
675
|
+
);
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* @generated from message ct_logic_uni_rev_payment.v1.InvoiceInfo
|
|
679
|
+
*/
|
|
680
|
+
export const InvoiceInfo = proto3.makeMessageType(
|
|
681
|
+
"ct_logic_uni_rev_payment.v1.InvoiceInfo",
|
|
682
|
+
() => [
|
|
683
|
+
{ no: 1, name: "buyer_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
684
|
+
{ no: 2, name: "company_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
685
|
+
{ no: 3, name: "company_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
686
|
+
{ no: 4, name: "tax_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
687
|
+
{ no: 5, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
688
|
+
],
|
|
689
|
+
);
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* @generated from message ct_logic_uni_rev_payment.v1.BillingInfo
|
|
693
|
+
*/
|
|
694
|
+
export const BillingInfo = proto3.makeMessageType(
|
|
695
|
+
"ct_logic_uni_rev_payment.v1.BillingInfo",
|
|
696
|
+
() => [
|
|
697
|
+
{ no: 1, name: "contract_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
698
|
+
{ no: 2, name: "discount_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
699
|
+
{ no: 3, name: "after_discount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
700
|
+
{ no: 4, name: "tax_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
701
|
+
{ no: 5, name: "charged_amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
702
|
+
],
|
|
703
|
+
);
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentInfo
|
|
707
|
+
*/
|
|
708
|
+
export const PaymentInfo = proto3.makeMessageType(
|
|
709
|
+
"ct_logic_uni_rev_payment.v1.PaymentInfo",
|
|
710
|
+
() => [
|
|
711
|
+
{ no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
712
|
+
{ no: 2, name: "payment_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
713
|
+
{ no: 3, name: "expired_timestamp", kind: "message", T: Timestamp },
|
|
714
|
+
{ no: 4, name: "expired_at", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
715
|
+
],
|
|
716
|
+
);
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* @generated from message ct_logic_uni_rev_payment.v1.RevampedGetEcontractByIdRequest
|
|
720
|
+
*/
|
|
721
|
+
export const RevampedGetEcontractByIdRequest = proto3.makeMessageType(
|
|
722
|
+
"ct_logic_uni_rev_payment.v1.RevampedGetEcontractByIdRequest",
|
|
723
|
+
() => [
|
|
724
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
725
|
+
{ no: 2, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
726
|
+
],
|
|
727
|
+
);
|
|
728
|
+
|
|
729
|
+
/**
|
|
730
|
+
* @generated from message ct_logic_uni_rev_payment.v1.RevampedGetEcontractByIdResponse
|
|
731
|
+
*/
|
|
732
|
+
export const RevampedGetEcontractByIdResponse = proto3.makeMessageType(
|
|
733
|
+
"ct_logic_uni_rev_payment.v1.RevampedGetEcontractByIdResponse",
|
|
734
|
+
() => [
|
|
735
|
+
{ no: 1, name: "econtract", kind: "message", T: RevampedEcontract },
|
|
736
|
+
],
|
|
737
|
+
);
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractInvoiceRequest
|
|
741
|
+
*/
|
|
742
|
+
export const UpdateEcontractInvoiceRequest = proto3.makeMessageType(
|
|
743
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractInvoiceRequest",
|
|
744
|
+
() => [
|
|
745
|
+
{ no: 1, name: "order_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
746
|
+
{ no: 2, name: "invoice_info", kind: "message", T: InvoiceInfo },
|
|
747
|
+
],
|
|
748
|
+
);
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateEcontractInvoiceResponse
|
|
752
|
+
*/
|
|
753
|
+
export const UpdateEcontractInvoiceResponse = proto3.makeMessageType(
|
|
754
|
+
"ct_logic_uni_rev_payment.v1.UpdateEcontractInvoiceResponse",
|
|
755
|
+
[],
|
|
756
|
+
);
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetCommercialSchemeRequest
|
|
760
|
+
*/
|
|
761
|
+
export const GetCommercialSchemeRequest = proto3.makeMessageType(
|
|
762
|
+
"ct_logic_uni_rev_payment.v1.GetCommercialSchemeRequest",
|
|
763
|
+
() => [
|
|
764
|
+
{ no: 1, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
765
|
+
{ no: 2, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
766
|
+
{ no: 3, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
767
|
+
{ no: 4, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
768
|
+
{ no: 5, name: "vertical_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
769
|
+
],
|
|
770
|
+
);
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetCommercialSchemeResponse
|
|
774
|
+
*/
|
|
775
|
+
export const GetCommercialSchemeResponse = proto3.makeMessageType(
|
|
776
|
+
"ct_logic_uni_rev_payment.v1.GetCommercialSchemeResponse",
|
|
777
|
+
() => [
|
|
778
|
+
{ no: 1, name: "data", kind: "message", T: CommercialScheme, repeated: true },
|
|
779
|
+
{ no: 2, name: "total", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
780
|
+
],
|
|
781
|
+
);
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CommercialScheme
|
|
785
|
+
*/
|
|
786
|
+
export const CommercialScheme = proto3.makeMessageType(
|
|
787
|
+
"ct_logic_uni_rev_payment.v1.CommercialScheme",
|
|
788
|
+
() => [
|
|
789
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
790
|
+
{ no: 2, name: "verticals", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
|
|
791
|
+
{ no: 3, name: "credit_packages", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
|
|
792
|
+
{ no: 4, name: "start_date", kind: "message", T: Timestamp },
|
|
793
|
+
{ no: 5, name: "end_date", kind: "message", T: Timestamp },
|
|
794
|
+
{ no: 6, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
795
|
+
{ no: 7, name: "created_date", kind: "message", T: Timestamp },
|
|
796
|
+
{ no: 8, name: "modified_date", kind: "message", T: Timestamp },
|
|
797
|
+
{ no: 9, name: "created_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
798
|
+
{ no: 10, name: "modified_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
799
|
+
{ no: 11, name: "promotion_ranges", kind: "message", T: PromotionRange, repeated: true },
|
|
800
|
+
],
|
|
801
|
+
);
|
|
802
|
+
|
|
803
|
+
/**
|
|
804
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateCommercialSchemeRequest
|
|
805
|
+
*/
|
|
806
|
+
export const CreateCommercialSchemeRequest = proto3.makeMessageType(
|
|
807
|
+
"ct_logic_uni_rev_payment.v1.CreateCommercialSchemeRequest",
|
|
808
|
+
() => [
|
|
809
|
+
{ no: 1, name: "verticals", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
|
|
810
|
+
{ no: 2, name: "credit_packages", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
|
|
811
|
+
{ no: 3, name: "start_date", kind: "message", T: Timestamp },
|
|
812
|
+
{ no: 4, name: "end_date", kind: "message", T: Timestamp },
|
|
813
|
+
{ no: 5, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
814
|
+
{ no: 6, name: "created_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
815
|
+
{ no: 7, name: "promotion_ranges", kind: "message", T: PromotionRange, repeated: true },
|
|
816
|
+
],
|
|
817
|
+
);
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateCommercialSchemeResponse
|
|
821
|
+
*/
|
|
822
|
+
export const CreateCommercialSchemeResponse = proto3.makeMessageType(
|
|
823
|
+
"ct_logic_uni_rev_payment.v1.CreateCommercialSchemeResponse",
|
|
824
|
+
() => [
|
|
825
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
826
|
+
],
|
|
827
|
+
);
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateCommercialSchemeRequest
|
|
831
|
+
*/
|
|
832
|
+
export const UpdateCommercialSchemeRequest = proto3.makeMessageType(
|
|
833
|
+
"ct_logic_uni_rev_payment.v1.UpdateCommercialSchemeRequest",
|
|
834
|
+
() => [
|
|
835
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
836
|
+
{ no: 2, name: "modified_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
837
|
+
{ no: 3, name: "verticals", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
|
|
838
|
+
{ no: 4, name: "credit_packages", kind: "scalar", T: 5 /* ScalarType.INT32 */, repeated: true },
|
|
839
|
+
{ no: 5, name: "start_date", kind: "message", T: Timestamp },
|
|
840
|
+
{ no: 6, name: "end_date", kind: "message", T: Timestamp },
|
|
841
|
+
{ no: 7, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
842
|
+
],
|
|
843
|
+
);
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateCommercialSchemeResponse
|
|
847
|
+
*/
|
|
848
|
+
export const UpdateCommercialSchemeResponse = proto3.makeMessageType(
|
|
849
|
+
"ct_logic_uni_rev_payment.v1.UpdateCommercialSchemeResponse",
|
|
850
|
+
[],
|
|
851
|
+
);
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeleteCommercialSchemeRequest
|
|
855
|
+
*/
|
|
856
|
+
export const DeleteCommercialSchemeRequest = proto3.makeMessageType(
|
|
857
|
+
"ct_logic_uni_rev_payment.v1.DeleteCommercialSchemeRequest",
|
|
858
|
+
() => [
|
|
859
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
860
|
+
{ no: 2, name: "modified_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
861
|
+
],
|
|
862
|
+
);
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeleteCommercialSchemeResponse
|
|
866
|
+
*/
|
|
867
|
+
export const DeleteCommercialSchemeResponse = proto3.makeMessageType(
|
|
868
|
+
"ct_logic_uni_rev_payment.v1.DeleteCommercialSchemeResponse",
|
|
869
|
+
[],
|
|
870
|
+
);
|
|
871
|
+
|
|
872
|
+
/**
|
|
873
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ApproveNewEcontractRequest
|
|
874
|
+
*/
|
|
875
|
+
export const ApproveNewEcontractRequest = proto3.makeMessageType(
|
|
876
|
+
"ct_logic_uni_rev_payment.v1.ApproveNewEcontractRequest",
|
|
877
|
+
() => [
|
|
878
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
879
|
+
{ no: 2, name: "approved_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
880
|
+
],
|
|
881
|
+
);
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ApproveNewEcontractResponse
|
|
885
|
+
*/
|
|
886
|
+
export const ApproveNewEcontractResponse = proto3.makeMessageType(
|
|
887
|
+
"ct_logic_uni_rev_payment.v1.ApproveNewEcontractResponse",
|
|
888
|
+
[],
|
|
889
|
+
);
|
|
890
|
+
|
|
891
|
+
/**
|
|
892
|
+
* @generated from message ct_logic_uni_rev_payment.v1.RejectNewEcontractRequest
|
|
893
|
+
*/
|
|
894
|
+
export const RejectNewEcontractRequest = proto3.makeMessageType(
|
|
895
|
+
"ct_logic_uni_rev_payment.v1.RejectNewEcontractRequest",
|
|
896
|
+
() => [
|
|
897
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
898
|
+
{ no: 2, name: "rejected_user", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
899
|
+
],
|
|
900
|
+
);
|
|
901
|
+
|
|
902
|
+
/**
|
|
903
|
+
* @generated from message ct_logic_uni_rev_payment.v1.RejectNewEcontractResponse
|
|
904
|
+
*/
|
|
905
|
+
export const RejectNewEcontractResponse = proto3.makeMessageType(
|
|
906
|
+
"ct_logic_uni_rev_payment.v1.RejectNewEcontractResponse",
|
|
907
|
+
[],
|
|
908
|
+
);
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreatePromotionRangeRequest
|
|
912
|
+
*/
|
|
913
|
+
export const CreatePromotionRangeRequest = proto3.makeMessageType(
|
|
914
|
+
"ct_logic_uni_rev_payment.v1.CreatePromotionRangeRequest",
|
|
915
|
+
() => [
|
|
916
|
+
{ no: 1, name: "scheme_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
917
|
+
{ no: 2, name: "min_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
918
|
+
{ no: 3, name: "max_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
919
|
+
{ no: 4, name: "min_promotion_rate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
920
|
+
{ no: 5, name: "max_promotion_rate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
921
|
+
],
|
|
922
|
+
);
|
|
923
|
+
|
|
924
|
+
/**
|
|
925
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreatePromotionRangeResponse
|
|
926
|
+
*/
|
|
927
|
+
export const CreatePromotionRangeResponse = proto3.makeMessageType(
|
|
928
|
+
"ct_logic_uni_rev_payment.v1.CreatePromotionRangeResponse",
|
|
929
|
+
[],
|
|
930
|
+
);
|
|
931
|
+
|
|
932
|
+
/**
|
|
933
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePromotionRangeRequest
|
|
934
|
+
*/
|
|
935
|
+
export const UpdatePromotionRangeRequest = proto3.makeMessageType(
|
|
936
|
+
"ct_logic_uni_rev_payment.v1.UpdatePromotionRangeRequest",
|
|
937
|
+
() => [
|
|
938
|
+
{ no: 1, name: "scheme_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
939
|
+
{ no: 2, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
940
|
+
{ no: 3, name: "min_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
941
|
+
{ no: 4, name: "max_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
942
|
+
{ no: 5, name: "min_promotion_rate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
943
|
+
{ no: 6, name: "max_promotion_rate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
944
|
+
],
|
|
945
|
+
);
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdatePromotionRangeResponse
|
|
949
|
+
*/
|
|
950
|
+
export const UpdatePromotionRangeResponse = proto3.makeMessageType(
|
|
951
|
+
"ct_logic_uni_rev_payment.v1.UpdatePromotionRangeResponse",
|
|
952
|
+
[],
|
|
953
|
+
);
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeletePromotionRangeRequest
|
|
957
|
+
*/
|
|
958
|
+
export const DeletePromotionRangeRequest = proto3.makeMessageType(
|
|
959
|
+
"ct_logic_uni_rev_payment.v1.DeletePromotionRangeRequest",
|
|
960
|
+
() => [
|
|
961
|
+
{ no: 1, name: "scheme_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
962
|
+
{ no: 2, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
963
|
+
],
|
|
964
|
+
);
|
|
965
|
+
|
|
966
|
+
/**
|
|
967
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeletePromotionRangeResponse
|
|
968
|
+
*/
|
|
969
|
+
export const DeletePromotionRangeResponse = proto3.makeMessageType(
|
|
970
|
+
"ct_logic_uni_rev_payment.v1.DeletePromotionRangeResponse",
|
|
971
|
+
[],
|
|
972
|
+
);
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PromotionRange
|
|
976
|
+
*/
|
|
977
|
+
export const PromotionRange = proto3.makeMessageType(
|
|
978
|
+
"ct_logic_uni_rev_payment.v1.PromotionRange",
|
|
979
|
+
() => [
|
|
980
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
981
|
+
{ no: 2, name: "min_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
982
|
+
{ no: 3, name: "max_value", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
983
|
+
{ no: 4, name: "min_promotion_rate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
984
|
+
{ no: 5, name: "max_promotion_rate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
985
|
+
],
|
|
986
|
+
);
|
|
987
|
+
|
|
988
|
+
/**
|
|
989
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetContractApprovalHistoryRequest
|
|
990
|
+
*/
|
|
991
|
+
export const GetContractApprovalHistoryRequest = proto3.makeMessageType(
|
|
992
|
+
"ct_logic_uni_rev_payment.v1.GetContractApprovalHistoryRequest",
|
|
993
|
+
() => [
|
|
994
|
+
{ no: 1, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
995
|
+
{ no: 2, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
996
|
+
{ no: 3, name: "contract_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
997
|
+
],
|
|
998
|
+
);
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetContractApprovalHistoryResponse
|
|
1002
|
+
*/
|
|
1003
|
+
export const GetContractApprovalHistoryResponse = proto3.makeMessageType(
|
|
1004
|
+
"ct_logic_uni_rev_payment.v1.GetContractApprovalHistoryResponse",
|
|
1005
|
+
() => [
|
|
1006
|
+
{ no: 1, name: "data", kind: "message", T: ContractApprovalHistory, repeated: true },
|
|
1007
|
+
{ no: 2, name: "total", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1008
|
+
],
|
|
1009
|
+
);
|
|
1010
|
+
|
|
1011
|
+
/**
|
|
1012
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ContractApprovalHistory
|
|
1013
|
+
*/
|
|
1014
|
+
export const ContractApprovalHistory = proto3.makeMessageType(
|
|
1015
|
+
"ct_logic_uni_rev_payment.v1.ContractApprovalHistory",
|
|
1016
|
+
() => [
|
|
1017
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1018
|
+
{ no: 2, name: "vertical_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1019
|
+
{ no: 3, name: "contract_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1020
|
+
{ no: 4, name: "phone", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1021
|
+
{ no: 5, name: "package_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1022
|
+
{ no: 6, name: "amount", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1023
|
+
{ no: 7, name: "amount_dongtot", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1024
|
+
{ no: 8, name: "promotion_rate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
1025
|
+
{ no: 9, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1026
|
+
{ no: 10, name: "reviewer_email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1027
|
+
{ no: 11, name: "created_at", kind: "message", T: Timestamp },
|
|
1028
|
+
{ no: 12, name: "updated_at", kind: "message", T: Timestamp },
|
|
1029
|
+
],
|
|
1030
|
+
);
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateContractReviewerRequest
|
|
1034
|
+
*/
|
|
1035
|
+
export const CreateContractReviewerRequest = proto3.makeMessageType(
|
|
1036
|
+
"ct_logic_uni_rev_payment.v1.CreateContractReviewerRequest",
|
|
1037
|
+
() => [
|
|
1038
|
+
{ no: 1, name: "vertical_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1039
|
+
{ no: 2, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1040
|
+
],
|
|
1041
|
+
);
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CreateContractReviewerResponse
|
|
1045
|
+
*/
|
|
1046
|
+
export const CreateContractReviewerResponse = proto3.makeMessageType(
|
|
1047
|
+
"ct_logic_uni_rev_payment.v1.CreateContractReviewerResponse",
|
|
1048
|
+
[],
|
|
1049
|
+
);
|
|
1050
|
+
|
|
1051
|
+
/**
|
|
1052
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeleteContractReviewerRequest
|
|
1053
|
+
*/
|
|
1054
|
+
export const DeleteContractReviewerRequest = proto3.makeMessageType(
|
|
1055
|
+
"ct_logic_uni_rev_payment.v1.DeleteContractReviewerRequest",
|
|
1056
|
+
() => [
|
|
1057
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1058
|
+
],
|
|
1059
|
+
);
|
|
1060
|
+
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeleteContractReviewerResponse
|
|
1063
|
+
*/
|
|
1064
|
+
export const DeleteContractReviewerResponse = proto3.makeMessageType(
|
|
1065
|
+
"ct_logic_uni_rev_payment.v1.DeleteContractReviewerResponse",
|
|
1066
|
+
[],
|
|
1067
|
+
);
|
|
1068
|
+
|
|
1069
|
+
/**
|
|
1070
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateContractReviewerRequest
|
|
1071
|
+
*/
|
|
1072
|
+
export const UpdateContractReviewerRequest = proto3.makeMessageType(
|
|
1073
|
+
"ct_logic_uni_rev_payment.v1.UpdateContractReviewerRequest",
|
|
1074
|
+
() => [
|
|
1075
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1076
|
+
{ no: 2, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1077
|
+
],
|
|
1078
|
+
);
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* @generated from message ct_logic_uni_rev_payment.v1.UpdateContractReviewerResponse
|
|
1082
|
+
*/
|
|
1083
|
+
export const UpdateContractReviewerResponse = proto3.makeMessageType(
|
|
1084
|
+
"ct_logic_uni_rev_payment.v1.UpdateContractReviewerResponse",
|
|
1085
|
+
[],
|
|
1086
|
+
);
|
|
1087
|
+
|
|
1088
|
+
/**
|
|
1089
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetContractReviewerRequest
|
|
1090
|
+
*/
|
|
1091
|
+
export const GetContractReviewerRequest = proto3.makeMessageType(
|
|
1092
|
+
"ct_logic_uni_rev_payment.v1.GetContractReviewerRequest",
|
|
1093
|
+
() => [
|
|
1094
|
+
{ no: 1, name: "vertical_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1095
|
+
{ no: 2, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1096
|
+
{ no: 3, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1097
|
+
],
|
|
1098
|
+
);
|
|
1099
|
+
|
|
1100
|
+
/**
|
|
1101
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetContractReviewerResponse
|
|
1102
|
+
*/
|
|
1103
|
+
export const GetContractReviewerResponse = proto3.makeMessageType(
|
|
1104
|
+
"ct_logic_uni_rev_payment.v1.GetContractReviewerResponse",
|
|
1105
|
+
() => [
|
|
1106
|
+
{ no: 1, name: "data", kind: "message", T: ContractReviewer, repeated: true },
|
|
1107
|
+
{ no: 2, name: "total", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1108
|
+
],
|
|
1109
|
+
);
|
|
1110
|
+
|
|
1111
|
+
/**
|
|
1112
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ContractReviewer
|
|
1113
|
+
*/
|
|
1114
|
+
export const ContractReviewer = proto3.makeMessageType(
|
|
1115
|
+
"ct_logic_uni_rev_payment.v1.ContractReviewer",
|
|
1116
|
+
() => [
|
|
1117
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1118
|
+
{ no: 2, name: "vertical_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1119
|
+
{ no: 3, name: "vertical_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1120
|
+
{ no: 4, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1121
|
+
{ no: 5, name: "created_at", kind: "message", T: Timestamp },
|
|
1122
|
+
{ no: 6, name: "updated_at", kind: "message", T: Timestamp },
|
|
1123
|
+
{ no: 7, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1124
|
+
],
|
|
1125
|
+
);
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetVerticalRequest
|
|
1129
|
+
*/
|
|
1130
|
+
export const GetVerticalRequest = proto3.makeMessageType(
|
|
1131
|
+
"ct_logic_uni_rev_payment.v1.GetVerticalRequest",
|
|
1132
|
+
[],
|
|
1133
|
+
);
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetVerticalResponse
|
|
1137
|
+
*/
|
|
1138
|
+
export const GetVerticalResponse = proto3.makeMessageType(
|
|
1139
|
+
"ct_logic_uni_rev_payment.v1.GetVerticalResponse",
|
|
1140
|
+
() => [
|
|
1141
|
+
{ no: 1, name: "data", kind: "message", T: Vertical, repeated: true },
|
|
1142
|
+
],
|
|
1143
|
+
);
|
|
1144
|
+
|
|
1145
|
+
/**
|
|
1146
|
+
* @generated from message ct_logic_uni_rev_payment.v1.Vertical
|
|
1147
|
+
*/
|
|
1148
|
+
export const Vertical = proto3.makeMessageType(
|
|
1149
|
+
"ct_logic_uni_rev_payment.v1.Vertical",
|
|
1150
|
+
() => [
|
|
1151
|
+
{ no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1152
|
+
{ no: 2, name: "vertical_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1153
|
+
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1154
|
+
],
|
|
1155
|
+
);
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* @generated from message ct_logic_uni_rev_payment.v1.SendEcontractPaymentNotificationRequest
|
|
1159
|
+
*/
|
|
1160
|
+
export const SendEcontractPaymentNotificationRequest = proto3.makeMessageType(
|
|
1161
|
+
"ct_logic_uni_rev_payment.v1.SendEcontractPaymentNotificationRequest",
|
|
1162
|
+
() => [
|
|
1163
|
+
{ no: 1, name: "id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1164
|
+
{ no: 2, name: "hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1165
|
+
{ no: 3, name: "account_id", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1166
|
+
],
|
|
1167
|
+
);
|
|
1168
|
+
|
|
1169
|
+
/**
|
|
1170
|
+
* @generated from message ct_logic_uni_rev_payment.v1.SendEcontractPaymentNotificationResponse
|
|
1171
|
+
*/
|
|
1172
|
+
export const SendEcontractPaymentNotificationResponse = proto3.makeMessageType(
|
|
1173
|
+
"ct_logic_uni_rev_payment.v1.SendEcontractPaymentNotificationResponse",
|
|
1174
|
+
[],
|
|
1175
|
+
);
|
|
1176
|
+
|