@cybrid/cybrid-api-bank-angular 0.125.53 → 0.125.54

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.
@@ -8059,7 +8059,7 @@ class InternalService {
8059
8059
  reportProgress: reportProgress
8060
8060
  });
8061
8061
  }
8062
- internalListCustomers(page, perPage, guid, bankGuid, organizationGuid, observe = 'body', reportProgress = false, options) {
8062
+ internalListCustomers(page, perPage, guid, type, bankGuid, organizationGuid, observe = 'body', reportProgress = false, options) {
8063
8063
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
8064
8064
  if (page !== undefined && page !== null) {
8065
8065
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, 'page');
@@ -8070,6 +8070,9 @@ class InternalService {
8070
8070
  if (guid !== undefined && guid !== null) {
8071
8071
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, guid, 'guid');
8072
8072
  }
8073
+ if (type !== undefined && type !== null) {
8074
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, type, 'type');
8075
+ }
8073
8076
  if (bankGuid !== undefined && bankGuid !== null) {
8074
8077
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, bankGuid, 'bank_guid');
8075
8078
  }