@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.
@@ -72,6 +72,7 @@ export interface DeliveryInterface {
72
72
  message?: string;
73
73
  isRollback?: boolean;
74
74
  buildId?: string;
75
+ vulnerabilityRiskOverrideReason?: string;
75
76
  }
76
77
  export interface DeliveryLockInterface {
77
78
  userEmail?: string;
@@ -110,6 +110,7 @@ export declare class Delivery implements i.DeliveryInterface {
110
110
  message: string;
111
111
  isRollback: boolean;
112
112
  buildId: string;
113
+ vulnerabilityRiskOverrideReason: string;
113
114
  static fromProto(proto: any): Delivery;
114
115
  constructor(kwargs?: i.DeliveryInterface);
115
116
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/mission-control",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0"