@stashfin/grpc 1.2.226 → 1.2.228
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/package.json +1 -1
- package/ts/bureau/getbasicdetails.js +1 -1
- package/ts/bureau/getbureaulist.js +1 -1
- package/ts/bureau/getdbrcolending.d.ts +36 -0
- package/ts/bureau/getdbrcolending.js +147 -0
- package/ts/bureau/getdemogs.js +1 -1
- package/ts/bureau/getobligation.js +1 -1
- package/ts/bureau/getreport.js +1 -1
- package/ts/bureau.d.ts +11 -11
- package/ts/bureau.js +8 -8
- package/ts/colender/disburseLoan.js +1 -1
- package/ts/colender/forecloseLoan.js +1 -1
- package/ts/colender/repayLoan.js +1 -1
- package/ts/colender.js +1 -1
- package/ts/customers/aa/getbanklist.js +1 -1
- package/ts/customers/aa/initiate.js +1 -1
- package/ts/customers/addaddress.js +1 -1
- package/ts/customers/addbankaccountdetails.js +1 -1
- package/ts/customers/addfathersname.js +1 -1
- package/ts/customers/addgstnumber.js +1 -1
- package/ts/customers/addmoredetails.js +1 -1
- package/ts/customers/addsuspendedcustomer.js +1 -1
- package/ts/customers/adduserapps.js +1 -1
- package/ts/customers/bulksms.js +1 -1
- package/ts/customers/cb/cbsignup.js +1 -1
- package/ts/customers/cb/getcbtxnstatus.d.ts +35 -0
- package/ts/customers/cb/getcbtxnstatus.js +117 -0
- package/ts/customers/cb/getcreditbuilder.d.ts +4 -5
- package/ts/customers/cb/getcreditbuilder.js +7 -20
- package/ts/customers/cb/paynow.js +1 -1
- package/ts/customers/cb/savecreditbuilder.js +1 -1
- package/ts/customers/cb/updatecbtxnstatus.d.ts +37 -0
- package/ts/customers/cb/updatecbtxnstatus.js +147 -0
- package/ts/customers/changempin.js +1 -1
- package/ts/customers/createcustomerreference.js +1 -1
- package/ts/customers/deleteprofile.js +1 -1
- package/ts/customers/disablempin.js +1 -1
- package/ts/customers/enach/gettxnstatus.js +1 -1
- package/ts/customers/enach/getweburl.js +1 -1
- package/ts/customers/enach/updatetxnstatus.js +1 -1
- package/ts/customers/fetchrcprofile.js +1 -1
- package/ts/customers/floatingvideos.js +1 -1
- package/ts/customers/forgotmpin.js +1 -1
- package/ts/customers/forgotmpinverify.js +1 -1
- package/ts/customers/getaddresslist.js +1 -1
- package/ts/customers/getappsubmittedscreen.js +1 -1
- package/ts/customers/getbankaccountdetails.js +1 -1
- package/ts/customers/getbasicinfo.js +1 -1
- package/ts/customers/getcities.js +1 -1
- package/ts/customers/getcompanyaccdetails.js +1 -1
- package/ts/customers/getcustomerbyid.d.ts +1 -1
- package/ts/customers/getcustomerbyid.js +6 -6
- package/ts/customers/getdashboard.js +1 -1
- package/ts/customers/getdashboardmaincard.js +1 -1
- package/ts/customers/getdocuments.js +1 -1
- package/ts/customers/getlimit.js +1 -1
- package/ts/customers/getoccupationlist.js +1 -1
- package/ts/customers/getprofessionalinfo.js +1 -1
- package/ts/customers/getprofile.js +1 -1
- package/ts/customers/getselfieetxnid.js +1 -1
- package/ts/customers/getstates.js +1 -1
- package/ts/customers/getstep.js +1 -1
- package/ts/customers/logout.js +1 -1
- package/ts/customers/pd/getbanklist.js +1 -1
- package/ts/customers/pd/validatebankaccount.js +1 -1
- package/ts/customers/profilebasic.js +1 -1
- package/ts/customers/profileupdatetnc.js +1 -1
- package/ts/customers/rpd/getrpdlink.js +1 -1
- package/ts/customers/rpd/getrpdtransactionstatus.js +1 -1
- package/ts/customers/rpd/mockpayment.js +1 -1
- package/ts/customers/savebasicdetails.js +1 -1
- package/ts/customers/savelimit.js +1 -1
- package/ts/customers/saveunlocklimit.js +1 -1
- package/ts/customers/sendotp.js +1 -1
- package/ts/customers/sendotptoemail.js +1 -1
- package/ts/customers/setmpin.js +1 -1
- package/ts/customers/skipscreen.js +1 -1
- package/ts/customers/updatecustomerbyid.js +1 -1
- package/ts/customers/updatedlnumber.js +1 -1
- package/ts/customers/updatedob.js +1 -1
- package/ts/customers/updatelocstatus.js +1 -1
- package/ts/customers/updatemobilesendotp.js +1 -1
- package/ts/customers/updatemobileverifyotp.js +1 -1
- package/ts/customers/updateokyctxn.js +1 -1
- package/ts/customers/updateselfieetxn.js +1 -1
- package/ts/customers/updatevehiclenumber.js +1 -1
- package/ts/customers/uploaddocuments.js +1 -1
- package/ts/customers/validatepan.js +1 -1
- package/ts/customers/verifympin.js +1 -1
- package/ts/customers/verifyotp.js +1 -1
- package/ts/customers/verifyotptoemail.js +1 -1
- package/ts/customers.d.ts +28 -0
- package/ts/customers.js +21 -1
- package/ts/example.js +1 -1
- package/ts/growth/checkplanstatus.js +1 -1
- package/ts/growth/getattachplandetails.js +1 -1
- package/ts/growth/getchrplans.d.ts +1 -1
- package/ts/growth/getchrplans.js +8 -8
- package/ts/growth/getcredithealthreport.js +1 -1
- package/ts/growth/initiatepayment.js +1 -1
- package/ts/growth/processchrpayment.js +1 -1
- package/ts/growth.js +1 -1
- package/ts/loans/amortization.js +1 -1
- package/ts/loans/approveloan.js +1 -1
- package/ts/loans/banklist.js +1 -1
- package/ts/loans/calculateemi.js +1 -1
- package/ts/loans/creditlimit.js +1 -1
- package/ts/loans/fcppayment.js +1 -1
- package/ts/loans/forecloseamount.js +1 -1
- package/ts/loans/foreclosepayment.js +1 -1
- package/ts/loans/futurepaymentmoredetails.js +1 -1
- package/ts/loans/getbilldetails.js +1 -1
- package/ts/loans/getcustomerloanstatus.js +1 -1
- package/ts/loans/getloanbyid.js +1 -1
- package/ts/loans/getnextdueamount.js +1 -1
- package/ts/loans/getpendingemiamount.js +1 -1
- package/ts/loans/getsummarystaticfields.js +1 -1
- package/ts/loans/gettransactionstatus.d.ts +35 -0
- package/ts/loans/gettransactionstatus.js +117 -0
- package/ts/loans/getvirtualbankinfo.d.ts +37 -0
- package/ts/loans/getvirtualbankinfo.js +148 -0
- package/ts/loans/loansummary.js +1 -1
- package/ts/loans/paymentallocation.js +1 -1
- package/ts/loans/paymenthistory.js +1 -1
- package/ts/loans/paynow.d.ts +1 -1
- package/ts/loans/paynow.js +16 -16
- package/ts/loans/refund.js +1 -1
- package/ts/loans/restructureloan.js +1 -1
- package/ts/loans/rollback.js +1 -1
- package/ts/loans/sendemail.js +1 -1
- package/ts/loans/sendnocemail.js +1 -1
- package/ts/loans/transactionlist.js +1 -1
- package/ts/loans/updateinstallments.js +1 -1
- package/ts/loans/updateloan.js +1 -1
- package/ts/loans/updatetransactionstatus.d.ts +36 -0
- package/ts/loans/updatetransactionstatus.js +133 -0
- package/ts/loans.d.ts +42 -0
- package/ts/loans.js +31 -1
- package/ts/payments/checkpaymentstatus.js +1 -1
- package/ts/payments/getpaymentoptions.js +1 -1
- package/ts/payments/initiatepayment.js +1 -1
- package/ts/payments/nachpresentation.js +1 -1
- package/ts/payments/nachregistration.js +1 -1
- package/ts/payments.js +1 -1
- package/ts/stashcash/creditsc.js +1 -1
- package/ts/stashcash/debitsc.js +1 -1
- package/ts/stashcash/getscbalance.js +1 -1
- package/ts/stashcash/getschistory.js +1 -1
- package/ts/stashcash/reversesc.js +1 -1
- package/ts/stashcash.js +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/pd/getbanklist.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/pd/validatebankaccount.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/profilebasic.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/profileupdatetnc.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/rpd/getrpdlink.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/rpd/getrpdtransactionstatus.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/rpd/mockpayment.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/savebasicdetails.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/savelimit.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/saveunlocklimit.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/customers/sendotp.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/sendotp.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/sendotptoemail.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/customers/setmpin.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/setmpin.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/skipscreen.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updatecustomerbyid.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updatedlnumber.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updatedob.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updatelocstatus.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updatemobilesendotp.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updatemobileverifyotp.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updateokyctxn.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updateselfieetxn.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/updatevehiclenumber.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/uploaddocuments.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/validatepan.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/verifympin.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/verifyotp.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers/verifyotptoemail.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/customers.d.ts
CHANGED
|
@@ -10,9 +10,11 @@ import { addSuspendedCustomerRequest, addSuspendedCustomerResponse } from "./cus
|
|
|
10
10
|
import { AddUserAppsRequest, AddUserAppsResponse } from "./customers/adduserapps";
|
|
11
11
|
import { bulkSMSRequest, bulkSMSResponse } from "./customers/bulksms";
|
|
12
12
|
import { cBSignupRequest, cBSignupResponse } from "./customers/cb/cbsignup";
|
|
13
|
+
import { getCBTxnStatusRequest, getCBTxnStatusResponse } from "./customers/cb/getcbtxnstatus";
|
|
13
14
|
import { getCreditBuilderRequest, getCreditBuilderResponse } from "./customers/cb/getcreditbuilder";
|
|
14
15
|
import { payNowRequest, payNowResponse } from "./customers/cb/paynow";
|
|
15
16
|
import { saveCreditBuilderRequest, saveCreditBuilderResponse } from "./customers/cb/savecreditbuilder";
|
|
17
|
+
import { updateCBTxnStatusRequest, updateCBTxnStatusResponse } from "./customers/cb/updatecbtxnstatus";
|
|
16
18
|
import { changeMpinRequest, changeMpinResponse } from "./customers/changempin";
|
|
17
19
|
import { createCustomerReferenceRequest, createCustomerReferenceResponse } from "./customers/createcustomerreference";
|
|
18
20
|
import { deleteProfileRequest, deleteProfileResponse } from "./customers/deleteprofile";
|
|
@@ -730,6 +732,24 @@ export declare const customersService: {
|
|
|
730
732
|
readonly responseSerialize: (value: getRpdTransactionStatusResponse) => Buffer;
|
|
731
733
|
readonly responseDeserialize: (value: Buffer) => getRpdTransactionStatusResponse;
|
|
732
734
|
};
|
|
735
|
+
readonly getCbTxnStatus: {
|
|
736
|
+
readonly path: "/service.customers/getCbTxnStatus";
|
|
737
|
+
readonly requestStream: false;
|
|
738
|
+
readonly responseStream: false;
|
|
739
|
+
readonly requestSerialize: (value: getCBTxnStatusRequest) => Buffer;
|
|
740
|
+
readonly requestDeserialize: (value: Buffer) => getCBTxnStatusRequest;
|
|
741
|
+
readonly responseSerialize: (value: getCBTxnStatusResponse) => Buffer;
|
|
742
|
+
readonly responseDeserialize: (value: Buffer) => getCBTxnStatusResponse;
|
|
743
|
+
};
|
|
744
|
+
readonly updateCbTxnStatus: {
|
|
745
|
+
readonly path: "/service.customers/updateCbTxnStatus";
|
|
746
|
+
readonly requestStream: false;
|
|
747
|
+
readonly responseStream: false;
|
|
748
|
+
readonly requestSerialize: (value: updateCBTxnStatusRequest) => Buffer;
|
|
749
|
+
readonly requestDeserialize: (value: Buffer) => updateCBTxnStatusRequest;
|
|
750
|
+
readonly responseSerialize: (value: updateCBTxnStatusResponse) => Buffer;
|
|
751
|
+
readonly responseDeserialize: (value: Buffer) => updateCBTxnStatusResponse;
|
|
752
|
+
};
|
|
733
753
|
};
|
|
734
754
|
export interface customersServer extends UntypedServiceImplementation {
|
|
735
755
|
sendOtp: handleUnaryCall<sendOtpRequest, sendOtpRespone>;
|
|
@@ -805,6 +825,8 @@ export interface customersServer extends UntypedServiceImplementation {
|
|
|
805
825
|
getPdBankList: handleUnaryCall<getPdBankListRequest, getPdBankListResponse>;
|
|
806
826
|
validateBankDetails: handleUnaryCall<validateBankAccountRequest, validateBankAccountResponse>;
|
|
807
827
|
getRpdTransactionStatus: handleUnaryCall<getRpdTransactionStatusRequest, getRpdTransactionStatusResponse>;
|
|
828
|
+
getCbTxnStatus: handleUnaryCall<getCBTxnStatusRequest, getCBTxnStatusResponse>;
|
|
829
|
+
updateCbTxnStatus: handleUnaryCall<updateCBTxnStatusRequest, updateCBTxnStatusResponse>;
|
|
808
830
|
}
|
|
809
831
|
export interface customersClient extends Client {
|
|
810
832
|
sendOtp(request: sendOtpRequest, callback: (error: ServiceError | null, response: sendOtpRespone) => void): ClientUnaryCall;
|
|
@@ -1026,6 +1048,12 @@ export interface customersClient extends Client {
|
|
|
1026
1048
|
getRpdTransactionStatus(request: getRpdTransactionStatusRequest, callback: (error: ServiceError | null, response: getRpdTransactionStatusResponse) => void): ClientUnaryCall;
|
|
1027
1049
|
getRpdTransactionStatus(request: getRpdTransactionStatusRequest, metadata: Metadata, callback: (error: ServiceError | null, response: getRpdTransactionStatusResponse) => void): ClientUnaryCall;
|
|
1028
1050
|
getRpdTransactionStatus(request: getRpdTransactionStatusRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: getRpdTransactionStatusResponse) => void): ClientUnaryCall;
|
|
1051
|
+
getCbTxnStatus(request: getCBTxnStatusRequest, callback: (error: ServiceError | null, response: getCBTxnStatusResponse) => void): ClientUnaryCall;
|
|
1052
|
+
getCbTxnStatus(request: getCBTxnStatusRequest, metadata: Metadata, callback: (error: ServiceError | null, response: getCBTxnStatusResponse) => void): ClientUnaryCall;
|
|
1053
|
+
getCbTxnStatus(request: getCBTxnStatusRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: getCBTxnStatusResponse) => void): ClientUnaryCall;
|
|
1054
|
+
updateCbTxnStatus(request: updateCBTxnStatusRequest, callback: (error: ServiceError | null, response: updateCBTxnStatusResponse) => void): ClientUnaryCall;
|
|
1055
|
+
updateCbTxnStatus(request: updateCBTxnStatusRequest, metadata: Metadata, callback: (error: ServiceError | null, response: updateCBTxnStatusResponse) => void): ClientUnaryCall;
|
|
1056
|
+
updateCbTxnStatus(request: updateCBTxnStatusRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: updateCBTxnStatusResponse) => void): ClientUnaryCall;
|
|
1029
1057
|
}
|
|
1030
1058
|
export declare const customersClient: {
|
|
1031
1059
|
new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): customersClient;
|
package/ts/customers.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: customers.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
8
|
exports.customersClient = exports.customersService = exports.protobufPackage = void 0;
|
|
@@ -19,9 +19,11 @@ const addsuspendedcustomer_1 = require("./customers/addsuspendedcustomer");
|
|
|
19
19
|
const adduserapps_1 = require("./customers/adduserapps");
|
|
20
20
|
const bulksms_1 = require("./customers/bulksms");
|
|
21
21
|
const cbsignup_1 = require("./customers/cb/cbsignup");
|
|
22
|
+
const getcbtxnstatus_1 = require("./customers/cb/getcbtxnstatus");
|
|
22
23
|
const getcreditbuilder_1 = require("./customers/cb/getcreditbuilder");
|
|
23
24
|
const paynow_1 = require("./customers/cb/paynow");
|
|
24
25
|
const savecreditbuilder_1 = require("./customers/cb/savecreditbuilder");
|
|
26
|
+
const updatecbtxnstatus_1 = require("./customers/cb/updatecbtxnstatus");
|
|
25
27
|
const changempin_1 = require("./customers/changempin");
|
|
26
28
|
const createcustomerreference_1 = require("./customers/createcustomerreference");
|
|
27
29
|
const deleteprofile_1 = require("./customers/deleteprofile");
|
|
@@ -738,5 +740,23 @@ exports.customersService = {
|
|
|
738
740
|
responseSerialize: (value) => Buffer.from(getrpdtransactionstatus_1.getRpdTransactionStatusResponse.encode(value).finish()),
|
|
739
741
|
responseDeserialize: (value) => getrpdtransactionstatus_1.getRpdTransactionStatusResponse.decode(value),
|
|
740
742
|
},
|
|
743
|
+
getCbTxnStatus: {
|
|
744
|
+
path: "/service.customers/getCbTxnStatus",
|
|
745
|
+
requestStream: false,
|
|
746
|
+
responseStream: false,
|
|
747
|
+
requestSerialize: (value) => Buffer.from(getcbtxnstatus_1.getCBTxnStatusRequest.encode(value).finish()),
|
|
748
|
+
requestDeserialize: (value) => getcbtxnstatus_1.getCBTxnStatusRequest.decode(value),
|
|
749
|
+
responseSerialize: (value) => Buffer.from(getcbtxnstatus_1.getCBTxnStatusResponse.encode(value).finish()),
|
|
750
|
+
responseDeserialize: (value) => getcbtxnstatus_1.getCBTxnStatusResponse.decode(value),
|
|
751
|
+
},
|
|
752
|
+
updateCbTxnStatus: {
|
|
753
|
+
path: "/service.customers/updateCbTxnStatus",
|
|
754
|
+
requestStream: false,
|
|
755
|
+
responseStream: false,
|
|
756
|
+
requestSerialize: (value) => Buffer.from(updatecbtxnstatus_1.updateCBTxnStatusRequest.encode(value).finish()),
|
|
757
|
+
requestDeserialize: (value) => updatecbtxnstatus_1.updateCBTxnStatusRequest.decode(value),
|
|
758
|
+
responseSerialize: (value) => Buffer.from(updatecbtxnstatus_1.updateCBTxnStatusResponse.encode(value).finish()),
|
|
759
|
+
responseDeserialize: (value) => updatecbtxnstatus_1.updateCBTxnStatusResponse.decode(value),
|
|
760
|
+
},
|
|
741
761
|
};
|
|
742
762
|
exports.customersClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.customersService, "service.customers");
|
package/ts/example.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: example.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: growth/checkplanstatus.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: growth/getattachplandetails.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/growth/getchrplans.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: growth/getchrplans.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -356,7 +356,7 @@ exports.feature = {
|
|
|
356
356
|
},
|
|
357
357
|
};
|
|
358
358
|
function createBaseplandetailsdata() {
|
|
359
|
-
return { header: "", message: "", bureau_logo: "", plans: [],
|
|
359
|
+
return { header: "", message: "", bureau_logo: "", plans: [], products: [], features: [] };
|
|
360
360
|
}
|
|
361
361
|
exports.plandetailsdata = {
|
|
362
362
|
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
@@ -372,7 +372,7 @@ exports.plandetailsdata = {
|
|
|
372
372
|
for (const v of message.plans) {
|
|
373
373
|
exports.plan.encode(v, writer.uint32(34).fork()).ldelim();
|
|
374
374
|
}
|
|
375
|
-
for (const v of message.
|
|
375
|
+
for (const v of message.products) {
|
|
376
376
|
exports.product.encode(v, writer.uint32(42).fork()).ldelim();
|
|
377
377
|
}
|
|
378
378
|
for (const v of message.features) {
|
|
@@ -415,7 +415,7 @@ exports.plandetailsdata = {
|
|
|
415
415
|
if (tag !== 42) {
|
|
416
416
|
break;
|
|
417
417
|
}
|
|
418
|
-
message.
|
|
418
|
+
message.products.push(exports.product.decode(reader, reader.uint32()));
|
|
419
419
|
continue;
|
|
420
420
|
case 6:
|
|
421
421
|
if (tag !== 50) {
|
|
@@ -437,7 +437,7 @@ exports.plandetailsdata = {
|
|
|
437
437
|
message: isSet(object.message) ? globalThis.String(object.message) : "",
|
|
438
438
|
bureau_logo: isSet(object.bureau_logo) ? globalThis.String(object.bureau_logo) : "",
|
|
439
439
|
plans: globalThis.Array.isArray(object?.plans) ? object.plans.map((e) => exports.plan.fromJSON(e)) : [],
|
|
440
|
-
|
|
440
|
+
products: globalThis.Array.isArray(object?.products) ? object.products.map((e) => exports.product.fromJSON(e)) : [],
|
|
441
441
|
features: globalThis.Array.isArray(object?.features) ? object.features.map((e) => exports.feature.fromJSON(e)) : [],
|
|
442
442
|
};
|
|
443
443
|
},
|
|
@@ -455,8 +455,8 @@ exports.plandetailsdata = {
|
|
|
455
455
|
if (message.plans?.length) {
|
|
456
456
|
obj.plans = message.plans.map((e) => exports.plan.toJSON(e));
|
|
457
457
|
}
|
|
458
|
-
if (message.
|
|
459
|
-
obj.
|
|
458
|
+
if (message.products?.length) {
|
|
459
|
+
obj.products = message.products.map((e) => exports.product.toJSON(e));
|
|
460
460
|
}
|
|
461
461
|
if (message.features?.length) {
|
|
462
462
|
obj.features = message.features.map((e) => exports.feature.toJSON(e));
|
|
@@ -472,7 +472,7 @@ exports.plandetailsdata = {
|
|
|
472
472
|
message.message = object.message ?? "";
|
|
473
473
|
message.bureau_logo = object.bureau_logo ?? "";
|
|
474
474
|
message.plans = object.plans?.map((e) => exports.plan.fromPartial(e)) || [];
|
|
475
|
-
message.
|
|
475
|
+
message.products = object.products?.map((e) => exports.product.fromPartial(e)) || [];
|
|
476
476
|
message.features = object.features?.map((e) => exports.feature.fromPartial(e)) || [];
|
|
477
477
|
return message;
|
|
478
478
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: growth/getcredithealthreport.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: growth/initiatepayment.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: growth/processchrpayment.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/growth.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: growth.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
8
|
exports.growthClient = exports.growthService = exports.protobufPackage = void 0;
|
package/ts/loans/amortization.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/amortization.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/loans/approveloan.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/approveloan.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/loans/banklist.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/banklist.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/loans/calculateemi.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/calculateemi.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/loans/creditlimit.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/creditlimit.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
package/ts/loans/fcppayment.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/fcppayment.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/forecloseamount.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
4
|
// protoc-gen-ts_proto v1.181.0
|
|
5
|
-
// protoc v5.28.
|
|
5
|
+
// protoc v5.28.1
|
|
6
6
|
// source: loans/foreclosepayment.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
8
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|