@stashfin/grpc 1.2.463 → 1.2.465
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/upi/checktransactionstatus.d.ts +45 -0
- package/ts/upi/checktransactionstatus.js +270 -0
- package/ts/upi.d.ts +14 -0
- package/ts/upi.js +10 -0
package/package.json
CHANGED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
export declare const protobufPackage = "upi.checkTransactionStatus";
|
|
3
|
+
export interface checkTransactionStatusRequest {
|
|
4
|
+
device_id: string;
|
|
5
|
+
mobile: string;
|
|
6
|
+
ext_txn_id: string;
|
|
7
|
+
profile_id: string;
|
|
8
|
+
}
|
|
9
|
+
export interface checkTransactionStatusResponse {
|
|
10
|
+
txn_status: string;
|
|
11
|
+
ext_txn_id: string;
|
|
12
|
+
rrn: string;
|
|
13
|
+
payee_name: string;
|
|
14
|
+
payee_vpa: string;
|
|
15
|
+
payer_name: string;
|
|
16
|
+
payer_vpa: string;
|
|
17
|
+
message: string;
|
|
18
|
+
}
|
|
19
|
+
export declare const checkTransactionStatusRequest: {
|
|
20
|
+
encode(message: checkTransactionStatusRequest, writer?: _m0.Writer): _m0.Writer;
|
|
21
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): checkTransactionStatusRequest;
|
|
22
|
+
fromJSON(object: any): checkTransactionStatusRequest;
|
|
23
|
+
toJSON(message: checkTransactionStatusRequest): unknown;
|
|
24
|
+
create<I extends Exact<DeepPartial<checkTransactionStatusRequest>, I>>(base?: I): checkTransactionStatusRequest;
|
|
25
|
+
fromPartial<I extends Exact<DeepPartial<checkTransactionStatusRequest>, I>>(object: I): checkTransactionStatusRequest;
|
|
26
|
+
};
|
|
27
|
+
export declare const checkTransactionStatusResponse: {
|
|
28
|
+
encode(message: checkTransactionStatusResponse, writer?: _m0.Writer): _m0.Writer;
|
|
29
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): checkTransactionStatusResponse;
|
|
30
|
+
fromJSON(object: any): checkTransactionStatusResponse;
|
|
31
|
+
toJSON(message: checkTransactionStatusResponse): unknown;
|
|
32
|
+
create<I extends Exact<DeepPartial<checkTransactionStatusResponse>, I>>(base?: I): checkTransactionStatusResponse;
|
|
33
|
+
fromPartial<I extends Exact<DeepPartial<checkTransactionStatusResponse>, I>>(object: I): checkTransactionStatusResponse;
|
|
34
|
+
};
|
|
35
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
36
|
+
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 {} ? {
|
|
37
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
38
|
+
} : Partial<T>;
|
|
39
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
40
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
41
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
42
|
+
} & {
|
|
43
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
44
|
+
};
|
|
45
|
+
export {};
|
|
@@ -0,0 +1,270 @@
|
|
|
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.29.0
|
|
6
|
+
// source: upi/checktransactionstatus.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.checkTransactionStatusResponse = exports.checkTransactionStatusRequest = exports.protobufPackage = void 0;
|
|
12
|
+
/* eslint-disable */
|
|
13
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
14
|
+
exports.protobufPackage = "upi.checkTransactionStatus";
|
|
15
|
+
function createBasecheckTransactionStatusRequest() {
|
|
16
|
+
return { device_id: "", mobile: "", ext_txn_id: "", profile_id: "" };
|
|
17
|
+
}
|
|
18
|
+
exports.checkTransactionStatusRequest = {
|
|
19
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
20
|
+
if (message.device_id !== "") {
|
|
21
|
+
writer.uint32(10).string(message.device_id);
|
|
22
|
+
}
|
|
23
|
+
if (message.mobile !== "") {
|
|
24
|
+
writer.uint32(18).string(message.mobile);
|
|
25
|
+
}
|
|
26
|
+
if (message.ext_txn_id !== "") {
|
|
27
|
+
writer.uint32(26).string(message.ext_txn_id);
|
|
28
|
+
}
|
|
29
|
+
if (message.profile_id !== "") {
|
|
30
|
+
writer.uint32(34).string(message.profile_id);
|
|
31
|
+
}
|
|
32
|
+
return writer;
|
|
33
|
+
},
|
|
34
|
+
decode(input, length) {
|
|
35
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
36
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
37
|
+
const message = createBasecheckTransactionStatusRequest();
|
|
38
|
+
while (reader.pos < end) {
|
|
39
|
+
const tag = reader.uint32();
|
|
40
|
+
switch (tag >>> 3) {
|
|
41
|
+
case 1:
|
|
42
|
+
if (tag !== 10) {
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
message.device_id = reader.string();
|
|
46
|
+
continue;
|
|
47
|
+
case 2:
|
|
48
|
+
if (tag !== 18) {
|
|
49
|
+
break;
|
|
50
|
+
}
|
|
51
|
+
message.mobile = reader.string();
|
|
52
|
+
continue;
|
|
53
|
+
case 3:
|
|
54
|
+
if (tag !== 26) {
|
|
55
|
+
break;
|
|
56
|
+
}
|
|
57
|
+
message.ext_txn_id = reader.string();
|
|
58
|
+
continue;
|
|
59
|
+
case 4:
|
|
60
|
+
if (tag !== 34) {
|
|
61
|
+
break;
|
|
62
|
+
}
|
|
63
|
+
message.profile_id = reader.string();
|
|
64
|
+
continue;
|
|
65
|
+
}
|
|
66
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
67
|
+
break;
|
|
68
|
+
}
|
|
69
|
+
reader.skipType(tag & 7);
|
|
70
|
+
}
|
|
71
|
+
return message;
|
|
72
|
+
},
|
|
73
|
+
fromJSON(object) {
|
|
74
|
+
return {
|
|
75
|
+
device_id: isSet(object.device_id) ? globalThis.String(object.device_id) : "",
|
|
76
|
+
mobile: isSet(object.mobile) ? globalThis.String(object.mobile) : "",
|
|
77
|
+
ext_txn_id: isSet(object.ext_txn_id) ? globalThis.String(object.ext_txn_id) : "",
|
|
78
|
+
profile_id: isSet(object.profile_id) ? globalThis.String(object.profile_id) : "",
|
|
79
|
+
};
|
|
80
|
+
},
|
|
81
|
+
toJSON(message) {
|
|
82
|
+
const obj = {};
|
|
83
|
+
if (message.device_id !== "") {
|
|
84
|
+
obj.device_id = message.device_id;
|
|
85
|
+
}
|
|
86
|
+
if (message.mobile !== "") {
|
|
87
|
+
obj.mobile = message.mobile;
|
|
88
|
+
}
|
|
89
|
+
if (message.ext_txn_id !== "") {
|
|
90
|
+
obj.ext_txn_id = message.ext_txn_id;
|
|
91
|
+
}
|
|
92
|
+
if (message.profile_id !== "") {
|
|
93
|
+
obj.profile_id = message.profile_id;
|
|
94
|
+
}
|
|
95
|
+
return obj;
|
|
96
|
+
},
|
|
97
|
+
create(base) {
|
|
98
|
+
return exports.checkTransactionStatusRequest.fromPartial(base ?? {});
|
|
99
|
+
},
|
|
100
|
+
fromPartial(object) {
|
|
101
|
+
const message = createBasecheckTransactionStatusRequest();
|
|
102
|
+
message.device_id = object.device_id ?? "";
|
|
103
|
+
message.mobile = object.mobile ?? "";
|
|
104
|
+
message.ext_txn_id = object.ext_txn_id ?? "";
|
|
105
|
+
message.profile_id = object.profile_id ?? "";
|
|
106
|
+
return message;
|
|
107
|
+
},
|
|
108
|
+
};
|
|
109
|
+
function createBasecheckTransactionStatusResponse() {
|
|
110
|
+
return {
|
|
111
|
+
txn_status: "",
|
|
112
|
+
ext_txn_id: "",
|
|
113
|
+
rrn: "",
|
|
114
|
+
payee_name: "",
|
|
115
|
+
payee_vpa: "",
|
|
116
|
+
payer_name: "",
|
|
117
|
+
payer_vpa: "",
|
|
118
|
+
message: "",
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
exports.checkTransactionStatusResponse = {
|
|
122
|
+
encode(message, writer = minimal_1.default.Writer.create()) {
|
|
123
|
+
if (message.txn_status !== "") {
|
|
124
|
+
writer.uint32(10).string(message.txn_status);
|
|
125
|
+
}
|
|
126
|
+
if (message.ext_txn_id !== "") {
|
|
127
|
+
writer.uint32(18).string(message.ext_txn_id);
|
|
128
|
+
}
|
|
129
|
+
if (message.rrn !== "") {
|
|
130
|
+
writer.uint32(26).string(message.rrn);
|
|
131
|
+
}
|
|
132
|
+
if (message.payee_name !== "") {
|
|
133
|
+
writer.uint32(34).string(message.payee_name);
|
|
134
|
+
}
|
|
135
|
+
if (message.payee_vpa !== "") {
|
|
136
|
+
writer.uint32(42).string(message.payee_vpa);
|
|
137
|
+
}
|
|
138
|
+
if (message.payer_name !== "") {
|
|
139
|
+
writer.uint32(58).string(message.payer_name);
|
|
140
|
+
}
|
|
141
|
+
if (message.payer_vpa !== "") {
|
|
142
|
+
writer.uint32(66).string(message.payer_vpa);
|
|
143
|
+
}
|
|
144
|
+
if (message.message !== "") {
|
|
145
|
+
writer.uint32(74).string(message.message);
|
|
146
|
+
}
|
|
147
|
+
return writer;
|
|
148
|
+
},
|
|
149
|
+
decode(input, length) {
|
|
150
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
151
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
152
|
+
const message = createBasecheckTransactionStatusResponse();
|
|
153
|
+
while (reader.pos < end) {
|
|
154
|
+
const tag = reader.uint32();
|
|
155
|
+
switch (tag >>> 3) {
|
|
156
|
+
case 1:
|
|
157
|
+
if (tag !== 10) {
|
|
158
|
+
break;
|
|
159
|
+
}
|
|
160
|
+
message.txn_status = reader.string();
|
|
161
|
+
continue;
|
|
162
|
+
case 2:
|
|
163
|
+
if (tag !== 18) {
|
|
164
|
+
break;
|
|
165
|
+
}
|
|
166
|
+
message.ext_txn_id = reader.string();
|
|
167
|
+
continue;
|
|
168
|
+
case 3:
|
|
169
|
+
if (tag !== 26) {
|
|
170
|
+
break;
|
|
171
|
+
}
|
|
172
|
+
message.rrn = reader.string();
|
|
173
|
+
continue;
|
|
174
|
+
case 4:
|
|
175
|
+
if (tag !== 34) {
|
|
176
|
+
break;
|
|
177
|
+
}
|
|
178
|
+
message.payee_name = reader.string();
|
|
179
|
+
continue;
|
|
180
|
+
case 5:
|
|
181
|
+
if (tag !== 42) {
|
|
182
|
+
break;
|
|
183
|
+
}
|
|
184
|
+
message.payee_vpa = reader.string();
|
|
185
|
+
continue;
|
|
186
|
+
case 7:
|
|
187
|
+
if (tag !== 58) {
|
|
188
|
+
break;
|
|
189
|
+
}
|
|
190
|
+
message.payer_name = reader.string();
|
|
191
|
+
continue;
|
|
192
|
+
case 8:
|
|
193
|
+
if (tag !== 66) {
|
|
194
|
+
break;
|
|
195
|
+
}
|
|
196
|
+
message.payer_vpa = reader.string();
|
|
197
|
+
continue;
|
|
198
|
+
case 9:
|
|
199
|
+
if (tag !== 74) {
|
|
200
|
+
break;
|
|
201
|
+
}
|
|
202
|
+
message.message = reader.string();
|
|
203
|
+
continue;
|
|
204
|
+
}
|
|
205
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
206
|
+
break;
|
|
207
|
+
}
|
|
208
|
+
reader.skipType(tag & 7);
|
|
209
|
+
}
|
|
210
|
+
return message;
|
|
211
|
+
},
|
|
212
|
+
fromJSON(object) {
|
|
213
|
+
return {
|
|
214
|
+
txn_status: isSet(object.txn_status) ? globalThis.String(object.txn_status) : "",
|
|
215
|
+
ext_txn_id: isSet(object.ext_txn_id) ? globalThis.String(object.ext_txn_id) : "",
|
|
216
|
+
rrn: isSet(object.rrn) ? globalThis.String(object.rrn) : "",
|
|
217
|
+
payee_name: isSet(object.payee_name) ? globalThis.String(object.payee_name) : "",
|
|
218
|
+
payee_vpa: isSet(object.payee_vpa) ? globalThis.String(object.payee_vpa) : "",
|
|
219
|
+
payer_name: isSet(object.payer_name) ? globalThis.String(object.payer_name) : "",
|
|
220
|
+
payer_vpa: isSet(object.payer_vpa) ? globalThis.String(object.payer_vpa) : "",
|
|
221
|
+
message: isSet(object.message) ? globalThis.String(object.message) : "",
|
|
222
|
+
};
|
|
223
|
+
},
|
|
224
|
+
toJSON(message) {
|
|
225
|
+
const obj = {};
|
|
226
|
+
if (message.txn_status !== "") {
|
|
227
|
+
obj.txn_status = message.txn_status;
|
|
228
|
+
}
|
|
229
|
+
if (message.ext_txn_id !== "") {
|
|
230
|
+
obj.ext_txn_id = message.ext_txn_id;
|
|
231
|
+
}
|
|
232
|
+
if (message.rrn !== "") {
|
|
233
|
+
obj.rrn = message.rrn;
|
|
234
|
+
}
|
|
235
|
+
if (message.payee_name !== "") {
|
|
236
|
+
obj.payee_name = message.payee_name;
|
|
237
|
+
}
|
|
238
|
+
if (message.payee_vpa !== "") {
|
|
239
|
+
obj.payee_vpa = message.payee_vpa;
|
|
240
|
+
}
|
|
241
|
+
if (message.payer_name !== "") {
|
|
242
|
+
obj.payer_name = message.payer_name;
|
|
243
|
+
}
|
|
244
|
+
if (message.payer_vpa !== "") {
|
|
245
|
+
obj.payer_vpa = message.payer_vpa;
|
|
246
|
+
}
|
|
247
|
+
if (message.message !== "") {
|
|
248
|
+
obj.message = message.message;
|
|
249
|
+
}
|
|
250
|
+
return obj;
|
|
251
|
+
},
|
|
252
|
+
create(base) {
|
|
253
|
+
return exports.checkTransactionStatusResponse.fromPartial(base ?? {});
|
|
254
|
+
},
|
|
255
|
+
fromPartial(object) {
|
|
256
|
+
const message = createBasecheckTransactionStatusResponse();
|
|
257
|
+
message.txn_status = object.txn_status ?? "";
|
|
258
|
+
message.ext_txn_id = object.ext_txn_id ?? "";
|
|
259
|
+
message.rrn = object.rrn ?? "";
|
|
260
|
+
message.payee_name = object.payee_name ?? "";
|
|
261
|
+
message.payee_vpa = object.payee_vpa ?? "";
|
|
262
|
+
message.payer_name = object.payer_name ?? "";
|
|
263
|
+
message.payer_vpa = object.payer_vpa ?? "";
|
|
264
|
+
message.message = object.message ?? "";
|
|
265
|
+
return message;
|
|
266
|
+
},
|
|
267
|
+
};
|
|
268
|
+
function isSet(value) {
|
|
269
|
+
return value !== null && value !== undefined;
|
|
270
|
+
}
|
package/ts/upi.d.ts
CHANGED
|
@@ -1,5 +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
2
|
import { addAccountRequest, addAccountResponse } from "./upi/addaccount";
|
|
3
|
+
import { checkTransactionStatusRequest, checkTransactionStatusResponse } from "./upi/checktransactionstatus";
|
|
3
4
|
import { getAccountsByProviderRequest, getAccountsByProviderResponse } from "./upi/getaccountsbyprovider";
|
|
4
5
|
import { getAvailableVPARequest, getAvailableVPAResponse } from "./upi/getavailablevpa";
|
|
5
6
|
import { getListedAccountProvidersRequest, getListedAccountProvidersResponse } from "./upi/getlistedaccountproviders";
|
|
@@ -82,6 +83,15 @@ export declare const upiService: {
|
|
|
82
83
|
readonly responseSerialize: (value: getAccountsByProviderResponse) => Buffer;
|
|
83
84
|
readonly responseDeserialize: (value: Buffer) => getAccountsByProviderResponse;
|
|
84
85
|
};
|
|
86
|
+
readonly checkTransactionStatus: {
|
|
87
|
+
readonly path: "/service.upi/checkTransactionStatus";
|
|
88
|
+
readonly requestStream: false;
|
|
89
|
+
readonly responseStream: false;
|
|
90
|
+
readonly requestSerialize: (value: checkTransactionStatusRequest) => Buffer;
|
|
91
|
+
readonly requestDeserialize: (value: Buffer) => checkTransactionStatusRequest;
|
|
92
|
+
readonly responseSerialize: (value: checkTransactionStatusResponse) => Buffer;
|
|
93
|
+
readonly responseDeserialize: (value: Buffer) => checkTransactionStatusResponse;
|
|
94
|
+
};
|
|
85
95
|
};
|
|
86
96
|
export interface upiServer extends UntypedServiceImplementation {
|
|
87
97
|
getListedAccountProviders: handleUnaryCall<getListedAccountProvidersRequest, getListedAccountProvidersResponse>;
|
|
@@ -92,6 +102,7 @@ export interface upiServer extends UntypedServiceImplementation {
|
|
|
92
102
|
getProfile: handleUnaryCall<getProfileRequest, getProfileResponse>;
|
|
93
103
|
validateVpa: handleUnaryCall<validateVPARequest, validateVPAResponse>;
|
|
94
104
|
getAccountsByProvider: handleUnaryCall<getAccountsByProviderRequest, getAccountsByProviderResponse>;
|
|
105
|
+
checkTransactionStatus: handleUnaryCall<checkTransactionStatusRequest, checkTransactionStatusResponse>;
|
|
95
106
|
}
|
|
96
107
|
export interface upiClient extends Client {
|
|
97
108
|
getListedAccountProviders(request: getListedAccountProvidersRequest, callback: (error: ServiceError | null, response: getListedAccountProvidersResponse) => void): ClientUnaryCall;
|
|
@@ -118,6 +129,9 @@ export interface upiClient extends Client {
|
|
|
118
129
|
getAccountsByProvider(request: getAccountsByProviderRequest, callback: (error: ServiceError | null, response: getAccountsByProviderResponse) => void): ClientUnaryCall;
|
|
119
130
|
getAccountsByProvider(request: getAccountsByProviderRequest, metadata: Metadata, callback: (error: ServiceError | null, response: getAccountsByProviderResponse) => void): ClientUnaryCall;
|
|
120
131
|
getAccountsByProvider(request: getAccountsByProviderRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: getAccountsByProviderResponse) => void): ClientUnaryCall;
|
|
132
|
+
checkTransactionStatus(request: checkTransactionStatusRequest, callback: (error: ServiceError | null, response: checkTransactionStatusResponse) => void): ClientUnaryCall;
|
|
133
|
+
checkTransactionStatus(request: checkTransactionStatusRequest, metadata: Metadata, callback: (error: ServiceError | null, response: checkTransactionStatusResponse) => void): ClientUnaryCall;
|
|
134
|
+
checkTransactionStatus(request: checkTransactionStatusRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: checkTransactionStatusResponse) => void): ClientUnaryCall;
|
|
121
135
|
}
|
|
122
136
|
export declare const upiClient: {
|
|
123
137
|
new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): upiClient;
|
package/ts/upi.js
CHANGED
|
@@ -9,6 +9,7 @@ exports.upiClient = exports.upiService = exports.protobufPackage = void 0;
|
|
|
9
9
|
/* eslint-disable */
|
|
10
10
|
const grpc_js_1 = require("@grpc/grpc-js");
|
|
11
11
|
const addaccount_1 = require("./upi/addaccount");
|
|
12
|
+
const checktransactionstatus_1 = require("./upi/checktransactionstatus");
|
|
12
13
|
const getaccountsbyprovider_1 = require("./upi/getaccountsbyprovider");
|
|
13
14
|
const getavailablevpa_1 = require("./upi/getavailablevpa");
|
|
14
15
|
const getlistedaccountproviders_1 = require("./upi/getlistedaccountproviders");
|
|
@@ -90,5 +91,14 @@ exports.upiService = {
|
|
|
90
91
|
responseSerialize: (value) => Buffer.from(getaccountsbyprovider_1.getAccountsByProviderResponse.encode(value).finish()),
|
|
91
92
|
responseDeserialize: (value) => getaccountsbyprovider_1.getAccountsByProviderResponse.decode(value),
|
|
92
93
|
},
|
|
94
|
+
checkTransactionStatus: {
|
|
95
|
+
path: "/service.upi/checkTransactionStatus",
|
|
96
|
+
requestStream: false,
|
|
97
|
+
responseStream: false,
|
|
98
|
+
requestSerialize: (value) => Buffer.from(checktransactionstatus_1.checkTransactionStatusRequest.encode(value).finish()),
|
|
99
|
+
requestDeserialize: (value) => checktransactionstatus_1.checkTransactionStatusRequest.decode(value),
|
|
100
|
+
responseSerialize: (value) => Buffer.from(checktransactionstatus_1.checkTransactionStatusResponse.encode(value).finish()),
|
|
101
|
+
responseDeserialize: (value) => checktransactionstatus_1.checkTransactionStatusResponse.decode(value),
|
|
102
|
+
},
|
|
93
103
|
};
|
|
94
104
|
exports.upiClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.upiService, "service.upi");
|