@stashfin/grpc 1.2.582 → 1.2.584

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/ts/loans.js CHANGED
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.loansClient = exports.loansService = exports.protobufPackage = void 0;
9
9
  /* eslint-disable */
10
10
  const grpc_js_1 = require("@grpc/grpc-js");
11
- const addrefrences_1 = require("./loans/addrefrences");
11
+ const addreference_1 = require("./loans/addreference");
12
12
  const amortization_1 = require("./loans/amortization");
13
13
  const approveloan_1 = require("./loans/approveloan");
14
14
  const banklist_1 = require("./loans/banklist");
@@ -421,14 +421,14 @@ exports.loansService = {
421
421
  responseSerialize: (value) => Buffer.from(manualpaymentallocation_1.manualPaymentAllocationResponse.encode(value).finish()),
422
422
  responseDeserialize: (value) => manualpaymentallocation_1.manualPaymentAllocationResponse.decode(value),
423
423
  },
424
- addCustomerRefrence: {
425
- path: "/service.loans/addCustomerRefrence",
424
+ addCustomerReference: {
425
+ path: "/service.loans/addCustomerReference",
426
426
  requestStream: false,
427
427
  responseStream: false,
428
- requestSerialize: (value) => Buffer.from(addrefrences_1.customerReferencesRequest.encode(value).finish()),
429
- requestDeserialize: (value) => addrefrences_1.customerReferencesRequest.decode(value),
430
- responseSerialize: (value) => Buffer.from(addrefrences_1.customerReferencesResponse.encode(value).finish()),
431
- responseDeserialize: (value) => addrefrences_1.customerReferencesResponse.decode(value),
428
+ requestSerialize: (value) => Buffer.from(addreference_1.customerReferencesRequest.encode(value).finish()),
429
+ requestDeserialize: (value) => addreference_1.customerReferencesRequest.decode(value),
430
+ responseSerialize: (value) => Buffer.from(addreference_1.customerReferencesResponse.encode(value).finish()),
431
+ responseDeserialize: (value) => addreference_1.customerReferencesResponse.decode(value),
432
432
  },
433
433
  };
434
434
  exports.loansClient = (0, grpc_js_1.makeGenericClientConstructor)(exports.loansService, "service.loans");