@meshmakers/octo-services 3.3.920 → 3.3.940
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.
|
@@ -385,150 +385,6 @@ var DeleteStrategiesDto;
|
|
|
385
385
|
DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
|
|
386
386
|
DeleteStrategiesDto["EraseDto"] = "ERASE";
|
|
387
387
|
})(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
388
|
/** Defines the operator of field compare */
|
|
533
389
|
var FieldFilterOperatorsDto;
|
|
534
390
|
(function (FieldFilterOperatorsDto) {
|
|
@@ -771,35 +627,6 @@ var IndustryMaintenanceServiceTypeDto;
|
|
|
771
627
|
(function (IndustryMaintenanceServiceTypeDto) {
|
|
772
628
|
IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
773
629
|
})(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
630
|
/** Enum of the availability states of models. */
|
|
804
631
|
var ModelStateDto;
|
|
805
632
|
(function (ModelStateDto) {
|
|
@@ -1081,7 +908,6 @@ const result = {
|
|
|
1081
908
|
"possibleTypes": {
|
|
1082
909
|
"BasicAsset_EventSourceUnion": [
|
|
1083
910
|
"BasicAsset",
|
|
1084
|
-
"EnvironmentWasteMeter",
|
|
1085
911
|
"IndustryBasicMachine",
|
|
1086
912
|
"IndustryEnergyEnergyConsumer",
|
|
1087
913
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1106,24 +932,6 @@ const result = {
|
|
|
1106
932
|
"BasicState",
|
|
1107
933
|
"BasicTree",
|
|
1108
934
|
"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
935
|
"IndustryBasicAlarm",
|
|
1128
936
|
"IndustryBasicEvent",
|
|
1129
937
|
"IndustryBasicMachine",
|
|
@@ -1150,13 +958,6 @@ const result = {
|
|
|
1150
958
|
"IndustryMaintenanceOrderCosts",
|
|
1151
959
|
"IndustryMaintenanceOrderFeedback",
|
|
1152
960
|
"IndustryMaintenanceWorkplace",
|
|
1153
|
-
"IndustryManufacturingPartialFeedback",
|
|
1154
|
-
"IndustryManufacturingProductionOrder",
|
|
1155
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1156
|
-
"IndustryManufacturingShift",
|
|
1157
|
-
"IndustryManufacturingShiftMachine",
|
|
1158
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1159
|
-
"IndustryManufacturingShiftTemplate",
|
|
1160
961
|
"OctoSdkDemoCustomer",
|
|
1161
962
|
"OctoSdkDemoMeteringPoint",
|
|
1162
963
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1166,6 +967,7 @@ const result = {
|
|
|
1166
967
|
"SystemBotAttributeAggregateConfiguration",
|
|
1167
968
|
"SystemBotFixup",
|
|
1168
969
|
"SystemCommunicationAdapter",
|
|
970
|
+
"SystemCommunicationAiConfiguration",
|
|
1169
971
|
"SystemCommunicationDataFlow",
|
|
1170
972
|
"SystemCommunicationDataPointMapping",
|
|
1171
973
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -1223,37 +1025,21 @@ const result = {
|
|
|
1223
1025
|
"SystemTenant",
|
|
1224
1026
|
"SystemTenantConfiguration",
|
|
1225
1027
|
"SystemTenantModeConfiguration",
|
|
1028
|
+
"SystemUIBranding",
|
|
1226
1029
|
"SystemUIDashboard",
|
|
1227
1030
|
"SystemUIDashboardWidget",
|
|
1228
1031
|
"SystemUIProcessDiagram",
|
|
1229
1032
|
"SystemUISymbolDefinition",
|
|
1230
1033
|
"SystemUISymbolLibrary"
|
|
1231
1034
|
],
|
|
1232
|
-
"BasicDocumentInterface": [
|
|
1233
|
-
"EnergyCommunityBillingDocument"
|
|
1234
|
-
],
|
|
1235
|
-
"BasicEmployee_EmployeeUnion": [
|
|
1236
|
-
"BasicEmployee"
|
|
1237
|
-
],
|
|
1238
|
-
"BasicEmployee_EmployeesUnion": [
|
|
1239
|
-
"BasicEmployee"
|
|
1240
|
-
],
|
|
1035
|
+
"BasicDocumentInterface": [],
|
|
1241
1036
|
"BasicNamedEntityInterface": [
|
|
1242
1037
|
"BasicTree",
|
|
1243
|
-
"EnergyCommunityConsumer",
|
|
1244
|
-
"EnergyCommunityEdaProcess",
|
|
1245
|
-
"EnergyCommunityMeteringPoint",
|
|
1246
|
-
"EnergyCommunityProducer",
|
|
1247
|
-
"EnvironmentCarbonBudget",
|
|
1248
|
-
"EnvironmentCertificateOfOrigin",
|
|
1249
|
-
"EnvironmentComplianceRecord",
|
|
1250
|
-
"EnvironmentEnvironmentalGoal",
|
|
1251
1038
|
"IndustryBasicAlarm",
|
|
1252
1039
|
"IndustryBasicEvent",
|
|
1253
1040
|
"IndustryBasicRuntimeVariable",
|
|
1254
1041
|
"IndustryEnergyDemandResponseEvent",
|
|
1255
|
-
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1256
|
-
"IndustryManufacturingShiftTemplate"
|
|
1042
|
+
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1257
1043
|
],
|
|
1258
1044
|
"BasicTreeNode_ChildrenUnion": [
|
|
1259
1045
|
"BasicAsset",
|
|
@@ -1262,13 +1048,6 @@ const result = {
|
|
|
1262
1048
|
"BasicDistrict",
|
|
1263
1049
|
"BasicState",
|
|
1264
1050
|
"BasicTreeNode",
|
|
1265
|
-
"EnergyCommunityOperatingFacility",
|
|
1266
|
-
"EnvironmentCarbonBudget",
|
|
1267
|
-
"EnvironmentCarbonEmission",
|
|
1268
|
-
"EnvironmentCertificateOfOrigin",
|
|
1269
|
-
"EnvironmentComplianceRecord",
|
|
1270
|
-
"EnvironmentEnvironmentalGoal",
|
|
1271
|
-
"EnvironmentWasteMeter",
|
|
1272
1051
|
"IndustryBasicMachine",
|
|
1273
1052
|
"IndustryEnergyDemandResponseEvent",
|
|
1274
1053
|
"IndustryEnergyEnergyConsumer",
|
|
@@ -1296,8 +1075,6 @@ const result = {
|
|
|
1296
1075
|
"BasicDistrict",
|
|
1297
1076
|
"BasicState",
|
|
1298
1077
|
"BasicTreeNode",
|
|
1299
|
-
"EnergyCommunityOperatingFacility",
|
|
1300
|
-
"EnvironmentWasteMeter",
|
|
1301
1078
|
"IndustryBasicMachine",
|
|
1302
1079
|
"IndustryEnergyEnergyConsumer",
|
|
1303
1080
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1321,8 +1098,6 @@ const result = {
|
|
|
1321
1098
|
"BasicDistrict",
|
|
1322
1099
|
"BasicState",
|
|
1323
1100
|
"BasicTreeNode",
|
|
1324
|
-
"EnergyCommunityOperatingFacility",
|
|
1325
|
-
"EnvironmentWasteMeter",
|
|
1326
1101
|
"IndustryBasicMachine",
|
|
1327
1102
|
"IndustryEnergyEnergyConsumer",
|
|
1328
1103
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1348,24 +1123,6 @@ const result = {
|
|
|
1348
1123
|
"BasicState",
|
|
1349
1124
|
"BasicTree",
|
|
1350
1125
|
"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
1126
|
"IndustryBasicAlarm",
|
|
1370
1127
|
"IndustryBasicEvent",
|
|
1371
1128
|
"IndustryBasicMachine",
|
|
@@ -1392,13 +1149,6 @@ const result = {
|
|
|
1392
1149
|
"IndustryMaintenanceOrderCosts",
|
|
1393
1150
|
"IndustryMaintenanceOrderFeedback",
|
|
1394
1151
|
"IndustryMaintenanceWorkplace",
|
|
1395
|
-
"IndustryManufacturingPartialFeedback",
|
|
1396
|
-
"IndustryManufacturingProductionOrder",
|
|
1397
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1398
|
-
"IndustryManufacturingShift",
|
|
1399
|
-
"IndustryManufacturingShiftMachine",
|
|
1400
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1401
|
-
"IndustryManufacturingShiftTemplate",
|
|
1402
1152
|
"OctoSdkDemoCustomer",
|
|
1403
1153
|
"OctoSdkDemoMeteringPoint",
|
|
1404
1154
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1408,6 +1158,7 @@ const result = {
|
|
|
1408
1158
|
"SystemBotAttributeAggregateConfiguration",
|
|
1409
1159
|
"SystemBotFixup",
|
|
1410
1160
|
"SystemCommunicationAdapter",
|
|
1161
|
+
"SystemCommunicationAiConfiguration",
|
|
1411
1162
|
"SystemCommunicationDataFlow",
|
|
1412
1163
|
"SystemCommunicationDataPointMapping",
|
|
1413
1164
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -1465,6 +1216,7 @@ const result = {
|
|
|
1465
1216
|
"SystemTenant",
|
|
1466
1217
|
"SystemTenantConfiguration",
|
|
1467
1218
|
"SystemTenantModeConfiguration",
|
|
1219
|
+
"SystemUIBranding",
|
|
1468
1220
|
"SystemUIDashboard",
|
|
1469
1221
|
"SystemUIDashboardWidget",
|
|
1470
1222
|
"SystemUIProcessDiagram",
|
|
@@ -1479,8 +1231,6 @@ const result = {
|
|
|
1479
1231
|
"BasicState",
|
|
1480
1232
|
"BasicTree",
|
|
1481
1233
|
"BasicTreeNode",
|
|
1482
|
-
"EnergyCommunityOperatingFacility",
|
|
1483
|
-
"EnvironmentWasteMeter",
|
|
1484
1234
|
"IndustryBasicMachine",
|
|
1485
1235
|
"IndustryEnergyEnergyConsumer",
|
|
1486
1236
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1497,96 +1247,6 @@ const result = {
|
|
|
1497
1247
|
"OctoSdkDemoMeteringPoint",
|
|
1498
1248
|
"OctoSdkDemoOperatingFacility"
|
|
1499
1249
|
],
|
|
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
1250
|
"IndustryBasicEvent_EventUnion": [
|
|
1591
1251
|
"IndustryBasicAlarm",
|
|
1592
1252
|
"IndustryBasicEvent"
|
|
@@ -1645,43 +1305,6 @@ const result = {
|
|
|
1645
1305
|
"IndustryMaintenanceOrder_ParentUnion": [
|
|
1646
1306
|
"IndustryMaintenanceOrder"
|
|
1647
1307
|
],
|
|
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
1308
|
"OctoSdkDemoCustomer_OwnedByUnion": [
|
|
1686
1309
|
"OctoSdkDemoCustomer"
|
|
1687
1310
|
],
|
|
@@ -1764,6 +1387,7 @@ const result = {
|
|
|
1764
1387
|
"SystemCommunicationTag"
|
|
1765
1388
|
],
|
|
1766
1389
|
"SystemConfigurationInterface": [
|
|
1390
|
+
"SystemCommunicationAiConfiguration",
|
|
1767
1391
|
"SystemCommunicationDiscordConfiguration",
|
|
1768
1392
|
"SystemCommunicationEMailReceiverConfiguration",
|
|
1769
1393
|
"SystemCommunicationEMailSenderConfiguration",
|
|
@@ -1783,6 +1407,7 @@ const result = {
|
|
|
1783
1407
|
"SystemTenantModeConfiguration"
|
|
1784
1408
|
],
|
|
1785
1409
|
"SystemConfiguration_IsUsingUnion": [
|
|
1410
|
+
"SystemCommunicationAiConfiguration",
|
|
1786
1411
|
"SystemCommunicationDiscordConfiguration",
|
|
1787
1412
|
"SystemCommunicationEMailReceiverConfiguration",
|
|
1788
1413
|
"SystemCommunicationEMailSenderConfiguration",
|
|
@@ -1806,23 +1431,6 @@ const result = {
|
|
|
1806
1431
|
"BasicEmployee",
|
|
1807
1432
|
"BasicNamedEntity",
|
|
1808
1433
|
"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
1434
|
"IndustryBasicAlarm",
|
|
1827
1435
|
"IndustryBasicEvent",
|
|
1828
1436
|
"IndustryBasicRuntimeVariable",
|
|
@@ -1836,13 +1444,6 @@ const result = {
|
|
|
1836
1444
|
"IndustryMaintenanceOrder",
|
|
1837
1445
|
"IndustryMaintenanceOrderCosts",
|
|
1838
1446
|
"IndustryMaintenanceOrderFeedback",
|
|
1839
|
-
"IndustryManufacturingPartialFeedback",
|
|
1840
|
-
"IndustryManufacturingProductionOrder",
|
|
1841
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1842
|
-
"IndustryManufacturingShift",
|
|
1843
|
-
"IndustryManufacturingShiftMachine",
|
|
1844
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1845
|
-
"IndustryManufacturingShiftTemplate",
|
|
1846
1447
|
"OctoSdkDemoCustomer",
|
|
1847
1448
|
"SystemAggregationRtQuery",
|
|
1848
1449
|
"SystemAggregationSdQuery",
|
|
@@ -1850,6 +1451,7 @@ const result = {
|
|
|
1850
1451
|
"SystemBotAttributeAggregateConfiguration",
|
|
1851
1452
|
"SystemBotFixup",
|
|
1852
1453
|
"SystemCommunicationAdapter",
|
|
1454
|
+
"SystemCommunicationAiConfiguration",
|
|
1853
1455
|
"SystemCommunicationDataFlow",
|
|
1854
1456
|
"SystemCommunicationDataPointMapping",
|
|
1855
1457
|
"SystemCommunicationDeployableEntity",
|
|
@@ -1915,6 +1517,7 @@ const result = {
|
|
|
1915
1517
|
"SystemTenant",
|
|
1916
1518
|
"SystemTenantConfiguration",
|
|
1917
1519
|
"SystemTenantModeConfiguration",
|
|
1520
|
+
"SystemUIBranding",
|
|
1918
1521
|
"SystemUIDashboard",
|
|
1919
1522
|
"SystemUIDashboardWidget",
|
|
1920
1523
|
"SystemUIProcessDiagram",
|
|
@@ -1931,24 +1534,6 @@ const result = {
|
|
|
1931
1534
|
"BasicState",
|
|
1932
1535
|
"BasicTree",
|
|
1933
1536
|
"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
1537
|
"IndustryBasicAlarm",
|
|
1953
1538
|
"IndustryBasicEvent",
|
|
1954
1539
|
"IndustryBasicMachine",
|
|
@@ -1975,13 +1560,6 @@ const result = {
|
|
|
1975
1560
|
"IndustryMaintenanceOrderCosts",
|
|
1976
1561
|
"IndustryMaintenanceOrderFeedback",
|
|
1977
1562
|
"IndustryMaintenanceWorkplace",
|
|
1978
|
-
"IndustryManufacturingPartialFeedback",
|
|
1979
|
-
"IndustryManufacturingProductionOrder",
|
|
1980
|
-
"IndustryManufacturingProductionOrderItem",
|
|
1981
|
-
"IndustryManufacturingShift",
|
|
1982
|
-
"IndustryManufacturingShiftMachine",
|
|
1983
|
-
"IndustryManufacturingShiftOrderItem",
|
|
1984
|
-
"IndustryManufacturingShiftTemplate",
|
|
1985
1563
|
"OctoSdkDemoCustomer",
|
|
1986
1564
|
"OctoSdkDemoMeteringPoint",
|
|
1987
1565
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1991,6 +1569,7 @@ const result = {
|
|
|
1991
1569
|
"SystemBotAttributeAggregateConfiguration",
|
|
1992
1570
|
"SystemBotFixup",
|
|
1993
1571
|
"SystemCommunicationAdapter",
|
|
1572
|
+
"SystemCommunicationAiConfiguration",
|
|
1994
1573
|
"SystemCommunicationDataFlow",
|
|
1995
1574
|
"SystemCommunicationDataPointMapping",
|
|
1996
1575
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -2048,6 +1627,7 @@ const result = {
|
|
|
2048
1627
|
"SystemTenant",
|
|
2049
1628
|
"SystemTenantConfiguration",
|
|
2050
1629
|
"SystemTenantModeConfiguration",
|
|
1630
|
+
"SystemUIBranding",
|
|
2051
1631
|
"SystemUIDashboard",
|
|
2052
1632
|
"SystemUIDashboardWidget",
|
|
2053
1633
|
"SystemUIProcessDiagram",
|
|
@@ -2063,24 +1643,6 @@ const result = {
|
|
|
2063
1643
|
"BasicState",
|
|
2064
1644
|
"BasicTree",
|
|
2065
1645
|
"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
1646
|
"IndustryBasicAlarm",
|
|
2085
1647
|
"IndustryBasicEvent",
|
|
2086
1648
|
"IndustryBasicMachine",
|
|
@@ -2107,13 +1669,6 @@ const result = {
|
|
|
2107
1669
|
"IndustryMaintenanceOrderCosts",
|
|
2108
1670
|
"IndustryMaintenanceOrderFeedback",
|
|
2109
1671
|
"IndustryMaintenanceWorkplace",
|
|
2110
|
-
"IndustryManufacturingPartialFeedback",
|
|
2111
|
-
"IndustryManufacturingProductionOrder",
|
|
2112
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2113
|
-
"IndustryManufacturingShift",
|
|
2114
|
-
"IndustryManufacturingShiftMachine",
|
|
2115
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2116
|
-
"IndustryManufacturingShiftTemplate",
|
|
2117
1672
|
"OctoSdkDemoCustomer",
|
|
2118
1673
|
"OctoSdkDemoMeteringPoint",
|
|
2119
1674
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2123,6 +1678,7 @@ const result = {
|
|
|
2123
1678
|
"SystemBotAttributeAggregateConfiguration",
|
|
2124
1679
|
"SystemBotFixup",
|
|
2125
1680
|
"SystemCommunicationAdapter",
|
|
1681
|
+
"SystemCommunicationAiConfiguration",
|
|
2126
1682
|
"SystemCommunicationDataFlow",
|
|
2127
1683
|
"SystemCommunicationDataPointMapping",
|
|
2128
1684
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -2180,6 +1736,7 @@ const result = {
|
|
|
2180
1736
|
"SystemTenant",
|
|
2181
1737
|
"SystemTenantConfiguration",
|
|
2182
1738
|
"SystemTenantModeConfiguration",
|
|
1739
|
+
"SystemUIBranding",
|
|
2183
1740
|
"SystemUIDashboard",
|
|
2184
1741
|
"SystemUIDashboardWidget",
|
|
2185
1742
|
"SystemUIProcessDiagram",
|
|
@@ -2195,24 +1752,6 @@ const result = {
|
|
|
2195
1752
|
"BasicState",
|
|
2196
1753
|
"BasicTree",
|
|
2197
1754
|
"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
1755
|
"IndustryBasicAlarm",
|
|
2217
1756
|
"IndustryBasicEvent",
|
|
2218
1757
|
"IndustryBasicMachine",
|
|
@@ -2239,13 +1778,6 @@ const result = {
|
|
|
2239
1778
|
"IndustryMaintenanceOrderCosts",
|
|
2240
1779
|
"IndustryMaintenanceOrderFeedback",
|
|
2241
1780
|
"IndustryMaintenanceWorkplace",
|
|
2242
|
-
"IndustryManufacturingPartialFeedback",
|
|
2243
|
-
"IndustryManufacturingProductionOrder",
|
|
2244
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2245
|
-
"IndustryManufacturingShift",
|
|
2246
|
-
"IndustryManufacturingShiftMachine",
|
|
2247
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2248
|
-
"IndustryManufacturingShiftTemplate",
|
|
2249
1781
|
"OctoSdkDemoCustomer",
|
|
2250
1782
|
"OctoSdkDemoMeteringPoint",
|
|
2251
1783
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2255,6 +1787,7 @@ const result = {
|
|
|
2255
1787
|
"SystemBotAttributeAggregateConfiguration",
|
|
2256
1788
|
"SystemBotFixup",
|
|
2257
1789
|
"SystemCommunicationAdapter",
|
|
1790
|
+
"SystemCommunicationAiConfiguration",
|
|
2258
1791
|
"SystemCommunicationDataFlow",
|
|
2259
1792
|
"SystemCommunicationDataPointMapping",
|
|
2260
1793
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -2312,6 +1845,7 @@ const result = {
|
|
|
2312
1845
|
"SystemTenant",
|
|
2313
1846
|
"SystemTenantConfiguration",
|
|
2314
1847
|
"SystemTenantModeConfiguration",
|
|
1848
|
+
"SystemUIBranding",
|
|
2315
1849
|
"SystemUIDashboard",
|
|
2316
1850
|
"SystemUIDashboardWidget",
|
|
2317
1851
|
"SystemUIProcessDiagram",
|
|
@@ -2327,24 +1861,6 @@ const result = {
|
|
|
2327
1861
|
"BasicState",
|
|
2328
1862
|
"BasicTree",
|
|
2329
1863
|
"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
1864
|
"IndustryBasicAlarm",
|
|
2349
1865
|
"IndustryBasicEvent",
|
|
2350
1866
|
"IndustryBasicMachine",
|
|
@@ -2371,13 +1887,6 @@ const result = {
|
|
|
2371
1887
|
"IndustryMaintenanceOrderCosts",
|
|
2372
1888
|
"IndustryMaintenanceOrderFeedback",
|
|
2373
1889
|
"IndustryMaintenanceWorkplace",
|
|
2374
|
-
"IndustryManufacturingPartialFeedback",
|
|
2375
|
-
"IndustryManufacturingProductionOrder",
|
|
2376
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2377
|
-
"IndustryManufacturingShift",
|
|
2378
|
-
"IndustryManufacturingShiftMachine",
|
|
2379
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2380
|
-
"IndustryManufacturingShiftTemplate",
|
|
2381
1890
|
"OctoSdkDemoCustomer",
|
|
2382
1891
|
"OctoSdkDemoMeteringPoint",
|
|
2383
1892
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2387,6 +1896,7 @@ const result = {
|
|
|
2387
1896
|
"SystemBotAttributeAggregateConfiguration",
|
|
2388
1897
|
"SystemBotFixup",
|
|
2389
1898
|
"SystemCommunicationAdapter",
|
|
1899
|
+
"SystemCommunicationAiConfiguration",
|
|
2390
1900
|
"SystemCommunicationDataFlow",
|
|
2391
1901
|
"SystemCommunicationDataPointMapping",
|
|
2392
1902
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -2444,6 +1954,7 @@ const result = {
|
|
|
2444
1954
|
"SystemTenant",
|
|
2445
1955
|
"SystemTenantConfiguration",
|
|
2446
1956
|
"SystemTenantModeConfiguration",
|
|
1957
|
+
"SystemUIBranding",
|
|
2447
1958
|
"SystemUIDashboard",
|
|
2448
1959
|
"SystemUIDashboardWidget",
|
|
2449
1960
|
"SystemUIProcessDiagram",
|
|
@@ -2459,24 +1970,6 @@ const result = {
|
|
|
2459
1970
|
"BasicState",
|
|
2460
1971
|
"BasicTree",
|
|
2461
1972
|
"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
1973
|
"IndustryBasicAlarm",
|
|
2481
1974
|
"IndustryBasicEvent",
|
|
2482
1975
|
"IndustryBasicMachine",
|
|
@@ -2503,13 +1996,6 @@ const result = {
|
|
|
2503
1996
|
"IndustryMaintenanceOrderCosts",
|
|
2504
1997
|
"IndustryMaintenanceOrderFeedback",
|
|
2505
1998
|
"IndustryMaintenanceWorkplace",
|
|
2506
|
-
"IndustryManufacturingPartialFeedback",
|
|
2507
|
-
"IndustryManufacturingProductionOrder",
|
|
2508
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2509
|
-
"IndustryManufacturingShift",
|
|
2510
|
-
"IndustryManufacturingShiftMachine",
|
|
2511
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2512
|
-
"IndustryManufacturingShiftTemplate",
|
|
2513
1999
|
"OctoSdkDemoCustomer",
|
|
2514
2000
|
"OctoSdkDemoMeteringPoint",
|
|
2515
2001
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2519,6 +2005,7 @@ const result = {
|
|
|
2519
2005
|
"SystemBotAttributeAggregateConfiguration",
|
|
2520
2006
|
"SystemBotFixup",
|
|
2521
2007
|
"SystemCommunicationAdapter",
|
|
2008
|
+
"SystemCommunicationAiConfiguration",
|
|
2522
2009
|
"SystemCommunicationDataFlow",
|
|
2523
2010
|
"SystemCommunicationDataPointMapping",
|
|
2524
2011
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -2576,6 +2063,7 @@ const result = {
|
|
|
2576
2063
|
"SystemTenant",
|
|
2577
2064
|
"SystemTenantConfiguration",
|
|
2578
2065
|
"SystemTenantModeConfiguration",
|
|
2066
|
+
"SystemUIBranding",
|
|
2579
2067
|
"SystemUIDashboard",
|
|
2580
2068
|
"SystemUIDashboardWidget",
|
|
2581
2069
|
"SystemUIProcessDiagram",
|
|
@@ -2591,24 +2079,6 @@ const result = {
|
|
|
2591
2079
|
"BasicState",
|
|
2592
2080
|
"BasicTree",
|
|
2593
2081
|
"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
2082
|
"IndustryBasicAlarm",
|
|
2613
2083
|
"IndustryBasicEvent",
|
|
2614
2084
|
"IndustryBasicMachine",
|
|
@@ -2635,13 +2105,6 @@ const result = {
|
|
|
2635
2105
|
"IndustryMaintenanceOrderCosts",
|
|
2636
2106
|
"IndustryMaintenanceOrderFeedback",
|
|
2637
2107
|
"IndustryMaintenanceWorkplace",
|
|
2638
|
-
"IndustryManufacturingPartialFeedback",
|
|
2639
|
-
"IndustryManufacturingProductionOrder",
|
|
2640
|
-
"IndustryManufacturingProductionOrderItem",
|
|
2641
|
-
"IndustryManufacturingShift",
|
|
2642
|
-
"IndustryManufacturingShiftMachine",
|
|
2643
|
-
"IndustryManufacturingShiftOrderItem",
|
|
2644
|
-
"IndustryManufacturingShiftTemplate",
|
|
2645
2108
|
"OctoSdkDemoCustomer",
|
|
2646
2109
|
"OctoSdkDemoMeteringPoint",
|
|
2647
2110
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2651,6 +2114,7 @@ const result = {
|
|
|
2651
2114
|
"SystemBotAttributeAggregateConfiguration",
|
|
2652
2115
|
"SystemBotFixup",
|
|
2653
2116
|
"SystemCommunicationAdapter",
|
|
2117
|
+
"SystemCommunicationAiConfiguration",
|
|
2654
2118
|
"SystemCommunicationDataFlow",
|
|
2655
2119
|
"SystemCommunicationDataPointMapping",
|
|
2656
2120
|
"SystemCommunicationDiscordConfiguration",
|
|
@@ -2708,6 +2172,7 @@ const result = {
|
|
|
2708
2172
|
"SystemTenant",
|
|
2709
2173
|
"SystemTenantConfiguration",
|
|
2710
2174
|
"SystemTenantModeConfiguration",
|
|
2175
|
+
"SystemUIBranding",
|
|
2711
2176
|
"SystemUIDashboard",
|
|
2712
2177
|
"SystemUIDashboardWidget",
|
|
2713
2178
|
"SystemUIProcessDiagram",
|
|
@@ -2795,6 +2260,7 @@ const result = {
|
|
|
2795
2260
|
"SystemUISymbolLibrary"
|
|
2796
2261
|
],
|
|
2797
2262
|
"SystemUIUIElementInterface": [
|
|
2263
|
+
"SystemUIBranding",
|
|
2798
2264
|
"SystemUIDashboard",
|
|
2799
2265
|
"SystemUIDashboardWidget",
|
|
2800
2266
|
"SystemUIProcessDiagram",
|
|
@@ -5276,5 +4742,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
5276
4742
|
* Generated bundle index. Do not edit.
|
|
5277
4743
|
*/
|
|
5278
4744
|
|
|
5279
|
-
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState,
|
|
4745
|
+
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
|
|
5280
4746
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|