@stashfin/grpc 1.2.126 → 1.2.127

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 (108) hide show
  1. package/package.json +1 -1
  2. package/ts/bureau/getbasicdetails.js +1 -1
  3. package/ts/bureau/getdemogs.js +1 -1
  4. package/ts/bureau/getreport.js +1 -1
  5. package/ts/bureau.js +1 -1
  6. package/ts/colender/disburseLoan.js +1 -1
  7. package/ts/colender/forecloseLoan.js +1 -1
  8. package/ts/colender/repayLoan.js +1 -1
  9. package/ts/colender.js +1 -1
  10. package/ts/customers/aa/getbanklist.js +1 -1
  11. package/ts/customers/aa/initiate.js +1 -1
  12. package/ts/customers/addaddress.js +1 -1
  13. package/ts/customers/addbankaccountdetails.js +1 -1
  14. package/ts/customers/addgstnumber.js +1 -1
  15. package/ts/customers/addsuspendedcustomer.js +1 -1
  16. package/ts/customers/adduserapps.js +1 -1
  17. package/ts/customers/changempin.js +1 -1
  18. package/ts/customers/createcustomerreference.js +1 -1
  19. package/ts/customers/deleteprofile.js +1 -1
  20. package/ts/customers/disablempin.js +1 -1
  21. package/ts/customers/fetchrcprofile.js +1 -1
  22. package/ts/customers/forgotmpin.js +1 -1
  23. package/ts/customers/forgotmpinotp.d.ts +34 -0
  24. package/ts/customers/forgotmpinotp.js +104 -0
  25. package/ts/customers/forgotmpinverify.js +1 -1
  26. package/ts/customers/getbankaccountdetails.js +1 -1
  27. package/ts/customers/getbasicinfo.js +1 -1
  28. package/ts/customers/getcities.js +1 -1
  29. package/ts/customers/getcustomerbyid.js +1 -1
  30. package/ts/customers/getdashboard.js +1 -1
  31. package/ts/customers/getdashboardmaincard.js +1 -1
  32. package/ts/customers/getdocuments.js +1 -1
  33. package/ts/customers/getkycweburl.d.ts +34 -0
  34. package/ts/customers/getkycweburl.js +104 -0
  35. package/ts/customers/getprofessionalinfo.js +1 -1
  36. package/ts/customers/getprofile.js +1 -1
  37. package/ts/customers/getstates.js +1 -1
  38. package/ts/customers/getstep.js +1 -1
  39. package/ts/customers/profilebasic.js +1 -1
  40. package/ts/customers/profileupdatetnc.js +1 -1
  41. package/ts/customers/resetmpin.d.ts +36 -0
  42. package/ts/customers/resetmpin.js +133 -0
  43. package/ts/customers/savebasicdetails.js +1 -1
  44. package/ts/customers/saveunlocklimit.js +1 -1
  45. package/ts/customers/sendemailtoken.js +1 -1
  46. package/ts/customers/sendotp.js +1 -1
  47. package/ts/customers/sendotptoemail.js +1 -1
  48. package/ts/customers/setmpin.js +1 -1
  49. package/ts/customers/step10.js +1 -1
  50. package/ts/customers/step7.js +1 -1
  51. package/ts/customers/step8.js +1 -1
  52. package/ts/customers/step9.js +1 -1
  53. package/ts/customers/stepstatic.js +1 -1
  54. package/ts/customers/updatedigilockertxn.d.ts +37 -0
  55. package/ts/customers/updatedigilockertxn.js +147 -0
  56. package/ts/customers/updatedob.js +1 -1
  57. package/ts/customers/updatehypervergetxn.d.ts +36 -0
  58. package/ts/customers/updatehypervergetxn.js +133 -0
  59. package/ts/customers/updatelocstatus.js +1 -1
  60. package/ts/customers/updatemobilesendotp.js +1 -1
  61. package/ts/customers/updatemobileverifyotp.js +1 -1
  62. package/ts/customers/updateokyctxn.js +1 -1
  63. package/ts/customers/validatepan.js +1 -1
  64. package/ts/customers/verifyemail.js +1 -1
  65. package/ts/customers/verifympin.js +1 -1
  66. package/ts/customers/verifyotp.js +1 -1
  67. package/ts/customers/verifyotptoemail.js +1 -1
  68. package/ts/customers.js +1 -1
  69. package/ts/example.js +1 -1
  70. package/ts/google/protobuf/timestamp.js +1 -1
  71. package/ts/loans/approveloan.js +1 -1
  72. package/ts/loans/banklist.js +1 -1
  73. package/ts/loans/calculateemi.js +1 -1
  74. package/ts/loans/creditlimit.js +1 -1
  75. package/ts/loans/futurepaymentmoredetails.js +1 -1
  76. package/ts/loans/getcustomerloanstatus.js +1 -1
  77. package/ts/loans/getpendingemiamount.js +1 -1
  78. package/ts/loans/getsummarystaticfields.js +1 -1
  79. package/ts/loans/loansummary.js +1 -1
  80. package/ts/loans/paymentallocation.js +1 -1
  81. package/ts/loans/paymenthistory.js +1 -1
  82. package/ts/loans/restructureloan.js +1 -1
  83. package/ts/loans/sendemail.js +1 -1
  84. package/ts/loans/sendnocemail.js +1 -1
  85. package/ts/loans/transactionlist.js +1 -1
  86. package/ts/loans/updateinstallments.js +1 -1
  87. package/ts/loans/updateloan.js +1 -1
  88. package/ts/loans.js +1 -1
  89. package/ts/payments/checkpaymentstatus.d.ts +51 -0
  90. package/ts/payments/checkpaymentstatus.js +259 -0
  91. package/ts/payments/getpaymentoptions.d.ts +50 -0
  92. package/ts/payments/getpaymentoptions.js +233 -0
  93. package/ts/payments/initiatepayment.d.ts +67 -0
  94. package/ts/payments/initiatepayment.js +381 -0
  95. package/ts/payments/nachregistration.d.ts +51 -0
  96. package/ts/payments/nachregistration.js +257 -0
  97. package/ts/payments.d.ts +42 -211
  98. package/ts/payments.js +29 -1092
  99. package/ts/stashcash/creditsc.js +1 -1
  100. package/ts/stashcash/debitsc.js +1 -1
  101. package/ts/stashcash/getscbalance.js +1 -1
  102. package/ts/stashcash/getschistory.js +1 -1
  103. package/ts/stashcash/reversesc.js +1 -1
  104. package/ts/stashcash.js +1 -1
  105. package/ts/customers/step1.d.ts +0 -69
  106. package/ts/customers/step1.js +0 -395
  107. package/ts/customers/step2.d.ts +0 -68
  108. package/ts/customers/step2.js +0 -381
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/grpc",
3
- "version": "1.2.126",
3
+ "version": "1.2.127",
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 v5.27.3
6
6
  // source: bureau/getbasicdetails.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 v5.27.3
6
6
  // source: bureau/getdemogs.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 v5.27.3
6
6
  // source: bureau/getreport.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
package/ts/bureau.js CHANGED
@@ -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 v5.27.3
6
6
  // source: bureau.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 v5.27.3
6
6
  // source: colender/disburseLoan.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 v5.27.3
6
6
  // source: colender/forecloseLoan.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 v5.27.3
6
6
  // source: colender/repayLoan.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
package/ts/colender.js CHANGED
@@ -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 v5.27.3
6
6
  // source: colender.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 v5.27.3
6
6
  // source: customers/aa/getbanklist.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 v5.27.3
6
6
  // source: customers/aa/initiate.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 v5.27.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 v5.27.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 v5.27.3
6
6
  // source: customers/addgstnumber.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 v5.27.3
6
6
  // source: customers/addsuspendedcustomer.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 v5.27.3
6
6
  // source: customers/adduserapps.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 v5.27.3
6
6
  // source: customers/changempin.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 v5.27.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 v5.27.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 v5.27.3
6
6
  // source: customers/disablempin.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 v5.27.3
6
6
  // source: customers/fetchrcprofile.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 v5.27.3
6
6
  // source: customers/forgotmpin.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -0,0 +1,34 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "customers.forgotmpinotp";
3
+ export interface forgotMpinOTPRequest {
4
+ }
5
+ export interface forgotMpinOTPResponse {
6
+ success: boolean;
7
+ }
8
+ export declare const forgotMpinOTPRequest: {
9
+ encode(_: forgotMpinOTPRequest, writer?: _m0.Writer): _m0.Writer;
10
+ decode(input: _m0.Reader | Uint8Array, length?: number): forgotMpinOTPRequest;
11
+ fromJSON(_: any): forgotMpinOTPRequest;
12
+ toJSON(_: forgotMpinOTPRequest): unknown;
13
+ create<I extends Exact<DeepPartial<forgotMpinOTPRequest>, I>>(base?: I): forgotMpinOTPRequest;
14
+ fromPartial<I extends Exact<DeepPartial<forgotMpinOTPRequest>, I>>(_: I): forgotMpinOTPRequest;
15
+ };
16
+ export declare const forgotMpinOTPResponse: {
17
+ encode(message: forgotMpinOTPResponse, writer?: _m0.Writer): _m0.Writer;
18
+ decode(input: _m0.Reader | Uint8Array, length?: number): forgotMpinOTPResponse;
19
+ fromJSON(object: any): forgotMpinOTPResponse;
20
+ toJSON(message: forgotMpinOTPResponse): unknown;
21
+ create<I extends Exact<DeepPartial<forgotMpinOTPResponse>, I>>(base?: I): forgotMpinOTPResponse;
22
+ fromPartial<I extends Exact<DeepPartial<forgotMpinOTPResponse>, I>>(object: I): forgotMpinOTPResponse;
23
+ };
24
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
25
+ export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
26
+ [K in keyof T]?: DeepPartial<T[K]>;
27
+ } : Partial<T>;
28
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
29
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
30
+ [K in keyof P]: Exact<P[K], I[K]>;
31
+ } & {
32
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
33
+ };
34
+ export {};
@@ -0,0 +1,104 @@
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: customers/forgotmpinotp.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.forgotMpinOTPResponse = exports.forgotMpinOTPRequest = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "customers.forgotmpinotp";
15
+ function createBaseforgotMpinOTPRequest() {
16
+ return {};
17
+ }
18
+ exports.forgotMpinOTPRequest = {
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 = createBaseforgotMpinOTPRequest();
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.forgotMpinOTPRequest.fromPartial(base ?? {});
46
+ },
47
+ fromPartial(_) {
48
+ const message = createBaseforgotMpinOTPRequest();
49
+ return message;
50
+ },
51
+ };
52
+ function createBaseforgotMpinOTPResponse() {
53
+ return { success: false };
54
+ }
55
+ exports.forgotMpinOTPResponse = {
56
+ encode(message, writer = minimal_1.default.Writer.create()) {
57
+ if (message.success !== false) {
58
+ writer.uint32(8).bool(message.success);
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 = createBaseforgotMpinOTPResponse();
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.success = 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 { success: isSet(object.success) ? globalThis.Boolean(object.success) : false };
85
+ },
86
+ toJSON(message) {
87
+ const obj = {};
88
+ if (message.success !== false) {
89
+ obj.success = message.success;
90
+ }
91
+ return obj;
92
+ },
93
+ create(base) {
94
+ return exports.forgotMpinOTPResponse.fromPartial(base ?? {});
95
+ },
96
+ fromPartial(object) {
97
+ const message = createBaseforgotMpinOTPResponse();
98
+ message.success = object.success ?? false;
99
+ return message;
100
+ },
101
+ };
102
+ function isSet(value) {
103
+ return value !== null && value !== undefined;
104
+ }
@@ -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 v5.27.3
6
6
  // source: customers/forgotmpinverify.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 v5.27.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 v5.27.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 v5.27.3
6
6
  // source: customers/getcities.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 v5.27.3
6
6
  // source: customers/getcustomerbyid.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 v5.27.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 v5.27.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 v5.27.3
6
6
  // source: customers/getdocuments.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -0,0 +1,34 @@
1
+ import _m0 from "protobufjs/minimal";
2
+ export declare const protobufPackage = "customers.getkycweburl";
3
+ export interface getKycWebUrlRequest {
4
+ }
5
+ export interface getKycWebUrlResponse {
6
+ web_url: string;
7
+ }
8
+ export declare const getKycWebUrlRequest: {
9
+ encode(_: getKycWebUrlRequest, writer?: _m0.Writer): _m0.Writer;
10
+ decode(input: _m0.Reader | Uint8Array, length?: number): getKycWebUrlRequest;
11
+ fromJSON(_: any): getKycWebUrlRequest;
12
+ toJSON(_: getKycWebUrlRequest): unknown;
13
+ create<I extends Exact<DeepPartial<getKycWebUrlRequest>, I>>(base?: I): getKycWebUrlRequest;
14
+ fromPartial<I extends Exact<DeepPartial<getKycWebUrlRequest>, I>>(_: I): getKycWebUrlRequest;
15
+ };
16
+ export declare const getKycWebUrlResponse: {
17
+ encode(message: getKycWebUrlResponse, writer?: _m0.Writer): _m0.Writer;
18
+ decode(input: _m0.Reader | Uint8Array, length?: number): getKycWebUrlResponse;
19
+ fromJSON(object: any): getKycWebUrlResponse;
20
+ toJSON(message: getKycWebUrlResponse): unknown;
21
+ create<I extends Exact<DeepPartial<getKycWebUrlResponse>, I>>(base?: I): getKycWebUrlResponse;
22
+ fromPartial<I extends Exact<DeepPartial<getKycWebUrlResponse>, I>>(object: I): getKycWebUrlResponse;
23
+ };
24
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
25
+ export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
26
+ [K in keyof T]?: DeepPartial<T[K]>;
27
+ } : Partial<T>;
28
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
29
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
30
+ [K in keyof P]: Exact<P[K], I[K]>;
31
+ } & {
32
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
33
+ };
34
+ export {};
@@ -0,0 +1,104 @@
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: customers/getkycweburl.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.getKycWebUrlResponse = exports.getKycWebUrlRequest = exports.protobufPackage = void 0;
12
+ /* eslint-disable */
13
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
14
+ exports.protobufPackage = "customers.getkycweburl";
15
+ function createBasegetKycWebUrlRequest() {
16
+ return {};
17
+ }
18
+ exports.getKycWebUrlRequest = {
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 = createBasegetKycWebUrlRequest();
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.getKycWebUrlRequest.fromPartial(base ?? {});
46
+ },
47
+ fromPartial(_) {
48
+ const message = createBasegetKycWebUrlRequest();
49
+ return message;
50
+ },
51
+ };
52
+ function createBasegetKycWebUrlResponse() {
53
+ return { web_url: "" };
54
+ }
55
+ exports.getKycWebUrlResponse = {
56
+ encode(message, writer = minimal_1.default.Writer.create()) {
57
+ if (message.web_url !== "") {
58
+ writer.uint32(10).string(message.web_url);
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 = createBasegetKycWebUrlResponse();
66
+ while (reader.pos < end) {
67
+ const tag = reader.uint32();
68
+ switch (tag >>> 3) {
69
+ case 1:
70
+ if (tag !== 10) {
71
+ break;
72
+ }
73
+ message.web_url = reader.string();
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 { web_url: isSet(object.web_url) ? globalThis.String(object.web_url) : "" };
85
+ },
86
+ toJSON(message) {
87
+ const obj = {};
88
+ if (message.web_url !== "") {
89
+ obj.web_url = message.web_url;
90
+ }
91
+ return obj;
92
+ },
93
+ create(base) {
94
+ return exports.getKycWebUrlResponse.fromPartial(base ?? {});
95
+ },
96
+ fromPartial(object) {
97
+ const message = createBasegetKycWebUrlResponse();
98
+ message.web_url = object.web_url ?? "";
99
+ return message;
100
+ },
101
+ };
102
+ function isSet(value) {
103
+ return value !== null && value !== undefined;
104
+ }
@@ -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 v5.27.3
6
6
  // source: customers/getprofessionalinfo.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 v5.27.3
6
6
  // source: customers/getprofile.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 v5.27.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 v5.27.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 v5.27.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 v5.27.3
6
6
  // source: customers/profileupdatetnc.proto
7
7
  var __importDefault = (this && this.__importDefault) || function (mod) {