@vendasta/mission-control 3.3.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/mission-control.api.service.mjs +4 -4
- 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 +50 -15
- package/fesm2015/vendasta-mission-control.mjs.map +1 -1
- package/fesm2020/vendasta-mission-control.mjs +50 -15
- package/fesm2020/vendasta-mission-control.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|
|
@@ -2393,6 +2398,11 @@ class UserSettingsV2 {
|
|
|
2393
2398
|
}
|
|
2394
2399
|
}
|
|
2395
2400
|
|
|
2401
|
+
// *********************************
|
|
2402
|
+
// Code generated by sdkgen
|
|
2403
|
+
// DO NOT EDIT!.
|
|
2404
|
+
//
|
|
2405
|
+
// Objects Index.
|
|
2396
2406
|
// *********************************
|
|
2397
2407
|
|
|
2398
2408
|
const environment = (window ? window['environment'] : 'prod') ?? 'prod';
|
|
@@ -2411,13 +2421,18 @@ class HostService {
|
|
|
2411
2421
|
return 'https://' + this.host;
|
|
2412
2422
|
}
|
|
2413
2423
|
}
|
|
2414
|
-
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2415
|
-
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2416
|
-
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: [{
|
|
2417
2427
|
type: Injectable,
|
|
2418
2428
|
args: [{ providedIn: 'root' }]
|
|
2419
2429
|
}] });
|
|
2420
2430
|
|
|
2431
|
+
// *********************************
|
|
2432
|
+
// Code generated by sdkgen
|
|
2433
|
+
// DO NOT EDIT!.
|
|
2434
|
+
//
|
|
2435
|
+
// API Service.
|
|
2421
2436
|
// *********************************
|
|
2422
2437
|
class AppMetricsApiService {
|
|
2423
2438
|
constructor(http, hostService) {
|
|
@@ -2464,13 +2479,18 @@ class AppMetricsApiService {
|
|
|
2464
2479
|
.pipe(map(resp => LeadTimeListResponse.fromProto(resp)));
|
|
2465
2480
|
}
|
|
2466
2481
|
}
|
|
2467
|
-
AppMetricsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2468
|
-
AppMetricsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2469
|
-
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: [{
|
|
2470
2485
|
type: Injectable,
|
|
2471
2486
|
args: [{ providedIn: 'root' }]
|
|
2472
2487
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2473
2488
|
|
|
2489
|
+
// *********************************
|
|
2490
|
+
// Code generated by sdkgen
|
|
2491
|
+
// DO NOT EDIT!.
|
|
2492
|
+
//
|
|
2493
|
+
// API Service.
|
|
2474
2494
|
// *********************************
|
|
2475
2495
|
class MissionControlApiService {
|
|
2476
2496
|
constructor(http, hostService) {
|
|
@@ -2565,13 +2585,18 @@ class MissionControlApiService {
|
|
|
2565
2585
|
.pipe(map(resp => GetZonesResponse.fromProto(resp)));
|
|
2566
2586
|
}
|
|
2567
2587
|
}
|
|
2568
|
-
MissionControlApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2569
|
-
MissionControlApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2570
|
-
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: [{
|
|
2571
2591
|
type: Injectable,
|
|
2572
2592
|
args: [{ providedIn: 'root' }]
|
|
2573
2593
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2574
2594
|
|
|
2595
|
+
// *********************************
|
|
2596
|
+
// Code generated by sdkgen
|
|
2597
|
+
// DO NOT EDIT!.
|
|
2598
|
+
//
|
|
2599
|
+
// API Service.
|
|
2575
2600
|
// *********************************
|
|
2576
2601
|
class ServiceLevelsApiService {
|
|
2577
2602
|
constructor(http, hostService) {
|
|
@@ -2602,13 +2627,18 @@ class ServiceLevelsApiService {
|
|
|
2602
2627
|
return this.http.post(this._host + "/missioncontrol.v2.ServiceLevels/Update", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
2603
2628
|
}
|
|
2604
2629
|
}
|
|
2605
|
-
ServiceLevelsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2606
|
-
ServiceLevelsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2607
|
-
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: [{
|
|
2608
2633
|
type: Injectable,
|
|
2609
2634
|
args: [{ providedIn: 'root' }]
|
|
2610
2635
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2611
2636
|
|
|
2637
|
+
// *********************************
|
|
2638
|
+
// Code generated by sdkgen
|
|
2639
|
+
// DO NOT EDIT!.
|
|
2640
|
+
//
|
|
2641
|
+
// API Service.
|
|
2612
2642
|
// *********************************
|
|
2613
2643
|
class UserApiService {
|
|
2614
2644
|
constructor(http, hostService) {
|
|
@@ -2634,14 +2664,19 @@ class UserApiService {
|
|
|
2634
2664
|
.pipe(map(resp => GetUserSettingsResponseV2.fromProto(resp)));
|
|
2635
2665
|
}
|
|
2636
2666
|
}
|
|
2637
|
-
UserApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2638
|
-
UserApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2639
|
-
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: [{
|
|
2640
2670
|
type: Injectable,
|
|
2641
2671
|
args: [{ providedIn: 'root' }]
|
|
2642
2672
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
2643
2673
|
|
|
2644
2674
|
// *********************************
|
|
2675
|
+
// Code generated by sdkgen
|
|
2676
|
+
// DO NOT EDIT!.
|
|
2677
|
+
//
|
|
2678
|
+
// Index.
|
|
2679
|
+
// *********************************
|
|
2645
2680
|
|
|
2646
2681
|
/**
|
|
2647
2682
|
* Generated bundle index. Do not edit.
|