@stashfin/grpc 1.2.576 → 1.2.577
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/customers.d.ts +0 -14
- package/ts/customers.js +0 -10
package/package.json
CHANGED
package/ts/customers.d.ts
CHANGED
|
@@ -53,7 +53,6 @@ import { getBasicInfoRequest, getBasicInfoResponse } from "./customers/getbasici
|
|
|
53
53
|
import { getCitiesRequest, getCitiesResponse } from "./customers/getcities";
|
|
54
54
|
import { getCliStatusRequest, getCliStatusResponse } from "./customers/getclistatus";
|
|
55
55
|
import { getCompanyAccDetailsRequest, getCompanyAccDetailsResponse } from "./customers/getcompanyaccdetails";
|
|
56
|
-
import { getCustomerRequest as getCustomerRequest1, getCustomerResponse as getCustomerResponse2 } from "./customers/getcustomer";
|
|
57
56
|
import { getCustomerByIdRequest, getCustomerByIdResponse } from "./customers/getcustomerbyid";
|
|
58
57
|
import { getCustomerDetailsRequest, getCustomerDetailsResponse } from "./customers/getcustomerdetailsbymobile";
|
|
59
58
|
import { getDashboardRequest, getDashboardResponse } from "./customers/getdashboard";
|
|
@@ -1180,15 +1179,6 @@ export declare const customersService: {
|
|
|
1180
1179
|
readonly responseSerialize: (value: getMessengerModeResponse) => Buffer;
|
|
1181
1180
|
readonly responseDeserialize: (value: Buffer) => getMessengerModeResponse;
|
|
1182
1181
|
};
|
|
1183
|
-
readonly getCustomer: {
|
|
1184
|
-
readonly path: "/service.customers/getCustomer";
|
|
1185
|
-
readonly requestStream: false;
|
|
1186
|
-
readonly responseStream: false;
|
|
1187
|
-
readonly requestSerialize: (value: getCustomerRequest1) => Buffer;
|
|
1188
|
-
readonly requestDeserialize: (value: Buffer) => getCustomerRequest1;
|
|
1189
|
-
readonly responseSerialize: (value: getCustomerResponse2) => Buffer;
|
|
1190
|
-
readonly responseDeserialize: (value: Buffer) => getCustomerResponse2;
|
|
1191
|
-
};
|
|
1192
1182
|
};
|
|
1193
1183
|
export interface customersServer extends UntypedServiceImplementation {
|
|
1194
1184
|
sendOtp: handleUnaryCall<sendOtpRequest, sendOtpRespone>;
|
|
@@ -1309,7 +1299,6 @@ export interface customersServer extends UntypedServiceImplementation {
|
|
|
1309
1299
|
applyLamf: handleUnaryCall<applyLamfRequest, applyLamfResponse>;
|
|
1310
1300
|
updateSanctionAmount: handleUnaryCall<updateSanctionAmountRequest, updateSanctionAmountResponse>;
|
|
1311
1301
|
getMessengerMode: handleUnaryCall<getMessengerModeRequest, getMessengerModeResponse>;
|
|
1312
|
-
getCustomer: handleUnaryCall<getCustomerRequest1, getCustomerResponse2>;
|
|
1313
1302
|
}
|
|
1314
1303
|
export interface customersClient extends Client {
|
|
1315
1304
|
sendOtp(request: sendOtpRequest, callback: (error: ServiceError | null, response: sendOtpRespone) => void): ClientUnaryCall;
|
|
@@ -1666,9 +1655,6 @@ export interface customersClient extends Client {
|
|
|
1666
1655
|
getMessengerMode(request: getMessengerModeRequest, callback: (error: ServiceError | null, response: getMessengerModeResponse) => void): ClientUnaryCall;
|
|
1667
1656
|
getMessengerMode(request: getMessengerModeRequest, metadata: Metadata, callback: (error: ServiceError | null, response: getMessengerModeResponse) => void): ClientUnaryCall;
|
|
1668
1657
|
getMessengerMode(request: getMessengerModeRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: getMessengerModeResponse) => void): ClientUnaryCall;
|
|
1669
|
-
getCustomer(request: getCustomerRequest1, callback: (error: ServiceError | null, response: getCustomerResponse2) => void): ClientUnaryCall;
|
|
1670
|
-
getCustomer(request: getCustomerRequest1, metadata: Metadata, callback: (error: ServiceError | null, response: getCustomerResponse2) => void): ClientUnaryCall;
|
|
1671
|
-
getCustomer(request: getCustomerRequest1, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: getCustomerResponse2) => void): ClientUnaryCall;
|
|
1672
1658
|
}
|
|
1673
1659
|
export declare const customersClient: {
|
|
1674
1660
|
new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): customersClient;
|
package/ts/customers.js
CHANGED
|
@@ -62,7 +62,6 @@ const getbasicinfo_1 = require("./customers/getbasicinfo");
|
|
|
62
62
|
const getcities_1 = require("./customers/getcities");
|
|
63
63
|
const getclistatus_1 = require("./customers/getclistatus");
|
|
64
64
|
const getcompanyaccdetails_1 = require("./customers/getcompanyaccdetails");
|
|
65
|
-
const getcustomer_1 = require("./customers/getcustomer");
|
|
66
65
|
const getcustomerbyid_1 = require("./customers/getcustomerbyid");
|
|
67
66
|
const getcustomerdetailsbymobile_1 = require("./customers/getcustomerdetailsbymobile");
|
|
68
67
|
const getdashboard_1 = require("./customers/getdashboard");
|
|
@@ -1188,14 +1187,5 @@ exports.customersService = {
|
|
|
1188
1187
|
responseSerialize: (value) => Buffer.from(getmessengermode_1.getMessengerModeResponse.encode(value).finish()),
|
|
1189
1188
|
responseDeserialize: (value) => getmessengermode_1.getMessengerModeResponse.decode(value),
|
|
1190
1189
|
},
|
|
1191
|
-
getCustomer: {
|
|
1192
|
-
path: "/service.customers/getCustomer",
|
|
1193
|
-
requestStream: false,
|
|
1194
|
-
responseStream: false,
|
|
1195
|
-
requestSerialize: (value) => Buffer.from(getcustomer_1.getCustomerRequest.encode(value).finish()),
|
|
1196
|
-
requestDeserialize: (value) => getcustomer_1.getCustomerRequest.decode(value),
|
|
1197
|
-
responseSerialize: (value) => Buffer.from(getcustomer_1.getCustomerResponse.encode(value).finish()),
|
|
1198
|
-
responseDeserialize: (value) => getcustomer_1.getCustomerResponse.decode(value),
|
|
1199
|
-
},
|
|
1200
1190
|
};
|
|
1201
1191
|
exports.customersClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.customersService, "service.customers");
|