@stashfin/grpc 1.2.83 → 1.2.85

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 (79) hide show
  1. package/package.json +2 -1
  2. package/ts/bureau/getbureau.d.ts +157 -0
  3. package/ts/bureau/getbureau.js +1386 -0
  4. package/ts/bureau.d.ts +28 -0
  5. package/ts/bureau.js +24 -0
  6. package/ts/customers/aa/getbanklist.js +1 -1
  7. package/ts/customers/aa/initiate.d.ts +0 -3
  8. package/ts/customers/aa/initiate.js +5 -47
  9. package/ts/customers/addaddress.js +1 -1
  10. package/ts/customers/addbankaccountdetails.js +1 -1
  11. package/ts/customers/addsuspendedcustomer.js +1 -1
  12. package/ts/customers/adduserapps.js +1 -1
  13. package/ts/customers/createcustomerreference.js +1 -1
  14. package/ts/customers/deleteprofile.js +1 -1
  15. package/ts/customers/fetchrcprofile.d.ts +43 -0
  16. package/ts/customers/fetchrcprofile.js +241 -0
  17. package/ts/customers/forgotmpin.js +1 -1
  18. package/ts/customers/forgotmpinotp.js +1 -1
  19. package/ts/customers/getbankaccountdetails.js +1 -1
  20. package/ts/customers/getbasicinfo.js +1 -1
  21. package/ts/customers/getcities.js +1 -1
  22. package/ts/customers/getcustomerbyid.js +1 -1
  23. package/ts/customers/getdashboard.js +1 -1
  24. package/ts/customers/getdashboardmaincard.js +1 -1
  25. package/ts/customers/getdocuments.js +1 -1
  26. package/ts/customers/getkycweburl.js +1 -1
  27. package/ts/customers/getprofessionalinfo.js +1 -1
  28. package/ts/customers/getprofile.js +1 -1
  29. package/ts/customers/getstates.js +1 -1
  30. package/ts/customers/getstep.js +1 -1
  31. package/ts/customers/profilebasic.js +1 -1
  32. package/ts/customers/profileupdatetnc.js +1 -1
  33. package/ts/customers/resetmpin.js +1 -1
  34. package/ts/customers/savebasicdetails.js +1 -1
  35. package/ts/customers/saveunlocklimit.js +1 -1
  36. package/ts/customers/sendemailtoken.js +1 -1
  37. package/ts/customers/sendotp.js +1 -1
  38. package/ts/customers/setmpin.js +1 -1
  39. package/ts/customers/step10.js +1 -1
  40. package/ts/customers/step7.js +1 -1
  41. package/ts/customers/step8.js +1 -1
  42. package/ts/customers/step9.js +1 -1
  43. package/ts/customers/stepstatic.js +1 -1
  44. package/ts/customers/updatedigilockertxn.js +1 -1
  45. package/ts/customers/updatedob.js +1 -1
  46. package/ts/customers/updatehypervergetxn.js +1 -1
  47. package/ts/customers/updatelocstatus.js +1 -1
  48. package/ts/customers/validatepan.js +1 -1
  49. package/ts/customers/verifyemail.js +1 -1
  50. package/ts/customers/verifympin.js +1 -1
  51. package/ts/customers/verifyotp.js +1 -1
  52. package/ts/customers.d.ts +14 -0
  53. package/ts/customers.js +11 -1
  54. package/ts/example.js +1 -1
  55. package/ts/google/protobuf/timestamp.d.ts +1 -1
  56. package/ts/google/protobuf/timestamp.js +1 -1
  57. package/ts/loans/approveloan.js +1 -1
  58. package/ts/loans/banklist.js +1 -1
  59. package/ts/loans/calculateemi.js +1 -1
  60. package/ts/loans/creditlimit.js +1 -1
  61. package/ts/loans/getcustomerloanstatus.js +1 -1
  62. package/ts/loans/loansummary.d.ts +4 -2
  63. package/ts/loans/loansummary.js +55 -17
  64. package/ts/loans/paymentallocation.d.ts +1 -1
  65. package/ts/loans/paymentallocation.js +10 -10
  66. package/ts/loans/restructureloan.js +1 -1
  67. package/ts/loans/sendemail.js +1 -1
  68. package/ts/loans/sendnocemail.js +1 -1
  69. package/ts/loans/transactionlist.js +1 -1
  70. package/ts/loans/updateinstallments.js +1 -1
  71. package/ts/loans/updateloan.js +1 -1
  72. package/ts/loans.js +1 -1
  73. package/ts/payments.js +1 -1
  74. package/ts/stashcash/creditsc.js +1 -1
  75. package/ts/stashcash/debitsc.js +1 -1
  76. package/ts/stashcash/getscbalance.js +1 -1
  77. package/ts/stashcash/getschistory.js +1 -1
  78. package/ts/stashcash/reversesc.js +1 -1
  79. 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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans/paymentallocation.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -79,12 +79,12 @@ exports.paymentAllocationRequest = {
79
79
  },
80
80
  };
81
81
  function createBasepaymentAllocationResponse() {
82
- return { id: 0 };
82
+ return { message: "" };
83
83
  }
84
84
  exports.paymentAllocationResponse = {
85
85
  encode(message, writer = minimal_1.default.Writer.create()) {
86
- if (message.id !== 0) {
87
- writer.uint32(8).int32(message.id);
86
+ if (message.message !== "") {
87
+ writer.uint32(10).string(message.message);
88
88
  }
89
89
  return writer;
90
90
  },
@@ -96,10 +96,10 @@ exports.paymentAllocationResponse = {
96
96
  const tag = reader.uint32();
97
97
  switch (tag >>> 3) {
98
98
  case 1:
99
- if (tag !== 8) {
99
+ if (tag !== 10) {
100
100
  break;
101
101
  }
102
- message.id = reader.int32();
102
+ message.message = reader.string();
103
103
  continue;
104
104
  }
105
105
  if ((tag & 7) === 4 || tag === 0) {
@@ -110,12 +110,12 @@ exports.paymentAllocationResponse = {
110
110
  return message;
111
111
  },
112
112
  fromJSON(object) {
113
- return { id: isSet(object.id) ? globalThis.Number(object.id) : 0 };
113
+ return { message: isSet(object.message) ? globalThis.String(object.message) : "" };
114
114
  },
115
115
  toJSON(message) {
116
116
  const obj = {};
117
- if (message.id !== 0) {
118
- obj.id = Math.round(message.id);
117
+ if (message.message !== "") {
118
+ obj.message = message.message;
119
119
  }
120
120
  return obj;
121
121
  },
@@ -124,7 +124,7 @@ exports.paymentAllocationResponse = {
124
124
  },
125
125
  fromPartial(object) {
126
126
  const message = createBasepaymentAllocationResponse();
127
- message.id = object.id ?? 0;
127
+ message.message = object.message ?? "";
128
128
  return message;
129
129
  },
130
130
  };
@@ -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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans/restructureloan.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans/sendemail.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans/sendnocemail.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans/transactionlist.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans/updateinstallments.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans/updateloan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/loans.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: loans.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.loansClient = exports.loansService = exports.protobufPackage = void 0;
package/ts/payments.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: payments.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: stashcash/creditsc.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: stashcash/debitsc.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: stashcash/getscbalance.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: stashcash/getschistory.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: stashcash/reversesc.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  return (mod && mod.__esModule) ? mod : { "default": mod };
package/ts/stashcash.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 v3.20.3
5
+ // protoc v5.27.3
6
6
  // source: stashcash.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.stashcashClient = exports.stashcashService = exports.protobufPackage = void 0;