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.
@@ -6220,6 +6220,19 @@
6220
6220
  BankTransactionSummaryFieldsEnum["ALLOCATED_AMOUNT"] = "allocatedAmount";
6221
6221
  })(exports.BankTransactionSummaryFieldsEnum || (exports.BankTransactionSummaryFieldsEnum = {}));
6222
6222
 
6223
+ /**
6224
+ * Class describe configuration options for basiq connect control
6225
+ * https://www.npmjs.com/package/@basiq/basiq-connect-control
6226
+ */
6227
+ var BasiqConfig = /** @class */ (function () {
6228
+ function BasiqConfig(options) {
6229
+ // ID of the DOM element to which Basiq Connect Control will be rendered;
6230
+ this.containerId = 'basiq-control';
6231
+ Object.assign(this, options);
6232
+ }
6233
+ return BasiqConfig;
6234
+ }());
6235
+
6223
6236
  /**
6224
6237
  * access token, needed to access basiq connect ui (https://github.com/basiqio/basiq-connect-ui)
6225
6238
  */
@@ -12944,6 +12957,7 @@
12944
12957
  exports.BankTransactionChartData = BankTransactionChartData;
12945
12958
  exports.BankTransactionCollection = BankTransactionCollection;
12946
12959
  exports.BankTransactionService = BankTransactionService;
12960
+ exports.BasiqConfig = BasiqConfig;
12947
12961
  exports.BasiqJob = BasiqJob;
12948
12962
  exports.BasiqService = BasiqService;
12949
12963
  exports.BasiqToken = BasiqToken;