taxtank-core 0.8.1 → 0.8.2

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.
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Class describe configuration options for basiq connect control
3
+ * https://www.npmjs.com/package/@basiq/basiq-connect-control
4
+ */
5
+ export declare class BasiqConfig {
6
+ containerId: string;
7
+ token: string;
8
+ userID: string;
9
+ connectLinkId: string;
10
+ upload: boolean;
11
+ connect: boolean;
12
+ companyName: string;
13
+ regionOfInstitutions: string;
14
+ hideTestBanks: boolean;
15
+ hideBetaBanks: boolean;
16
+ constructor(options: object);
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",
package/public-api.d.ts CHANGED
@@ -130,6 +130,7 @@ export * from './lib/models/bank/bank-connection';
130
130
  export * from './lib/models/bank/bank-transaction';
131
131
  export * from './lib/models/bank/bank-transaction-chart-data';
132
132
  export * from './lib/models/bank/bank-transaction-summary-fields.enum';
133
+ export * from './lib/models/bank/basiq-config';
133
134
  export * from './lib/models/bank/basiq-job';
134
135
  export * from './lib/models/bank/basiq-token';
135
136
  export * from './lib/models/bank/type-loan.const';