@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
@@ -0,0 +1,419 @@
1
+ // @generated by protoc-gen-connect-query v0.4.4 with parameter "target=js+dts"
2
+ // @generated from file ct-logic-uni-rev-payment/v1/econtract_service.proto (package ct_logic_uni_rev_payment.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import { ApproveEcontractManualRequest, ApproveEcontractManualResponse, ApproveNewEcontractRequest, ApproveNewEcontractResponse, CreateCommercialSchemeRequest, CreateCommercialSchemeResponse, CreateContractReviewerRequest, CreateContractReviewerResponse, CreateEcontractRequest, CreateEcontractResponse, CreateEcontractViaCRMRequest, CreateEcontractViaCRMResponse, CreatePromotionRangeRequest, CreatePromotionRangeResponse, DeleteCommercialSchemeRequest, DeleteCommercialSchemeResponse, DeleteContractReviewerRequest, DeleteContractReviewerResponse, DeletePromotionRangeRequest, DeletePromotionRangeResponse, GetCommercialSchemeRequest, GetCommercialSchemeResponse, GetContractApprovalHistoryRequest, GetContractApprovalHistoryResponse, GetContractReviewerRequest, GetContractReviewerResponse, GetEcontractByAccountIdRequest, GetEcontractByAccountIdResponse, GetEcontractByIdAndAccountIdRequest, GetEcontractByIdAndAccountIdResponse, GetEcontractByIdAndHashRequest, GetEcontractByIdAndHashResponse, GetEcontractByIdRequest, GetEcontractByIdResponse, GetEcontractByOrderIdRequest, GetEcontractByOrderIdResponse, GetEcontractDetailByAccountIdRequest, GetEcontractDetailByAccountIdResponse, GetEcontractLogWithFilterRequest, GetEcontractLogWithFilterResponse, GetEcontractRequest, GetEcontractResponse, GetVerticalRequest, GetVerticalResponse, PayContractRequest, PayContractResponse, RejectNewEcontractRequest, RejectNewEcontractResponse, RevampedGetEcontractByIdRequest, RevampedGetEcontractByIdResponse, SendEcontractPaymentNotificationRequest, SendEcontractPaymentNotificationResponse, UpdateCommercialSchemeRequest, UpdateCommercialSchemeResponse, UpdateContractReviewerRequest, UpdateContractReviewerResponse, UpdateEcontractByIdRequest, UpdateEcontractByIdResponse, UpdateEcontractInfoByIdRequest, UpdateEcontractInfoByIdResponse, UpdateEcontractInvoiceRequest, UpdateEcontractInvoiceResponse, UpdateEcontractIsReadStatusByIdRequest, UpdateEcontractIsReadStatusByIdResponse, UpdateEcontractStatusRequest, UpdateEcontractStatusResponse, UpdateEcontractToPendingRequest, UpdateEcontractToPendingResponse, UpdateInvoiceInfoByIdRequest, UpdateInvoiceInfoByIdResponse, UpdatePostPaymentInfoRequest, UpdatePostPaymentInfoResponse, UpdatePromotionRangeRequest, UpdatePromotionRangeResponse } from "./econtract_pb.js";
7
+ import { MethodKind } from "@bufbuild/protobuf";
8
+ import { UnaryHooks } from "@connectrpc/connect-query";
9
+
10
+ /**
11
+ * @generated from service ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService
12
+ */
13
+ export declare const LogicUniRevPaymentEcontractService: {
14
+ readonly typeName: "ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService",
15
+ readonly methods: {
16
+ /**
17
+ * internal api
18
+ *
19
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.CreateEcontract
20
+ */
21
+ readonly createEcontract: {
22
+ readonly name: "CreateEcontract",
23
+ readonly I: typeof CreateEcontractRequest,
24
+ readonly O: typeof CreateEcontractResponse,
25
+ readonly kind: MethodKind.Unary,
26
+ },
27
+ /**
28
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.CreateEcontractViaCRM
29
+ */
30
+ readonly createEcontractViaCRM: {
31
+ readonly name: "CreateEcontractViaCRM",
32
+ readonly I: typeof CreateEcontractViaCRMRequest,
33
+ readonly O: typeof CreateEcontractViaCRMResponse,
34
+ readonly kind: MethodKind.Unary,
35
+ },
36
+ /**
37
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontract
38
+ */
39
+ readonly getEcontract: {
40
+ readonly name: "GetEcontract",
41
+ readonly I: typeof GetEcontractRequest,
42
+ readonly O: typeof GetEcontractResponse,
43
+ readonly kind: MethodKind.Unary,
44
+ },
45
+ /**
46
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontractById
47
+ */
48
+ readonly getEcontractById: {
49
+ readonly name: "GetEcontractById",
50
+ readonly I: typeof GetEcontractByIdRequest,
51
+ readonly O: typeof GetEcontractByIdResponse,
52
+ readonly kind: MethodKind.Unary,
53
+ },
54
+ /**
55
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateEcontractStatus
56
+ */
57
+ readonly updateEcontractStatus: {
58
+ readonly name: "UpdateEcontractStatus",
59
+ readonly I: typeof UpdateEcontractStatusRequest,
60
+ readonly O: typeof UpdateEcontractStatusResponse,
61
+ readonly kind: MethodKind.Unary,
62
+ },
63
+ /**
64
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateEcontractById
65
+ */
66
+ readonly updateEcontractById: {
67
+ readonly name: "UpdateEcontractById",
68
+ readonly I: typeof UpdateEcontractByIdRequest,
69
+ readonly O: typeof UpdateEcontractByIdResponse,
70
+ readonly kind: MethodKind.Unary,
71
+ },
72
+ /**
73
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontractLogWithFilter
74
+ */
75
+ readonly getEcontractLogWithFilter: {
76
+ readonly name: "GetEcontractLogWithFilter",
77
+ readonly I: typeof GetEcontractLogWithFilterRequest,
78
+ readonly O: typeof GetEcontractLogWithFilterResponse,
79
+ readonly kind: MethodKind.Unary,
80
+ },
81
+ /**
82
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.ApproveEcontractManual
83
+ */
84
+ readonly approveEcontractManual: {
85
+ readonly name: "ApproveEcontractManual",
86
+ readonly I: typeof ApproveEcontractManualRequest,
87
+ readonly O: typeof ApproveEcontractManualResponse,
88
+ readonly kind: MethodKind.Unary,
89
+ },
90
+ /**
91
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontractByOrderId
92
+ */
93
+ readonly getEcontractByOrderId: {
94
+ readonly name: "GetEcontractByOrderId",
95
+ readonly I: typeof GetEcontractByOrderIdRequest,
96
+ readonly O: typeof GetEcontractByOrderIdResponse,
97
+ readonly kind: MethodKind.Unary,
98
+ },
99
+ /**
100
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdatePostPaymentInfo
101
+ */
102
+ readonly updatePostPaymentInfo: {
103
+ readonly name: "UpdatePostPaymentInfo",
104
+ readonly I: typeof UpdatePostPaymentInfoRequest,
105
+ readonly O: typeof UpdatePostPaymentInfoResponse,
106
+ readonly kind: MethodKind.Unary,
107
+ },
108
+ /**
109
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontractByIdAndAccountId
110
+ */
111
+ readonly getEcontractByIdAndAccountId: {
112
+ readonly name: "GetEcontractByIdAndAccountId",
113
+ readonly I: typeof GetEcontractByIdAndAccountIdRequest,
114
+ readonly O: typeof GetEcontractByIdAndAccountIdResponse,
115
+ readonly kind: MethodKind.Unary,
116
+ },
117
+ /**
118
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.RevampedGetEcontractById
119
+ */
120
+ readonly revampedGetEcontractById: {
121
+ readonly name: "RevampedGetEcontractById",
122
+ readonly I: typeof RevampedGetEcontractByIdRequest,
123
+ readonly O: typeof RevampedGetEcontractByIdResponse,
124
+ readonly kind: MethodKind.Unary,
125
+ },
126
+ /**
127
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateEcontractInvoice
128
+ */
129
+ readonly updateEcontractInvoice: {
130
+ readonly name: "UpdateEcontractInvoice",
131
+ readonly I: typeof UpdateEcontractInvoiceRequest,
132
+ readonly O: typeof UpdateEcontractInvoiceResponse,
133
+ readonly kind: MethodKind.Unary,
134
+ },
135
+ /**
136
+ * private api
137
+ * api/v1/private/bank_transfer/contract-history
138
+ *
139
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontractByAccountId
140
+ */
141
+ readonly getEcontractByAccountId: {
142
+ readonly name: "GetEcontractByAccountId",
143
+ readonly I: typeof GetEcontractByAccountIdRequest,
144
+ readonly O: typeof GetEcontractByAccountIdResponse,
145
+ readonly kind: MethodKind.Unary,
146
+ },
147
+ /**
148
+ * api/v1/private/bank_transfer/contract-detail
149
+ *
150
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontractDetailByAccountId
151
+ */
152
+ readonly getEcontractDetailByAccountId: {
153
+ readonly name: "GetEcontractDetailByAccountId",
154
+ readonly I: typeof GetEcontractDetailByAccountIdRequest,
155
+ readonly O: typeof GetEcontractDetailByAccountIdResponse,
156
+ readonly kind: MethodKind.Unary,
157
+ },
158
+ /**
159
+ * api/v1/private/bank_transfer/contract-detail/:bt_order_id/:hash
160
+ *
161
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetEcontractByIdAndHash
162
+ */
163
+ readonly getEcontractByIdAndHash: {
164
+ readonly name: "GetEcontractByIdAndHash",
165
+ readonly I: typeof GetEcontractByIdAndHashRequest,
166
+ readonly O: typeof GetEcontractByIdAndHashResponse,
167
+ readonly kind: MethodKind.Unary,
168
+ },
169
+ /**
170
+ * api/v1/private/bank_transfer/update-contract/:bt_order_id
171
+ *
172
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateEcontractInfoById
173
+ */
174
+ readonly updateEcontractInfoById: {
175
+ readonly name: "UpdateEcontractInfoById",
176
+ readonly I: typeof UpdateEcontractInfoByIdRequest,
177
+ readonly O: typeof UpdateEcontractInfoByIdResponse,
178
+ readonly kind: MethodKind.Unary,
179
+ },
180
+ /**
181
+ * api/v1/private/bank_transfer/contract-pending
182
+ *
183
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateEcontractToPending
184
+ */
185
+ readonly updateEcontractToPending: {
186
+ readonly name: "UpdateEcontractToPending",
187
+ readonly I: typeof UpdateEcontractToPendingRequest,
188
+ readonly O: typeof UpdateEcontractToPendingResponse,
189
+ readonly kind: MethodKind.Unary,
190
+ },
191
+ /**
192
+ * api/v1/private/bank_transfer/update-is-read-status/:bt_order_id
193
+ *
194
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateEcontractIsReadStatusById
195
+ */
196
+ readonly updateEcontractIsReadStatusById: {
197
+ readonly name: "UpdateEcontractIsReadStatusById",
198
+ readonly I: typeof UpdateEcontractIsReadStatusByIdRequest,
199
+ readonly O: typeof UpdateEcontractIsReadStatusByIdResponse,
200
+ readonly kind: MethodKind.Unary,
201
+ },
202
+ /**
203
+ * api/v1/private/bank_transfer/update-invoice/:bt_order_id
204
+ *
205
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateInvoiceInfoById
206
+ */
207
+ readonly updateInvoiceInfoById: {
208
+ readonly name: "UpdateInvoiceInfoById",
209
+ readonly I: typeof UpdateInvoiceInfoByIdRequest,
210
+ readonly O: typeof UpdateInvoiceInfoByIdResponse,
211
+ readonly kind: MethodKind.Unary,
212
+ },
213
+ /**
214
+ * api/v1/private/bank_transfer/pay-contract
215
+ *
216
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.PayContract
217
+ */
218
+ readonly payContract: {
219
+ readonly name: "PayContract",
220
+ readonly I: typeof PayContractRequest,
221
+ readonly O: typeof PayContractResponse,
222
+ readonly kind: MethodKind.Unary,
223
+ },
224
+ /**
225
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.SendEcontractPaymentNotification
226
+ */
227
+ readonly sendEcontractPaymentNotification: {
228
+ readonly name: "SendEcontractPaymentNotification",
229
+ readonly I: typeof SendEcontractPaymentNotificationRequest,
230
+ readonly O: typeof SendEcontractPaymentNotificationResponse,
231
+ readonly kind: MethodKind.Unary,
232
+ },
233
+ /**
234
+ * commercial scheme
235
+ *
236
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetCommercialScheme
237
+ */
238
+ readonly getCommercialScheme: {
239
+ readonly name: "GetCommercialScheme",
240
+ readonly I: typeof GetCommercialSchemeRequest,
241
+ readonly O: typeof GetCommercialSchemeResponse,
242
+ readonly kind: MethodKind.Unary,
243
+ },
244
+ /**
245
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.CreateCommercialScheme
246
+ */
247
+ readonly createCommercialScheme: {
248
+ readonly name: "CreateCommercialScheme",
249
+ readonly I: typeof CreateCommercialSchemeRequest,
250
+ readonly O: typeof CreateCommercialSchemeResponse,
251
+ readonly kind: MethodKind.Unary,
252
+ },
253
+ /**
254
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateCommercialScheme
255
+ */
256
+ readonly updateCommercialScheme: {
257
+ readonly name: "UpdateCommercialScheme",
258
+ readonly I: typeof UpdateCommercialSchemeRequest,
259
+ readonly O: typeof UpdateCommercialSchemeResponse,
260
+ readonly kind: MethodKind.Unary,
261
+ },
262
+ /**
263
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.DeleteCommercialScheme
264
+ */
265
+ readonly deleteCommercialScheme: {
266
+ readonly name: "DeleteCommercialScheme",
267
+ readonly I: typeof DeleteCommercialSchemeRequest,
268
+ readonly O: typeof DeleteCommercialSchemeResponse,
269
+ readonly kind: MethodKind.Unary,
270
+ },
271
+ /**
272
+ * econtract with package id is out of commercial scheme, need to approve by admin
273
+ *
274
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.ApproveNewEcontract
275
+ */
276
+ readonly approveNewEcontract: {
277
+ readonly name: "ApproveNewEcontract",
278
+ readonly I: typeof ApproveNewEcontractRequest,
279
+ readonly O: typeof ApproveNewEcontractResponse,
280
+ readonly kind: MethodKind.Unary,
281
+ },
282
+ /**
283
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.RejectNewEcontract
284
+ */
285
+ readonly rejectNewEcontract: {
286
+ readonly name: "RejectNewEcontract",
287
+ readonly I: typeof RejectNewEcontractRequest,
288
+ readonly O: typeof RejectNewEcontractResponse,
289
+ readonly kind: MethodKind.Unary,
290
+ },
291
+ /**
292
+ * promotion range
293
+ *
294
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.CreatePromotionRange
295
+ */
296
+ readonly createPromotionRange: {
297
+ readonly name: "CreatePromotionRange",
298
+ readonly I: typeof CreatePromotionRangeRequest,
299
+ readonly O: typeof CreatePromotionRangeResponse,
300
+ readonly kind: MethodKind.Unary,
301
+ },
302
+ /**
303
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdatePromotionRange
304
+ */
305
+ readonly updatePromotionRange: {
306
+ readonly name: "UpdatePromotionRange",
307
+ readonly I: typeof UpdatePromotionRangeRequest,
308
+ readonly O: typeof UpdatePromotionRangeResponse,
309
+ readonly kind: MethodKind.Unary,
310
+ },
311
+ /**
312
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.DeletePromotionRange
313
+ */
314
+ readonly deletePromotionRange: {
315
+ readonly name: "DeletePromotionRange",
316
+ readonly I: typeof DeletePromotionRangeRequest,
317
+ readonly O: typeof DeletePromotionRangeResponse,
318
+ readonly kind: MethodKind.Unary,
319
+ },
320
+ /**
321
+ * contract approval history
322
+ *
323
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetContractApprovalHistory
324
+ */
325
+ readonly getContractApprovalHistory: {
326
+ readonly name: "GetContractApprovalHistory",
327
+ readonly I: typeof GetContractApprovalHistoryRequest,
328
+ readonly O: typeof GetContractApprovalHistoryResponse,
329
+ readonly kind: MethodKind.Unary,
330
+ },
331
+ /**
332
+ * contract reviewer
333
+ *
334
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.CreateContractReviewer
335
+ */
336
+ readonly createContractReviewer: {
337
+ readonly name: "CreateContractReviewer",
338
+ readonly I: typeof CreateContractReviewerRequest,
339
+ readonly O: typeof CreateContractReviewerResponse,
340
+ readonly kind: MethodKind.Unary,
341
+ },
342
+ /**
343
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetContractReviewer
344
+ */
345
+ readonly getContractReviewer: {
346
+ readonly name: "GetContractReviewer",
347
+ readonly I: typeof GetContractReviewerRequest,
348
+ readonly O: typeof GetContractReviewerResponse,
349
+ readonly kind: MethodKind.Unary,
350
+ },
351
+ /**
352
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.DeleteContractReviewer
353
+ */
354
+ readonly deleteContractReviewer: {
355
+ readonly name: "DeleteContractReviewer",
356
+ readonly I: typeof DeleteContractReviewerRequest,
357
+ readonly O: typeof DeleteContractReviewerResponse,
358
+ readonly kind: MethodKind.Unary,
359
+ },
360
+ /**
361
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.UpdateContractReviewer
362
+ */
363
+ readonly updateContractReviewer: {
364
+ readonly name: "UpdateContractReviewer",
365
+ readonly I: typeof UpdateContractReviewerRequest,
366
+ readonly O: typeof UpdateContractReviewerResponse,
367
+ readonly kind: MethodKind.Unary,
368
+ },
369
+ /**
370
+ * vertical
371
+ *
372
+ * @generated from rpc ct_logic_uni_rev_payment.v1.LogicUniRevPaymentEcontractService.GetVertical
373
+ */
374
+ readonly getVertical: {
375
+ readonly name: "GetVertical",
376
+ readonly I: typeof GetVerticalRequest,
377
+ readonly O: typeof GetVerticalResponse,
378
+ readonly kind: MethodKind.Unary,
379
+ },
380
+ }
381
+ };
382
+
383
+ export const createEcontract: UnaryHooks<CreateEcontractRequest, CreateEcontractResponse>;
384
+ export const createEcontractViaCRM: UnaryHooks<CreateEcontractViaCRMRequest, CreateEcontractViaCRMResponse>;
385
+ export const getEcontract: UnaryHooks<GetEcontractRequest, GetEcontractResponse>;
386
+ export const getEcontractById: UnaryHooks<GetEcontractByIdRequest, GetEcontractByIdResponse>;
387
+ export const updateEcontractStatus: UnaryHooks<UpdateEcontractStatusRequest, UpdateEcontractStatusResponse>;
388
+ export const updateEcontractById: UnaryHooks<UpdateEcontractByIdRequest, UpdateEcontractByIdResponse>;
389
+ export const getEcontractLogWithFilter: UnaryHooks<GetEcontractLogWithFilterRequest, GetEcontractLogWithFilterResponse>;
390
+ export const approveEcontractManual: UnaryHooks<ApproveEcontractManualRequest, ApproveEcontractManualResponse>;
391
+ export const getEcontractByOrderId: UnaryHooks<GetEcontractByOrderIdRequest, GetEcontractByOrderIdResponse>;
392
+ export const updatePostPaymentInfo: UnaryHooks<UpdatePostPaymentInfoRequest, UpdatePostPaymentInfoResponse>;
393
+ export const getEcontractByIdAndAccountId: UnaryHooks<GetEcontractByIdAndAccountIdRequest, GetEcontractByIdAndAccountIdResponse>;
394
+ export const revampedGetEcontractById: UnaryHooks<RevampedGetEcontractByIdRequest, RevampedGetEcontractByIdResponse>;
395
+ export const updateEcontractInvoice: UnaryHooks<UpdateEcontractInvoiceRequest, UpdateEcontractInvoiceResponse>;
396
+ export const getEcontractByAccountId: UnaryHooks<GetEcontractByAccountIdRequest, GetEcontractByAccountIdResponse>;
397
+ export const getEcontractDetailByAccountId: UnaryHooks<GetEcontractDetailByAccountIdRequest, GetEcontractDetailByAccountIdResponse>;
398
+ export const getEcontractByIdAndHash: UnaryHooks<GetEcontractByIdAndHashRequest, GetEcontractByIdAndHashResponse>;
399
+ export const updateEcontractInfoById: UnaryHooks<UpdateEcontractInfoByIdRequest, UpdateEcontractInfoByIdResponse>;
400
+ export const updateEcontractToPending: UnaryHooks<UpdateEcontractToPendingRequest, UpdateEcontractToPendingResponse>;
401
+ export const updateEcontractIsReadStatusById: UnaryHooks<UpdateEcontractIsReadStatusByIdRequest, UpdateEcontractIsReadStatusByIdResponse>;
402
+ export const updateInvoiceInfoById: UnaryHooks<UpdateInvoiceInfoByIdRequest, UpdateInvoiceInfoByIdResponse>;
403
+ export const payContract: UnaryHooks<PayContractRequest, PayContractResponse>;
404
+ export const sendEcontractPaymentNotification: UnaryHooks<SendEcontractPaymentNotificationRequest, SendEcontractPaymentNotificationResponse>;
405
+ export const getCommercialScheme: UnaryHooks<GetCommercialSchemeRequest, GetCommercialSchemeResponse>;
406
+ export const createCommercialScheme: UnaryHooks<CreateCommercialSchemeRequest, CreateCommercialSchemeResponse>;
407
+ export const updateCommercialScheme: UnaryHooks<UpdateCommercialSchemeRequest, UpdateCommercialSchemeResponse>;
408
+ export const deleteCommercialScheme: UnaryHooks<DeleteCommercialSchemeRequest, DeleteCommercialSchemeResponse>;
409
+ export const approveNewEcontract: UnaryHooks<ApproveNewEcontractRequest, ApproveNewEcontractResponse>;
410
+ export const rejectNewEcontract: UnaryHooks<RejectNewEcontractRequest, RejectNewEcontractResponse>;
411
+ export const createPromotionRange: UnaryHooks<CreatePromotionRangeRequest, CreatePromotionRangeResponse>;
412
+ export const updatePromotionRange: UnaryHooks<UpdatePromotionRangeRequest, UpdatePromotionRangeResponse>;
413
+ export const deletePromotionRange: UnaryHooks<DeletePromotionRangeRequest, DeletePromotionRangeResponse>;
414
+ export const getContractApprovalHistory: UnaryHooks<GetContractApprovalHistoryRequest, GetContractApprovalHistoryResponse>;
415
+ export const createContractReviewer: UnaryHooks<CreateContractReviewerRequest, CreateContractReviewerResponse>;
416
+ export const getContractReviewer: UnaryHooks<GetContractReviewerRequest, GetContractReviewerResponse>;
417
+ export const deleteContractReviewer: UnaryHooks<DeleteContractReviewerRequest, DeleteContractReviewerResponse>;
418
+ export const updateContractReviewer: UnaryHooks<UpdateContractReviewerRequest, UpdateContractReviewerResponse>;
419
+ export const getVertical: UnaryHooks<GetVerticalRequest, GetVerticalResponse>;