@seniorsistemas/yms-integration 1.29.0 → 1.29.1

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.
@@ -3610,7 +3610,11 @@ var InsertKeyComponent = /** @class */ (function () {
3610
3610
  var _this = this;
3611
3611
  var key = {
3612
3612
  documentKeys: [this.formGroup.get('key').value],
3613
- invoices: undefined,
3613
+ invoices: [{
3614
+ number: this.formGroup.get('invoiceNumber').value,
3615
+ serialNumber: this.formGroup.get('invoiceSerie').value,
3616
+ partnerDocument: this.formGroup.get('partnerDocument').value
3617
+ }],
3614
3618
  logistcUnitName: undefined,
3615
3619
  size: 0,
3616
3620
  offset: 0