@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/grpc",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "Grpc proto manger",
5
5
  "scripts": {
6
6
  "prebuild": "rimraf src/ts && mkdirp src/ts && mkdirp dist",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/addaddress.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/addbankaccountdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/createcustomerreference.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/deleteprofile.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/forgotmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/forgotmpinotp.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getbankaccountdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getbasicinfo.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getcities.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -25,7 +25,6 @@ export interface getCustomerByIdResponse {
25
25
  roi: number;
26
26
  processing_rate: number;
27
27
  emi_date: string;
28
- loc_disabled: boolean;
29
28
  }
30
29
  export declare const getCustomerByIdRequest: {
31
30
  encode(message: getCustomerByIdRequest, writer?: _m0.Writer): _m0.Writer;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getcustomerbyid.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -85,7 +85,6 @@ function createBasegetCustomerByIdResponse() {
85
85
  roi: 0,
86
86
  processing_rate: 0,
87
87
  emi_date: "",
88
- loc_disabled: false,
89
88
  };
90
89
  }
91
90
  exports.getCustomerByIdResponse = {
@@ -153,9 +152,6 @@ exports.getCustomerByIdResponse = {
153
152
  if (message.emi_date !== "") {
154
153
  writer.uint32(170).string(message.emi_date);
155
154
  }
156
- if (message.loc_disabled !== false) {
157
- writer.uint32(176).bool(message.loc_disabled);
158
- }
159
155
  return writer;
160
156
  },
161
157
  decode(input, length) {
@@ -291,12 +287,6 @@ exports.getCustomerByIdResponse = {
291
287
  }
292
288
  message.emi_date = reader.string();
293
289
  continue;
294
- case 22:
295
- if (tag !== 176) {
296
- break;
297
- }
298
- message.loc_disabled = reader.bool();
299
- continue;
300
290
  }
301
291
  if ((tag & 7) === 4 || tag === 0) {
302
292
  break;
@@ -328,7 +318,6 @@ exports.getCustomerByIdResponse = {
328
318
  roi: isSet(object.roi) ? globalThis.Number(object.roi) : 0,
329
319
  processing_rate: isSet(object.processing_rate) ? globalThis.Number(object.processing_rate) : 0,
330
320
  emi_date: isSet(object.emi_date) ? globalThis.String(object.emi_date) : "",
331
- loc_disabled: isSet(object.loc_disabled) ? globalThis.Boolean(object.loc_disabled) : false,
332
321
  };
333
322
  },
334
323
  toJSON(message) {
@@ -396,9 +385,6 @@ exports.getCustomerByIdResponse = {
396
385
  if (message.emi_date !== "") {
397
386
  obj.emi_date = message.emi_date;
398
387
  }
399
- if (message.loc_disabled !== false) {
400
- obj.loc_disabled = message.loc_disabled;
401
- }
402
388
  return obj;
403
389
  },
404
390
  create(base) {
@@ -427,7 +413,6 @@ exports.getCustomerByIdResponse = {
427
413
  message.roi = object.roi ?? 0;
428
414
  message.processing_rate = object.processing_rate ?? 0;
429
415
  message.emi_date = object.emi_date ?? "";
430
- message.loc_disabled = object.loc_disabled ?? false;
431
416
  return message;
432
417
  },
433
418
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getdashboard.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getdashboardmaincard.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getkycweburl.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getprofessionalinfo.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -9,7 +9,6 @@ export interface getCustomerProfileResponse {
9
9
  profile_image: string;
10
10
  email: string;
11
11
  profile_completion_status: number;
12
- action_type: string;
13
12
  details: ProfileDetail[];
14
13
  }
15
14
  export interface ProfileDetail {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getprofile.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -57,7 +57,6 @@ function createBasegetCustomerProfileResponse() {
57
57
  profile_image: "",
58
58
  email: "",
59
59
  profile_completion_status: 0,
60
- action_type: "",
61
60
  details: [],
62
61
  };
63
62
  }
@@ -81,11 +80,8 @@ exports.getCustomerProfileResponse = {
81
80
  if (message.profile_completion_status !== 0) {
82
81
  writer.uint32(48).int32(message.profile_completion_status);
83
82
  }
84
- if (message.action_type !== "") {
85
- writer.uint32(58).string(message.action_type);
86
- }
87
83
  for (const v of message.details) {
88
- exports.ProfileDetail.encode(v, writer.uint32(66).fork()).ldelim();
84
+ exports.ProfileDetail.encode(v, writer.uint32(58).fork()).ldelim();
89
85
  }
90
86
  return writer;
91
87
  },
@@ -136,12 +132,6 @@ exports.getCustomerProfileResponse = {
136
132
  if (tag !== 58) {
137
133
  break;
138
134
  }
139
- message.action_type = reader.string();
140
- continue;
141
- case 8:
142
- if (tag !== 66) {
143
- break;
144
- }
145
135
  message.details.push(exports.ProfileDetail.decode(reader, reader.uint32()));
146
136
  continue;
147
137
  }
@@ -162,7 +152,6 @@ exports.getCustomerProfileResponse = {
162
152
  profile_completion_status: isSet(object.profile_completion_status)
163
153
  ? globalThis.Number(object.profile_completion_status)
164
154
  : 0,
165
- action_type: isSet(object.action_type) ? globalThis.String(object.action_type) : "",
166
155
  details: globalThis.Array.isArray(object?.details)
167
156
  ? object.details.map((e) => exports.ProfileDetail.fromJSON(e))
168
157
  : [],
@@ -188,9 +177,6 @@ exports.getCustomerProfileResponse = {
188
177
  if (message.profile_completion_status !== 0) {
189
178
  obj.profile_completion_status = Math.round(message.profile_completion_status);
190
179
  }
191
- if (message.action_type !== "") {
192
- obj.action_type = message.action_type;
193
- }
194
180
  if (message.details?.length) {
195
181
  obj.details = message.details.map((e) => exports.ProfileDetail.toJSON(e));
196
182
  }
@@ -207,7 +193,6 @@ exports.getCustomerProfileResponse = {
207
193
  message.profile_image = object.profile_image ?? "";
208
194
  message.email = object.email ?? "";
209
195
  message.profile_completion_status = object.profile_completion_status ?? 0;
210
- message.action_type = object.action_type ?? "";
211
196
  message.details = object.details?.map((e) => exports.ProfileDetail.fromPartial(e)) || [];
212
197
  return message;
213
198
  },
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getstates.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/getstep.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/profilebasic.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/profileupdatetnc.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/resetmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/savebasicdetails.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/saveunlocklimit.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/sendemailtoken.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/sendotp.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/setmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/step10.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/step7.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/step8.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/step9.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/stepstatic.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/updatedigilockertxn.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/updatedob.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/updatehypervergetxn.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/validatepan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/verifyemail.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/verifympin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v1.181.0
4
+ // protoc-gen-ts_proto v1.180.0
5
5
  // protoc v3.20.3
6
6
  // source: customers/verifyotp.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
package/ts/customers.d.ts CHANGED
@@ -1,8 +1,6 @@
1
1
  import { type CallOptions, ChannelCredentials, Client, type ClientOptions, type ClientUnaryCall, type handleUnaryCall, Metadata, type ServiceError, type UntypedServiceImplementation } from "@grpc/grpc-js";
2
- import { getBankListRequest, getBankListResponse } from "./customers/aa/getbanklist";
3
2
  import { addAddressRequest, addAddressResponse } from "./customers/addaddress";
4
3
  import { addBankAccountDetailsRequest, addBankAccountDetailsResponse } from "./customers/addbankaccountdetails";
5
- import { addSuspendedCustomerRequest, addSuspendedCustomerResponse } from "./customers/addsuspendedcustomer";
6
4
  import { createCustomerReferenceRequest, createCustomerReferenceResponse } from "./customers/createcustomerreference";
7
5
  import { deleteProfileRequest, deleteProfileResponse } from "./customers/deleteprofile";
8
6
  import { forgotMpinRequest, forgotMpinResponse } from "./customers/forgotmpin";
@@ -34,7 +32,6 @@ import { stepstaticRequest, stepstaticResponse } from "./customers/stepstatic";
34
32
  import { updateDigiLockerTxnRequest, updateDigiLockerTxnResponse } from "./customers/updatedigilockertxn";
35
33
  import { updateDOBRequest, updateDOBResponse } from "./customers/updatedob";
36
34
  import { updateHypervergeTxnRequest, updateHypervergeTxnResponse } from "./customers/updatehypervergetxn";
37
- import { locDisabledRequest, locDisabledResponse } from "./customers/updatelocdisabled";
38
35
  import { validatePanRequest, validatePanResponse } from "./customers/validatepan";
39
36
  import { verifyEmailRequest, verifyEmailResponse } from "./customers/verifyemail";
40
37
  import { verifyMpinRequest, verifyMpinResponse } from "./customers/verifympin";
@@ -429,33 +426,6 @@ export declare const customersService: {
429
426
  readonly responseSerialize: (value: deleteProfileResponse) => Buffer;
430
427
  readonly responseDeserialize: (value: Buffer) => deleteProfileResponse;
431
428
  };
432
- readonly getBankList: {
433
- readonly path: "/service.customers/getBankList";
434
- readonly requestStream: false;
435
- readonly responseStream: false;
436
- readonly requestSerialize: (value: getBankListRequest) => Buffer;
437
- readonly requestDeserialize: (value: Buffer) => getBankListRequest;
438
- readonly responseSerialize: (value: getBankListResponse) => Buffer;
439
- readonly responseDeserialize: (value: Buffer) => getBankListResponse;
440
- };
441
- readonly addSuspendedCustomer: {
442
- readonly path: "/service.customers/addSuspendedCustomer";
443
- readonly requestStream: false;
444
- readonly responseStream: false;
445
- readonly requestSerialize: (value: addSuspendedCustomerRequest) => Buffer;
446
- readonly requestDeserialize: (value: Buffer) => addSuspendedCustomerRequest;
447
- readonly responseSerialize: (value: addSuspendedCustomerResponse) => Buffer;
448
- readonly responseDeserialize: (value: Buffer) => addSuspendedCustomerResponse;
449
- };
450
- readonly updatelocdisabled: {
451
- readonly path: "/service.customers/updatelocdisabled";
452
- readonly requestStream: false;
453
- readonly responseStream: false;
454
- readonly requestSerialize: (value: locDisabledRequest) => Buffer;
455
- readonly requestDeserialize: (value: Buffer) => locDisabledRequest;
456
- readonly responseSerialize: (value: locDisabledResponse) => Buffer;
457
- readonly responseDeserialize: (value: Buffer) => locDisabledResponse;
458
- };
459
429
  };
460
430
  export interface customersServer extends UntypedServiceImplementation {
461
431
  sendOtp: handleUnaryCall<sendOtpRequest, sendOtpRespone>;
@@ -501,9 +471,6 @@ export interface customersServer extends UntypedServiceImplementation {
501
471
  updateDob: handleUnaryCall<updateDOBRequest, updateDOBResponse>;
502
472
  validatePan: handleUnaryCall<validatePanRequest, validatePanResponse>;
503
473
  deleteProfile: handleUnaryCall<deleteProfileRequest, deleteProfileResponse>;
504
- getBankList: handleUnaryCall<getBankListRequest, getBankListResponse>;
505
- addSuspendedCustomer: handleUnaryCall<addSuspendedCustomerRequest, addSuspendedCustomerResponse>;
506
- updatelocdisabled: handleUnaryCall<locDisabledRequest, locDisabledResponse>;
507
474
  }
508
475
  export interface customersClient extends Client {
509
476
  sendOtp(request: sendOtpRequest, callback: (error: ServiceError | null, response: sendOtpRespone) => void): ClientUnaryCall;
@@ -635,15 +602,6 @@ export interface customersClient extends Client {
635
602
  deleteProfile(request: deleteProfileRequest, callback: (error: ServiceError | null, response: deleteProfileResponse) => void): ClientUnaryCall;
636
603
  deleteProfile(request: deleteProfileRequest, metadata: Metadata, callback: (error: ServiceError | null, response: deleteProfileResponse) => void): ClientUnaryCall;
637
604
  deleteProfile(request: deleteProfileRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: deleteProfileResponse) => void): ClientUnaryCall;
638
- getBankList(request: getBankListRequest, callback: (error: ServiceError | null, response: getBankListResponse) => void): ClientUnaryCall;
639
- getBankList(request: getBankListRequest, metadata: Metadata, callback: (error: ServiceError | null, response: getBankListResponse) => void): ClientUnaryCall;
640
- getBankList(request: getBankListRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: getBankListResponse) => void): ClientUnaryCall;
641
- addSuspendedCustomer(request: addSuspendedCustomerRequest, callback: (error: ServiceError | null, response: addSuspendedCustomerResponse) => void): ClientUnaryCall;
642
- addSuspendedCustomer(request: addSuspendedCustomerRequest, metadata: Metadata, callback: (error: ServiceError | null, response: addSuspendedCustomerResponse) => void): ClientUnaryCall;
643
- addSuspendedCustomer(request: addSuspendedCustomerRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: addSuspendedCustomerResponse) => void): ClientUnaryCall;
644
- updatelocdisabled(request: locDisabledRequest, callback: (error: ServiceError | null, response: locDisabledResponse) => void): ClientUnaryCall;
645
- updatelocdisabled(request: locDisabledRequest, metadata: Metadata, callback: (error: ServiceError | null, response: locDisabledResponse) => void): ClientUnaryCall;
646
- updatelocdisabled(request: locDisabledRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: locDisabledResponse) => void): ClientUnaryCall;
647
605
  }
648
606
  export declare const customersClient: {
649
607
  new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): customersClient;