@stashfin/grpc 1.2.66 → 1.2.67

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 (84) hide show
  1. package/package.json +1 -1
  2. package/ts/customers/addaddress.js +1 -1
  3. package/ts/customers/addbankaccountdetails.js +1 -1
  4. package/ts/customers/createcustomerreference.js +1 -1
  5. package/ts/customers/deleteprofile.js +1 -1
  6. package/ts/customers/forgotmpin.js +1 -1
  7. package/ts/customers/forgotmpinotp.js +1 -1
  8. package/ts/customers/getbankaccountdetails.js +1 -1
  9. package/ts/customers/getbasicinfo.js +1 -1
  10. package/ts/customers/getcities.js +1 -1
  11. package/ts/customers/getcustomerbyid.d.ts +0 -1
  12. package/ts/customers/getcustomerbyid.js +1 -16
  13. package/ts/customers/getdashboard.js +1 -1
  14. package/ts/customers/getdashboardmaincard.js +1 -1
  15. package/ts/customers/getkycweburl.js +1 -1
  16. package/ts/customers/getprofessionalinfo.js +1 -1
  17. package/ts/customers/getprofile.d.ts +0 -1
  18. package/ts/customers/getprofile.js +2 -17
  19. package/ts/customers/getstates.js +1 -1
  20. package/ts/customers/getstep.js +1 -1
  21. package/ts/customers/profilebasic.js +1 -1
  22. package/ts/customers/profileupdatetnc.js +1 -1
  23. package/ts/customers/resetmpin.js +1 -1
  24. package/ts/customers/savebasicdetails.js +1 -1
  25. package/ts/customers/saveunlocklimit.js +1 -1
  26. package/ts/customers/sendemailtoken.js +1 -1
  27. package/ts/customers/sendotp.js +1 -1
  28. package/ts/customers/setmpin.js +1 -1
  29. package/ts/customers/step10.js +1 -1
  30. package/ts/customers/step7.js +1 -1
  31. package/ts/customers/step8.js +1 -1
  32. package/ts/customers/step9.js +1 -1
  33. package/ts/customers/stepstatic.js +1 -1
  34. package/ts/customers/updatedigilockertxn.js +1 -1
  35. package/ts/customers/updatedob.js +1 -1
  36. package/ts/customers/updatehypervergetxn.js +1 -1
  37. package/ts/customers/validatepan.js +1 -1
  38. package/ts/customers/verifyemail.js +1 -1
  39. package/ts/customers/verifympin.js +1 -1
  40. package/ts/customers/verifyotp.js +1 -1
  41. package/ts/customers.d.ts +0 -42
  42. package/ts/customers.js +1 -31
  43. package/ts/example.js +1 -1
  44. package/ts/google/protobuf/timestamp.js +1 -1
  45. package/ts/loans/approveloan.js +1 -1
  46. package/ts/loans/banklist.js +1 -1
  47. package/ts/loans/calculateemi.js +1 -1
  48. package/ts/loans/creditlimit.js +1 -1
  49. package/ts/loans/loansummary.js +1 -1
  50. package/ts/loans/paymentallocation.js +1 -1
  51. package/ts/loans/restructureloan.js +1 -1
  52. package/ts/loans/transactionlist.js +1 -1
  53. package/ts/loans/updateinstallments.js +1 -1
  54. package/ts/loans/updateloan.js +1 -1
  55. package/ts/loans.d.ts +0 -14
  56. package/ts/loans.js +1 -11
  57. package/ts/payments/checkpaymentstatus.d.ts +51 -0
  58. package/ts/payments/checkpaymentstatus.js +259 -0
  59. package/ts/payments/getpaymentoptions.d.ts +50 -0
  60. package/ts/payments/getpaymentoptions.js +233 -0
  61. package/ts/payments/initiatepayment.d.ts +52 -0
  62. package/ts/payments/initiatepayment.js +271 -0
  63. package/ts/payments.d.ts +31 -214
  64. package/ts/payments.js +22 -1095
  65. package/ts/stashcash/creditsc.js +1 -1
  66. package/ts/stashcash/debitsc.js +1 -1
  67. package/ts/stashcash/getscbalance.js +1 -1
  68. package/ts/stashcash/getschistory.js +1 -1
  69. package/ts/stashcash/reversesc.js +1 -1
  70. package/ts/stashcash.js +1 -1
  71. package/ts/customers/aa/getbanklist.d.ts +0 -48
  72. package/ts/customers/aa/getbanklist.js +0 -198
  73. package/ts/customers/addsuspendedcustomer.d.ts +0 -36
  74. package/ts/customers/addsuspendedcustomer.js +0 -133
  75. package/ts/customers/getbanklist.d.ts +0 -48
  76. package/ts/customers/getbanklist.js +0 -198
  77. package/ts/customers/step1.d.ts +0 -71
  78. package/ts/customers/step1.js +0 -423
  79. package/ts/customers/step2.d.ts +0 -67
  80. package/ts/customers/step2.js +0 -366
  81. package/ts/customers/updatelocdisabled.d.ts +0 -35
  82. package/ts/customers/updatelocdisabled.js +0 -117
  83. package/ts/loans/getcustomerloanstatus.d.ts +0 -34
  84. package/ts/loans/getcustomerloanstatus.js +0 -104
@@ -1,104 +0,0 @@
1
- "use strict";
2
- // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
- // versions:
4
- // protoc-gen-ts_proto v1.181.0
5
- // protoc v3.20.3
6
- // source: loans/getcustomerloanstatus.proto
7
- var __importDefault = (this && this.__importDefault) || function (mod) {
8
- return (mod && mod.__esModule) ? mod : { "default": mod };
9
- };
10
- Object.defineProperty(exports, "__esModule", { value: true });
11
- exports.getCustomerLoanStatusResponse = exports.getCustomerLoanStatusRequest = exports.protobufPackage = void 0;
12
- /* eslint-disable */
13
- const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
- exports.protobufPackage = "loans.getcustomerloanstatus";
15
- function createBasegetCustomerLoanStatusRequest() {
16
- return {};
17
- }
18
- exports.getCustomerLoanStatusRequest = {
19
- encode(_, writer = minimal_1.default.Writer.create()) {
20
- return writer;
21
- },
22
- decode(input, length) {
23
- const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
24
- let end = length === undefined ? reader.len : reader.pos + length;
25
- const message = createBasegetCustomerLoanStatusRequest();
26
- while (reader.pos < end) {
27
- const tag = reader.uint32();
28
- switch (tag >>> 3) {
29
- }
30
- if ((tag & 7) === 4 || tag === 0) {
31
- break;
32
- }
33
- reader.skipType(tag & 7);
34
- }
35
- return message;
36
- },
37
- fromJSON(_) {
38
- return {};
39
- },
40
- toJSON(_) {
41
- const obj = {};
42
- return obj;
43
- },
44
- create(base) {
45
- return exports.getCustomerLoanStatusRequest.fromPartial(base ?? {});
46
- },
47
- fromPartial(_) {
48
- const message = createBasegetCustomerLoanStatusRequest();
49
- return message;
50
- },
51
- };
52
- function createBasegetCustomerLoanStatusResponse() {
53
- return { is_loc: false };
54
- }
55
- exports.getCustomerLoanStatusResponse = {
56
- encode(message, writer = minimal_1.default.Writer.create()) {
57
- if (message.is_loc !== false) {
58
- writer.uint32(8).bool(message.is_loc);
59
- }
60
- return writer;
61
- },
62
- decode(input, length) {
63
- const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
64
- let end = length === undefined ? reader.len : reader.pos + length;
65
- const message = createBasegetCustomerLoanStatusResponse();
66
- while (reader.pos < end) {
67
- const tag = reader.uint32();
68
- switch (tag >>> 3) {
69
- case 1:
70
- if (tag !== 8) {
71
- break;
72
- }
73
- message.is_loc = reader.bool();
74
- continue;
75
- }
76
- if ((tag & 7) === 4 || tag === 0) {
77
- break;
78
- }
79
- reader.skipType(tag & 7);
80
- }
81
- return message;
82
- },
83
- fromJSON(object) {
84
- return { is_loc: isSet(object.is_loc) ? globalThis.Boolean(object.is_loc) : false };
85
- },
86
- toJSON(message) {
87
- const obj = {};
88
- if (message.is_loc !== false) {
89
- obj.is_loc = message.is_loc;
90
- }
91
- return obj;
92
- },
93
- create(base) {
94
- return exports.getCustomerLoanStatusResponse.fromPartial(base ?? {});
95
- },
96
- fromPartial(object) {
97
- const message = createBasegetCustomerLoanStatusResponse();
98
- message.is_loc = object.is_loc ?? false;
99
- return message;
100
- },
101
- };
102
- function isSet(value) {
103
- return value !== null && value !== undefined;
104
- }