@meshmakers/octo-services 3.3.930 → 3.3.950
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.
|
@@ -273,6 +273,15 @@ var AggregationInputTypesDto;
|
|
|
273
273
|
AggregationInputTypesDto["MinimumDto"] = "MINIMUM";
|
|
274
274
|
AggregationInputTypesDto["SumDto"] = "SUM";
|
|
275
275
|
})(AggregationInputTypesDto || (AggregationInputTypesDto = {}));
|
|
276
|
+
/** Defines the aggregation type */
|
|
277
|
+
var AggregationTypeDto;
|
|
278
|
+
(function (AggregationTypeDto) {
|
|
279
|
+
AggregationTypeDto["AvgDto"] = "AVG";
|
|
280
|
+
AggregationTypeDto["CountDto"] = "COUNT";
|
|
281
|
+
AggregationTypeDto["MaxDto"] = "MAX";
|
|
282
|
+
AggregationTypeDto["MinDto"] = "MIN";
|
|
283
|
+
AggregationTypeDto["SumDto"] = "SUM";
|
|
284
|
+
})(AggregationTypeDto || (AggregationTypeDto = {}));
|
|
276
285
|
/** Defines the type of aggregation for runtime query results. */
|
|
277
286
|
var AggregationTypesDto;
|
|
278
287
|
(function (AggregationTypesDto) {
|
|
@@ -321,10 +330,7 @@ var BasicLegalEntityTypeDto;
|
|
|
321
330
|
BasicLegalEntityTypeDto["LegalPersonDto"] = "LEGAL_PERSON";
|
|
322
331
|
/** Administrative unit with sovereign power such as municipality, federal state, republic. */
|
|
323
332
|
BasicLegalEntityTypeDto["LocalAuthorityDto"] = "LOCAL_AUTHORITY";
|
|
324
|
-
/**
|
|
325
|
-
* A natural person is a human being with legal capacity, in contrast to a legal
|
|
326
|
-
* person (such as a company, organization, or government entity).
|
|
327
|
-
*/
|
|
333
|
+
/** A natural person is a human being with legal capacity, in contrast to a legal person (such as a company, organization, or government entity). */
|
|
328
334
|
BasicLegalEntityTypeDto["NaturalPersonDto"] = "NATURAL_PERSON";
|
|
329
335
|
})(BasicLegalEntityTypeDto || (BasicLegalEntityTypeDto = {}));
|
|
330
336
|
/** Runtime entities of construction kit enum 'Basic/Salutation' */
|
|
@@ -405,6 +411,222 @@ var GraphDirectionDto;
|
|
|
405
411
|
GraphDirectionDto["InboundDto"] = "INBOUND";
|
|
406
412
|
GraphDirectionDto["OutboundDto"] = "OUTBOUND";
|
|
407
413
|
})(GraphDirectionDto || (GraphDirectionDto = {}));
|
|
414
|
+
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmPriority' */
|
|
415
|
+
var IndustryBasicAlarmPriorityDto;
|
|
416
|
+
(function (IndustryBasicAlarmPriorityDto) {
|
|
417
|
+
/** The alarm is of critical priority. */
|
|
418
|
+
IndustryBasicAlarmPriorityDto["CriticalDto"] = "CRITICAL";
|
|
419
|
+
/** The alarm is of high priority. */
|
|
420
|
+
IndustryBasicAlarmPriorityDto["HighDto"] = "HIGH";
|
|
421
|
+
/** The alarm is of low priority. */
|
|
422
|
+
IndustryBasicAlarmPriorityDto["LowDto"] = "LOW";
|
|
423
|
+
/** The alarm is of medium priority. */
|
|
424
|
+
IndustryBasicAlarmPriorityDto["MediumDto"] = "MEDIUM";
|
|
425
|
+
/** No priority has been assigned to the alarm. */
|
|
426
|
+
IndustryBasicAlarmPriorityDto["UndefinedDto"] = "UNDEFINED";
|
|
427
|
+
})(IndustryBasicAlarmPriorityDto || (IndustryBasicAlarmPriorityDto = {}));
|
|
428
|
+
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmSourceType' */
|
|
429
|
+
var IndustryBasicAlarmSourceTypeDto;
|
|
430
|
+
(function (IndustryBasicAlarmSourceTypeDto) {
|
|
431
|
+
/** The alarm is generated by a control system. */
|
|
432
|
+
IndustryBasicAlarmSourceTypeDto["ControlSystemDto"] = "CONTROL_SYSTEM";
|
|
433
|
+
/** The alarm is generated by a field device. */
|
|
434
|
+
IndustryBasicAlarmSourceTypeDto["FieldDeviceDto"] = "FIELD_DEVICE";
|
|
435
|
+
/** The alarm is generated by a human-machine interface. */
|
|
436
|
+
IndustryBasicAlarmSourceTypeDto["HmiDto"] = "HMI";
|
|
437
|
+
/** The alarm is generated by an internal source. */
|
|
438
|
+
IndustryBasicAlarmSourceTypeDto["InternalDto"] = "INTERNAL";
|
|
439
|
+
/** No source has been assigned to the alarm. */
|
|
440
|
+
IndustryBasicAlarmSourceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
441
|
+
})(IndustryBasicAlarmSourceTypeDto || (IndustryBasicAlarmSourceTypeDto = {}));
|
|
442
|
+
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmState' */
|
|
443
|
+
var IndustryBasicAlarmStateDto;
|
|
444
|
+
(function (IndustryBasicAlarmStateDto) {
|
|
445
|
+
/** The acknowledged alarm state should not use an audible indication. The acknowledged alarm state visual indication should be clearly distinguishable from the normal state indication by using symbols (e.g., shape or text), and should be identical in colour to the unacknowledged alarm indication. A blinking element should not be used in the visual indication for an acknowledged alarm. */
|
|
446
|
+
IndustryBasicAlarmStateDto["AcknowledgedDto"] = "ACKNOWLEDGED";
|
|
447
|
+
/** The normal state should not use an audible indication. The normal state visual indication should be the same as indications without alarms. */
|
|
448
|
+
IndustryBasicAlarmStateDto["NormalDto"] = "NORMAL";
|
|
449
|
+
/** The out-of-service alarm state should be visually indicated in the HMI. The visual indication for an out-of-service alarm should not include a blinking element. The out-of-service alarm state indication should be distinct from the unacknowledged and acknowledged state indications. No audible indication should be used to identify out-of-service alarms. */
|
|
450
|
+
IndustryBasicAlarmStateDto["OutOfServiceDto"] = "OUT_OF_SERVICE";
|
|
451
|
+
/** The return-to-normal unacknowledged state should not use an audible indication. The return to-normal unacknowledged state visual indication may be the same as the normal state or it may indicate an unacknowledged status with a blinking element. */
|
|
452
|
+
IndustryBasicAlarmStateDto["ReturnToNormalDto"] = "RETURN_TO_NORMAL";
|
|
453
|
+
/** The shelved alarm state should be visually indicated in the HMI. The visual indication for a shelved alarm should not include a blinking element. The shelved alarm state indication should be distinct. No audible indication should be used to identify shelved alarms. */
|
|
454
|
+
IndustryBasicAlarmStateDto["ShelvedDto"] = "SHELVED";
|
|
455
|
+
/** The suppressed-by-design alarm state should be visually indicated in the HMI. The visual indication for an alarm suppressed by design should not include a blinking element. The suppressed-by-design alarm state indication should be distinct from the unacknowledged and acknowledged state indications. No audible indication should be used to identify alarms suppressed by design. */
|
|
456
|
+
IndustryBasicAlarmStateDto["SuppressedByDesignDto"] = "SUPPRESSED_BY_DESIGN";
|
|
457
|
+
/** The unacknowledged alarm state should use both an audible indication and visual indication. The audible indication should be silenced with a silence action or acknowledge action by the operator. The visual indication should be clearly distinguishable from the normal state indication by using colours and symbols (e.g., shape or text). The visual indication for an unacknowledged alarm should include a blinking element. There are some environments in which an audible indication is not an effective indicator of unacknowledged alarms. */
|
|
458
|
+
IndustryBasicAlarmStateDto["UnacknowledgedDto"] = "UNACKNOWLEDGED";
|
|
459
|
+
/** No state has been assigned to the alarm. */
|
|
460
|
+
IndustryBasicAlarmStateDto["UndefinedDto"] = "UNDEFINED";
|
|
461
|
+
})(IndustryBasicAlarmStateDto || (IndustryBasicAlarmStateDto = {}));
|
|
462
|
+
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmType' */
|
|
463
|
+
var IndustryBasicAlarmTypeDto;
|
|
464
|
+
(function (IndustryBasicAlarmTypeDto) {
|
|
465
|
+
/** The alarm is based on an absolute value. */
|
|
466
|
+
IndustryBasicAlarmTypeDto["AbsoluteDto"] = "ABSOLUTE";
|
|
467
|
+
/** The alarm is based on an adaptive value. */
|
|
468
|
+
IndustryBasicAlarmTypeDto["AdaptiveDto"] = "ADAPTIVE";
|
|
469
|
+
/** The alarm is based on an adjustable value. */
|
|
470
|
+
IndustryBasicAlarmTypeDto["AdjustableDto"] = "ADJUSTABLE";
|
|
471
|
+
/** The alarm is based on a bad measurement. */
|
|
472
|
+
IndustryBasicAlarmTypeDto["BadMeasurementDto"] = "BAD_MEASUREMENT";
|
|
473
|
+
/** The alarm is based on a bit pattern. */
|
|
474
|
+
IndustryBasicAlarmTypeDto["BitPatternDto"] = "BIT_PATTERN";
|
|
475
|
+
/** The alarm is based on a calculated value. */
|
|
476
|
+
IndustryBasicAlarmTypeDto["CalculatedDto"] = "CALCULATED";
|
|
477
|
+
/** The alarm is based on a controller output. */
|
|
478
|
+
IndustryBasicAlarmTypeDto["ControllerOutputDto"] = "CONTROLLER_OUTPUT";
|
|
479
|
+
/** The alarm is based on a deviation from a set-point. */
|
|
480
|
+
IndustryBasicAlarmTypeDto["DeviationDto"] = "DEVIATION";
|
|
481
|
+
/** The alarm is based on a discrepancy between two values. */
|
|
482
|
+
IndustryBasicAlarmTypeDto["DiscrepancyDto"] = "DISCREPANCY";
|
|
483
|
+
/** The alarm is based on a first-out value. */
|
|
484
|
+
IndustryBasicAlarmTypeDto["FirstOutDto"] = "FIRST_OUT";
|
|
485
|
+
/** The alarm is based on an instrument diagnostic. */
|
|
486
|
+
IndustryBasicAlarmTypeDto["InstrumentDiagnosticDto"] = "INSTRUMENT_DIAGNOSTIC";
|
|
487
|
+
/** The alarm is based on the rate of change of a value. */
|
|
488
|
+
IndustryBasicAlarmTypeDto["RateOfChangeDto"] = "RATE_OF_CHANGE";
|
|
489
|
+
/** The alarm is based on a recipe-driven value. */
|
|
490
|
+
IndustryBasicAlarmTypeDto["RecipeDrivenDto"] = "RECIPE_DRIVEN";
|
|
491
|
+
/** The alarm is based on a re-alarming value. */
|
|
492
|
+
IndustryBasicAlarmTypeDto["ReAlarmingDto"] = "RE_ALARMING";
|
|
493
|
+
/** The alarm is based on a statistical value. */
|
|
494
|
+
IndustryBasicAlarmTypeDto["StatisticalDto"] = "STATISTICAL";
|
|
495
|
+
/** The alarm is based on a system diagnostic. */
|
|
496
|
+
IndustryBasicAlarmTypeDto["SystemDiagnosticDto"] = "SYSTEM_DIAGNOSTIC";
|
|
497
|
+
/** No type has been assigned to the alarm. */
|
|
498
|
+
IndustryBasicAlarmTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
499
|
+
})(IndustryBasicAlarmTypeDto || (IndustryBasicAlarmTypeDto = {}));
|
|
500
|
+
/** Runtime entities of construction kit enum 'Industry.Basic/IecDataType' */
|
|
501
|
+
var IndustryBasicIecDataTypeDto;
|
|
502
|
+
(function (IndustryBasicIecDataTypeDto) {
|
|
503
|
+
/** IEC_BOOL - 1Bit */
|
|
504
|
+
IndustryBasicIecDataTypeDto["BoolDto"] = "BOOL";
|
|
505
|
+
/** IEC_BYTE - 8Bit */
|
|
506
|
+
IndustryBasicIecDataTypeDto["ByteDto"] = "BYTE";
|
|
507
|
+
/** IEC_DATE */
|
|
508
|
+
IndustryBasicIecDataTypeDto["DateDto"] = "DATE";
|
|
509
|
+
/** IEC_DINT - 32Bit signed */
|
|
510
|
+
IndustryBasicIecDataTypeDto["DintDto"] = "DINT";
|
|
511
|
+
/** IEC_DT - Date and Time */
|
|
512
|
+
IndustryBasicIecDataTypeDto["DtDto"] = "DT";
|
|
513
|
+
/** IEC_DWORD - 32Bit */
|
|
514
|
+
IndustryBasicIecDataTypeDto["DwordDto"] = "DWORD";
|
|
515
|
+
/** IEC_INT - 16Bit signed */
|
|
516
|
+
IndustryBasicIecDataTypeDto["IntDto"] = "INT";
|
|
517
|
+
/** IEC_LINT - 64Bit signed */
|
|
518
|
+
IndustryBasicIecDataTypeDto["LintDto"] = "LINT";
|
|
519
|
+
/** IEC_LREAL - 64Bit float */
|
|
520
|
+
IndustryBasicIecDataTypeDto["LrealDto"] = "LREAL";
|
|
521
|
+
/** IEC_LWORD - 64Bit */
|
|
522
|
+
IndustryBasicIecDataTypeDto["LwordDto"] = "LWORD";
|
|
523
|
+
/** IEC_REAL - 32Bit float */
|
|
524
|
+
IndustryBasicIecDataTypeDto["RealDto"] = "REAL";
|
|
525
|
+
/** IEC_SINT - 8Bit signed */
|
|
526
|
+
IndustryBasicIecDataTypeDto["SintDto"] = "SINT";
|
|
527
|
+
/** IEC_STRING - 8Bit*n */
|
|
528
|
+
IndustryBasicIecDataTypeDto["StringDto"] = "STRING";
|
|
529
|
+
/** IEC_TIME */
|
|
530
|
+
IndustryBasicIecDataTypeDto["TimeDto"] = "TIME";
|
|
531
|
+
/** IEC_TOD - Time of Day */
|
|
532
|
+
IndustryBasicIecDataTypeDto["TodDto"] = "TOD";
|
|
533
|
+
/** IEC_UDINT - 32Bit unsigned */
|
|
534
|
+
IndustryBasicIecDataTypeDto["UdintDto"] = "UDINT";
|
|
535
|
+
/** IEC_UINT - 16Bit unsigned */
|
|
536
|
+
IndustryBasicIecDataTypeDto["UintDto"] = "UINT";
|
|
537
|
+
/** IEC_ULINT - 64Bit unsigned */
|
|
538
|
+
IndustryBasicIecDataTypeDto["UlintDto"] = "ULINT";
|
|
539
|
+
/** IEC_USINT - 8Bit unsigned */
|
|
540
|
+
IndustryBasicIecDataTypeDto["UsintDto"] = "USINT";
|
|
541
|
+
/** IEC_WORD - 16Bit */
|
|
542
|
+
IndustryBasicIecDataTypeDto["WordDto"] = "WORD";
|
|
543
|
+
/** IEC_WSTRING - 16Bit*n */
|
|
544
|
+
IndustryBasicIecDataTypeDto["WstringDto"] = "WSTRING";
|
|
545
|
+
})(IndustryBasicIecDataTypeDto || (IndustryBasicIecDataTypeDto = {}));
|
|
546
|
+
/** Runtime entities of construction kit enum 'Industry.Basic/MachineCapabilities' */
|
|
547
|
+
var IndustryBasicMachineCapabilitiesDto;
|
|
548
|
+
(function (IndustryBasicMachineCapabilitiesDto) {
|
|
549
|
+
IndustryBasicMachineCapabilitiesDto["UnknownDto"] = "UNKNOWN";
|
|
550
|
+
})(IndustryBasicMachineCapabilitiesDto || (IndustryBasicMachineCapabilitiesDto = {}));
|
|
551
|
+
/** Runtime entities of construction kit enum 'Industry.Basic/MachineState' */
|
|
552
|
+
var IndustryBasicMachineStateDto;
|
|
553
|
+
(function (IndustryBasicMachineStateDto) {
|
|
554
|
+
IndustryBasicMachineStateDto["ErrorDto"] = "ERROR";
|
|
555
|
+
IndustryBasicMachineStateDto["IdleDto"] = "IDLE";
|
|
556
|
+
IndustryBasicMachineStateDto["OffDto"] = "OFF";
|
|
557
|
+
IndustryBasicMachineStateDto["OnDto"] = "ON";
|
|
558
|
+
IndustryBasicMachineStateDto["UnknownDto"] = "UNKNOWN";
|
|
559
|
+
})(IndustryBasicMachineStateDto || (IndustryBasicMachineStateDto = {}));
|
|
560
|
+
/** Runtime entities of construction kit enum 'Industry.Energy/DemandResponseMarket' */
|
|
561
|
+
var IndustryEnergyDemandResponseMarketDto;
|
|
562
|
+
(function (IndustryEnergyDemandResponseMarketDto) {
|
|
563
|
+
IndustryEnergyDemandResponseMarketDto["ApcsDto"] = "APCS";
|
|
564
|
+
IndustryEnergyDemandResponseMarketDto["ExaaDto"] = "EXAA";
|
|
565
|
+
IndustryEnergyDemandResponseMarketDto["SpotDto"] = "SPOT";
|
|
566
|
+
})(IndustryEnergyDemandResponseMarketDto || (IndustryEnergyDemandResponseMarketDto = {}));
|
|
567
|
+
/** Runtime entities of construction kit enum 'Industry.Energy/DemandResponseStatus' */
|
|
568
|
+
var IndustryEnergyDemandResponseStatusDto;
|
|
569
|
+
(function (IndustryEnergyDemandResponseStatusDto) {
|
|
570
|
+
IndustryEnergyDemandResponseStatusDto["ActiveDto"] = "ACTIVE";
|
|
571
|
+
IndustryEnergyDemandResponseStatusDto["CancelledDto"] = "CANCELLED";
|
|
572
|
+
IndustryEnergyDemandResponseStatusDto["CompletedDto"] = "COMPLETED";
|
|
573
|
+
})(IndustryEnergyDemandResponseStatusDto || (IndustryEnergyDemandResponseStatusDto = {}));
|
|
574
|
+
/** Runtime entities of construction kit enum 'Industry.Energy/TariffType' */
|
|
575
|
+
var IndustryEnergyTariffTypeDto;
|
|
576
|
+
(function (IndustryEnergyTariffTypeDto) {
|
|
577
|
+
IndustryEnergyTariffTypeDto["OffPeakDto"] = "OFF_PEAK";
|
|
578
|
+
IndustryEnergyTariffTypeDto["PeakDto"] = "PEAK";
|
|
579
|
+
IndustryEnergyTariffTypeDto["StandardDto"] = "STANDARD";
|
|
580
|
+
})(IndustryEnergyTariffTypeDto || (IndustryEnergyTariffTypeDto = {}));
|
|
581
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/AggregationType' */
|
|
582
|
+
var IndustryMaintenanceAggregationTypeDto;
|
|
583
|
+
(function (IndustryMaintenanceAggregationTypeDto) {
|
|
584
|
+
IndustryMaintenanceAggregationTypeDto["FiscalYearDto"] = "FISCAL_YEAR";
|
|
585
|
+
IndustryMaintenanceAggregationTypeDto["MonthDto"] = "MONTH";
|
|
586
|
+
IndustryMaintenanceAggregationTypeDto["WeekDto"] = "WEEK";
|
|
587
|
+
})(IndustryMaintenanceAggregationTypeDto || (IndustryMaintenanceAggregationTypeDto = {}));
|
|
588
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/CostCategory' */
|
|
589
|
+
var IndustryMaintenanceCostCategoryDto;
|
|
590
|
+
(function (IndustryMaintenanceCostCategoryDto) {
|
|
591
|
+
IndustryMaintenanceCostCategoryDto["ExternalDto"] = "EXTERNAL";
|
|
592
|
+
IndustryMaintenanceCostCategoryDto["InternalDto"] = "INTERNAL";
|
|
593
|
+
IndustryMaintenanceCostCategoryDto["MaterialDto"] = "MATERIAL";
|
|
594
|
+
})(IndustryMaintenanceCostCategoryDto || (IndustryMaintenanceCostCategoryDto = {}));
|
|
595
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceGroup' */
|
|
596
|
+
var IndustryMaintenanceEnergyBalanceGroupDto;
|
|
597
|
+
(function (IndustryMaintenanceEnergyBalanceGroupDto) {
|
|
598
|
+
IndustryMaintenanceEnergyBalanceGroupDto["UndefinedDto"] = "UNDEFINED";
|
|
599
|
+
})(IndustryMaintenanceEnergyBalanceGroupDto || (IndustryMaintenanceEnergyBalanceGroupDto = {}));
|
|
600
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceProduct' */
|
|
601
|
+
var IndustryMaintenanceEnergyBalanceProductDto;
|
|
602
|
+
(function (IndustryMaintenanceEnergyBalanceProductDto) {
|
|
603
|
+
IndustryMaintenanceEnergyBalanceProductDto["UndefinedDto"] = "UNDEFINED";
|
|
604
|
+
})(IndustryMaintenanceEnergyBalanceProductDto || (IndustryMaintenanceEnergyBalanceProductDto = {}));
|
|
605
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceUnit' */
|
|
606
|
+
var IndustryMaintenanceEnergyBalanceUnitDto;
|
|
607
|
+
(function (IndustryMaintenanceEnergyBalanceUnitDto) {
|
|
608
|
+
IndustryMaintenanceEnergyBalanceUnitDto["UndefinedDto"] = "UNDEFINED";
|
|
609
|
+
})(IndustryMaintenanceEnergyBalanceUnitDto || (IndustryMaintenanceEnergyBalanceUnitDto = {}));
|
|
610
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderPriority' */
|
|
611
|
+
var IndustryMaintenanceOrderPriorityDto;
|
|
612
|
+
(function (IndustryMaintenanceOrderPriorityDto) {
|
|
613
|
+
IndustryMaintenanceOrderPriorityDto["UndefinedDto"] = "UNDEFINED";
|
|
614
|
+
})(IndustryMaintenanceOrderPriorityDto || (IndustryMaintenanceOrderPriorityDto = {}));
|
|
615
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderState' */
|
|
616
|
+
var IndustryMaintenanceOrderStateDto;
|
|
617
|
+
(function (IndustryMaintenanceOrderStateDto) {
|
|
618
|
+
IndustryMaintenanceOrderStateDto["UndefinedDto"] = "UNDEFINED";
|
|
619
|
+
})(IndustryMaintenanceOrderStateDto || (IndustryMaintenanceOrderStateDto = {}));
|
|
620
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderType' */
|
|
621
|
+
var IndustryMaintenanceOrderTypeDto;
|
|
622
|
+
(function (IndustryMaintenanceOrderTypeDto) {
|
|
623
|
+
IndustryMaintenanceOrderTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
624
|
+
})(IndustryMaintenanceOrderTypeDto || (IndustryMaintenanceOrderTypeDto = {}));
|
|
625
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/ServiceType' */
|
|
626
|
+
var IndustryMaintenanceServiceTypeDto;
|
|
627
|
+
(function (IndustryMaintenanceServiceTypeDto) {
|
|
628
|
+
IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
629
|
+
})(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
|
|
408
630
|
/** Enum of the availability states of models. */
|
|
409
631
|
var ModelStateDto;
|
|
410
632
|
(function (ModelStateDto) {
|
|
@@ -419,11 +641,7 @@ var MultiplicitiesDto;
|
|
|
419
641
|
MultiplicitiesDto["OneDto"] = "ONE";
|
|
420
642
|
MultiplicitiesDto["ZeroOrOneDto"] = "ZERO_OR_ONE";
|
|
421
643
|
})(MultiplicitiesDto || (MultiplicitiesDto = {}));
|
|
422
|
-
/**
|
|
423
|
-
* Controls how navigation properties affect the result set. FILTER (default):
|
|
424
|
-
* entities without associations are excluded. INCLUDE: entities without
|
|
425
|
-
* associations are kept; navigation lookups run post-pagination for better performance.
|
|
426
|
-
*/
|
|
644
|
+
/** Controls how navigation properties affect the result set. FILTER (default): entities without associations are excluded. INCLUDE: entities without associations are kept; navigation lookups run post-pagination for better performance. */
|
|
427
645
|
var NavigationFilterModeDto;
|
|
428
646
|
(function (NavigationFilterModeDto) {
|
|
429
647
|
NavigationFilterModeDto["FilterDto"] = "FILTER";
|
|
@@ -448,17 +666,26 @@ var OctoSdkDemoOperatingStatusDto;
|
|
|
448
666
|
OctoSdkDemoOperatingStatusDto["OkDto"] = "OK";
|
|
449
667
|
OctoSdkDemoOperatingStatusDto["UnknownDto"] = "UNKNOWN";
|
|
450
668
|
})(OctoSdkDemoOperatingStatusDto || (OctoSdkDemoOperatingStatusDto = {}));
|
|
451
|
-
/**
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
669
|
+
/** Defines the kind of query to be executed */
|
|
670
|
+
var QueryModeDto;
|
|
671
|
+
(function (QueryModeDto) {
|
|
672
|
+
QueryModeDto["DefaultDto"] = "DEFAULT";
|
|
673
|
+
QueryModeDto["DownsamplingDto"] = "DOWNSAMPLING";
|
|
674
|
+
QueryModeDto["InterpolationDto"] = "INTERPOLATION";
|
|
675
|
+
})(QueryModeDto || (QueryModeDto = {}));
|
|
676
|
+
/** The type of search that is used (a text based search using text analysis (high performance, scoring, maybe more false positives) or filtering of attributes (lower performance, more exact results) */
|
|
456
677
|
var SearchFilterTypesDto;
|
|
457
678
|
(function (SearchFilterTypesDto) {
|
|
458
679
|
SearchFilterTypesDto["AttributeFilterDto"] = "ATTRIBUTE_FILTER";
|
|
459
680
|
SearchFilterTypesDto["TextSearchDto"] = "TEXT_SEARCH";
|
|
460
681
|
})(SearchFilterTypesDto || (SearchFilterTypesDto = {}));
|
|
461
682
|
/** Defines the sort order */
|
|
683
|
+
var SortOrderDto;
|
|
684
|
+
(function (SortOrderDto) {
|
|
685
|
+
SortOrderDto["AscendingDto"] = "ASCENDING";
|
|
686
|
+
SortOrderDto["DescendingDto"] = "DESCENDING";
|
|
687
|
+
})(SortOrderDto || (SortOrderDto = {}));
|
|
688
|
+
/** Defines the sort order */
|
|
462
689
|
var SortOrdersDto;
|
|
463
690
|
(function (SortOrdersDto) {
|
|
464
691
|
SortOrdersDto["AscendingDto"] = "ASCENDING";
|
|
@@ -479,6 +706,46 @@ var SystemAggregationTypesDto;
|
|
|
479
706
|
/** Calculates the sum of values */
|
|
480
707
|
SystemAggregationTypesDto["SumDto"] = "SUM";
|
|
481
708
|
})(SystemAggregationTypesDto || (SystemAggregationTypesDto = {}));
|
|
709
|
+
/** Runtime entities of construction kit enum 'System.Communication/CommunicationState' */
|
|
710
|
+
var SystemCommunicationCommunicationStateDto;
|
|
711
|
+
(function (SystemCommunicationCommunicationStateDto) {
|
|
712
|
+
SystemCommunicationCommunicationStateDto["OfflineDto"] = "OFFLINE";
|
|
713
|
+
SystemCommunicationCommunicationStateDto["OnlineDto"] = "ONLINE";
|
|
714
|
+
SystemCommunicationCommunicationStateDto["UnregisteredDto"] = "UNREGISTERED";
|
|
715
|
+
})(SystemCommunicationCommunicationStateDto || (SystemCommunicationCommunicationStateDto = {}));
|
|
716
|
+
/** Runtime entities of construction kit enum 'System.Communication/ConfigurationState' */
|
|
717
|
+
var SystemCommunicationConfigurationStateDto;
|
|
718
|
+
(function (SystemCommunicationConfigurationStateDto) {
|
|
719
|
+
SystemCommunicationConfigurationStateDto["ConfiguredDto"] = "CONFIGURED";
|
|
720
|
+
SystemCommunicationConfigurationStateDto["ErrorDto"] = "ERROR";
|
|
721
|
+
SystemCommunicationConfigurationStateDto["PendingDto"] = "PENDING";
|
|
722
|
+
SystemCommunicationConfigurationStateDto["UnconfiguredDto"] = "UNCONFIGURED";
|
|
723
|
+
})(SystemCommunicationConfigurationStateDto || (SystemCommunicationConfigurationStateDto = {}));
|
|
724
|
+
/** Runtime entities of construction kit enum 'System.Communication/DeploymentState' */
|
|
725
|
+
var SystemCommunicationDeploymentStateDto;
|
|
726
|
+
(function (SystemCommunicationDeploymentStateDto) {
|
|
727
|
+
SystemCommunicationDeploymentStateDto["DeployedDto"] = "DEPLOYED";
|
|
728
|
+
SystemCommunicationDeploymentStateDto["ErrorDto"] = "ERROR";
|
|
729
|
+
SystemCommunicationDeploymentStateDto["PendingDto"] = "PENDING";
|
|
730
|
+
SystemCommunicationDeploymentStateDto["UndeployedDto"] = "UNDEPLOYED";
|
|
731
|
+
})(SystemCommunicationDeploymentStateDto || (SystemCommunicationDeploymentStateDto = {}));
|
|
732
|
+
/** Runtime entities of construction kit enum 'System.Communication/PipelineExecutionStatus' */
|
|
733
|
+
var SystemCommunicationPipelineExecutionStatusDto;
|
|
734
|
+
(function (SystemCommunicationPipelineExecutionStatusDto) {
|
|
735
|
+
SystemCommunicationPipelineExecutionStatusDto["CancelledDto"] = "CANCELLED";
|
|
736
|
+
SystemCommunicationPipelineExecutionStatusDto["CompletedDto"] = "COMPLETED";
|
|
737
|
+
SystemCommunicationPipelineExecutionStatusDto["FailedDto"] = "FAILED";
|
|
738
|
+
SystemCommunicationPipelineExecutionStatusDto["InterruptedDto"] = "INTERRUPTED";
|
|
739
|
+
SystemCommunicationPipelineExecutionStatusDto["RunningDto"] = "RUNNING";
|
|
740
|
+
})(SystemCommunicationPipelineExecutionStatusDto || (SystemCommunicationPipelineExecutionStatusDto = {}));
|
|
741
|
+
/** Runtime entities of construction kit enum 'System.Communication/PipelineTriggerType' */
|
|
742
|
+
var SystemCommunicationPipelineTriggerTypeDto;
|
|
743
|
+
(function (SystemCommunicationPipelineTriggerTypeDto) {
|
|
744
|
+
SystemCommunicationPipelineTriggerTypeDto["EventDto"] = "EVENT";
|
|
745
|
+
SystemCommunicationPipelineTriggerTypeDto["ManualDto"] = "MANUAL";
|
|
746
|
+
SystemCommunicationPipelineTriggerTypeDto["ScheduledDto"] = "SCHEDULED";
|
|
747
|
+
SystemCommunicationPipelineTriggerTypeDto["StartupDto"] = "STARTUP";
|
|
748
|
+
})(SystemCommunicationPipelineTriggerTypeDto || (SystemCommunicationPipelineTriggerTypeDto = {}));
|
|
482
749
|
/** Runtime entities of construction kit enum 'System/EnvironmentModes' */
|
|
483
750
|
var SystemEnvironmentModesDto;
|
|
484
751
|
(function (SystemEnvironmentModesDto) {
|
|
@@ -496,29 +763,17 @@ var SystemFieldFilterOperatorDto;
|
|
|
496
763
|
(function (SystemFieldFilterOperatorDto) {
|
|
497
764
|
/** Compares an array field with at least one element that matches the specified value. */
|
|
498
765
|
SystemFieldFilterOperatorDto["AnyEqDto"] = "ANY_EQ";
|
|
499
|
-
/**
|
|
500
|
-
* Compares an array field with at least one element that matches the specified
|
|
501
|
-
* value using a pattern matching comparison. Use * as a wildcard character.
|
|
502
|
-
*/
|
|
766
|
+
/** Compares an array field with at least one element that matches the specified value using a pattern matching comparison. Use * as a wildcard character. */
|
|
503
767
|
SystemFieldFilterOperatorDto["AnyLikeDto"] = "ANY_LIKE";
|
|
504
768
|
/** Compares the specified field to the specified value. */
|
|
505
769
|
SystemFieldFilterOperatorDto["EqualsDto"] = "EQUALS";
|
|
506
|
-
/**
|
|
507
|
-
* Compares the specified field to the specified value and returns true if the
|
|
508
|
-
* field value is greater than or equal to the specified value.
|
|
509
|
-
*/
|
|
770
|
+
/** Compares the specified field to the specified value and returns true if the field value is greater than or equal to the specified value. */
|
|
510
771
|
SystemFieldFilterOperatorDto["GreaterEqualThanDto"] = "GREATER_EQUAL_THAN";
|
|
511
|
-
/**
|
|
512
|
-
* Compares the specified field to the specified value and returns true if the
|
|
513
|
-
* field value is greater than the specified value.
|
|
514
|
-
*/
|
|
772
|
+
/** Compares the specified field to the specified value and returns true if the field value is greater than the specified value. */
|
|
515
773
|
SystemFieldFilterOperatorDto["GreaterThanDto"] = "GREATER_THAN";
|
|
516
774
|
/** Compares a field to be equal any value in the specified array. */
|
|
517
775
|
SystemFieldFilterOperatorDto["InDto"] = "IN";
|
|
518
|
-
/**
|
|
519
|
-
* Compares the specified field to the specified value and returns true if the
|
|
520
|
-
* field value is less than or equal to the specified value.
|
|
521
|
-
*/
|
|
776
|
+
/** Compares the specified field to the specified value and returns true if the field value is less than or equal to the specified value. */
|
|
522
777
|
SystemFieldFilterOperatorDto["LessEqualThanDto"] = "LESS_EQUAL_THAN";
|
|
523
778
|
/** Compares the specified field to the specified value and returns true if the field value is less than the specified value. */
|
|
524
779
|
SystemFieldFilterOperatorDto["LessThanDto"] = "LESS_THAN";
|
|
@@ -651,6 +906,23 @@ var UpdateTypeDto;
|
|
|
651
906
|
|
|
652
907
|
const result = {
|
|
653
908
|
"possibleTypes": {
|
|
909
|
+
"BasicAsset_EventSourceUnion": [
|
|
910
|
+
"BasicAsset",
|
|
911
|
+
"IndustryBasicMachine",
|
|
912
|
+
"IndustryEnergyEnergyConsumer",
|
|
913
|
+
"IndustryEnergyEnergyMeter",
|
|
914
|
+
"IndustryEnergyEnergyStorage",
|
|
915
|
+
"IndustryEnergyInverter",
|
|
916
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
917
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
918
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
919
|
+
"IndustryFluidHeatMeter",
|
|
920
|
+
"IndustryFluidWaterMeter",
|
|
921
|
+
"IndustryMaintenanceCostCenter",
|
|
922
|
+
"IndustryMaintenanceEmployee",
|
|
923
|
+
"IndustryMaintenanceWorkplace",
|
|
924
|
+
"OctoSdkDemoMeteringPoint"
|
|
925
|
+
],
|
|
654
926
|
"BasicAsset_RelatesFromUnion": [
|
|
655
927
|
"BasicAsset",
|
|
656
928
|
"BasicCity",
|
|
@@ -660,6 +932,32 @@ const result = {
|
|
|
660
932
|
"BasicState",
|
|
661
933
|
"BasicTree",
|
|
662
934
|
"BasicTreeNode",
|
|
935
|
+
"IndustryBasicAlarm",
|
|
936
|
+
"IndustryBasicEvent",
|
|
937
|
+
"IndustryBasicMachine",
|
|
938
|
+
"IndustryBasicRuntimeVariable",
|
|
939
|
+
"IndustryEnergyDemandResponseEvent",
|
|
940
|
+
"IndustryEnergyEnergyConsumer",
|
|
941
|
+
"IndustryEnergyEnergyCost",
|
|
942
|
+
"IndustryEnergyEnergyForecast",
|
|
943
|
+
"IndustryEnergyEnergyMeter",
|
|
944
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
945
|
+
"IndustryEnergyEnergyStorage",
|
|
946
|
+
"IndustryEnergyInverter",
|
|
947
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
948
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
949
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
950
|
+
"IndustryFluidHeatMeter",
|
|
951
|
+
"IndustryFluidWaterMeter",
|
|
952
|
+
"IndustryMaintenanceAccount",
|
|
953
|
+
"IndustryMaintenanceCostCenter",
|
|
954
|
+
"IndustryMaintenanceEmployee",
|
|
955
|
+
"IndustryMaintenanceEnergyBalance",
|
|
956
|
+
"IndustryMaintenanceJournalEntry",
|
|
957
|
+
"IndustryMaintenanceOrder",
|
|
958
|
+
"IndustryMaintenanceOrderCosts",
|
|
959
|
+
"IndustryMaintenanceOrderFeedback",
|
|
960
|
+
"IndustryMaintenanceWorkplace",
|
|
663
961
|
"OctoSdkDemoCustomer",
|
|
664
962
|
"OctoSdkDemoMeteringPoint",
|
|
665
963
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -668,6 +966,28 @@ const result = {
|
|
|
668
966
|
"SystemAutoIncrement",
|
|
669
967
|
"SystemBotAttributeAggregateConfiguration",
|
|
670
968
|
"SystemBotFixup",
|
|
969
|
+
"SystemCommunicationAdapter",
|
|
970
|
+
"SystemCommunicationAiConfiguration",
|
|
971
|
+
"SystemCommunicationDataFlow",
|
|
972
|
+
"SystemCommunicationDataPointMapping",
|
|
973
|
+
"SystemCommunicationDiscordConfiguration",
|
|
974
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
975
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
976
|
+
"SystemCommunicationEdaConfiguration",
|
|
977
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
978
|
+
"SystemCommunicationFinApiConfiguration",
|
|
979
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
980
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
981
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
982
|
+
"SystemCommunicationPipeline",
|
|
983
|
+
"SystemCommunicationPipelineExecution",
|
|
984
|
+
"SystemCommunicationPipelineStatistics",
|
|
985
|
+
"SystemCommunicationPipelineTrigger",
|
|
986
|
+
"SystemCommunicationPool",
|
|
987
|
+
"SystemCommunicationSapConfiguration",
|
|
988
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
989
|
+
"SystemCommunicationSftpConfiguration",
|
|
990
|
+
"SystemCommunicationTag",
|
|
671
991
|
"SystemDownsamplingSdQuery",
|
|
672
992
|
"SystemGroupingAggregationRtQuery",
|
|
673
993
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -714,7 +1034,12 @@ const result = {
|
|
|
714
1034
|
],
|
|
715
1035
|
"BasicDocumentInterface": [],
|
|
716
1036
|
"BasicNamedEntityInterface": [
|
|
717
|
-
"BasicTree"
|
|
1037
|
+
"BasicTree",
|
|
1038
|
+
"IndustryBasicAlarm",
|
|
1039
|
+
"IndustryBasicEvent",
|
|
1040
|
+
"IndustryBasicRuntimeVariable",
|
|
1041
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1042
|
+
"IndustryEnergyEnergyPerformanceIndicator"
|
|
718
1043
|
],
|
|
719
1044
|
"BasicTreeNode_ChildrenUnion": [
|
|
720
1045
|
"BasicAsset",
|
|
@@ -723,6 +1048,69 @@ const result = {
|
|
|
723
1048
|
"BasicDistrict",
|
|
724
1049
|
"BasicState",
|
|
725
1050
|
"BasicTreeNode",
|
|
1051
|
+
"IndustryBasicMachine",
|
|
1052
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1053
|
+
"IndustryEnergyEnergyConsumer",
|
|
1054
|
+
"IndustryEnergyEnergyCost",
|
|
1055
|
+
"IndustryEnergyEnergyForecast",
|
|
1056
|
+
"IndustryEnergyEnergyMeter",
|
|
1057
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1058
|
+
"IndustryEnergyEnergyStorage",
|
|
1059
|
+
"IndustryEnergyInverter",
|
|
1060
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1061
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1062
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1063
|
+
"IndustryFluidHeatMeter",
|
|
1064
|
+
"IndustryFluidWaterMeter",
|
|
1065
|
+
"IndustryMaintenanceCostCenter",
|
|
1066
|
+
"IndustryMaintenanceEmployee",
|
|
1067
|
+
"IndustryMaintenanceWorkplace",
|
|
1068
|
+
"OctoSdkDemoMeteringPoint",
|
|
1069
|
+
"OctoSdkDemoOperatingFacility"
|
|
1070
|
+
],
|
|
1071
|
+
"BasicTreeNode_MachineUnion": [
|
|
1072
|
+
"BasicAsset",
|
|
1073
|
+
"BasicCity",
|
|
1074
|
+
"BasicCountry",
|
|
1075
|
+
"BasicDistrict",
|
|
1076
|
+
"BasicState",
|
|
1077
|
+
"BasicTreeNode",
|
|
1078
|
+
"IndustryBasicMachine",
|
|
1079
|
+
"IndustryEnergyEnergyConsumer",
|
|
1080
|
+
"IndustryEnergyEnergyMeter",
|
|
1081
|
+
"IndustryEnergyEnergyStorage",
|
|
1082
|
+
"IndustryEnergyInverter",
|
|
1083
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1084
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1085
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1086
|
+
"IndustryFluidHeatMeter",
|
|
1087
|
+
"IndustryFluidWaterMeter",
|
|
1088
|
+
"IndustryMaintenanceCostCenter",
|
|
1089
|
+
"IndustryMaintenanceEmployee",
|
|
1090
|
+
"IndustryMaintenanceWorkplace",
|
|
1091
|
+
"OctoSdkDemoMeteringPoint",
|
|
1092
|
+
"OctoSdkDemoOperatingFacility"
|
|
1093
|
+
],
|
|
1094
|
+
"BasicTreeNode_ParentUnion": [
|
|
1095
|
+
"BasicAsset",
|
|
1096
|
+
"BasicCity",
|
|
1097
|
+
"BasicCountry",
|
|
1098
|
+
"BasicDistrict",
|
|
1099
|
+
"BasicState",
|
|
1100
|
+
"BasicTreeNode",
|
|
1101
|
+
"IndustryBasicMachine",
|
|
1102
|
+
"IndustryEnergyEnergyConsumer",
|
|
1103
|
+
"IndustryEnergyEnergyMeter",
|
|
1104
|
+
"IndustryEnergyEnergyStorage",
|
|
1105
|
+
"IndustryEnergyInverter",
|
|
1106
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1107
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1108
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1109
|
+
"IndustryFluidHeatMeter",
|
|
1110
|
+
"IndustryFluidWaterMeter",
|
|
1111
|
+
"IndustryMaintenanceCostCenter",
|
|
1112
|
+
"IndustryMaintenanceEmployee",
|
|
1113
|
+
"IndustryMaintenanceWorkplace",
|
|
726
1114
|
"OctoSdkDemoMeteringPoint",
|
|
727
1115
|
"OctoSdkDemoOperatingFacility"
|
|
728
1116
|
],
|
|
@@ -735,6 +1123,32 @@ const result = {
|
|
|
735
1123
|
"BasicState",
|
|
736
1124
|
"BasicTree",
|
|
737
1125
|
"BasicTreeNode",
|
|
1126
|
+
"IndustryBasicAlarm",
|
|
1127
|
+
"IndustryBasicEvent",
|
|
1128
|
+
"IndustryBasicMachine",
|
|
1129
|
+
"IndustryBasicRuntimeVariable",
|
|
1130
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1131
|
+
"IndustryEnergyEnergyConsumer",
|
|
1132
|
+
"IndustryEnergyEnergyCost",
|
|
1133
|
+
"IndustryEnergyEnergyForecast",
|
|
1134
|
+
"IndustryEnergyEnergyMeter",
|
|
1135
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1136
|
+
"IndustryEnergyEnergyStorage",
|
|
1137
|
+
"IndustryEnergyInverter",
|
|
1138
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1139
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1140
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1141
|
+
"IndustryFluidHeatMeter",
|
|
1142
|
+
"IndustryFluidWaterMeter",
|
|
1143
|
+
"IndustryMaintenanceAccount",
|
|
1144
|
+
"IndustryMaintenanceCostCenter",
|
|
1145
|
+
"IndustryMaintenanceEmployee",
|
|
1146
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1147
|
+
"IndustryMaintenanceJournalEntry",
|
|
1148
|
+
"IndustryMaintenanceOrder",
|
|
1149
|
+
"IndustryMaintenanceOrderCosts",
|
|
1150
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1151
|
+
"IndustryMaintenanceWorkplace",
|
|
738
1152
|
"OctoSdkDemoCustomer",
|
|
739
1153
|
"OctoSdkDemoMeteringPoint",
|
|
740
1154
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -743,6 +1157,28 @@ const result = {
|
|
|
743
1157
|
"SystemAutoIncrement",
|
|
744
1158
|
"SystemBotAttributeAggregateConfiguration",
|
|
745
1159
|
"SystemBotFixup",
|
|
1160
|
+
"SystemCommunicationAdapter",
|
|
1161
|
+
"SystemCommunicationAiConfiguration",
|
|
1162
|
+
"SystemCommunicationDataFlow",
|
|
1163
|
+
"SystemCommunicationDataPointMapping",
|
|
1164
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1165
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1166
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1167
|
+
"SystemCommunicationEdaConfiguration",
|
|
1168
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1169
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1170
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1171
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1172
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1173
|
+
"SystemCommunicationPipeline",
|
|
1174
|
+
"SystemCommunicationPipelineExecution",
|
|
1175
|
+
"SystemCommunicationPipelineStatistics",
|
|
1176
|
+
"SystemCommunicationPipelineTrigger",
|
|
1177
|
+
"SystemCommunicationPool",
|
|
1178
|
+
"SystemCommunicationSapConfiguration",
|
|
1179
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1180
|
+
"SystemCommunicationSftpConfiguration",
|
|
1181
|
+
"SystemCommunicationTag",
|
|
746
1182
|
"SystemDownsamplingSdQuery",
|
|
747
1183
|
"SystemGroupingAggregationRtQuery",
|
|
748
1184
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -795,9 +1231,80 @@ const result = {
|
|
|
795
1231
|
"BasicState",
|
|
796
1232
|
"BasicTree",
|
|
797
1233
|
"BasicTreeNode",
|
|
1234
|
+
"IndustryBasicMachine",
|
|
1235
|
+
"IndustryEnergyEnergyConsumer",
|
|
1236
|
+
"IndustryEnergyEnergyMeter",
|
|
1237
|
+
"IndustryEnergyEnergyStorage",
|
|
1238
|
+
"IndustryEnergyInverter",
|
|
1239
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1240
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1241
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1242
|
+
"IndustryFluidHeatMeter",
|
|
1243
|
+
"IndustryFluidWaterMeter",
|
|
1244
|
+
"IndustryMaintenanceCostCenter",
|
|
1245
|
+
"IndustryMaintenanceEmployee",
|
|
1246
|
+
"IndustryMaintenanceWorkplace",
|
|
798
1247
|
"OctoSdkDemoMeteringPoint",
|
|
799
1248
|
"OctoSdkDemoOperatingFacility"
|
|
800
1249
|
],
|
|
1250
|
+
"IndustryBasicEvent_EventUnion": [
|
|
1251
|
+
"IndustryBasicAlarm",
|
|
1252
|
+
"IndustryBasicEvent"
|
|
1253
|
+
],
|
|
1254
|
+
"IndustryBasicEvent_EventsUnion": [
|
|
1255
|
+
"IndustryBasicAlarm",
|
|
1256
|
+
"IndustryBasicEvent"
|
|
1257
|
+
],
|
|
1258
|
+
"IndustryBasicMachine_MachineUnion": [
|
|
1259
|
+
"IndustryBasicMachine",
|
|
1260
|
+
"IndustryEnergyEnergyConsumer",
|
|
1261
|
+
"IndustryEnergyEnergyMeter",
|
|
1262
|
+
"IndustryEnergyEnergyStorage",
|
|
1263
|
+
"IndustryEnergyInverter",
|
|
1264
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1265
|
+
"IndustryFluidHeatMeter",
|
|
1266
|
+
"IndustryFluidWaterMeter"
|
|
1267
|
+
],
|
|
1268
|
+
"IndustryBasicRuntimeVariable_RuntimeVariablesUnion": [
|
|
1269
|
+
"IndustryBasicRuntimeVariable"
|
|
1270
|
+
],
|
|
1271
|
+
"IndustryMaintenanceAccount_ParentUnion": [
|
|
1272
|
+
"IndustryMaintenanceAccount"
|
|
1273
|
+
],
|
|
1274
|
+
"IndustryMaintenanceCostCenter_CostCenterUnion": [
|
|
1275
|
+
"IndustryMaintenanceCostCenter"
|
|
1276
|
+
],
|
|
1277
|
+
"IndustryMaintenanceEmployee_EmployeeUnion": [
|
|
1278
|
+
"IndustryMaintenanceEmployee"
|
|
1279
|
+
],
|
|
1280
|
+
"IndustryMaintenanceEnergyBalance_OrdersUnion": [
|
|
1281
|
+
"IndustryMaintenanceEnergyBalance"
|
|
1282
|
+
],
|
|
1283
|
+
"IndustryMaintenanceJournalEntry_ChildrenUnion": [
|
|
1284
|
+
"IndustryMaintenanceJournalEntry"
|
|
1285
|
+
],
|
|
1286
|
+
"IndustryMaintenanceJournalEntry_JournalEntriesUnion": [
|
|
1287
|
+
"IndustryMaintenanceJournalEntry"
|
|
1288
|
+
],
|
|
1289
|
+
"IndustryMaintenanceOrderCosts_CostsUnion": [
|
|
1290
|
+
"IndustryMaintenanceOrderCosts"
|
|
1291
|
+
],
|
|
1292
|
+
"IndustryMaintenanceOrderFeedback_ChildrenUnion": [
|
|
1293
|
+
"IndustryMaintenanceOrderFeedback"
|
|
1294
|
+
],
|
|
1295
|
+
"IndustryMaintenanceOrderFeedback_OrderFeedbacksUnion": [
|
|
1296
|
+
"IndustryMaintenanceOrderFeedback"
|
|
1297
|
+
],
|
|
1298
|
+
"IndustryMaintenanceOrder_OrderUnion": [
|
|
1299
|
+
"IndustryMaintenanceOrder"
|
|
1300
|
+
],
|
|
1301
|
+
"IndustryMaintenanceOrder_OrdersUnion": [
|
|
1302
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1303
|
+
"IndustryMaintenanceOrder"
|
|
1304
|
+
],
|
|
1305
|
+
"IndustryMaintenanceOrder_ParentUnion": [
|
|
1306
|
+
"IndustryMaintenanceOrder"
|
|
1307
|
+
],
|
|
801
1308
|
"OctoSdkDemoCustomer_OwnedByUnion": [
|
|
802
1309
|
"OctoSdkDemoCustomer"
|
|
803
1310
|
],
|
|
@@ -812,7 +1319,107 @@ const result = {
|
|
|
812
1319
|
"SystemBotAttributeAggregateConfiguration_ConfiguredByUnion": [
|
|
813
1320
|
"SystemBotAttributeAggregateConfiguration"
|
|
814
1321
|
],
|
|
1322
|
+
"SystemCommunicationAdapter_AdapterExecutionsUnion": [
|
|
1323
|
+
"SystemCommunicationAdapter"
|
|
1324
|
+
],
|
|
1325
|
+
"SystemCommunicationAdapter_ExecutedByUnion": [
|
|
1326
|
+
"SystemCommunicationAdapter"
|
|
1327
|
+
],
|
|
1328
|
+
"SystemCommunicationAdapter_ManagesUnion": [
|
|
1329
|
+
"SystemCommunicationAdapter"
|
|
1330
|
+
],
|
|
1331
|
+
"SystemCommunicationDataFlow_ParentUnion": [
|
|
1332
|
+
"SystemCommunicationDataFlow"
|
|
1333
|
+
],
|
|
1334
|
+
"SystemCommunicationDataPointMapping_MapsFromUnion": [
|
|
1335
|
+
"SystemCommunicationDataPointMapping"
|
|
1336
|
+
],
|
|
1337
|
+
"SystemCommunicationDataPointMapping_MapsToUnion": [
|
|
1338
|
+
"SystemCommunicationDataPointMapping"
|
|
1339
|
+
],
|
|
1340
|
+
"SystemCommunicationDeployableEntityInterface": [
|
|
1341
|
+
"SystemCommunicationAdapter",
|
|
1342
|
+
"SystemCommunicationPipeline",
|
|
1343
|
+
"SystemCommunicationPipelineTrigger",
|
|
1344
|
+
"SystemCommunicationPool"
|
|
1345
|
+
],
|
|
1346
|
+
"SystemCommunicationPipelineExecution_ExecutedPipelineUnion": [
|
|
1347
|
+
"SystemCommunicationPipelineExecution"
|
|
1348
|
+
],
|
|
1349
|
+
"SystemCommunicationPipelineExecution_ExecutingAdapterUnion": [
|
|
1350
|
+
"SystemCommunicationPipelineExecution"
|
|
1351
|
+
],
|
|
1352
|
+
"SystemCommunicationPipelineStatistics_StatisticsForPipelineUnion": [
|
|
1353
|
+
"SystemCommunicationPipelineStatistics"
|
|
1354
|
+
],
|
|
1355
|
+
"SystemCommunicationPipelineTrigger_TriggersUnion": [
|
|
1356
|
+
"SystemCommunicationPipelineTrigger"
|
|
1357
|
+
],
|
|
1358
|
+
"SystemCommunicationPipeline_ChildrenUnion": [
|
|
1359
|
+
"SystemCommunicationPipeline",
|
|
1360
|
+
"SystemCommunicationPipelineTrigger"
|
|
1361
|
+
],
|
|
1362
|
+
"SystemCommunicationPipeline_ExecutesUnion": [
|
|
1363
|
+
"SystemCommunicationPipeline"
|
|
1364
|
+
],
|
|
1365
|
+
"SystemCommunicationPipeline_PipelineExecutionsUnion": [
|
|
1366
|
+
"SystemCommunicationPipeline"
|
|
1367
|
+
],
|
|
1368
|
+
"SystemCommunicationPipeline_PipelineStatisticsUnion": [
|
|
1369
|
+
"SystemCommunicationPipeline"
|
|
1370
|
+
],
|
|
1371
|
+
"SystemCommunicationPipeline_ReceivesDataFromUnion": [
|
|
1372
|
+
"SystemCommunicationPipeline"
|
|
1373
|
+
],
|
|
1374
|
+
"SystemCommunicationPipeline_SendsDataToUnion": [
|
|
1375
|
+
"SystemCommunicationPipeline"
|
|
1376
|
+
],
|
|
1377
|
+
"SystemCommunicationPipeline_TriggeredByUnion": [
|
|
1378
|
+
"SystemCommunicationPipeline"
|
|
1379
|
+
],
|
|
1380
|
+
"SystemCommunicationPipeline_UsedByUnion": [
|
|
1381
|
+
"SystemCommunicationPipeline"
|
|
1382
|
+
],
|
|
1383
|
+
"SystemCommunicationPool_ManagedByUnion": [
|
|
1384
|
+
"SystemCommunicationPool"
|
|
1385
|
+
],
|
|
1386
|
+
"SystemCommunicationTag_TaggedByUnion": [
|
|
1387
|
+
"SystemCommunicationTag"
|
|
1388
|
+
],
|
|
815
1389
|
"SystemConfigurationInterface": [
|
|
1390
|
+
"SystemCommunicationAiConfiguration",
|
|
1391
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1392
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1393
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1394
|
+
"SystemCommunicationEdaConfiguration",
|
|
1395
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1396
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1397
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1398
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1399
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1400
|
+
"SystemCommunicationSapConfiguration",
|
|
1401
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1402
|
+
"SystemCommunicationSftpConfiguration",
|
|
1403
|
+
"SystemIdentityMailNotificationConfiguration",
|
|
1404
|
+
"SystemNotificationCssTemplateConfiguration",
|
|
1405
|
+
"SystemReportingConnectionInfo",
|
|
1406
|
+
"SystemTenantConfiguration",
|
|
1407
|
+
"SystemTenantModeConfiguration"
|
|
1408
|
+
],
|
|
1409
|
+
"SystemConfiguration_IsUsingUnion": [
|
|
1410
|
+
"SystemCommunicationAiConfiguration",
|
|
1411
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1412
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1413
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1414
|
+
"SystemCommunicationEdaConfiguration",
|
|
1415
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1416
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1417
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1418
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1419
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1420
|
+
"SystemCommunicationSapConfiguration",
|
|
1421
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1422
|
+
"SystemCommunicationSftpConfiguration",
|
|
816
1423
|
"SystemIdentityMailNotificationConfiguration",
|
|
817
1424
|
"SystemNotificationCssTemplateConfiguration",
|
|
818
1425
|
"SystemReportingConnectionInfo",
|
|
@@ -824,12 +1431,48 @@ const result = {
|
|
|
824
1431
|
"BasicEmployee",
|
|
825
1432
|
"BasicNamedEntity",
|
|
826
1433
|
"BasicTree",
|
|
1434
|
+
"IndustryBasicAlarm",
|
|
1435
|
+
"IndustryBasicEvent",
|
|
1436
|
+
"IndustryBasicRuntimeVariable",
|
|
1437
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1438
|
+
"IndustryEnergyEnergyCost",
|
|
1439
|
+
"IndustryEnergyEnergyForecast",
|
|
1440
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1441
|
+
"IndustryMaintenanceAccount",
|
|
1442
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1443
|
+
"IndustryMaintenanceJournalEntry",
|
|
1444
|
+
"IndustryMaintenanceOrder",
|
|
1445
|
+
"IndustryMaintenanceOrderCosts",
|
|
1446
|
+
"IndustryMaintenanceOrderFeedback",
|
|
827
1447
|
"OctoSdkDemoCustomer",
|
|
828
1448
|
"SystemAggregationRtQuery",
|
|
829
1449
|
"SystemAggregationSdQuery",
|
|
830
1450
|
"SystemAutoIncrement",
|
|
831
1451
|
"SystemBotAttributeAggregateConfiguration",
|
|
832
1452
|
"SystemBotFixup",
|
|
1453
|
+
"SystemCommunicationAdapter",
|
|
1454
|
+
"SystemCommunicationAiConfiguration",
|
|
1455
|
+
"SystemCommunicationDataFlow",
|
|
1456
|
+
"SystemCommunicationDataPointMapping",
|
|
1457
|
+
"SystemCommunicationDeployableEntity",
|
|
1458
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1459
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1460
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1461
|
+
"SystemCommunicationEdaConfiguration",
|
|
1462
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1463
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1464
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1465
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1466
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1467
|
+
"SystemCommunicationPipeline",
|
|
1468
|
+
"SystemCommunicationPipelineExecution",
|
|
1469
|
+
"SystemCommunicationPipelineStatistics",
|
|
1470
|
+
"SystemCommunicationPipelineTrigger",
|
|
1471
|
+
"SystemCommunicationPool",
|
|
1472
|
+
"SystemCommunicationSapConfiguration",
|
|
1473
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1474
|
+
"SystemCommunicationSftpConfiguration",
|
|
1475
|
+
"SystemCommunicationTag",
|
|
833
1476
|
"SystemConfiguration",
|
|
834
1477
|
"SystemDownsamplingSdQuery",
|
|
835
1478
|
"SystemGroupingAggregationRtQuery",
|
|
@@ -891,6 +1534,32 @@ const result = {
|
|
|
891
1534
|
"BasicState",
|
|
892
1535
|
"BasicTree",
|
|
893
1536
|
"BasicTreeNode",
|
|
1537
|
+
"IndustryBasicAlarm",
|
|
1538
|
+
"IndustryBasicEvent",
|
|
1539
|
+
"IndustryBasicMachine",
|
|
1540
|
+
"IndustryBasicRuntimeVariable",
|
|
1541
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1542
|
+
"IndustryEnergyEnergyConsumer",
|
|
1543
|
+
"IndustryEnergyEnergyCost",
|
|
1544
|
+
"IndustryEnergyEnergyForecast",
|
|
1545
|
+
"IndustryEnergyEnergyMeter",
|
|
1546
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1547
|
+
"IndustryEnergyEnergyStorage",
|
|
1548
|
+
"IndustryEnergyInverter",
|
|
1549
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1550
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1551
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1552
|
+
"IndustryFluidHeatMeter",
|
|
1553
|
+
"IndustryFluidWaterMeter",
|
|
1554
|
+
"IndustryMaintenanceAccount",
|
|
1555
|
+
"IndustryMaintenanceCostCenter",
|
|
1556
|
+
"IndustryMaintenanceEmployee",
|
|
1557
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1558
|
+
"IndustryMaintenanceJournalEntry",
|
|
1559
|
+
"IndustryMaintenanceOrder",
|
|
1560
|
+
"IndustryMaintenanceOrderCosts",
|
|
1561
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1562
|
+
"IndustryMaintenanceWorkplace",
|
|
894
1563
|
"OctoSdkDemoCustomer",
|
|
895
1564
|
"OctoSdkDemoMeteringPoint",
|
|
896
1565
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -899,6 +1568,355 @@ const result = {
|
|
|
899
1568
|
"SystemAutoIncrement",
|
|
900
1569
|
"SystemBotAttributeAggregateConfiguration",
|
|
901
1570
|
"SystemBotFixup",
|
|
1571
|
+
"SystemCommunicationAdapter",
|
|
1572
|
+
"SystemCommunicationAiConfiguration",
|
|
1573
|
+
"SystemCommunicationDataFlow",
|
|
1574
|
+
"SystemCommunicationDataPointMapping",
|
|
1575
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1576
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1577
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1578
|
+
"SystemCommunicationEdaConfiguration",
|
|
1579
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1580
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1581
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1582
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1583
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1584
|
+
"SystemCommunicationPipeline",
|
|
1585
|
+
"SystemCommunicationPipelineExecution",
|
|
1586
|
+
"SystemCommunicationPipelineStatistics",
|
|
1587
|
+
"SystemCommunicationPipelineTrigger",
|
|
1588
|
+
"SystemCommunicationPool",
|
|
1589
|
+
"SystemCommunicationSapConfiguration",
|
|
1590
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1591
|
+
"SystemCommunicationSftpConfiguration",
|
|
1592
|
+
"SystemCommunicationTag",
|
|
1593
|
+
"SystemDownsamplingSdQuery",
|
|
1594
|
+
"SystemGroupingAggregationRtQuery",
|
|
1595
|
+
"SystemGroupingAggregationSdQuery",
|
|
1596
|
+
"SystemIdentityApiResource",
|
|
1597
|
+
"SystemIdentityApiScope",
|
|
1598
|
+
"SystemIdentityAzureEntraIdIdentityProvider",
|
|
1599
|
+
"SystemIdentityClient",
|
|
1600
|
+
"SystemIdentityEmailDomainGroupRule",
|
|
1601
|
+
"SystemIdentityExternalTenantUserMapping",
|
|
1602
|
+
"SystemIdentityFacebookIdentityProvider",
|
|
1603
|
+
"SystemIdentityGoogleIdentityProvider",
|
|
1604
|
+
"SystemIdentityGroup",
|
|
1605
|
+
"SystemIdentityIdentityResource",
|
|
1606
|
+
"SystemIdentityMailNotificationConfiguration",
|
|
1607
|
+
"SystemIdentityMicrosoftAdIdentityProvider",
|
|
1608
|
+
"SystemIdentityMicrosoftIdentityProvider",
|
|
1609
|
+
"SystemIdentityOctoTenantIdentityProvider",
|
|
1610
|
+
"SystemIdentityOpenLdapIdentityProvider",
|
|
1611
|
+
"SystemIdentityPermission",
|
|
1612
|
+
"SystemIdentityPermissionRole",
|
|
1613
|
+
"SystemIdentityPersistedGrant",
|
|
1614
|
+
"SystemIdentityRole",
|
|
1615
|
+
"SystemIdentityUser",
|
|
1616
|
+
"SystemMigrationHistory",
|
|
1617
|
+
"SystemNotificationCssTemplateConfiguration",
|
|
1618
|
+
"SystemNotificationEvent",
|
|
1619
|
+
"SystemNotificationNotificationTemplate",
|
|
1620
|
+
"SystemNotificationStatefulEvent",
|
|
1621
|
+
"SystemReportingConnectionInfo",
|
|
1622
|
+
"SystemReportingFileSystemItem",
|
|
1623
|
+
"SystemReportingFolder",
|
|
1624
|
+
"SystemReportingFolderRoot",
|
|
1625
|
+
"SystemSimpleRtQuery",
|
|
1626
|
+
"SystemSimpleSdQuery",
|
|
1627
|
+
"SystemTenant",
|
|
1628
|
+
"SystemTenantConfiguration",
|
|
1629
|
+
"SystemTenantModeConfiguration",
|
|
1630
|
+
"SystemUIBranding",
|
|
1631
|
+
"SystemUIDashboard",
|
|
1632
|
+
"SystemUIDashboardWidget",
|
|
1633
|
+
"SystemUIProcessDiagram",
|
|
1634
|
+
"SystemUISymbolDefinition",
|
|
1635
|
+
"SystemUISymbolLibrary"
|
|
1636
|
+
],
|
|
1637
|
+
"SystemEntity_IsTaggingUnion": [
|
|
1638
|
+
"BasicAsset",
|
|
1639
|
+
"BasicCity",
|
|
1640
|
+
"BasicCountry",
|
|
1641
|
+
"BasicDistrict",
|
|
1642
|
+
"BasicEmployee",
|
|
1643
|
+
"BasicState",
|
|
1644
|
+
"BasicTree",
|
|
1645
|
+
"BasicTreeNode",
|
|
1646
|
+
"IndustryBasicAlarm",
|
|
1647
|
+
"IndustryBasicEvent",
|
|
1648
|
+
"IndustryBasicMachine",
|
|
1649
|
+
"IndustryBasicRuntimeVariable",
|
|
1650
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1651
|
+
"IndustryEnergyEnergyConsumer",
|
|
1652
|
+
"IndustryEnergyEnergyCost",
|
|
1653
|
+
"IndustryEnergyEnergyForecast",
|
|
1654
|
+
"IndustryEnergyEnergyMeter",
|
|
1655
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1656
|
+
"IndustryEnergyEnergyStorage",
|
|
1657
|
+
"IndustryEnergyInverter",
|
|
1658
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1659
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1660
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1661
|
+
"IndustryFluidHeatMeter",
|
|
1662
|
+
"IndustryFluidWaterMeter",
|
|
1663
|
+
"IndustryMaintenanceAccount",
|
|
1664
|
+
"IndustryMaintenanceCostCenter",
|
|
1665
|
+
"IndustryMaintenanceEmployee",
|
|
1666
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1667
|
+
"IndustryMaintenanceJournalEntry",
|
|
1668
|
+
"IndustryMaintenanceOrder",
|
|
1669
|
+
"IndustryMaintenanceOrderCosts",
|
|
1670
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1671
|
+
"IndustryMaintenanceWorkplace",
|
|
1672
|
+
"OctoSdkDemoCustomer",
|
|
1673
|
+
"OctoSdkDemoMeteringPoint",
|
|
1674
|
+
"OctoSdkDemoOperatingFacility",
|
|
1675
|
+
"SystemAggregationRtQuery",
|
|
1676
|
+
"SystemAggregationSdQuery",
|
|
1677
|
+
"SystemAutoIncrement",
|
|
1678
|
+
"SystemBotAttributeAggregateConfiguration",
|
|
1679
|
+
"SystemBotFixup",
|
|
1680
|
+
"SystemCommunicationAdapter",
|
|
1681
|
+
"SystemCommunicationAiConfiguration",
|
|
1682
|
+
"SystemCommunicationDataFlow",
|
|
1683
|
+
"SystemCommunicationDataPointMapping",
|
|
1684
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1685
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1686
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1687
|
+
"SystemCommunicationEdaConfiguration",
|
|
1688
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1689
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1690
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1691
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1692
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1693
|
+
"SystemCommunicationPipeline",
|
|
1694
|
+
"SystemCommunicationPipelineExecution",
|
|
1695
|
+
"SystemCommunicationPipelineStatistics",
|
|
1696
|
+
"SystemCommunicationPipelineTrigger",
|
|
1697
|
+
"SystemCommunicationPool",
|
|
1698
|
+
"SystemCommunicationSapConfiguration",
|
|
1699
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1700
|
+
"SystemCommunicationSftpConfiguration",
|
|
1701
|
+
"SystemCommunicationTag",
|
|
1702
|
+
"SystemDownsamplingSdQuery",
|
|
1703
|
+
"SystemGroupingAggregationRtQuery",
|
|
1704
|
+
"SystemGroupingAggregationSdQuery",
|
|
1705
|
+
"SystemIdentityApiResource",
|
|
1706
|
+
"SystemIdentityApiScope",
|
|
1707
|
+
"SystemIdentityAzureEntraIdIdentityProvider",
|
|
1708
|
+
"SystemIdentityClient",
|
|
1709
|
+
"SystemIdentityEmailDomainGroupRule",
|
|
1710
|
+
"SystemIdentityExternalTenantUserMapping",
|
|
1711
|
+
"SystemIdentityFacebookIdentityProvider",
|
|
1712
|
+
"SystemIdentityGoogleIdentityProvider",
|
|
1713
|
+
"SystemIdentityGroup",
|
|
1714
|
+
"SystemIdentityIdentityResource",
|
|
1715
|
+
"SystemIdentityMailNotificationConfiguration",
|
|
1716
|
+
"SystemIdentityMicrosoftAdIdentityProvider",
|
|
1717
|
+
"SystemIdentityMicrosoftIdentityProvider",
|
|
1718
|
+
"SystemIdentityOctoTenantIdentityProvider",
|
|
1719
|
+
"SystemIdentityOpenLdapIdentityProvider",
|
|
1720
|
+
"SystemIdentityPermission",
|
|
1721
|
+
"SystemIdentityPermissionRole",
|
|
1722
|
+
"SystemIdentityPersistedGrant",
|
|
1723
|
+
"SystemIdentityRole",
|
|
1724
|
+
"SystemIdentityUser",
|
|
1725
|
+
"SystemMigrationHistory",
|
|
1726
|
+
"SystemNotificationCssTemplateConfiguration",
|
|
1727
|
+
"SystemNotificationEvent",
|
|
1728
|
+
"SystemNotificationNotificationTemplate",
|
|
1729
|
+
"SystemNotificationStatefulEvent",
|
|
1730
|
+
"SystemReportingConnectionInfo",
|
|
1731
|
+
"SystemReportingFileSystemItem",
|
|
1732
|
+
"SystemReportingFolder",
|
|
1733
|
+
"SystemReportingFolderRoot",
|
|
1734
|
+
"SystemSimpleRtQuery",
|
|
1735
|
+
"SystemSimpleSdQuery",
|
|
1736
|
+
"SystemTenant",
|
|
1737
|
+
"SystemTenantConfiguration",
|
|
1738
|
+
"SystemTenantModeConfiguration",
|
|
1739
|
+
"SystemUIBranding",
|
|
1740
|
+
"SystemUIDashboard",
|
|
1741
|
+
"SystemUIDashboardWidget",
|
|
1742
|
+
"SystemUIProcessDiagram",
|
|
1743
|
+
"SystemUISymbolDefinition",
|
|
1744
|
+
"SystemUISymbolLibrary"
|
|
1745
|
+
],
|
|
1746
|
+
"SystemEntity_MappedAsSourceUnion": [
|
|
1747
|
+
"BasicAsset",
|
|
1748
|
+
"BasicCity",
|
|
1749
|
+
"BasicCountry",
|
|
1750
|
+
"BasicDistrict",
|
|
1751
|
+
"BasicEmployee",
|
|
1752
|
+
"BasicState",
|
|
1753
|
+
"BasicTree",
|
|
1754
|
+
"BasicTreeNode",
|
|
1755
|
+
"IndustryBasicAlarm",
|
|
1756
|
+
"IndustryBasicEvent",
|
|
1757
|
+
"IndustryBasicMachine",
|
|
1758
|
+
"IndustryBasicRuntimeVariable",
|
|
1759
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1760
|
+
"IndustryEnergyEnergyConsumer",
|
|
1761
|
+
"IndustryEnergyEnergyCost",
|
|
1762
|
+
"IndustryEnergyEnergyForecast",
|
|
1763
|
+
"IndustryEnergyEnergyMeter",
|
|
1764
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1765
|
+
"IndustryEnergyEnergyStorage",
|
|
1766
|
+
"IndustryEnergyInverter",
|
|
1767
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1768
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1769
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1770
|
+
"IndustryFluidHeatMeter",
|
|
1771
|
+
"IndustryFluidWaterMeter",
|
|
1772
|
+
"IndustryMaintenanceAccount",
|
|
1773
|
+
"IndustryMaintenanceCostCenter",
|
|
1774
|
+
"IndustryMaintenanceEmployee",
|
|
1775
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1776
|
+
"IndustryMaintenanceJournalEntry",
|
|
1777
|
+
"IndustryMaintenanceOrder",
|
|
1778
|
+
"IndustryMaintenanceOrderCosts",
|
|
1779
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1780
|
+
"IndustryMaintenanceWorkplace",
|
|
1781
|
+
"OctoSdkDemoCustomer",
|
|
1782
|
+
"OctoSdkDemoMeteringPoint",
|
|
1783
|
+
"OctoSdkDemoOperatingFacility",
|
|
1784
|
+
"SystemAggregationRtQuery",
|
|
1785
|
+
"SystemAggregationSdQuery",
|
|
1786
|
+
"SystemAutoIncrement",
|
|
1787
|
+
"SystemBotAttributeAggregateConfiguration",
|
|
1788
|
+
"SystemBotFixup",
|
|
1789
|
+
"SystemCommunicationAdapter",
|
|
1790
|
+
"SystemCommunicationAiConfiguration",
|
|
1791
|
+
"SystemCommunicationDataFlow",
|
|
1792
|
+
"SystemCommunicationDataPointMapping",
|
|
1793
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1794
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1795
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1796
|
+
"SystemCommunicationEdaConfiguration",
|
|
1797
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1798
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1799
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1800
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1801
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1802
|
+
"SystemCommunicationPipeline",
|
|
1803
|
+
"SystemCommunicationPipelineExecution",
|
|
1804
|
+
"SystemCommunicationPipelineStatistics",
|
|
1805
|
+
"SystemCommunicationPipelineTrigger",
|
|
1806
|
+
"SystemCommunicationPool",
|
|
1807
|
+
"SystemCommunicationSapConfiguration",
|
|
1808
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1809
|
+
"SystemCommunicationSftpConfiguration",
|
|
1810
|
+
"SystemCommunicationTag",
|
|
1811
|
+
"SystemDownsamplingSdQuery",
|
|
1812
|
+
"SystemGroupingAggregationRtQuery",
|
|
1813
|
+
"SystemGroupingAggregationSdQuery",
|
|
1814
|
+
"SystemIdentityApiResource",
|
|
1815
|
+
"SystemIdentityApiScope",
|
|
1816
|
+
"SystemIdentityAzureEntraIdIdentityProvider",
|
|
1817
|
+
"SystemIdentityClient",
|
|
1818
|
+
"SystemIdentityEmailDomainGroupRule",
|
|
1819
|
+
"SystemIdentityExternalTenantUserMapping",
|
|
1820
|
+
"SystemIdentityFacebookIdentityProvider",
|
|
1821
|
+
"SystemIdentityGoogleIdentityProvider",
|
|
1822
|
+
"SystemIdentityGroup",
|
|
1823
|
+
"SystemIdentityIdentityResource",
|
|
1824
|
+
"SystemIdentityMailNotificationConfiguration",
|
|
1825
|
+
"SystemIdentityMicrosoftAdIdentityProvider",
|
|
1826
|
+
"SystemIdentityMicrosoftIdentityProvider",
|
|
1827
|
+
"SystemIdentityOctoTenantIdentityProvider",
|
|
1828
|
+
"SystemIdentityOpenLdapIdentityProvider",
|
|
1829
|
+
"SystemIdentityPermission",
|
|
1830
|
+
"SystemIdentityPermissionRole",
|
|
1831
|
+
"SystemIdentityPersistedGrant",
|
|
1832
|
+
"SystemIdentityRole",
|
|
1833
|
+
"SystemIdentityUser",
|
|
1834
|
+
"SystemMigrationHistory",
|
|
1835
|
+
"SystemNotificationCssTemplateConfiguration",
|
|
1836
|
+
"SystemNotificationEvent",
|
|
1837
|
+
"SystemNotificationNotificationTemplate",
|
|
1838
|
+
"SystemNotificationStatefulEvent",
|
|
1839
|
+
"SystemReportingConnectionInfo",
|
|
1840
|
+
"SystemReportingFileSystemItem",
|
|
1841
|
+
"SystemReportingFolder",
|
|
1842
|
+
"SystemReportingFolderRoot",
|
|
1843
|
+
"SystemSimpleRtQuery",
|
|
1844
|
+
"SystemSimpleSdQuery",
|
|
1845
|
+
"SystemTenant",
|
|
1846
|
+
"SystemTenantConfiguration",
|
|
1847
|
+
"SystemTenantModeConfiguration",
|
|
1848
|
+
"SystemUIBranding",
|
|
1849
|
+
"SystemUIDashboard",
|
|
1850
|
+
"SystemUIDashboardWidget",
|
|
1851
|
+
"SystemUIProcessDiagram",
|
|
1852
|
+
"SystemUISymbolDefinition",
|
|
1853
|
+
"SystemUISymbolLibrary"
|
|
1854
|
+
],
|
|
1855
|
+
"SystemEntity_MappedAsTargetUnion": [
|
|
1856
|
+
"BasicAsset",
|
|
1857
|
+
"BasicCity",
|
|
1858
|
+
"BasicCountry",
|
|
1859
|
+
"BasicDistrict",
|
|
1860
|
+
"BasicEmployee",
|
|
1861
|
+
"BasicState",
|
|
1862
|
+
"BasicTree",
|
|
1863
|
+
"BasicTreeNode",
|
|
1864
|
+
"IndustryBasicAlarm",
|
|
1865
|
+
"IndustryBasicEvent",
|
|
1866
|
+
"IndustryBasicMachine",
|
|
1867
|
+
"IndustryBasicRuntimeVariable",
|
|
1868
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1869
|
+
"IndustryEnergyEnergyConsumer",
|
|
1870
|
+
"IndustryEnergyEnergyCost",
|
|
1871
|
+
"IndustryEnergyEnergyForecast",
|
|
1872
|
+
"IndustryEnergyEnergyMeter",
|
|
1873
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1874
|
+
"IndustryEnergyEnergyStorage",
|
|
1875
|
+
"IndustryEnergyInverter",
|
|
1876
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1877
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1878
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1879
|
+
"IndustryFluidHeatMeter",
|
|
1880
|
+
"IndustryFluidWaterMeter",
|
|
1881
|
+
"IndustryMaintenanceAccount",
|
|
1882
|
+
"IndustryMaintenanceCostCenter",
|
|
1883
|
+
"IndustryMaintenanceEmployee",
|
|
1884
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1885
|
+
"IndustryMaintenanceJournalEntry",
|
|
1886
|
+
"IndustryMaintenanceOrder",
|
|
1887
|
+
"IndustryMaintenanceOrderCosts",
|
|
1888
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1889
|
+
"IndustryMaintenanceWorkplace",
|
|
1890
|
+
"OctoSdkDemoCustomer",
|
|
1891
|
+
"OctoSdkDemoMeteringPoint",
|
|
1892
|
+
"OctoSdkDemoOperatingFacility",
|
|
1893
|
+
"SystemAggregationRtQuery",
|
|
1894
|
+
"SystemAggregationSdQuery",
|
|
1895
|
+
"SystemAutoIncrement",
|
|
1896
|
+
"SystemBotAttributeAggregateConfiguration",
|
|
1897
|
+
"SystemBotFixup",
|
|
1898
|
+
"SystemCommunicationAdapter",
|
|
1899
|
+
"SystemCommunicationAiConfiguration",
|
|
1900
|
+
"SystemCommunicationDataFlow",
|
|
1901
|
+
"SystemCommunicationDataPointMapping",
|
|
1902
|
+
"SystemCommunicationDiscordConfiguration",
|
|
1903
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1904
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
1905
|
+
"SystemCommunicationEdaConfiguration",
|
|
1906
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1907
|
+
"SystemCommunicationFinApiConfiguration",
|
|
1908
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
1909
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
1910
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1911
|
+
"SystemCommunicationPipeline",
|
|
1912
|
+
"SystemCommunicationPipelineExecution",
|
|
1913
|
+
"SystemCommunicationPipelineStatistics",
|
|
1914
|
+
"SystemCommunicationPipelineTrigger",
|
|
1915
|
+
"SystemCommunicationPool",
|
|
1916
|
+
"SystemCommunicationSapConfiguration",
|
|
1917
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
1918
|
+
"SystemCommunicationSftpConfiguration",
|
|
1919
|
+
"SystemCommunicationTag",
|
|
902
1920
|
"SystemDownsamplingSdQuery",
|
|
903
1921
|
"SystemGroupingAggregationRtQuery",
|
|
904
1922
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -952,6 +1970,32 @@ const result = {
|
|
|
952
1970
|
"BasicState",
|
|
953
1971
|
"BasicTree",
|
|
954
1972
|
"BasicTreeNode",
|
|
1973
|
+
"IndustryBasicAlarm",
|
|
1974
|
+
"IndustryBasicEvent",
|
|
1975
|
+
"IndustryBasicMachine",
|
|
1976
|
+
"IndustryBasicRuntimeVariable",
|
|
1977
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1978
|
+
"IndustryEnergyEnergyConsumer",
|
|
1979
|
+
"IndustryEnergyEnergyCost",
|
|
1980
|
+
"IndustryEnergyEnergyForecast",
|
|
1981
|
+
"IndustryEnergyEnergyMeter",
|
|
1982
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1983
|
+
"IndustryEnergyEnergyStorage",
|
|
1984
|
+
"IndustryEnergyInverter",
|
|
1985
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1986
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1987
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1988
|
+
"IndustryFluidHeatMeter",
|
|
1989
|
+
"IndustryFluidWaterMeter",
|
|
1990
|
+
"IndustryMaintenanceAccount",
|
|
1991
|
+
"IndustryMaintenanceCostCenter",
|
|
1992
|
+
"IndustryMaintenanceEmployee",
|
|
1993
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1994
|
+
"IndustryMaintenanceJournalEntry",
|
|
1995
|
+
"IndustryMaintenanceOrder",
|
|
1996
|
+
"IndustryMaintenanceOrderCosts",
|
|
1997
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1998
|
+
"IndustryMaintenanceWorkplace",
|
|
955
1999
|
"OctoSdkDemoCustomer",
|
|
956
2000
|
"OctoSdkDemoMeteringPoint",
|
|
957
2001
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -960,6 +2004,28 @@ const result = {
|
|
|
960
2004
|
"SystemAutoIncrement",
|
|
961
2005
|
"SystemBotAttributeAggregateConfiguration",
|
|
962
2006
|
"SystemBotFixup",
|
|
2007
|
+
"SystemCommunicationAdapter",
|
|
2008
|
+
"SystemCommunicationAiConfiguration",
|
|
2009
|
+
"SystemCommunicationDataFlow",
|
|
2010
|
+
"SystemCommunicationDataPointMapping",
|
|
2011
|
+
"SystemCommunicationDiscordConfiguration",
|
|
2012
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
2013
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
2014
|
+
"SystemCommunicationEdaConfiguration",
|
|
2015
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2016
|
+
"SystemCommunicationFinApiConfiguration",
|
|
2017
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
2018
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
2019
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2020
|
+
"SystemCommunicationPipeline",
|
|
2021
|
+
"SystemCommunicationPipelineExecution",
|
|
2022
|
+
"SystemCommunicationPipelineStatistics",
|
|
2023
|
+
"SystemCommunicationPipelineTrigger",
|
|
2024
|
+
"SystemCommunicationPool",
|
|
2025
|
+
"SystemCommunicationSapConfiguration",
|
|
2026
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
2027
|
+
"SystemCommunicationSftpConfiguration",
|
|
2028
|
+
"SystemCommunicationTag",
|
|
963
2029
|
"SystemDownsamplingSdQuery",
|
|
964
2030
|
"SystemGroupingAggregationRtQuery",
|
|
965
2031
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -1013,6 +2079,32 @@ const result = {
|
|
|
1013
2079
|
"BasicState",
|
|
1014
2080
|
"BasicTree",
|
|
1015
2081
|
"BasicTreeNode",
|
|
2082
|
+
"IndustryBasicAlarm",
|
|
2083
|
+
"IndustryBasicEvent",
|
|
2084
|
+
"IndustryBasicMachine",
|
|
2085
|
+
"IndustryBasicRuntimeVariable",
|
|
2086
|
+
"IndustryEnergyDemandResponseEvent",
|
|
2087
|
+
"IndustryEnergyEnergyConsumer",
|
|
2088
|
+
"IndustryEnergyEnergyCost",
|
|
2089
|
+
"IndustryEnergyEnergyForecast",
|
|
2090
|
+
"IndustryEnergyEnergyMeter",
|
|
2091
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2092
|
+
"IndustryEnergyEnergyStorage",
|
|
2093
|
+
"IndustryEnergyInverter",
|
|
2094
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
2095
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2096
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
2097
|
+
"IndustryFluidHeatMeter",
|
|
2098
|
+
"IndustryFluidWaterMeter",
|
|
2099
|
+
"IndustryMaintenanceAccount",
|
|
2100
|
+
"IndustryMaintenanceCostCenter",
|
|
2101
|
+
"IndustryMaintenanceEmployee",
|
|
2102
|
+
"IndustryMaintenanceEnergyBalance",
|
|
2103
|
+
"IndustryMaintenanceJournalEntry",
|
|
2104
|
+
"IndustryMaintenanceOrder",
|
|
2105
|
+
"IndustryMaintenanceOrderCosts",
|
|
2106
|
+
"IndustryMaintenanceOrderFeedback",
|
|
2107
|
+
"IndustryMaintenanceWorkplace",
|
|
1016
2108
|
"OctoSdkDemoCustomer",
|
|
1017
2109
|
"OctoSdkDemoMeteringPoint",
|
|
1018
2110
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1021,6 +2113,28 @@ const result = {
|
|
|
1021
2113
|
"SystemAutoIncrement",
|
|
1022
2114
|
"SystemBotAttributeAggregateConfiguration",
|
|
1023
2115
|
"SystemBotFixup",
|
|
2116
|
+
"SystemCommunicationAdapter",
|
|
2117
|
+
"SystemCommunicationAiConfiguration",
|
|
2118
|
+
"SystemCommunicationDataFlow",
|
|
2119
|
+
"SystemCommunicationDataPointMapping",
|
|
2120
|
+
"SystemCommunicationDiscordConfiguration",
|
|
2121
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
2122
|
+
"SystemCommunicationEMailSenderConfiguration",
|
|
2123
|
+
"SystemCommunicationEdaConfiguration",
|
|
2124
|
+
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2125
|
+
"SystemCommunicationFinApiConfiguration",
|
|
2126
|
+
"SystemCommunicationGrafanaConfiguration",
|
|
2127
|
+
"SystemCommunicationLoxoneConfiguration",
|
|
2128
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2129
|
+
"SystemCommunicationPipeline",
|
|
2130
|
+
"SystemCommunicationPipelineExecution",
|
|
2131
|
+
"SystemCommunicationPipelineStatistics",
|
|
2132
|
+
"SystemCommunicationPipelineTrigger",
|
|
2133
|
+
"SystemCommunicationPool",
|
|
2134
|
+
"SystemCommunicationSapConfiguration",
|
|
2135
|
+
"SystemCommunicationServiceAccountConfiguration",
|
|
2136
|
+
"SystemCommunicationSftpConfiguration",
|
|
2137
|
+
"SystemCommunicationTag",
|
|
1024
2138
|
"SystemDownsamplingSdQuery",
|
|
1025
2139
|
"SystemGroupingAggregationRtQuery",
|
|
1026
2140
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -2725,6 +3839,31 @@ class CommunicationService {
|
|
|
2725
3839
|
// ============================================================================
|
|
2726
3840
|
// Pool-Level Adapter Deployment
|
|
2727
3841
|
// ============================================================================
|
|
3842
|
+
/**
|
|
3843
|
+
* Deploys a pool. For Cloud-environment pools, this triggers the central
|
|
3844
|
+
* Communication Operator to provision the corresponding CommunicationPool
|
|
3845
|
+
* CR and broker secret. Edge-environment pools transition state without
|
|
3846
|
+
* any operator notification.
|
|
3847
|
+
*/
|
|
3848
|
+
async deployPool(tenantId, poolRtId) {
|
|
3849
|
+
if (this.communicationServicesUrl) {
|
|
3850
|
+
const params = new HttpParams().set('poolRtId', poolRtId);
|
|
3851
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/deploy`;
|
|
3852
|
+
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
3853
|
+
}
|
|
3854
|
+
}
|
|
3855
|
+
/**
|
|
3856
|
+
* Undeploys a pool. For Cloud-environment pools, this notifies the central
|
|
3857
|
+
* Communication Operator to remove the CommunicationPool CR and broker
|
|
3858
|
+
* secret.
|
|
3859
|
+
*/
|
|
3860
|
+
async undeployPool(tenantId, poolRtId) {
|
|
3861
|
+
if (this.communicationServicesUrl) {
|
|
3862
|
+
const params = new HttpParams().set('poolRtId', poolRtId);
|
|
3863
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/undeploy`;
|
|
3864
|
+
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
3865
|
+
}
|
|
3866
|
+
}
|
|
2728
3867
|
/**
|
|
2729
3868
|
* Deploys all adapters of a pool.
|
|
2730
3869
|
*/
|
|
@@ -3628,5 +4767,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
3628
4767
|
* Generated bundle index. Do not edit.
|
|
3629
4768
|
*/
|
|
3630
4769
|
|
|
3631
|
-
export { AggregationInputTypesDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrdersDto, SystemAggregationTypesDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
|
|
4770
|
+
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
|
|
3632
4771
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|