@meshmakers/octo-services 3.3.920 → 3.3.930
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,15 +273,6 @@ 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 = {}));
|
|
285
276
|
/** Defines the type of aggregation for runtime query results. */
|
|
286
277
|
var AggregationTypesDto;
|
|
287
278
|
(function (AggregationTypesDto) {
|
|
@@ -330,7 +321,10 @@ var BasicLegalEntityTypeDto;
|
|
|
330
321
|
BasicLegalEntityTypeDto["LegalPersonDto"] = "LEGAL_PERSON";
|
|
331
322
|
/** Administrative unit with sovereign power such as municipality, federal state, republic. */
|
|
332
323
|
BasicLegalEntityTypeDto["LocalAuthorityDto"] = "LOCAL_AUTHORITY";
|
|
333
|
-
/**
|
|
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
|
+
*/
|
|
334
328
|
BasicLegalEntityTypeDto["NaturalPersonDto"] = "NATURAL_PERSON";
|
|
335
329
|
})(BasicLegalEntityTypeDto || (BasicLegalEntityTypeDto = {}));
|
|
336
330
|
/** Runtime entities of construction kit enum 'Basic/Salutation' */
|
|
@@ -385,150 +379,6 @@ var DeleteStrategiesDto;
|
|
|
385
379
|
DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
|
|
386
380
|
DeleteStrategiesDto["EraseDto"] = "ERASE";
|
|
387
381
|
})(DeleteStrategiesDto || (DeleteStrategiesDto = {}));
|
|
388
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/BillingCycle' */
|
|
389
|
-
var EnergyCommunityBillingCycleDto;
|
|
390
|
-
(function (EnergyCommunityBillingCycleDto) {
|
|
391
|
-
/** The billing cycle is one year */
|
|
392
|
-
EnergyCommunityBillingCycleDto["AnnuallyDto"] = "ANNUALLY";
|
|
393
|
-
/** The billing cycle is one month */
|
|
394
|
-
EnergyCommunityBillingCycleDto["MonthlyDto"] = "MONTHLY";
|
|
395
|
-
/** The billing cycle is one quarter */
|
|
396
|
-
EnergyCommunityBillingCycleDto["QuarterlyDto"] = "QUARTERLY";
|
|
397
|
-
/** The billing cycle is six months */
|
|
398
|
-
EnergyCommunityBillingCycleDto["SemiAnnuallyDto"] = "SEMI_ANNUALLY";
|
|
399
|
-
})(EnergyCommunityBillingCycleDto || (EnergyCommunityBillingCycleDto = {}));
|
|
400
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/BillingDocumentState' */
|
|
401
|
-
var EnergyCommunityBillingDocumentStateDto;
|
|
402
|
-
(function (EnergyCommunityBillingDocumentStateDto) {
|
|
403
|
-
/** The billing document has been canceled */
|
|
404
|
-
EnergyCommunityBillingDocumentStateDto["CanceledDto"] = "CANCELED";
|
|
405
|
-
/** The billing document is a draft */
|
|
406
|
-
EnergyCommunityBillingDocumentStateDto["DraftDto"] = "DRAFT";
|
|
407
|
-
/** The billing document has been paid */
|
|
408
|
-
EnergyCommunityBillingDocumentStateDto["PaidDto"] = "PAID";
|
|
409
|
-
/** The billing document is released */
|
|
410
|
-
EnergyCommunityBillingDocumentStateDto["ReleasedDto"] = "RELEASED";
|
|
411
|
-
/** The billing document has been sent */
|
|
412
|
-
EnergyCommunityBillingDocumentStateDto["SentDto"] = "SENT";
|
|
413
|
-
})(EnergyCommunityBillingDocumentStateDto || (EnergyCommunityBillingDocumentStateDto = {}));
|
|
414
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/BillingType' */
|
|
415
|
-
var EnergyCommunityBillingTypeDto;
|
|
416
|
-
(function (EnergyCommunityBillingTypeDto) {
|
|
417
|
-
/** The document or item is an credit note or credit */
|
|
418
|
-
EnergyCommunityBillingTypeDto["CreditDto"] = "CREDIT";
|
|
419
|
-
/** The document is an invoice or the item is a debit note */
|
|
420
|
-
EnergyCommunityBillingTypeDto["DebitDto"] = "DEBIT";
|
|
421
|
-
})(EnergyCommunityBillingTypeDto || (EnergyCommunityBillingTypeDto = {}));
|
|
422
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/DataQuality' */
|
|
423
|
-
var EnergyCommunityDataQualityDto;
|
|
424
|
-
(function (EnergyCommunityDataQualityDto) {
|
|
425
|
-
/** The data is accurate to 15 minute meter readings */
|
|
426
|
-
EnergyCommunityDataQualityDto["L_1Dto"] = "L_1";
|
|
427
|
-
/** The data is a linear interpolation of 2 known meter readings */
|
|
428
|
-
EnergyCommunityDataQualityDto["L_2Dto"] = "L_2";
|
|
429
|
-
/** The data is an estimate */
|
|
430
|
-
EnergyCommunityDataQualityDto["L_3Dto"] = "L_3";
|
|
431
|
-
/** The data quality is unknown */
|
|
432
|
-
EnergyCommunityDataQualityDto["UnknownDto"] = "UNKNOWN";
|
|
433
|
-
})(EnergyCommunityDataQualityDto || (EnergyCommunityDataQualityDto = {}));
|
|
434
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/FacilityType' */
|
|
435
|
-
var EnergyCommunityFacilityTypeDto;
|
|
436
|
-
(function (EnergyCommunityFacilityTypeDto) {
|
|
437
|
-
/** The facility type is a business */
|
|
438
|
-
EnergyCommunityFacilityTypeDto["BusinessDto"] = "BUSINESS";
|
|
439
|
-
/** The facility type is a single household */
|
|
440
|
-
EnergyCommunityFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
|
|
441
|
-
/** The facility type is a industry */
|
|
442
|
-
EnergyCommunityFacilityTypeDto["IndustryDto"] = "INDUSTRY";
|
|
443
|
-
/** The facility type is a public building e.g. schools, public offices */
|
|
444
|
-
EnergyCommunityFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
|
|
445
|
-
/** The facility type is an energy storage */
|
|
446
|
-
EnergyCommunityFacilityTypeDto["StorageDto"] = "STORAGE";
|
|
447
|
-
/** The facility type is unknown or not defined */
|
|
448
|
-
EnergyCommunityFacilityTypeDto["UnknownDto"] = "UNKNOWN";
|
|
449
|
-
})(EnergyCommunityFacilityTypeDto || (EnergyCommunityFacilityTypeDto = {}));
|
|
450
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/ProductionType' */
|
|
451
|
-
var EnergyCommunityProductionTypeDto;
|
|
452
|
-
(function (EnergyCommunityProductionTypeDto) {
|
|
453
|
-
/** Biomass was used to produce the energy */
|
|
454
|
-
EnergyCommunityProductionTypeDto["BiomassDto"] = "BIOMASS";
|
|
455
|
-
/** Combined heat and power was used to produce the energy */
|
|
456
|
-
EnergyCommunityProductionTypeDto["ChpDto"] = "CHP";
|
|
457
|
-
/** Hydroelectric power was used to produce the energy */
|
|
458
|
-
EnergyCommunityProductionTypeDto["HepDto"] = "HEP";
|
|
459
|
-
/** Other methods were used to produce the energy */
|
|
460
|
-
EnergyCommunityProductionTypeDto["OtherDto"] = "OTHER";
|
|
461
|
-
/** Solar power was used to produce the energy */
|
|
462
|
-
EnergyCommunityProductionTypeDto["SolarDto"] = "SOLAR";
|
|
463
|
-
/** The production type is unknown or not defined */
|
|
464
|
-
EnergyCommunityProductionTypeDto["UnknownDto"] = "UNKNOWN";
|
|
465
|
-
/** Wind power was used to produce the energy */
|
|
466
|
-
EnergyCommunityProductionTypeDto["WindDto"] = "WIND";
|
|
467
|
-
})(EnergyCommunityProductionTypeDto || (EnergyCommunityProductionTypeDto = {}));
|
|
468
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/State' */
|
|
469
|
-
var EnergyCommunityStateDto;
|
|
470
|
-
(function (EnergyCommunityStateDto) {
|
|
471
|
-
/** The object is active and in use */
|
|
472
|
-
EnergyCommunityStateDto["ActiveDto"] = "ACTIVE";
|
|
473
|
-
/** The object was deleted */
|
|
474
|
-
EnergyCommunityStateDto["DeletedDto"] = "DELETED";
|
|
475
|
-
/** The object is inactive but may be reactivated */
|
|
476
|
-
EnergyCommunityStateDto["InactiveDto"] = "INACTIVE";
|
|
477
|
-
/** The object is just created and the state is not set */
|
|
478
|
-
EnergyCommunityStateDto["NewDto"] = "NEW";
|
|
479
|
-
})(EnergyCommunityStateDto || (EnergyCommunityStateDto = {}));
|
|
480
|
-
/** Runtime entities of construction kit enum 'EnergyCommunity/TaxProcedureCreditNote' */
|
|
481
|
-
var EnergyCommunityTaxProcedureCreditNoteDto;
|
|
482
|
-
(function (EnergyCommunityTaxProcedureCreditNoteDto) {
|
|
483
|
-
/** The farmer tax procedure is applied, which is a reduced tax amount for farmers */
|
|
484
|
-
EnergyCommunityTaxProcedureCreditNoteDto["FarmerTaxProcedureDto"] = "FARMER_TAX_PROCEDURE";
|
|
485
|
-
/** No tax procedure is applied */
|
|
486
|
-
EnergyCommunityTaxProcedureCreditNoteDto["NoTaxProcedureDto"] = "NO_TAX_PROCEDURE";
|
|
487
|
-
/** The reverse charge procedure is applied */
|
|
488
|
-
EnergyCommunityTaxProcedureCreditNoteDto["ReverseChargeDto"] = "REVERSE_CHARGE";
|
|
489
|
-
/** No tax procedure is applied for small business owners */
|
|
490
|
-
EnergyCommunityTaxProcedureCreditNoteDto["SmallBusinessOwnersDto"] = "SMALL_BUSINESS_OWNERS";
|
|
491
|
-
})(EnergyCommunityTaxProcedureCreditNoteDto || (EnergyCommunityTaxProcedureCreditNoteDto = {}));
|
|
492
|
-
/** Runtime entities of construction kit enum 'Environment/CarbonScope' */
|
|
493
|
-
var EnvironmentCarbonScopeDto;
|
|
494
|
-
(function (EnvironmentCarbonScopeDto) {
|
|
495
|
-
EnvironmentCarbonScopeDto["Scope_1Dto"] = "SCOPE_1";
|
|
496
|
-
EnvironmentCarbonScopeDto["Scope_2Dto"] = "SCOPE_2";
|
|
497
|
-
EnvironmentCarbonScopeDto["Scope_3Dto"] = "SCOPE_3";
|
|
498
|
-
})(EnvironmentCarbonScopeDto || (EnvironmentCarbonScopeDto = {}));
|
|
499
|
-
/** Runtime entities of construction kit enum 'Environment/ComplianceCategory' */
|
|
500
|
-
var EnvironmentComplianceCategoryDto;
|
|
501
|
-
(function (EnvironmentComplianceCategoryDto) {
|
|
502
|
-
EnvironmentComplianceCategoryDto["CsrdDto"] = "CSRD";
|
|
503
|
-
EnvironmentComplianceCategoryDto["EEffGDto"] = "E_EFF_G";
|
|
504
|
-
EnvironmentComplianceCategoryDto["Iso_50001Dto"] = "ISO_50001";
|
|
505
|
-
EnvironmentComplianceCategoryDto["Nis_2Dto"] = "NIS_2";
|
|
506
|
-
})(EnvironmentComplianceCategoryDto || (EnvironmentComplianceCategoryDto = {}));
|
|
507
|
-
/** Runtime entities of construction kit enum 'Environment/ComplianceStatus' */
|
|
508
|
-
var EnvironmentComplianceStatusDto;
|
|
509
|
-
(function (EnvironmentComplianceStatusDto) {
|
|
510
|
-
EnvironmentComplianceStatusDto["CompliantDto"] = "COMPLIANT";
|
|
511
|
-
EnvironmentComplianceStatusDto["InProgressDto"] = "IN_PROGRESS";
|
|
512
|
-
EnvironmentComplianceStatusDto["OpenDto"] = "OPEN";
|
|
513
|
-
EnvironmentComplianceStatusDto["PassedDto"] = "PASSED";
|
|
514
|
-
EnvironmentComplianceStatusDto["SubmittedDto"] = "SUBMITTED";
|
|
515
|
-
})(EnvironmentComplianceStatusDto || (EnvironmentComplianceStatusDto = {}));
|
|
516
|
-
/** Runtime entities of construction kit enum 'Environment/EnergySource' */
|
|
517
|
-
var EnvironmentEnergySourceDto;
|
|
518
|
-
(function (EnvironmentEnergySourceDto) {
|
|
519
|
-
EnvironmentEnergySourceDto["BiomassDto"] = "BIOMASS";
|
|
520
|
-
EnvironmentEnergySourceDto["GeothermalDto"] = "GEOTHERMAL";
|
|
521
|
-
EnvironmentEnergySourceDto["HydroDto"] = "HYDRO";
|
|
522
|
-
EnvironmentEnergySourceDto["OtherDto"] = "OTHER";
|
|
523
|
-
EnvironmentEnergySourceDto["SolarDto"] = "SOLAR";
|
|
524
|
-
EnvironmentEnergySourceDto["WindDto"] = "WIND";
|
|
525
|
-
})(EnvironmentEnergySourceDto || (EnvironmentEnergySourceDto = {}));
|
|
526
|
-
/** Runtime entities of construction kit enum 'Environment/GoalState' */
|
|
527
|
-
var EnvironmentGoalStateDto;
|
|
528
|
-
(function (EnvironmentGoalStateDto) {
|
|
529
|
-
EnvironmentGoalStateDto["OffTrackDto"] = "OFF_TRACK";
|
|
530
|
-
EnvironmentGoalStateDto["OnTrackDto"] = "ON_TRACK";
|
|
531
|
-
})(EnvironmentGoalStateDto || (EnvironmentGoalStateDto = {}));
|
|
532
382
|
/** Defines the operator of field compare */
|
|
533
383
|
var FieldFilterOperatorsDto;
|
|
534
384
|
(function (FieldFilterOperatorsDto) {
|
|
@@ -555,251 +405,6 @@ var GraphDirectionDto;
|
|
|
555
405
|
GraphDirectionDto["InboundDto"] = "INBOUND";
|
|
556
406
|
GraphDirectionDto["OutboundDto"] = "OUTBOUND";
|
|
557
407
|
})(GraphDirectionDto || (GraphDirectionDto = {}));
|
|
558
|
-
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmPriority' */
|
|
559
|
-
var IndustryBasicAlarmPriorityDto;
|
|
560
|
-
(function (IndustryBasicAlarmPriorityDto) {
|
|
561
|
-
/** The alarm is of critical priority. */
|
|
562
|
-
IndustryBasicAlarmPriorityDto["CriticalDto"] = "CRITICAL";
|
|
563
|
-
/** The alarm is of high priority. */
|
|
564
|
-
IndustryBasicAlarmPriorityDto["HighDto"] = "HIGH";
|
|
565
|
-
/** The alarm is of low priority. */
|
|
566
|
-
IndustryBasicAlarmPriorityDto["LowDto"] = "LOW";
|
|
567
|
-
/** The alarm is of medium priority. */
|
|
568
|
-
IndustryBasicAlarmPriorityDto["MediumDto"] = "MEDIUM";
|
|
569
|
-
/** No priority has been assigned to the alarm. */
|
|
570
|
-
IndustryBasicAlarmPriorityDto["UndefinedDto"] = "UNDEFINED";
|
|
571
|
-
})(IndustryBasicAlarmPriorityDto || (IndustryBasicAlarmPriorityDto = {}));
|
|
572
|
-
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmSourceType' */
|
|
573
|
-
var IndustryBasicAlarmSourceTypeDto;
|
|
574
|
-
(function (IndustryBasicAlarmSourceTypeDto) {
|
|
575
|
-
/** The alarm is generated by a control system. */
|
|
576
|
-
IndustryBasicAlarmSourceTypeDto["ControlSystemDto"] = "CONTROL_SYSTEM";
|
|
577
|
-
/** The alarm is generated by a field device. */
|
|
578
|
-
IndustryBasicAlarmSourceTypeDto["FieldDeviceDto"] = "FIELD_DEVICE";
|
|
579
|
-
/** The alarm is generated by a human-machine interface. */
|
|
580
|
-
IndustryBasicAlarmSourceTypeDto["HmiDto"] = "HMI";
|
|
581
|
-
/** The alarm is generated by an internal source. */
|
|
582
|
-
IndustryBasicAlarmSourceTypeDto["InternalDto"] = "INTERNAL";
|
|
583
|
-
/** No source has been assigned to the alarm. */
|
|
584
|
-
IndustryBasicAlarmSourceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
585
|
-
})(IndustryBasicAlarmSourceTypeDto || (IndustryBasicAlarmSourceTypeDto = {}));
|
|
586
|
-
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmState' */
|
|
587
|
-
var IndustryBasicAlarmStateDto;
|
|
588
|
-
(function (IndustryBasicAlarmStateDto) {
|
|
589
|
-
/** 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. */
|
|
590
|
-
IndustryBasicAlarmStateDto["AcknowledgedDto"] = "ACKNOWLEDGED";
|
|
591
|
-
/** The normal state should not use an audible indication. The normal state visual indication should be the same as indications without alarms. */
|
|
592
|
-
IndustryBasicAlarmStateDto["NormalDto"] = "NORMAL";
|
|
593
|
-
/** 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. */
|
|
594
|
-
IndustryBasicAlarmStateDto["OutOfServiceDto"] = "OUT_OF_SERVICE";
|
|
595
|
-
/** 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. */
|
|
596
|
-
IndustryBasicAlarmStateDto["ReturnToNormalDto"] = "RETURN_TO_NORMAL";
|
|
597
|
-
/** 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. */
|
|
598
|
-
IndustryBasicAlarmStateDto["ShelvedDto"] = "SHELVED";
|
|
599
|
-
/** 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. */
|
|
600
|
-
IndustryBasicAlarmStateDto["SuppressedByDesignDto"] = "SUPPRESSED_BY_DESIGN";
|
|
601
|
-
/** 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. */
|
|
602
|
-
IndustryBasicAlarmStateDto["UnacknowledgedDto"] = "UNACKNOWLEDGED";
|
|
603
|
-
/** No state has been assigned to the alarm. */
|
|
604
|
-
IndustryBasicAlarmStateDto["UndefinedDto"] = "UNDEFINED";
|
|
605
|
-
})(IndustryBasicAlarmStateDto || (IndustryBasicAlarmStateDto = {}));
|
|
606
|
-
/** Runtime entities of construction kit enum 'Industry.Basic/AlarmType' */
|
|
607
|
-
var IndustryBasicAlarmTypeDto;
|
|
608
|
-
(function (IndustryBasicAlarmTypeDto) {
|
|
609
|
-
/** The alarm is based on an absolute value. */
|
|
610
|
-
IndustryBasicAlarmTypeDto["AbsoluteDto"] = "ABSOLUTE";
|
|
611
|
-
/** The alarm is based on an adaptive value. */
|
|
612
|
-
IndustryBasicAlarmTypeDto["AdaptiveDto"] = "ADAPTIVE";
|
|
613
|
-
/** The alarm is based on an adjustable value. */
|
|
614
|
-
IndustryBasicAlarmTypeDto["AdjustableDto"] = "ADJUSTABLE";
|
|
615
|
-
/** The alarm is based on a bad measurement. */
|
|
616
|
-
IndustryBasicAlarmTypeDto["BadMeasurementDto"] = "BAD_MEASUREMENT";
|
|
617
|
-
/** The alarm is based on a bit pattern. */
|
|
618
|
-
IndustryBasicAlarmTypeDto["BitPatternDto"] = "BIT_PATTERN";
|
|
619
|
-
/** The alarm is based on a calculated value. */
|
|
620
|
-
IndustryBasicAlarmTypeDto["CalculatedDto"] = "CALCULATED";
|
|
621
|
-
/** The alarm is based on a controller output. */
|
|
622
|
-
IndustryBasicAlarmTypeDto["ControllerOutputDto"] = "CONTROLLER_OUTPUT";
|
|
623
|
-
/** The alarm is based on a deviation from a set-point. */
|
|
624
|
-
IndustryBasicAlarmTypeDto["DeviationDto"] = "DEVIATION";
|
|
625
|
-
/** The alarm is based on a discrepancy between two values. */
|
|
626
|
-
IndustryBasicAlarmTypeDto["DiscrepancyDto"] = "DISCREPANCY";
|
|
627
|
-
/** The alarm is based on a first-out value. */
|
|
628
|
-
IndustryBasicAlarmTypeDto["FirstOutDto"] = "FIRST_OUT";
|
|
629
|
-
/** The alarm is based on an instrument diagnostic. */
|
|
630
|
-
IndustryBasicAlarmTypeDto["InstrumentDiagnosticDto"] = "INSTRUMENT_DIAGNOSTIC";
|
|
631
|
-
/** The alarm is based on the rate of change of a value. */
|
|
632
|
-
IndustryBasicAlarmTypeDto["RateOfChangeDto"] = "RATE_OF_CHANGE";
|
|
633
|
-
/** The alarm is based on a recipe-driven value. */
|
|
634
|
-
IndustryBasicAlarmTypeDto["RecipeDrivenDto"] = "RECIPE_DRIVEN";
|
|
635
|
-
/** The alarm is based on a re-alarming value. */
|
|
636
|
-
IndustryBasicAlarmTypeDto["ReAlarmingDto"] = "RE_ALARMING";
|
|
637
|
-
/** The alarm is based on a statistical value. */
|
|
638
|
-
IndustryBasicAlarmTypeDto["StatisticalDto"] = "STATISTICAL";
|
|
639
|
-
/** The alarm is based on a system diagnostic. */
|
|
640
|
-
IndustryBasicAlarmTypeDto["SystemDiagnosticDto"] = "SYSTEM_DIAGNOSTIC";
|
|
641
|
-
/** No type has been assigned to the alarm. */
|
|
642
|
-
IndustryBasicAlarmTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
643
|
-
})(IndustryBasicAlarmTypeDto || (IndustryBasicAlarmTypeDto = {}));
|
|
644
|
-
/** Runtime entities of construction kit enum 'Industry.Basic/IecDataType' */
|
|
645
|
-
var IndustryBasicIecDataTypeDto;
|
|
646
|
-
(function (IndustryBasicIecDataTypeDto) {
|
|
647
|
-
/** IEC_BOOL - 1Bit */
|
|
648
|
-
IndustryBasicIecDataTypeDto["BoolDto"] = "BOOL";
|
|
649
|
-
/** IEC_BYTE - 8Bit */
|
|
650
|
-
IndustryBasicIecDataTypeDto["ByteDto"] = "BYTE";
|
|
651
|
-
/** IEC_DATE */
|
|
652
|
-
IndustryBasicIecDataTypeDto["DateDto"] = "DATE";
|
|
653
|
-
/** IEC_DINT - 32Bit signed */
|
|
654
|
-
IndustryBasicIecDataTypeDto["DintDto"] = "DINT";
|
|
655
|
-
/** IEC_DT - Date and Time */
|
|
656
|
-
IndustryBasicIecDataTypeDto["DtDto"] = "DT";
|
|
657
|
-
/** IEC_DWORD - 32Bit */
|
|
658
|
-
IndustryBasicIecDataTypeDto["DwordDto"] = "DWORD";
|
|
659
|
-
/** IEC_INT - 16Bit signed */
|
|
660
|
-
IndustryBasicIecDataTypeDto["IntDto"] = "INT";
|
|
661
|
-
/** IEC_LINT - 64Bit signed */
|
|
662
|
-
IndustryBasicIecDataTypeDto["LintDto"] = "LINT";
|
|
663
|
-
/** IEC_LREAL - 64Bit float */
|
|
664
|
-
IndustryBasicIecDataTypeDto["LrealDto"] = "LREAL";
|
|
665
|
-
/** IEC_LWORD - 64Bit */
|
|
666
|
-
IndustryBasicIecDataTypeDto["LwordDto"] = "LWORD";
|
|
667
|
-
/** IEC_REAL - 32Bit float */
|
|
668
|
-
IndustryBasicIecDataTypeDto["RealDto"] = "REAL";
|
|
669
|
-
/** IEC_SINT - 8Bit signed */
|
|
670
|
-
IndustryBasicIecDataTypeDto["SintDto"] = "SINT";
|
|
671
|
-
/** IEC_STRING - 8Bit*n */
|
|
672
|
-
IndustryBasicIecDataTypeDto["StringDto"] = "STRING";
|
|
673
|
-
/** IEC_TIME */
|
|
674
|
-
IndustryBasicIecDataTypeDto["TimeDto"] = "TIME";
|
|
675
|
-
/** IEC_TOD - Time of Day */
|
|
676
|
-
IndustryBasicIecDataTypeDto["TodDto"] = "TOD";
|
|
677
|
-
/** IEC_UDINT - 32Bit unsigned */
|
|
678
|
-
IndustryBasicIecDataTypeDto["UdintDto"] = "UDINT";
|
|
679
|
-
/** IEC_UINT - 16Bit unsigned */
|
|
680
|
-
IndustryBasicIecDataTypeDto["UintDto"] = "UINT";
|
|
681
|
-
/** IEC_ULINT - 64Bit unsigned */
|
|
682
|
-
IndustryBasicIecDataTypeDto["UlintDto"] = "ULINT";
|
|
683
|
-
/** IEC_USINT - 8Bit unsigned */
|
|
684
|
-
IndustryBasicIecDataTypeDto["UsintDto"] = "USINT";
|
|
685
|
-
/** IEC_WORD - 16Bit */
|
|
686
|
-
IndustryBasicIecDataTypeDto["WordDto"] = "WORD";
|
|
687
|
-
/** IEC_WSTRING - 16Bit*n */
|
|
688
|
-
IndustryBasicIecDataTypeDto["WstringDto"] = "WSTRING";
|
|
689
|
-
})(IndustryBasicIecDataTypeDto || (IndustryBasicIecDataTypeDto = {}));
|
|
690
|
-
/** Runtime entities of construction kit enum 'Industry.Basic/MachineCapabilities' */
|
|
691
|
-
var IndustryBasicMachineCapabilitiesDto;
|
|
692
|
-
(function (IndustryBasicMachineCapabilitiesDto) {
|
|
693
|
-
IndustryBasicMachineCapabilitiesDto["UnknownDto"] = "UNKNOWN";
|
|
694
|
-
})(IndustryBasicMachineCapabilitiesDto || (IndustryBasicMachineCapabilitiesDto = {}));
|
|
695
|
-
/** Runtime entities of construction kit enum 'Industry.Basic/MachineState' */
|
|
696
|
-
var IndustryBasicMachineStateDto;
|
|
697
|
-
(function (IndustryBasicMachineStateDto) {
|
|
698
|
-
IndustryBasicMachineStateDto["ErrorDto"] = "ERROR";
|
|
699
|
-
IndustryBasicMachineStateDto["IdleDto"] = "IDLE";
|
|
700
|
-
IndustryBasicMachineStateDto["OffDto"] = "OFF";
|
|
701
|
-
IndustryBasicMachineStateDto["OnDto"] = "ON";
|
|
702
|
-
IndustryBasicMachineStateDto["UnknownDto"] = "UNKNOWN";
|
|
703
|
-
})(IndustryBasicMachineStateDto || (IndustryBasicMachineStateDto = {}));
|
|
704
|
-
/** Runtime entities of construction kit enum 'Industry.Energy/DemandResponseMarket' */
|
|
705
|
-
var IndustryEnergyDemandResponseMarketDto;
|
|
706
|
-
(function (IndustryEnergyDemandResponseMarketDto) {
|
|
707
|
-
IndustryEnergyDemandResponseMarketDto["ApcsDto"] = "APCS";
|
|
708
|
-
IndustryEnergyDemandResponseMarketDto["ExaaDto"] = "EXAA";
|
|
709
|
-
IndustryEnergyDemandResponseMarketDto["SpotDto"] = "SPOT";
|
|
710
|
-
})(IndustryEnergyDemandResponseMarketDto || (IndustryEnergyDemandResponseMarketDto = {}));
|
|
711
|
-
/** Runtime entities of construction kit enum 'Industry.Energy/DemandResponseStatus' */
|
|
712
|
-
var IndustryEnergyDemandResponseStatusDto;
|
|
713
|
-
(function (IndustryEnergyDemandResponseStatusDto) {
|
|
714
|
-
IndustryEnergyDemandResponseStatusDto["ActiveDto"] = "ACTIVE";
|
|
715
|
-
IndustryEnergyDemandResponseStatusDto["CancelledDto"] = "CANCELLED";
|
|
716
|
-
IndustryEnergyDemandResponseStatusDto["CompletedDto"] = "COMPLETED";
|
|
717
|
-
})(IndustryEnergyDemandResponseStatusDto || (IndustryEnergyDemandResponseStatusDto = {}));
|
|
718
|
-
/** Runtime entities of construction kit enum 'Industry.Energy/TariffType' */
|
|
719
|
-
var IndustryEnergyTariffTypeDto;
|
|
720
|
-
(function (IndustryEnergyTariffTypeDto) {
|
|
721
|
-
IndustryEnergyTariffTypeDto["OffPeakDto"] = "OFF_PEAK";
|
|
722
|
-
IndustryEnergyTariffTypeDto["PeakDto"] = "PEAK";
|
|
723
|
-
IndustryEnergyTariffTypeDto["StandardDto"] = "STANDARD";
|
|
724
|
-
})(IndustryEnergyTariffTypeDto || (IndustryEnergyTariffTypeDto = {}));
|
|
725
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/AggregationType' */
|
|
726
|
-
var IndustryMaintenanceAggregationTypeDto;
|
|
727
|
-
(function (IndustryMaintenanceAggregationTypeDto) {
|
|
728
|
-
IndustryMaintenanceAggregationTypeDto["FiscalYearDto"] = "FISCAL_YEAR";
|
|
729
|
-
IndustryMaintenanceAggregationTypeDto["MonthDto"] = "MONTH";
|
|
730
|
-
IndustryMaintenanceAggregationTypeDto["WeekDto"] = "WEEK";
|
|
731
|
-
})(IndustryMaintenanceAggregationTypeDto || (IndustryMaintenanceAggregationTypeDto = {}));
|
|
732
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/CostCategory' */
|
|
733
|
-
var IndustryMaintenanceCostCategoryDto;
|
|
734
|
-
(function (IndustryMaintenanceCostCategoryDto) {
|
|
735
|
-
IndustryMaintenanceCostCategoryDto["ExternalDto"] = "EXTERNAL";
|
|
736
|
-
IndustryMaintenanceCostCategoryDto["InternalDto"] = "INTERNAL";
|
|
737
|
-
IndustryMaintenanceCostCategoryDto["MaterialDto"] = "MATERIAL";
|
|
738
|
-
})(IndustryMaintenanceCostCategoryDto || (IndustryMaintenanceCostCategoryDto = {}));
|
|
739
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceGroup' */
|
|
740
|
-
var IndustryMaintenanceEnergyBalanceGroupDto;
|
|
741
|
-
(function (IndustryMaintenanceEnergyBalanceGroupDto) {
|
|
742
|
-
IndustryMaintenanceEnergyBalanceGroupDto["UndefinedDto"] = "UNDEFINED";
|
|
743
|
-
})(IndustryMaintenanceEnergyBalanceGroupDto || (IndustryMaintenanceEnergyBalanceGroupDto = {}));
|
|
744
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceProduct' */
|
|
745
|
-
var IndustryMaintenanceEnergyBalanceProductDto;
|
|
746
|
-
(function (IndustryMaintenanceEnergyBalanceProductDto) {
|
|
747
|
-
IndustryMaintenanceEnergyBalanceProductDto["UndefinedDto"] = "UNDEFINED";
|
|
748
|
-
})(IndustryMaintenanceEnergyBalanceProductDto || (IndustryMaintenanceEnergyBalanceProductDto = {}));
|
|
749
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceUnit' */
|
|
750
|
-
var IndustryMaintenanceEnergyBalanceUnitDto;
|
|
751
|
-
(function (IndustryMaintenanceEnergyBalanceUnitDto) {
|
|
752
|
-
IndustryMaintenanceEnergyBalanceUnitDto["UndefinedDto"] = "UNDEFINED";
|
|
753
|
-
})(IndustryMaintenanceEnergyBalanceUnitDto || (IndustryMaintenanceEnergyBalanceUnitDto = {}));
|
|
754
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderPriority' */
|
|
755
|
-
var IndustryMaintenanceOrderPriorityDto;
|
|
756
|
-
(function (IndustryMaintenanceOrderPriorityDto) {
|
|
757
|
-
IndustryMaintenanceOrderPriorityDto["UndefinedDto"] = "UNDEFINED";
|
|
758
|
-
})(IndustryMaintenanceOrderPriorityDto || (IndustryMaintenanceOrderPriorityDto = {}));
|
|
759
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderState' */
|
|
760
|
-
var IndustryMaintenanceOrderStateDto;
|
|
761
|
-
(function (IndustryMaintenanceOrderStateDto) {
|
|
762
|
-
IndustryMaintenanceOrderStateDto["UndefinedDto"] = "UNDEFINED";
|
|
763
|
-
})(IndustryMaintenanceOrderStateDto || (IndustryMaintenanceOrderStateDto = {}));
|
|
764
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderType' */
|
|
765
|
-
var IndustryMaintenanceOrderTypeDto;
|
|
766
|
-
(function (IndustryMaintenanceOrderTypeDto) {
|
|
767
|
-
IndustryMaintenanceOrderTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
768
|
-
})(IndustryMaintenanceOrderTypeDto || (IndustryMaintenanceOrderTypeDto = {}));
|
|
769
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/ServiceType' */
|
|
770
|
-
var IndustryMaintenanceServiceTypeDto;
|
|
771
|
-
(function (IndustryMaintenanceServiceTypeDto) {
|
|
772
|
-
IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
773
|
-
})(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
|
|
774
|
-
/** Runtime entities of construction kit enum 'Industry.Manufacturing/FeedbackSyncState' */
|
|
775
|
-
var IndustryManufacturingFeedbackSyncStateDto;
|
|
776
|
-
(function (IndustryManufacturingFeedbackSyncStateDto) {
|
|
777
|
-
IndustryManufacturingFeedbackSyncStateDto["SyncedDto"] = "SYNCED";
|
|
778
|
-
IndustryManufacturingFeedbackSyncStateDto["UnsyncedDto"] = "UNSYNCED";
|
|
779
|
-
})(IndustryManufacturingFeedbackSyncStateDto || (IndustryManufacturingFeedbackSyncStateDto = {}));
|
|
780
|
-
/** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderItemState' */
|
|
781
|
-
var IndustryManufacturingProductionOrderItemStateDto;
|
|
782
|
-
(function (IndustryManufacturingProductionOrderItemStateDto) {
|
|
783
|
-
IndustryManufacturingProductionOrderItemStateDto["CancelledDto"] = "CANCELLED";
|
|
784
|
-
IndustryManufacturingProductionOrderItemStateDto["ConfirmedDto"] = "CONFIRMED";
|
|
785
|
-
IndustryManufacturingProductionOrderItemStateDto["CreatedDto"] = "CREATED";
|
|
786
|
-
IndustryManufacturingProductionOrderItemStateDto["DeliveredDto"] = "DELIVERED";
|
|
787
|
-
IndustryManufacturingProductionOrderItemStateDto["InterruptedDto"] = "INTERRUPTED";
|
|
788
|
-
IndustryManufacturingProductionOrderItemStateDto["InProgressDto"] = "IN_PROGRESS";
|
|
789
|
-
IndustryManufacturingProductionOrderItemStateDto["PausedDto"] = "PAUSED";
|
|
790
|
-
IndustryManufacturingProductionOrderItemStateDto["ReleasedDto"] = "RELEASED";
|
|
791
|
-
IndustryManufacturingProductionOrderItemStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
|
|
792
|
-
})(IndustryManufacturingProductionOrderItemStateDto || (IndustryManufacturingProductionOrderItemStateDto = {}));
|
|
793
|
-
/** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderState' */
|
|
794
|
-
var IndustryManufacturingProductionOrderStateDto;
|
|
795
|
-
(function (IndustryManufacturingProductionOrderStateDto) {
|
|
796
|
-
IndustryManufacturingProductionOrderStateDto["CancelledDto"] = "CANCELLED";
|
|
797
|
-
IndustryManufacturingProductionOrderStateDto["ConfirmedDto"] = "CONFIRMED";
|
|
798
|
-
IndustryManufacturingProductionOrderStateDto["CreatedDto"] = "CREATED";
|
|
799
|
-
IndustryManufacturingProductionOrderStateDto["DeliveredDto"] = "DELIVERED";
|
|
800
|
-
IndustryManufacturingProductionOrderStateDto["ReleasedDto"] = "RELEASED";
|
|
801
|
-
IndustryManufacturingProductionOrderStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
|
|
802
|
-
})(IndustryManufacturingProductionOrderStateDto || (IndustryManufacturingProductionOrderStateDto = {}));
|
|
803
408
|
/** Enum of the availability states of models. */
|
|
804
409
|
var ModelStateDto;
|
|
805
410
|
(function (ModelStateDto) {
|
|
@@ -814,7 +419,11 @@ var MultiplicitiesDto;
|
|
|
814
419
|
MultiplicitiesDto["OneDto"] = "ONE";
|
|
815
420
|
MultiplicitiesDto["ZeroOrOneDto"] = "ZERO_OR_ONE";
|
|
816
421
|
})(MultiplicitiesDto || (MultiplicitiesDto = {}));
|
|
817
|
-
/**
|
|
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
|
+
*/
|
|
818
427
|
var NavigationFilterModeDto;
|
|
819
428
|
(function (NavigationFilterModeDto) {
|
|
820
429
|
NavigationFilterModeDto["FilterDto"] = "FILTER";
|
|
@@ -839,26 +448,17 @@ var OctoSdkDemoOperatingStatusDto;
|
|
|
839
448
|
OctoSdkDemoOperatingStatusDto["OkDto"] = "OK";
|
|
840
449
|
OctoSdkDemoOperatingStatusDto["UnknownDto"] = "UNKNOWN";
|
|
841
450
|
})(OctoSdkDemoOperatingStatusDto || (OctoSdkDemoOperatingStatusDto = {}));
|
|
842
|
-
/**
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
QueryModeDto["InterpolationDto"] = "INTERPOLATION";
|
|
848
|
-
})(QueryModeDto || (QueryModeDto = {}));
|
|
849
|
-
/** 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) */
|
|
451
|
+
/**
|
|
452
|
+
* The type of search that is used (a text based search using text analysis (high
|
|
453
|
+
* performance, scoring, maybe more false positives) or filtering of attributes
|
|
454
|
+
* (lower performance, more exact results)
|
|
455
|
+
*/
|
|
850
456
|
var SearchFilterTypesDto;
|
|
851
457
|
(function (SearchFilterTypesDto) {
|
|
852
458
|
SearchFilterTypesDto["AttributeFilterDto"] = "ATTRIBUTE_FILTER";
|
|
853
459
|
SearchFilterTypesDto["TextSearchDto"] = "TEXT_SEARCH";
|
|
854
460
|
})(SearchFilterTypesDto || (SearchFilterTypesDto = {}));
|
|
855
461
|
/** Defines the sort order */
|
|
856
|
-
var SortOrderDto;
|
|
857
|
-
(function (SortOrderDto) {
|
|
858
|
-
SortOrderDto["AscendingDto"] = "ASCENDING";
|
|
859
|
-
SortOrderDto["DescendingDto"] = "DESCENDING";
|
|
860
|
-
})(SortOrderDto || (SortOrderDto = {}));
|
|
861
|
-
/** Defines the sort order */
|
|
862
462
|
var SortOrdersDto;
|
|
863
463
|
(function (SortOrdersDto) {
|
|
864
464
|
SortOrdersDto["AscendingDto"] = "ASCENDING";
|
|
@@ -879,46 +479,6 @@ var SystemAggregationTypesDto;
|
|
|
879
479
|
/** Calculates the sum of values */
|
|
880
480
|
SystemAggregationTypesDto["SumDto"] = "SUM";
|
|
881
481
|
})(SystemAggregationTypesDto || (SystemAggregationTypesDto = {}));
|
|
882
|
-
/** Runtime entities of construction kit enum 'System.Communication/CommunicationState' */
|
|
883
|
-
var SystemCommunicationCommunicationStateDto;
|
|
884
|
-
(function (SystemCommunicationCommunicationStateDto) {
|
|
885
|
-
SystemCommunicationCommunicationStateDto["OfflineDto"] = "OFFLINE";
|
|
886
|
-
SystemCommunicationCommunicationStateDto["OnlineDto"] = "ONLINE";
|
|
887
|
-
SystemCommunicationCommunicationStateDto["UnregisteredDto"] = "UNREGISTERED";
|
|
888
|
-
})(SystemCommunicationCommunicationStateDto || (SystemCommunicationCommunicationStateDto = {}));
|
|
889
|
-
/** Runtime entities of construction kit enum 'System.Communication/ConfigurationState' */
|
|
890
|
-
var SystemCommunicationConfigurationStateDto;
|
|
891
|
-
(function (SystemCommunicationConfigurationStateDto) {
|
|
892
|
-
SystemCommunicationConfigurationStateDto["ConfiguredDto"] = "CONFIGURED";
|
|
893
|
-
SystemCommunicationConfigurationStateDto["ErrorDto"] = "ERROR";
|
|
894
|
-
SystemCommunicationConfigurationStateDto["PendingDto"] = "PENDING";
|
|
895
|
-
SystemCommunicationConfigurationStateDto["UnconfiguredDto"] = "UNCONFIGURED";
|
|
896
|
-
})(SystemCommunicationConfigurationStateDto || (SystemCommunicationConfigurationStateDto = {}));
|
|
897
|
-
/** Runtime entities of construction kit enum 'System.Communication/DeploymentState' */
|
|
898
|
-
var SystemCommunicationDeploymentStateDto;
|
|
899
|
-
(function (SystemCommunicationDeploymentStateDto) {
|
|
900
|
-
SystemCommunicationDeploymentStateDto["DeployedDto"] = "DEPLOYED";
|
|
901
|
-
SystemCommunicationDeploymentStateDto["ErrorDto"] = "ERROR";
|
|
902
|
-
SystemCommunicationDeploymentStateDto["PendingDto"] = "PENDING";
|
|
903
|
-
SystemCommunicationDeploymentStateDto["UndeployedDto"] = "UNDEPLOYED";
|
|
904
|
-
})(SystemCommunicationDeploymentStateDto || (SystemCommunicationDeploymentStateDto = {}));
|
|
905
|
-
/** Runtime entities of construction kit enum 'System.Communication/PipelineExecutionStatus' */
|
|
906
|
-
var SystemCommunicationPipelineExecutionStatusDto;
|
|
907
|
-
(function (SystemCommunicationPipelineExecutionStatusDto) {
|
|
908
|
-
SystemCommunicationPipelineExecutionStatusDto["CancelledDto"] = "CANCELLED";
|
|
909
|
-
SystemCommunicationPipelineExecutionStatusDto["CompletedDto"] = "COMPLETED";
|
|
910
|
-
SystemCommunicationPipelineExecutionStatusDto["FailedDto"] = "FAILED";
|
|
911
|
-
SystemCommunicationPipelineExecutionStatusDto["InterruptedDto"] = "INTERRUPTED";
|
|
912
|
-
SystemCommunicationPipelineExecutionStatusDto["RunningDto"] = "RUNNING";
|
|
913
|
-
})(SystemCommunicationPipelineExecutionStatusDto || (SystemCommunicationPipelineExecutionStatusDto = {}));
|
|
914
|
-
/** Runtime entities of construction kit enum 'System.Communication/PipelineTriggerType' */
|
|
915
|
-
var SystemCommunicationPipelineTriggerTypeDto;
|
|
916
|
-
(function (SystemCommunicationPipelineTriggerTypeDto) {
|
|
917
|
-
SystemCommunicationPipelineTriggerTypeDto["EventDto"] = "EVENT";
|
|
918
|
-
SystemCommunicationPipelineTriggerTypeDto["ManualDto"] = "MANUAL";
|
|
919
|
-
SystemCommunicationPipelineTriggerTypeDto["ScheduledDto"] = "SCHEDULED";
|
|
920
|
-
SystemCommunicationPipelineTriggerTypeDto["StartupDto"] = "STARTUP";
|
|
921
|
-
})(SystemCommunicationPipelineTriggerTypeDto || (SystemCommunicationPipelineTriggerTypeDto = {}));
|
|
922
482
|
/** Runtime entities of construction kit enum 'System/EnvironmentModes' */
|
|
923
483
|
var SystemEnvironmentModesDto;
|
|
924
484
|
(function (SystemEnvironmentModesDto) {
|
|
@@ -936,17 +496,29 @@ var SystemFieldFilterOperatorDto;
|
|
|
936
496
|
(function (SystemFieldFilterOperatorDto) {
|
|
937
497
|
/** Compares an array field with at least one element that matches the specified value. */
|
|
938
498
|
SystemFieldFilterOperatorDto["AnyEqDto"] = "ANY_EQ";
|
|
939
|
-
/**
|
|
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
|
+
*/
|
|
940
503
|
SystemFieldFilterOperatorDto["AnyLikeDto"] = "ANY_LIKE";
|
|
941
504
|
/** Compares the specified field to the specified value. */
|
|
942
505
|
SystemFieldFilterOperatorDto["EqualsDto"] = "EQUALS";
|
|
943
|
-
/**
|
|
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
|
+
*/
|
|
944
510
|
SystemFieldFilterOperatorDto["GreaterEqualThanDto"] = "GREATER_EQUAL_THAN";
|
|
945
|
-
/**
|
|
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
|
+
*/
|
|
946
515
|
SystemFieldFilterOperatorDto["GreaterThanDto"] = "GREATER_THAN";
|
|
947
516
|
/** Compares a field to be equal any value in the specified array. */
|
|
948
517
|
SystemFieldFilterOperatorDto["InDto"] = "IN";
|
|
949
|
-
/**
|
|
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
|
+
*/
|
|
950
522
|
SystemFieldFilterOperatorDto["LessEqualThanDto"] = "LESS_EQUAL_THAN";
|
|
951
523
|
/** Compares the specified field to the specified value and returns true if the field value is less than the specified value. */
|
|
952
524
|
SystemFieldFilterOperatorDto["LessThanDto"] = "LESS_THAN";
|
|
@@ -1079,24 +651,6 @@ var UpdateTypeDto;
|
|
|
1079
651
|
|
|
1080
652
|
const result = {
|
|
1081
653
|
"possibleTypes": {
|
|
1082
|
-
"BasicAsset_EventSourceUnion": [
|
|
1083
|
-
"BasicAsset",
|
|
1084
|
-
"EnvironmentWasteMeter",
|
|
1085
|
-
"IndustryBasicMachine",
|
|
1086
|
-
"IndustryEnergyEnergyConsumer",
|
|
1087
|
-
"IndustryEnergyEnergyMeter",
|
|
1088
|
-
"IndustryEnergyEnergyStorage",
|
|
1089
|
-
"IndustryEnergyInverter",
|
|
1090
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1091
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1092
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1093
|
-
"IndustryFluidHeatMeter",
|
|
1094
|
-
"IndustryFluidWaterMeter",
|
|
1095
|
-
"IndustryMaintenanceCostCenter",
|
|
1096
|
-
"IndustryMaintenanceEmployee",
|
|
1097
|
-
"IndustryMaintenanceWorkplace",
|
|
1098
|
-
"OctoSdkDemoMeteringPoint"
|
|
1099
|
-
],
|
|
1100
654
|
"BasicAsset_RelatesFromUnion": [
|
|
1101
655
|
"BasicAsset",
|
|
1102
656
|
"BasicCity",
|
|
@@ -1106,57 +660,6 @@ const result = {
|
|
|
1106
660
|
"BasicState",
|
|
1107
661
|
"BasicTree",
|
|
1108
662
|
"BasicTreeNode",
|
|
1109
|
-
"EnergyCommunityBillingDocument",
|
|
1110
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
1111
|
-
"EnergyCommunityConsumer",
|
|
1112
|
-
"EnergyCommunityCustomer",
|
|
1113
|
-
"EnergyCommunityEdaMessage",
|
|
1114
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
1115
|
-
"EnergyCommunityEdaProcess",
|
|
1116
|
-
"EnergyCommunityEnergyPrice",
|
|
1117
|
-
"EnergyCommunityEnergyQuantity",
|
|
1118
|
-
"EnergyCommunityOperatingFacility",
|
|
1119
|
-
"EnergyCommunityParticipationPeriod",
|
|
1120
|
-
"EnergyCommunityProducer",
|
|
1121
|
-
"EnvironmentCarbonBudget",
|
|
1122
|
-
"EnvironmentCarbonEmission",
|
|
1123
|
-
"EnvironmentCertificateOfOrigin",
|
|
1124
|
-
"EnvironmentComplianceRecord",
|
|
1125
|
-
"EnvironmentEnvironmentalGoal",
|
|
1126
|
-
"EnvironmentWasteMeter",
|
|
1127
|
-
"IndustryBasicAlarm",
|
|
1128
|
-
"IndustryBasicEvent",
|
|
1129
|
-
"IndustryBasicMachine",
|
|
1130
|
-
"IndustryBasicRuntimeVariable",
|
|
1131
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1132
|
-
"IndustryEnergyEnergyConsumer",
|
|
1133
|
-
"IndustryEnergyEnergyCost",
|
|
1134
|
-
"IndustryEnergyEnergyForecast",
|
|
1135
|
-
"IndustryEnergyEnergyMeter",
|
|
1136
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1137
|
-
"IndustryEnergyEnergyStorage",
|
|
1138
|
-
"IndustryEnergyInverter",
|
|
1139
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1140
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1141
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1142
|
-
"IndustryFluidHeatMeter",
|
|
1143
|
-
"IndustryFluidWaterMeter",
|
|
1144
|
-
"IndustryMaintenanceAccount",
|
|
1145
|
-
"IndustryMaintenanceCostCenter",
|
|
1146
|
-
"IndustryMaintenanceEmployee",
|
|
1147
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1148
|
-
"IndustryMaintenanceJournalEntry",
|
|
1149
|
-
"IndustryMaintenanceOrder",
|
|
1150
|
-
"IndustryMaintenanceOrderCosts",
|
|
1151
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1152
|
-
"IndustryMaintenanceWorkplace",
|
|
1153
|
-
"IndustryManufacturingPartialFeedback",
|
|
1154
|
-
"IndustryManufacturingProductionOrder",
|
|
1155
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1156
|
-
"IndustryManufacturingShift",
|
|
1157
|
-
"IndustryManufacturingShiftMachine",
|
|
1158
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1159
|
-
"IndustryManufacturingShiftTemplate",
|
|
1160
663
|
"OctoSdkDemoCustomer",
|
|
1161
664
|
"OctoSdkDemoMeteringPoint",
|
|
1162
665
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1165,27 +668,6 @@ const result = {
|
|
|
1165
668
|
"SystemAutoIncrement",
|
|
1166
669
|
"SystemBotAttributeAggregateConfiguration",
|
|
1167
670
|
"SystemBotFixup",
|
|
1168
|
-
"SystemCommunicationAdapter",
|
|
1169
|
-
"SystemCommunicationDataFlow",
|
|
1170
|
-
"SystemCommunicationDataPointMapping",
|
|
1171
|
-
"SystemCommunicationDiscordConfiguration",
|
|
1172
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
1173
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
1174
|
-
"SystemCommunicationEdaConfiguration",
|
|
1175
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1176
|
-
"SystemCommunicationFinApiConfiguration",
|
|
1177
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
1178
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
1179
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1180
|
-
"SystemCommunicationPipeline",
|
|
1181
|
-
"SystemCommunicationPipelineExecution",
|
|
1182
|
-
"SystemCommunicationPipelineStatistics",
|
|
1183
|
-
"SystemCommunicationPipelineTrigger",
|
|
1184
|
-
"SystemCommunicationPool",
|
|
1185
|
-
"SystemCommunicationSapConfiguration",
|
|
1186
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
1187
|
-
"SystemCommunicationSftpConfiguration",
|
|
1188
|
-
"SystemCommunicationTag",
|
|
1189
671
|
"SystemDownsamplingSdQuery",
|
|
1190
672
|
"SystemGroupingAggregationRtQuery",
|
|
1191
673
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -1223,37 +705,16 @@ const result = {
|
|
|
1223
705
|
"SystemTenant",
|
|
1224
706
|
"SystemTenantConfiguration",
|
|
1225
707
|
"SystemTenantModeConfiguration",
|
|
708
|
+
"SystemUIBranding",
|
|
1226
709
|
"SystemUIDashboard",
|
|
1227
710
|
"SystemUIDashboardWidget",
|
|
1228
711
|
"SystemUIProcessDiagram",
|
|
1229
712
|
"SystemUISymbolDefinition",
|
|
1230
713
|
"SystemUISymbolLibrary"
|
|
1231
714
|
],
|
|
1232
|
-
"BasicDocumentInterface": [
|
|
1233
|
-
"EnergyCommunityBillingDocument"
|
|
1234
|
-
],
|
|
1235
|
-
"BasicEmployee_EmployeeUnion": [
|
|
1236
|
-
"BasicEmployee"
|
|
1237
|
-
],
|
|
1238
|
-
"BasicEmployee_EmployeesUnion": [
|
|
1239
|
-
"BasicEmployee"
|
|
1240
|
-
],
|
|
715
|
+
"BasicDocumentInterface": [],
|
|
1241
716
|
"BasicNamedEntityInterface": [
|
|
1242
|
-
"BasicTree"
|
|
1243
|
-
"EnergyCommunityConsumer",
|
|
1244
|
-
"EnergyCommunityEdaProcess",
|
|
1245
|
-
"EnergyCommunityMeteringPoint",
|
|
1246
|
-
"EnergyCommunityProducer",
|
|
1247
|
-
"EnvironmentCarbonBudget",
|
|
1248
|
-
"EnvironmentCertificateOfOrigin",
|
|
1249
|
-
"EnvironmentComplianceRecord",
|
|
1250
|
-
"EnvironmentEnvironmentalGoal",
|
|
1251
|
-
"IndustryBasicAlarm",
|
|
1252
|
-
"IndustryBasicEvent",
|
|
1253
|
-
"IndustryBasicRuntimeVariable",
|
|
1254
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1255
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1256
|
-
"IndustryManufacturingShiftTemplate"
|
|
717
|
+
"BasicTree"
|
|
1257
718
|
],
|
|
1258
719
|
"BasicTreeNode_ChildrenUnion": [
|
|
1259
720
|
"BasicAsset",
|
|
@@ -1262,80 +723,6 @@ const result = {
|
|
|
1262
723
|
"BasicDistrict",
|
|
1263
724
|
"BasicState",
|
|
1264
725
|
"BasicTreeNode",
|
|
1265
|
-
"EnergyCommunityOperatingFacility",
|
|
1266
|
-
"EnvironmentCarbonBudget",
|
|
1267
|
-
"EnvironmentCarbonEmission",
|
|
1268
|
-
"EnvironmentCertificateOfOrigin",
|
|
1269
|
-
"EnvironmentComplianceRecord",
|
|
1270
|
-
"EnvironmentEnvironmentalGoal",
|
|
1271
|
-
"EnvironmentWasteMeter",
|
|
1272
|
-
"IndustryBasicMachine",
|
|
1273
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1274
|
-
"IndustryEnergyEnergyConsumer",
|
|
1275
|
-
"IndustryEnergyEnergyCost",
|
|
1276
|
-
"IndustryEnergyEnergyForecast",
|
|
1277
|
-
"IndustryEnergyEnergyMeter",
|
|
1278
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1279
|
-
"IndustryEnergyEnergyStorage",
|
|
1280
|
-
"IndustryEnergyInverter",
|
|
1281
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1282
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1283
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1284
|
-
"IndustryFluidHeatMeter",
|
|
1285
|
-
"IndustryFluidWaterMeter",
|
|
1286
|
-
"IndustryMaintenanceCostCenter",
|
|
1287
|
-
"IndustryMaintenanceEmployee",
|
|
1288
|
-
"IndustryMaintenanceWorkplace",
|
|
1289
|
-
"OctoSdkDemoMeteringPoint",
|
|
1290
|
-
"OctoSdkDemoOperatingFacility"
|
|
1291
|
-
],
|
|
1292
|
-
"BasicTreeNode_MachineUnion": [
|
|
1293
|
-
"BasicAsset",
|
|
1294
|
-
"BasicCity",
|
|
1295
|
-
"BasicCountry",
|
|
1296
|
-
"BasicDistrict",
|
|
1297
|
-
"BasicState",
|
|
1298
|
-
"BasicTreeNode",
|
|
1299
|
-
"EnergyCommunityOperatingFacility",
|
|
1300
|
-
"EnvironmentWasteMeter",
|
|
1301
|
-
"IndustryBasicMachine",
|
|
1302
|
-
"IndustryEnergyEnergyConsumer",
|
|
1303
|
-
"IndustryEnergyEnergyMeter",
|
|
1304
|
-
"IndustryEnergyEnergyStorage",
|
|
1305
|
-
"IndustryEnergyInverter",
|
|
1306
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1307
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1308
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1309
|
-
"IndustryFluidHeatMeter",
|
|
1310
|
-
"IndustryFluidWaterMeter",
|
|
1311
|
-
"IndustryMaintenanceCostCenter",
|
|
1312
|
-
"IndustryMaintenanceEmployee",
|
|
1313
|
-
"IndustryMaintenanceWorkplace",
|
|
1314
|
-
"OctoSdkDemoMeteringPoint",
|
|
1315
|
-
"OctoSdkDemoOperatingFacility"
|
|
1316
|
-
],
|
|
1317
|
-
"BasicTreeNode_ParentUnion": [
|
|
1318
|
-
"BasicAsset",
|
|
1319
|
-
"BasicCity",
|
|
1320
|
-
"BasicCountry",
|
|
1321
|
-
"BasicDistrict",
|
|
1322
|
-
"BasicState",
|
|
1323
|
-
"BasicTreeNode",
|
|
1324
|
-
"EnergyCommunityOperatingFacility",
|
|
1325
|
-
"EnvironmentWasteMeter",
|
|
1326
|
-
"IndustryBasicMachine",
|
|
1327
|
-
"IndustryEnergyEnergyConsumer",
|
|
1328
|
-
"IndustryEnergyEnergyMeter",
|
|
1329
|
-
"IndustryEnergyEnergyStorage",
|
|
1330
|
-
"IndustryEnergyInverter",
|
|
1331
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1332
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1333
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1334
|
-
"IndustryFluidHeatMeter",
|
|
1335
|
-
"IndustryFluidWaterMeter",
|
|
1336
|
-
"IndustryMaintenanceCostCenter",
|
|
1337
|
-
"IndustryMaintenanceEmployee",
|
|
1338
|
-
"IndustryMaintenanceWorkplace",
|
|
1339
726
|
"OctoSdkDemoMeteringPoint",
|
|
1340
727
|
"OctoSdkDemoOperatingFacility"
|
|
1341
728
|
],
|
|
@@ -1348,57 +735,6 @@ const result = {
|
|
|
1348
735
|
"BasicState",
|
|
1349
736
|
"BasicTree",
|
|
1350
737
|
"BasicTreeNode",
|
|
1351
|
-
"EnergyCommunityBillingDocument",
|
|
1352
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
1353
|
-
"EnergyCommunityConsumer",
|
|
1354
|
-
"EnergyCommunityCustomer",
|
|
1355
|
-
"EnergyCommunityEdaMessage",
|
|
1356
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
1357
|
-
"EnergyCommunityEdaProcess",
|
|
1358
|
-
"EnergyCommunityEnergyPrice",
|
|
1359
|
-
"EnergyCommunityEnergyQuantity",
|
|
1360
|
-
"EnergyCommunityOperatingFacility",
|
|
1361
|
-
"EnergyCommunityParticipationPeriod",
|
|
1362
|
-
"EnergyCommunityProducer",
|
|
1363
|
-
"EnvironmentCarbonBudget",
|
|
1364
|
-
"EnvironmentCarbonEmission",
|
|
1365
|
-
"EnvironmentCertificateOfOrigin",
|
|
1366
|
-
"EnvironmentComplianceRecord",
|
|
1367
|
-
"EnvironmentEnvironmentalGoal",
|
|
1368
|
-
"EnvironmentWasteMeter",
|
|
1369
|
-
"IndustryBasicAlarm",
|
|
1370
|
-
"IndustryBasicEvent",
|
|
1371
|
-
"IndustryBasicMachine",
|
|
1372
|
-
"IndustryBasicRuntimeVariable",
|
|
1373
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1374
|
-
"IndustryEnergyEnergyConsumer",
|
|
1375
|
-
"IndustryEnergyEnergyCost",
|
|
1376
|
-
"IndustryEnergyEnergyForecast",
|
|
1377
|
-
"IndustryEnergyEnergyMeter",
|
|
1378
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1379
|
-
"IndustryEnergyEnergyStorage",
|
|
1380
|
-
"IndustryEnergyInverter",
|
|
1381
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1382
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1383
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1384
|
-
"IndustryFluidHeatMeter",
|
|
1385
|
-
"IndustryFluidWaterMeter",
|
|
1386
|
-
"IndustryMaintenanceAccount",
|
|
1387
|
-
"IndustryMaintenanceCostCenter",
|
|
1388
|
-
"IndustryMaintenanceEmployee",
|
|
1389
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1390
|
-
"IndustryMaintenanceJournalEntry",
|
|
1391
|
-
"IndustryMaintenanceOrder",
|
|
1392
|
-
"IndustryMaintenanceOrderCosts",
|
|
1393
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1394
|
-
"IndustryMaintenanceWorkplace",
|
|
1395
|
-
"IndustryManufacturingPartialFeedback",
|
|
1396
|
-
"IndustryManufacturingProductionOrder",
|
|
1397
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1398
|
-
"IndustryManufacturingShift",
|
|
1399
|
-
"IndustryManufacturingShiftMachine",
|
|
1400
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1401
|
-
"IndustryManufacturingShiftTemplate",
|
|
1402
738
|
"OctoSdkDemoCustomer",
|
|
1403
739
|
"OctoSdkDemoMeteringPoint",
|
|
1404
740
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1407,27 +743,6 @@ const result = {
|
|
|
1407
743
|
"SystemAutoIncrement",
|
|
1408
744
|
"SystemBotAttributeAggregateConfiguration",
|
|
1409
745
|
"SystemBotFixup",
|
|
1410
|
-
"SystemCommunicationAdapter",
|
|
1411
|
-
"SystemCommunicationDataFlow",
|
|
1412
|
-
"SystemCommunicationDataPointMapping",
|
|
1413
|
-
"SystemCommunicationDiscordConfiguration",
|
|
1414
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
1415
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
1416
|
-
"SystemCommunicationEdaConfiguration",
|
|
1417
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1418
|
-
"SystemCommunicationFinApiConfiguration",
|
|
1419
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
1420
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
1421
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1422
|
-
"SystemCommunicationPipeline",
|
|
1423
|
-
"SystemCommunicationPipelineExecution",
|
|
1424
|
-
"SystemCommunicationPipelineStatistics",
|
|
1425
|
-
"SystemCommunicationPipelineTrigger",
|
|
1426
|
-
"SystemCommunicationPool",
|
|
1427
|
-
"SystemCommunicationSapConfiguration",
|
|
1428
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
1429
|
-
"SystemCommunicationSftpConfiguration",
|
|
1430
|
-
"SystemCommunicationTag",
|
|
1431
746
|
"SystemDownsamplingSdQuery",
|
|
1432
747
|
"SystemGroupingAggregationRtQuery",
|
|
1433
748
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -1465,6 +780,7 @@ const result = {
|
|
|
1465
780
|
"SystemTenant",
|
|
1466
781
|
"SystemTenantConfiguration",
|
|
1467
782
|
"SystemTenantModeConfiguration",
|
|
783
|
+
"SystemUIBranding",
|
|
1468
784
|
"SystemUIDashboard",
|
|
1469
785
|
"SystemUIDashboardWidget",
|
|
1470
786
|
"SystemUIProcessDiagram",
|
|
@@ -1479,209 +795,9 @@ const result = {
|
|
|
1479
795
|
"BasicState",
|
|
1480
796
|
"BasicTree",
|
|
1481
797
|
"BasicTreeNode",
|
|
1482
|
-
"EnergyCommunityOperatingFacility",
|
|
1483
|
-
"EnvironmentWasteMeter",
|
|
1484
|
-
"IndustryBasicMachine",
|
|
1485
|
-
"IndustryEnergyEnergyConsumer",
|
|
1486
|
-
"IndustryEnergyEnergyMeter",
|
|
1487
|
-
"IndustryEnergyEnergyStorage",
|
|
1488
|
-
"IndustryEnergyInverter",
|
|
1489
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1490
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1491
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1492
|
-
"IndustryFluidHeatMeter",
|
|
1493
|
-
"IndustryFluidWaterMeter",
|
|
1494
|
-
"IndustryMaintenanceCostCenter",
|
|
1495
|
-
"IndustryMaintenanceEmployee",
|
|
1496
|
-
"IndustryMaintenanceWorkplace",
|
|
1497
798
|
"OctoSdkDemoMeteringPoint",
|
|
1498
799
|
"OctoSdkDemoOperatingFacility"
|
|
1499
800
|
],
|
|
1500
|
-
"EnergyCommunityBillingDocumentLineItem_BillingUnion": [
|
|
1501
|
-
"EnergyCommunityBillingDocumentLineItem"
|
|
1502
|
-
],
|
|
1503
|
-
"EnergyCommunityBillingDocumentLineItem_BillingsUnion": [
|
|
1504
|
-
"EnergyCommunityBillingDocumentLineItem"
|
|
1505
|
-
],
|
|
1506
|
-
"EnergyCommunityBillingDocumentLineItem_ChildrenUnion": [
|
|
1507
|
-
"EnergyCommunityBillingDocumentLineItem"
|
|
1508
|
-
],
|
|
1509
|
-
"EnergyCommunityBillingDocument_BillingUnion": [
|
|
1510
|
-
"EnergyCommunityBillingDocument"
|
|
1511
|
-
],
|
|
1512
|
-
"EnergyCommunityBillingDocument_ParentUnion": [
|
|
1513
|
-
"EnergyCommunityBillingDocument"
|
|
1514
|
-
],
|
|
1515
|
-
"EnergyCommunityCustomer_AssignedToUnion": [
|
|
1516
|
-
"EnergyCommunityCustomer"
|
|
1517
|
-
],
|
|
1518
|
-
"EnergyCommunityCustomer_CustomerUnion": [
|
|
1519
|
-
"EnergyCommunityCustomer"
|
|
1520
|
-
],
|
|
1521
|
-
"EnergyCommunityEdaMessage_MessagesUnion": [
|
|
1522
|
-
"EnergyCommunityEdaMessage"
|
|
1523
|
-
],
|
|
1524
|
-
"EnergyCommunityEdaProcess_ProcessUnion": [
|
|
1525
|
-
"EnergyCommunityEdaProcess"
|
|
1526
|
-
],
|
|
1527
|
-
"EnergyCommunityEnergyQuantity_AssignedToUnion": [
|
|
1528
|
-
"EnergyCommunityEnergyQuantity"
|
|
1529
|
-
],
|
|
1530
|
-
"EnergyCommunityEnergyQuantity_ChildrenUnion": [
|
|
1531
|
-
"EnergyCommunityEnergyQuantity"
|
|
1532
|
-
],
|
|
1533
|
-
"EnergyCommunityMeteringPointInterface": [
|
|
1534
|
-
"EnergyCommunityConsumer",
|
|
1535
|
-
"EnergyCommunityProducer"
|
|
1536
|
-
],
|
|
1537
|
-
"EnergyCommunityMeteringPoint_ChildrenUnion": [
|
|
1538
|
-
"BasicAsset",
|
|
1539
|
-
"BasicCity",
|
|
1540
|
-
"BasicCountry",
|
|
1541
|
-
"BasicDistrict",
|
|
1542
|
-
"BasicState",
|
|
1543
|
-
"BasicTreeNode",
|
|
1544
|
-
"EnergyCommunityConsumer",
|
|
1545
|
-
"EnergyCommunityOperatingFacility",
|
|
1546
|
-
"EnergyCommunityProducer",
|
|
1547
|
-
"EnvironmentCarbonBudget",
|
|
1548
|
-
"EnvironmentCarbonEmission",
|
|
1549
|
-
"EnvironmentCertificateOfOrigin",
|
|
1550
|
-
"EnvironmentComplianceRecord",
|
|
1551
|
-
"EnvironmentEnvironmentalGoal",
|
|
1552
|
-
"EnvironmentWasteMeter",
|
|
1553
|
-
"IndustryBasicMachine",
|
|
1554
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1555
|
-
"IndustryEnergyEnergyConsumer",
|
|
1556
|
-
"IndustryEnergyEnergyCost",
|
|
1557
|
-
"IndustryEnergyEnergyForecast",
|
|
1558
|
-
"IndustryEnergyEnergyMeter",
|
|
1559
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1560
|
-
"IndustryEnergyEnergyStorage",
|
|
1561
|
-
"IndustryEnergyInverter",
|
|
1562
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1563
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1564
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1565
|
-
"IndustryFluidHeatMeter",
|
|
1566
|
-
"IndustryFluidWaterMeter",
|
|
1567
|
-
"IndustryMaintenanceCostCenter",
|
|
1568
|
-
"IndustryMaintenanceEmployee",
|
|
1569
|
-
"IndustryMaintenanceWorkplace",
|
|
1570
|
-
"OctoSdkDemoMeteringPoint",
|
|
1571
|
-
"OctoSdkDemoOperatingFacility"
|
|
1572
|
-
],
|
|
1573
|
-
"EnergyCommunityMeteringPoint_MeteringPointUnion": [
|
|
1574
|
-
"EnergyCommunityConsumer",
|
|
1575
|
-
"EnergyCommunityProducer"
|
|
1576
|
-
],
|
|
1577
|
-
"EnergyCommunityMeteringPoint_ParentUnion": [
|
|
1578
|
-
"EnergyCommunityConsumer",
|
|
1579
|
-
"EnergyCommunityProducer"
|
|
1580
|
-
],
|
|
1581
|
-
"EnergyCommunityOperatingFacility_FacilitiesUnion": [
|
|
1582
|
-
"EnergyCommunityOperatingFacility"
|
|
1583
|
-
],
|
|
1584
|
-
"EnergyCommunityOperatingFacility_ParentUnion": [
|
|
1585
|
-
"EnergyCommunityOperatingFacility"
|
|
1586
|
-
],
|
|
1587
|
-
"EnergyCommunityParticipationPeriod_PeriodsUnion": [
|
|
1588
|
-
"EnergyCommunityParticipationPeriod"
|
|
1589
|
-
],
|
|
1590
|
-
"IndustryBasicEvent_EventUnion": [
|
|
1591
|
-
"IndustryBasicAlarm",
|
|
1592
|
-
"IndustryBasicEvent"
|
|
1593
|
-
],
|
|
1594
|
-
"IndustryBasicEvent_EventsUnion": [
|
|
1595
|
-
"IndustryBasicAlarm",
|
|
1596
|
-
"IndustryBasicEvent"
|
|
1597
|
-
],
|
|
1598
|
-
"IndustryBasicMachine_MachineUnion": [
|
|
1599
|
-
"IndustryBasicMachine",
|
|
1600
|
-
"IndustryEnergyEnergyConsumer",
|
|
1601
|
-
"IndustryEnergyEnergyMeter",
|
|
1602
|
-
"IndustryEnergyEnergyStorage",
|
|
1603
|
-
"IndustryEnergyInverter",
|
|
1604
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1605
|
-
"IndustryFluidHeatMeter",
|
|
1606
|
-
"IndustryFluidWaterMeter"
|
|
1607
|
-
],
|
|
1608
|
-
"IndustryBasicRuntimeVariable_RuntimeVariablesUnion": [
|
|
1609
|
-
"IndustryBasicRuntimeVariable"
|
|
1610
|
-
],
|
|
1611
|
-
"IndustryMaintenanceAccount_ParentUnion": [
|
|
1612
|
-
"IndustryMaintenanceAccount"
|
|
1613
|
-
],
|
|
1614
|
-
"IndustryMaintenanceCostCenter_CostCenterUnion": [
|
|
1615
|
-
"IndustryMaintenanceCostCenter"
|
|
1616
|
-
],
|
|
1617
|
-
"IndustryMaintenanceEmployee_EmployeeUnion": [
|
|
1618
|
-
"IndustryMaintenanceEmployee"
|
|
1619
|
-
],
|
|
1620
|
-
"IndustryMaintenanceEnergyBalance_OrdersUnion": [
|
|
1621
|
-
"IndustryMaintenanceEnergyBalance"
|
|
1622
|
-
],
|
|
1623
|
-
"IndustryMaintenanceJournalEntry_ChildrenUnion": [
|
|
1624
|
-
"IndustryMaintenanceJournalEntry"
|
|
1625
|
-
],
|
|
1626
|
-
"IndustryMaintenanceJournalEntry_JournalEntriesUnion": [
|
|
1627
|
-
"IndustryMaintenanceJournalEntry"
|
|
1628
|
-
],
|
|
1629
|
-
"IndustryMaintenanceOrderCosts_CostsUnion": [
|
|
1630
|
-
"IndustryMaintenanceOrderCosts"
|
|
1631
|
-
],
|
|
1632
|
-
"IndustryMaintenanceOrderFeedback_ChildrenUnion": [
|
|
1633
|
-
"IndustryMaintenanceOrderFeedback"
|
|
1634
|
-
],
|
|
1635
|
-
"IndustryMaintenanceOrderFeedback_OrderFeedbacksUnion": [
|
|
1636
|
-
"IndustryMaintenanceOrderFeedback"
|
|
1637
|
-
],
|
|
1638
|
-
"IndustryMaintenanceOrder_OrderUnion": [
|
|
1639
|
-
"IndustryMaintenanceOrder"
|
|
1640
|
-
],
|
|
1641
|
-
"IndustryMaintenanceOrder_OrdersUnion": [
|
|
1642
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1643
|
-
"IndustryMaintenanceOrder"
|
|
1644
|
-
],
|
|
1645
|
-
"IndustryMaintenanceOrder_ParentUnion": [
|
|
1646
|
-
"IndustryMaintenanceOrder"
|
|
1647
|
-
],
|
|
1648
|
-
"IndustryManufacturingPartialFeedback_ChildrenUnion": [
|
|
1649
|
-
"IndustryManufacturingPartialFeedback"
|
|
1650
|
-
],
|
|
1651
|
-
"IndustryManufacturingPartialFeedback_PartialFeedbacksUnion": [
|
|
1652
|
-
"IndustryManufacturingPartialFeedback"
|
|
1653
|
-
],
|
|
1654
|
-
"IndustryManufacturingProductionOrderItem_ChildrenUnion": [
|
|
1655
|
-
"IndustryManufacturingProductionOrderItem"
|
|
1656
|
-
],
|
|
1657
|
-
"IndustryManufacturingProductionOrderItem_OrderItemsUnion": [
|
|
1658
|
-
"IndustryManufacturingProductionOrderItem"
|
|
1659
|
-
],
|
|
1660
|
-
"IndustryManufacturingProductionOrderItem_ProductionOrderItemUnion": [
|
|
1661
|
-
"IndustryManufacturingProductionOrderItem"
|
|
1662
|
-
],
|
|
1663
|
-
"IndustryManufacturingProductionOrder_ParentUnion": [
|
|
1664
|
-
"IndustryManufacturingProductionOrder"
|
|
1665
|
-
],
|
|
1666
|
-
"IndustryManufacturingShiftMachine_ChildrenUnion": [
|
|
1667
|
-
"IndustryManufacturingShiftMachine",
|
|
1668
|
-
"IndustryManufacturingShiftOrderItem"
|
|
1669
|
-
],
|
|
1670
|
-
"IndustryManufacturingShiftMachine_ShiftAssignmentsUnion": [
|
|
1671
|
-
"IndustryManufacturingShiftMachine"
|
|
1672
|
-
],
|
|
1673
|
-
"IndustryManufacturingShiftMachine_ShiftMachinesUnion": [
|
|
1674
|
-
"IndustryManufacturingShiftMachine"
|
|
1675
|
-
],
|
|
1676
|
-
"IndustryManufacturingShiftOrderItem_ParentUnion": [
|
|
1677
|
-
"IndustryManufacturingShiftOrderItem"
|
|
1678
|
-
],
|
|
1679
|
-
"IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnion": [
|
|
1680
|
-
"IndustryManufacturingShiftOrderItem"
|
|
1681
|
-
],
|
|
1682
|
-
"IndustryManufacturingShift_ParentUnion": [
|
|
1683
|
-
"IndustryManufacturingShift"
|
|
1684
|
-
],
|
|
1685
801
|
"OctoSdkDemoCustomer_OwnedByUnion": [
|
|
1686
802
|
"OctoSdkDemoCustomer"
|
|
1687
803
|
],
|
|
@@ -1696,105 +812,7 @@ const result = {
|
|
|
1696
812
|
"SystemBotAttributeAggregateConfiguration_ConfiguredByUnion": [
|
|
1697
813
|
"SystemBotAttributeAggregateConfiguration"
|
|
1698
814
|
],
|
|
1699
|
-
"SystemCommunicationAdapter_AdapterExecutionsUnion": [
|
|
1700
|
-
"SystemCommunicationAdapter"
|
|
1701
|
-
],
|
|
1702
|
-
"SystemCommunicationAdapter_ExecutedByUnion": [
|
|
1703
|
-
"SystemCommunicationAdapter"
|
|
1704
|
-
],
|
|
1705
|
-
"SystemCommunicationAdapter_ManagesUnion": [
|
|
1706
|
-
"SystemCommunicationAdapter"
|
|
1707
|
-
],
|
|
1708
|
-
"SystemCommunicationDataFlow_ParentUnion": [
|
|
1709
|
-
"SystemCommunicationDataFlow"
|
|
1710
|
-
],
|
|
1711
|
-
"SystemCommunicationDataPointMapping_MapsFromUnion": [
|
|
1712
|
-
"SystemCommunicationDataPointMapping"
|
|
1713
|
-
],
|
|
1714
|
-
"SystemCommunicationDataPointMapping_MapsToUnion": [
|
|
1715
|
-
"SystemCommunicationDataPointMapping"
|
|
1716
|
-
],
|
|
1717
|
-
"SystemCommunicationDeployableEntityInterface": [
|
|
1718
|
-
"SystemCommunicationAdapter",
|
|
1719
|
-
"SystemCommunicationPipeline",
|
|
1720
|
-
"SystemCommunicationPipelineTrigger",
|
|
1721
|
-
"SystemCommunicationPool"
|
|
1722
|
-
],
|
|
1723
|
-
"SystemCommunicationPipelineExecution_ExecutedPipelineUnion": [
|
|
1724
|
-
"SystemCommunicationPipelineExecution"
|
|
1725
|
-
],
|
|
1726
|
-
"SystemCommunicationPipelineExecution_ExecutingAdapterUnion": [
|
|
1727
|
-
"SystemCommunicationPipelineExecution"
|
|
1728
|
-
],
|
|
1729
|
-
"SystemCommunicationPipelineStatistics_StatisticsForPipelineUnion": [
|
|
1730
|
-
"SystemCommunicationPipelineStatistics"
|
|
1731
|
-
],
|
|
1732
|
-
"SystemCommunicationPipelineTrigger_TriggersUnion": [
|
|
1733
|
-
"SystemCommunicationPipelineTrigger"
|
|
1734
|
-
],
|
|
1735
|
-
"SystemCommunicationPipeline_ChildrenUnion": [
|
|
1736
|
-
"SystemCommunicationPipeline",
|
|
1737
|
-
"SystemCommunicationPipelineTrigger"
|
|
1738
|
-
],
|
|
1739
|
-
"SystemCommunicationPipeline_ExecutesUnion": [
|
|
1740
|
-
"SystemCommunicationPipeline"
|
|
1741
|
-
],
|
|
1742
|
-
"SystemCommunicationPipeline_PipelineExecutionsUnion": [
|
|
1743
|
-
"SystemCommunicationPipeline"
|
|
1744
|
-
],
|
|
1745
|
-
"SystemCommunicationPipeline_PipelineStatisticsUnion": [
|
|
1746
|
-
"SystemCommunicationPipeline"
|
|
1747
|
-
],
|
|
1748
|
-
"SystemCommunicationPipeline_ReceivesDataFromUnion": [
|
|
1749
|
-
"SystemCommunicationPipeline"
|
|
1750
|
-
],
|
|
1751
|
-
"SystemCommunicationPipeline_SendsDataToUnion": [
|
|
1752
|
-
"SystemCommunicationPipeline"
|
|
1753
|
-
],
|
|
1754
|
-
"SystemCommunicationPipeline_TriggeredByUnion": [
|
|
1755
|
-
"SystemCommunicationPipeline"
|
|
1756
|
-
],
|
|
1757
|
-
"SystemCommunicationPipeline_UsedByUnion": [
|
|
1758
|
-
"SystemCommunicationPipeline"
|
|
1759
|
-
],
|
|
1760
|
-
"SystemCommunicationPool_ManagedByUnion": [
|
|
1761
|
-
"SystemCommunicationPool"
|
|
1762
|
-
],
|
|
1763
|
-
"SystemCommunicationTag_TaggedByUnion": [
|
|
1764
|
-
"SystemCommunicationTag"
|
|
1765
|
-
],
|
|
1766
815
|
"SystemConfigurationInterface": [
|
|
1767
|
-
"SystemCommunicationDiscordConfiguration",
|
|
1768
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
1769
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
1770
|
-
"SystemCommunicationEdaConfiguration",
|
|
1771
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1772
|
-
"SystemCommunicationFinApiConfiguration",
|
|
1773
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
1774
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
1775
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1776
|
-
"SystemCommunicationSapConfiguration",
|
|
1777
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
1778
|
-
"SystemCommunicationSftpConfiguration",
|
|
1779
|
-
"SystemIdentityMailNotificationConfiguration",
|
|
1780
|
-
"SystemNotificationCssTemplateConfiguration",
|
|
1781
|
-
"SystemReportingConnectionInfo",
|
|
1782
|
-
"SystemTenantConfiguration",
|
|
1783
|
-
"SystemTenantModeConfiguration"
|
|
1784
|
-
],
|
|
1785
|
-
"SystemConfiguration_IsUsingUnion": [
|
|
1786
|
-
"SystemCommunicationDiscordConfiguration",
|
|
1787
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
1788
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
1789
|
-
"SystemCommunicationEdaConfiguration",
|
|
1790
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1791
|
-
"SystemCommunicationFinApiConfiguration",
|
|
1792
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
1793
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
1794
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1795
|
-
"SystemCommunicationSapConfiguration",
|
|
1796
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
1797
|
-
"SystemCommunicationSftpConfiguration",
|
|
1798
816
|
"SystemIdentityMailNotificationConfiguration",
|
|
1799
817
|
"SystemNotificationCssTemplateConfiguration",
|
|
1800
818
|
"SystemReportingConnectionInfo",
|
|
@@ -1806,71 +824,12 @@ const result = {
|
|
|
1806
824
|
"BasicEmployee",
|
|
1807
825
|
"BasicNamedEntity",
|
|
1808
826
|
"BasicTree",
|
|
1809
|
-
"EnergyCommunityBillingDocument",
|
|
1810
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
1811
|
-
"EnergyCommunityConsumer",
|
|
1812
|
-
"EnergyCommunityCustomer",
|
|
1813
|
-
"EnergyCommunityEdaMessage",
|
|
1814
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
1815
|
-
"EnergyCommunityEdaProcess",
|
|
1816
|
-
"EnergyCommunityEnergyPrice",
|
|
1817
|
-
"EnergyCommunityEnergyQuantity",
|
|
1818
|
-
"EnergyCommunityMeteringPoint",
|
|
1819
|
-
"EnergyCommunityParticipationPeriod",
|
|
1820
|
-
"EnergyCommunityProducer",
|
|
1821
|
-
"EnvironmentCarbonBudget",
|
|
1822
|
-
"EnvironmentCarbonEmission",
|
|
1823
|
-
"EnvironmentCertificateOfOrigin",
|
|
1824
|
-
"EnvironmentComplianceRecord",
|
|
1825
|
-
"EnvironmentEnvironmentalGoal",
|
|
1826
|
-
"IndustryBasicAlarm",
|
|
1827
|
-
"IndustryBasicEvent",
|
|
1828
|
-
"IndustryBasicRuntimeVariable",
|
|
1829
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1830
|
-
"IndustryEnergyEnergyCost",
|
|
1831
|
-
"IndustryEnergyEnergyForecast",
|
|
1832
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1833
|
-
"IndustryMaintenanceAccount",
|
|
1834
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1835
|
-
"IndustryMaintenanceJournalEntry",
|
|
1836
|
-
"IndustryMaintenanceOrder",
|
|
1837
|
-
"IndustryMaintenanceOrderCosts",
|
|
1838
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1839
|
-
"IndustryManufacturingPartialFeedback",
|
|
1840
|
-
"IndustryManufacturingProductionOrder",
|
|
1841
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1842
|
-
"IndustryManufacturingShift",
|
|
1843
|
-
"IndustryManufacturingShiftMachine",
|
|
1844
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1845
|
-
"IndustryManufacturingShiftTemplate",
|
|
1846
827
|
"OctoSdkDemoCustomer",
|
|
1847
828
|
"SystemAggregationRtQuery",
|
|
1848
829
|
"SystemAggregationSdQuery",
|
|
1849
830
|
"SystemAutoIncrement",
|
|
1850
831
|
"SystemBotAttributeAggregateConfiguration",
|
|
1851
832
|
"SystemBotFixup",
|
|
1852
|
-
"SystemCommunicationAdapter",
|
|
1853
|
-
"SystemCommunicationDataFlow",
|
|
1854
|
-
"SystemCommunicationDataPointMapping",
|
|
1855
|
-
"SystemCommunicationDeployableEntity",
|
|
1856
|
-
"SystemCommunicationDiscordConfiguration",
|
|
1857
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
1858
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
1859
|
-
"SystemCommunicationEdaConfiguration",
|
|
1860
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1861
|
-
"SystemCommunicationFinApiConfiguration",
|
|
1862
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
1863
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
1864
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1865
|
-
"SystemCommunicationPipeline",
|
|
1866
|
-
"SystemCommunicationPipelineExecution",
|
|
1867
|
-
"SystemCommunicationPipelineStatistics",
|
|
1868
|
-
"SystemCommunicationPipelineTrigger",
|
|
1869
|
-
"SystemCommunicationPool",
|
|
1870
|
-
"SystemCommunicationSapConfiguration",
|
|
1871
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
1872
|
-
"SystemCommunicationSftpConfiguration",
|
|
1873
|
-
"SystemCommunicationTag",
|
|
1874
833
|
"SystemConfiguration",
|
|
1875
834
|
"SystemDownsamplingSdQuery",
|
|
1876
835
|
"SystemGroupingAggregationRtQuery",
|
|
@@ -1915,6 +874,7 @@ const result = {
|
|
|
1915
874
|
"SystemTenant",
|
|
1916
875
|
"SystemTenantConfiguration",
|
|
1917
876
|
"SystemTenantModeConfiguration",
|
|
877
|
+
"SystemUIBranding",
|
|
1918
878
|
"SystemUIDashboard",
|
|
1919
879
|
"SystemUIDashboardWidget",
|
|
1920
880
|
"SystemUIProcessDiagram",
|
|
@@ -1931,453 +891,6 @@ const result = {
|
|
|
1931
891
|
"BasicState",
|
|
1932
892
|
"BasicTree",
|
|
1933
893
|
"BasicTreeNode",
|
|
1934
|
-
"EnergyCommunityBillingDocument",
|
|
1935
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
1936
|
-
"EnergyCommunityConsumer",
|
|
1937
|
-
"EnergyCommunityCustomer",
|
|
1938
|
-
"EnergyCommunityEdaMessage",
|
|
1939
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
1940
|
-
"EnergyCommunityEdaProcess",
|
|
1941
|
-
"EnergyCommunityEnergyPrice",
|
|
1942
|
-
"EnergyCommunityEnergyQuantity",
|
|
1943
|
-
"EnergyCommunityOperatingFacility",
|
|
1944
|
-
"EnergyCommunityParticipationPeriod",
|
|
1945
|
-
"EnergyCommunityProducer",
|
|
1946
|
-
"EnvironmentCarbonBudget",
|
|
1947
|
-
"EnvironmentCarbonEmission",
|
|
1948
|
-
"EnvironmentCertificateOfOrigin",
|
|
1949
|
-
"EnvironmentComplianceRecord",
|
|
1950
|
-
"EnvironmentEnvironmentalGoal",
|
|
1951
|
-
"EnvironmentWasteMeter",
|
|
1952
|
-
"IndustryBasicAlarm",
|
|
1953
|
-
"IndustryBasicEvent",
|
|
1954
|
-
"IndustryBasicMachine",
|
|
1955
|
-
"IndustryBasicRuntimeVariable",
|
|
1956
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1957
|
-
"IndustryEnergyEnergyConsumer",
|
|
1958
|
-
"IndustryEnergyEnergyCost",
|
|
1959
|
-
"IndustryEnergyEnergyForecast",
|
|
1960
|
-
"IndustryEnergyEnergyMeter",
|
|
1961
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1962
|
-
"IndustryEnergyEnergyStorage",
|
|
1963
|
-
"IndustryEnergyInverter",
|
|
1964
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
1965
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1966
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
1967
|
-
"IndustryFluidHeatMeter",
|
|
1968
|
-
"IndustryFluidWaterMeter",
|
|
1969
|
-
"IndustryMaintenanceAccount",
|
|
1970
|
-
"IndustryMaintenanceCostCenter",
|
|
1971
|
-
"IndustryMaintenanceEmployee",
|
|
1972
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1973
|
-
"IndustryMaintenanceJournalEntry",
|
|
1974
|
-
"IndustryMaintenanceOrder",
|
|
1975
|
-
"IndustryMaintenanceOrderCosts",
|
|
1976
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1977
|
-
"IndustryMaintenanceWorkplace",
|
|
1978
|
-
"IndustryManufacturingPartialFeedback",
|
|
1979
|
-
"IndustryManufacturingProductionOrder",
|
|
1980
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1981
|
-
"IndustryManufacturingShift",
|
|
1982
|
-
"IndustryManufacturingShiftMachine",
|
|
1983
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1984
|
-
"IndustryManufacturingShiftTemplate",
|
|
1985
|
-
"OctoSdkDemoCustomer",
|
|
1986
|
-
"OctoSdkDemoMeteringPoint",
|
|
1987
|
-
"OctoSdkDemoOperatingFacility",
|
|
1988
|
-
"SystemAggregationRtQuery",
|
|
1989
|
-
"SystemAggregationSdQuery",
|
|
1990
|
-
"SystemAutoIncrement",
|
|
1991
|
-
"SystemBotAttributeAggregateConfiguration",
|
|
1992
|
-
"SystemBotFixup",
|
|
1993
|
-
"SystemCommunicationAdapter",
|
|
1994
|
-
"SystemCommunicationDataFlow",
|
|
1995
|
-
"SystemCommunicationDataPointMapping",
|
|
1996
|
-
"SystemCommunicationDiscordConfiguration",
|
|
1997
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
1998
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
1999
|
-
"SystemCommunicationEdaConfiguration",
|
|
2000
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2001
|
-
"SystemCommunicationFinApiConfiguration",
|
|
2002
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
2003
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
2004
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2005
|
-
"SystemCommunicationPipeline",
|
|
2006
|
-
"SystemCommunicationPipelineExecution",
|
|
2007
|
-
"SystemCommunicationPipelineStatistics",
|
|
2008
|
-
"SystemCommunicationPipelineTrigger",
|
|
2009
|
-
"SystemCommunicationPool",
|
|
2010
|
-
"SystemCommunicationSapConfiguration",
|
|
2011
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
2012
|
-
"SystemCommunicationSftpConfiguration",
|
|
2013
|
-
"SystemCommunicationTag",
|
|
2014
|
-
"SystemDownsamplingSdQuery",
|
|
2015
|
-
"SystemGroupingAggregationRtQuery",
|
|
2016
|
-
"SystemGroupingAggregationSdQuery",
|
|
2017
|
-
"SystemIdentityApiResource",
|
|
2018
|
-
"SystemIdentityApiScope",
|
|
2019
|
-
"SystemIdentityAzureEntraIdIdentityProvider",
|
|
2020
|
-
"SystemIdentityClient",
|
|
2021
|
-
"SystemIdentityEmailDomainGroupRule",
|
|
2022
|
-
"SystemIdentityExternalTenantUserMapping",
|
|
2023
|
-
"SystemIdentityFacebookIdentityProvider",
|
|
2024
|
-
"SystemIdentityGoogleIdentityProvider",
|
|
2025
|
-
"SystemIdentityGroup",
|
|
2026
|
-
"SystemIdentityIdentityResource",
|
|
2027
|
-
"SystemIdentityMailNotificationConfiguration",
|
|
2028
|
-
"SystemIdentityMicrosoftAdIdentityProvider",
|
|
2029
|
-
"SystemIdentityMicrosoftIdentityProvider",
|
|
2030
|
-
"SystemIdentityOctoTenantIdentityProvider",
|
|
2031
|
-
"SystemIdentityOpenLdapIdentityProvider",
|
|
2032
|
-
"SystemIdentityPermission",
|
|
2033
|
-
"SystemIdentityPermissionRole",
|
|
2034
|
-
"SystemIdentityPersistedGrant",
|
|
2035
|
-
"SystemIdentityRole",
|
|
2036
|
-
"SystemIdentityUser",
|
|
2037
|
-
"SystemMigrationHistory",
|
|
2038
|
-
"SystemNotificationCssTemplateConfiguration",
|
|
2039
|
-
"SystemNotificationEvent",
|
|
2040
|
-
"SystemNotificationNotificationTemplate",
|
|
2041
|
-
"SystemNotificationStatefulEvent",
|
|
2042
|
-
"SystemReportingConnectionInfo",
|
|
2043
|
-
"SystemReportingFileSystemItem",
|
|
2044
|
-
"SystemReportingFolder",
|
|
2045
|
-
"SystemReportingFolderRoot",
|
|
2046
|
-
"SystemSimpleRtQuery",
|
|
2047
|
-
"SystemSimpleSdQuery",
|
|
2048
|
-
"SystemTenant",
|
|
2049
|
-
"SystemTenantConfiguration",
|
|
2050
|
-
"SystemTenantModeConfiguration",
|
|
2051
|
-
"SystemUIDashboard",
|
|
2052
|
-
"SystemUIDashboardWidget",
|
|
2053
|
-
"SystemUIProcessDiagram",
|
|
2054
|
-
"SystemUISymbolDefinition",
|
|
2055
|
-
"SystemUISymbolLibrary"
|
|
2056
|
-
],
|
|
2057
|
-
"SystemEntity_IsTaggingUnion": [
|
|
2058
|
-
"BasicAsset",
|
|
2059
|
-
"BasicCity",
|
|
2060
|
-
"BasicCountry",
|
|
2061
|
-
"BasicDistrict",
|
|
2062
|
-
"BasicEmployee",
|
|
2063
|
-
"BasicState",
|
|
2064
|
-
"BasicTree",
|
|
2065
|
-
"BasicTreeNode",
|
|
2066
|
-
"EnergyCommunityBillingDocument",
|
|
2067
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
2068
|
-
"EnergyCommunityConsumer",
|
|
2069
|
-
"EnergyCommunityCustomer",
|
|
2070
|
-
"EnergyCommunityEdaMessage",
|
|
2071
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
2072
|
-
"EnergyCommunityEdaProcess",
|
|
2073
|
-
"EnergyCommunityEnergyPrice",
|
|
2074
|
-
"EnergyCommunityEnergyQuantity",
|
|
2075
|
-
"EnergyCommunityOperatingFacility",
|
|
2076
|
-
"EnergyCommunityParticipationPeriod",
|
|
2077
|
-
"EnergyCommunityProducer",
|
|
2078
|
-
"EnvironmentCarbonBudget",
|
|
2079
|
-
"EnvironmentCarbonEmission",
|
|
2080
|
-
"EnvironmentCertificateOfOrigin",
|
|
2081
|
-
"EnvironmentComplianceRecord",
|
|
2082
|
-
"EnvironmentEnvironmentalGoal",
|
|
2083
|
-
"EnvironmentWasteMeter",
|
|
2084
|
-
"IndustryBasicAlarm",
|
|
2085
|
-
"IndustryBasicEvent",
|
|
2086
|
-
"IndustryBasicMachine",
|
|
2087
|
-
"IndustryBasicRuntimeVariable",
|
|
2088
|
-
"IndustryEnergyDemandResponseEvent",
|
|
2089
|
-
"IndustryEnergyEnergyConsumer",
|
|
2090
|
-
"IndustryEnergyEnergyCost",
|
|
2091
|
-
"IndustryEnergyEnergyForecast",
|
|
2092
|
-
"IndustryEnergyEnergyMeter",
|
|
2093
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2094
|
-
"IndustryEnergyEnergyStorage",
|
|
2095
|
-
"IndustryEnergyInverter",
|
|
2096
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
2097
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2098
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
2099
|
-
"IndustryFluidHeatMeter",
|
|
2100
|
-
"IndustryFluidWaterMeter",
|
|
2101
|
-
"IndustryMaintenanceAccount",
|
|
2102
|
-
"IndustryMaintenanceCostCenter",
|
|
2103
|
-
"IndustryMaintenanceEmployee",
|
|
2104
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2105
|
-
"IndustryMaintenanceJournalEntry",
|
|
2106
|
-
"IndustryMaintenanceOrder",
|
|
2107
|
-
"IndustryMaintenanceOrderCosts",
|
|
2108
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2109
|
-
"IndustryMaintenanceWorkplace",
|
|
2110
|
-
"IndustryManufacturingPartialFeedback",
|
|
2111
|
-
"IndustryManufacturingProductionOrder",
|
|
2112
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2113
|
-
"IndustryManufacturingShift",
|
|
2114
|
-
"IndustryManufacturingShiftMachine",
|
|
2115
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2116
|
-
"IndustryManufacturingShiftTemplate",
|
|
2117
|
-
"OctoSdkDemoCustomer",
|
|
2118
|
-
"OctoSdkDemoMeteringPoint",
|
|
2119
|
-
"OctoSdkDemoOperatingFacility",
|
|
2120
|
-
"SystemAggregationRtQuery",
|
|
2121
|
-
"SystemAggregationSdQuery",
|
|
2122
|
-
"SystemAutoIncrement",
|
|
2123
|
-
"SystemBotAttributeAggregateConfiguration",
|
|
2124
|
-
"SystemBotFixup",
|
|
2125
|
-
"SystemCommunicationAdapter",
|
|
2126
|
-
"SystemCommunicationDataFlow",
|
|
2127
|
-
"SystemCommunicationDataPointMapping",
|
|
2128
|
-
"SystemCommunicationDiscordConfiguration",
|
|
2129
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
2130
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
2131
|
-
"SystemCommunicationEdaConfiguration",
|
|
2132
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2133
|
-
"SystemCommunicationFinApiConfiguration",
|
|
2134
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
2135
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
2136
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2137
|
-
"SystemCommunicationPipeline",
|
|
2138
|
-
"SystemCommunicationPipelineExecution",
|
|
2139
|
-
"SystemCommunicationPipelineStatistics",
|
|
2140
|
-
"SystemCommunicationPipelineTrigger",
|
|
2141
|
-
"SystemCommunicationPool",
|
|
2142
|
-
"SystemCommunicationSapConfiguration",
|
|
2143
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
2144
|
-
"SystemCommunicationSftpConfiguration",
|
|
2145
|
-
"SystemCommunicationTag",
|
|
2146
|
-
"SystemDownsamplingSdQuery",
|
|
2147
|
-
"SystemGroupingAggregationRtQuery",
|
|
2148
|
-
"SystemGroupingAggregationSdQuery",
|
|
2149
|
-
"SystemIdentityApiResource",
|
|
2150
|
-
"SystemIdentityApiScope",
|
|
2151
|
-
"SystemIdentityAzureEntraIdIdentityProvider",
|
|
2152
|
-
"SystemIdentityClient",
|
|
2153
|
-
"SystemIdentityEmailDomainGroupRule",
|
|
2154
|
-
"SystemIdentityExternalTenantUserMapping",
|
|
2155
|
-
"SystemIdentityFacebookIdentityProvider",
|
|
2156
|
-
"SystemIdentityGoogleIdentityProvider",
|
|
2157
|
-
"SystemIdentityGroup",
|
|
2158
|
-
"SystemIdentityIdentityResource",
|
|
2159
|
-
"SystemIdentityMailNotificationConfiguration",
|
|
2160
|
-
"SystemIdentityMicrosoftAdIdentityProvider",
|
|
2161
|
-
"SystemIdentityMicrosoftIdentityProvider",
|
|
2162
|
-
"SystemIdentityOctoTenantIdentityProvider",
|
|
2163
|
-
"SystemIdentityOpenLdapIdentityProvider",
|
|
2164
|
-
"SystemIdentityPermission",
|
|
2165
|
-
"SystemIdentityPermissionRole",
|
|
2166
|
-
"SystemIdentityPersistedGrant",
|
|
2167
|
-
"SystemIdentityRole",
|
|
2168
|
-
"SystemIdentityUser",
|
|
2169
|
-
"SystemMigrationHistory",
|
|
2170
|
-
"SystemNotificationCssTemplateConfiguration",
|
|
2171
|
-
"SystemNotificationEvent",
|
|
2172
|
-
"SystemNotificationNotificationTemplate",
|
|
2173
|
-
"SystemNotificationStatefulEvent",
|
|
2174
|
-
"SystemReportingConnectionInfo",
|
|
2175
|
-
"SystemReportingFileSystemItem",
|
|
2176
|
-
"SystemReportingFolder",
|
|
2177
|
-
"SystemReportingFolderRoot",
|
|
2178
|
-
"SystemSimpleRtQuery",
|
|
2179
|
-
"SystemSimpleSdQuery",
|
|
2180
|
-
"SystemTenant",
|
|
2181
|
-
"SystemTenantConfiguration",
|
|
2182
|
-
"SystemTenantModeConfiguration",
|
|
2183
|
-
"SystemUIDashboard",
|
|
2184
|
-
"SystemUIDashboardWidget",
|
|
2185
|
-
"SystemUIProcessDiagram",
|
|
2186
|
-
"SystemUISymbolDefinition",
|
|
2187
|
-
"SystemUISymbolLibrary"
|
|
2188
|
-
],
|
|
2189
|
-
"SystemEntity_MappedAsSourceUnion": [
|
|
2190
|
-
"BasicAsset",
|
|
2191
|
-
"BasicCity",
|
|
2192
|
-
"BasicCountry",
|
|
2193
|
-
"BasicDistrict",
|
|
2194
|
-
"BasicEmployee",
|
|
2195
|
-
"BasicState",
|
|
2196
|
-
"BasicTree",
|
|
2197
|
-
"BasicTreeNode",
|
|
2198
|
-
"EnergyCommunityBillingDocument",
|
|
2199
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
2200
|
-
"EnergyCommunityConsumer",
|
|
2201
|
-
"EnergyCommunityCustomer",
|
|
2202
|
-
"EnergyCommunityEdaMessage",
|
|
2203
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
2204
|
-
"EnergyCommunityEdaProcess",
|
|
2205
|
-
"EnergyCommunityEnergyPrice",
|
|
2206
|
-
"EnergyCommunityEnergyQuantity",
|
|
2207
|
-
"EnergyCommunityOperatingFacility",
|
|
2208
|
-
"EnergyCommunityParticipationPeriod",
|
|
2209
|
-
"EnergyCommunityProducer",
|
|
2210
|
-
"EnvironmentCarbonBudget",
|
|
2211
|
-
"EnvironmentCarbonEmission",
|
|
2212
|
-
"EnvironmentCertificateOfOrigin",
|
|
2213
|
-
"EnvironmentComplianceRecord",
|
|
2214
|
-
"EnvironmentEnvironmentalGoal",
|
|
2215
|
-
"EnvironmentWasteMeter",
|
|
2216
|
-
"IndustryBasicAlarm",
|
|
2217
|
-
"IndustryBasicEvent",
|
|
2218
|
-
"IndustryBasicMachine",
|
|
2219
|
-
"IndustryBasicRuntimeVariable",
|
|
2220
|
-
"IndustryEnergyDemandResponseEvent",
|
|
2221
|
-
"IndustryEnergyEnergyConsumer",
|
|
2222
|
-
"IndustryEnergyEnergyCost",
|
|
2223
|
-
"IndustryEnergyEnergyForecast",
|
|
2224
|
-
"IndustryEnergyEnergyMeter",
|
|
2225
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2226
|
-
"IndustryEnergyEnergyStorage",
|
|
2227
|
-
"IndustryEnergyInverter",
|
|
2228
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
2229
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2230
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
2231
|
-
"IndustryFluidHeatMeter",
|
|
2232
|
-
"IndustryFluidWaterMeter",
|
|
2233
|
-
"IndustryMaintenanceAccount",
|
|
2234
|
-
"IndustryMaintenanceCostCenter",
|
|
2235
|
-
"IndustryMaintenanceEmployee",
|
|
2236
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2237
|
-
"IndustryMaintenanceJournalEntry",
|
|
2238
|
-
"IndustryMaintenanceOrder",
|
|
2239
|
-
"IndustryMaintenanceOrderCosts",
|
|
2240
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2241
|
-
"IndustryMaintenanceWorkplace",
|
|
2242
|
-
"IndustryManufacturingPartialFeedback",
|
|
2243
|
-
"IndustryManufacturingProductionOrder",
|
|
2244
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2245
|
-
"IndustryManufacturingShift",
|
|
2246
|
-
"IndustryManufacturingShiftMachine",
|
|
2247
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2248
|
-
"IndustryManufacturingShiftTemplate",
|
|
2249
|
-
"OctoSdkDemoCustomer",
|
|
2250
|
-
"OctoSdkDemoMeteringPoint",
|
|
2251
|
-
"OctoSdkDemoOperatingFacility",
|
|
2252
|
-
"SystemAggregationRtQuery",
|
|
2253
|
-
"SystemAggregationSdQuery",
|
|
2254
|
-
"SystemAutoIncrement",
|
|
2255
|
-
"SystemBotAttributeAggregateConfiguration",
|
|
2256
|
-
"SystemBotFixup",
|
|
2257
|
-
"SystemCommunicationAdapter",
|
|
2258
|
-
"SystemCommunicationDataFlow",
|
|
2259
|
-
"SystemCommunicationDataPointMapping",
|
|
2260
|
-
"SystemCommunicationDiscordConfiguration",
|
|
2261
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
2262
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
2263
|
-
"SystemCommunicationEdaConfiguration",
|
|
2264
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2265
|
-
"SystemCommunicationFinApiConfiguration",
|
|
2266
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
2267
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
2268
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2269
|
-
"SystemCommunicationPipeline",
|
|
2270
|
-
"SystemCommunicationPipelineExecution",
|
|
2271
|
-
"SystemCommunicationPipelineStatistics",
|
|
2272
|
-
"SystemCommunicationPipelineTrigger",
|
|
2273
|
-
"SystemCommunicationPool",
|
|
2274
|
-
"SystemCommunicationSapConfiguration",
|
|
2275
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
2276
|
-
"SystemCommunicationSftpConfiguration",
|
|
2277
|
-
"SystemCommunicationTag",
|
|
2278
|
-
"SystemDownsamplingSdQuery",
|
|
2279
|
-
"SystemGroupingAggregationRtQuery",
|
|
2280
|
-
"SystemGroupingAggregationSdQuery",
|
|
2281
|
-
"SystemIdentityApiResource",
|
|
2282
|
-
"SystemIdentityApiScope",
|
|
2283
|
-
"SystemIdentityAzureEntraIdIdentityProvider",
|
|
2284
|
-
"SystemIdentityClient",
|
|
2285
|
-
"SystemIdentityEmailDomainGroupRule",
|
|
2286
|
-
"SystemIdentityExternalTenantUserMapping",
|
|
2287
|
-
"SystemIdentityFacebookIdentityProvider",
|
|
2288
|
-
"SystemIdentityGoogleIdentityProvider",
|
|
2289
|
-
"SystemIdentityGroup",
|
|
2290
|
-
"SystemIdentityIdentityResource",
|
|
2291
|
-
"SystemIdentityMailNotificationConfiguration",
|
|
2292
|
-
"SystemIdentityMicrosoftAdIdentityProvider",
|
|
2293
|
-
"SystemIdentityMicrosoftIdentityProvider",
|
|
2294
|
-
"SystemIdentityOctoTenantIdentityProvider",
|
|
2295
|
-
"SystemIdentityOpenLdapIdentityProvider",
|
|
2296
|
-
"SystemIdentityPermission",
|
|
2297
|
-
"SystemIdentityPermissionRole",
|
|
2298
|
-
"SystemIdentityPersistedGrant",
|
|
2299
|
-
"SystemIdentityRole",
|
|
2300
|
-
"SystemIdentityUser",
|
|
2301
|
-
"SystemMigrationHistory",
|
|
2302
|
-
"SystemNotificationCssTemplateConfiguration",
|
|
2303
|
-
"SystemNotificationEvent",
|
|
2304
|
-
"SystemNotificationNotificationTemplate",
|
|
2305
|
-
"SystemNotificationStatefulEvent",
|
|
2306
|
-
"SystemReportingConnectionInfo",
|
|
2307
|
-
"SystemReportingFileSystemItem",
|
|
2308
|
-
"SystemReportingFolder",
|
|
2309
|
-
"SystemReportingFolderRoot",
|
|
2310
|
-
"SystemSimpleRtQuery",
|
|
2311
|
-
"SystemSimpleSdQuery",
|
|
2312
|
-
"SystemTenant",
|
|
2313
|
-
"SystemTenantConfiguration",
|
|
2314
|
-
"SystemTenantModeConfiguration",
|
|
2315
|
-
"SystemUIDashboard",
|
|
2316
|
-
"SystemUIDashboardWidget",
|
|
2317
|
-
"SystemUIProcessDiagram",
|
|
2318
|
-
"SystemUISymbolDefinition",
|
|
2319
|
-
"SystemUISymbolLibrary"
|
|
2320
|
-
],
|
|
2321
|
-
"SystemEntity_MappedAsTargetUnion": [
|
|
2322
|
-
"BasicAsset",
|
|
2323
|
-
"BasicCity",
|
|
2324
|
-
"BasicCountry",
|
|
2325
|
-
"BasicDistrict",
|
|
2326
|
-
"BasicEmployee",
|
|
2327
|
-
"BasicState",
|
|
2328
|
-
"BasicTree",
|
|
2329
|
-
"BasicTreeNode",
|
|
2330
|
-
"EnergyCommunityBillingDocument",
|
|
2331
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
2332
|
-
"EnergyCommunityConsumer",
|
|
2333
|
-
"EnergyCommunityCustomer",
|
|
2334
|
-
"EnergyCommunityEdaMessage",
|
|
2335
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
2336
|
-
"EnergyCommunityEdaProcess",
|
|
2337
|
-
"EnergyCommunityEnergyPrice",
|
|
2338
|
-
"EnergyCommunityEnergyQuantity",
|
|
2339
|
-
"EnergyCommunityOperatingFacility",
|
|
2340
|
-
"EnergyCommunityParticipationPeriod",
|
|
2341
|
-
"EnergyCommunityProducer",
|
|
2342
|
-
"EnvironmentCarbonBudget",
|
|
2343
|
-
"EnvironmentCarbonEmission",
|
|
2344
|
-
"EnvironmentCertificateOfOrigin",
|
|
2345
|
-
"EnvironmentComplianceRecord",
|
|
2346
|
-
"EnvironmentEnvironmentalGoal",
|
|
2347
|
-
"EnvironmentWasteMeter",
|
|
2348
|
-
"IndustryBasicAlarm",
|
|
2349
|
-
"IndustryBasicEvent",
|
|
2350
|
-
"IndustryBasicMachine",
|
|
2351
|
-
"IndustryBasicRuntimeVariable",
|
|
2352
|
-
"IndustryEnergyDemandResponseEvent",
|
|
2353
|
-
"IndustryEnergyEnergyConsumer",
|
|
2354
|
-
"IndustryEnergyEnergyCost",
|
|
2355
|
-
"IndustryEnergyEnergyForecast",
|
|
2356
|
-
"IndustryEnergyEnergyMeter",
|
|
2357
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2358
|
-
"IndustryEnergyEnergyStorage",
|
|
2359
|
-
"IndustryEnergyInverter",
|
|
2360
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
2361
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2362
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
2363
|
-
"IndustryFluidHeatMeter",
|
|
2364
|
-
"IndustryFluidWaterMeter",
|
|
2365
|
-
"IndustryMaintenanceAccount",
|
|
2366
|
-
"IndustryMaintenanceCostCenter",
|
|
2367
|
-
"IndustryMaintenanceEmployee",
|
|
2368
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2369
|
-
"IndustryMaintenanceJournalEntry",
|
|
2370
|
-
"IndustryMaintenanceOrder",
|
|
2371
|
-
"IndustryMaintenanceOrderCosts",
|
|
2372
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2373
|
-
"IndustryMaintenanceWorkplace",
|
|
2374
|
-
"IndustryManufacturingPartialFeedback",
|
|
2375
|
-
"IndustryManufacturingProductionOrder",
|
|
2376
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2377
|
-
"IndustryManufacturingShift",
|
|
2378
|
-
"IndustryManufacturingShiftMachine",
|
|
2379
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2380
|
-
"IndustryManufacturingShiftTemplate",
|
|
2381
894
|
"OctoSdkDemoCustomer",
|
|
2382
895
|
"OctoSdkDemoMeteringPoint",
|
|
2383
896
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2386,27 +899,6 @@ const result = {
|
|
|
2386
899
|
"SystemAutoIncrement",
|
|
2387
900
|
"SystemBotAttributeAggregateConfiguration",
|
|
2388
901
|
"SystemBotFixup",
|
|
2389
|
-
"SystemCommunicationAdapter",
|
|
2390
|
-
"SystemCommunicationDataFlow",
|
|
2391
|
-
"SystemCommunicationDataPointMapping",
|
|
2392
|
-
"SystemCommunicationDiscordConfiguration",
|
|
2393
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
2394
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
2395
|
-
"SystemCommunicationEdaConfiguration",
|
|
2396
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2397
|
-
"SystemCommunicationFinApiConfiguration",
|
|
2398
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
2399
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
2400
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2401
|
-
"SystemCommunicationPipeline",
|
|
2402
|
-
"SystemCommunicationPipelineExecution",
|
|
2403
|
-
"SystemCommunicationPipelineStatistics",
|
|
2404
|
-
"SystemCommunicationPipelineTrigger",
|
|
2405
|
-
"SystemCommunicationPool",
|
|
2406
|
-
"SystemCommunicationSapConfiguration",
|
|
2407
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
2408
|
-
"SystemCommunicationSftpConfiguration",
|
|
2409
|
-
"SystemCommunicationTag",
|
|
2410
902
|
"SystemDownsamplingSdQuery",
|
|
2411
903
|
"SystemGroupingAggregationRtQuery",
|
|
2412
904
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -2444,6 +936,7 @@ const result = {
|
|
|
2444
936
|
"SystemTenant",
|
|
2445
937
|
"SystemTenantConfiguration",
|
|
2446
938
|
"SystemTenantModeConfiguration",
|
|
939
|
+
"SystemUIBranding",
|
|
2447
940
|
"SystemUIDashboard",
|
|
2448
941
|
"SystemUIDashboardWidget",
|
|
2449
942
|
"SystemUIProcessDiagram",
|
|
@@ -2459,57 +952,6 @@ const result = {
|
|
|
2459
952
|
"BasicState",
|
|
2460
953
|
"BasicTree",
|
|
2461
954
|
"BasicTreeNode",
|
|
2462
|
-
"EnergyCommunityBillingDocument",
|
|
2463
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
2464
|
-
"EnergyCommunityConsumer",
|
|
2465
|
-
"EnergyCommunityCustomer",
|
|
2466
|
-
"EnergyCommunityEdaMessage",
|
|
2467
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
2468
|
-
"EnergyCommunityEdaProcess",
|
|
2469
|
-
"EnergyCommunityEnergyPrice",
|
|
2470
|
-
"EnergyCommunityEnergyQuantity",
|
|
2471
|
-
"EnergyCommunityOperatingFacility",
|
|
2472
|
-
"EnergyCommunityParticipationPeriod",
|
|
2473
|
-
"EnergyCommunityProducer",
|
|
2474
|
-
"EnvironmentCarbonBudget",
|
|
2475
|
-
"EnvironmentCarbonEmission",
|
|
2476
|
-
"EnvironmentCertificateOfOrigin",
|
|
2477
|
-
"EnvironmentComplianceRecord",
|
|
2478
|
-
"EnvironmentEnvironmentalGoal",
|
|
2479
|
-
"EnvironmentWasteMeter",
|
|
2480
|
-
"IndustryBasicAlarm",
|
|
2481
|
-
"IndustryBasicEvent",
|
|
2482
|
-
"IndustryBasicMachine",
|
|
2483
|
-
"IndustryBasicRuntimeVariable",
|
|
2484
|
-
"IndustryEnergyDemandResponseEvent",
|
|
2485
|
-
"IndustryEnergyEnergyConsumer",
|
|
2486
|
-
"IndustryEnergyEnergyCost",
|
|
2487
|
-
"IndustryEnergyEnergyForecast",
|
|
2488
|
-
"IndustryEnergyEnergyMeter",
|
|
2489
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2490
|
-
"IndustryEnergyEnergyStorage",
|
|
2491
|
-
"IndustryEnergyInverter",
|
|
2492
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
2493
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2494
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
2495
|
-
"IndustryFluidHeatMeter",
|
|
2496
|
-
"IndustryFluidWaterMeter",
|
|
2497
|
-
"IndustryMaintenanceAccount",
|
|
2498
|
-
"IndustryMaintenanceCostCenter",
|
|
2499
|
-
"IndustryMaintenanceEmployee",
|
|
2500
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2501
|
-
"IndustryMaintenanceJournalEntry",
|
|
2502
|
-
"IndustryMaintenanceOrder",
|
|
2503
|
-
"IndustryMaintenanceOrderCosts",
|
|
2504
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2505
|
-
"IndustryMaintenanceWorkplace",
|
|
2506
|
-
"IndustryManufacturingPartialFeedback",
|
|
2507
|
-
"IndustryManufacturingProductionOrder",
|
|
2508
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2509
|
-
"IndustryManufacturingShift",
|
|
2510
|
-
"IndustryManufacturingShiftMachine",
|
|
2511
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2512
|
-
"IndustryManufacturingShiftTemplate",
|
|
2513
955
|
"OctoSdkDemoCustomer",
|
|
2514
956
|
"OctoSdkDemoMeteringPoint",
|
|
2515
957
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2518,27 +960,6 @@ const result = {
|
|
|
2518
960
|
"SystemAutoIncrement",
|
|
2519
961
|
"SystemBotAttributeAggregateConfiguration",
|
|
2520
962
|
"SystemBotFixup",
|
|
2521
|
-
"SystemCommunicationAdapter",
|
|
2522
|
-
"SystemCommunicationDataFlow",
|
|
2523
|
-
"SystemCommunicationDataPointMapping",
|
|
2524
|
-
"SystemCommunicationDiscordConfiguration",
|
|
2525
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
2526
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
2527
|
-
"SystemCommunicationEdaConfiguration",
|
|
2528
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2529
|
-
"SystemCommunicationFinApiConfiguration",
|
|
2530
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
2531
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
2532
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2533
|
-
"SystemCommunicationPipeline",
|
|
2534
|
-
"SystemCommunicationPipelineExecution",
|
|
2535
|
-
"SystemCommunicationPipelineStatistics",
|
|
2536
|
-
"SystemCommunicationPipelineTrigger",
|
|
2537
|
-
"SystemCommunicationPool",
|
|
2538
|
-
"SystemCommunicationSapConfiguration",
|
|
2539
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
2540
|
-
"SystemCommunicationSftpConfiguration",
|
|
2541
|
-
"SystemCommunicationTag",
|
|
2542
963
|
"SystemDownsamplingSdQuery",
|
|
2543
964
|
"SystemGroupingAggregationRtQuery",
|
|
2544
965
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -2576,6 +997,7 @@ const result = {
|
|
|
2576
997
|
"SystemTenant",
|
|
2577
998
|
"SystemTenantConfiguration",
|
|
2578
999
|
"SystemTenantModeConfiguration",
|
|
1000
|
+
"SystemUIBranding",
|
|
2579
1001
|
"SystemUIDashboard",
|
|
2580
1002
|
"SystemUIDashboardWidget",
|
|
2581
1003
|
"SystemUIProcessDiagram",
|
|
@@ -2591,57 +1013,6 @@ const result = {
|
|
|
2591
1013
|
"BasicState",
|
|
2592
1014
|
"BasicTree",
|
|
2593
1015
|
"BasicTreeNode",
|
|
2594
|
-
"EnergyCommunityBillingDocument",
|
|
2595
|
-
"EnergyCommunityBillingDocumentLineItem",
|
|
2596
|
-
"EnergyCommunityConsumer",
|
|
2597
|
-
"EnergyCommunityCustomer",
|
|
2598
|
-
"EnergyCommunityEdaMessage",
|
|
2599
|
-
"EnergyCommunityEdaMeteringPoint",
|
|
2600
|
-
"EnergyCommunityEdaProcess",
|
|
2601
|
-
"EnergyCommunityEnergyPrice",
|
|
2602
|
-
"EnergyCommunityEnergyQuantity",
|
|
2603
|
-
"EnergyCommunityOperatingFacility",
|
|
2604
|
-
"EnergyCommunityParticipationPeriod",
|
|
2605
|
-
"EnergyCommunityProducer",
|
|
2606
|
-
"EnvironmentCarbonBudget",
|
|
2607
|
-
"EnvironmentCarbonEmission",
|
|
2608
|
-
"EnvironmentCertificateOfOrigin",
|
|
2609
|
-
"EnvironmentComplianceRecord",
|
|
2610
|
-
"EnvironmentEnvironmentalGoal",
|
|
2611
|
-
"EnvironmentWasteMeter",
|
|
2612
|
-
"IndustryBasicAlarm",
|
|
2613
|
-
"IndustryBasicEvent",
|
|
2614
|
-
"IndustryBasicMachine",
|
|
2615
|
-
"IndustryBasicRuntimeVariable",
|
|
2616
|
-
"IndustryEnergyDemandResponseEvent",
|
|
2617
|
-
"IndustryEnergyEnergyConsumer",
|
|
2618
|
-
"IndustryEnergyEnergyCost",
|
|
2619
|
-
"IndustryEnergyEnergyForecast",
|
|
2620
|
-
"IndustryEnergyEnergyMeter",
|
|
2621
|
-
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2622
|
-
"IndustryEnergyEnergyStorage",
|
|
2623
|
-
"IndustryEnergyInverter",
|
|
2624
|
-
"IndustryEnergyPhotovoltaicSystem",
|
|
2625
|
-
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2626
|
-
"IndustryEnergyPhotovoltaicSystemString",
|
|
2627
|
-
"IndustryFluidHeatMeter",
|
|
2628
|
-
"IndustryFluidWaterMeter",
|
|
2629
|
-
"IndustryMaintenanceAccount",
|
|
2630
|
-
"IndustryMaintenanceCostCenter",
|
|
2631
|
-
"IndustryMaintenanceEmployee",
|
|
2632
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2633
|
-
"IndustryMaintenanceJournalEntry",
|
|
2634
|
-
"IndustryMaintenanceOrder",
|
|
2635
|
-
"IndustryMaintenanceOrderCosts",
|
|
2636
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2637
|
-
"IndustryMaintenanceWorkplace",
|
|
2638
|
-
"IndustryManufacturingPartialFeedback",
|
|
2639
|
-
"IndustryManufacturingProductionOrder",
|
|
2640
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2641
|
-
"IndustryManufacturingShift",
|
|
2642
|
-
"IndustryManufacturingShiftMachine",
|
|
2643
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2644
|
-
"IndustryManufacturingShiftTemplate",
|
|
2645
1016
|
"OctoSdkDemoCustomer",
|
|
2646
1017
|
"OctoSdkDemoMeteringPoint",
|
|
2647
1018
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2650,27 +1021,6 @@ const result = {
|
|
|
2650
1021
|
"SystemAutoIncrement",
|
|
2651
1022
|
"SystemBotAttributeAggregateConfiguration",
|
|
2652
1023
|
"SystemBotFixup",
|
|
2653
|
-
"SystemCommunicationAdapter",
|
|
2654
|
-
"SystemCommunicationDataFlow",
|
|
2655
|
-
"SystemCommunicationDataPointMapping",
|
|
2656
|
-
"SystemCommunicationDiscordConfiguration",
|
|
2657
|
-
"SystemCommunicationEMailReceiverConfiguration",
|
|
2658
|
-
"SystemCommunicationEMailSenderConfiguration",
|
|
2659
|
-
"SystemCommunicationEdaConfiguration",
|
|
2660
|
-
"SystemCommunicationEnergyCommunityConfiguration",
|
|
2661
|
-
"SystemCommunicationFinApiConfiguration",
|
|
2662
|
-
"SystemCommunicationGrafanaConfiguration",
|
|
2663
|
-
"SystemCommunicationLoxoneConfiguration",
|
|
2664
|
-
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
2665
|
-
"SystemCommunicationPipeline",
|
|
2666
|
-
"SystemCommunicationPipelineExecution",
|
|
2667
|
-
"SystemCommunicationPipelineStatistics",
|
|
2668
|
-
"SystemCommunicationPipelineTrigger",
|
|
2669
|
-
"SystemCommunicationPool",
|
|
2670
|
-
"SystemCommunicationSapConfiguration",
|
|
2671
|
-
"SystemCommunicationServiceAccountConfiguration",
|
|
2672
|
-
"SystemCommunicationSftpConfiguration",
|
|
2673
|
-
"SystemCommunicationTag",
|
|
2674
1024
|
"SystemDownsamplingSdQuery",
|
|
2675
1025
|
"SystemGroupingAggregationRtQuery",
|
|
2676
1026
|
"SystemGroupingAggregationSdQuery",
|
|
@@ -2708,6 +1058,7 @@ const result = {
|
|
|
2708
1058
|
"SystemTenant",
|
|
2709
1059
|
"SystemTenantConfiguration",
|
|
2710
1060
|
"SystemTenantModeConfiguration",
|
|
1061
|
+
"SystemUIBranding",
|
|
2711
1062
|
"SystemUIDashboard",
|
|
2712
1063
|
"SystemUIDashboardWidget",
|
|
2713
1064
|
"SystemUIProcessDiagram",
|
|
@@ -2795,6 +1146,7 @@ const result = {
|
|
|
2795
1146
|
"SystemUISymbolLibrary"
|
|
2796
1147
|
],
|
|
2797
1148
|
"SystemUIUIElementInterface": [
|
|
1149
|
+
"SystemUIBranding",
|
|
2798
1150
|
"SystemUIDashboard",
|
|
2799
1151
|
"SystemUIDashboardWidget",
|
|
2800
1152
|
"SystemUIProcessDiagram",
|
|
@@ -5276,5 +3628,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
5276
3628
|
* Generated bundle index. Do not edit.
|
|
5277
3629
|
*/
|
|
5278
3630
|
|
|
5279
|
-
export { AggregationInputTypesDto,
|
|
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 };
|
|
5280
3632
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|