@vendasta/mission-control 3.9.0 → 3.10.0

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.
@@ -1226,6 +1226,9 @@ class Delivery {
1226
1226
  if (typeof this.buildId !== 'undefined') {
1227
1227
  toReturn['buildId'] = this.buildId;
1228
1228
  }
1229
+ if (typeof this.vulnerabilityRiskOverrideReason !== 'undefined') {
1230
+ toReturn['vulnerabilityRiskOverrideReason'] = this.vulnerabilityRiskOverrideReason;
1231
+ }
1229
1232
  return toReturn;
1230
1233
  }
1231
1234
  }