@colijnit/transaction 256.1.54 → 256.1.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.
@@ -33,8 +33,8 @@
33
33
  function Version() {
34
34
  this.name = "@colijnit/transaction";
35
35
  this.description = "Colijn IT transaction package";
36
- this.symVer = "256.1.54";
37
- this.publishDate = "12/02/2025, 12:54:08";
36
+ this.symVer = "256.1.55";
37
+ this.publishDate = "13/02/2025, 16:43:27";
38
38
  }
39
39
  return Version;
40
40
  }());
@@ -37696,6 +37696,7 @@
37696
37696
  this.docDeliveryBatch.deleteLine = 'F';
37697
37697
  this.docDeliveryBatch.historical = 'G';
37698
37698
  this.transactionLine.purchasePortalLine.docBatchArray.push(this.docDeliveryBatch);
37699
+ this.filteredDocBatchArray = __spreadArray(__spreadArray([], __read(this.filteredDocBatchArray)), [this.docDeliveryBatch]);
37699
37700
  }
37700
37701
  this.transactionLine.purchasePortalLine.docKind = 'IB';
37701
37702
  return [4 /*yield*/, this._transactionService.updatePurchasePortalLines(this.transactionInfo.id, this.transactionInfo.version, this.transactionLine.purchasePortalLine)];