@stashfin/grpc 1.2.169 → 1.2.171
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 +1 -1
- package/ts/bureau/getbasicdetails.d.ts +57 -0
- package/ts/bureau/getbasicdetails.js +341 -0
- package/ts/bureau/getdemogs.d.ts +113 -0
- package/ts/bureau/getdemogs.js +611 -0
- package/ts/bureau/getreport.d.ts +188 -0
- package/ts/bureau/getreport.js +1640 -0
- package/ts/bureau.d.ts +56 -0
- package/ts/bureau.js +44 -0
- package/ts/colender/disburseLoan.d.ts +44 -0
- package/ts/colender/disburseLoan.js +256 -0
- package/ts/colender/forecloseLoan.d.ts +41 -0
- package/ts/colender/forecloseLoan.js +205 -0
- package/ts/colender/repayLoan.d.ts +48 -0
- package/ts/colender/repayLoan.js +313 -0
- package/ts/colender.d.ts +56 -0
- package/ts/colender.js +44 -0
- package/ts/customers/aa/getbanklist.d.ts +48 -0
- package/ts/customers/aa/getbanklist.js +198 -0
- package/ts/customers/aa/initiate.d.ts +40 -0
- package/ts/customers/aa/initiate.js +209 -0
- 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/addfathersname.d.ts +35 -0
- package/ts/customers/addfathersname.js +117 -0
- package/ts/customers/addgstnumber.d.ts +35 -0
- package/ts/customers/addgstnumber.js +117 -0
- package/ts/customers/addmoredetails.d.ts +47 -0
- package/ts/customers/addmoredetails.js +185 -0
- package/ts/customers/addsuspendedcustomer.d.ts +36 -0
- package/ts/customers/addsuspendedcustomer.js +133 -0
- package/ts/customers/adduserapps.d.ts +74 -0
- package/ts/customers/adduserapps.js +210 -0
- package/ts/customers/bulksms.d.ts +48 -0
- package/ts/customers/bulksms.js +201 -0
- package/ts/customers/changempin.d.ts +36 -0
- package/ts/customers/changempin.js +133 -0
- package/ts/customers/createcustomerreference.d.ts +43 -0
- package/ts/customers/createcustomerreference.js +226 -0
- package/ts/customers/deleteprofile.d.ts +35 -0
- package/ts/customers/deleteprofile.js +120 -0
- package/ts/customers/disablempin.d.ts +34 -0
- package/ts/customers/disablempin.js +104 -0
- package/ts/customers/fetchrcprofile.d.ts +45 -0
- package/ts/customers/fetchrcprofile.js +271 -0
- package/ts/customers/forgotmpin.d.ts +35 -0
- package/ts/customers/forgotmpin.js +117 -0
- package/ts/customers/forgotmpinverify.d.ts +36 -0
- package/ts/customers/forgotmpinverify.js +133 -0
- package/ts/customers/getbankaccountdetails.d.ts +37 -0
- package/ts/customers/getbankaccountdetails.js +148 -0
- package/ts/customers/getbasicinfo.d.ts +56 -0
- package/ts/customers/getbasicinfo.js +323 -0
- package/ts/customers/getcities.d.ts +47 -0
- package/ts/customers/getcities.js +183 -0
- package/ts/customers/getcompanyaccdetails.d.ts +37 -0
- package/ts/customers/getcompanyaccdetails.js +148 -0
- package/ts/customers/getcustomerbyid.d.ts +142 -0
- package/ts/customers/getcustomerbyid.js +1521 -0
- package/ts/customers/getdashboard.d.ts +88 -0
- package/ts/customers/getdashboard.js +574 -0
- package/ts/customers/getdashboardmaincard.d.ts +70 -0
- package/ts/customers/getdashboardmaincard.js +534 -0
- package/ts/customers/getdocuments.d.ts +46 -0
- package/ts/customers/getdocuments.js +174 -0
- package/ts/customers/getlimit.d.ts +37 -0
- package/ts/customers/getlimit.js +148 -0
- package/ts/customers/getprofessionalinfo.d.ts +54 -0
- package/ts/customers/getprofessionalinfo.js +286 -0
- package/ts/customers/getprofile.d.ts +54 -0
- package/ts/customers/getprofile.js +296 -0
- package/ts/customers/getselfieetxnid.d.ts +34 -0
- package/ts/customers/getselfieetxnid.js +104 -0
- package/ts/customers/getstates.d.ts +46 -0
- package/ts/customers/getstates.js +170 -0
- package/ts/customers/getstep.d.ts +69 -0
- package/ts/customers/getstep.js +406 -0
- package/ts/customers/logout.d.ts +34 -0
- package/ts/customers/logout.js +104 -0
- package/ts/customers/profilebasic.d.ts +40 -0
- package/ts/customers/profilebasic.js +189 -0
- package/ts/customers/profileupdatetnc.d.ts +35 -0
- package/ts/customers/profileupdatetnc.js +117 -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/sendotp.d.ts +38 -0
- package/ts/customers/sendotp.js +165 -0
- package/ts/customers/sendotptoemail.d.ts +35 -0
- package/ts/customers/sendotptoemail.js +117 -0
- package/ts/customers/setmpin.d.ts +36 -0
- package/ts/customers/setmpin.js +133 -0
- package/ts/customers/skipscreen.d.ts +44 -0
- package/ts/customers/skipscreen.js +162 -0
- package/ts/customers/updatecustomerbyid.d.ts +48 -0
- package/ts/customers/updatecustomerbyid.js +201 -0
- package/ts/customers/updatedlnumber.d.ts +35 -0
- package/ts/customers/updatedlnumber.js +119 -0
- package/ts/customers/updatedob.d.ts +35 -0
- package/ts/customers/updatedob.js +117 -0
- package/ts/customers/updatelocstatus.d.ts +36 -0
- package/ts/customers/updatelocstatus.js +133 -0
- package/ts/customers/updatemobilesendotp.d.ts +35 -0
- package/ts/customers/updatemobilesendotp.js +117 -0
- package/ts/customers/updatemobileverifyotp.d.ts +36 -0
- package/ts/customers/updatemobileverifyotp.js +133 -0
- package/ts/customers/updateokyctxn.d.ts +37 -0
- package/ts/customers/updateokyctxn.js +147 -0
- package/ts/customers/updateselfieetxn.d.ts +36 -0
- package/ts/customers/updateselfieetxn.js +133 -0
- package/ts/customers/updatevehiclenumber.d.ts +35 -0
- package/ts/customers/updatevehiclenumber.js +117 -0
- package/ts/customers/uploaddocuments.d.ts +37 -0
- package/ts/customers/uploaddocuments.js +172 -0
- package/ts/customers/validatepan.d.ts +45 -0
- package/ts/customers/validatepan.js +274 -0
- package/ts/customers/verifympin.d.ts +37 -0
- package/ts/customers/verifympin.js +149 -0
- package/ts/customers/verifyotp.d.ts +41 -0
- package/ts/customers/verifyotp.js +205 -0
- package/ts/customers/verifyotptoemail.d.ts +35 -0
- package/ts/customers/verifyotptoemail.js +117 -0
- package/ts/customers.d.ts +796 -0
- package/ts/customers.js +572 -0
- package/ts/example.d.ts +78 -0
- package/ts/example.js +199 -0
- package/ts/growth/processchrpayment.d.ts +40 -0
- package/ts/growth/processchrpayment.js +205 -0
- package/ts/growth.d.ts +28 -0
- package/ts/growth.js +24 -0
- package/ts/loans/approveloan.d.ts +81 -0
- package/ts/loans/approveloan.js +703 -0
- package/ts/loans/banklist.d.ts +37 -0
- package/ts/loans/banklist.js +148 -0
- package/ts/loans/calculateemi.d.ts +57 -0
- package/ts/loans/calculateemi.js +340 -0
- package/ts/loans/creditlimit.d.ts +51 -0
- package/ts/loans/creditlimit.js +381 -0
- package/ts/loans/futurepaymentmoredetails.d.ts +50 -0
- package/ts/loans/futurepaymentmoredetails.js +230 -0
- package/ts/loans/getbilldetails.d.ts +38 -0
- package/ts/loans/getbilldetails.js +161 -0
- package/ts/loans/getcustomerloanstatus.d.ts +34 -0
- package/ts/loans/getcustomerloanstatus.js +104 -0
- package/ts/loans/getloanbyid.d.ts +48 -0
- package/ts/loans/getloanbyid.js +318 -0
- package/ts/loans/getnextdueamount.d.ts +34 -0
- package/ts/loans/getnextdueamount.js +104 -0
- package/ts/loans/getpendingemiamount.d.ts +34 -0
- package/ts/loans/getpendingemiamount.js +104 -0
- package/ts/loans/getsummarystaticfields.d.ts +80 -0
- package/ts/loans/getsummarystaticfields.js +700 -0
- package/ts/loans/loansummary.d.ts +66 -0
- package/ts/loans/loansummary.js +593 -0
- package/ts/loans/paymentallocation.d.ts +38 -0
- package/ts/loans/paymentallocation.js +161 -0
- package/ts/loans/paymenthistory.d.ts +47 -0
- package/ts/loans/paymenthistory.js +188 -0
- package/ts/loans/restructureloan.d.ts +36 -0
- package/ts/loans/restructureloan.js +133 -0
- package/ts/loans/sendemail.d.ts +35 -0
- package/ts/loans/sendemail.js +117 -0
- package/ts/loans/sendnocemail.d.ts +35 -0
- package/ts/loans/sendnocemail.js +117 -0
- package/ts/loans/transactionlist.d.ts +52 -0
- package/ts/loans/transactionlist.js +257 -0
- package/ts/loans/updateinstallments.d.ts +42 -0
- package/ts/loans/updateinstallments.js +226 -0
- package/ts/loans/updateloan.d.ts +37 -0
- package/ts/loans/updateloan.js +147 -0
- package/ts/loans.d.ts +294 -0
- package/ts/loans.js +214 -0
- package/ts/payments.d.ts +239 -0
- package/ts/payments.js +1117 -0
- package/ts/stashcash/creditsc.d.ts +54 -0
- package/ts/stashcash/creditsc.js +301 -0
- package/ts/stashcash/debitsc.d.ts +59 -0
- package/ts/stashcash/debitsc.js +380 -0
- package/ts/stashcash/getscbalance.d.ts +53 -0
- package/ts/stashcash/getscbalance.js +293 -0
- package/ts/stashcash/getschistory.d.ts +73 -0
- package/ts/stashcash/getschistory.js +479 -0
- package/ts/stashcash/reversesc.d.ts +52 -0
- package/ts/stashcash/reversesc.js +273 -0
- package/ts/stashcash.d.ts +84 -0
- package/ts/stashcash.js +64 -0
|
@@ -0,0 +1,174 @@
|
|
|
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 v5.27.4
|
|
6
|
+
// source: customers/getdocuments.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.Document = exports.getDocumentsResponse = exports.getDocumentsRequest = exports.protobufPackage = void 0;
|
|
12
|
+
/* eslint-disable */
|
|
13
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
14
|
+
exports.protobufPackage = "customers.getdocuments";
|
|
15
|
+
function createBasegetDocumentsRequest() {
|
|
16
|
+
return {};
|
|
17
|
+
}
|
|
18
|
+
exports.getDocumentsRequest = {
|
|
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 = createBasegetDocumentsRequest();
|
|
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.getDocumentsRequest.fromPartial(base ?? {});
|
|
46
|
+
},
|
|
47
|
+
fromPartial(_) {
|
|
48
|
+
const message = createBasegetDocumentsRequest();
|
|
49
|
+
return message;
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
function createBasegetDocumentsResponse() {
|
|
53
|
+
return { documents: [] };
|
|
54
|
+
}
|
|
55
|
+
exports.getDocumentsResponse = {
|
|
56
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
57
|
+
for (const v of message.documents) {
|
|
58
|
+
exports.Document.encode(v, writer.uint32(10).fork()).ldelim();
|
|
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 = createBasegetDocumentsResponse();
|
|
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.documents.push(exports.Document.decode(reader, reader.uint32()));
|
|
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 {
|
|
85
|
+
documents: globalThis.Array.isArray(object?.documents)
|
|
86
|
+
? object.documents.map((e) => exports.Document.fromJSON(e))
|
|
87
|
+
: [],
|
|
88
|
+
};
|
|
89
|
+
},
|
|
90
|
+
toJSON(message) {
|
|
91
|
+
const obj = {};
|
|
92
|
+
if (message.documents?.length) {
|
|
93
|
+
obj.documents = message.documents.map((e) => exports.Document.toJSON(e));
|
|
94
|
+
}
|
|
95
|
+
return obj;
|
|
96
|
+
},
|
|
97
|
+
create(base) {
|
|
98
|
+
return exports.getDocumentsResponse.fromPartial(base ?? {});
|
|
99
|
+
},
|
|
100
|
+
fromPartial(object) {
|
|
101
|
+
const message = createBasegetDocumentsResponse();
|
|
102
|
+
message.documents = object.documents?.map((e) => exports.Document.fromPartial(e)) || [];
|
|
103
|
+
return message;
|
|
104
|
+
},
|
|
105
|
+
};
|
|
106
|
+
function createBaseDocument() {
|
|
107
|
+
return { name: "", doc_url: "" };
|
|
108
|
+
}
|
|
109
|
+
exports.Document = {
|
|
110
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
111
|
+
if (message.name !== "") {
|
|
112
|
+
writer.uint32(10).string(message.name);
|
|
113
|
+
}
|
|
114
|
+
if (message.doc_url !== "") {
|
|
115
|
+
writer.uint32(18).string(message.doc_url);
|
|
116
|
+
}
|
|
117
|
+
return writer;
|
|
118
|
+
},
|
|
119
|
+
decode(input, length) {
|
|
120
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
121
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
122
|
+
const message = createBaseDocument();
|
|
123
|
+
while (reader.pos < end) {
|
|
124
|
+
const tag = reader.uint32();
|
|
125
|
+
switch (tag >>> 3) {
|
|
126
|
+
case 1:
|
|
127
|
+
if (tag !== 10) {
|
|
128
|
+
break;
|
|
129
|
+
}
|
|
130
|
+
message.name = reader.string();
|
|
131
|
+
continue;
|
|
132
|
+
case 2:
|
|
133
|
+
if (tag !== 18) {
|
|
134
|
+
break;
|
|
135
|
+
}
|
|
136
|
+
message.doc_url = reader.string();
|
|
137
|
+
continue;
|
|
138
|
+
}
|
|
139
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
140
|
+
break;
|
|
141
|
+
}
|
|
142
|
+
reader.skipType(tag & 7);
|
|
143
|
+
}
|
|
144
|
+
return message;
|
|
145
|
+
},
|
|
146
|
+
fromJSON(object) {
|
|
147
|
+
return {
|
|
148
|
+
name: isSet(object.name) ? globalThis.String(object.name) : "",
|
|
149
|
+
doc_url: isSet(object.doc_url) ? globalThis.String(object.doc_url) : "",
|
|
150
|
+
};
|
|
151
|
+
},
|
|
152
|
+
toJSON(message) {
|
|
153
|
+
const obj = {};
|
|
154
|
+
if (message.name !== "") {
|
|
155
|
+
obj.name = message.name;
|
|
156
|
+
}
|
|
157
|
+
if (message.doc_url !== "") {
|
|
158
|
+
obj.doc_url = message.doc_url;
|
|
159
|
+
}
|
|
160
|
+
return obj;
|
|
161
|
+
},
|
|
162
|
+
create(base) {
|
|
163
|
+
return exports.Document.fromPartial(base ?? {});
|
|
164
|
+
},
|
|
165
|
+
fromPartial(object) {
|
|
166
|
+
const message = createBaseDocument();
|
|
167
|
+
message.name = object.name ?? "";
|
|
168
|
+
message.doc_url = object.doc_url ?? "";
|
|
169
|
+
return message;
|
|
170
|
+
},
|
|
171
|
+
};
|
|
172
|
+
function isSet(value) {
|
|
173
|
+
return value !== null && value !== undefined;
|
|
174
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
export declare const protobufPackage = "customers.getlimit";
|
|
3
|
+
export interface getLimitRequest {
|
|
4
|
+
}
|
|
5
|
+
export interface getLimitResponse {
|
|
6
|
+
basic_limit: number;
|
|
7
|
+
higher_limit: number;
|
|
8
|
+
basic_next_step: string;
|
|
9
|
+
higher_next_step: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const getLimitRequest: {
|
|
12
|
+
encode(_: getLimitRequest, writer?: _m0.Writer): _m0.Writer;
|
|
13
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): getLimitRequest;
|
|
14
|
+
fromJSON(_: any): getLimitRequest;
|
|
15
|
+
toJSON(_: getLimitRequest): unknown;
|
|
16
|
+
create<I extends Exact<DeepPartial<getLimitRequest>, I>>(base?: I): getLimitRequest;
|
|
17
|
+
fromPartial<I extends Exact<DeepPartial<getLimitRequest>, I>>(_: I): getLimitRequest;
|
|
18
|
+
};
|
|
19
|
+
export declare const getLimitResponse: {
|
|
20
|
+
encode(message: getLimitResponse, writer?: _m0.Writer): _m0.Writer;
|
|
21
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): getLimitResponse;
|
|
22
|
+
fromJSON(object: any): getLimitResponse;
|
|
23
|
+
toJSON(message: getLimitResponse): unknown;
|
|
24
|
+
create<I extends Exact<DeepPartial<getLimitResponse>, I>>(base?: I): getLimitResponse;
|
|
25
|
+
fromPartial<I extends Exact<DeepPartial<getLimitResponse>, I>>(object: I): getLimitResponse;
|
|
26
|
+
};
|
|
27
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
28
|
+
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 {} ? {
|
|
29
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
30
|
+
} : Partial<T>;
|
|
31
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
32
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
33
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
34
|
+
} & {
|
|
35
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
36
|
+
};
|
|
37
|
+
export {};
|
|
@@ -0,0 +1,148 @@
|
|
|
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 v5.27.4
|
|
6
|
+
// source: customers/getlimit.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.getLimitResponse = exports.getLimitRequest = exports.protobufPackage = void 0;
|
|
12
|
+
/* eslint-disable */
|
|
13
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
14
|
+
exports.protobufPackage = "customers.getlimit";
|
|
15
|
+
function createBasegetLimitRequest() {
|
|
16
|
+
return {};
|
|
17
|
+
}
|
|
18
|
+
exports.getLimitRequest = {
|
|
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 = createBasegetLimitRequest();
|
|
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.getLimitRequest.fromPartial(base ?? {});
|
|
46
|
+
},
|
|
47
|
+
fromPartial(_) {
|
|
48
|
+
const message = createBasegetLimitRequest();
|
|
49
|
+
return message;
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
function createBasegetLimitResponse() {
|
|
53
|
+
return { basic_limit: 0, higher_limit: 0, basic_next_step: "", higher_next_step: "" };
|
|
54
|
+
}
|
|
55
|
+
exports.getLimitResponse = {
|
|
56
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
57
|
+
if (message.basic_limit !== 0) {
|
|
58
|
+
writer.uint32(8).int32(message.basic_limit);
|
|
59
|
+
}
|
|
60
|
+
if (message.higher_limit !== 0) {
|
|
61
|
+
writer.uint32(16).int32(message.higher_limit);
|
|
62
|
+
}
|
|
63
|
+
if (message.basic_next_step !== "") {
|
|
64
|
+
writer.uint32(26).string(message.basic_next_step);
|
|
65
|
+
}
|
|
66
|
+
if (message.higher_next_step !== "") {
|
|
67
|
+
writer.uint32(34).string(message.higher_next_step);
|
|
68
|
+
}
|
|
69
|
+
return writer;
|
|
70
|
+
},
|
|
71
|
+
decode(input, length) {
|
|
72
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
73
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
74
|
+
const message = createBasegetLimitResponse();
|
|
75
|
+
while (reader.pos < end) {
|
|
76
|
+
const tag = reader.uint32();
|
|
77
|
+
switch (tag >>> 3) {
|
|
78
|
+
case 1:
|
|
79
|
+
if (tag !== 8) {
|
|
80
|
+
break;
|
|
81
|
+
}
|
|
82
|
+
message.basic_limit = reader.int32();
|
|
83
|
+
continue;
|
|
84
|
+
case 2:
|
|
85
|
+
if (tag !== 16) {
|
|
86
|
+
break;
|
|
87
|
+
}
|
|
88
|
+
message.higher_limit = reader.int32();
|
|
89
|
+
continue;
|
|
90
|
+
case 3:
|
|
91
|
+
if (tag !== 26) {
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
message.basic_next_step = reader.string();
|
|
95
|
+
continue;
|
|
96
|
+
case 4:
|
|
97
|
+
if (tag !== 34) {
|
|
98
|
+
break;
|
|
99
|
+
}
|
|
100
|
+
message.higher_next_step = reader.string();
|
|
101
|
+
continue;
|
|
102
|
+
}
|
|
103
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
104
|
+
break;
|
|
105
|
+
}
|
|
106
|
+
reader.skipType(tag & 7);
|
|
107
|
+
}
|
|
108
|
+
return message;
|
|
109
|
+
},
|
|
110
|
+
fromJSON(object) {
|
|
111
|
+
return {
|
|
112
|
+
basic_limit: isSet(object.basic_limit) ? globalThis.Number(object.basic_limit) : 0,
|
|
113
|
+
higher_limit: isSet(object.higher_limit) ? globalThis.Number(object.higher_limit) : 0,
|
|
114
|
+
basic_next_step: isSet(object.basic_next_step) ? globalThis.String(object.basic_next_step) : "",
|
|
115
|
+
higher_next_step: isSet(object.higher_next_step) ? globalThis.String(object.higher_next_step) : "",
|
|
116
|
+
};
|
|
117
|
+
},
|
|
118
|
+
toJSON(message) {
|
|
119
|
+
const obj = {};
|
|
120
|
+
if (message.basic_limit !== 0) {
|
|
121
|
+
obj.basic_limit = Math.round(message.basic_limit);
|
|
122
|
+
}
|
|
123
|
+
if (message.higher_limit !== 0) {
|
|
124
|
+
obj.higher_limit = Math.round(message.higher_limit);
|
|
125
|
+
}
|
|
126
|
+
if (message.basic_next_step !== "") {
|
|
127
|
+
obj.basic_next_step = message.basic_next_step;
|
|
128
|
+
}
|
|
129
|
+
if (message.higher_next_step !== "") {
|
|
130
|
+
obj.higher_next_step = message.higher_next_step;
|
|
131
|
+
}
|
|
132
|
+
return obj;
|
|
133
|
+
},
|
|
134
|
+
create(base) {
|
|
135
|
+
return exports.getLimitResponse.fromPartial(base ?? {});
|
|
136
|
+
},
|
|
137
|
+
fromPartial(object) {
|
|
138
|
+
const message = createBasegetLimitResponse();
|
|
139
|
+
message.basic_limit = object.basic_limit ?? 0;
|
|
140
|
+
message.higher_limit = object.higher_limit ?? 0;
|
|
141
|
+
message.basic_next_step = object.basic_next_step ?? "";
|
|
142
|
+
message.higher_next_step = object.higher_next_step ?? "";
|
|
143
|
+
return message;
|
|
144
|
+
},
|
|
145
|
+
};
|
|
146
|
+
function isSet(value) {
|
|
147
|
+
return value !== null && value !== undefined;
|
|
148
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
export declare const protobufPackage = "customers.getprofessionalinfo";
|
|
3
|
+
export interface getProfessionalInfoRequest {
|
|
4
|
+
}
|
|
5
|
+
export interface getProfessionalInfoResponse {
|
|
6
|
+
company_name: string;
|
|
7
|
+
designation: string;
|
|
8
|
+
official_email: string;
|
|
9
|
+
office_addr: Address | undefined;
|
|
10
|
+
}
|
|
11
|
+
export interface Address {
|
|
12
|
+
house_flat_no: string;
|
|
13
|
+
address_line_1: string;
|
|
14
|
+
address_line_2: string;
|
|
15
|
+
landmark: string;
|
|
16
|
+
city: string;
|
|
17
|
+
state: string;
|
|
18
|
+
pin_code: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const getProfessionalInfoRequest: {
|
|
21
|
+
encode(_: getProfessionalInfoRequest, writer?: _m0.Writer): _m0.Writer;
|
|
22
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): getProfessionalInfoRequest;
|
|
23
|
+
fromJSON(_: any): getProfessionalInfoRequest;
|
|
24
|
+
toJSON(_: getProfessionalInfoRequest): unknown;
|
|
25
|
+
create<I extends Exact<DeepPartial<getProfessionalInfoRequest>, I>>(base?: I): getProfessionalInfoRequest;
|
|
26
|
+
fromPartial<I extends Exact<DeepPartial<getProfessionalInfoRequest>, I>>(_: I): getProfessionalInfoRequest;
|
|
27
|
+
};
|
|
28
|
+
export declare const getProfessionalInfoResponse: {
|
|
29
|
+
encode(message: getProfessionalInfoResponse, writer?: _m0.Writer): _m0.Writer;
|
|
30
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): getProfessionalInfoResponse;
|
|
31
|
+
fromJSON(object: any): getProfessionalInfoResponse;
|
|
32
|
+
toJSON(message: getProfessionalInfoResponse): unknown;
|
|
33
|
+
create<I extends Exact<DeepPartial<getProfessionalInfoResponse>, I>>(base?: I): getProfessionalInfoResponse;
|
|
34
|
+
fromPartial<I extends Exact<DeepPartial<getProfessionalInfoResponse>, I>>(object: I): getProfessionalInfoResponse;
|
|
35
|
+
};
|
|
36
|
+
export declare const Address: {
|
|
37
|
+
encode(message: Address, writer?: _m0.Writer): _m0.Writer;
|
|
38
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Address;
|
|
39
|
+
fromJSON(object: any): Address;
|
|
40
|
+
toJSON(message: Address): unknown;
|
|
41
|
+
create<I extends Exact<DeepPartial<Address>, I>>(base?: I): Address;
|
|
42
|
+
fromPartial<I extends Exact<DeepPartial<Address>, I>>(object: I): Address;
|
|
43
|
+
};
|
|
44
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
45
|
+
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 {} ? {
|
|
46
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
47
|
+
} : Partial<T>;
|
|
48
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
49
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
50
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
51
|
+
} & {
|
|
52
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
53
|
+
};
|
|
54
|
+
export {};
|
|
@@ -0,0 +1,286 @@
|
|
|
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 v5.27.4
|
|
6
|
+
// source: customers/getprofessionalinfo.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.Address = exports.getProfessionalInfoResponse = exports.getProfessionalInfoRequest = exports.protobufPackage = void 0;
|
|
12
|
+
/* eslint-disable */
|
|
13
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
14
|
+
exports.protobufPackage = "customers.getprofessionalinfo";
|
|
15
|
+
function createBasegetProfessionalInfoRequest() {
|
|
16
|
+
return {};
|
|
17
|
+
}
|
|
18
|
+
exports.getProfessionalInfoRequest = {
|
|
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 = createBasegetProfessionalInfoRequest();
|
|
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.getProfessionalInfoRequest.fromPartial(base ?? {});
|
|
46
|
+
},
|
|
47
|
+
fromPartial(_) {
|
|
48
|
+
const message = createBasegetProfessionalInfoRequest();
|
|
49
|
+
return message;
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
function createBasegetProfessionalInfoResponse() {
|
|
53
|
+
return { company_name: "", designation: "", official_email: "", office_addr: undefined };
|
|
54
|
+
}
|
|
55
|
+
exports.getProfessionalInfoResponse = {
|
|
56
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
57
|
+
if (message.company_name !== "") {
|
|
58
|
+
writer.uint32(10).string(message.company_name);
|
|
59
|
+
}
|
|
60
|
+
if (message.designation !== "") {
|
|
61
|
+
writer.uint32(18).string(message.designation);
|
|
62
|
+
}
|
|
63
|
+
if (message.official_email !== "") {
|
|
64
|
+
writer.uint32(26).string(message.official_email);
|
|
65
|
+
}
|
|
66
|
+
if (message.office_addr !== undefined) {
|
|
67
|
+
exports.Address.encode(message.office_addr, writer.uint32(34).fork()).ldelim();
|
|
68
|
+
}
|
|
69
|
+
return writer;
|
|
70
|
+
},
|
|
71
|
+
decode(input, length) {
|
|
72
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
73
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
74
|
+
const message = createBasegetProfessionalInfoResponse();
|
|
75
|
+
while (reader.pos < end) {
|
|
76
|
+
const tag = reader.uint32();
|
|
77
|
+
switch (tag >>> 3) {
|
|
78
|
+
case 1:
|
|
79
|
+
if (tag !== 10) {
|
|
80
|
+
break;
|
|
81
|
+
}
|
|
82
|
+
message.company_name = reader.string();
|
|
83
|
+
continue;
|
|
84
|
+
case 2:
|
|
85
|
+
if (tag !== 18) {
|
|
86
|
+
break;
|
|
87
|
+
}
|
|
88
|
+
message.designation = reader.string();
|
|
89
|
+
continue;
|
|
90
|
+
case 3:
|
|
91
|
+
if (tag !== 26) {
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
message.official_email = reader.string();
|
|
95
|
+
continue;
|
|
96
|
+
case 4:
|
|
97
|
+
if (tag !== 34) {
|
|
98
|
+
break;
|
|
99
|
+
}
|
|
100
|
+
message.office_addr = exports.Address.decode(reader, reader.uint32());
|
|
101
|
+
continue;
|
|
102
|
+
}
|
|
103
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
104
|
+
break;
|
|
105
|
+
}
|
|
106
|
+
reader.skipType(tag & 7);
|
|
107
|
+
}
|
|
108
|
+
return message;
|
|
109
|
+
},
|
|
110
|
+
fromJSON(object) {
|
|
111
|
+
return {
|
|
112
|
+
company_name: isSet(object.company_name) ? globalThis.String(object.company_name) : "",
|
|
113
|
+
designation: isSet(object.designation) ? globalThis.String(object.designation) : "",
|
|
114
|
+
official_email: isSet(object.official_email) ? globalThis.String(object.official_email) : "",
|
|
115
|
+
office_addr: isSet(object.office_addr) ? exports.Address.fromJSON(object.office_addr) : undefined,
|
|
116
|
+
};
|
|
117
|
+
},
|
|
118
|
+
toJSON(message) {
|
|
119
|
+
const obj = {};
|
|
120
|
+
if (message.company_name !== "") {
|
|
121
|
+
obj.company_name = message.company_name;
|
|
122
|
+
}
|
|
123
|
+
if (message.designation !== "") {
|
|
124
|
+
obj.designation = message.designation;
|
|
125
|
+
}
|
|
126
|
+
if (message.official_email !== "") {
|
|
127
|
+
obj.official_email = message.official_email;
|
|
128
|
+
}
|
|
129
|
+
if (message.office_addr !== undefined) {
|
|
130
|
+
obj.office_addr = exports.Address.toJSON(message.office_addr);
|
|
131
|
+
}
|
|
132
|
+
return obj;
|
|
133
|
+
},
|
|
134
|
+
create(base) {
|
|
135
|
+
return exports.getProfessionalInfoResponse.fromPartial(base ?? {});
|
|
136
|
+
},
|
|
137
|
+
fromPartial(object) {
|
|
138
|
+
const message = createBasegetProfessionalInfoResponse();
|
|
139
|
+
message.company_name = object.company_name ?? "";
|
|
140
|
+
message.designation = object.designation ?? "";
|
|
141
|
+
message.official_email = object.official_email ?? "";
|
|
142
|
+
message.office_addr = (object.office_addr !== undefined && object.office_addr !== null)
|
|
143
|
+
? exports.Address.fromPartial(object.office_addr)
|
|
144
|
+
: undefined;
|
|
145
|
+
return message;
|
|
146
|
+
},
|
|
147
|
+
};
|
|
148
|
+
function createBaseAddress() {
|
|
149
|
+
return { house_flat_no: "", address_line_1: "", address_line_2: "", landmark: "", city: "", state: "", pin_code: "" };
|
|
150
|
+
}
|
|
151
|
+
exports.Address = {
|
|
152
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
153
|
+
if (message.house_flat_no !== "") {
|
|
154
|
+
writer.uint32(10).string(message.house_flat_no);
|
|
155
|
+
}
|
|
156
|
+
if (message.address_line_1 !== "") {
|
|
157
|
+
writer.uint32(18).string(message.address_line_1);
|
|
158
|
+
}
|
|
159
|
+
if (message.address_line_2 !== "") {
|
|
160
|
+
writer.uint32(26).string(message.address_line_2);
|
|
161
|
+
}
|
|
162
|
+
if (message.landmark !== "") {
|
|
163
|
+
writer.uint32(34).string(message.landmark);
|
|
164
|
+
}
|
|
165
|
+
if (message.city !== "") {
|
|
166
|
+
writer.uint32(42).string(message.city);
|
|
167
|
+
}
|
|
168
|
+
if (message.state !== "") {
|
|
169
|
+
writer.uint32(50).string(message.state);
|
|
170
|
+
}
|
|
171
|
+
if (message.pin_code !== "") {
|
|
172
|
+
writer.uint32(58).string(message.pin_code);
|
|
173
|
+
}
|
|
174
|
+
return writer;
|
|
175
|
+
},
|
|
176
|
+
decode(input, length) {
|
|
177
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
178
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
179
|
+
const message = createBaseAddress();
|
|
180
|
+
while (reader.pos < end) {
|
|
181
|
+
const tag = reader.uint32();
|
|
182
|
+
switch (tag >>> 3) {
|
|
183
|
+
case 1:
|
|
184
|
+
if (tag !== 10) {
|
|
185
|
+
break;
|
|
186
|
+
}
|
|
187
|
+
message.house_flat_no = reader.string();
|
|
188
|
+
continue;
|
|
189
|
+
case 2:
|
|
190
|
+
if (tag !== 18) {
|
|
191
|
+
break;
|
|
192
|
+
}
|
|
193
|
+
message.address_line_1 = reader.string();
|
|
194
|
+
continue;
|
|
195
|
+
case 3:
|
|
196
|
+
if (tag !== 26) {
|
|
197
|
+
break;
|
|
198
|
+
}
|
|
199
|
+
message.address_line_2 = reader.string();
|
|
200
|
+
continue;
|
|
201
|
+
case 4:
|
|
202
|
+
if (tag !== 34) {
|
|
203
|
+
break;
|
|
204
|
+
}
|
|
205
|
+
message.landmark = reader.string();
|
|
206
|
+
continue;
|
|
207
|
+
case 5:
|
|
208
|
+
if (tag !== 42) {
|
|
209
|
+
break;
|
|
210
|
+
}
|
|
211
|
+
message.city = reader.string();
|
|
212
|
+
continue;
|
|
213
|
+
case 6:
|
|
214
|
+
if (tag !== 50) {
|
|
215
|
+
break;
|
|
216
|
+
}
|
|
217
|
+
message.state = reader.string();
|
|
218
|
+
continue;
|
|
219
|
+
case 7:
|
|
220
|
+
if (tag !== 58) {
|
|
221
|
+
break;
|
|
222
|
+
}
|
|
223
|
+
message.pin_code = reader.string();
|
|
224
|
+
continue;
|
|
225
|
+
}
|
|
226
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
227
|
+
break;
|
|
228
|
+
}
|
|
229
|
+
reader.skipType(tag & 7);
|
|
230
|
+
}
|
|
231
|
+
return message;
|
|
232
|
+
},
|
|
233
|
+
fromJSON(object) {
|
|
234
|
+
return {
|
|
235
|
+
house_flat_no: isSet(object.house_flat_no) ? globalThis.String(object.house_flat_no) : "",
|
|
236
|
+
address_line_1: isSet(object.address_line_1) ? globalThis.String(object.address_line_1) : "",
|
|
237
|
+
address_line_2: isSet(object.address_line_2) ? globalThis.String(object.address_line_2) : "",
|
|
238
|
+
landmark: isSet(object.landmark) ? globalThis.String(object.landmark) : "",
|
|
239
|
+
city: isSet(object.city) ? globalThis.String(object.city) : "",
|
|
240
|
+
state: isSet(object.state) ? globalThis.String(object.state) : "",
|
|
241
|
+
pin_code: isSet(object.pin_code) ? globalThis.String(object.pin_code) : "",
|
|
242
|
+
};
|
|
243
|
+
},
|
|
244
|
+
toJSON(message) {
|
|
245
|
+
const obj = {};
|
|
246
|
+
if (message.house_flat_no !== "") {
|
|
247
|
+
obj.house_flat_no = message.house_flat_no;
|
|
248
|
+
}
|
|
249
|
+
if (message.address_line_1 !== "") {
|
|
250
|
+
obj.address_line_1 = message.address_line_1;
|
|
251
|
+
}
|
|
252
|
+
if (message.address_line_2 !== "") {
|
|
253
|
+
obj.address_line_2 = message.address_line_2;
|
|
254
|
+
}
|
|
255
|
+
if (message.landmark !== "") {
|
|
256
|
+
obj.landmark = message.landmark;
|
|
257
|
+
}
|
|
258
|
+
if (message.city !== "") {
|
|
259
|
+
obj.city = message.city;
|
|
260
|
+
}
|
|
261
|
+
if (message.state !== "") {
|
|
262
|
+
obj.state = message.state;
|
|
263
|
+
}
|
|
264
|
+
if (message.pin_code !== "") {
|
|
265
|
+
obj.pin_code = message.pin_code;
|
|
266
|
+
}
|
|
267
|
+
return obj;
|
|
268
|
+
},
|
|
269
|
+
create(base) {
|
|
270
|
+
return exports.Address.fromPartial(base ?? {});
|
|
271
|
+
},
|
|
272
|
+
fromPartial(object) {
|
|
273
|
+
const message = createBaseAddress();
|
|
274
|
+
message.house_flat_no = object.house_flat_no ?? "";
|
|
275
|
+
message.address_line_1 = object.address_line_1 ?? "";
|
|
276
|
+
message.address_line_2 = object.address_line_2 ?? "";
|
|
277
|
+
message.landmark = object.landmark ?? "";
|
|
278
|
+
message.city = object.city ?? "";
|
|
279
|
+
message.state = object.state ?? "";
|
|
280
|
+
message.pin_code = object.pin_code ?? "";
|
|
281
|
+
return message;
|
|
282
|
+
},
|
|
283
|
+
};
|
|
284
|
+
function isSet(value) {
|
|
285
|
+
return value !== null && value !== undefined;
|
|
286
|
+
}
|