@stashfin/grpc 1.2.114 → 1.2.116

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stashfin/grpc",
3
- "version": "1.2.114",
3
+ "version": "1.2.116",
4
4
  "description": "Grpc proto manger",
5
5
  "scripts": {
6
6
  "prebuild": "rimraf src/ts && mkdirp src/ts && mkdirp dist",
package/ts/customers.d.ts CHANGED
@@ -37,7 +37,6 @@ import { step7Request, step7Response } from "./customers/step7";
37
37
  import { step8Request, step8Response } from "./customers/step8";
38
38
  import { step9Request, step9Response } from "./customers/step9";
39
39
  import { stepstaticRequest, stepstaticResponse } from "./customers/stepstatic";
40
- import { updateDigiLockerTxnRequest, updateDigiLockerTxnResponse } from "./customers/updatedigilockertxn";
41
40
  import { updateDOBRequest, updateDOBResponse } from "./customers/updatedob";
42
41
  import { locStatusRequest, locStatusResponse } from "./customers/updatelocstatus";
43
42
  import { updateMobileSendOtpRequest, updateMobileSendOtpResponse } from "./customers/updatemobilesendotp";
@@ -383,15 +382,6 @@ export declare const customersService: {
383
382
  readonly responseSerialize: (value: getDocumentsResponse) => Buffer;
384
383
  readonly responseDeserialize: (value: Buffer) => getDocumentsResponse;
385
384
  };
386
- readonly updateDigiLockerTxn: {
387
- readonly path: "/service.customers/updateDigiLockerTxn";
388
- readonly requestStream: false;
389
- readonly responseStream: false;
390
- readonly requestSerialize: (value: updateDigiLockerTxnRequest) => Buffer;
391
- readonly requestDeserialize: (value: Buffer) => updateDigiLockerTxnRequest;
392
- readonly responseSerialize: (value: updateDigiLockerTxnResponse) => Buffer;
393
- readonly responseDeserialize: (value: Buffer) => updateDigiLockerTxnResponse;
394
- };
395
385
  readonly updateOkycTxn: {
396
386
  readonly path: "/service.customers/updateOkycTxn";
397
387
  readonly requestStream: false;
@@ -575,7 +565,6 @@ export interface customersServer extends UntypedServiceImplementation {
575
565
  getAllStates: handleUnaryCall<getAllStatesRequest, getAllStatesResponse>;
576
566
  getCitiesByStateId: handleUnaryCall<getCitiesRequest, getCitiesResponse>;
577
567
  getDocumentList: handleUnaryCall<getDocumentsRequest, getDocumentsResponse>;
578
- updateDigiLockerTxn: handleUnaryCall<updateDigiLockerTxnRequest, updateDigiLockerTxnResponse>;
579
568
  updateOkycTxn: handleUnaryCall<updateOkycTxnRequest, updateOkycTxnResponse>;
580
569
  addAddress: handleUnaryCall<addAddressRequest, addAddressResponse>;
581
570
  getKycWebUrl: handleUnaryCall<getKycWebUrlRequest, getKycWebUrlResponse>;
@@ -705,9 +694,6 @@ export interface customersClient extends Client {
705
694
  getDocumentList(request: getDocumentsRequest, callback: (error: ServiceError | null, response: getDocumentsResponse) => void): ClientUnaryCall;
706
695
  getDocumentList(request: getDocumentsRequest, metadata: Metadata, callback: (error: ServiceError | null, response: getDocumentsResponse) => void): ClientUnaryCall;
707
696
  getDocumentList(request: getDocumentsRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: getDocumentsResponse) => void): ClientUnaryCall;
708
- updateDigiLockerTxn(request: updateDigiLockerTxnRequest, callback: (error: ServiceError | null, response: updateDigiLockerTxnResponse) => void): ClientUnaryCall;
709
- updateDigiLockerTxn(request: updateDigiLockerTxnRequest, metadata: Metadata, callback: (error: ServiceError | null, response: updateDigiLockerTxnResponse) => void): ClientUnaryCall;
710
- updateDigiLockerTxn(request: updateDigiLockerTxnRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: updateDigiLockerTxnResponse) => void): ClientUnaryCall;
711
697
  updateOkycTxn(request: updateOkycTxnRequest, callback: (error: ServiceError | null, response: updateOkycTxnResponse) => void): ClientUnaryCall;
712
698
  updateOkycTxn(request: updateOkycTxnRequest, metadata: Metadata, callback: (error: ServiceError | null, response: updateOkycTxnResponse) => void): ClientUnaryCall;
713
699
  updateOkycTxn(request: updateOkycTxnRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: ServiceError | null, response: updateOkycTxnResponse) => void): ClientUnaryCall;
package/ts/customers.js CHANGED
@@ -46,7 +46,6 @@ const step7_1 = require("./customers/step7");
46
46
  const step8_1 = require("./customers/step8");
47
47
  const step9_1 = require("./customers/step9");
48
48
  const stepstatic_1 = require("./customers/stepstatic");
49
- const updatedigilockertxn_1 = require("./customers/updatedigilockertxn");
50
49
  const updatedob_1 = require("./customers/updatedob");
51
50
  const updatelocstatus_1 = require("./customers/updatelocstatus");
52
51
  const updatemobilesendotp_1 = require("./customers/updatemobilesendotp");
@@ -391,15 +390,6 @@ exports.customersService = {
391
390
  responseSerialize: (value) => Buffer.from(getdocuments_1.getDocumentsResponse.encode(value).finish()),
392
391
  responseDeserialize: (value) => getdocuments_1.getDocumentsResponse.decode(value),
393
392
  },
394
- updateDigiLockerTxn: {
395
- path: "/service.customers/updateDigiLockerTxn",
396
- requestStream: false,
397
- responseStream: false,
398
- requestSerialize: (value) => Buffer.from(updatedigilockertxn_1.updateDigiLockerTxnRequest.encode(value).finish()),
399
- requestDeserialize: (value) => updatedigilockertxn_1.updateDigiLockerTxnRequest.decode(value),
400
- responseSerialize: (value) => Buffer.from(updatedigilockertxn_1.updateDigiLockerTxnResponse.encode(value).finish()),
401
- responseDeserialize: (value) => updatedigilockertxn_1.updateDigiLockerTxnResponse.decode(value),
402
- },
403
393
  updateOkycTxn: {
404
394
  path: "/service.customers/updateOkycTxn",
405
395
  requestStream: false,