@ignos/api-client 20260218.53.1-alpha → 20260219.54.1-alpha
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/lib/ignosportal-api.d.ts
CHANGED
|
@@ -4211,6 +4211,7 @@ export interface UtilizationDatapointListDto {
|
|
|
4211
4211
|
datapoints?: NumericNullableValueWithTimestamp[];
|
|
4212
4212
|
trendDatapoints?: NumericNullableValueWithTimestamp[];
|
|
4213
4213
|
linearTrendDatapoints?: NumericNullableValueWithTimestamp[];
|
|
4214
|
+
performanceFraction?: number;
|
|
4214
4215
|
}
|
|
4215
4216
|
export interface MachineUtilizationDatapointListDto extends UtilizationDatapointListDto {
|
|
4216
4217
|
externalId: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -29065,6 +29065,7 @@ export interface UtilizationDatapointListDto {
|
|
|
29065
29065
|
datapoints?: NumericNullableValueWithTimestamp[];
|
|
29066
29066
|
trendDatapoints?: NumericNullableValueWithTimestamp[];
|
|
29067
29067
|
linearTrendDatapoints?: NumericNullableValueWithTimestamp[];
|
|
29068
|
+
performanceFraction?: number;
|
|
29068
29069
|
}
|
|
29069
29070
|
|
|
29070
29071
|
export interface MachineUtilizationDatapointListDto extends UtilizationDatapointListDto {
|