@colijnit/transaction 256.1.92 → 256.1.94

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.
@@ -8,7 +8,6 @@ import { Country } from '@colijnit/transactionapi/build/model/country.bo';
8
8
  import { RelationAddressCfgNames } from '../../../interface/relation-address-cfg-names.interface';
9
9
  import { TransactionRelationService } from '../../../service/transaction-relation.service';
10
10
  import { TransactionService } from '../../../service/transaction.service';
11
- import { CoDomainValue } from '@colijnit/mainapi/build/model/co-domain-value.bo';
12
11
  export declare class RelationAddressComponent extends RelationBaseComponent implements OnInit {
13
12
  private _dictionary;
14
13
  private _connector;
@@ -22,7 +21,6 @@ export declare class RelationAddressComponent extends RelationBaseComponent impl
22
21
  addressChange: EventEmitter<Address>;
23
22
  showClass(): boolean;
24
23
  countries: Country[];
25
- addressTypes: CoDomainValue[];
26
24
  fields: Object;
27
25
  countryModel: Country;
28
26
  postalCodeCheckErrorMessage: string;
@@ -66,5 +66,4 @@ export declare class TransactionPaymentService implements OnDestroy {
66
66
  private _clearInterval;
67
67
  private _dataUriToBase64;
68
68
  private _setCashDrawerIdIfValidDrawer;
69
- private _triggerCalculateAmountToPay;
70
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "256.1.92",
3
+ "version": "256.1.94",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",