@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.
- package/esm2020/lib/_generated/host.service.mjs +4 -4
- package/esm2020/lib/_internal/app-metrics.api.service.mjs +4 -4
- package/esm2020/lib/_internal/interfaces/mission-control.interface.mjs +1 -1
- package/esm2020/lib/_internal/mission-control.api.service.mjs +4 -4
- package/esm2020/lib/_internal/objects/mission-control.mjs +4 -1
- package/esm2020/lib/_internal/service-levels.api.service.mjs +4 -4
- package/esm2020/lib/_internal/user.api.service.mjs +4 -4
- package/fesm2015/vendasta-mission-control.mjs +53 -15
- package/fesm2015/vendasta-mission-control.mjs.map +1 -1
- package/fesm2020/vendasta-mission-control.mjs +53 -15
- 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
|
@@ -111,6 +111,11 @@ var ServiceReadiness;
|
|
|
111
111
|
ServiceReadiness[ServiceReadiness["SERVICE_READINESS_SUNSET"] = 3] = "SERVICE_READINESS_SUNSET";
|
|
112
112
|
})(ServiceReadiness || (ServiceReadiness = {}));
|
|
113
113
|
|
|
114
|
+
// *********************************
|
|
115
|
+
// Code generated by sdkgen
|
|
116
|
+
// DO NOT EDIT!.
|
|
117
|
+
//
|
|
118
|
+
// Enums Index.
|
|
114
119
|
// *********************************
|
|
115
120
|
|
|
116
121
|
function enumStringToValue$4(enumRef, value) {
|
|
@@ -1409,6 +1414,9 @@ class Event {
|
|
|
1409
1414
|
if (typeof this.triggerName !== 'undefined') {
|
|
1410
1415
|
toReturn['triggerName'] = this.triggerName;
|
|
1411
1416
|
}
|
|
1417
|
+
if (typeof this.buildLogUrl !== 'undefined') {
|
|
1418
|
+
toReturn['buildLogUrl'] = this.buildLogUrl;
|
|
1419
|
+
}
|
|
1412
1420
|
return toReturn;
|
|
1413
1421
|
}
|
|
1414
1422
|
}
|
|
@@ -2390,6 +2398,11 @@ class UserSettingsV2 {
|
|
|
2390
2398
|
}
|
|
2391
2399
|
}
|
|
2392
2400
|
|
|
2401
|
+
// *********************************
|
|
2402
|
+
// Code generated by sdkgen
|
|
2403
|
+
// DO NOT EDIT!.
|
|
2404
|
+
//
|
|
2405
|
+
// Objects Index.
|
|
2393
2406
|
// *********************************
|
|
2394
2407
|
|
|
2395
2408
|
const environment = (window ? window['environment'] : 'prod') ?? 'prod';
|
|
@@ -2408,13 +2421,18 @@ class HostService {
|
|
|
2408
2421
|
return 'https://' + this.host;
|
|
2409
2422
|
}
|
|
2410
2423
|
}
|
|
2411
|
-
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2412
|
-
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2424
|
+
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2425
|
+
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, providedIn: 'root' });
|
|
2426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, decorators: [{
|
|
2414
2427
|
type: Injectable,
|
|
2415
2428
|
args: [{ providedIn: 'root' }]
|
|
2416
2429
|
}] });
|
|
2417
2430
|
|
|
2431
|
+
// *********************************
|
|
2432
|
+
// Code generated by sdkgen
|
|
2433
|
+
// DO NOT EDIT!.
|
|
2434
|
+
//
|
|
2435
|
+
// API Service.
|
|
2418
2436
|
// *********************************
|
|
2419
2437
|
class AppMetricsApiService {
|
|
2420
2438
|
constructor(http, hostService) {
|
|
@@ -2461,13 +2479,18 @@ class AppMetricsApiService {
|
|
|
2461
2479
|
.pipe(map(resp => LeadTimeListResponse.fromProto(resp)));
|
|
2462
2480
|
}
|
|
2463
2481
|
}
|
|
2464
|
-
AppMetricsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2465
|
-
AppMetricsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2482
|
+
AppMetricsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppMetricsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2483
|
+
AppMetricsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppMetricsApiService, providedIn: 'root' });
|
|
2484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppMetricsApiService, decorators: [{
|
|
2467
2485
|
type: Injectable,
|
|
2468
2486
|
args: [{ providedIn: 'root' }]
|
|
2469
2487
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2470
2488
|
|
|
2489
|
+
// *********************************
|
|
2490
|
+
// Code generated by sdkgen
|
|
2491
|
+
// DO NOT EDIT!.
|
|
2492
|
+
//
|
|
2493
|
+
// API Service.
|
|
2471
2494
|
// *********************************
|
|
2472
2495
|
class MissionControlApiService {
|
|
2473
2496
|
constructor(http, hostService) {
|
|
@@ -2562,13 +2585,18 @@ class MissionControlApiService {
|
|
|
2562
2585
|
.pipe(map(resp => GetZonesResponse.fromProto(resp)));
|
|
2563
2586
|
}
|
|
2564
2587
|
}
|
|
2565
|
-
MissionControlApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2566
|
-
MissionControlApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2588
|
+
MissionControlApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MissionControlApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2589
|
+
MissionControlApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MissionControlApiService, providedIn: 'root' });
|
|
2590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MissionControlApiService, decorators: [{
|
|
2568
2591
|
type: Injectable,
|
|
2569
2592
|
args: [{ providedIn: 'root' }]
|
|
2570
2593
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2571
2594
|
|
|
2595
|
+
// *********************************
|
|
2596
|
+
// Code generated by sdkgen
|
|
2597
|
+
// DO NOT EDIT!.
|
|
2598
|
+
//
|
|
2599
|
+
// API Service.
|
|
2572
2600
|
// *********************************
|
|
2573
2601
|
class ServiceLevelsApiService {
|
|
2574
2602
|
constructor(http, hostService) {
|
|
@@ -2599,13 +2627,18 @@ class ServiceLevelsApiService {
|
|
|
2599
2627
|
return this.http.post(this._host + "/missioncontrol.v2.ServiceLevels/Update", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
2600
2628
|
}
|
|
2601
2629
|
}
|
|
2602
|
-
ServiceLevelsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2603
|
-
ServiceLevelsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2630
|
+
ServiceLevelsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ServiceLevelsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2631
|
+
ServiceLevelsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ServiceLevelsApiService, providedIn: 'root' });
|
|
2632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ServiceLevelsApiService, decorators: [{
|
|
2605
2633
|
type: Injectable,
|
|
2606
2634
|
args: [{ providedIn: 'root' }]
|
|
2607
2635
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2608
2636
|
|
|
2637
|
+
// *********************************
|
|
2638
|
+
// Code generated by sdkgen
|
|
2639
|
+
// DO NOT EDIT!.
|
|
2640
|
+
//
|
|
2641
|
+
// API Service.
|
|
2609
2642
|
// *********************************
|
|
2610
2643
|
class UserApiService {
|
|
2611
2644
|
constructor(http, hostService) {
|
|
@@ -2631,14 +2664,19 @@ class UserApiService {
|
|
|
2631
2664
|
.pipe(map(resp => GetUserSettingsResponseV2.fromProto(resp)));
|
|
2632
2665
|
}
|
|
2633
2666
|
}
|
|
2634
|
-
UserApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2635
|
-
UserApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2667
|
+
UserApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: UserApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2668
|
+
UserApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: UserApiService, providedIn: 'root' });
|
|
2669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: UserApiService, decorators: [{
|
|
2637
2670
|
type: Injectable,
|
|
2638
2671
|
args: [{ providedIn: 'root' }]
|
|
2639
2672
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2640
2673
|
|
|
2641
2674
|
// *********************************
|
|
2675
|
+
// Code generated by sdkgen
|
|
2676
|
+
// DO NOT EDIT!.
|
|
2677
|
+
//
|
|
2678
|
+
// Index.
|
|
2679
|
+
// *********************************
|
|
2642
2680
|
|
|
2643
2681
|
/**
|
|
2644
2682
|
* Generated bundle index. Do not edit.
|