@meshmakers/octo-services 3.4.280 → 3.4.290

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.
@@ -338,6 +338,68 @@ var AttributeValueTypeDto;
338
338
  AttributeValueTypeDto["StringArrayDto"] = "STRING_ARRAY";
339
339
  AttributeValueTypeDto["TimeSpanDto"] = "TIME_SPAN";
340
340
  })(AttributeValueTypeDto || (AttributeValueTypeDto = {}));
341
+ /** Runtime entities of construction kit enum 'Basic.Energy/CarrierType' */
342
+ var BasicEnergyCarrierTypeDto;
343
+ (function (BasicEnergyCarrierTypeDto) {
344
+ /** Electricity is used as energy carrier */
345
+ BasicEnergyCarrierTypeDto["ElectricityDto"] = "ELECTRICITY";
346
+ /** Gas is used as energy carrier */
347
+ BasicEnergyCarrierTypeDto["GasDto"] = "GAS";
348
+ /** The carrier type is unknown */
349
+ BasicEnergyCarrierTypeDto["UnknownDto"] = "UNKNOWN";
350
+ })(BasicEnergyCarrierTypeDto || (BasicEnergyCarrierTypeDto = {}));
351
+ /** Runtime entities of construction kit enum 'Basic.Energy/DataQuality' */
352
+ var BasicEnergyDataQualityDto;
353
+ (function (BasicEnergyDataQualityDto) {
354
+ /** The data is accurate to 15 minute meter readings */
355
+ BasicEnergyDataQualityDto["L_1Dto"] = "L_1";
356
+ /** The data is a linear interpolation of 2 known meter readings */
357
+ BasicEnergyDataQualityDto["L_2Dto"] = "L_2";
358
+ /** The data is an estimate */
359
+ BasicEnergyDataQualityDto["L_3Dto"] = "L_3";
360
+ /** The data quality is unknown */
361
+ BasicEnergyDataQualityDto["UnknownDto"] = "UNKNOWN";
362
+ })(BasicEnergyDataQualityDto || (BasicEnergyDataQualityDto = {}));
363
+ /** Runtime entities of construction kit enum 'Basic.Energy/FacilityType' */
364
+ var BasicEnergyFacilityTypeDto;
365
+ (function (BasicEnergyFacilityTypeDto) {
366
+ /** The facility type is a business */
367
+ BasicEnergyFacilityTypeDto["BusinessDto"] = "BUSINESS";
368
+ /** The facility type is a single household */
369
+ BasicEnergyFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
370
+ /** The facility type is a industry */
371
+ BasicEnergyFacilityTypeDto["IndustryDto"] = "INDUSTRY";
372
+ /** The facility type is a public building e.g. schools, public offices */
373
+ BasicEnergyFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
374
+ /** The facility type is an energy storage */
375
+ BasicEnergyFacilityTypeDto["StorageDto"] = "STORAGE";
376
+ /** The facility type is unknown or not defined */
377
+ BasicEnergyFacilityTypeDto["UnknownDto"] = "UNKNOWN";
378
+ })(BasicEnergyFacilityTypeDto || (BasicEnergyFacilityTypeDto = {}));
379
+ /** Runtime entities of construction kit enum 'Basic.Energy/ProductionType' */
380
+ var BasicEnergyProductionTypeDto;
381
+ (function (BasicEnergyProductionTypeDto) {
382
+ /** Hydroelectric power was used to produce the energy */
383
+ BasicEnergyProductionTypeDto["HepDto"] = "HEP";
384
+ /** Other methods were used to produce the energy */
385
+ BasicEnergyProductionTypeDto["OtherDto"] = "OTHER";
386
+ /** Solar power was used to produce the energy */
387
+ BasicEnergyProductionTypeDto["SolarDto"] = "SOLAR";
388
+ /** The production type is unknown or not defined */
389
+ BasicEnergyProductionTypeDto["UnknownDto"] = "UNKNOWN";
390
+ /** Wind power was used to produce the energy */
391
+ BasicEnergyProductionTypeDto["WindDto"] = "WIND";
392
+ })(BasicEnergyProductionTypeDto || (BasicEnergyProductionTypeDto = {}));
393
+ /** Runtime entities of construction kit enum 'Basic.Energy/State' */
394
+ var BasicEnergyStateDto;
395
+ (function (BasicEnergyStateDto) {
396
+ /** The object is active and in use */
397
+ BasicEnergyStateDto["ActiveDto"] = "ACTIVE";
398
+ /** The object is inactive but may be reactivated */
399
+ BasicEnergyStateDto["InactiveDto"] = "INACTIVE";
400
+ /** The object is just created and the state is not set */
401
+ BasicEnergyStateDto["NewDto"] = "NEW";
402
+ })(BasicEnergyStateDto || (BasicEnergyStateDto = {}));
341
403
  /** Runtime entities of construction kit enum 'Basic/LegalEntityType' */
342
404
  var BasicLegalEntityTypeDto;
343
405
  (function (BasicLegalEntityTypeDto) {
@@ -427,6 +489,150 @@ var DeleteStrategiesDto;
427
489
  DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
428
490
  DeleteStrategiesDto["EraseDto"] = "ERASE";
429
491
  })(DeleteStrategiesDto || (DeleteStrategiesDto = {}));
492
+ /** Runtime entities of construction kit enum 'EnergyCommunity/BillingCycle' */
493
+ var EnergyCommunityBillingCycleDto;
494
+ (function (EnergyCommunityBillingCycleDto) {
495
+ /** The billing cycle is one year */
496
+ EnergyCommunityBillingCycleDto["AnnuallyDto"] = "ANNUALLY";
497
+ /** The billing cycle is one month */
498
+ EnergyCommunityBillingCycleDto["MonthlyDto"] = "MONTHLY";
499
+ /** The billing cycle is one quarter */
500
+ EnergyCommunityBillingCycleDto["QuarterlyDto"] = "QUARTERLY";
501
+ /** The billing cycle is six months */
502
+ EnergyCommunityBillingCycleDto["SemiAnnuallyDto"] = "SEMI_ANNUALLY";
503
+ })(EnergyCommunityBillingCycleDto || (EnergyCommunityBillingCycleDto = {}));
504
+ /** Runtime entities of construction kit enum 'EnergyCommunity/BillingDocumentState' */
505
+ var EnergyCommunityBillingDocumentStateDto;
506
+ (function (EnergyCommunityBillingDocumentStateDto) {
507
+ /** The billing document has been canceled */
508
+ EnergyCommunityBillingDocumentStateDto["CanceledDto"] = "CANCELED";
509
+ /** The billing document is a draft */
510
+ EnergyCommunityBillingDocumentStateDto["DraftDto"] = "DRAFT";
511
+ /** The billing document has been paid */
512
+ EnergyCommunityBillingDocumentStateDto["PaidDto"] = "PAID";
513
+ /** The billing document is released */
514
+ EnergyCommunityBillingDocumentStateDto["ReleasedDto"] = "RELEASED";
515
+ /** The billing document has been sent */
516
+ EnergyCommunityBillingDocumentStateDto["SentDto"] = "SENT";
517
+ })(EnergyCommunityBillingDocumentStateDto || (EnergyCommunityBillingDocumentStateDto = {}));
518
+ /** Runtime entities of construction kit enum 'EnergyCommunity/BillingType' */
519
+ var EnergyCommunityBillingTypeDto;
520
+ (function (EnergyCommunityBillingTypeDto) {
521
+ /** The document or item is an credit note or credit */
522
+ EnergyCommunityBillingTypeDto["CreditDto"] = "CREDIT";
523
+ /** The document is an invoice or the item is a debit note */
524
+ EnergyCommunityBillingTypeDto["DebitDto"] = "DEBIT";
525
+ })(EnergyCommunityBillingTypeDto || (EnergyCommunityBillingTypeDto = {}));
526
+ /** Runtime entities of construction kit enum 'EnergyCommunity/DataQuality' */
527
+ var EnergyCommunityDataQualityDto;
528
+ (function (EnergyCommunityDataQualityDto) {
529
+ /** The data is accurate to 15 minute meter readings */
530
+ EnergyCommunityDataQualityDto["L_1Dto"] = "L_1";
531
+ /** The data is a linear interpolation of 2 known meter readings */
532
+ EnergyCommunityDataQualityDto["L_2Dto"] = "L_2";
533
+ /** The data is an estimate */
534
+ EnergyCommunityDataQualityDto["L_3Dto"] = "L_3";
535
+ /** The data quality is unknown */
536
+ EnergyCommunityDataQualityDto["UnknownDto"] = "UNKNOWN";
537
+ })(EnergyCommunityDataQualityDto || (EnergyCommunityDataQualityDto = {}));
538
+ /** Runtime entities of construction kit enum 'EnergyCommunity/FacilityType' */
539
+ var EnergyCommunityFacilityTypeDto;
540
+ (function (EnergyCommunityFacilityTypeDto) {
541
+ /** The facility type is a business */
542
+ EnergyCommunityFacilityTypeDto["BusinessDto"] = "BUSINESS";
543
+ /** The facility type is a single household */
544
+ EnergyCommunityFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
545
+ /** The facility type is a industry */
546
+ EnergyCommunityFacilityTypeDto["IndustryDto"] = "INDUSTRY";
547
+ /** The facility type is a public building e.g. schools, public offices */
548
+ EnergyCommunityFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
549
+ /** The facility type is an energy storage */
550
+ EnergyCommunityFacilityTypeDto["StorageDto"] = "STORAGE";
551
+ /** The facility type is unknown or not defined */
552
+ EnergyCommunityFacilityTypeDto["UnknownDto"] = "UNKNOWN";
553
+ })(EnergyCommunityFacilityTypeDto || (EnergyCommunityFacilityTypeDto = {}));
554
+ /** Runtime entities of construction kit enum 'EnergyCommunity/ProductionType' */
555
+ var EnergyCommunityProductionTypeDto;
556
+ (function (EnergyCommunityProductionTypeDto) {
557
+ /** Biomass was used to produce the energy */
558
+ EnergyCommunityProductionTypeDto["BiomassDto"] = "BIOMASS";
559
+ /** Combined heat and power was used to produce the energy */
560
+ EnergyCommunityProductionTypeDto["ChpDto"] = "CHP";
561
+ /** Hydroelectric power was used to produce the energy */
562
+ EnergyCommunityProductionTypeDto["HepDto"] = "HEP";
563
+ /** Other methods were used to produce the energy */
564
+ EnergyCommunityProductionTypeDto["OtherDto"] = "OTHER";
565
+ /** Solar power was used to produce the energy */
566
+ EnergyCommunityProductionTypeDto["SolarDto"] = "SOLAR";
567
+ /** The production type is unknown or not defined */
568
+ EnergyCommunityProductionTypeDto["UnknownDto"] = "UNKNOWN";
569
+ /** Wind power was used to produce the energy */
570
+ EnergyCommunityProductionTypeDto["WindDto"] = "WIND";
571
+ })(EnergyCommunityProductionTypeDto || (EnergyCommunityProductionTypeDto = {}));
572
+ /** Runtime entities of construction kit enum 'EnergyCommunity/State' */
573
+ var EnergyCommunityStateDto;
574
+ (function (EnergyCommunityStateDto) {
575
+ /** The object is active and in use */
576
+ EnergyCommunityStateDto["ActiveDto"] = "ACTIVE";
577
+ /** The object was deleted */
578
+ EnergyCommunityStateDto["DeletedDto"] = "DELETED";
579
+ /** The object is inactive but may be reactivated */
580
+ EnergyCommunityStateDto["InactiveDto"] = "INACTIVE";
581
+ /** The object is just created and the state is not set */
582
+ EnergyCommunityStateDto["NewDto"] = "NEW";
583
+ })(EnergyCommunityStateDto || (EnergyCommunityStateDto = {}));
584
+ /** Runtime entities of construction kit enum 'EnergyCommunity/TaxProcedureCreditNote' */
585
+ var EnergyCommunityTaxProcedureCreditNoteDto;
586
+ (function (EnergyCommunityTaxProcedureCreditNoteDto) {
587
+ /** The farmer tax procedure is applied, which is a reduced tax amount for farmers */
588
+ EnergyCommunityTaxProcedureCreditNoteDto["FarmerTaxProcedureDto"] = "FARMER_TAX_PROCEDURE";
589
+ /** No tax procedure is applied */
590
+ EnergyCommunityTaxProcedureCreditNoteDto["NoTaxProcedureDto"] = "NO_TAX_PROCEDURE";
591
+ /** The reverse charge procedure is applied */
592
+ EnergyCommunityTaxProcedureCreditNoteDto["ReverseChargeDto"] = "REVERSE_CHARGE";
593
+ /** No tax procedure is applied for small business owners */
594
+ EnergyCommunityTaxProcedureCreditNoteDto["SmallBusinessOwnersDto"] = "SMALL_BUSINESS_OWNERS";
595
+ })(EnergyCommunityTaxProcedureCreditNoteDto || (EnergyCommunityTaxProcedureCreditNoteDto = {}));
596
+ /** Runtime entities of construction kit enum 'Environment/CarbonScope' */
597
+ var EnvironmentCarbonScopeDto;
598
+ (function (EnvironmentCarbonScopeDto) {
599
+ EnvironmentCarbonScopeDto["Scope_1Dto"] = "SCOPE_1";
600
+ EnvironmentCarbonScopeDto["Scope_2Dto"] = "SCOPE_2";
601
+ EnvironmentCarbonScopeDto["Scope_3Dto"] = "SCOPE_3";
602
+ })(EnvironmentCarbonScopeDto || (EnvironmentCarbonScopeDto = {}));
603
+ /** Runtime entities of construction kit enum 'Environment/ComplianceCategory' */
604
+ var EnvironmentComplianceCategoryDto;
605
+ (function (EnvironmentComplianceCategoryDto) {
606
+ EnvironmentComplianceCategoryDto["CsrdDto"] = "CSRD";
607
+ EnvironmentComplianceCategoryDto["EEffGDto"] = "E_EFF_G";
608
+ EnvironmentComplianceCategoryDto["Iso_50001Dto"] = "ISO_50001";
609
+ EnvironmentComplianceCategoryDto["Nis_2Dto"] = "NIS_2";
610
+ })(EnvironmentComplianceCategoryDto || (EnvironmentComplianceCategoryDto = {}));
611
+ /** Runtime entities of construction kit enum 'Environment/ComplianceStatus' */
612
+ var EnvironmentComplianceStatusDto;
613
+ (function (EnvironmentComplianceStatusDto) {
614
+ EnvironmentComplianceStatusDto["CompliantDto"] = "COMPLIANT";
615
+ EnvironmentComplianceStatusDto["InProgressDto"] = "IN_PROGRESS";
616
+ EnvironmentComplianceStatusDto["OpenDto"] = "OPEN";
617
+ EnvironmentComplianceStatusDto["PassedDto"] = "PASSED";
618
+ EnvironmentComplianceStatusDto["SubmittedDto"] = "SUBMITTED";
619
+ })(EnvironmentComplianceStatusDto || (EnvironmentComplianceStatusDto = {}));
620
+ /** Runtime entities of construction kit enum 'Environment/EnergySource' */
621
+ var EnvironmentEnergySourceDto;
622
+ (function (EnvironmentEnergySourceDto) {
623
+ EnvironmentEnergySourceDto["BiomassDto"] = "BIOMASS";
624
+ EnvironmentEnergySourceDto["GeothermalDto"] = "GEOTHERMAL";
625
+ EnvironmentEnergySourceDto["HydroDto"] = "HYDRO";
626
+ EnvironmentEnergySourceDto["OtherDto"] = "OTHER";
627
+ EnvironmentEnergySourceDto["SolarDto"] = "SOLAR";
628
+ EnvironmentEnergySourceDto["WindDto"] = "WIND";
629
+ })(EnvironmentEnergySourceDto || (EnvironmentEnergySourceDto = {}));
630
+ /** Runtime entities of construction kit enum 'Environment/GoalState' */
631
+ var EnvironmentGoalStateDto;
632
+ (function (EnvironmentGoalStateDto) {
633
+ EnvironmentGoalStateDto["OffTrackDto"] = "OFF_TRACK";
634
+ EnvironmentGoalStateDto["OnTrackDto"] = "ON_TRACK";
635
+ })(EnvironmentGoalStateDto || (EnvironmentGoalStateDto = {}));
430
636
  /** Defines the operator of field compare */
431
637
  var FieldFilterOperatorsDto;
432
638
  (function (FieldFilterOperatorsDto) {
@@ -677,6 +883,35 @@ var IndustryMaintenanceServiceTypeDto;
677
883
  (function (IndustryMaintenanceServiceTypeDto) {
678
884
  IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
679
885
  })(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
886
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/FeedbackSyncState' */
887
+ var IndustryManufacturingFeedbackSyncStateDto;
888
+ (function (IndustryManufacturingFeedbackSyncStateDto) {
889
+ IndustryManufacturingFeedbackSyncStateDto["SyncedDto"] = "SYNCED";
890
+ IndustryManufacturingFeedbackSyncStateDto["UnsyncedDto"] = "UNSYNCED";
891
+ })(IndustryManufacturingFeedbackSyncStateDto || (IndustryManufacturingFeedbackSyncStateDto = {}));
892
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderItemState' */
893
+ var IndustryManufacturingProductionOrderItemStateDto;
894
+ (function (IndustryManufacturingProductionOrderItemStateDto) {
895
+ IndustryManufacturingProductionOrderItemStateDto["CancelledDto"] = "CANCELLED";
896
+ IndustryManufacturingProductionOrderItemStateDto["ConfirmedDto"] = "CONFIRMED";
897
+ IndustryManufacturingProductionOrderItemStateDto["CreatedDto"] = "CREATED";
898
+ IndustryManufacturingProductionOrderItemStateDto["DeliveredDto"] = "DELIVERED";
899
+ IndustryManufacturingProductionOrderItemStateDto["InterruptedDto"] = "INTERRUPTED";
900
+ IndustryManufacturingProductionOrderItemStateDto["InProgressDto"] = "IN_PROGRESS";
901
+ IndustryManufacturingProductionOrderItemStateDto["PausedDto"] = "PAUSED";
902
+ IndustryManufacturingProductionOrderItemStateDto["ReleasedDto"] = "RELEASED";
903
+ IndustryManufacturingProductionOrderItemStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
904
+ })(IndustryManufacturingProductionOrderItemStateDto || (IndustryManufacturingProductionOrderItemStateDto = {}));
905
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderState' */
906
+ var IndustryManufacturingProductionOrderStateDto;
907
+ (function (IndustryManufacturingProductionOrderStateDto) {
908
+ IndustryManufacturingProductionOrderStateDto["CancelledDto"] = "CANCELLED";
909
+ IndustryManufacturingProductionOrderStateDto["ConfirmedDto"] = "CONFIRMED";
910
+ IndustryManufacturingProductionOrderStateDto["CreatedDto"] = "CREATED";
911
+ IndustryManufacturingProductionOrderStateDto["DeliveredDto"] = "DELIVERED";
912
+ IndustryManufacturingProductionOrderStateDto["ReleasedDto"] = "RELEASED";
913
+ IndustryManufacturingProductionOrderStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
914
+ })(IndustryManufacturingProductionOrderStateDto || (IndustryManufacturingProductionOrderStateDto = {}));
680
915
  /** Enum of the availability states of models. */
681
916
  var ModelStateDto;
682
917
  (function (ModelStateDto) {
@@ -791,7 +1026,6 @@ var SystemAiConflictModeDto;
791
1026
  var SystemAiCredentialKindDto;
792
1027
  (function (SystemAiCredentialKindDto) {
793
1028
  SystemAiCredentialKindDto["DevSshAuthorizedKeyDto"] = "DEV_SSH_AUTHORIZED_KEY";
794
- SystemAiCredentialKindDto["EnvSecretDto"] = "ENV_SECRET";
795
1029
  SystemAiCredentialKindDto["GitHubPatDto"] = "GIT_HUB_PAT";
796
1030
  SystemAiCredentialKindDto["SshKeyDto"] = "SSH_KEY";
797
1031
  })(SystemAiCredentialKindDto || (SystemAiCredentialKindDto = {}));
@@ -800,10 +1034,8 @@ var SystemAiJobKindDto;
800
1034
  (function (SystemAiJobKindDto) {
801
1035
  SystemAiJobKindDto["AdminDto"] = "ADMIN";
802
1036
  SystemAiJobKindDto["ApplicationDto"] = "APPLICATION";
803
- SystemAiJobKindDto["BlueprintAuthoringDto"] = "BLUEPRINT_AUTHORING";
804
1037
  SystemAiJobKindDto["DataModelDto"] = "DATA_MODEL";
805
1038
  SystemAiJobKindDto["FreeFormDto"] = "FREE_FORM";
806
- SystemAiJobKindDto["PipelineDto"] = "PIPELINE";
807
1039
  SystemAiJobKindDto["RuntimeDataDto"] = "RUNTIME_DATA";
808
1040
  })(SystemAiJobKindDto || (SystemAiJobKindDto = {}));
809
1041
  /** Runtime entities of construction kit enum 'System.Ai/JobStatus' */
@@ -1218,6 +1450,7 @@ const result = {
1218
1450
  "possibleTypes": {
1219
1451
  "BasicAsset_EventSourceUnion": [
1220
1452
  "BasicAsset",
1453
+ "EnvironmentWasteMeter",
1221
1454
  "IndustryBasicMachine",
1222
1455
  "IndustryEnergyEnergyConsumer",
1223
1456
  "IndustryEnergyEnergyMeter",
@@ -1239,9 +1472,34 @@ const result = {
1239
1472
  "BasicCountry",
1240
1473
  "BasicDistrict",
1241
1474
  "BasicEmployee",
1475
+ "BasicEnergyConsumer",
1476
+ "BasicEnergyEdaMessage",
1477
+ "BasicEnergyEdaMeteringPoint",
1478
+ "BasicEnergyEdaProcess",
1479
+ "BasicEnergyEnergyMeasurement",
1480
+ "BasicEnergyOperatingFacility",
1481
+ "BasicEnergyProducer",
1242
1482
  "BasicState",
1243
1483
  "BasicTree",
1244
1484
  "BasicTreeNode",
1485
+ "EnergyCommunityBillingDocument",
1486
+ "EnergyCommunityBillingDocumentLineItem",
1487
+ "EnergyCommunityConsumer",
1488
+ "EnergyCommunityCustomer",
1489
+ "EnergyCommunityEdaMessage",
1490
+ "EnergyCommunityEdaMeteringPoint",
1491
+ "EnergyCommunityEdaProcess",
1492
+ "EnergyCommunityEnergyPrice",
1493
+ "EnergyCommunityEnergyQuantity",
1494
+ "EnergyCommunityOperatingFacility",
1495
+ "EnergyCommunityParticipationPeriod",
1496
+ "EnergyCommunityProducer",
1497
+ "EnvironmentCarbonBudget",
1498
+ "EnvironmentCarbonEmission",
1499
+ "EnvironmentCertificateOfOrigin",
1500
+ "EnvironmentComplianceRecord",
1501
+ "EnvironmentEnvironmentalGoal",
1502
+ "EnvironmentWasteMeter",
1245
1503
  "IndustryBasicAlarm",
1246
1504
  "IndustryBasicEvent",
1247
1505
  "IndustryBasicMachine",
@@ -1268,6 +1526,13 @@ const result = {
1268
1526
  "IndustryMaintenanceOrderCosts",
1269
1527
  "IndustryMaintenanceOrderFeedback",
1270
1528
  "IndustryMaintenanceWorkplace",
1529
+ "IndustryManufacturingPartialFeedback",
1530
+ "IndustryManufacturingProductionOrder",
1531
+ "IndustryManufacturingProductionOrderItem",
1532
+ "IndustryManufacturingShift",
1533
+ "IndustryManufacturingShiftMachine",
1534
+ "IndustryManufacturingShiftOrderItem",
1535
+ "IndustryManufacturingShiftTemplate",
1271
1536
  "OctoSdkDemoCustomer",
1272
1537
  "OctoSdkDemoMeteringPoint",
1273
1538
  "OctoSdkDemoOperatingFacility",
@@ -1366,24 +1631,111 @@ const result = {
1366
1631
  "SystemUIDashboardWidget",
1367
1632
  "SystemUIProcessDiagram",
1368
1633
  "SystemUISymbolDefinition",
1369
- "SystemUISymbolLibrary"
1634
+ "SystemUISymbolLibrary",
1635
+ "SystemUITreeNavigationConfiguration"
1636
+ ],
1637
+ "BasicDocumentInterface": [
1638
+ "EnergyCommunityBillingDocument"
1639
+ ],
1640
+ "BasicEmployee_EmployeeUnion": [
1641
+ "BasicEmployee"
1642
+ ],
1643
+ "BasicEmployee_EmployeesUnion": [
1644
+ "BasicEmployee"
1645
+ ],
1646
+ "BasicEnergyEdaMessage_MessagesUnion": [
1647
+ "BasicEnergyEdaMessage"
1648
+ ],
1649
+ "BasicEnergyEdaProcess_ProcessUnion": [
1650
+ "BasicEnergyEdaProcess"
1651
+ ],
1652
+ "BasicEnergyEnergyMeasurement_ChildrenUnion": [
1653
+ "BasicEnergyEnergyMeasurement"
1654
+ ],
1655
+ "BasicEnergyMeteringPointInterface": [
1656
+ "BasicEnergyConsumer",
1657
+ "BasicEnergyProducer"
1658
+ ],
1659
+ "BasicEnergyMeteringPoint_ChildrenUnion": [
1660
+ "BasicAsset",
1661
+ "BasicCity",
1662
+ "BasicCountry",
1663
+ "BasicDistrict",
1664
+ "BasicEnergyConsumer",
1665
+ "BasicEnergyOperatingFacility",
1666
+ "BasicEnergyProducer",
1667
+ "BasicState",
1668
+ "BasicTreeNode",
1669
+ "EnergyCommunityOperatingFacility",
1670
+ "EnvironmentCarbonBudget",
1671
+ "EnvironmentCarbonEmission",
1672
+ "EnvironmentCertificateOfOrigin",
1673
+ "EnvironmentComplianceRecord",
1674
+ "EnvironmentEnvironmentalGoal",
1675
+ "EnvironmentWasteMeter",
1676
+ "IndustryBasicMachine",
1677
+ "IndustryEnergyDemandResponseEvent",
1678
+ "IndustryEnergyEnergyConsumer",
1679
+ "IndustryEnergyEnergyCost",
1680
+ "IndustryEnergyEnergyForecast",
1681
+ "IndustryEnergyEnergyMeter",
1682
+ "IndustryEnergyEnergyPerformanceIndicator",
1683
+ "IndustryEnergyEnergyStorage",
1684
+ "IndustryEnergyInverter",
1685
+ "IndustryEnergyPhotovoltaicSystem",
1686
+ "IndustryEnergyPhotovoltaicSystemModule",
1687
+ "IndustryEnergyPhotovoltaicSystemString",
1688
+ "IndustryFluidHeatMeter",
1689
+ "IndustryFluidWaterMeter",
1690
+ "IndustryMaintenanceCostCenter",
1691
+ "IndustryMaintenanceEmployee",
1692
+ "IndustryMaintenanceWorkplace",
1693
+ "OctoSdkDemoMeteringPoint",
1694
+ "OctoSdkDemoOperatingFacility"
1695
+ ],
1696
+ "BasicEnergyMeteringPoint_ParentUnion": [
1697
+ "BasicEnergyConsumer",
1698
+ "BasicEnergyProducer"
1699
+ ],
1700
+ "BasicEnergyOperatingFacility_ParentUnion": [
1701
+ "BasicEnergyOperatingFacility"
1370
1702
  ],
1371
- "BasicDocumentInterface": [],
1372
1703
  "BasicNamedEntityInterface": [
1704
+ "BasicEnergyConsumer",
1705
+ "BasicEnergyEdaProcess",
1706
+ "BasicEnergyMeteringPoint",
1707
+ "BasicEnergyProducer",
1373
1708
  "BasicTree",
1709
+ "EnergyCommunityConsumer",
1710
+ "EnergyCommunityEdaProcess",
1711
+ "EnergyCommunityMeteringPoint",
1712
+ "EnergyCommunityProducer",
1713
+ "EnvironmentCarbonBudget",
1714
+ "EnvironmentCertificateOfOrigin",
1715
+ "EnvironmentComplianceRecord",
1716
+ "EnvironmentEnvironmentalGoal",
1374
1717
  "IndustryBasicAlarm",
1375
1718
  "IndustryBasicEvent",
1376
1719
  "IndustryBasicRuntimeVariable",
1377
1720
  "IndustryEnergyDemandResponseEvent",
1378
- "IndustryEnergyEnergyPerformanceIndicator"
1721
+ "IndustryEnergyEnergyPerformanceIndicator",
1722
+ "IndustryManufacturingShiftTemplate"
1379
1723
  ],
1380
1724
  "BasicTreeNode_ChildrenUnion": [
1381
1725
  "BasicAsset",
1382
1726
  "BasicCity",
1383
1727
  "BasicCountry",
1384
1728
  "BasicDistrict",
1729
+ "BasicEnergyOperatingFacility",
1385
1730
  "BasicState",
1386
1731
  "BasicTreeNode",
1732
+ "EnergyCommunityOperatingFacility",
1733
+ "EnvironmentCarbonBudget",
1734
+ "EnvironmentCarbonEmission",
1735
+ "EnvironmentCertificateOfOrigin",
1736
+ "EnvironmentComplianceRecord",
1737
+ "EnvironmentEnvironmentalGoal",
1738
+ "EnvironmentWasteMeter",
1387
1739
  "IndustryBasicMachine",
1388
1740
  "IndustryEnergyDemandResponseEvent",
1389
1741
  "IndustryEnergyEnergyConsumer",
@@ -1409,8 +1761,11 @@ const result = {
1409
1761
  "BasicCity",
1410
1762
  "BasicCountry",
1411
1763
  "BasicDistrict",
1764
+ "BasicEnergyOperatingFacility",
1412
1765
  "BasicState",
1413
1766
  "BasicTreeNode",
1767
+ "EnergyCommunityOperatingFacility",
1768
+ "EnvironmentWasteMeter",
1414
1769
  "IndustryBasicMachine",
1415
1770
  "IndustryEnergyEnergyConsumer",
1416
1771
  "IndustryEnergyEnergyMeter",
@@ -1432,8 +1787,11 @@ const result = {
1432
1787
  "BasicCity",
1433
1788
  "BasicCountry",
1434
1789
  "BasicDistrict",
1790
+ "BasicEnergyOperatingFacility",
1435
1791
  "BasicState",
1436
1792
  "BasicTreeNode",
1793
+ "EnergyCommunityOperatingFacility",
1794
+ "EnvironmentWasteMeter",
1437
1795
  "IndustryBasicMachine",
1438
1796
  "IndustryEnergyEnergyConsumer",
1439
1797
  "IndustryEnergyEnergyMeter",
@@ -1456,9 +1814,34 @@ const result = {
1456
1814
  "BasicCountry",
1457
1815
  "BasicDistrict",
1458
1816
  "BasicEmployee",
1817
+ "BasicEnergyConsumer",
1818
+ "BasicEnergyEdaMessage",
1819
+ "BasicEnergyEdaMeteringPoint",
1820
+ "BasicEnergyEdaProcess",
1821
+ "BasicEnergyEnergyMeasurement",
1822
+ "BasicEnergyOperatingFacility",
1823
+ "BasicEnergyProducer",
1459
1824
  "BasicState",
1460
1825
  "BasicTree",
1461
1826
  "BasicTreeNode",
1827
+ "EnergyCommunityBillingDocument",
1828
+ "EnergyCommunityBillingDocumentLineItem",
1829
+ "EnergyCommunityConsumer",
1830
+ "EnergyCommunityCustomer",
1831
+ "EnergyCommunityEdaMessage",
1832
+ "EnergyCommunityEdaMeteringPoint",
1833
+ "EnergyCommunityEdaProcess",
1834
+ "EnergyCommunityEnergyPrice",
1835
+ "EnergyCommunityEnergyQuantity",
1836
+ "EnergyCommunityOperatingFacility",
1837
+ "EnergyCommunityParticipationPeriod",
1838
+ "EnergyCommunityProducer",
1839
+ "EnvironmentCarbonBudget",
1840
+ "EnvironmentCarbonEmission",
1841
+ "EnvironmentCertificateOfOrigin",
1842
+ "EnvironmentComplianceRecord",
1843
+ "EnvironmentEnvironmentalGoal",
1844
+ "EnvironmentWasteMeter",
1462
1845
  "IndustryBasicAlarm",
1463
1846
  "IndustryBasicEvent",
1464
1847
  "IndustryBasicMachine",
@@ -1485,6 +1868,13 @@ const result = {
1485
1868
  "IndustryMaintenanceOrderCosts",
1486
1869
  "IndustryMaintenanceOrderFeedback",
1487
1870
  "IndustryMaintenanceWorkplace",
1871
+ "IndustryManufacturingPartialFeedback",
1872
+ "IndustryManufacturingProductionOrder",
1873
+ "IndustryManufacturingProductionOrderItem",
1874
+ "IndustryManufacturingShift",
1875
+ "IndustryManufacturingShiftMachine",
1876
+ "IndustryManufacturingShiftOrderItem",
1877
+ "IndustryManufacturingShiftTemplate",
1488
1878
  "OctoSdkDemoCustomer",
1489
1879
  "OctoSdkDemoMeteringPoint",
1490
1880
  "OctoSdkDemoOperatingFacility",
@@ -1583,16 +1973,20 @@ const result = {
1583
1973
  "SystemUIDashboardWidget",
1584
1974
  "SystemUIProcessDiagram",
1585
1975
  "SystemUISymbolDefinition",
1586
- "SystemUISymbolLibrary"
1976
+ "SystemUISymbolLibrary",
1977
+ "SystemUITreeNavigationConfiguration"
1587
1978
  ],
1588
1979
  "BasicTree_ParentUnion": [
1589
1980
  "BasicAsset",
1590
1981
  "BasicCity",
1591
1982
  "BasicCountry",
1592
1983
  "BasicDistrict",
1984
+ "BasicEnergyOperatingFacility",
1593
1985
  "BasicState",
1594
1986
  "BasicTree",
1595
1987
  "BasicTreeNode",
1988
+ "EnergyCommunityOperatingFacility",
1989
+ "EnvironmentWasteMeter",
1596
1990
  "IndustryBasicMachine",
1597
1991
  "IndustryEnergyEnergyConsumer",
1598
1992
  "IndustryEnergyEnergyMeter",
@@ -1609,6 +2003,97 @@ const result = {
1609
2003
  "OctoSdkDemoMeteringPoint",
1610
2004
  "OctoSdkDemoOperatingFacility"
1611
2005
  ],
2006
+ "EnergyCommunityBillingDocumentLineItem_BillingUnion": [
2007
+ "EnergyCommunityBillingDocumentLineItem"
2008
+ ],
2009
+ "EnergyCommunityBillingDocumentLineItem_BillingsUnion": [
2010
+ "EnergyCommunityBillingDocumentLineItem"
2011
+ ],
2012
+ "EnergyCommunityBillingDocumentLineItem_ChildrenUnion": [
2013
+ "EnergyCommunityBillingDocumentLineItem"
2014
+ ],
2015
+ "EnergyCommunityBillingDocument_BillingUnion": [
2016
+ "EnergyCommunityBillingDocument"
2017
+ ],
2018
+ "EnergyCommunityBillingDocument_ParentUnion": [
2019
+ "EnergyCommunityBillingDocument"
2020
+ ],
2021
+ "EnergyCommunityCustomer_AssignedToUnion": [
2022
+ "EnergyCommunityCustomer"
2023
+ ],
2024
+ "EnergyCommunityCustomer_CustomerUnion": [
2025
+ "EnergyCommunityCustomer"
2026
+ ],
2027
+ "EnergyCommunityEdaMessage_MessagesUnion": [
2028
+ "EnergyCommunityEdaMessage"
2029
+ ],
2030
+ "EnergyCommunityEdaProcess_ProcessUnion": [
2031
+ "EnergyCommunityEdaProcess"
2032
+ ],
2033
+ "EnergyCommunityEnergyQuantity_AssignedToUnion": [
2034
+ "EnergyCommunityEnergyQuantity"
2035
+ ],
2036
+ "EnergyCommunityEnergyQuantity_ChildrenUnion": [
2037
+ "EnergyCommunityEnergyQuantity"
2038
+ ],
2039
+ "EnergyCommunityMeteringPointInterface": [
2040
+ "EnergyCommunityConsumer",
2041
+ "EnergyCommunityProducer"
2042
+ ],
2043
+ "EnergyCommunityMeteringPoint_ChildrenUnion": [
2044
+ "BasicAsset",
2045
+ "BasicCity",
2046
+ "BasicCountry",
2047
+ "BasicDistrict",
2048
+ "BasicEnergyOperatingFacility",
2049
+ "BasicState",
2050
+ "BasicTreeNode",
2051
+ "EnergyCommunityConsumer",
2052
+ "EnergyCommunityOperatingFacility",
2053
+ "EnergyCommunityProducer",
2054
+ "EnvironmentCarbonBudget",
2055
+ "EnvironmentCarbonEmission",
2056
+ "EnvironmentCertificateOfOrigin",
2057
+ "EnvironmentComplianceRecord",
2058
+ "EnvironmentEnvironmentalGoal",
2059
+ "EnvironmentWasteMeter",
2060
+ "IndustryBasicMachine",
2061
+ "IndustryEnergyDemandResponseEvent",
2062
+ "IndustryEnergyEnergyConsumer",
2063
+ "IndustryEnergyEnergyCost",
2064
+ "IndustryEnergyEnergyForecast",
2065
+ "IndustryEnergyEnergyMeter",
2066
+ "IndustryEnergyEnergyPerformanceIndicator",
2067
+ "IndustryEnergyEnergyStorage",
2068
+ "IndustryEnergyInverter",
2069
+ "IndustryEnergyPhotovoltaicSystem",
2070
+ "IndustryEnergyPhotovoltaicSystemModule",
2071
+ "IndustryEnergyPhotovoltaicSystemString",
2072
+ "IndustryFluidHeatMeter",
2073
+ "IndustryFluidWaterMeter",
2074
+ "IndustryMaintenanceCostCenter",
2075
+ "IndustryMaintenanceEmployee",
2076
+ "IndustryMaintenanceWorkplace",
2077
+ "OctoSdkDemoMeteringPoint",
2078
+ "OctoSdkDemoOperatingFacility"
2079
+ ],
2080
+ "EnergyCommunityMeteringPoint_MeteringPointUnion": [
2081
+ "EnergyCommunityConsumer",
2082
+ "EnergyCommunityProducer"
2083
+ ],
2084
+ "EnergyCommunityMeteringPoint_ParentUnion": [
2085
+ "EnergyCommunityConsumer",
2086
+ "EnergyCommunityProducer"
2087
+ ],
2088
+ "EnergyCommunityOperatingFacility_FacilitiesUnion": [
2089
+ "EnergyCommunityOperatingFacility"
2090
+ ],
2091
+ "EnergyCommunityOperatingFacility_ParentUnion": [
2092
+ "EnergyCommunityOperatingFacility"
2093
+ ],
2094
+ "EnergyCommunityParticipationPeriod_PeriodsUnion": [
2095
+ "EnergyCommunityParticipationPeriod"
2096
+ ],
1612
2097
  "IndustryBasicEvent_EventUnion": [
1613
2098
  "IndustryBasicAlarm",
1614
2099
  "IndustryBasicEvent"
@@ -1667,6 +2152,43 @@ const result = {
1667
2152
  "IndustryMaintenanceOrder_ParentUnion": [
1668
2153
  "IndustryMaintenanceOrder"
1669
2154
  ],
2155
+ "IndustryManufacturingPartialFeedback_ChildrenUnion": [
2156
+ "IndustryManufacturingPartialFeedback"
2157
+ ],
2158
+ "IndustryManufacturingPartialFeedback_PartialFeedbacksUnion": [
2159
+ "IndustryManufacturingPartialFeedback"
2160
+ ],
2161
+ "IndustryManufacturingProductionOrderItem_ChildrenUnion": [
2162
+ "IndustryManufacturingProductionOrderItem"
2163
+ ],
2164
+ "IndustryManufacturingProductionOrderItem_OrderItemsUnion": [
2165
+ "IndustryManufacturingProductionOrderItem"
2166
+ ],
2167
+ "IndustryManufacturingProductionOrderItem_ProductionOrderItemUnion": [
2168
+ "IndustryManufacturingProductionOrderItem"
2169
+ ],
2170
+ "IndustryManufacturingProductionOrder_ParentUnion": [
2171
+ "IndustryManufacturingProductionOrder"
2172
+ ],
2173
+ "IndustryManufacturingShiftMachine_ChildrenUnion": [
2174
+ "IndustryManufacturingShiftMachine",
2175
+ "IndustryManufacturingShiftOrderItem"
2176
+ ],
2177
+ "IndustryManufacturingShiftMachine_ShiftAssignmentsUnion": [
2178
+ "IndustryManufacturingShiftMachine"
2179
+ ],
2180
+ "IndustryManufacturingShiftMachine_ShiftMachinesUnion": [
2181
+ "IndustryManufacturingShiftMachine"
2182
+ ],
2183
+ "IndustryManufacturingShiftOrderItem_ParentUnion": [
2184
+ "IndustryManufacturingShiftOrderItem"
2185
+ ],
2186
+ "IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnion": [
2187
+ "IndustryManufacturingShiftOrderItem"
2188
+ ],
2189
+ "IndustryManufacturingShift_ParentUnion": [
2190
+ "IndustryManufacturingShift"
2191
+ ],
1670
2192
  "OctoSdkDemoCustomer_OwnedByUnion": [
1671
2193
  "OctoSdkDemoCustomer"
1672
2194
  ],
@@ -1825,8 +2347,32 @@ const result = {
1825
2347
  "SystemEntityInterface": [
1826
2348
  "BasicDocument",
1827
2349
  "BasicEmployee",
2350
+ "BasicEnergyConsumer",
2351
+ "BasicEnergyEdaMessage",
2352
+ "BasicEnergyEdaMeteringPoint",
2353
+ "BasicEnergyEdaProcess",
2354
+ "BasicEnergyEnergyMeasurement",
2355
+ "BasicEnergyMeteringPoint",
2356
+ "BasicEnergyProducer",
1828
2357
  "BasicNamedEntity",
1829
2358
  "BasicTree",
2359
+ "EnergyCommunityBillingDocument",
2360
+ "EnergyCommunityBillingDocumentLineItem",
2361
+ "EnergyCommunityConsumer",
2362
+ "EnergyCommunityCustomer",
2363
+ "EnergyCommunityEdaMessage",
2364
+ "EnergyCommunityEdaMeteringPoint",
2365
+ "EnergyCommunityEdaProcess",
2366
+ "EnergyCommunityEnergyPrice",
2367
+ "EnergyCommunityEnergyQuantity",
2368
+ "EnergyCommunityMeteringPoint",
2369
+ "EnergyCommunityParticipationPeriod",
2370
+ "EnergyCommunityProducer",
2371
+ "EnvironmentCarbonBudget",
2372
+ "EnvironmentCarbonEmission",
2373
+ "EnvironmentCertificateOfOrigin",
2374
+ "EnvironmentComplianceRecord",
2375
+ "EnvironmentEnvironmentalGoal",
1830
2376
  "IndustryBasicAlarm",
1831
2377
  "IndustryBasicEvent",
1832
2378
  "IndustryBasicRuntimeVariable",
@@ -1840,6 +2386,13 @@ const result = {
1840
2386
  "IndustryMaintenanceOrder",
1841
2387
  "IndustryMaintenanceOrderCosts",
1842
2388
  "IndustryMaintenanceOrderFeedback",
2389
+ "IndustryManufacturingPartialFeedback",
2390
+ "IndustryManufacturingProductionOrder",
2391
+ "IndustryManufacturingProductionOrderItem",
2392
+ "IndustryManufacturingShift",
2393
+ "IndustryManufacturingShiftMachine",
2394
+ "IndustryManufacturingShiftOrderItem",
2395
+ "IndustryManufacturingShiftTemplate",
1843
2396
  "OctoSdkDemoCustomer",
1844
2397
  "SystemAggregationRtQuery",
1845
2398
  "SystemAggregationSdQuery",
@@ -1947,6 +2500,7 @@ const result = {
1947
2500
  "SystemUIProcessDiagram",
1948
2501
  "SystemUISymbolDefinition",
1949
2502
  "SystemUISymbolLibrary",
2503
+ "SystemUITreeNavigationConfiguration",
1950
2504
  "SystemUIUIElement"
1951
2505
  ],
1952
2506
  "SystemEntity_ConfiguresUnion": [
@@ -1955,9 +2509,34 @@ const result = {
1955
2509
  "BasicCountry",
1956
2510
  "BasicDistrict",
1957
2511
  "BasicEmployee",
2512
+ "BasicEnergyConsumer",
2513
+ "BasicEnergyEdaMessage",
2514
+ "BasicEnergyEdaMeteringPoint",
2515
+ "BasicEnergyEdaProcess",
2516
+ "BasicEnergyEnergyMeasurement",
2517
+ "BasicEnergyOperatingFacility",
2518
+ "BasicEnergyProducer",
1958
2519
  "BasicState",
1959
2520
  "BasicTree",
1960
2521
  "BasicTreeNode",
2522
+ "EnergyCommunityBillingDocument",
2523
+ "EnergyCommunityBillingDocumentLineItem",
2524
+ "EnergyCommunityConsumer",
2525
+ "EnergyCommunityCustomer",
2526
+ "EnergyCommunityEdaMessage",
2527
+ "EnergyCommunityEdaMeteringPoint",
2528
+ "EnergyCommunityEdaProcess",
2529
+ "EnergyCommunityEnergyPrice",
2530
+ "EnergyCommunityEnergyQuantity",
2531
+ "EnergyCommunityOperatingFacility",
2532
+ "EnergyCommunityParticipationPeriod",
2533
+ "EnergyCommunityProducer",
2534
+ "EnvironmentCarbonBudget",
2535
+ "EnvironmentCarbonEmission",
2536
+ "EnvironmentCertificateOfOrigin",
2537
+ "EnvironmentComplianceRecord",
2538
+ "EnvironmentEnvironmentalGoal",
2539
+ "EnvironmentWasteMeter",
1961
2540
  "IndustryBasicAlarm",
1962
2541
  "IndustryBasicEvent",
1963
2542
  "IndustryBasicMachine",
@@ -1984,6 +2563,13 @@ const result = {
1984
2563
  "IndustryMaintenanceOrderCosts",
1985
2564
  "IndustryMaintenanceOrderFeedback",
1986
2565
  "IndustryMaintenanceWorkplace",
2566
+ "IndustryManufacturingPartialFeedback",
2567
+ "IndustryManufacturingProductionOrder",
2568
+ "IndustryManufacturingProductionOrderItem",
2569
+ "IndustryManufacturingShift",
2570
+ "IndustryManufacturingShiftMachine",
2571
+ "IndustryManufacturingShiftOrderItem",
2572
+ "IndustryManufacturingShiftTemplate",
1987
2573
  "OctoSdkDemoCustomer",
1988
2574
  "OctoSdkDemoMeteringPoint",
1989
2575
  "OctoSdkDemoOperatingFacility",
@@ -2082,7 +2668,8 @@ const result = {
2082
2668
  "SystemUIDashboardWidget",
2083
2669
  "SystemUIProcessDiagram",
2084
2670
  "SystemUISymbolDefinition",
2085
- "SystemUISymbolLibrary"
2671
+ "SystemUISymbolLibrary",
2672
+ "SystemUITreeNavigationConfiguration"
2086
2673
  ],
2087
2674
  "SystemEntity_IsTaggingUnion": [
2088
2675
  "BasicAsset",
@@ -2090,9 +2677,34 @@ const result = {
2090
2677
  "BasicCountry",
2091
2678
  "BasicDistrict",
2092
2679
  "BasicEmployee",
2680
+ "BasicEnergyConsumer",
2681
+ "BasicEnergyEdaMessage",
2682
+ "BasicEnergyEdaMeteringPoint",
2683
+ "BasicEnergyEdaProcess",
2684
+ "BasicEnergyEnergyMeasurement",
2685
+ "BasicEnergyOperatingFacility",
2686
+ "BasicEnergyProducer",
2093
2687
  "BasicState",
2094
2688
  "BasicTree",
2095
2689
  "BasicTreeNode",
2690
+ "EnergyCommunityBillingDocument",
2691
+ "EnergyCommunityBillingDocumentLineItem",
2692
+ "EnergyCommunityConsumer",
2693
+ "EnergyCommunityCustomer",
2694
+ "EnergyCommunityEdaMessage",
2695
+ "EnergyCommunityEdaMeteringPoint",
2696
+ "EnergyCommunityEdaProcess",
2697
+ "EnergyCommunityEnergyPrice",
2698
+ "EnergyCommunityEnergyQuantity",
2699
+ "EnergyCommunityOperatingFacility",
2700
+ "EnergyCommunityParticipationPeriod",
2701
+ "EnergyCommunityProducer",
2702
+ "EnvironmentCarbonBudget",
2703
+ "EnvironmentCarbonEmission",
2704
+ "EnvironmentCertificateOfOrigin",
2705
+ "EnvironmentComplianceRecord",
2706
+ "EnvironmentEnvironmentalGoal",
2707
+ "EnvironmentWasteMeter",
2096
2708
  "IndustryBasicAlarm",
2097
2709
  "IndustryBasicEvent",
2098
2710
  "IndustryBasicMachine",
@@ -2119,6 +2731,13 @@ const result = {
2119
2731
  "IndustryMaintenanceOrderCosts",
2120
2732
  "IndustryMaintenanceOrderFeedback",
2121
2733
  "IndustryMaintenanceWorkplace",
2734
+ "IndustryManufacturingPartialFeedback",
2735
+ "IndustryManufacturingProductionOrder",
2736
+ "IndustryManufacturingProductionOrderItem",
2737
+ "IndustryManufacturingShift",
2738
+ "IndustryManufacturingShiftMachine",
2739
+ "IndustryManufacturingShiftOrderItem",
2740
+ "IndustryManufacturingShiftTemplate",
2122
2741
  "OctoSdkDemoCustomer",
2123
2742
  "OctoSdkDemoMeteringPoint",
2124
2743
  "OctoSdkDemoOperatingFacility",
@@ -2217,7 +2836,8 @@ const result = {
2217
2836
  "SystemUIDashboardWidget",
2218
2837
  "SystemUIProcessDiagram",
2219
2838
  "SystemUISymbolDefinition",
2220
- "SystemUISymbolLibrary"
2839
+ "SystemUISymbolLibrary",
2840
+ "SystemUITreeNavigationConfiguration"
2221
2841
  ],
2222
2842
  "SystemEntity_MappedAsSourceUnion": [
2223
2843
  "BasicAsset",
@@ -2225,9 +2845,34 @@ const result = {
2225
2845
  "BasicCountry",
2226
2846
  "BasicDistrict",
2227
2847
  "BasicEmployee",
2848
+ "BasicEnergyConsumer",
2849
+ "BasicEnergyEdaMessage",
2850
+ "BasicEnergyEdaMeteringPoint",
2851
+ "BasicEnergyEdaProcess",
2852
+ "BasicEnergyEnergyMeasurement",
2853
+ "BasicEnergyOperatingFacility",
2854
+ "BasicEnergyProducer",
2228
2855
  "BasicState",
2229
2856
  "BasicTree",
2230
2857
  "BasicTreeNode",
2858
+ "EnergyCommunityBillingDocument",
2859
+ "EnergyCommunityBillingDocumentLineItem",
2860
+ "EnergyCommunityConsumer",
2861
+ "EnergyCommunityCustomer",
2862
+ "EnergyCommunityEdaMessage",
2863
+ "EnergyCommunityEdaMeteringPoint",
2864
+ "EnergyCommunityEdaProcess",
2865
+ "EnergyCommunityEnergyPrice",
2866
+ "EnergyCommunityEnergyQuantity",
2867
+ "EnergyCommunityOperatingFacility",
2868
+ "EnergyCommunityParticipationPeriod",
2869
+ "EnergyCommunityProducer",
2870
+ "EnvironmentCarbonBudget",
2871
+ "EnvironmentCarbonEmission",
2872
+ "EnvironmentCertificateOfOrigin",
2873
+ "EnvironmentComplianceRecord",
2874
+ "EnvironmentEnvironmentalGoal",
2875
+ "EnvironmentWasteMeter",
2231
2876
  "IndustryBasicAlarm",
2232
2877
  "IndustryBasicEvent",
2233
2878
  "IndustryBasicMachine",
@@ -2254,6 +2899,13 @@ const result = {
2254
2899
  "IndustryMaintenanceOrderCosts",
2255
2900
  "IndustryMaintenanceOrderFeedback",
2256
2901
  "IndustryMaintenanceWorkplace",
2902
+ "IndustryManufacturingPartialFeedback",
2903
+ "IndustryManufacturingProductionOrder",
2904
+ "IndustryManufacturingProductionOrderItem",
2905
+ "IndustryManufacturingShift",
2906
+ "IndustryManufacturingShiftMachine",
2907
+ "IndustryManufacturingShiftOrderItem",
2908
+ "IndustryManufacturingShiftTemplate",
2257
2909
  "OctoSdkDemoCustomer",
2258
2910
  "OctoSdkDemoMeteringPoint",
2259
2911
  "OctoSdkDemoOperatingFacility",
@@ -2352,7 +3004,8 @@ const result = {
2352
3004
  "SystemUIDashboardWidget",
2353
3005
  "SystemUIProcessDiagram",
2354
3006
  "SystemUISymbolDefinition",
2355
- "SystemUISymbolLibrary"
3007
+ "SystemUISymbolLibrary",
3008
+ "SystemUITreeNavigationConfiguration"
2356
3009
  ],
2357
3010
  "SystemEntity_MappedAsTargetUnion": [
2358
3011
  "BasicAsset",
@@ -2360,9 +3013,34 @@ const result = {
2360
3013
  "BasicCountry",
2361
3014
  "BasicDistrict",
2362
3015
  "BasicEmployee",
3016
+ "BasicEnergyConsumer",
3017
+ "BasicEnergyEdaMessage",
3018
+ "BasicEnergyEdaMeteringPoint",
3019
+ "BasicEnergyEdaProcess",
3020
+ "BasicEnergyEnergyMeasurement",
3021
+ "BasicEnergyOperatingFacility",
3022
+ "BasicEnergyProducer",
2363
3023
  "BasicState",
2364
3024
  "BasicTree",
2365
3025
  "BasicTreeNode",
3026
+ "EnergyCommunityBillingDocument",
3027
+ "EnergyCommunityBillingDocumentLineItem",
3028
+ "EnergyCommunityConsumer",
3029
+ "EnergyCommunityCustomer",
3030
+ "EnergyCommunityEdaMessage",
3031
+ "EnergyCommunityEdaMeteringPoint",
3032
+ "EnergyCommunityEdaProcess",
3033
+ "EnergyCommunityEnergyPrice",
3034
+ "EnergyCommunityEnergyQuantity",
3035
+ "EnergyCommunityOperatingFacility",
3036
+ "EnergyCommunityParticipationPeriod",
3037
+ "EnergyCommunityProducer",
3038
+ "EnvironmentCarbonBudget",
3039
+ "EnvironmentCarbonEmission",
3040
+ "EnvironmentCertificateOfOrigin",
3041
+ "EnvironmentComplianceRecord",
3042
+ "EnvironmentEnvironmentalGoal",
3043
+ "EnvironmentWasteMeter",
2366
3044
  "IndustryBasicAlarm",
2367
3045
  "IndustryBasicEvent",
2368
3046
  "IndustryBasicMachine",
@@ -2389,6 +3067,13 @@ const result = {
2389
3067
  "IndustryMaintenanceOrderCosts",
2390
3068
  "IndustryMaintenanceOrderFeedback",
2391
3069
  "IndustryMaintenanceWorkplace",
3070
+ "IndustryManufacturingPartialFeedback",
3071
+ "IndustryManufacturingProductionOrder",
3072
+ "IndustryManufacturingProductionOrderItem",
3073
+ "IndustryManufacturingShift",
3074
+ "IndustryManufacturingShiftMachine",
3075
+ "IndustryManufacturingShiftOrderItem",
3076
+ "IndustryManufacturingShiftTemplate",
2392
3077
  "OctoSdkDemoCustomer",
2393
3078
  "OctoSdkDemoMeteringPoint",
2394
3079
  "OctoSdkDemoOperatingFacility",
@@ -2487,7 +3172,8 @@ const result = {
2487
3172
  "SystemUIDashboardWidget",
2488
3173
  "SystemUIProcessDiagram",
2489
3174
  "SystemUISymbolDefinition",
2490
- "SystemUISymbolLibrary"
3175
+ "SystemUISymbolLibrary",
3176
+ "SystemUITreeNavigationConfiguration"
2491
3177
  ],
2492
3178
  "SystemEntity_RelatesFromUnion": [
2493
3179
  "BasicAsset",
@@ -2495,9 +3181,34 @@ const result = {
2495
3181
  "BasicCountry",
2496
3182
  "BasicDistrict",
2497
3183
  "BasicEmployee",
3184
+ "BasicEnergyConsumer",
3185
+ "BasicEnergyEdaMessage",
3186
+ "BasicEnergyEdaMeteringPoint",
3187
+ "BasicEnergyEdaProcess",
3188
+ "BasicEnergyEnergyMeasurement",
3189
+ "BasicEnergyOperatingFacility",
3190
+ "BasicEnergyProducer",
2498
3191
  "BasicState",
2499
3192
  "BasicTree",
2500
3193
  "BasicTreeNode",
3194
+ "EnergyCommunityBillingDocument",
3195
+ "EnergyCommunityBillingDocumentLineItem",
3196
+ "EnergyCommunityConsumer",
3197
+ "EnergyCommunityCustomer",
3198
+ "EnergyCommunityEdaMessage",
3199
+ "EnergyCommunityEdaMeteringPoint",
3200
+ "EnergyCommunityEdaProcess",
3201
+ "EnergyCommunityEnergyPrice",
3202
+ "EnergyCommunityEnergyQuantity",
3203
+ "EnergyCommunityOperatingFacility",
3204
+ "EnergyCommunityParticipationPeriod",
3205
+ "EnergyCommunityProducer",
3206
+ "EnvironmentCarbonBudget",
3207
+ "EnvironmentCarbonEmission",
3208
+ "EnvironmentCertificateOfOrigin",
3209
+ "EnvironmentComplianceRecord",
3210
+ "EnvironmentEnvironmentalGoal",
3211
+ "EnvironmentWasteMeter",
2501
3212
  "IndustryBasicAlarm",
2502
3213
  "IndustryBasicEvent",
2503
3214
  "IndustryBasicMachine",
@@ -2524,6 +3235,13 @@ const result = {
2524
3235
  "IndustryMaintenanceOrderCosts",
2525
3236
  "IndustryMaintenanceOrderFeedback",
2526
3237
  "IndustryMaintenanceWorkplace",
3238
+ "IndustryManufacturingPartialFeedback",
3239
+ "IndustryManufacturingProductionOrder",
3240
+ "IndustryManufacturingProductionOrderItem",
3241
+ "IndustryManufacturingShift",
3242
+ "IndustryManufacturingShiftMachine",
3243
+ "IndustryManufacturingShiftOrderItem",
3244
+ "IndustryManufacturingShiftTemplate",
2527
3245
  "OctoSdkDemoCustomer",
2528
3246
  "OctoSdkDemoMeteringPoint",
2529
3247
  "OctoSdkDemoOperatingFacility",
@@ -2622,7 +3340,8 @@ const result = {
2622
3340
  "SystemUIDashboardWidget",
2623
3341
  "SystemUIProcessDiagram",
2624
3342
  "SystemUISymbolDefinition",
2625
- "SystemUISymbolLibrary"
3343
+ "SystemUISymbolLibrary",
3344
+ "SystemUITreeNavigationConfiguration"
2626
3345
  ],
2627
3346
  "SystemEntity_RelatesToUnion": [
2628
3347
  "BasicAsset",
@@ -2630,9 +3349,34 @@ const result = {
2630
3349
  "BasicCountry",
2631
3350
  "BasicDistrict",
2632
3351
  "BasicEmployee",
3352
+ "BasicEnergyConsumer",
3353
+ "BasicEnergyEdaMessage",
3354
+ "BasicEnergyEdaMeteringPoint",
3355
+ "BasicEnergyEdaProcess",
3356
+ "BasicEnergyEnergyMeasurement",
3357
+ "BasicEnergyOperatingFacility",
3358
+ "BasicEnergyProducer",
2633
3359
  "BasicState",
2634
3360
  "BasicTree",
2635
3361
  "BasicTreeNode",
3362
+ "EnergyCommunityBillingDocument",
3363
+ "EnergyCommunityBillingDocumentLineItem",
3364
+ "EnergyCommunityConsumer",
3365
+ "EnergyCommunityCustomer",
3366
+ "EnergyCommunityEdaMessage",
3367
+ "EnergyCommunityEdaMeteringPoint",
3368
+ "EnergyCommunityEdaProcess",
3369
+ "EnergyCommunityEnergyPrice",
3370
+ "EnergyCommunityEnergyQuantity",
3371
+ "EnergyCommunityOperatingFacility",
3372
+ "EnergyCommunityParticipationPeriod",
3373
+ "EnergyCommunityProducer",
3374
+ "EnvironmentCarbonBudget",
3375
+ "EnvironmentCarbonEmission",
3376
+ "EnvironmentCertificateOfOrigin",
3377
+ "EnvironmentComplianceRecord",
3378
+ "EnvironmentEnvironmentalGoal",
3379
+ "EnvironmentWasteMeter",
2636
3380
  "IndustryBasicAlarm",
2637
3381
  "IndustryBasicEvent",
2638
3382
  "IndustryBasicMachine",
@@ -2659,6 +3403,13 @@ const result = {
2659
3403
  "IndustryMaintenanceOrderCosts",
2660
3404
  "IndustryMaintenanceOrderFeedback",
2661
3405
  "IndustryMaintenanceWorkplace",
3406
+ "IndustryManufacturingPartialFeedback",
3407
+ "IndustryManufacturingProductionOrder",
3408
+ "IndustryManufacturingProductionOrderItem",
3409
+ "IndustryManufacturingShift",
3410
+ "IndustryManufacturingShiftMachine",
3411
+ "IndustryManufacturingShiftOrderItem",
3412
+ "IndustryManufacturingShiftTemplate",
2662
3413
  "OctoSdkDemoCustomer",
2663
3414
  "OctoSdkDemoMeteringPoint",
2664
3415
  "OctoSdkDemoOperatingFacility",
@@ -2757,7 +3508,8 @@ const result = {
2757
3508
  "SystemUIDashboardWidget",
2758
3509
  "SystemUIProcessDiagram",
2759
3510
  "SystemUISymbolDefinition",
2760
- "SystemUISymbolLibrary"
3511
+ "SystemUISymbolLibrary",
3512
+ "SystemUITreeNavigationConfiguration"
2761
3513
  ],
2762
3514
  "SystemIdentityClient_AssignedEntitiesUnion": [
2763
3515
  "SystemIdentityClient",
@@ -2852,7 +3604,8 @@ const result = {
2852
3604
  "SystemUIDashboardWidget",
2853
3605
  "SystemUIProcessDiagram",
2854
3606
  "SystemUISymbolDefinition",
2855
- "SystemUISymbolLibrary"
3607
+ "SystemUISymbolLibrary",
3608
+ "SystemUITreeNavigationConfiguration"
2856
3609
  ]
2857
3610
  }
2858
3611
  };
@@ -5677,5 +6430,5 @@ function provideOctoServices(octoServiceOptions) {
5677
6430
  * Generated bundle index. Do not edit.
5678
6431
  */
5679
6432
 
5680
- export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, ArchiveStorageHealthDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BlueprintConflictResolutionDto, BlueprintUpdateModeDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkRollupFunctionDto, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, FieldFilterOperatorsDto, FormulaResultTypeDto, 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, SortOrdersDto, SystemAggregationTypesDto, SystemAiApprovalModeDto, SystemAiApprovalReasonDto, SystemAiApprovalStatusDto, SystemAiAuthModeDto, SystemAiConflictModeDto, SystemAiCredentialKindDto, SystemAiJobKindDto, SystemAiJobStatusDto, SystemAiKnowledgeKindDto, SystemAiLeaseStatusDto, SystemAiModelTierDto, SystemAiRiskLevelDto, SystemAiSessionEventKindDto, SystemAiSessionStatusDto, SystemAiSubscriptionScopeDto, SystemAiTicketScopeDto, SystemAiTicketStatusDto, SystemAiWorkspaceModeDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationEnvironmentDto, SystemCommunicationHelmChannelDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, SystemStreamDataBucketAlignmentDto, SystemStreamDataCkArchiveStatusDto, SystemStreamDataCkComputedColumnResultTypeDto, SystemStreamDataCkComputedColumnStateDto, SystemStreamDataCkRecomputeChangeKindDto, SystemStreamDataCkRecomputeChangeSourceDto, SystemStreamDataCkRecomputeJobStateDto, SystemStreamDataCkRecomputeTriggerDto, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, octoDataIdFromObject, result as possibleTypes, provideOctoServices };
6433
+ export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, ArchiveStorageHealthDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicEnergyCarrierTypeDto, BasicEnergyDataQualityDto, BasicEnergyFacilityTypeDto, BasicEnergyProductionTypeDto, BasicEnergyStateDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BlueprintConflictResolutionDto, BlueprintUpdateModeDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkRollupFunctionDto, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyCommunityBillingCycleDto, EnergyCommunityBillingDocumentStateDto, EnergyCommunityBillingTypeDto, EnergyCommunityDataQualityDto, EnergyCommunityFacilityTypeDto, EnergyCommunityProductionTypeDto, EnergyCommunityStateDto, EnergyCommunityTaxProcedureCreditNoteDto, EnvironmentCarbonScopeDto, EnvironmentComplianceCategoryDto, EnvironmentComplianceStatusDto, EnvironmentEnergySourceDto, EnvironmentGoalStateDto, FieldFilterOperatorsDto, FormulaResultTypeDto, 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, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrdersDto, SystemAggregationTypesDto, SystemAiApprovalModeDto, SystemAiApprovalReasonDto, SystemAiApprovalStatusDto, SystemAiAuthModeDto, SystemAiConflictModeDto, SystemAiCredentialKindDto, SystemAiJobKindDto, SystemAiJobStatusDto, SystemAiKnowledgeKindDto, SystemAiLeaseStatusDto, SystemAiModelTierDto, SystemAiRiskLevelDto, SystemAiSessionEventKindDto, SystemAiSessionStatusDto, SystemAiSubscriptionScopeDto, SystemAiTicketScopeDto, SystemAiTicketStatusDto, SystemAiWorkspaceModeDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationEnvironmentDto, SystemCommunicationHelmChannelDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, SystemStreamDataBucketAlignmentDto, SystemStreamDataCkArchiveStatusDto, SystemStreamDataCkComputedColumnResultTypeDto, SystemStreamDataCkComputedColumnStateDto, SystemStreamDataCkRecomputeChangeKindDto, SystemStreamDataCkRecomputeChangeSourceDto, SystemStreamDataCkRecomputeJobStateDto, SystemStreamDataCkRecomputeTriggerDto, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, octoDataIdFromObject, result as possibleTypes, provideOctoServices };
5681
6434
  //# sourceMappingURL=meshmakers-octo-services.mjs.map