@meshmakers/octo-services 3.3.1180 → 3.3.1200
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.
|
@@ -489,6 +489,150 @@ var DeleteStrategiesDto;
|
|
|
489
489
|
DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
|
|
490
490
|
DeleteStrategiesDto["EraseDto"] = "ERASE";
|
|
491
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 = {}));
|
|
492
636
|
/** Defines the operator of field compare */
|
|
493
637
|
var FieldFilterOperatorsDto;
|
|
494
638
|
(function (FieldFilterOperatorsDto) {
|
|
@@ -682,6 +826,84 @@ var IndustryEnergyTariffTypeDto;
|
|
|
682
826
|
IndustryEnergyTariffTypeDto["PeakDto"] = "PEAK";
|
|
683
827
|
IndustryEnergyTariffTypeDto["StandardDto"] = "STANDARD";
|
|
684
828
|
})(IndustryEnergyTariffTypeDto || (IndustryEnergyTariffTypeDto = {}));
|
|
829
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/AggregationType' */
|
|
830
|
+
var IndustryMaintenanceAggregationTypeDto;
|
|
831
|
+
(function (IndustryMaintenanceAggregationTypeDto) {
|
|
832
|
+
IndustryMaintenanceAggregationTypeDto["FiscalYearDto"] = "FISCAL_YEAR";
|
|
833
|
+
IndustryMaintenanceAggregationTypeDto["MonthDto"] = "MONTH";
|
|
834
|
+
IndustryMaintenanceAggregationTypeDto["WeekDto"] = "WEEK";
|
|
835
|
+
})(IndustryMaintenanceAggregationTypeDto || (IndustryMaintenanceAggregationTypeDto = {}));
|
|
836
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/CostCategory' */
|
|
837
|
+
var IndustryMaintenanceCostCategoryDto;
|
|
838
|
+
(function (IndustryMaintenanceCostCategoryDto) {
|
|
839
|
+
IndustryMaintenanceCostCategoryDto["ExternalDto"] = "EXTERNAL";
|
|
840
|
+
IndustryMaintenanceCostCategoryDto["InternalDto"] = "INTERNAL";
|
|
841
|
+
IndustryMaintenanceCostCategoryDto["MaterialDto"] = "MATERIAL";
|
|
842
|
+
})(IndustryMaintenanceCostCategoryDto || (IndustryMaintenanceCostCategoryDto = {}));
|
|
843
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceGroup' */
|
|
844
|
+
var IndustryMaintenanceEnergyBalanceGroupDto;
|
|
845
|
+
(function (IndustryMaintenanceEnergyBalanceGroupDto) {
|
|
846
|
+
IndustryMaintenanceEnergyBalanceGroupDto["UndefinedDto"] = "UNDEFINED";
|
|
847
|
+
})(IndustryMaintenanceEnergyBalanceGroupDto || (IndustryMaintenanceEnergyBalanceGroupDto = {}));
|
|
848
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceProduct' */
|
|
849
|
+
var IndustryMaintenanceEnergyBalanceProductDto;
|
|
850
|
+
(function (IndustryMaintenanceEnergyBalanceProductDto) {
|
|
851
|
+
IndustryMaintenanceEnergyBalanceProductDto["UndefinedDto"] = "UNDEFINED";
|
|
852
|
+
})(IndustryMaintenanceEnergyBalanceProductDto || (IndustryMaintenanceEnergyBalanceProductDto = {}));
|
|
853
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceUnit' */
|
|
854
|
+
var IndustryMaintenanceEnergyBalanceUnitDto;
|
|
855
|
+
(function (IndustryMaintenanceEnergyBalanceUnitDto) {
|
|
856
|
+
IndustryMaintenanceEnergyBalanceUnitDto["UndefinedDto"] = "UNDEFINED";
|
|
857
|
+
})(IndustryMaintenanceEnergyBalanceUnitDto || (IndustryMaintenanceEnergyBalanceUnitDto = {}));
|
|
858
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderPriority' */
|
|
859
|
+
var IndustryMaintenanceOrderPriorityDto;
|
|
860
|
+
(function (IndustryMaintenanceOrderPriorityDto) {
|
|
861
|
+
IndustryMaintenanceOrderPriorityDto["UndefinedDto"] = "UNDEFINED";
|
|
862
|
+
})(IndustryMaintenanceOrderPriorityDto || (IndustryMaintenanceOrderPriorityDto = {}));
|
|
863
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderState' */
|
|
864
|
+
var IndustryMaintenanceOrderStateDto;
|
|
865
|
+
(function (IndustryMaintenanceOrderStateDto) {
|
|
866
|
+
IndustryMaintenanceOrderStateDto["UndefinedDto"] = "UNDEFINED";
|
|
867
|
+
})(IndustryMaintenanceOrderStateDto || (IndustryMaintenanceOrderStateDto = {}));
|
|
868
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderType' */
|
|
869
|
+
var IndustryMaintenanceOrderTypeDto;
|
|
870
|
+
(function (IndustryMaintenanceOrderTypeDto) {
|
|
871
|
+
IndustryMaintenanceOrderTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
872
|
+
})(IndustryMaintenanceOrderTypeDto || (IndustryMaintenanceOrderTypeDto = {}));
|
|
873
|
+
/** Runtime entities of construction kit enum 'Industry.Maintenance/ServiceType' */
|
|
874
|
+
var IndustryMaintenanceServiceTypeDto;
|
|
875
|
+
(function (IndustryMaintenanceServiceTypeDto) {
|
|
876
|
+
IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
877
|
+
})(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
|
|
878
|
+
/** Runtime entities of construction kit enum 'Industry.Manufacturing/FeedbackSyncState' */
|
|
879
|
+
var IndustryManufacturingFeedbackSyncStateDto;
|
|
880
|
+
(function (IndustryManufacturingFeedbackSyncStateDto) {
|
|
881
|
+
IndustryManufacturingFeedbackSyncStateDto["SyncedDto"] = "SYNCED";
|
|
882
|
+
IndustryManufacturingFeedbackSyncStateDto["UnsyncedDto"] = "UNSYNCED";
|
|
883
|
+
})(IndustryManufacturingFeedbackSyncStateDto || (IndustryManufacturingFeedbackSyncStateDto = {}));
|
|
884
|
+
/** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderItemState' */
|
|
885
|
+
var IndustryManufacturingProductionOrderItemStateDto;
|
|
886
|
+
(function (IndustryManufacturingProductionOrderItemStateDto) {
|
|
887
|
+
IndustryManufacturingProductionOrderItemStateDto["CancelledDto"] = "CANCELLED";
|
|
888
|
+
IndustryManufacturingProductionOrderItemStateDto["ConfirmedDto"] = "CONFIRMED";
|
|
889
|
+
IndustryManufacturingProductionOrderItemStateDto["CreatedDto"] = "CREATED";
|
|
890
|
+
IndustryManufacturingProductionOrderItemStateDto["DeliveredDto"] = "DELIVERED";
|
|
891
|
+
IndustryManufacturingProductionOrderItemStateDto["InterruptedDto"] = "INTERRUPTED";
|
|
892
|
+
IndustryManufacturingProductionOrderItemStateDto["InProgressDto"] = "IN_PROGRESS";
|
|
893
|
+
IndustryManufacturingProductionOrderItemStateDto["PausedDto"] = "PAUSED";
|
|
894
|
+
IndustryManufacturingProductionOrderItemStateDto["ReleasedDto"] = "RELEASED";
|
|
895
|
+
IndustryManufacturingProductionOrderItemStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
|
|
896
|
+
})(IndustryManufacturingProductionOrderItemStateDto || (IndustryManufacturingProductionOrderItemStateDto = {}));
|
|
897
|
+
/** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderState' */
|
|
898
|
+
var IndustryManufacturingProductionOrderStateDto;
|
|
899
|
+
(function (IndustryManufacturingProductionOrderStateDto) {
|
|
900
|
+
IndustryManufacturingProductionOrderStateDto["CancelledDto"] = "CANCELLED";
|
|
901
|
+
IndustryManufacturingProductionOrderStateDto["ConfirmedDto"] = "CONFIRMED";
|
|
902
|
+
IndustryManufacturingProductionOrderStateDto["CreatedDto"] = "CREATED";
|
|
903
|
+
IndustryManufacturingProductionOrderStateDto["DeliveredDto"] = "DELIVERED";
|
|
904
|
+
IndustryManufacturingProductionOrderStateDto["ReleasedDto"] = "RELEASED";
|
|
905
|
+
IndustryManufacturingProductionOrderStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
|
|
906
|
+
})(IndustryManufacturingProductionOrderStateDto || (IndustryManufacturingProductionOrderStateDto = {}));
|
|
685
907
|
/** Enum of the availability states of models. */
|
|
686
908
|
var ModelStateDto;
|
|
687
909
|
(function (ModelStateDto) {
|
|
@@ -755,6 +977,146 @@ var SystemAggregationTypesDto;
|
|
|
755
977
|
/** Calculates the sum of values */
|
|
756
978
|
SystemAggregationTypesDto["SumDto"] = "SUM";
|
|
757
979
|
})(SystemAggregationTypesDto || (SystemAggregationTypesDto = {}));
|
|
980
|
+
/** Runtime entities of construction kit enum 'System.Ai/ApprovalMode' */
|
|
981
|
+
var SystemAiApprovalModeDto;
|
|
982
|
+
(function (SystemAiApprovalModeDto) {
|
|
983
|
+
SystemAiApprovalModeDto["AutoDto"] = "AUTO";
|
|
984
|
+
SystemAiApprovalModeDto["DisabledDto"] = "DISABLED";
|
|
985
|
+
SystemAiApprovalModeDto["RequiredDto"] = "REQUIRED";
|
|
986
|
+
})(SystemAiApprovalModeDto || (SystemAiApprovalModeDto = {}));
|
|
987
|
+
/** Runtime entities of construction kit enum 'System.Ai/ApprovalReason' */
|
|
988
|
+
var SystemAiApprovalReasonDto;
|
|
989
|
+
(function (SystemAiApprovalReasonDto) {
|
|
990
|
+
SystemAiApprovalReasonDto["ConflictDto"] = "CONFLICT";
|
|
991
|
+
SystemAiApprovalReasonDto["ManualDto"] = "MANUAL";
|
|
992
|
+
SystemAiApprovalReasonDto["QuotaOverrideDto"] = "QUOTA_OVERRIDE";
|
|
993
|
+
SystemAiApprovalReasonDto["RiskDto"] = "RISK";
|
|
994
|
+
})(SystemAiApprovalReasonDto || (SystemAiApprovalReasonDto = {}));
|
|
995
|
+
/** Runtime entities of construction kit enum 'System.Ai/ApprovalStatus' */
|
|
996
|
+
var SystemAiApprovalStatusDto;
|
|
997
|
+
(function (SystemAiApprovalStatusDto) {
|
|
998
|
+
SystemAiApprovalStatusDto["ApprovedDto"] = "APPROVED";
|
|
999
|
+
SystemAiApprovalStatusDto["PendingDto"] = "PENDING";
|
|
1000
|
+
SystemAiApprovalStatusDto["RejectedDto"] = "REJECTED";
|
|
1001
|
+
SystemAiApprovalStatusDto["TimedOutDto"] = "TIMED_OUT";
|
|
1002
|
+
})(SystemAiApprovalStatusDto || (SystemAiApprovalStatusDto = {}));
|
|
1003
|
+
/** Runtime entities of construction kit enum 'System.Ai/AuthMode' */
|
|
1004
|
+
var SystemAiAuthModeDto;
|
|
1005
|
+
(function (SystemAiAuthModeDto) {
|
|
1006
|
+
SystemAiAuthModeDto["ByoKeyDto"] = "BYO_KEY";
|
|
1007
|
+
SystemAiAuthModeDto["CentralKeyDto"] = "CENTRAL_KEY";
|
|
1008
|
+
SystemAiAuthModeDto["SubscriptionDto"] = "SUBSCRIPTION";
|
|
1009
|
+
})(SystemAiAuthModeDto || (SystemAiAuthModeDto = {}));
|
|
1010
|
+
/** Runtime entities of construction kit enum 'System.Ai/ConflictMode' */
|
|
1011
|
+
var SystemAiConflictModeDto;
|
|
1012
|
+
(function (SystemAiConflictModeDto) {
|
|
1013
|
+
SystemAiConflictModeDto["AlwaysApproveDto"] = "ALWAYS_APPROVE";
|
|
1014
|
+
SystemAiConflictModeDto["AutoRetryDto"] = "AUTO_RETRY";
|
|
1015
|
+
SystemAiConflictModeDto["RetryThenApproveDto"] = "RETRY_THEN_APPROVE";
|
|
1016
|
+
})(SystemAiConflictModeDto || (SystemAiConflictModeDto = {}));
|
|
1017
|
+
/** Runtime entities of construction kit enum 'System.Ai/CredentialKind' */
|
|
1018
|
+
var SystemAiCredentialKindDto;
|
|
1019
|
+
(function (SystemAiCredentialKindDto) {
|
|
1020
|
+
SystemAiCredentialKindDto["DevSshAuthorizedKeyDto"] = "DEV_SSH_AUTHORIZED_KEY";
|
|
1021
|
+
SystemAiCredentialKindDto["GitHubPatDto"] = "GIT_HUB_PAT";
|
|
1022
|
+
SystemAiCredentialKindDto["SshKeyDto"] = "SSH_KEY";
|
|
1023
|
+
})(SystemAiCredentialKindDto || (SystemAiCredentialKindDto = {}));
|
|
1024
|
+
/** Runtime entities of construction kit enum 'System.Ai/JobKind' */
|
|
1025
|
+
var SystemAiJobKindDto;
|
|
1026
|
+
(function (SystemAiJobKindDto) {
|
|
1027
|
+
SystemAiJobKindDto["AdminDto"] = "ADMIN";
|
|
1028
|
+
SystemAiJobKindDto["ApplicationDto"] = "APPLICATION";
|
|
1029
|
+
SystemAiJobKindDto["DataModelDto"] = "DATA_MODEL";
|
|
1030
|
+
SystemAiJobKindDto["FreeFormDto"] = "FREE_FORM";
|
|
1031
|
+
SystemAiJobKindDto["RuntimeDataDto"] = "RUNTIME_DATA";
|
|
1032
|
+
})(SystemAiJobKindDto || (SystemAiJobKindDto = {}));
|
|
1033
|
+
/** Runtime entities of construction kit enum 'System.Ai/JobStatus' */
|
|
1034
|
+
var SystemAiJobStatusDto;
|
|
1035
|
+
(function (SystemAiJobStatusDto) {
|
|
1036
|
+
SystemAiJobStatusDto["ActiveDto"] = "ACTIVE";
|
|
1037
|
+
SystemAiJobStatusDto["CancelledDto"] = "CANCELLED";
|
|
1038
|
+
SystemAiJobStatusDto["CompletedDto"] = "COMPLETED";
|
|
1039
|
+
SystemAiJobStatusDto["FailedDto"] = "FAILED";
|
|
1040
|
+
})(SystemAiJobStatusDto || (SystemAiJobStatusDto = {}));
|
|
1041
|
+
/** Runtime entities of construction kit enum 'System.Ai/KnowledgeKind' */
|
|
1042
|
+
var SystemAiKnowledgeKindDto;
|
|
1043
|
+
(function (SystemAiKnowledgeKindDto) {
|
|
1044
|
+
SystemAiKnowledgeKindDto["ClaudeMdDto"] = "CLAUDE_MD";
|
|
1045
|
+
SystemAiKnowledgeKindDto["McpResourceDto"] = "MCP_RESOURCE";
|
|
1046
|
+
SystemAiKnowledgeKindDto["RagDocDto"] = "RAG_DOC";
|
|
1047
|
+
SystemAiKnowledgeKindDto["UrlDto"] = "URL";
|
|
1048
|
+
})(SystemAiKnowledgeKindDto || (SystemAiKnowledgeKindDto = {}));
|
|
1049
|
+
/** Runtime entities of construction kit enum 'System.Ai/LeaseStatus' */
|
|
1050
|
+
var SystemAiLeaseStatusDto;
|
|
1051
|
+
(function (SystemAiLeaseStatusDto) {
|
|
1052
|
+
SystemAiLeaseStatusDto["ActiveDto"] = "ACTIVE";
|
|
1053
|
+
SystemAiLeaseStatusDto["ExpiredDto"] = "EXPIRED";
|
|
1054
|
+
SystemAiLeaseStatusDto["RefreshFailedDto"] = "REFRESH_FAILED";
|
|
1055
|
+
SystemAiLeaseStatusDto["RevokedDto"] = "REVOKED";
|
|
1056
|
+
})(SystemAiLeaseStatusDto || (SystemAiLeaseStatusDto = {}));
|
|
1057
|
+
/** Runtime entities of construction kit enum 'System.Ai/ModelTier' */
|
|
1058
|
+
var SystemAiModelTierDto;
|
|
1059
|
+
(function (SystemAiModelTierDto) {
|
|
1060
|
+
SystemAiModelTierDto["HaikuDto"] = "HAIKU";
|
|
1061
|
+
SystemAiModelTierDto["OpusDto"] = "OPUS";
|
|
1062
|
+
SystemAiModelTierDto["SonnetDto"] = "SONNET";
|
|
1063
|
+
})(SystemAiModelTierDto || (SystemAiModelTierDto = {}));
|
|
1064
|
+
/** Runtime entities of construction kit enum 'System.Ai/RiskLevel' */
|
|
1065
|
+
var SystemAiRiskLevelDto;
|
|
1066
|
+
(function (SystemAiRiskLevelDto) {
|
|
1067
|
+
SystemAiRiskLevelDto["HighDto"] = "HIGH";
|
|
1068
|
+
SystemAiRiskLevelDto["LowDto"] = "LOW";
|
|
1069
|
+
SystemAiRiskLevelDto["MediumDto"] = "MEDIUM";
|
|
1070
|
+
})(SystemAiRiskLevelDto || (SystemAiRiskLevelDto = {}));
|
|
1071
|
+
/** Runtime entities of construction kit enum 'System.Ai/SessionEventKind' */
|
|
1072
|
+
var SystemAiSessionEventKindDto;
|
|
1073
|
+
(function (SystemAiSessionEventKindDto) {
|
|
1074
|
+
SystemAiSessionEventKindDto["ErrorDto"] = "ERROR";
|
|
1075
|
+
SystemAiSessionEventKindDto["HookDto"] = "HOOK";
|
|
1076
|
+
SystemAiSessionEventKindDto["MessageDto"] = "MESSAGE";
|
|
1077
|
+
SystemAiSessionEventKindDto["StatusChangeDto"] = "STATUS_CHANGE";
|
|
1078
|
+
SystemAiSessionEventKindDto["ToolCallDto"] = "TOOL_CALL";
|
|
1079
|
+
SystemAiSessionEventKindDto["ToolResultDto"] = "TOOL_RESULT";
|
|
1080
|
+
})(SystemAiSessionEventKindDto || (SystemAiSessionEventKindDto = {}));
|
|
1081
|
+
/** Runtime entities of construction kit enum 'System.Ai/SessionStatus' */
|
|
1082
|
+
var SystemAiSessionStatusDto;
|
|
1083
|
+
(function (SystemAiSessionStatusDto) {
|
|
1084
|
+
SystemAiSessionStatusDto["CancelledDto"] = "CANCELLED";
|
|
1085
|
+
SystemAiSessionStatusDto["CompletedDto"] = "COMPLETED";
|
|
1086
|
+
SystemAiSessionStatusDto["FailedDto"] = "FAILED";
|
|
1087
|
+
SystemAiSessionStatusDto["PausedDto"] = "PAUSED";
|
|
1088
|
+
SystemAiSessionStatusDto["QueuedDto"] = "QUEUED";
|
|
1089
|
+
SystemAiSessionStatusDto["QuotaBlockedDto"] = "QUOTA_BLOCKED";
|
|
1090
|
+
SystemAiSessionStatusDto["RateLimitedDto"] = "RATE_LIMITED";
|
|
1091
|
+
SystemAiSessionStatusDto["RunningDto"] = "RUNNING";
|
|
1092
|
+
})(SystemAiSessionStatusDto || (SystemAiSessionStatusDto = {}));
|
|
1093
|
+
/** Runtime entities of construction kit enum 'System.Ai/SubscriptionScope' */
|
|
1094
|
+
var SystemAiSubscriptionScopeDto;
|
|
1095
|
+
(function (SystemAiSubscriptionScopeDto) {
|
|
1096
|
+
SystemAiSubscriptionScopeDto["MeshmakersPoolDto"] = "MESHMAKERS_POOL";
|
|
1097
|
+
SystemAiSubscriptionScopeDto["PerUserDto"] = "PER_USER";
|
|
1098
|
+
SystemAiSubscriptionScopeDto["ServiceAccountDto"] = "SERVICE_ACCOUNT";
|
|
1099
|
+
})(SystemAiSubscriptionScopeDto || (SystemAiSubscriptionScopeDto = {}));
|
|
1100
|
+
/** Runtime entities of construction kit enum 'System.Ai/TicketScope' */
|
|
1101
|
+
var SystemAiTicketScopeDto;
|
|
1102
|
+
(function (SystemAiTicketScopeDto) {
|
|
1103
|
+
SystemAiTicketScopeDto["CredentialRegisterDto"] = "CREDENTIAL_REGISTER";
|
|
1104
|
+
SystemAiTicketScopeDto["DevSshKeyRegisterDto"] = "DEV_SSH_KEY_REGISTER";
|
|
1105
|
+
})(SystemAiTicketScopeDto || (SystemAiTicketScopeDto = {}));
|
|
1106
|
+
/** Runtime entities of construction kit enum 'System.Ai/TicketStatus' */
|
|
1107
|
+
var SystemAiTicketStatusDto;
|
|
1108
|
+
(function (SystemAiTicketStatusDto) {
|
|
1109
|
+
SystemAiTicketStatusDto["ExpiredDto"] = "EXPIRED";
|
|
1110
|
+
SystemAiTicketStatusDto["OpenDto"] = "OPEN";
|
|
1111
|
+
SystemAiTicketStatusDto["RedeemedDto"] = "REDEEMED";
|
|
1112
|
+
})(SystemAiTicketStatusDto || (SystemAiTicketStatusDto = {}));
|
|
1113
|
+
/** Runtime entities of construction kit enum 'System.Ai/WorkspaceMode' */
|
|
1114
|
+
var SystemAiWorkspaceModeDto;
|
|
1115
|
+
(function (SystemAiWorkspaceModeDto) {
|
|
1116
|
+
SystemAiWorkspaceModeDto["PersistentHibernatingDto"] = "PERSISTENT_HIBERNATING";
|
|
1117
|
+
SystemAiWorkspaceModeDto["PerSessionDto"] = "PER_SESSION";
|
|
1118
|
+
SystemAiWorkspaceModeDto["PoolDto"] = "POOL";
|
|
1119
|
+
})(SystemAiWorkspaceModeDto || (SystemAiWorkspaceModeDto = {}));
|
|
758
1120
|
/** Runtime entities of construction kit enum 'System.Communication/CommunicationState' */
|
|
759
1121
|
var SystemCommunicationCommunicationStateDto;
|
|
760
1122
|
(function (SystemCommunicationCommunicationStateDto) {
|
|
@@ -1010,6 +1372,7 @@ const result = {
|
|
|
1010
1372
|
"possibleTypes": {
|
|
1011
1373
|
"BasicAsset_EventSourceUnion": [
|
|
1012
1374
|
"BasicAsset",
|
|
1375
|
+
"EnvironmentWasteMeter",
|
|
1013
1376
|
"IndustryBasicMachine",
|
|
1014
1377
|
"IndustryEnergyEnergyConsumer",
|
|
1015
1378
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1018,6 +1381,11 @@ const result = {
|
|
|
1018
1381
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1019
1382
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1020
1383
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1384
|
+
"IndustryFluidHeatMeter",
|
|
1385
|
+
"IndustryFluidWaterMeter",
|
|
1386
|
+
"IndustryMaintenanceCostCenter",
|
|
1387
|
+
"IndustryMaintenanceEmployee",
|
|
1388
|
+
"IndustryMaintenanceWorkplace",
|
|
1021
1389
|
"OctoSdkDemoMeteringPoint"
|
|
1022
1390
|
],
|
|
1023
1391
|
"BasicAsset_RelatesFromUnion": [
|
|
@@ -1036,6 +1404,24 @@ const result = {
|
|
|
1036
1404
|
"BasicState",
|
|
1037
1405
|
"BasicTree",
|
|
1038
1406
|
"BasicTreeNode",
|
|
1407
|
+
"EnergyCommunityBillingDocument",
|
|
1408
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
1409
|
+
"EnergyCommunityConsumer",
|
|
1410
|
+
"EnergyCommunityCustomer",
|
|
1411
|
+
"EnergyCommunityEdaMessage",
|
|
1412
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
1413
|
+
"EnergyCommunityEdaProcess",
|
|
1414
|
+
"EnergyCommunityEnergyPrice",
|
|
1415
|
+
"EnergyCommunityEnergyQuantity",
|
|
1416
|
+
"EnergyCommunityOperatingFacility",
|
|
1417
|
+
"EnergyCommunityParticipationPeriod",
|
|
1418
|
+
"EnergyCommunityProducer",
|
|
1419
|
+
"EnvironmentCarbonBudget",
|
|
1420
|
+
"EnvironmentCarbonEmission",
|
|
1421
|
+
"EnvironmentCertificateOfOrigin",
|
|
1422
|
+
"EnvironmentComplianceRecord",
|
|
1423
|
+
"EnvironmentEnvironmentalGoal",
|
|
1424
|
+
"EnvironmentWasteMeter",
|
|
1039
1425
|
"IndustryBasicAlarm",
|
|
1040
1426
|
"IndustryBasicEvent",
|
|
1041
1427
|
"IndustryBasicMachine",
|
|
@@ -1051,11 +1437,43 @@ const result = {
|
|
|
1051
1437
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1052
1438
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1053
1439
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1440
|
+
"IndustryFluidHeatMeter",
|
|
1441
|
+
"IndustryFluidWaterMeter",
|
|
1442
|
+
"IndustryMaintenanceAccount",
|
|
1443
|
+
"IndustryMaintenanceCostCenter",
|
|
1444
|
+
"IndustryMaintenanceEmployee",
|
|
1445
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1446
|
+
"IndustryMaintenanceJournalEntry",
|
|
1447
|
+
"IndustryMaintenanceOrder",
|
|
1448
|
+
"IndustryMaintenanceOrderCosts",
|
|
1449
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1450
|
+
"IndustryMaintenanceWorkplace",
|
|
1451
|
+
"IndustryManufacturingPartialFeedback",
|
|
1452
|
+
"IndustryManufacturingProductionOrder",
|
|
1453
|
+
"IndustryManufacturingProductionOrderItem",
|
|
1454
|
+
"IndustryManufacturingShift",
|
|
1455
|
+
"IndustryManufacturingShiftMachine",
|
|
1456
|
+
"IndustryManufacturingShiftOrderItem",
|
|
1457
|
+
"IndustryManufacturingShiftTemplate",
|
|
1054
1458
|
"OctoSdkDemoCustomer",
|
|
1055
1459
|
"OctoSdkDemoMeteringPoint",
|
|
1056
1460
|
"OctoSdkDemoOperatingFacility",
|
|
1057
1461
|
"SystemAggregationRtQuery",
|
|
1058
1462
|
"SystemAggregationSdQuery",
|
|
1463
|
+
"SystemAiAiAgentConfig",
|
|
1464
|
+
"SystemAiAiAgentJob",
|
|
1465
|
+
"SystemAiAiAgentSession",
|
|
1466
|
+
"SystemAiAiApprovalRequest",
|
|
1467
|
+
"SystemAiAiAuditEvent",
|
|
1468
|
+
"SystemAiAiCredentialBinding",
|
|
1469
|
+
"SystemAiAiCredentialTicket",
|
|
1470
|
+
"SystemAiAiKnowledgeSource",
|
|
1471
|
+
"SystemAiAiPromptTemplate",
|
|
1472
|
+
"SystemAiAiQuotaLimit",
|
|
1473
|
+
"SystemAiAiSessionEvent",
|
|
1474
|
+
"SystemAiAiTokenLease",
|
|
1475
|
+
"SystemAiAiToolPolicy",
|
|
1476
|
+
"SystemAiAiUsageRecord",
|
|
1059
1477
|
"SystemAutoIncrement",
|
|
1060
1478
|
"SystemBlueprintBackup",
|
|
1061
1479
|
"SystemBlueprintHistory",
|
|
@@ -1134,7 +1552,15 @@ const result = {
|
|
|
1134
1552
|
"SystemUISymbolDefinition",
|
|
1135
1553
|
"SystemUISymbolLibrary"
|
|
1136
1554
|
],
|
|
1137
|
-
"BasicDocumentInterface": [
|
|
1555
|
+
"BasicDocumentInterface": [
|
|
1556
|
+
"EnergyCommunityBillingDocument"
|
|
1557
|
+
],
|
|
1558
|
+
"BasicEmployee_EmployeeUnion": [
|
|
1559
|
+
"BasicEmployee"
|
|
1560
|
+
],
|
|
1561
|
+
"BasicEmployee_EmployeesUnion": [
|
|
1562
|
+
"BasicEmployee"
|
|
1563
|
+
],
|
|
1138
1564
|
"BasicEnergyEdaMessage_MessagesUnion": [
|
|
1139
1565
|
"BasicEnergyEdaMessage"
|
|
1140
1566
|
],
|
|
@@ -1158,6 +1584,13 @@ const result = {
|
|
|
1158
1584
|
"BasicEnergyProducer",
|
|
1159
1585
|
"BasicState",
|
|
1160
1586
|
"BasicTreeNode",
|
|
1587
|
+
"EnergyCommunityOperatingFacility",
|
|
1588
|
+
"EnvironmentCarbonBudget",
|
|
1589
|
+
"EnvironmentCarbonEmission",
|
|
1590
|
+
"EnvironmentCertificateOfOrigin",
|
|
1591
|
+
"EnvironmentComplianceRecord",
|
|
1592
|
+
"EnvironmentEnvironmentalGoal",
|
|
1593
|
+
"EnvironmentWasteMeter",
|
|
1161
1594
|
"IndustryBasicMachine",
|
|
1162
1595
|
"IndustryEnergyDemandResponseEvent",
|
|
1163
1596
|
"IndustryEnergyEnergyConsumer",
|
|
@@ -1170,6 +1603,11 @@ const result = {
|
|
|
1170
1603
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1171
1604
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1172
1605
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1606
|
+
"IndustryFluidHeatMeter",
|
|
1607
|
+
"IndustryFluidWaterMeter",
|
|
1608
|
+
"IndustryMaintenanceCostCenter",
|
|
1609
|
+
"IndustryMaintenanceEmployee",
|
|
1610
|
+
"IndustryMaintenanceWorkplace",
|
|
1173
1611
|
"OctoSdkDemoMeteringPoint",
|
|
1174
1612
|
"OctoSdkDemoOperatingFacility"
|
|
1175
1613
|
],
|
|
@@ -1186,11 +1624,20 @@ const result = {
|
|
|
1186
1624
|
"BasicEnergyMeteringPoint",
|
|
1187
1625
|
"BasicEnergyProducer",
|
|
1188
1626
|
"BasicTree",
|
|
1627
|
+
"EnergyCommunityConsumer",
|
|
1628
|
+
"EnergyCommunityEdaProcess",
|
|
1629
|
+
"EnergyCommunityMeteringPoint",
|
|
1630
|
+
"EnergyCommunityProducer",
|
|
1631
|
+
"EnvironmentCarbonBudget",
|
|
1632
|
+
"EnvironmentCertificateOfOrigin",
|
|
1633
|
+
"EnvironmentComplianceRecord",
|
|
1634
|
+
"EnvironmentEnvironmentalGoal",
|
|
1189
1635
|
"IndustryBasicAlarm",
|
|
1190
1636
|
"IndustryBasicEvent",
|
|
1191
1637
|
"IndustryBasicRuntimeVariable",
|
|
1192
1638
|
"IndustryEnergyDemandResponseEvent",
|
|
1193
|
-
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1639
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1640
|
+
"IndustryManufacturingShiftTemplate"
|
|
1194
1641
|
],
|
|
1195
1642
|
"BasicTreeNode_ChildrenUnion": [
|
|
1196
1643
|
"BasicAsset",
|
|
@@ -1200,6 +1647,13 @@ const result = {
|
|
|
1200
1647
|
"BasicEnergyOperatingFacility",
|
|
1201
1648
|
"BasicState",
|
|
1202
1649
|
"BasicTreeNode",
|
|
1650
|
+
"EnergyCommunityOperatingFacility",
|
|
1651
|
+
"EnvironmentCarbonBudget",
|
|
1652
|
+
"EnvironmentCarbonEmission",
|
|
1653
|
+
"EnvironmentCertificateOfOrigin",
|
|
1654
|
+
"EnvironmentComplianceRecord",
|
|
1655
|
+
"EnvironmentEnvironmentalGoal",
|
|
1656
|
+
"EnvironmentWasteMeter",
|
|
1203
1657
|
"IndustryBasicMachine",
|
|
1204
1658
|
"IndustryEnergyDemandResponseEvent",
|
|
1205
1659
|
"IndustryEnergyEnergyConsumer",
|
|
@@ -1212,6 +1666,37 @@ const result = {
|
|
|
1212
1666
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1213
1667
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1214
1668
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1669
|
+
"IndustryFluidHeatMeter",
|
|
1670
|
+
"IndustryFluidWaterMeter",
|
|
1671
|
+
"IndustryMaintenanceCostCenter",
|
|
1672
|
+
"IndustryMaintenanceEmployee",
|
|
1673
|
+
"IndustryMaintenanceWorkplace",
|
|
1674
|
+
"OctoSdkDemoMeteringPoint",
|
|
1675
|
+
"OctoSdkDemoOperatingFacility"
|
|
1676
|
+
],
|
|
1677
|
+
"BasicTreeNode_MachineUnion": [
|
|
1678
|
+
"BasicAsset",
|
|
1679
|
+
"BasicCity",
|
|
1680
|
+
"BasicCountry",
|
|
1681
|
+
"BasicDistrict",
|
|
1682
|
+
"BasicEnergyOperatingFacility",
|
|
1683
|
+
"BasicState",
|
|
1684
|
+
"BasicTreeNode",
|
|
1685
|
+
"EnergyCommunityOperatingFacility",
|
|
1686
|
+
"EnvironmentWasteMeter",
|
|
1687
|
+
"IndustryBasicMachine",
|
|
1688
|
+
"IndustryEnergyEnergyConsumer",
|
|
1689
|
+
"IndustryEnergyEnergyMeter",
|
|
1690
|
+
"IndustryEnergyEnergyStorage",
|
|
1691
|
+
"IndustryEnergyInverter",
|
|
1692
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1693
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1694
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1695
|
+
"IndustryFluidHeatMeter",
|
|
1696
|
+
"IndustryFluidWaterMeter",
|
|
1697
|
+
"IndustryMaintenanceCostCenter",
|
|
1698
|
+
"IndustryMaintenanceEmployee",
|
|
1699
|
+
"IndustryMaintenanceWorkplace",
|
|
1215
1700
|
"OctoSdkDemoMeteringPoint",
|
|
1216
1701
|
"OctoSdkDemoOperatingFacility"
|
|
1217
1702
|
],
|
|
@@ -1223,6 +1708,8 @@ const result = {
|
|
|
1223
1708
|
"BasicEnergyOperatingFacility",
|
|
1224
1709
|
"BasicState",
|
|
1225
1710
|
"BasicTreeNode",
|
|
1711
|
+
"EnergyCommunityOperatingFacility",
|
|
1712
|
+
"EnvironmentWasteMeter",
|
|
1226
1713
|
"IndustryBasicMachine",
|
|
1227
1714
|
"IndustryEnergyEnergyConsumer",
|
|
1228
1715
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1231,6 +1718,11 @@ const result = {
|
|
|
1231
1718
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1232
1719
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1233
1720
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1721
|
+
"IndustryFluidHeatMeter",
|
|
1722
|
+
"IndustryFluidWaterMeter",
|
|
1723
|
+
"IndustryMaintenanceCostCenter",
|
|
1724
|
+
"IndustryMaintenanceEmployee",
|
|
1725
|
+
"IndustryMaintenanceWorkplace",
|
|
1234
1726
|
"OctoSdkDemoMeteringPoint",
|
|
1235
1727
|
"OctoSdkDemoOperatingFacility"
|
|
1236
1728
|
],
|
|
@@ -1250,6 +1742,24 @@ const result = {
|
|
|
1250
1742
|
"BasicState",
|
|
1251
1743
|
"BasicTree",
|
|
1252
1744
|
"BasicTreeNode",
|
|
1745
|
+
"EnergyCommunityBillingDocument",
|
|
1746
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
1747
|
+
"EnergyCommunityConsumer",
|
|
1748
|
+
"EnergyCommunityCustomer",
|
|
1749
|
+
"EnergyCommunityEdaMessage",
|
|
1750
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
1751
|
+
"EnergyCommunityEdaProcess",
|
|
1752
|
+
"EnergyCommunityEnergyPrice",
|
|
1753
|
+
"EnergyCommunityEnergyQuantity",
|
|
1754
|
+
"EnergyCommunityOperatingFacility",
|
|
1755
|
+
"EnergyCommunityParticipationPeriod",
|
|
1756
|
+
"EnergyCommunityProducer",
|
|
1757
|
+
"EnvironmentCarbonBudget",
|
|
1758
|
+
"EnvironmentCarbonEmission",
|
|
1759
|
+
"EnvironmentCertificateOfOrigin",
|
|
1760
|
+
"EnvironmentComplianceRecord",
|
|
1761
|
+
"EnvironmentEnvironmentalGoal",
|
|
1762
|
+
"EnvironmentWasteMeter",
|
|
1253
1763
|
"IndustryBasicAlarm",
|
|
1254
1764
|
"IndustryBasicEvent",
|
|
1255
1765
|
"IndustryBasicMachine",
|
|
@@ -1265,11 +1775,43 @@ const result = {
|
|
|
1265
1775
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1266
1776
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1267
1777
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1778
|
+
"IndustryFluidHeatMeter",
|
|
1779
|
+
"IndustryFluidWaterMeter",
|
|
1780
|
+
"IndustryMaintenanceAccount",
|
|
1781
|
+
"IndustryMaintenanceCostCenter",
|
|
1782
|
+
"IndustryMaintenanceEmployee",
|
|
1783
|
+
"IndustryMaintenanceEnergyBalance",
|
|
1784
|
+
"IndustryMaintenanceJournalEntry",
|
|
1785
|
+
"IndustryMaintenanceOrder",
|
|
1786
|
+
"IndustryMaintenanceOrderCosts",
|
|
1787
|
+
"IndustryMaintenanceOrderFeedback",
|
|
1788
|
+
"IndustryMaintenanceWorkplace",
|
|
1789
|
+
"IndustryManufacturingPartialFeedback",
|
|
1790
|
+
"IndustryManufacturingProductionOrder",
|
|
1791
|
+
"IndustryManufacturingProductionOrderItem",
|
|
1792
|
+
"IndustryManufacturingShift",
|
|
1793
|
+
"IndustryManufacturingShiftMachine",
|
|
1794
|
+
"IndustryManufacturingShiftOrderItem",
|
|
1795
|
+
"IndustryManufacturingShiftTemplate",
|
|
1268
1796
|
"OctoSdkDemoCustomer",
|
|
1269
1797
|
"OctoSdkDemoMeteringPoint",
|
|
1270
1798
|
"OctoSdkDemoOperatingFacility",
|
|
1271
1799
|
"SystemAggregationRtQuery",
|
|
1272
1800
|
"SystemAggregationSdQuery",
|
|
1801
|
+
"SystemAiAiAgentConfig",
|
|
1802
|
+
"SystemAiAiAgentJob",
|
|
1803
|
+
"SystemAiAiAgentSession",
|
|
1804
|
+
"SystemAiAiApprovalRequest",
|
|
1805
|
+
"SystemAiAiAuditEvent",
|
|
1806
|
+
"SystemAiAiCredentialBinding",
|
|
1807
|
+
"SystemAiAiCredentialTicket",
|
|
1808
|
+
"SystemAiAiKnowledgeSource",
|
|
1809
|
+
"SystemAiAiPromptTemplate",
|
|
1810
|
+
"SystemAiAiQuotaLimit",
|
|
1811
|
+
"SystemAiAiSessionEvent",
|
|
1812
|
+
"SystemAiAiTokenLease",
|
|
1813
|
+
"SystemAiAiToolPolicy",
|
|
1814
|
+
"SystemAiAiUsageRecord",
|
|
1273
1815
|
"SystemAutoIncrement",
|
|
1274
1816
|
"SystemBlueprintBackup",
|
|
1275
1817
|
"SystemBlueprintHistory",
|
|
@@ -1357,6 +1899,8 @@ const result = {
|
|
|
1357
1899
|
"BasicState",
|
|
1358
1900
|
"BasicTree",
|
|
1359
1901
|
"BasicTreeNode",
|
|
1902
|
+
"EnergyCommunityOperatingFacility",
|
|
1903
|
+
"EnvironmentWasteMeter",
|
|
1360
1904
|
"IndustryBasicMachine",
|
|
1361
1905
|
"IndustryEnergyEnergyConsumer",
|
|
1362
1906
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1365,9 +1909,109 @@ const result = {
|
|
|
1365
1909
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1366
1910
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1367
1911
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1912
|
+
"IndustryFluidHeatMeter",
|
|
1913
|
+
"IndustryFluidWaterMeter",
|
|
1914
|
+
"IndustryMaintenanceCostCenter",
|
|
1915
|
+
"IndustryMaintenanceEmployee",
|
|
1916
|
+
"IndustryMaintenanceWorkplace",
|
|
1368
1917
|
"OctoSdkDemoMeteringPoint",
|
|
1369
1918
|
"OctoSdkDemoOperatingFacility"
|
|
1370
1919
|
],
|
|
1920
|
+
"EnergyCommunityBillingDocumentLineItem_BillingUnion": [
|
|
1921
|
+
"EnergyCommunityBillingDocumentLineItem"
|
|
1922
|
+
],
|
|
1923
|
+
"EnergyCommunityBillingDocumentLineItem_BillingsUnion": [
|
|
1924
|
+
"EnergyCommunityBillingDocumentLineItem"
|
|
1925
|
+
],
|
|
1926
|
+
"EnergyCommunityBillingDocumentLineItem_ChildrenUnion": [
|
|
1927
|
+
"EnergyCommunityBillingDocumentLineItem"
|
|
1928
|
+
],
|
|
1929
|
+
"EnergyCommunityBillingDocument_BillingUnion": [
|
|
1930
|
+
"EnergyCommunityBillingDocument"
|
|
1931
|
+
],
|
|
1932
|
+
"EnergyCommunityBillingDocument_ParentUnion": [
|
|
1933
|
+
"EnergyCommunityBillingDocument"
|
|
1934
|
+
],
|
|
1935
|
+
"EnergyCommunityCustomer_AssignedToUnion": [
|
|
1936
|
+
"EnergyCommunityCustomer"
|
|
1937
|
+
],
|
|
1938
|
+
"EnergyCommunityCustomer_CustomerUnion": [
|
|
1939
|
+
"EnergyCommunityCustomer"
|
|
1940
|
+
],
|
|
1941
|
+
"EnergyCommunityEdaMessage_MessagesUnion": [
|
|
1942
|
+
"EnergyCommunityEdaMessage"
|
|
1943
|
+
],
|
|
1944
|
+
"EnergyCommunityEdaProcess_ProcessUnion": [
|
|
1945
|
+
"EnergyCommunityEdaProcess"
|
|
1946
|
+
],
|
|
1947
|
+
"EnergyCommunityEnergyQuantity_AssignedToUnion": [
|
|
1948
|
+
"EnergyCommunityEnergyQuantity"
|
|
1949
|
+
],
|
|
1950
|
+
"EnergyCommunityEnergyQuantity_ChildrenUnion": [
|
|
1951
|
+
"EnergyCommunityEnergyQuantity"
|
|
1952
|
+
],
|
|
1953
|
+
"EnergyCommunityMeteringPointInterface": [
|
|
1954
|
+
"EnergyCommunityConsumer",
|
|
1955
|
+
"EnergyCommunityProducer"
|
|
1956
|
+
],
|
|
1957
|
+
"EnergyCommunityMeteringPoint_ChildrenUnion": [
|
|
1958
|
+
"BasicAsset",
|
|
1959
|
+
"BasicCity",
|
|
1960
|
+
"BasicCountry",
|
|
1961
|
+
"BasicDistrict",
|
|
1962
|
+
"BasicEnergyOperatingFacility",
|
|
1963
|
+
"BasicState",
|
|
1964
|
+
"BasicTreeNode",
|
|
1965
|
+
"EnergyCommunityConsumer",
|
|
1966
|
+
"EnergyCommunityOperatingFacility",
|
|
1967
|
+
"EnergyCommunityProducer",
|
|
1968
|
+
"EnvironmentCarbonBudget",
|
|
1969
|
+
"EnvironmentCarbonEmission",
|
|
1970
|
+
"EnvironmentCertificateOfOrigin",
|
|
1971
|
+
"EnvironmentComplianceRecord",
|
|
1972
|
+
"EnvironmentEnvironmentalGoal",
|
|
1973
|
+
"EnvironmentWasteMeter",
|
|
1974
|
+
"IndustryBasicMachine",
|
|
1975
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1976
|
+
"IndustryEnergyEnergyConsumer",
|
|
1977
|
+
"IndustryEnergyEnergyCost",
|
|
1978
|
+
"IndustryEnergyEnergyForecast",
|
|
1979
|
+
"IndustryEnergyEnergyMeter",
|
|
1980
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1981
|
+
"IndustryEnergyEnergyStorage",
|
|
1982
|
+
"IndustryEnergyInverter",
|
|
1983
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1984
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1985
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1986
|
+
"IndustryFluidHeatMeter",
|
|
1987
|
+
"IndustryFluidWaterMeter",
|
|
1988
|
+
"IndustryMaintenanceCostCenter",
|
|
1989
|
+
"IndustryMaintenanceEmployee",
|
|
1990
|
+
"IndustryMaintenanceWorkplace",
|
|
1991
|
+
"OctoSdkDemoMeteringPoint",
|
|
1992
|
+
"OctoSdkDemoOperatingFacility"
|
|
1993
|
+
],
|
|
1994
|
+
"EnergyCommunityMeteringPoint_MeteringPointUnion": [
|
|
1995
|
+
"EnergyCommunityConsumer",
|
|
1996
|
+
"EnergyCommunityProducer"
|
|
1997
|
+
],
|
|
1998
|
+
"EnergyCommunityMeteringPoint_ParentUnion": [
|
|
1999
|
+
"EnergyCommunityConsumer",
|
|
2000
|
+
"EnergyCommunityProducer"
|
|
2001
|
+
],
|
|
2002
|
+
"EnergyCommunityOperatingFacility_FacilitiesUnion": [
|
|
2003
|
+
"EnergyCommunityOperatingFacility"
|
|
2004
|
+
],
|
|
2005
|
+
"EnergyCommunityOperatingFacility_ParentUnion": [
|
|
2006
|
+
"EnergyCommunityOperatingFacility"
|
|
2007
|
+
],
|
|
2008
|
+
"EnergyCommunityParticipationPeriod_PeriodsUnion": [
|
|
2009
|
+
"EnergyCommunityParticipationPeriod"
|
|
2010
|
+
],
|
|
2011
|
+
"IndustryBasicEvent_EventUnion": [
|
|
2012
|
+
"IndustryBasicAlarm",
|
|
2013
|
+
"IndustryBasicEvent"
|
|
2014
|
+
],
|
|
1371
2015
|
"IndustryBasicEvent_EventsUnion": [
|
|
1372
2016
|
"IndustryBasicAlarm",
|
|
1373
2017
|
"IndustryBasicEvent"
|
|
@@ -1378,11 +2022,87 @@ const result = {
|
|
|
1378
2022
|
"IndustryEnergyEnergyMeter",
|
|
1379
2023
|
"IndustryEnergyEnergyStorage",
|
|
1380
2024
|
"IndustryEnergyInverter",
|
|
1381
|
-
"IndustryEnergyPhotovoltaicSystemModule"
|
|
2025
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2026
|
+
"IndustryFluidHeatMeter",
|
|
2027
|
+
"IndustryFluidWaterMeter"
|
|
1382
2028
|
],
|
|
1383
2029
|
"IndustryBasicRuntimeVariable_RuntimeVariablesUnion": [
|
|
1384
2030
|
"IndustryBasicRuntimeVariable"
|
|
1385
2031
|
],
|
|
2032
|
+
"IndustryMaintenanceAccount_ParentUnion": [
|
|
2033
|
+
"IndustryMaintenanceAccount"
|
|
2034
|
+
],
|
|
2035
|
+
"IndustryMaintenanceCostCenter_CostCenterUnion": [
|
|
2036
|
+
"IndustryMaintenanceCostCenter"
|
|
2037
|
+
],
|
|
2038
|
+
"IndustryMaintenanceEmployee_EmployeeUnion": [
|
|
2039
|
+
"IndustryMaintenanceEmployee"
|
|
2040
|
+
],
|
|
2041
|
+
"IndustryMaintenanceEnergyBalance_OrdersUnion": [
|
|
2042
|
+
"IndustryMaintenanceEnergyBalance"
|
|
2043
|
+
],
|
|
2044
|
+
"IndustryMaintenanceJournalEntry_ChildrenUnion": [
|
|
2045
|
+
"IndustryMaintenanceJournalEntry"
|
|
2046
|
+
],
|
|
2047
|
+
"IndustryMaintenanceJournalEntry_JournalEntriesUnion": [
|
|
2048
|
+
"IndustryMaintenanceJournalEntry"
|
|
2049
|
+
],
|
|
2050
|
+
"IndustryMaintenanceOrderCosts_CostsUnion": [
|
|
2051
|
+
"IndustryMaintenanceOrderCosts"
|
|
2052
|
+
],
|
|
2053
|
+
"IndustryMaintenanceOrderFeedback_ChildrenUnion": [
|
|
2054
|
+
"IndustryMaintenanceOrderFeedback"
|
|
2055
|
+
],
|
|
2056
|
+
"IndustryMaintenanceOrderFeedback_OrderFeedbacksUnion": [
|
|
2057
|
+
"IndustryMaintenanceOrderFeedback"
|
|
2058
|
+
],
|
|
2059
|
+
"IndustryMaintenanceOrder_OrderUnion": [
|
|
2060
|
+
"IndustryMaintenanceOrder"
|
|
2061
|
+
],
|
|
2062
|
+
"IndustryMaintenanceOrder_OrdersUnion": [
|
|
2063
|
+
"IndustryMaintenanceEnergyBalance",
|
|
2064
|
+
"IndustryMaintenanceOrder"
|
|
2065
|
+
],
|
|
2066
|
+
"IndustryMaintenanceOrder_ParentUnion": [
|
|
2067
|
+
"IndustryMaintenanceOrder"
|
|
2068
|
+
],
|
|
2069
|
+
"IndustryManufacturingPartialFeedback_ChildrenUnion": [
|
|
2070
|
+
"IndustryManufacturingPartialFeedback"
|
|
2071
|
+
],
|
|
2072
|
+
"IndustryManufacturingPartialFeedback_PartialFeedbacksUnion": [
|
|
2073
|
+
"IndustryManufacturingPartialFeedback"
|
|
2074
|
+
],
|
|
2075
|
+
"IndustryManufacturingProductionOrderItem_ChildrenUnion": [
|
|
2076
|
+
"IndustryManufacturingProductionOrderItem"
|
|
2077
|
+
],
|
|
2078
|
+
"IndustryManufacturingProductionOrderItem_OrderItemsUnion": [
|
|
2079
|
+
"IndustryManufacturingProductionOrderItem"
|
|
2080
|
+
],
|
|
2081
|
+
"IndustryManufacturingProductionOrderItem_ProductionOrderItemUnion": [
|
|
2082
|
+
"IndustryManufacturingProductionOrderItem"
|
|
2083
|
+
],
|
|
2084
|
+
"IndustryManufacturingProductionOrder_ParentUnion": [
|
|
2085
|
+
"IndustryManufacturingProductionOrder"
|
|
2086
|
+
],
|
|
2087
|
+
"IndustryManufacturingShiftMachine_ChildrenUnion": [
|
|
2088
|
+
"IndustryManufacturingShiftMachine",
|
|
2089
|
+
"IndustryManufacturingShiftOrderItem"
|
|
2090
|
+
],
|
|
2091
|
+
"IndustryManufacturingShiftMachine_ShiftAssignmentsUnion": [
|
|
2092
|
+
"IndustryManufacturingShiftMachine"
|
|
2093
|
+
],
|
|
2094
|
+
"IndustryManufacturingShiftMachine_ShiftMachinesUnion": [
|
|
2095
|
+
"IndustryManufacturingShiftMachine"
|
|
2096
|
+
],
|
|
2097
|
+
"IndustryManufacturingShiftOrderItem_ParentUnion": [
|
|
2098
|
+
"IndustryManufacturingShiftOrderItem"
|
|
2099
|
+
],
|
|
2100
|
+
"IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnion": [
|
|
2101
|
+
"IndustryManufacturingShiftOrderItem"
|
|
2102
|
+
],
|
|
2103
|
+
"IndustryManufacturingShift_ParentUnion": [
|
|
2104
|
+
"IndustryManufacturingShift"
|
|
2105
|
+
],
|
|
1386
2106
|
"OctoSdkDemoCustomer_OwnedByUnion": [
|
|
1387
2107
|
"OctoSdkDemoCustomer"
|
|
1388
2108
|
],
|
|
@@ -1394,6 +2114,12 @@ const result = {
|
|
|
1394
2114
|
"RtGroupingAggregationQueryRow",
|
|
1395
2115
|
"RtSimpleQueryRow"
|
|
1396
2116
|
],
|
|
2117
|
+
"SystemAiAiAgentJob_AiResourcesUnion": [
|
|
2118
|
+
"SystemAiAiAgentJob"
|
|
2119
|
+
],
|
|
2120
|
+
"SystemAiAiAgentSession_OwnedByAiResourceUnion": [
|
|
2121
|
+
"SystemAiAiAgentSession"
|
|
2122
|
+
],
|
|
1397
2123
|
"SystemBotAttributeAggregateConfiguration_ConfiguredByUnion": [
|
|
1398
2124
|
"SystemBotAttributeAggregateConfiguration"
|
|
1399
2125
|
],
|
|
@@ -1479,6 +2205,12 @@ const result = {
|
|
|
1479
2205
|
"SystemCommunicationTag"
|
|
1480
2206
|
],
|
|
1481
2207
|
"SystemConfigurationInterface": [
|
|
2208
|
+
"SystemAiAiAgentConfig",
|
|
2209
|
+
"SystemAiAiCredentialBinding",
|
|
2210
|
+
"SystemAiAiKnowledgeSource",
|
|
2211
|
+
"SystemAiAiPromptTemplate",
|
|
2212
|
+
"SystemAiAiQuotaLimit",
|
|
2213
|
+
"SystemAiAiToolPolicy",
|
|
1482
2214
|
"SystemCommunicationAiConfiguration",
|
|
1483
2215
|
"SystemCommunicationDiscordConfiguration",
|
|
1484
2216
|
"SystemCommunicationEMailReceiverConfiguration",
|
|
@@ -1500,6 +2232,12 @@ const result = {
|
|
|
1500
2232
|
"SystemTenantModeConfiguration"
|
|
1501
2233
|
],
|
|
1502
2234
|
"SystemConfiguration_IsUsingUnion": [
|
|
2235
|
+
"SystemAiAiAgentConfig",
|
|
2236
|
+
"SystemAiAiCredentialBinding",
|
|
2237
|
+
"SystemAiAiKnowledgeSource",
|
|
2238
|
+
"SystemAiAiPromptTemplate",
|
|
2239
|
+
"SystemAiAiQuotaLimit",
|
|
2240
|
+
"SystemAiAiToolPolicy",
|
|
1503
2241
|
"SystemCommunicationAiConfiguration",
|
|
1504
2242
|
"SystemCommunicationDiscordConfiguration",
|
|
1505
2243
|
"SystemCommunicationEMailReceiverConfiguration",
|
|
@@ -1532,6 +2270,23 @@ const result = {
|
|
|
1532
2270
|
"BasicEnergyProducer",
|
|
1533
2271
|
"BasicNamedEntity",
|
|
1534
2272
|
"BasicTree",
|
|
2273
|
+
"EnergyCommunityBillingDocument",
|
|
2274
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2275
|
+
"EnergyCommunityConsumer",
|
|
2276
|
+
"EnergyCommunityCustomer",
|
|
2277
|
+
"EnergyCommunityEdaMessage",
|
|
2278
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2279
|
+
"EnergyCommunityEdaProcess",
|
|
2280
|
+
"EnergyCommunityEnergyPrice",
|
|
2281
|
+
"EnergyCommunityEnergyQuantity",
|
|
2282
|
+
"EnergyCommunityMeteringPoint",
|
|
2283
|
+
"EnergyCommunityParticipationPeriod",
|
|
2284
|
+
"EnergyCommunityProducer",
|
|
2285
|
+
"EnvironmentCarbonBudget",
|
|
2286
|
+
"EnvironmentCarbonEmission",
|
|
2287
|
+
"EnvironmentCertificateOfOrigin",
|
|
2288
|
+
"EnvironmentComplianceRecord",
|
|
2289
|
+
"EnvironmentEnvironmentalGoal",
|
|
1535
2290
|
"IndustryBasicAlarm",
|
|
1536
2291
|
"IndustryBasicEvent",
|
|
1537
2292
|
"IndustryBasicRuntimeVariable",
|
|
@@ -1539,9 +2294,36 @@ const result = {
|
|
|
1539
2294
|
"IndustryEnergyEnergyCost",
|
|
1540
2295
|
"IndustryEnergyEnergyForecast",
|
|
1541
2296
|
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2297
|
+
"IndustryMaintenanceAccount",
|
|
2298
|
+
"IndustryMaintenanceEnergyBalance",
|
|
2299
|
+
"IndustryMaintenanceJournalEntry",
|
|
2300
|
+
"IndustryMaintenanceOrder",
|
|
2301
|
+
"IndustryMaintenanceOrderCosts",
|
|
2302
|
+
"IndustryMaintenanceOrderFeedback",
|
|
2303
|
+
"IndustryManufacturingPartialFeedback",
|
|
2304
|
+
"IndustryManufacturingProductionOrder",
|
|
2305
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2306
|
+
"IndustryManufacturingShift",
|
|
2307
|
+
"IndustryManufacturingShiftMachine",
|
|
2308
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2309
|
+
"IndustryManufacturingShiftTemplate",
|
|
1542
2310
|
"OctoSdkDemoCustomer",
|
|
1543
2311
|
"SystemAggregationRtQuery",
|
|
1544
2312
|
"SystemAggregationSdQuery",
|
|
2313
|
+
"SystemAiAiAgentConfig",
|
|
2314
|
+
"SystemAiAiAgentJob",
|
|
2315
|
+
"SystemAiAiAgentSession",
|
|
2316
|
+
"SystemAiAiApprovalRequest",
|
|
2317
|
+
"SystemAiAiAuditEvent",
|
|
2318
|
+
"SystemAiAiCredentialBinding",
|
|
2319
|
+
"SystemAiAiCredentialTicket",
|
|
2320
|
+
"SystemAiAiKnowledgeSource",
|
|
2321
|
+
"SystemAiAiPromptTemplate",
|
|
2322
|
+
"SystemAiAiQuotaLimit",
|
|
2323
|
+
"SystemAiAiSessionEvent",
|
|
2324
|
+
"SystemAiAiTokenLease",
|
|
2325
|
+
"SystemAiAiToolPolicy",
|
|
2326
|
+
"SystemAiAiUsageRecord",
|
|
1545
2327
|
"SystemAutoIncrement",
|
|
1546
2328
|
"SystemBlueprintBackup",
|
|
1547
2329
|
"SystemBlueprintHistory",
|
|
@@ -1647,6 +2429,24 @@ const result = {
|
|
|
1647
2429
|
"BasicState",
|
|
1648
2430
|
"BasicTree",
|
|
1649
2431
|
"BasicTreeNode",
|
|
2432
|
+
"EnergyCommunityBillingDocument",
|
|
2433
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2434
|
+
"EnergyCommunityConsumer",
|
|
2435
|
+
"EnergyCommunityCustomer",
|
|
2436
|
+
"EnergyCommunityEdaMessage",
|
|
2437
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2438
|
+
"EnergyCommunityEdaProcess",
|
|
2439
|
+
"EnergyCommunityEnergyPrice",
|
|
2440
|
+
"EnergyCommunityEnergyQuantity",
|
|
2441
|
+
"EnergyCommunityOperatingFacility",
|
|
2442
|
+
"EnergyCommunityParticipationPeriod",
|
|
2443
|
+
"EnergyCommunityProducer",
|
|
2444
|
+
"EnvironmentCarbonBudget",
|
|
2445
|
+
"EnvironmentCarbonEmission",
|
|
2446
|
+
"EnvironmentCertificateOfOrigin",
|
|
2447
|
+
"EnvironmentComplianceRecord",
|
|
2448
|
+
"EnvironmentEnvironmentalGoal",
|
|
2449
|
+
"EnvironmentWasteMeter",
|
|
1650
2450
|
"IndustryBasicAlarm",
|
|
1651
2451
|
"IndustryBasicEvent",
|
|
1652
2452
|
"IndustryBasicMachine",
|
|
@@ -1662,11 +2462,43 @@ const result = {
|
|
|
1662
2462
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1663
2463
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1664
2464
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2465
|
+
"IndustryFluidHeatMeter",
|
|
2466
|
+
"IndustryFluidWaterMeter",
|
|
2467
|
+
"IndustryMaintenanceAccount",
|
|
2468
|
+
"IndustryMaintenanceCostCenter",
|
|
2469
|
+
"IndustryMaintenanceEmployee",
|
|
2470
|
+
"IndustryMaintenanceEnergyBalance",
|
|
2471
|
+
"IndustryMaintenanceJournalEntry",
|
|
2472
|
+
"IndustryMaintenanceOrder",
|
|
2473
|
+
"IndustryMaintenanceOrderCosts",
|
|
2474
|
+
"IndustryMaintenanceOrderFeedback",
|
|
2475
|
+
"IndustryMaintenanceWorkplace",
|
|
2476
|
+
"IndustryManufacturingPartialFeedback",
|
|
2477
|
+
"IndustryManufacturingProductionOrder",
|
|
2478
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2479
|
+
"IndustryManufacturingShift",
|
|
2480
|
+
"IndustryManufacturingShiftMachine",
|
|
2481
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2482
|
+
"IndustryManufacturingShiftTemplate",
|
|
1665
2483
|
"OctoSdkDemoCustomer",
|
|
1666
2484
|
"OctoSdkDemoMeteringPoint",
|
|
1667
2485
|
"OctoSdkDemoOperatingFacility",
|
|
1668
2486
|
"SystemAggregationRtQuery",
|
|
1669
2487
|
"SystemAggregationSdQuery",
|
|
2488
|
+
"SystemAiAiAgentConfig",
|
|
2489
|
+
"SystemAiAiAgentJob",
|
|
2490
|
+
"SystemAiAiAgentSession",
|
|
2491
|
+
"SystemAiAiApprovalRequest",
|
|
2492
|
+
"SystemAiAiAuditEvent",
|
|
2493
|
+
"SystemAiAiCredentialBinding",
|
|
2494
|
+
"SystemAiAiCredentialTicket",
|
|
2495
|
+
"SystemAiAiKnowledgeSource",
|
|
2496
|
+
"SystemAiAiPromptTemplate",
|
|
2497
|
+
"SystemAiAiQuotaLimit",
|
|
2498
|
+
"SystemAiAiSessionEvent",
|
|
2499
|
+
"SystemAiAiTokenLease",
|
|
2500
|
+
"SystemAiAiToolPolicy",
|
|
2501
|
+
"SystemAiAiUsageRecord",
|
|
1670
2502
|
"SystemAutoIncrement",
|
|
1671
2503
|
"SystemBlueprintBackup",
|
|
1672
2504
|
"SystemBlueprintHistory",
|
|
@@ -1761,6 +2593,24 @@ const result = {
|
|
|
1761
2593
|
"BasicState",
|
|
1762
2594
|
"BasicTree",
|
|
1763
2595
|
"BasicTreeNode",
|
|
2596
|
+
"EnergyCommunityBillingDocument",
|
|
2597
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2598
|
+
"EnergyCommunityConsumer",
|
|
2599
|
+
"EnergyCommunityCustomer",
|
|
2600
|
+
"EnergyCommunityEdaMessage",
|
|
2601
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2602
|
+
"EnergyCommunityEdaProcess",
|
|
2603
|
+
"EnergyCommunityEnergyPrice",
|
|
2604
|
+
"EnergyCommunityEnergyQuantity",
|
|
2605
|
+
"EnergyCommunityOperatingFacility",
|
|
2606
|
+
"EnergyCommunityParticipationPeriod",
|
|
2607
|
+
"EnergyCommunityProducer",
|
|
2608
|
+
"EnvironmentCarbonBudget",
|
|
2609
|
+
"EnvironmentCarbonEmission",
|
|
2610
|
+
"EnvironmentCertificateOfOrigin",
|
|
2611
|
+
"EnvironmentComplianceRecord",
|
|
2612
|
+
"EnvironmentEnvironmentalGoal",
|
|
2613
|
+
"EnvironmentWasteMeter",
|
|
1764
2614
|
"IndustryBasicAlarm",
|
|
1765
2615
|
"IndustryBasicEvent",
|
|
1766
2616
|
"IndustryBasicMachine",
|
|
@@ -1776,11 +2626,43 @@ const result = {
|
|
|
1776
2626
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1777
2627
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1778
2628
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2629
|
+
"IndustryFluidHeatMeter",
|
|
2630
|
+
"IndustryFluidWaterMeter",
|
|
2631
|
+
"IndustryMaintenanceAccount",
|
|
2632
|
+
"IndustryMaintenanceCostCenter",
|
|
2633
|
+
"IndustryMaintenanceEmployee",
|
|
2634
|
+
"IndustryMaintenanceEnergyBalance",
|
|
2635
|
+
"IndustryMaintenanceJournalEntry",
|
|
2636
|
+
"IndustryMaintenanceOrder",
|
|
2637
|
+
"IndustryMaintenanceOrderCosts",
|
|
2638
|
+
"IndustryMaintenanceOrderFeedback",
|
|
2639
|
+
"IndustryMaintenanceWorkplace",
|
|
2640
|
+
"IndustryManufacturingPartialFeedback",
|
|
2641
|
+
"IndustryManufacturingProductionOrder",
|
|
2642
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2643
|
+
"IndustryManufacturingShift",
|
|
2644
|
+
"IndustryManufacturingShiftMachine",
|
|
2645
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2646
|
+
"IndustryManufacturingShiftTemplate",
|
|
1779
2647
|
"OctoSdkDemoCustomer",
|
|
1780
2648
|
"OctoSdkDemoMeteringPoint",
|
|
1781
2649
|
"OctoSdkDemoOperatingFacility",
|
|
1782
2650
|
"SystemAggregationRtQuery",
|
|
1783
2651
|
"SystemAggregationSdQuery",
|
|
2652
|
+
"SystemAiAiAgentConfig",
|
|
2653
|
+
"SystemAiAiAgentJob",
|
|
2654
|
+
"SystemAiAiAgentSession",
|
|
2655
|
+
"SystemAiAiApprovalRequest",
|
|
2656
|
+
"SystemAiAiAuditEvent",
|
|
2657
|
+
"SystemAiAiCredentialBinding",
|
|
2658
|
+
"SystemAiAiCredentialTicket",
|
|
2659
|
+
"SystemAiAiKnowledgeSource",
|
|
2660
|
+
"SystemAiAiPromptTemplate",
|
|
2661
|
+
"SystemAiAiQuotaLimit",
|
|
2662
|
+
"SystemAiAiSessionEvent",
|
|
2663
|
+
"SystemAiAiTokenLease",
|
|
2664
|
+
"SystemAiAiToolPolicy",
|
|
2665
|
+
"SystemAiAiUsageRecord",
|
|
1784
2666
|
"SystemAutoIncrement",
|
|
1785
2667
|
"SystemBlueprintBackup",
|
|
1786
2668
|
"SystemBlueprintHistory",
|
|
@@ -1875,6 +2757,24 @@ const result = {
|
|
|
1875
2757
|
"BasicState",
|
|
1876
2758
|
"BasicTree",
|
|
1877
2759
|
"BasicTreeNode",
|
|
2760
|
+
"EnergyCommunityBillingDocument",
|
|
2761
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2762
|
+
"EnergyCommunityConsumer",
|
|
2763
|
+
"EnergyCommunityCustomer",
|
|
2764
|
+
"EnergyCommunityEdaMessage",
|
|
2765
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2766
|
+
"EnergyCommunityEdaProcess",
|
|
2767
|
+
"EnergyCommunityEnergyPrice",
|
|
2768
|
+
"EnergyCommunityEnergyQuantity",
|
|
2769
|
+
"EnergyCommunityOperatingFacility",
|
|
2770
|
+
"EnergyCommunityParticipationPeriod",
|
|
2771
|
+
"EnergyCommunityProducer",
|
|
2772
|
+
"EnvironmentCarbonBudget",
|
|
2773
|
+
"EnvironmentCarbonEmission",
|
|
2774
|
+
"EnvironmentCertificateOfOrigin",
|
|
2775
|
+
"EnvironmentComplianceRecord",
|
|
2776
|
+
"EnvironmentEnvironmentalGoal",
|
|
2777
|
+
"EnvironmentWasteMeter",
|
|
1878
2778
|
"IndustryBasicAlarm",
|
|
1879
2779
|
"IndustryBasicEvent",
|
|
1880
2780
|
"IndustryBasicMachine",
|
|
@@ -1890,11 +2790,43 @@ const result = {
|
|
|
1890
2790
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1891
2791
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1892
2792
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2793
|
+
"IndustryFluidHeatMeter",
|
|
2794
|
+
"IndustryFluidWaterMeter",
|
|
2795
|
+
"IndustryMaintenanceAccount",
|
|
2796
|
+
"IndustryMaintenanceCostCenter",
|
|
2797
|
+
"IndustryMaintenanceEmployee",
|
|
2798
|
+
"IndustryMaintenanceEnergyBalance",
|
|
2799
|
+
"IndustryMaintenanceJournalEntry",
|
|
2800
|
+
"IndustryMaintenanceOrder",
|
|
2801
|
+
"IndustryMaintenanceOrderCosts",
|
|
2802
|
+
"IndustryMaintenanceOrderFeedback",
|
|
2803
|
+
"IndustryMaintenanceWorkplace",
|
|
2804
|
+
"IndustryManufacturingPartialFeedback",
|
|
2805
|
+
"IndustryManufacturingProductionOrder",
|
|
2806
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2807
|
+
"IndustryManufacturingShift",
|
|
2808
|
+
"IndustryManufacturingShiftMachine",
|
|
2809
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2810
|
+
"IndustryManufacturingShiftTemplate",
|
|
1893
2811
|
"OctoSdkDemoCustomer",
|
|
1894
2812
|
"OctoSdkDemoMeteringPoint",
|
|
1895
2813
|
"OctoSdkDemoOperatingFacility",
|
|
1896
2814
|
"SystemAggregationRtQuery",
|
|
1897
2815
|
"SystemAggregationSdQuery",
|
|
2816
|
+
"SystemAiAiAgentConfig",
|
|
2817
|
+
"SystemAiAiAgentJob",
|
|
2818
|
+
"SystemAiAiAgentSession",
|
|
2819
|
+
"SystemAiAiApprovalRequest",
|
|
2820
|
+
"SystemAiAiAuditEvent",
|
|
2821
|
+
"SystemAiAiCredentialBinding",
|
|
2822
|
+
"SystemAiAiCredentialTicket",
|
|
2823
|
+
"SystemAiAiKnowledgeSource",
|
|
2824
|
+
"SystemAiAiPromptTemplate",
|
|
2825
|
+
"SystemAiAiQuotaLimit",
|
|
2826
|
+
"SystemAiAiSessionEvent",
|
|
2827
|
+
"SystemAiAiTokenLease",
|
|
2828
|
+
"SystemAiAiToolPolicy",
|
|
2829
|
+
"SystemAiAiUsageRecord",
|
|
1898
2830
|
"SystemAutoIncrement",
|
|
1899
2831
|
"SystemBlueprintBackup",
|
|
1900
2832
|
"SystemBlueprintHistory",
|
|
@@ -1989,6 +2921,24 @@ const result = {
|
|
|
1989
2921
|
"BasicState",
|
|
1990
2922
|
"BasicTree",
|
|
1991
2923
|
"BasicTreeNode",
|
|
2924
|
+
"EnergyCommunityBillingDocument",
|
|
2925
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2926
|
+
"EnergyCommunityConsumer",
|
|
2927
|
+
"EnergyCommunityCustomer",
|
|
2928
|
+
"EnergyCommunityEdaMessage",
|
|
2929
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2930
|
+
"EnergyCommunityEdaProcess",
|
|
2931
|
+
"EnergyCommunityEnergyPrice",
|
|
2932
|
+
"EnergyCommunityEnergyQuantity",
|
|
2933
|
+
"EnergyCommunityOperatingFacility",
|
|
2934
|
+
"EnergyCommunityParticipationPeriod",
|
|
2935
|
+
"EnergyCommunityProducer",
|
|
2936
|
+
"EnvironmentCarbonBudget",
|
|
2937
|
+
"EnvironmentCarbonEmission",
|
|
2938
|
+
"EnvironmentCertificateOfOrigin",
|
|
2939
|
+
"EnvironmentComplianceRecord",
|
|
2940
|
+
"EnvironmentEnvironmentalGoal",
|
|
2941
|
+
"EnvironmentWasteMeter",
|
|
1992
2942
|
"IndustryBasicAlarm",
|
|
1993
2943
|
"IndustryBasicEvent",
|
|
1994
2944
|
"IndustryBasicMachine",
|
|
@@ -2004,11 +2954,43 @@ const result = {
|
|
|
2004
2954
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2005
2955
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2006
2956
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2957
|
+
"IndustryFluidHeatMeter",
|
|
2958
|
+
"IndustryFluidWaterMeter",
|
|
2959
|
+
"IndustryMaintenanceAccount",
|
|
2960
|
+
"IndustryMaintenanceCostCenter",
|
|
2961
|
+
"IndustryMaintenanceEmployee",
|
|
2962
|
+
"IndustryMaintenanceEnergyBalance",
|
|
2963
|
+
"IndustryMaintenanceJournalEntry",
|
|
2964
|
+
"IndustryMaintenanceOrder",
|
|
2965
|
+
"IndustryMaintenanceOrderCosts",
|
|
2966
|
+
"IndustryMaintenanceOrderFeedback",
|
|
2967
|
+
"IndustryMaintenanceWorkplace",
|
|
2968
|
+
"IndustryManufacturingPartialFeedback",
|
|
2969
|
+
"IndustryManufacturingProductionOrder",
|
|
2970
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2971
|
+
"IndustryManufacturingShift",
|
|
2972
|
+
"IndustryManufacturingShiftMachine",
|
|
2973
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2974
|
+
"IndustryManufacturingShiftTemplate",
|
|
2007
2975
|
"OctoSdkDemoCustomer",
|
|
2008
2976
|
"OctoSdkDemoMeteringPoint",
|
|
2009
2977
|
"OctoSdkDemoOperatingFacility",
|
|
2010
2978
|
"SystemAggregationRtQuery",
|
|
2011
2979
|
"SystemAggregationSdQuery",
|
|
2980
|
+
"SystemAiAiAgentConfig",
|
|
2981
|
+
"SystemAiAiAgentJob",
|
|
2982
|
+
"SystemAiAiAgentSession",
|
|
2983
|
+
"SystemAiAiApprovalRequest",
|
|
2984
|
+
"SystemAiAiAuditEvent",
|
|
2985
|
+
"SystemAiAiCredentialBinding",
|
|
2986
|
+
"SystemAiAiCredentialTicket",
|
|
2987
|
+
"SystemAiAiKnowledgeSource",
|
|
2988
|
+
"SystemAiAiPromptTemplate",
|
|
2989
|
+
"SystemAiAiQuotaLimit",
|
|
2990
|
+
"SystemAiAiSessionEvent",
|
|
2991
|
+
"SystemAiAiTokenLease",
|
|
2992
|
+
"SystemAiAiToolPolicy",
|
|
2993
|
+
"SystemAiAiUsageRecord",
|
|
2012
2994
|
"SystemAutoIncrement",
|
|
2013
2995
|
"SystemBlueprintBackup",
|
|
2014
2996
|
"SystemBlueprintHistory",
|
|
@@ -2103,6 +3085,24 @@ const result = {
|
|
|
2103
3085
|
"BasicState",
|
|
2104
3086
|
"BasicTree",
|
|
2105
3087
|
"BasicTreeNode",
|
|
3088
|
+
"EnergyCommunityBillingDocument",
|
|
3089
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
3090
|
+
"EnergyCommunityConsumer",
|
|
3091
|
+
"EnergyCommunityCustomer",
|
|
3092
|
+
"EnergyCommunityEdaMessage",
|
|
3093
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
3094
|
+
"EnergyCommunityEdaProcess",
|
|
3095
|
+
"EnergyCommunityEnergyPrice",
|
|
3096
|
+
"EnergyCommunityEnergyQuantity",
|
|
3097
|
+
"EnergyCommunityOperatingFacility",
|
|
3098
|
+
"EnergyCommunityParticipationPeriod",
|
|
3099
|
+
"EnergyCommunityProducer",
|
|
3100
|
+
"EnvironmentCarbonBudget",
|
|
3101
|
+
"EnvironmentCarbonEmission",
|
|
3102
|
+
"EnvironmentCertificateOfOrigin",
|
|
3103
|
+
"EnvironmentComplianceRecord",
|
|
3104
|
+
"EnvironmentEnvironmentalGoal",
|
|
3105
|
+
"EnvironmentWasteMeter",
|
|
2106
3106
|
"IndustryBasicAlarm",
|
|
2107
3107
|
"IndustryBasicEvent",
|
|
2108
3108
|
"IndustryBasicMachine",
|
|
@@ -2118,11 +3118,43 @@ const result = {
|
|
|
2118
3118
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2119
3119
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2120
3120
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
3121
|
+
"IndustryFluidHeatMeter",
|
|
3122
|
+
"IndustryFluidWaterMeter",
|
|
3123
|
+
"IndustryMaintenanceAccount",
|
|
3124
|
+
"IndustryMaintenanceCostCenter",
|
|
3125
|
+
"IndustryMaintenanceEmployee",
|
|
3126
|
+
"IndustryMaintenanceEnergyBalance",
|
|
3127
|
+
"IndustryMaintenanceJournalEntry",
|
|
3128
|
+
"IndustryMaintenanceOrder",
|
|
3129
|
+
"IndustryMaintenanceOrderCosts",
|
|
3130
|
+
"IndustryMaintenanceOrderFeedback",
|
|
3131
|
+
"IndustryMaintenanceWorkplace",
|
|
3132
|
+
"IndustryManufacturingPartialFeedback",
|
|
3133
|
+
"IndustryManufacturingProductionOrder",
|
|
3134
|
+
"IndustryManufacturingProductionOrderItem",
|
|
3135
|
+
"IndustryManufacturingShift",
|
|
3136
|
+
"IndustryManufacturingShiftMachine",
|
|
3137
|
+
"IndustryManufacturingShiftOrderItem",
|
|
3138
|
+
"IndustryManufacturingShiftTemplate",
|
|
2121
3139
|
"OctoSdkDemoCustomer",
|
|
2122
3140
|
"OctoSdkDemoMeteringPoint",
|
|
2123
3141
|
"OctoSdkDemoOperatingFacility",
|
|
2124
3142
|
"SystemAggregationRtQuery",
|
|
2125
3143
|
"SystemAggregationSdQuery",
|
|
3144
|
+
"SystemAiAiAgentConfig",
|
|
3145
|
+
"SystemAiAiAgentJob",
|
|
3146
|
+
"SystemAiAiAgentSession",
|
|
3147
|
+
"SystemAiAiApprovalRequest",
|
|
3148
|
+
"SystemAiAiAuditEvent",
|
|
3149
|
+
"SystemAiAiCredentialBinding",
|
|
3150
|
+
"SystemAiAiCredentialTicket",
|
|
3151
|
+
"SystemAiAiKnowledgeSource",
|
|
3152
|
+
"SystemAiAiPromptTemplate",
|
|
3153
|
+
"SystemAiAiQuotaLimit",
|
|
3154
|
+
"SystemAiAiSessionEvent",
|
|
3155
|
+
"SystemAiAiTokenLease",
|
|
3156
|
+
"SystemAiAiToolPolicy",
|
|
3157
|
+
"SystemAiAiUsageRecord",
|
|
2126
3158
|
"SystemAutoIncrement",
|
|
2127
3159
|
"SystemBlueprintBackup",
|
|
2128
3160
|
"SystemBlueprintHistory",
|
|
@@ -2217,6 +3249,24 @@ const result = {
|
|
|
2217
3249
|
"BasicState",
|
|
2218
3250
|
"BasicTree",
|
|
2219
3251
|
"BasicTreeNode",
|
|
3252
|
+
"EnergyCommunityBillingDocument",
|
|
3253
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
3254
|
+
"EnergyCommunityConsumer",
|
|
3255
|
+
"EnergyCommunityCustomer",
|
|
3256
|
+
"EnergyCommunityEdaMessage",
|
|
3257
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
3258
|
+
"EnergyCommunityEdaProcess",
|
|
3259
|
+
"EnergyCommunityEnergyPrice",
|
|
3260
|
+
"EnergyCommunityEnergyQuantity",
|
|
3261
|
+
"EnergyCommunityOperatingFacility",
|
|
3262
|
+
"EnergyCommunityParticipationPeriod",
|
|
3263
|
+
"EnergyCommunityProducer",
|
|
3264
|
+
"EnvironmentCarbonBudget",
|
|
3265
|
+
"EnvironmentCarbonEmission",
|
|
3266
|
+
"EnvironmentCertificateOfOrigin",
|
|
3267
|
+
"EnvironmentComplianceRecord",
|
|
3268
|
+
"EnvironmentEnvironmentalGoal",
|
|
3269
|
+
"EnvironmentWasteMeter",
|
|
2220
3270
|
"IndustryBasicAlarm",
|
|
2221
3271
|
"IndustryBasicEvent",
|
|
2222
3272
|
"IndustryBasicMachine",
|
|
@@ -2232,11 +3282,43 @@ const result = {
|
|
|
2232
3282
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2233
3283
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2234
3284
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
3285
|
+
"IndustryFluidHeatMeter",
|
|
3286
|
+
"IndustryFluidWaterMeter",
|
|
3287
|
+
"IndustryMaintenanceAccount",
|
|
3288
|
+
"IndustryMaintenanceCostCenter",
|
|
3289
|
+
"IndustryMaintenanceEmployee",
|
|
3290
|
+
"IndustryMaintenanceEnergyBalance",
|
|
3291
|
+
"IndustryMaintenanceJournalEntry",
|
|
3292
|
+
"IndustryMaintenanceOrder",
|
|
3293
|
+
"IndustryMaintenanceOrderCosts",
|
|
3294
|
+
"IndustryMaintenanceOrderFeedback",
|
|
3295
|
+
"IndustryMaintenanceWorkplace",
|
|
3296
|
+
"IndustryManufacturingPartialFeedback",
|
|
3297
|
+
"IndustryManufacturingProductionOrder",
|
|
3298
|
+
"IndustryManufacturingProductionOrderItem",
|
|
3299
|
+
"IndustryManufacturingShift",
|
|
3300
|
+
"IndustryManufacturingShiftMachine",
|
|
3301
|
+
"IndustryManufacturingShiftOrderItem",
|
|
3302
|
+
"IndustryManufacturingShiftTemplate",
|
|
2235
3303
|
"OctoSdkDemoCustomer",
|
|
2236
3304
|
"OctoSdkDemoMeteringPoint",
|
|
2237
3305
|
"OctoSdkDemoOperatingFacility",
|
|
2238
3306
|
"SystemAggregationRtQuery",
|
|
2239
3307
|
"SystemAggregationSdQuery",
|
|
3308
|
+
"SystemAiAiAgentConfig",
|
|
3309
|
+
"SystemAiAiAgentJob",
|
|
3310
|
+
"SystemAiAiAgentSession",
|
|
3311
|
+
"SystemAiAiApprovalRequest",
|
|
3312
|
+
"SystemAiAiAuditEvent",
|
|
3313
|
+
"SystemAiAiCredentialBinding",
|
|
3314
|
+
"SystemAiAiCredentialTicket",
|
|
3315
|
+
"SystemAiAiKnowledgeSource",
|
|
3316
|
+
"SystemAiAiPromptTemplate",
|
|
3317
|
+
"SystemAiAiQuotaLimit",
|
|
3318
|
+
"SystemAiAiSessionEvent",
|
|
3319
|
+
"SystemAiAiTokenLease",
|
|
3320
|
+
"SystemAiAiToolPolicy",
|
|
3321
|
+
"SystemAiAiUsageRecord",
|
|
2240
3322
|
"SystemAutoIncrement",
|
|
2241
3323
|
"SystemBlueprintBackup",
|
|
2242
3324
|
"SystemBlueprintHistory",
|
|
@@ -5043,5 +6125,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
5043
6125
|
* Generated bundle index. Do not edit.
|
|
5044
6126
|
*/
|
|
5045
6127
|
|
|
5046
|
-
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, 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, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationEnvironmentDto, SystemCommunicationHelmChannelDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, SystemStreamDataBucketAlignmentDto, SystemStreamDataCkArchiveStatusDto, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
|
|
6128
|
+
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, 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, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
|
|
5047
6129
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|