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

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.
@@ -8083,7 +8083,7 @@ class InternalService {
8083
8083
  reportProgress: reportProgress
8084
8084
  });
8085
8085
  }
8086
- internalListCustomers(page, perPage, guid, bankGuid, organizationGuid, observe = 'body', reportProgress = false, options) {
8086
+ internalListCustomers(page, perPage, guid, type, bankGuid, organizationGuid, observe = 'body', reportProgress = false, options) {
8087
8087
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
8088
8088
  if (page !== undefined && page !== null) {
8089
8089
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, page, 'page');
@@ -8094,6 +8094,9 @@ class InternalService {
8094
8094
  if (guid !== undefined && guid !== null) {
8095
8095
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, guid, 'guid');
8096
8096
  }
8097
+ if (type !== undefined && type !== null) {
8098
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, type, 'type');
8099
+ }
8097
8100
  if (bankGuid !== undefined && bankGuid !== null) {
8098
8101
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, bankGuid, 'bank_guid');
8099
8102
  }