@en-solutions/tgm-client-sdk 1.9.2 → 1.9.8
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/esm2022/lib/models/api/component.models.mjs +1 -1
- package/esm2022/lib/models/api/energy.models.mjs +1 -1
- package/esm2022/lib/models/api/grid.models.mjs +1 -1
- package/esm2022/lib/models/api/intervention.models.mjs +1 -1
- package/esm2022/lib/models/api/plugin.models.mjs +1 -1
- package/esm2022/lib/models/enums/status.enums.mjs +12 -2
- package/esm2022/lib/models/enums/type.enums.mjs +3 -1
- package/esm2022/lib/services/api/energy.service.mjs +18 -1
- package/esm2022/lib/services/api/grid.service.mjs +23 -1
- package/esm2022/lib/services/api/plugin.service.mjs +23 -1
- package/fesm2022/en-solutions-tgm-client-sdk.mjs +75 -2
- package/fesm2022/en-solutions-tgm-client-sdk.mjs.map +1 -1
- package/lib/models/api/component.models.d.ts +7 -1
- package/lib/models/api/energy.models.d.ts +34 -0
- package/lib/models/api/grid.models.d.ts +4 -0
- package/lib/models/api/intervention.models.d.ts +2 -0
- package/lib/models/api/plugin.models.d.ts +23 -0
- package/lib/models/enums/status.enums.d.ts +3 -0
- package/lib/models/enums/type.enums.d.ts +7 -0
- package/lib/services/api/energy.service.d.ts +13 -2
- package/lib/services/api/grid.service.d.ts +27 -0
- package/lib/services/api/plugin.service.d.ts +12 -1
- package/package.json +1 -1
|
@@ -19,6 +19,10 @@ export class PluginService {
|
|
|
19
19
|
list() {
|
|
20
20
|
return this.http.get(this.base);
|
|
21
21
|
}
|
|
22
|
+
/** Full detail of one plugin (rich content + this organization's install status) — for a detail page. */
|
|
23
|
+
detail(pluginId) {
|
|
24
|
+
return this.http.get(`${this.base}/${pluginId}`);
|
|
25
|
+
}
|
|
22
26
|
/** True if the given plugin is installed for the current organization. */
|
|
23
27
|
isInstalled(pluginId) {
|
|
24
28
|
return new Observable((sub) => {
|
|
@@ -39,6 +43,24 @@ export class PluginService {
|
|
|
39
43
|
uninstall(pluginId) {
|
|
40
44
|
return this.http.post(`${this.base}/${pluginId}/uninstall`, {});
|
|
41
45
|
}
|
|
46
|
+
// ── Platform (cross-tenant) management — SUPER_ADMIN / PLATFORM_ADMIN ──────────
|
|
47
|
+
platformBase = '/api/platform/plugins';
|
|
48
|
+
/** Tenant-agnostic plugin catalog (descriptors). */
|
|
49
|
+
platformCatalog() {
|
|
50
|
+
return this.http.get(this.platformBase);
|
|
51
|
+
}
|
|
52
|
+
/** Plugins with a specific client's install status. */
|
|
53
|
+
platformListForClient(clientId) {
|
|
54
|
+
return this.http.get(`${this.platformBase}/clients/${clientId}`);
|
|
55
|
+
}
|
|
56
|
+
/** Install a plugin for a specific client. */
|
|
57
|
+
platformInstall(clientId, pluginId) {
|
|
58
|
+
return this.http.post(`${this.platformBase}/clients/${clientId}/${pluginId}/install`, {});
|
|
59
|
+
}
|
|
60
|
+
/** Disable a plugin for a specific client (data retained). */
|
|
61
|
+
platformUninstall(clientId, pluginId) {
|
|
62
|
+
return this.http.post(`${this.platformBase}/clients/${clientId}/${pluginId}/uninstall`, {});
|
|
63
|
+
}
|
|
42
64
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PluginService, deps: [{ token: i1.TgmHttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
43
65
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PluginService, providedIn: 'root' });
|
|
44
66
|
}
|
|
@@ -46,4 +68,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
46
68
|
type: Injectable,
|
|
47
69
|
args: [{ providedIn: 'root' }]
|
|
48
70
|
}], ctorParameters: () => [{ type: i1.TgmHttpClient }] });
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGx1Z2luLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL3NlcnZpY2VzL2FwaS9wbHVnaW4uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxNQUFNLENBQUM7OztBQUtsQzs7Ozs7O0dBTUc7QUFFSCxNQUFNLE9BQU8sYUFBYTtJQUdKO0lBRlosSUFBSSxHQUFHLGNBQWMsQ0FBQztJQUU5QixZQUFvQixJQUFtQjtRQUFuQixTQUFJLEdBQUosSUFBSSxDQUFlO0lBQUcsQ0FBQztJQUUzQyxzRUFBc0U7SUFDdEUsSUFBSTtRQUNGLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQThCLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBRUQseUdBQXlHO0lBQ3pHLE1BQU0sQ0FBQyxRQUFnQjtRQUNyQixPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUE0QixHQUFHLElBQUksQ0FBQyxJQUFJLElBQUksUUFBUSxFQUFFLENBQUMsQ0FBQztJQUM5RSxDQUFDO0lBRUQsMEVBQTBFO0lBQzFFLFdBQVcsQ0FBQyxRQUFnQjtRQUMxQixPQUFPLElBQUksVUFBVSxDQUFVLENBQUMsR0FBRyxFQUFFLEVBQUU7WUFDckMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDLFNBQVMsQ0FBQztnQkFDOUIsSUFBSSxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUU7b0JBQ1YsTUFBTSxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsS0FBSyxRQUFRLENBQUMsQ0FBQztvQkFDNUQsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsS0FBSyxFQUFFLFNBQVMsQ0FBQyxDQUFDO29CQUM3QixHQUFHLENBQUMsUUFBUSxFQUFFLENBQUM7Z0JBQ2pCLENBQUM7Z0JBQ0QsS0FBSyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQzthQUMzQixDQUFDLENBQUM7WUFDSCxPQUFPLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUMvQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxPQUFPLENBQUMsUUFBZ0I7UUFDdEIsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBK0IsR0FBRyxJQUFJLENBQUMsSUFBSSxJQUFJLFFBQVEsVUFBVSxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQzlGLENBQUM7SUFFRCxTQUFTLENBQUMsUUFBZ0I7UUFDeEIsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBb0IsR0FBRyxJQUFJLENBQUMsSUFBSSxJQUFJLFFBQVEsWUFBWSxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ3JGLENBQUM7SUFFRCxrRkFBa0Y7SUFFMUUsWUFBWSxHQUFHLHVCQUF1QixDQUFDO0lBRS9DLG9EQUFvRDtJQUNwRCxlQUFlO1FBQ2IsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBOEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQ3ZFLENBQUM7SUFFRCx1REFBdUQ7SUFDdkQscUJBQXFCLENBQUMsUUFBZ0I7UUFDcEMsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBOEIsR0FBRyxJQUFJLENBQUMsWUFBWSxZQUFZLFFBQVEsRUFBRSxDQUFDLENBQUM7SUFDaEcsQ0FBQztJQUVELDhDQUE4QztJQUM5QyxlQUFlLENBQUMsUUFBZ0IsRUFBRSxRQUFnQjtRQUNoRCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUNuQixHQUFHLElBQUksQ0FBQyxZQUFZLFlBQVksUUFBUSxJQUFJLFFBQVEsVUFBVSxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ3hFLENBQUM7SUFFRCw4REFBOEQ7SUFDOUQsaUJBQWlCLENBQUMsUUFBZ0IsRUFBRSxRQUFnQjtRQUNsRCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUNuQixHQUFHLElBQUksQ0FBQyxZQUFZLFlBQVksUUFBUSxJQUFJLFFBQVEsWUFBWSxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQzFFLENBQUM7d0dBOURVLGFBQWE7NEdBQWIsYUFBYSxjQURBLE1BQU07OzRGQUNuQixhQUFhO2tCQUR6QixVQUFVO21CQUFDLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IFRnbUh0dHBDbGllbnQgfSBmcm9tICcuLi8uLi9jb3JlL2h0dHAtY2xpZW50LnNlcnZpY2UnO1xuaW1wb3J0IHsgQXBpUmVzcG9uc2UgfSBmcm9tICcuLi8uLi9tb2RlbHMvYmFzZS5tb2RlbHMnO1xuaW1wb3J0IHsgSW5zdGFsbGVkUGx1Z2luLCBQbHVnaW5EZXRhaWwsIFBsdWdpblN0YXR1cyB9IGZyb20gJy4uLy4uL21vZGVscy9hcGkvcGx1Z2luLm1vZGVscyc7XG5cbi8qKlxuICogSW5zdGFsbGFibGUgbW9kdWxlcyAocGx1Z2lucykgZm9yIHRoZSBjdXJyZW50IG9yZ2FuaXphdGlvbi5cbiAqXG4gKiBgbGlzdCgpYCBpcyByZWFkYWJsZSBieSBhbnkgYXV0aGVudGljYXRlZCB1c2VyIOKAlCB0aGUgZnJvbnRlbmQgdXNlcyBpdCB0byBkZWNpZGUgd2hpY2ggbW9kdWxlcyAvXG4gKiBtZW51cyB0byByZXZlYWwuIGBpbnN0YWxsKClgIC8gYHVuaW5zdGFsbCgpYCByZXF1aXJlIGFuIGFkbWluIGFuZCBydW4gdGhlIHBsdWdpbidzIGlzb2xhdGVkXG4gKiBtaWdyYXRpb25zIG9uIHRoZSB0ZW5hbnQgREIuXG4gKi9cbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXG5leHBvcnQgY2xhc3MgUGx1Z2luU2VydmljZSB7XG4gIHByaXZhdGUgYmFzZSA9ICcvYXBpL3BsdWdpbnMnO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgaHR0cDogVGdtSHR0cENsaWVudCkge31cblxuICAvKiogQ2F0YWxvZyBvZiBhbGwgcGx1Z2lucyB3aXRoIHRoaXMgb3JnYW5pemF0aW9uJ3MgaW5zdGFsbCBzdGF0dXMuICovXG4gIGxpc3QoKTogT2JzZXJ2YWJsZTxBcGlSZXNwb25zZTxQbHVnaW5TdGF0dXNbXT4+IHtcbiAgICByZXR1cm4gdGhpcy5odHRwLmdldDxBcGlSZXNwb25zZTxQbHVnaW5TdGF0dXNbXT4+KHRoaXMuYmFzZSk7XG4gIH1cblxuICAvKiogRnVsbCBkZXRhaWwgb2Ygb25lIHBsdWdpbiAocmljaCBjb250ZW50ICsgdGhpcyBvcmdhbml6YXRpb24ncyBpbnN0YWxsIHN0YXR1cykg4oCUIGZvciBhIGRldGFpbCBwYWdlLiAqL1xuICBkZXRhaWwocGx1Z2luSWQ6IHN0cmluZyk6IE9ic2VydmFibGU8QXBpUmVzcG9uc2U8UGx1Z2luRGV0YWlsPj4ge1xuICAgIHJldHVybiB0aGlzLmh0dHAuZ2V0PEFwaVJlc3BvbnNlPFBsdWdpbkRldGFpbD4+KGAke3RoaXMuYmFzZX0vJHtwbHVnaW5JZH1gKTtcbiAgfVxuXG4gIC8qKiBUcnVlIGlmIHRoZSBnaXZlbiBwbHVnaW4gaXMgaW5zdGFsbGVkIGZvciB0aGUgY3VycmVudCBvcmdhbml6YXRpb24uICovXG4gIGlzSW5zdGFsbGVkKHBsdWdpbklkOiBzdHJpbmcpOiBPYnNlcnZhYmxlPGJvb2xlYW4+IHtcbiAgICByZXR1cm4gbmV3IE9ic2VydmFibGU8Ym9vbGVhbj4oKHN1YikgPT4ge1xuICAgICAgY29uc3QgcyA9IHRoaXMubGlzdCgpLnN1YnNjcmliZSh7XG4gICAgICAgIG5leHQ6IChyKSA9PiB7XG4gICAgICAgICAgY29uc3QgZm91bmQgPSAoci5kYXRhID8/IFtdKS5maW5kKChwKSA9PiBwLmlkID09PSBwbHVnaW5JZCk7XG4gICAgICAgICAgc3ViLm5leHQoISFmb3VuZD8uaW5zdGFsbGVkKTtcbiAgICAgICAgICBzdWIuY29tcGxldGUoKTtcbiAgICAgICAgfSxcbiAgICAgICAgZXJyb3I6IChlKSA9PiBzdWIuZXJyb3IoZSksXG4gICAgICB9KTtcbiAgICAgIHJldHVybiAoKSA9PiBzLnVuc3Vic2NyaWJlKCk7XG4gICAgfSk7XG4gIH1cblxuICBpbnN0YWxsKHBsdWdpbklkOiBzdHJpbmcpOiBPYnNlcnZhYmxlPEFwaVJlc3BvbnNlPEluc3RhbGxlZFBsdWdpbj4+IHtcbiAgICByZXR1cm4gdGhpcy5odHRwLnBvc3Q8QXBpUmVzcG9uc2U8SW5zdGFsbGVkUGx1Z2luPj4oYCR7dGhpcy5iYXNlfS8ke3BsdWdpbklkfS9pbnN0YWxsYCwge30pO1xuICB9XG5cbiAgdW5pbnN0YWxsKHBsdWdpbklkOiBzdHJpbmcpOiBPYnNlcnZhYmxlPEFwaVJlc3BvbnNlPHZvaWQ+PiB7XG4gICAgcmV0dXJuIHRoaXMuaHR0cC5wb3N0PEFwaVJlc3BvbnNlPHZvaWQ+PihgJHt0aGlzLmJhc2V9LyR7cGx1Z2luSWR9L3VuaW5zdGFsbGAsIHt9KTtcbiAgfVxuXG4gIC8vIOKUgOKUgCBQbGF0Zm9ybSAoY3Jvc3MtdGVuYW50KSBtYW5hZ2VtZW50IOKAlCBTVVBFUl9BRE1JTiAvIFBMQVRGT1JNX0FETUlOIOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgFxuXG4gIHByaXZhdGUgcGxhdGZvcm1CYXNlID0gJy9hcGkvcGxhdGZvcm0vcGx1Z2lucyc7XG5cbiAgLyoqIFRlbmFudC1hZ25vc3RpYyBwbHVnaW4gY2F0YWxvZyAoZGVzY3JpcHRvcnMpLiAqL1xuICBwbGF0Zm9ybUNhdGFsb2coKTogT2JzZXJ2YWJsZTxBcGlSZXNwb25zZTxQbHVnaW5TdGF0dXNbXT4+IHtcbiAgICByZXR1cm4gdGhpcy5odHRwLmdldDxBcGlSZXNwb25zZTxQbHVnaW5TdGF0dXNbXT4+KHRoaXMucGxhdGZvcm1CYXNlKTtcbiAgfVxuXG4gIC8qKiBQbHVnaW5zIHdpdGggYSBzcGVjaWZpYyBjbGllbnQncyBpbnN0YWxsIHN0YXR1cy4gKi9cbiAgcGxhdGZvcm1MaXN0Rm9yQ2xpZW50KGNsaWVudElkOiBzdHJpbmcpOiBPYnNlcnZhYmxlPEFwaVJlc3BvbnNlPFBsdWdpblN0YXR1c1tdPj4ge1xuICAgIHJldHVybiB0aGlzLmh0dHAuZ2V0PEFwaVJlc3BvbnNlPFBsdWdpblN0YXR1c1tdPj4oYCR7dGhpcy5wbGF0Zm9ybUJhc2V9L2NsaWVudHMvJHtjbGllbnRJZH1gKTtcbiAgfVxuXG4gIC8qKiBJbnN0YWxsIGEgcGx1Z2luIGZvciBhIHNwZWNpZmljIGNsaWVudC4gKi9cbiAgcGxhdGZvcm1JbnN0YWxsKGNsaWVudElkOiBzdHJpbmcsIHBsdWdpbklkOiBzdHJpbmcpOiBPYnNlcnZhYmxlPEFwaVJlc3BvbnNlPEluc3RhbGxlZFBsdWdpbj4+IHtcbiAgICByZXR1cm4gdGhpcy5odHRwLnBvc3Q8QXBpUmVzcG9uc2U8SW5zdGFsbGVkUGx1Z2luPj4oXG4gICAgICBgJHt0aGlzLnBsYXRmb3JtQmFzZX0vY2xpZW50cy8ke2NsaWVudElkfS8ke3BsdWdpbklkfS9pbnN0YWxsYCwge30pO1xuICB9XG5cbiAgLyoqIERpc2FibGUgYSBwbHVnaW4gZm9yIGEgc3BlY2lmaWMgY2xpZW50IChkYXRhIHJldGFpbmVkKS4gKi9cbiAgcGxhdGZvcm1Vbmluc3RhbGwoY2xpZW50SWQ6IHN0cmluZywgcGx1Z2luSWQ6IHN0cmluZyk6IE9ic2VydmFibGU8QXBpUmVzcG9uc2U8dm9pZD4+IHtcbiAgICByZXR1cm4gdGhpcy5odHRwLnBvc3Q8QXBpUmVzcG9uc2U8dm9pZD4+KFxuICAgICAgYCR7dGhpcy5wbGF0Zm9ybUJhc2V9L2NsaWVudHMvJHtjbGllbnRJZH0vJHtwbHVnaW5JZH0vdW5pbnN0YWxsYCwge30pO1xuICB9XG59XG4iXX0=
|
|
@@ -731,7 +731,17 @@ const VehicleStatus = { AVAILABLE: 'AVAILABLE', IN_USE: 'IN_USE', MAINTENANCE: '
|
|
|
731
731
|
const WarrantyStatus = { ACTIVE: 'ACTIVE', EXPIRED: 'EXPIRED', CANCELLED: 'CANCELLED', PENDING: 'PENDING' };
|
|
732
732
|
const WarrantyClaimStatus = { DRAFT: 'DRAFT', SUBMITTED: 'SUBMITTED', UNDER_REVIEW: 'UNDER_REVIEW', APPROVED: 'APPROVED', REJECTED: 'REJECTED', PAID: 'PAID', CLOSED: 'CLOSED' };
|
|
733
733
|
const WorkflowStatus = { PENDING: 'PENDING', IN_REVIEW: 'IN_REVIEW', APPROVED: 'APPROVED', REJECTED: 'REJECTED', ESCALATED: 'ESCALATED', CANCELLED: 'CANCELLED', COMPLETED: 'COMPLETED' };
|
|
734
|
-
|
|
734
|
+
// Authoritative mi-request status values (from the Strapi mi-request schema).
|
|
735
|
+
// Setting status to THREATED is what triggers the backend to auto-create the work record.
|
|
736
|
+
const InterventionRequestStatus = {
|
|
737
|
+
PENDING: 'PENDING',
|
|
738
|
+
THREATED: 'THREATED',
|
|
739
|
+
CANCELLED: 'CANCELLED',
|
|
740
|
+
// legacy values kept for backward compatibility
|
|
741
|
+
ON_HOLD: 'OnHold',
|
|
742
|
+
ACCEPTED: 'Accepted',
|
|
743
|
+
REJECTED: 'Rejected',
|
|
744
|
+
};
|
|
735
745
|
const WorkOrderStatus = { COMPLETED: 'Completed', IN_PROGRESS: 'InProgress', PENDING: 'Pending', CANCELLED: 'Cancelled', PLANNED_NOT_SCHEDULED: 'plannedNotScheduled', DRAFT: 'Draft', PLANNED_SCHEDULED: 'plannedScheduled', CLOSED: 'Closed' };
|
|
736
746
|
|
|
737
747
|
const AncillaryServiceType = { FREQUENCY_REGULATION: 'FREQUENCY_REGULATION', SPINNING_RESERVE: 'SPINNING_RESERVE', NON_SPINNING_RESERVE: 'NON_SPINNING_RESERVE', VOLTAGE_SUPPORT: 'VOLTAGE_SUPPORT', BLACK_START: 'BLACK_START', REACTIVE_POWER: 'REACTIVE_POWER' };
|
|
@@ -753,6 +763,8 @@ const ComponentCategory = { ASSET: 'asset', PIPING: 'piping', PROTECTION_CONTROL
|
|
|
753
763
|
const ComponentInfoCategory = { ASSET: 'ASSET', PIPING: 'PIPING', PROTECTION_CONTROL: 'PROTECTION_CONTROL', HYBRID_PLANT: 'HYBRID_PLANT', INSTRUMENTATION: 'INSTRUMENTATION' };
|
|
754
764
|
const ComponentInfoType = { ASSET: 'ASSET', SENSOR: 'SENSOR' };
|
|
755
765
|
const ComponentType = { STANDALONE: 'STANDALONE', REGULAR: 'REGULAR', HYBRID_PLANT: 'HYBRIDPLANT' };
|
|
766
|
+
/** Position of an asset element in the electricity value chain. */
|
|
767
|
+
const ChainSegment = { GENERATION: 'GENERATION', TRANSMISSION: 'TRANSMISSION', DISTRIBUTION: 'DISTRIBUTION' };
|
|
756
768
|
const ConversationType = { DIRECT: 'DIRECT', GROUP: 'GROUP' };
|
|
757
769
|
const CostAllocation = { PREVENTIVE: 'preventive', CORRECTIVE: 'corrective', SPECIAL_MAINTENANCE: 'specialMaintenance', EMERGENCY: 'emergency', CONTINGENCIES: 'contingencies', PROJECT: 'project', MATERIAL_PROCUREMENT: 'materialProcurement', OPERATIONS: 'operations' };
|
|
758
770
|
const CurtailmentType = { ECONOMIC: 'ECONOMIC', RELIABILITY: 'RELIABILITY', ENVIRONMENTAL: 'ENVIRONMENTAL', TRANSMISSION_CONSTRAINT: 'TRANSMISSION_CONSTRAINT', VOLUNTARY: 'VOLUNTARY' };
|
|
@@ -3204,15 +3216,32 @@ class OutageEventService extends BaseCrudService {
|
|
|
3204
3216
|
params: { start, end },
|
|
3205
3217
|
});
|
|
3206
3218
|
}
|
|
3219
|
+
/** Post-outage impact analysis (backend: PostOutageAnalysisDTO). */
|
|
3207
3220
|
getAnalysis(id) {
|
|
3208
3221
|
return this.http.get(`${this.resourcePath}/${id}/analysis`);
|
|
3209
3222
|
}
|
|
3223
|
+
/** Schedule overlaps (backend: OverlapDTO[]). */
|
|
3210
3224
|
getOverlaps(id) {
|
|
3211
3225
|
return this.http.get(`${this.resourcePath}/${id}/overlaps`);
|
|
3212
3226
|
}
|
|
3227
|
+
/** Resource conflicts (backend: ResourceConflictDTO[]). */
|
|
3213
3228
|
getResourceConflicts(id) {
|
|
3214
3229
|
return this.http.get(`${this.resourcePath}/${id}/resource-conflicts`);
|
|
3215
3230
|
}
|
|
3231
|
+
/**
|
|
3232
|
+
* Lifecycle actions (backend: `POST /api/outages/{id}/approve|complete|cancel`).
|
|
3233
|
+
* NB: `approve` drives the separate `approvalStatus` field (PENDING → APPROVED), while
|
|
3234
|
+
* `complete`/`cancel` drive `status` (ACTIVE → COMPLETED/CANCELLED).
|
|
3235
|
+
*/
|
|
3236
|
+
approve(id, notes) {
|
|
3237
|
+
return this.http.post(`${this.resourcePath}/${id}/approve`, notes ? { notes } : {});
|
|
3238
|
+
}
|
|
3239
|
+
complete(id, notes) {
|
|
3240
|
+
return this.http.post(`${this.resourcePath}/${id}/complete`, notes ? { notes } : {});
|
|
3241
|
+
}
|
|
3242
|
+
cancel(id) {
|
|
3243
|
+
return this.http.post(`${this.resourcePath}/${id}/cancel`, {});
|
|
3244
|
+
}
|
|
3216
3245
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OutageEventService, deps: [{ token: TgmHttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3217
3246
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OutageEventService, providedIn: 'root' });
|
|
3218
3247
|
}
|
|
@@ -7169,6 +7198,28 @@ class GridService {
|
|
|
7169
7198
|
recompute() {
|
|
7170
7199
|
return this.http.post(`${this.base}/status/recompute`, {});
|
|
7171
7200
|
}
|
|
7201
|
+
/**
|
|
7202
|
+
* Admin: run the grid auto-response — opens/closes `OutageEvent`s (and maintenance tickets) from the
|
|
7203
|
+
* current derived states. This is more than `recompute()` (which only persists/broadcasts states).
|
|
7204
|
+
*/
|
|
7205
|
+
autoResponse() {
|
|
7206
|
+
return this.http.post(`${this.base}/auto-response/run`, {});
|
|
7207
|
+
}
|
|
7208
|
+
/**
|
|
7209
|
+
* Raise a maintenance intervention on a single grid node — routes the work into the core
|
|
7210
|
+
* Intervention/Maintenance module, pre-filled from the node (component/location/grid link).
|
|
7211
|
+
* `POST /api/grid/nodes/{id}/intervention`.
|
|
7212
|
+
*/
|
|
7213
|
+
createIntervention(nodeId, body) {
|
|
7214
|
+
return this.http.post(`${this.base}/nodes/${nodeId}/intervention`, body ?? {});
|
|
7215
|
+
}
|
|
7216
|
+
/**
|
|
7217
|
+
* Raise ONE intervention covering several grid nodes (e.g. a feeder reconfiguration).
|
|
7218
|
+
* `POST /api/grid/interventions`.
|
|
7219
|
+
*/
|
|
7220
|
+
createInterventionForNodes(gridNodeIds, body) {
|
|
7221
|
+
return this.http.post(`${this.base}/interventions`, { gridNodeIds, ...(body ?? {}) });
|
|
7222
|
+
}
|
|
7172
7223
|
/**
|
|
7173
7224
|
* Live stream of full status snapshots pushed on `/topic/grid/status`.
|
|
7174
7225
|
* Ensure {@link WebSocketService.connect} has been called once after login.
|
|
@@ -7205,6 +7256,10 @@ class PluginService {
|
|
|
7205
7256
|
list() {
|
|
7206
7257
|
return this.http.get(this.base);
|
|
7207
7258
|
}
|
|
7259
|
+
/** Full detail of one plugin (rich content + this organization's install status) — for a detail page. */
|
|
7260
|
+
detail(pluginId) {
|
|
7261
|
+
return this.http.get(`${this.base}/${pluginId}`);
|
|
7262
|
+
}
|
|
7208
7263
|
/** True if the given plugin is installed for the current organization. */
|
|
7209
7264
|
isInstalled(pluginId) {
|
|
7210
7265
|
return new Observable((sub) => {
|
|
@@ -7225,6 +7280,24 @@ class PluginService {
|
|
|
7225
7280
|
uninstall(pluginId) {
|
|
7226
7281
|
return this.http.post(`${this.base}/${pluginId}/uninstall`, {});
|
|
7227
7282
|
}
|
|
7283
|
+
// ── Platform (cross-tenant) management — SUPER_ADMIN / PLATFORM_ADMIN ──────────
|
|
7284
|
+
platformBase = '/api/platform/plugins';
|
|
7285
|
+
/** Tenant-agnostic plugin catalog (descriptors). */
|
|
7286
|
+
platformCatalog() {
|
|
7287
|
+
return this.http.get(this.platformBase);
|
|
7288
|
+
}
|
|
7289
|
+
/** Plugins with a specific client's install status. */
|
|
7290
|
+
platformListForClient(clientId) {
|
|
7291
|
+
return this.http.get(`${this.platformBase}/clients/${clientId}`);
|
|
7292
|
+
}
|
|
7293
|
+
/** Install a plugin for a specific client. */
|
|
7294
|
+
platformInstall(clientId, pluginId) {
|
|
7295
|
+
return this.http.post(`${this.platformBase}/clients/${clientId}/${pluginId}/install`, {});
|
|
7296
|
+
}
|
|
7297
|
+
/** Disable a plugin for a specific client (data retained). */
|
|
7298
|
+
platformUninstall(clientId, pluginId) {
|
|
7299
|
+
return this.http.post(`${this.platformBase}/clients/${clientId}/${pluginId}/uninstall`, {});
|
|
7300
|
+
}
|
|
7228
7301
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PluginService, deps: [{ token: TgmHttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7229
7302
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PluginService, providedIn: 'root' });
|
|
7230
7303
|
}
|
|
@@ -11611,5 +11684,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
11611
11684
|
* Generated bundle index. Do not edit.
|
|
11612
11685
|
*/
|
|
11613
11686
|
|
|
11614
|
-
export { AIScenarioService, AIScenarioType, ActivePermitHolder, ActivityLogService, AgentService, AiFeedbackService, AiProvider, AiService, AiUsageService, AipAnalysisService, AipAssessmentService, AipFinancialService, AipGeographicService, AipNetworkAnalysisService, AipNetworkNodeService, AipPerformanceRecordService, AipPerformanceService, AipPlanService, AipResourceConstraintService, AipResourceService, AipRiskAnalysisService, AipScenarioService, AipSettingsService, AipWorkflowService, AlertDefinitionService, AlertService, AlertSeverity, AlertStatus, AncillaryServiceCrudService, AncillaryServiceStatus, AncillaryServiceType, AnnouncementService, AnnouncementType, AnomalyDetectionService, ApiTokenStatus, AppLanguage, ApprovalStatus, ArticleAdminService, ArticleCategoryService, ArticleService, ArticleTopicService, AssetLifecycleService, AssetLifecycleStage, AssetLifecycleStatus, AssetPhase, AuditEntryService, AuditLogService, AuthInterceptor, AuthService, BackupService, BackupStatus, BaseCrudService, BathymetricSurveyService, BestPracticeCategoryService, BestPracticeService, BidService, BudgetService, BulkOperationService, CAPAStatus, CAPAType, CacheAdminService, CalendarPlanning, CapexProjectService, CatAttachmentCategory, CatAttachmentPhase, CatAttachmentService, CatComponentType, CatDoneBy, CatEquipmentOwner, CatExecutionResultService, CatMachineCondition, CatOutageType, CatPersonnelAssignmentService, CatPlanningEquipmentItemService, CatRecommendedAction, CatSignOffRole, CatSignOffService, CatStatus, CatTestResult, CatTestTrigger, CatTrendVsPrevious, CatTypeOfTest, CatWhereDone, CertificationService, ChatMessageType, ChatRestService, ChatWebSocketService, ChecklistPeriodicity, ChecklistRunningMode, ClientAdminService, ClientApiKeyService, ClientArticleService, ClientInterceptor, ClientOcrService, ClientStatus, ClientUsageService, CmsContentTypeService, CmsDataService, CmsMenuHelper, CommunityCommentService, CommunityPostService, CompanyMaterialService, CompanyMaterialTypeService, CompanyService, ComplianceObligationService, ComplianceSubmissionService, ComplianceSubmissionStatus, ComponentCategory, ComponentChecklistGroupService, ComponentChecklistService, ComponentChecklistTemplateService, ComponentGroupService, ComponentInfoCategory, ComponentInfoService, ComponentInfoStatus, ComponentInfoType, ComponentLocationService, ComponentService, ComponentType, ConditionAssessmentTestService, ConversationType, CorrectiveActionService, CortexEventService, CortexInsightService, CortexNodeService, CortexService, CostAllocation, CountryService, CurtailmentEventService, CurtailmentStatus, CurtailmentType, CustomFieldDefinitionService, CustomFieldService, CustomFieldType, CustomFormService, CustomService, DEFAULT_EXCLUDED_ENTITIES, DashboardService, DataExportService, DatabaseManagerComponent, DatabaseManagerModule, DeferralConstraintRuleService, DeferralDecisionService, DeferralEvaluationService, DepartmentService, DeploymentType, DepreciationMethod, DeviceGatewayService, DiagnosticReportService, DigitalTwinService, DocumentAdminService, DrawingCategoryService, DrawingService, DriverService, DriverStatus, DynamicCrudService, ENTITY_REGISTRY, ENTITY_SERVICE_MAP, ElevationStorageCurveService, EmailAdminService, EmailProviderAdminService, EmailProviderType, EnergyAnalyticsService, EnergyProductionService, EnergySourceType, EntityCommentService, EntitySchemaService, EnvironmentalPermitService, ErpAdminService, ErpAuthType, ErpType, EventNature, EventService, ExportButtonComponent, ExportService, ExtensionEventType, ExtensionService, ExtensionStatus, FailureActionService, FailureCauseService, FailureImpact, FailureLikelihood, FailureRiskLevel, FailureService, FaqCategoryService, FaqService, FeedbackService, FilterParams, FishMonitoringService, FishboneCategory, FontService, FormCategoryService, FormService, FuelRecordService, FuelType, GateControlService, GateControlType, GateSystemService, GateType, GeneratedReportListComponent, GeofenceEventService, GeofenceEventType, GeofenceService, GeofenceType, GoodsReceiptService, GpsLocationService, GridConnectionService, GridConnectionStatus, GridLinkService, GridNodeService, GridService, IdentityProviderAdminService, ImpersonationService, InMemoryTokenStorage, InactiveComponentService, IncidentCategory, IncidentService, IncidentType, IncomingCallComponent, InspectionComponentService, InspectionLevel, InspectionNature, InspectionService, InspectionType, InterventionRequestService, InterventionRequestStatus, InterventionService, InvestmentOptionService, JobTitleService, JsaItemService, JsaStepService, KpiEventService, LOTOBoxStatus, LOTOBoxType, LOTOLockRole, LOTOLockStatus, LOTOLockType, LOTOOverallStatus, LaboratoryResultService, LayoutType, LearningModuleCategoryService, LessonLearnedOrigin, LessonLearnedService, LessonLearnedStatus, LicenseService, LivekitRoomService, LocationService, LogService, LoginHistoryService, LoginRequestService, MODULE_LABELS, MaintenanceJsaService, MaintenancePlanService, MaintenanceRecordService, MaintenanceStatus, MaintenanceType, ManualReadingService, MaterialCategoryService, MaterialConsumableCategoryService, MaterialConsumableHistoryService, MaterialConsumableService, MaterialInstrumentHistoryService, MaterialInstrumentService, MaterialItemHistoryService, MaterialItemService, MaterialToolingCategoryService, MaterialToolingHistoryService, MaterialToolingService, MeasurementService, MeasurementUnitService, MeasurementUnitSystem, MessageChannel, MessageService, MessagingProviderAdminService, MessagingProviderType, MeteringParameterStatus, MeteringParameterSubType, MeteringParameterType, MiHistoryService, MiRequestService, MigrationStatus, ModelFileService, ModelService, ModuleLearningService, ModuleService, ModuleVideoService, MonitoringLocationType, MonitoringMethod, NoteService, ObjectBrowserComponent, ObligationFrequency, ObligationStatus, ObligationType, ObservationCategory, ObservationSeverity, OcrProcessingStatus, OperatingEventService, OperatingMode, OperationalObservationService, OutageEventService, OutageResourceService, OutageStatus, OutageType, PC2PermitSubType, ParticipantRole, Periodicity, PermissionService, PermitOrigin, PermitStatus, PermitType, PlantDataService, PlantSize, PlantStatus, PlatformAdminRole, PlatformAdminService, PlatformAuthService, PlatformNotificationService, PlatformWebhookService, PluginService, PremiseType, PresenceStatus, PresetProvider, Priority, ProfilePermissionService, ProfileService, ProjectService, PropertiesGroupService, PropertiesTemplateService, PropertyService, PropertyTemplateService, ProviderType, ProvisioningStep, PurchaseOrderService, QueryEditorComponent, QueryExecutorService, QueryToolbarComponent, QueueAdminService, RCAMethodology, RCAStatus, RcaEventCause, RcaWorkOrderType, ReadingType, RealtimeEventService, ReasonForInspection, ReasonForIntervention, RechargeRequestService, RecordDetailComponent, RecurringEventService, RefurbishmentService, Region, RegulatoryUpdateService, RegulatoryUpdateType, ReportDefinitionFormComponent, ReportDefinitionListComponent, ReportGenerateDialogComponent, ReportStatsComponent, ReportTemplateListComponent, ReportingModule, ReportingService, ReservoirDataService, ReservoirTimeSeriesService, ReservoirWebSocketService, ResourceCategoryService, ResourceService, ResourceTopicService, ResultsGridComponent, RoleAdminService, RoleService, RoleType, RoomService, RootCauseAnalysisService, SampleType, SandboxAccessLevel, SandboxAdminService, SandboxService, SandboxStatus, ScheduledReportService, SchedulerAdminService, SearchService, SedimentManagementPlanService, SedimentRemovalOperationService, SensorService, SensorType, SiteAssessmentService, SlaBreachRecordService, SlaPolicyService, SparePartService, SsoAuthService, StockCountService, StockMovementService, SubAssemblyService, SubscriptionPlan, SubscriptionService, SubscriptionStatus, SupplierService, SurveyMethod, SyncDirection, SystemHealthService, SystemicRiskAssessmentService, TGM_SDK_CONFIG, TableDataViewerComponent, TableStructureComponent, TaskRunStatus, TermsOfUseService, TgFileService, TgFolderService, TgmApiError, TgmEntityType, TgmHttpClient, TgmSdkModule, ThresholdAlertRuleService, TicketPriority, TicketService, TicketStatus, TimeEntryService, TodoService, TotpService, TrackedEntityService, TrackedEntityType, TrackingStatus, TrainingCertificateService, TripStatus, TurbineTypeService, UnitService, UnitShutdownHistoryService, UnitStatus, UploadService, UserAdminService, UserLearningService, UserNotificationService, UserPermissionService, UserProfileService, UserService, VehicleInspectionService, VehicleInspectionType, VehicleMaintenanceService, VehicleMaintenanceType, VehicleService, VehicleStatus, VehicleTripService, VehicleType, VerificationStatus, VideoCallModule, VideoCallRestService, VideoCallSignalingService, VideoCallStateService, VideoCallStatus, VideoCallType, VideoCallWebSocketService, VideoControlsComponent, VideoParticipantComponent, VideoParticipantRole, VideoParticipantStatus, VideoRoomComponent, WarehouseService, WarehouseStockService, WarrantyClaimService, WarrantyClaimStatus, WarrantyContractService, WarrantyStatus, WarrantyType, WaterLevel, WebAuthnService, WebSocketService, WebhookAdminService, WorkOrderService, WorkOrderSourceType, WorkOrderStatus, WorkPermitCategory, WorkPermitService, WorkPermitStatus, ApprovalWorkflowService as WorkflowService, WorkflowStatus, WorkflowType, YesNo, isBulkSensorMessage, mapHttpError };
|
|
11687
|
+
export { AIScenarioService, AIScenarioType, ActivePermitHolder, ActivityLogService, AgentService, AiFeedbackService, AiProvider, AiService, AiUsageService, AipAnalysisService, AipAssessmentService, AipFinancialService, AipGeographicService, AipNetworkAnalysisService, AipNetworkNodeService, AipPerformanceRecordService, AipPerformanceService, AipPlanService, AipResourceConstraintService, AipResourceService, AipRiskAnalysisService, AipScenarioService, AipSettingsService, AipWorkflowService, AlertDefinitionService, AlertService, AlertSeverity, AlertStatus, AncillaryServiceCrudService, AncillaryServiceStatus, AncillaryServiceType, AnnouncementService, AnnouncementType, AnomalyDetectionService, ApiTokenStatus, AppLanguage, ApprovalStatus, ArticleAdminService, ArticleCategoryService, ArticleService, ArticleTopicService, AssetLifecycleService, AssetLifecycleStage, AssetLifecycleStatus, AssetPhase, AuditEntryService, AuditLogService, AuthInterceptor, AuthService, BackupService, BackupStatus, BaseCrudService, BathymetricSurveyService, BestPracticeCategoryService, BestPracticeService, BidService, BudgetService, BulkOperationService, CAPAStatus, CAPAType, CacheAdminService, CalendarPlanning, CapexProjectService, CatAttachmentCategory, CatAttachmentPhase, CatAttachmentService, CatComponentType, CatDoneBy, CatEquipmentOwner, CatExecutionResultService, CatMachineCondition, CatOutageType, CatPersonnelAssignmentService, CatPlanningEquipmentItemService, CatRecommendedAction, CatSignOffRole, CatSignOffService, CatStatus, CatTestResult, CatTestTrigger, CatTrendVsPrevious, CatTypeOfTest, CatWhereDone, CertificationService, ChainSegment, ChatMessageType, ChatRestService, ChatWebSocketService, ChecklistPeriodicity, ChecklistRunningMode, ClientAdminService, ClientApiKeyService, ClientArticleService, ClientInterceptor, ClientOcrService, ClientStatus, ClientUsageService, CmsContentTypeService, CmsDataService, CmsMenuHelper, CommunityCommentService, CommunityPostService, CompanyMaterialService, CompanyMaterialTypeService, CompanyService, ComplianceObligationService, ComplianceSubmissionService, ComplianceSubmissionStatus, ComponentCategory, ComponentChecklistGroupService, ComponentChecklistService, ComponentChecklistTemplateService, ComponentGroupService, ComponentInfoCategory, ComponentInfoService, ComponentInfoStatus, ComponentInfoType, ComponentLocationService, ComponentService, ComponentType, ConditionAssessmentTestService, ConversationType, CorrectiveActionService, CortexEventService, CortexInsightService, CortexNodeService, CortexService, CostAllocation, CountryService, CurtailmentEventService, CurtailmentStatus, CurtailmentType, CustomFieldDefinitionService, CustomFieldService, CustomFieldType, CustomFormService, CustomService, DEFAULT_EXCLUDED_ENTITIES, DashboardService, DataExportService, DatabaseManagerComponent, DatabaseManagerModule, DeferralConstraintRuleService, DeferralDecisionService, DeferralEvaluationService, DepartmentService, DeploymentType, DepreciationMethod, DeviceGatewayService, DiagnosticReportService, DigitalTwinService, DocumentAdminService, DrawingCategoryService, DrawingService, DriverService, DriverStatus, DynamicCrudService, ENTITY_REGISTRY, ENTITY_SERVICE_MAP, ElevationStorageCurveService, EmailAdminService, EmailProviderAdminService, EmailProviderType, EnergyAnalyticsService, EnergyProductionService, EnergySourceType, EntityCommentService, EntitySchemaService, EnvironmentalPermitService, ErpAdminService, ErpAuthType, ErpType, EventNature, EventService, ExportButtonComponent, ExportService, ExtensionEventType, ExtensionService, ExtensionStatus, FailureActionService, FailureCauseService, FailureImpact, FailureLikelihood, FailureRiskLevel, FailureService, FaqCategoryService, FaqService, FeedbackService, FilterParams, FishMonitoringService, FishboneCategory, FontService, FormCategoryService, FormService, FuelRecordService, FuelType, GateControlService, GateControlType, GateSystemService, GateType, GeneratedReportListComponent, GeofenceEventService, GeofenceEventType, GeofenceService, GeofenceType, GoodsReceiptService, GpsLocationService, GridConnectionService, GridConnectionStatus, GridLinkService, GridNodeService, GridService, IdentityProviderAdminService, ImpersonationService, InMemoryTokenStorage, InactiveComponentService, IncidentCategory, IncidentService, IncidentType, IncomingCallComponent, InspectionComponentService, InspectionLevel, InspectionNature, InspectionService, InspectionType, InterventionRequestService, InterventionRequestStatus, InterventionService, InvestmentOptionService, JobTitleService, JsaItemService, JsaStepService, KpiEventService, LOTOBoxStatus, LOTOBoxType, LOTOLockRole, LOTOLockStatus, LOTOLockType, LOTOOverallStatus, LaboratoryResultService, LayoutType, LearningModuleCategoryService, LessonLearnedOrigin, LessonLearnedService, LessonLearnedStatus, LicenseService, LivekitRoomService, LocationService, LogService, LoginHistoryService, LoginRequestService, MODULE_LABELS, MaintenanceJsaService, MaintenancePlanService, MaintenanceRecordService, MaintenanceStatus, MaintenanceType, ManualReadingService, MaterialCategoryService, MaterialConsumableCategoryService, MaterialConsumableHistoryService, MaterialConsumableService, MaterialInstrumentHistoryService, MaterialInstrumentService, MaterialItemHistoryService, MaterialItemService, MaterialToolingCategoryService, MaterialToolingHistoryService, MaterialToolingService, MeasurementService, MeasurementUnitService, MeasurementUnitSystem, MessageChannel, MessageService, MessagingProviderAdminService, MessagingProviderType, MeteringParameterStatus, MeteringParameterSubType, MeteringParameterType, MiHistoryService, MiRequestService, MigrationStatus, ModelFileService, ModelService, ModuleLearningService, ModuleService, ModuleVideoService, MonitoringLocationType, MonitoringMethod, NoteService, ObjectBrowserComponent, ObligationFrequency, ObligationStatus, ObligationType, ObservationCategory, ObservationSeverity, OcrProcessingStatus, OperatingEventService, OperatingMode, OperationalObservationService, OutageEventService, OutageResourceService, OutageStatus, OutageType, PC2PermitSubType, ParticipantRole, Periodicity, PermissionService, PermitOrigin, PermitStatus, PermitType, PlantDataService, PlantSize, PlantStatus, PlatformAdminRole, PlatformAdminService, PlatformAuthService, PlatformNotificationService, PlatformWebhookService, PluginService, PremiseType, PresenceStatus, PresetProvider, Priority, ProfilePermissionService, ProfileService, ProjectService, PropertiesGroupService, PropertiesTemplateService, PropertyService, PropertyTemplateService, ProviderType, ProvisioningStep, PurchaseOrderService, QueryEditorComponent, QueryExecutorService, QueryToolbarComponent, QueueAdminService, RCAMethodology, RCAStatus, RcaEventCause, RcaWorkOrderType, ReadingType, RealtimeEventService, ReasonForInspection, ReasonForIntervention, RechargeRequestService, RecordDetailComponent, RecurringEventService, RefurbishmentService, Region, RegulatoryUpdateService, RegulatoryUpdateType, ReportDefinitionFormComponent, ReportDefinitionListComponent, ReportGenerateDialogComponent, ReportStatsComponent, ReportTemplateListComponent, ReportingModule, ReportingService, ReservoirDataService, ReservoirTimeSeriesService, ReservoirWebSocketService, ResourceCategoryService, ResourceService, ResourceTopicService, ResultsGridComponent, RoleAdminService, RoleService, RoleType, RoomService, RootCauseAnalysisService, SampleType, SandboxAccessLevel, SandboxAdminService, SandboxService, SandboxStatus, ScheduledReportService, SchedulerAdminService, SearchService, SedimentManagementPlanService, SedimentRemovalOperationService, SensorService, SensorType, SiteAssessmentService, SlaBreachRecordService, SlaPolicyService, SparePartService, SsoAuthService, StockCountService, StockMovementService, SubAssemblyService, SubscriptionPlan, SubscriptionService, SubscriptionStatus, SupplierService, SurveyMethod, SyncDirection, SystemHealthService, SystemicRiskAssessmentService, TGM_SDK_CONFIG, TableDataViewerComponent, TableStructureComponent, TaskRunStatus, TermsOfUseService, TgFileService, TgFolderService, TgmApiError, TgmEntityType, TgmHttpClient, TgmSdkModule, ThresholdAlertRuleService, TicketPriority, TicketService, TicketStatus, TimeEntryService, TodoService, TotpService, TrackedEntityService, TrackedEntityType, TrackingStatus, TrainingCertificateService, TripStatus, TurbineTypeService, UnitService, UnitShutdownHistoryService, UnitStatus, UploadService, UserAdminService, UserLearningService, UserNotificationService, UserPermissionService, UserProfileService, UserService, VehicleInspectionService, VehicleInspectionType, VehicleMaintenanceService, VehicleMaintenanceType, VehicleService, VehicleStatus, VehicleTripService, VehicleType, VerificationStatus, VideoCallModule, VideoCallRestService, VideoCallSignalingService, VideoCallStateService, VideoCallStatus, VideoCallType, VideoCallWebSocketService, VideoControlsComponent, VideoParticipantComponent, VideoParticipantRole, VideoParticipantStatus, VideoRoomComponent, WarehouseService, WarehouseStockService, WarrantyClaimService, WarrantyClaimStatus, WarrantyContractService, WarrantyStatus, WarrantyType, WaterLevel, WebAuthnService, WebSocketService, WebhookAdminService, WorkOrderService, WorkOrderSourceType, WorkOrderStatus, WorkPermitCategory, WorkPermitService, WorkPermitStatus, ApprovalWorkflowService as WorkflowService, WorkflowStatus, WorkflowType, YesNo, isBulkSensorMessage, mapHttpError };
|
|
11615
11688
|
//# sourceMappingURL=en-solutions-tgm-client-sdk.mjs.map
|