@stashfin/grpc 1.2.677 → 1.2.679
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/eqxcustomers/creditguidance.d.ts +34 -47
- package/ts/eqxcustomers/creditguidance.js +100 -116
- package/ts/growth/getchrplans.d.ts +31 -94
- package/ts/growth/getchrplans.js +61 -566
- package/ts/growth.d.ts +9 -9
- package/ts/growth.js +4 -4
package/ts/growth.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type CallOptions, ChannelCredentials, Client, type ClientOptions, type
|
|
|
2
2
|
import { chrplansstatusrequest, chrplanstatusresponse } from "./growth/checkplanstatus";
|
|
3
3
|
import { chrattachplanrequest, chrattachplanresponse } from "./growth/getattachplandetails";
|
|
4
4
|
import { paymentstatusrequest, paymentstatusresponse } from "./growth/getchrpaymentstatus";
|
|
5
|
-
import {
|
|
5
|
+
import { chrPlansRequest, chrPlansResponse } from "./growth/getchrplans";
|
|
6
6
|
import { credithealthreportrequest, credithealthreportresponse } from "./growth/getcredithealthreport";
|
|
7
7
|
import { initiatepaymentrequest, initiatepaymentresponse } from "./growth/initiatepayment";
|
|
8
8
|
import { notifychrrequest, notifychrresponse } from "./growth/notifychrpayment";
|
|
@@ -40,10 +40,10 @@ export declare const growthService: {
|
|
|
40
40
|
readonly path: "/service.growth/getchrplans";
|
|
41
41
|
readonly requestStream: false;
|
|
42
42
|
readonly responseStream: false;
|
|
43
|
-
readonly requestSerialize: (value:
|
|
44
|
-
readonly requestDeserialize: (value: Buffer) =>
|
|
45
|
-
readonly responseSerialize: (value:
|
|
46
|
-
readonly responseDeserialize: (value: Buffer) =>
|
|
43
|
+
readonly requestSerialize: (value: chrPlansRequest) => Buffer;
|
|
44
|
+
readonly requestDeserialize: (value: Buffer) => chrPlansRequest;
|
|
45
|
+
readonly responseSerialize: (value: chrPlansResponse) => Buffer;
|
|
46
|
+
readonly responseDeserialize: (value: Buffer) => chrPlansResponse;
|
|
47
47
|
};
|
|
48
48
|
readonly getcredithealthreport: {
|
|
49
49
|
readonly path: "/service.growth/getcredithealthreport";
|
|
@@ -77,7 +77,7 @@ export interface growthServer extends UntypedServiceImplementation {
|
|
|
77
77
|
notifychrpayment: handleUnaryCall<notifychrrequest, notifychrresponse>;
|
|
78
78
|
checkplanstatus: handleUnaryCall<chrplansstatusrequest, chrplanstatusresponse>;
|
|
79
79
|
getattachplandetails: handleUnaryCall<chrattachplanrequest, chrattachplanresponse>;
|
|
80
|
-
getchrplans: handleUnaryCall<
|
|
80
|
+
getchrplans: handleUnaryCall<chrPlansRequest, chrPlansResponse>;
|
|
81
81
|
getcredithealthreport: handleUnaryCall<credithealthreportrequest, credithealthreportresponse>;
|
|
82
82
|
initiatepayment: handleUnaryCall<initiatepaymentrequest, initiatepaymentresponse>;
|
|
83
83
|
getchrpaymentstatus: handleUnaryCall<paymentstatusrequest, paymentstatusresponse>;
|
|
@@ -92,9 +92,9 @@ export interface growthClient extends Client {
|
|
|
92
92
|
getattachplandetails(request: chrattachplanrequest, callback: (error: ServiceError | null, response: chrattachplanresponse) => void): ClientUnaryCall;
|
|
93
93
|
getattachplandetails(request: chrattachplanrequest, metadata: Metadata, callback: (error: ServiceError | null, response: chrattachplanresponse) => void): ClientUnaryCall;
|
|
94
94
|
getattachplandetails(request: chrattachplanrequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: chrattachplanresponse) => void): ClientUnaryCall;
|
|
95
|
-
getchrplans(request:
|
|
96
|
-
getchrplans(request:
|
|
97
|
-
getchrplans(request:
|
|
95
|
+
getchrplans(request: chrPlansRequest, callback: (error: ServiceError | null, response: chrPlansResponse) => void): ClientUnaryCall;
|
|
96
|
+
getchrplans(request: chrPlansRequest, metadata: Metadata, callback: (error: ServiceError | null, response: chrPlansResponse) => void): ClientUnaryCall;
|
|
97
|
+
getchrplans(request: chrPlansRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: chrPlansResponse) => void): ClientUnaryCall;
|
|
98
98
|
getcredithealthreport(request: credithealthreportrequest, callback: (error: ServiceError | null, response: credithealthreportresponse) => void): ClientUnaryCall;
|
|
99
99
|
getcredithealthreport(request: credithealthreportrequest, metadata: Metadata, callback: (error: ServiceError | null, response: credithealthreportresponse) => void): ClientUnaryCall;
|
|
100
100
|
getcredithealthreport(request: credithealthreportrequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: credithealthreportresponse) => void): ClientUnaryCall;
|
package/ts/growth.js
CHANGED
|
@@ -48,10 +48,10 @@ exports.growthService = {
|
|
|
48
48
|
path: "/service.growth/getchrplans",
|
|
49
49
|
requestStream: false,
|
|
50
50
|
responseStream: false,
|
|
51
|
-
requestSerialize: (value) => Buffer.from(getchrplans_1.
|
|
52
|
-
requestDeserialize: (value) => getchrplans_1.
|
|
53
|
-
responseSerialize: (value) => Buffer.from(getchrplans_1.
|
|
54
|
-
responseDeserialize: (value) => getchrplans_1.
|
|
51
|
+
requestSerialize: (value) => Buffer.from(getchrplans_1.chrPlansRequest.encode(value).finish()),
|
|
52
|
+
requestDeserialize: (value) => getchrplans_1.chrPlansRequest.decode(value),
|
|
53
|
+
responseSerialize: (value) => Buffer.from(getchrplans_1.chrPlansResponse.encode(value).finish()),
|
|
54
|
+
responseDeserialize: (value) => getchrplans_1.chrPlansResponse.decode(value),
|
|
55
55
|
},
|
|
56
56
|
getcredithealthreport: {
|
|
57
57
|
path: "/service.growth/getcredithealthreport",
|