@vendasta/mission-control 3.2.0 → 3.3.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.
- package/esm2020/lib/_internal/interfaces/mission-control.interface.mjs +1 -1
- package/esm2020/lib/_internal/objects/mission-control.mjs +4 -1
- package/fesm2015/vendasta-mission-control.mjs +3 -0
- package/fesm2015/vendasta-mission-control.mjs.map +1 -1
- package/fesm2020/vendasta-mission-control.mjs +3 -0
- package/fesm2020/vendasta-mission-control.mjs.map +1 -1
- package/lib/_internal/interfaces/mission-control.interface.d.ts +1 -0
- package/lib/_internal/objects/mission-control.d.ts +1 -0
- package/package.json +3 -3
|
@@ -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.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^15.
|
|
6
|
-
"@angular/core": "^15.
|
|
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",
|