@ironcode/vas-lib 0.0.26 → 0.0.27

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.
@@ -1572,6 +1572,7 @@ class VasJobModel extends VasRestrictedAccountObjectModel {
1572
1572
  assigneeId: this.assigneeId || '~',
1573
1573
  timeZoneOffset: this.timeZoneOffset || 0,
1574
1574
  pendingFields: this.pendingFields || 0,
1575
+ lastFormId: this.formId || '~'
1575
1576
  };
1576
1577
  }
1577
1578
  }