@vendasta/mission-control 3.2.0 → 3.4.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.
@@ -112,6 +112,7 @@ export interface EventInterface {
112
112
  automated?: boolean;
113
113
  probableAppType?: e.AppType;
114
114
  triggerName?: string;
115
+ buildLogUrl?: string;
115
116
  }
116
117
  export interface GetUserSettingsRequestInterface {
117
118
  userEmail?: string;
@@ -159,6 +159,7 @@ export declare class Event implements i.EventInterface {
159
159
  automated: boolean;
160
160
  probableAppType: e.AppType;
161
161
  triggerName: string;
162
+ buildLogUrl: string;
162
163
  static fromProto(proto: any): Event;
163
164
  constructor(kwargs?: i.EventInterface);
164
165
  toApiJson(): object;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@vendasta/mission-control",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^15.1.0",
6
- "@angular/core": "^15.1.0"
5
+ "@angular/common": "^15.2.0",
6
+ "@angular/core": "^15.2.0"
7
7
  },
8
8
  "author": "Vendasta R&D",
9
9
  "description": "SDK to interact with the mission-control service",