@stashfin/grpc 1.2.52 → 1.2.58
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 +2 -1
- package/ts/customers/addaddress.d.ts +50 -0
- package/ts/customers/addaddress.js +265 -0
- package/ts/customers/addbankaccountdetails.d.ts +37 -0
- package/ts/customers/addbankaccountdetails.js +147 -0
- package/ts/customers/createcustomerreference.d.ts +43 -0
- package/ts/customers/createcustomerreference.js +226 -0
- package/ts/customers/forgotmpin.d.ts +36 -0
- package/ts/{customer/sendotp.js → customers/forgotmpin.js} +46 -46
- package/ts/customers/forgotmpinotp.d.ts +34 -0
- package/ts/customers/forgotmpinotp.js +104 -0
- package/ts/customers/getbankaccountdetails.js +1 -1
- package/ts/customers/getbasicinfo.d.ts +20 -3
- package/ts/customers/getbasicinfo.js +171 -24
- package/ts/customers/getcities.d.ts +47 -0
- package/ts/customers/getcities.js +183 -0
- package/ts/customers/getcustomerbyid.d.ts +5 -0
- package/ts/customers/getcustomerbyid.js +76 -1
- package/ts/customers/getdashboard.d.ts +1 -0
- package/ts/customers/getdashboard.js +49 -34
- package/ts/customers/getdashboardmaincard.js +1 -1
- package/ts/customers/getkycweburl.d.ts +34 -0
- package/ts/customers/getkycweburl.js +104 -0
- package/ts/customers/getprofessionalinfo.d.ts +18 -1
- package/ts/customers/getprofessionalinfo.js +148 -10
- package/ts/customers/getprofile.d.ts +17 -2
- package/ts/customers/getprofile.js +146 -26
- package/ts/customers/getstates.d.ts +46 -0
- package/ts/customers/getstates.js +170 -0
- package/ts/customers/getstep.d.ts +19 -28
- package/ts/customers/getstep.js +159 -173
- package/ts/customers/profilebasic.js +1 -1
- package/ts/customers/profileupdatetnc.js +1 -1
- package/ts/customers/resetmpin.d.ts +36 -0
- package/ts/customers/resetmpin.js +133 -0
- package/ts/customers/savebasicdetails.d.ts +47 -0
- package/ts/customers/savebasicdetails.js +185 -0
- package/ts/customers/saveunlocklimit.d.ts +34 -0
- package/ts/customers/saveunlocklimit.js +104 -0
- package/ts/customers/sendemailtoken.js +1 -1
- package/ts/customers/sendotp.js +1 -1
- package/ts/customers/setmpin.js +1 -1
- package/ts/customers/step1.d.ts +2 -0
- package/ts/customers/step1.js +32 -4
- package/ts/customers/step10.js +1 -1
- package/ts/customers/step2.d.ts +5 -6
- package/ts/customers/step2.js +22 -37
- package/ts/customers/step7.js +1 -1
- package/ts/customers/step8.js +1 -1
- package/ts/customers/step9.js +1 -1
- package/ts/customers/stepstatic.js +1 -1
- package/ts/customers/updatedigilockertxn.d.ts +37 -0
- package/ts/{customer/verifympin.js → customers/updatedigilockertxn.js} +46 -48
- package/ts/customers/updatedob.d.ts +35 -0
- package/ts/{customer/profileupdatetnc.js → customers/updatedob.js} +22 -22
- package/ts/customers/updatehypervergetxn.d.ts +36 -0
- package/ts/{customer/setmpin.js → customers/updatehypervergetxn.js} +30 -30
- package/ts/customers/verifyemail.js +1 -1
- package/ts/customers/verifympin.js +1 -1
- package/ts/customers/verifyotp.d.ts +1 -0
- package/ts/customers/verifyotp.js +16 -2
- package/ts/customers.d.ts +222 -28
- package/ts/customers.js +155 -17
- package/ts/example.js +1 -1
- package/ts/google/protobuf/timestamp.js +1 -1
- package/ts/loans/approveloan.js +1 -1
- package/ts/loans/banklist.d.ts +0 -11
- package/ts/loans/banklist.js +6 -60
- package/ts/loans/calculateemi.d.ts +16 -2
- package/ts/loans/calculateemi.js +115 -19
- package/ts/loans/creditlimit.d.ts +8 -0
- package/ts/loans/creditlimit.js +129 -2
- package/ts/loans/restructureloan.d.ts +36 -0
- package/ts/loans/restructureloan.js +133 -0
- package/ts/loans/transactionlist.d.ts +50 -0
- package/ts/loans/transactionlist.js +229 -0
- package/ts/loans/updateinstallments.js +1 -1
- package/ts/loans/updateloan.js +1 -1
- package/ts/loans.d.ts +28 -0
- package/ts/loans.js +21 -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
- package/ts/customer/getprofile.d.ts +0 -38
- package/ts/customer/getprofile.js +0 -162
- package/ts/customer/getstep.d.ts +0 -78
- package/ts/customer/getstep.js +0 -420
- package/ts/customer/profileupdatetnc.d.ts +0 -35
- package/ts/customer/sendotp.d.ts +0 -36
- package/ts/customer/setmpin.d.ts +0 -36
- package/ts/customer/step1.d.ts +0 -69
- package/ts/customer/step1.js +0 -395
- package/ts/customer/step10.d.ts +0 -73
- package/ts/customer/step10.js +0 -459
- package/ts/customer/step2.d.ts +0 -68
- package/ts/customer/step2.js +0 -381
- package/ts/customer/step7.d.ts +0 -68
- package/ts/customer/step7.js +0 -381
- package/ts/customer/step8.d.ts +0 -69
- package/ts/customer/step8.js +0 -395
- package/ts/customer/step9.d.ts +0 -75
- package/ts/customer/step9.js +0 -489
- package/ts/customer/stepstatic.d.ts +0 -66
- package/ts/customer/stepstatic.js +0 -352
- package/ts/customer/verifympin.d.ts +0 -37
- package/ts/customer/verifyotp.d.ts +0 -39
- package/ts/customer/verifyotp.js +0 -177
- package/ts/customer.d.ts +0 -262
- package/ts/customer.js +0 -190
- package/ts/google/protobuf/any.d.ts +0 -138
- package/ts/google/protobuf/any.js +0 -108
- package/ts/payments/checkpaymentstatus.d.ts +0 -51
- package/ts/payments/checkpaymentstatus.js +0 -259
- package/ts/payments/createorder.d.ts +0 -39
- package/ts/payments/createorder.js +0 -191
- package/ts/payments/getpaymentdetails.d.ts +0 -58
- package/ts/payments/getpaymentdetails.js +0 -367
- package/ts/payments/getpaymentoptions.d.ts +0 -50
- package/ts/payments/getpaymentoptions.js +0 -231
- package/ts/payments/initiatepayment.d.ts +0 -54
- package/ts/payments/initiatepayment.js +0 -299
- package/ts/payments.d.ts +0 -70
- package/ts/payments.js +0 -54
package/ts/payments.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
|
-
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v1.180.0
|
|
5
|
-
// protoc v3.20.3
|
|
6
|
-
// source: payments.proto
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.paymentsClient = exports.paymentsService = exports.protobufPackage = void 0;
|
|
9
|
-
/* eslint-disable */
|
|
10
|
-
const grpc_js_1 = require("@grpc/grpc-js");
|
|
11
|
-
const checkpaymentstatus_1 = require("./payments/checkpaymentstatus");
|
|
12
|
-
const getpaymentdetails_1 = require("./payments/getpaymentdetails");
|
|
13
|
-
const getpaymentoptions_1 = require("./payments/getpaymentoptions");
|
|
14
|
-
const initiatepayment_1 = require("./payments/initiatepayment");
|
|
15
|
-
exports.protobufPackage = "service";
|
|
16
|
-
exports.paymentsService = {
|
|
17
|
-
getpaymentoptions: {
|
|
18
|
-
path: "/service.payments/getpaymentoptions",
|
|
19
|
-
requestStream: false,
|
|
20
|
-
responseStream: false,
|
|
21
|
-
requestSerialize: (value) => Buffer.from(getpaymentoptions_1.request.encode(value).finish()),
|
|
22
|
-
requestDeserialize: (value) => getpaymentoptions_1.request.decode(value),
|
|
23
|
-
responseSerialize: (value) => Buffer.from(getpaymentoptions_1.response.encode(value).finish()),
|
|
24
|
-
responseDeserialize: (value) => getpaymentoptions_1.response.decode(value),
|
|
25
|
-
},
|
|
26
|
-
initiatepayment: {
|
|
27
|
-
path: "/service.payments/initiatepayment",
|
|
28
|
-
requestStream: false,
|
|
29
|
-
responseStream: false,
|
|
30
|
-
requestSerialize: (value) => Buffer.from(initiatepayment_1.request.encode(value).finish()),
|
|
31
|
-
requestDeserialize: (value) => initiatepayment_1.request.decode(value),
|
|
32
|
-
responseSerialize: (value) => Buffer.from(initiatepayment_1.response.encode(value).finish()),
|
|
33
|
-
responseDeserialize: (value) => initiatepayment_1.response.decode(value),
|
|
34
|
-
},
|
|
35
|
-
checkpaymentstatus: {
|
|
36
|
-
path: "/service.payments/checkpaymentstatus",
|
|
37
|
-
requestStream: false,
|
|
38
|
-
responseStream: false,
|
|
39
|
-
requestSerialize: (value) => Buffer.from(checkpaymentstatus_1.request.encode(value).finish()),
|
|
40
|
-
requestDeserialize: (value) => checkpaymentstatus_1.request.decode(value),
|
|
41
|
-
responseSerialize: (value) => Buffer.from(checkpaymentstatus_1.response.encode(value).finish()),
|
|
42
|
-
responseDeserialize: (value) => checkpaymentstatus_1.response.decode(value),
|
|
43
|
-
},
|
|
44
|
-
getpaymentdetails: {
|
|
45
|
-
path: "/service.payments/getpaymentdetails",
|
|
46
|
-
requestStream: false,
|
|
47
|
-
responseStream: false,
|
|
48
|
-
requestSerialize: (value) => Buffer.from(getpaymentdetails_1.request.encode(value).finish()),
|
|
49
|
-
requestDeserialize: (value) => getpaymentdetails_1.request.decode(value),
|
|
50
|
-
responseSerialize: (value) => Buffer.from(getpaymentdetails_1.response.encode(value).finish()),
|
|
51
|
-
responseDeserialize: (value) => getpaymentdetails_1.response.decode(value),
|
|
52
|
-
},
|
|
53
|
-
};
|
|
54
|
-
exports.paymentsClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.paymentsService, "service.payments");
|