@meshmakers/octo-services 3.3.780 → 3.3.800

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.
@@ -91,10 +91,10 @@ class OctoErrorLink extends ApolloLink {
91
91
  request(operation, forward) {
92
92
  return this.errorLink.request(operation, forward);
93
93
  }
94
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoErrorLink, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
95
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoErrorLink });
94
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoErrorLink, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
95
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoErrorLink });
96
96
  }
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoErrorLink, decorators: [{
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoErrorLink, decorators: [{
98
98
  type: Injectable
99
99
  }], ctorParameters: () => [] });
100
100
 
@@ -385,15 +385,162 @@ var DeleteStrategiesDto;
385
385
  DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
386
386
  DeleteStrategiesDto["EraseDto"] = "ERASE";
387
387
  })(DeleteStrategiesDto || (DeleteStrategiesDto = {}));
388
+ /** Runtime entities of construction kit enum 'EnergyCommunity/BillingCycle' */
389
+ var EnergyCommunityBillingCycleDto;
390
+ (function (EnergyCommunityBillingCycleDto) {
391
+ /** The billing cycle is one year */
392
+ EnergyCommunityBillingCycleDto["AnnuallyDto"] = "ANNUALLY";
393
+ /** The billing cycle is one month */
394
+ EnergyCommunityBillingCycleDto["MonthlyDto"] = "MONTHLY";
395
+ /** The billing cycle is one quarter */
396
+ EnergyCommunityBillingCycleDto["QuarterlyDto"] = "QUARTERLY";
397
+ /** The billing cycle is six months */
398
+ EnergyCommunityBillingCycleDto["SemiAnnuallyDto"] = "SEMI_ANNUALLY";
399
+ })(EnergyCommunityBillingCycleDto || (EnergyCommunityBillingCycleDto = {}));
400
+ /** Runtime entities of construction kit enum 'EnergyCommunity/BillingDocumentState' */
401
+ var EnergyCommunityBillingDocumentStateDto;
402
+ (function (EnergyCommunityBillingDocumentStateDto) {
403
+ /** The billing document has been canceled */
404
+ EnergyCommunityBillingDocumentStateDto["CanceledDto"] = "CANCELED";
405
+ /** The billing document is a draft */
406
+ EnergyCommunityBillingDocumentStateDto["DraftDto"] = "DRAFT";
407
+ /** The billing document has been paid */
408
+ EnergyCommunityBillingDocumentStateDto["PaidDto"] = "PAID";
409
+ /** The billing document is released */
410
+ EnergyCommunityBillingDocumentStateDto["ReleasedDto"] = "RELEASED";
411
+ /** The billing document has been sent */
412
+ EnergyCommunityBillingDocumentStateDto["SentDto"] = "SENT";
413
+ })(EnergyCommunityBillingDocumentStateDto || (EnergyCommunityBillingDocumentStateDto = {}));
414
+ /** Runtime entities of construction kit enum 'EnergyCommunity/BillingType' */
415
+ var EnergyCommunityBillingTypeDto;
416
+ (function (EnergyCommunityBillingTypeDto) {
417
+ /** The document or item is an credit note or credit */
418
+ EnergyCommunityBillingTypeDto["CreditDto"] = "CREDIT";
419
+ /** The document is an invoice or the item is a debit note */
420
+ EnergyCommunityBillingTypeDto["DebitDto"] = "DEBIT";
421
+ })(EnergyCommunityBillingTypeDto || (EnergyCommunityBillingTypeDto = {}));
422
+ /** Runtime entities of construction kit enum 'EnergyCommunity/DataQuality' */
423
+ var EnergyCommunityDataQualityDto;
424
+ (function (EnergyCommunityDataQualityDto) {
425
+ /** The data is accurate to 15 minute meter readings */
426
+ EnergyCommunityDataQualityDto["L_1Dto"] = "L_1";
427
+ /** The data is a linear interpolation of 2 known meter readings */
428
+ EnergyCommunityDataQualityDto["L_2Dto"] = "L_2";
429
+ /** The data is an estimate */
430
+ EnergyCommunityDataQualityDto["L_3Dto"] = "L_3";
431
+ /** The data quality is unknown */
432
+ EnergyCommunityDataQualityDto["UnknownDto"] = "UNKNOWN";
433
+ })(EnergyCommunityDataQualityDto || (EnergyCommunityDataQualityDto = {}));
434
+ /** Runtime entities of construction kit enum 'EnergyCommunity/FacilityType' */
435
+ var EnergyCommunityFacilityTypeDto;
436
+ (function (EnergyCommunityFacilityTypeDto) {
437
+ /** The facility type is a business */
438
+ EnergyCommunityFacilityTypeDto["BusinessDto"] = "BUSINESS";
439
+ /** The facility type is a single household */
440
+ EnergyCommunityFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
441
+ /** The facility type is a industry */
442
+ EnergyCommunityFacilityTypeDto["IndustryDto"] = "INDUSTRY";
443
+ /** The facility type is a public building e.g. schools, public offices */
444
+ EnergyCommunityFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
445
+ /** The facility type is an energy storage */
446
+ EnergyCommunityFacilityTypeDto["StorageDto"] = "STORAGE";
447
+ /** The facility type is unknown or not defined */
448
+ EnergyCommunityFacilityTypeDto["UnknownDto"] = "UNKNOWN";
449
+ })(EnergyCommunityFacilityTypeDto || (EnergyCommunityFacilityTypeDto = {}));
450
+ /** Runtime entities of construction kit enum 'EnergyCommunity/ProductionType' */
451
+ var EnergyCommunityProductionTypeDto;
452
+ (function (EnergyCommunityProductionTypeDto) {
453
+ /** Biomass was used to produce the energy */
454
+ EnergyCommunityProductionTypeDto["BiomassDto"] = "BIOMASS";
455
+ /** Combined heat and power was used to produce the energy */
456
+ EnergyCommunityProductionTypeDto["ChpDto"] = "CHP";
457
+ /** Hydroelectric power was used to produce the energy */
458
+ EnergyCommunityProductionTypeDto["HepDto"] = "HEP";
459
+ /** Other methods were used to produce the energy */
460
+ EnergyCommunityProductionTypeDto["OtherDto"] = "OTHER";
461
+ /** Solar power was used to produce the energy */
462
+ EnergyCommunityProductionTypeDto["SolarDto"] = "SOLAR";
463
+ /** The production type is unknown or not defined */
464
+ EnergyCommunityProductionTypeDto["UnknownDto"] = "UNKNOWN";
465
+ /** Wind power was used to produce the energy */
466
+ EnergyCommunityProductionTypeDto["WindDto"] = "WIND";
467
+ })(EnergyCommunityProductionTypeDto || (EnergyCommunityProductionTypeDto = {}));
468
+ /** Runtime entities of construction kit enum 'EnergyCommunity/State' */
469
+ var EnergyCommunityStateDto;
470
+ (function (EnergyCommunityStateDto) {
471
+ /** The object is active and in use */
472
+ EnergyCommunityStateDto["ActiveDto"] = "ACTIVE";
473
+ /** The object was deleted */
474
+ EnergyCommunityStateDto["DeletedDto"] = "DELETED";
475
+ /** The object is inactive but may be reactivated */
476
+ EnergyCommunityStateDto["InactiveDto"] = "INACTIVE";
477
+ /** The object is just created and the state is not set */
478
+ EnergyCommunityStateDto["NewDto"] = "NEW";
479
+ })(EnergyCommunityStateDto || (EnergyCommunityStateDto = {}));
480
+ /** Runtime entities of construction kit enum 'EnergyCommunity/TaxProcedureCreditNote' */
481
+ var EnergyCommunityTaxProcedureCreditNoteDto;
482
+ (function (EnergyCommunityTaxProcedureCreditNoteDto) {
483
+ /** The farmer tax procedure is applied, which is a reduced tax amount for farmers */
484
+ EnergyCommunityTaxProcedureCreditNoteDto["FarmerTaxProcedureDto"] = "FARMER_TAX_PROCEDURE";
485
+ /** No tax procedure is applied */
486
+ EnergyCommunityTaxProcedureCreditNoteDto["NoTaxProcedureDto"] = "NO_TAX_PROCEDURE";
487
+ /** The reverse charge procedure is applied */
488
+ EnergyCommunityTaxProcedureCreditNoteDto["ReverseChargeDto"] = "REVERSE_CHARGE";
489
+ /** No tax procedure is applied for small business owners */
490
+ EnergyCommunityTaxProcedureCreditNoteDto["SmallBusinessOwnersDto"] = "SMALL_BUSINESS_OWNERS";
491
+ })(EnergyCommunityTaxProcedureCreditNoteDto || (EnergyCommunityTaxProcedureCreditNoteDto = {}));
492
+ /** Runtime entities of construction kit enum 'Environment/CarbonScope' */
493
+ var EnvironmentCarbonScopeDto;
494
+ (function (EnvironmentCarbonScopeDto) {
495
+ EnvironmentCarbonScopeDto["Scope_1Dto"] = "SCOPE_1";
496
+ EnvironmentCarbonScopeDto["Scope_2Dto"] = "SCOPE_2";
497
+ EnvironmentCarbonScopeDto["Scope_3Dto"] = "SCOPE_3";
498
+ })(EnvironmentCarbonScopeDto || (EnvironmentCarbonScopeDto = {}));
499
+ /** Runtime entities of construction kit enum 'Environment/ComplianceCategory' */
500
+ var EnvironmentComplianceCategoryDto;
501
+ (function (EnvironmentComplianceCategoryDto) {
502
+ EnvironmentComplianceCategoryDto["CsrdDto"] = "CSRD";
503
+ EnvironmentComplianceCategoryDto["EEffGDto"] = "E_EFF_G";
504
+ EnvironmentComplianceCategoryDto["Iso_50001Dto"] = "ISO_50001";
505
+ EnvironmentComplianceCategoryDto["Nis_2Dto"] = "NIS_2";
506
+ })(EnvironmentComplianceCategoryDto || (EnvironmentComplianceCategoryDto = {}));
507
+ /** Runtime entities of construction kit enum 'Environment/ComplianceStatus' */
508
+ var EnvironmentComplianceStatusDto;
509
+ (function (EnvironmentComplianceStatusDto) {
510
+ EnvironmentComplianceStatusDto["CompliantDto"] = "COMPLIANT";
511
+ EnvironmentComplianceStatusDto["InProgressDto"] = "IN_PROGRESS";
512
+ EnvironmentComplianceStatusDto["OpenDto"] = "OPEN";
513
+ EnvironmentComplianceStatusDto["PassedDto"] = "PASSED";
514
+ EnvironmentComplianceStatusDto["SubmittedDto"] = "SUBMITTED";
515
+ })(EnvironmentComplianceStatusDto || (EnvironmentComplianceStatusDto = {}));
516
+ /** Runtime entities of construction kit enum 'Environment/EnergySource' */
517
+ var EnvironmentEnergySourceDto;
518
+ (function (EnvironmentEnergySourceDto) {
519
+ EnvironmentEnergySourceDto["BiomassDto"] = "BIOMASS";
520
+ EnvironmentEnergySourceDto["GeothermalDto"] = "GEOTHERMAL";
521
+ EnvironmentEnergySourceDto["HydroDto"] = "HYDRO";
522
+ EnvironmentEnergySourceDto["OtherDto"] = "OTHER";
523
+ EnvironmentEnergySourceDto["SolarDto"] = "SOLAR";
524
+ EnvironmentEnergySourceDto["WindDto"] = "WIND";
525
+ })(EnvironmentEnergySourceDto || (EnvironmentEnergySourceDto = {}));
526
+ /** Runtime entities of construction kit enum 'Environment/GoalState' */
527
+ var EnvironmentGoalStateDto;
528
+ (function (EnvironmentGoalStateDto) {
529
+ EnvironmentGoalStateDto["OffTrackDto"] = "OFF_TRACK";
530
+ EnvironmentGoalStateDto["OnTrackDto"] = "ON_TRACK";
531
+ })(EnvironmentGoalStateDto || (EnvironmentGoalStateDto = {}));
388
532
  /** Defines the operator of field compare */
389
533
  var FieldFilterOperatorsDto;
390
534
  (function (FieldFilterOperatorsDto) {
391
535
  FieldFilterOperatorsDto["AnyEqDto"] = "ANY_EQ";
392
536
  FieldFilterOperatorsDto["AnyLikeDto"] = "ANY_LIKE";
537
+ FieldFilterOperatorsDto["BetweenDto"] = "BETWEEN";
393
538
  FieldFilterOperatorsDto["EqualsDto"] = "EQUALS";
394
539
  FieldFilterOperatorsDto["GreaterEqualThanDto"] = "GREATER_EQUAL_THAN";
395
540
  FieldFilterOperatorsDto["GreaterThanDto"] = "GREATER_THAN";
396
541
  FieldFilterOperatorsDto["InDto"] = "IN";
542
+ FieldFilterOperatorsDto["IsNotNullDto"] = "IS_NOT_NULL";
543
+ FieldFilterOperatorsDto["IsNullDto"] = "IS_NULL";
397
544
  FieldFilterOperatorsDto["LessEqualThanDto"] = "LESS_EQUAL_THAN";
398
545
  FieldFilterOperatorsDto["LessThanDto"] = "LESS_THAN";
399
546
  FieldFilterOperatorsDto["LikeDto"] = "LIKE";
@@ -575,6 +722,84 @@ var IndustryEnergyTariffTypeDto;
575
722
  IndustryEnergyTariffTypeDto["PeakDto"] = "PEAK";
576
723
  IndustryEnergyTariffTypeDto["StandardDto"] = "STANDARD";
577
724
  })(IndustryEnergyTariffTypeDto || (IndustryEnergyTariffTypeDto = {}));
725
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/AggregationType' */
726
+ var IndustryMaintenanceAggregationTypeDto;
727
+ (function (IndustryMaintenanceAggregationTypeDto) {
728
+ IndustryMaintenanceAggregationTypeDto["FiscalYearDto"] = "FISCAL_YEAR";
729
+ IndustryMaintenanceAggregationTypeDto["MonthDto"] = "MONTH";
730
+ IndustryMaintenanceAggregationTypeDto["WeekDto"] = "WEEK";
731
+ })(IndustryMaintenanceAggregationTypeDto || (IndustryMaintenanceAggregationTypeDto = {}));
732
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/CostCategory' */
733
+ var IndustryMaintenanceCostCategoryDto;
734
+ (function (IndustryMaintenanceCostCategoryDto) {
735
+ IndustryMaintenanceCostCategoryDto["ExternalDto"] = "EXTERNAL";
736
+ IndustryMaintenanceCostCategoryDto["InternalDto"] = "INTERNAL";
737
+ IndustryMaintenanceCostCategoryDto["MaterialDto"] = "MATERIAL";
738
+ })(IndustryMaintenanceCostCategoryDto || (IndustryMaintenanceCostCategoryDto = {}));
739
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceGroup' */
740
+ var IndustryMaintenanceEnergyBalanceGroupDto;
741
+ (function (IndustryMaintenanceEnergyBalanceGroupDto) {
742
+ IndustryMaintenanceEnergyBalanceGroupDto["UndefinedDto"] = "UNDEFINED";
743
+ })(IndustryMaintenanceEnergyBalanceGroupDto || (IndustryMaintenanceEnergyBalanceGroupDto = {}));
744
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceProduct' */
745
+ var IndustryMaintenanceEnergyBalanceProductDto;
746
+ (function (IndustryMaintenanceEnergyBalanceProductDto) {
747
+ IndustryMaintenanceEnergyBalanceProductDto["UndefinedDto"] = "UNDEFINED";
748
+ })(IndustryMaintenanceEnergyBalanceProductDto || (IndustryMaintenanceEnergyBalanceProductDto = {}));
749
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceUnit' */
750
+ var IndustryMaintenanceEnergyBalanceUnitDto;
751
+ (function (IndustryMaintenanceEnergyBalanceUnitDto) {
752
+ IndustryMaintenanceEnergyBalanceUnitDto["UndefinedDto"] = "UNDEFINED";
753
+ })(IndustryMaintenanceEnergyBalanceUnitDto || (IndustryMaintenanceEnergyBalanceUnitDto = {}));
754
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/OrderPriority' */
755
+ var IndustryMaintenanceOrderPriorityDto;
756
+ (function (IndustryMaintenanceOrderPriorityDto) {
757
+ IndustryMaintenanceOrderPriorityDto["UndefinedDto"] = "UNDEFINED";
758
+ })(IndustryMaintenanceOrderPriorityDto || (IndustryMaintenanceOrderPriorityDto = {}));
759
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/OrderState' */
760
+ var IndustryMaintenanceOrderStateDto;
761
+ (function (IndustryMaintenanceOrderStateDto) {
762
+ IndustryMaintenanceOrderStateDto["UndefinedDto"] = "UNDEFINED";
763
+ })(IndustryMaintenanceOrderStateDto || (IndustryMaintenanceOrderStateDto = {}));
764
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/OrderType' */
765
+ var IndustryMaintenanceOrderTypeDto;
766
+ (function (IndustryMaintenanceOrderTypeDto) {
767
+ IndustryMaintenanceOrderTypeDto["UndefinedDto"] = "UNDEFINED";
768
+ })(IndustryMaintenanceOrderTypeDto || (IndustryMaintenanceOrderTypeDto = {}));
769
+ /** Runtime entities of construction kit enum 'Industry.Maintenance/ServiceType' */
770
+ var IndustryMaintenanceServiceTypeDto;
771
+ (function (IndustryMaintenanceServiceTypeDto) {
772
+ IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
773
+ })(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
774
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/FeedbackSyncState' */
775
+ var IndustryManufacturingFeedbackSyncStateDto;
776
+ (function (IndustryManufacturingFeedbackSyncStateDto) {
777
+ IndustryManufacturingFeedbackSyncStateDto["SyncedDto"] = "SYNCED";
778
+ IndustryManufacturingFeedbackSyncStateDto["UnsyncedDto"] = "UNSYNCED";
779
+ })(IndustryManufacturingFeedbackSyncStateDto || (IndustryManufacturingFeedbackSyncStateDto = {}));
780
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderItemState' */
781
+ var IndustryManufacturingProductionOrderItemStateDto;
782
+ (function (IndustryManufacturingProductionOrderItemStateDto) {
783
+ IndustryManufacturingProductionOrderItemStateDto["CancelledDto"] = "CANCELLED";
784
+ IndustryManufacturingProductionOrderItemStateDto["ConfirmedDto"] = "CONFIRMED";
785
+ IndustryManufacturingProductionOrderItemStateDto["CreatedDto"] = "CREATED";
786
+ IndustryManufacturingProductionOrderItemStateDto["DeliveredDto"] = "DELIVERED";
787
+ IndustryManufacturingProductionOrderItemStateDto["InterruptedDto"] = "INTERRUPTED";
788
+ IndustryManufacturingProductionOrderItemStateDto["InProgressDto"] = "IN_PROGRESS";
789
+ IndustryManufacturingProductionOrderItemStateDto["PausedDto"] = "PAUSED";
790
+ IndustryManufacturingProductionOrderItemStateDto["ReleasedDto"] = "RELEASED";
791
+ IndustryManufacturingProductionOrderItemStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
792
+ })(IndustryManufacturingProductionOrderItemStateDto || (IndustryManufacturingProductionOrderItemStateDto = {}));
793
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderState' */
794
+ var IndustryManufacturingProductionOrderStateDto;
795
+ (function (IndustryManufacturingProductionOrderStateDto) {
796
+ IndustryManufacturingProductionOrderStateDto["CancelledDto"] = "CANCELLED";
797
+ IndustryManufacturingProductionOrderStateDto["ConfirmedDto"] = "CONFIRMED";
798
+ IndustryManufacturingProductionOrderStateDto["CreatedDto"] = "CREATED";
799
+ IndustryManufacturingProductionOrderStateDto["DeliveredDto"] = "DELIVERED";
800
+ IndustryManufacturingProductionOrderStateDto["ReleasedDto"] = "RELEASED";
801
+ IndustryManufacturingProductionOrderStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
802
+ })(IndustryManufacturingProductionOrderStateDto || (IndustryManufacturingProductionOrderStateDto = {}));
578
803
  /** Enum of the availability states of models. */
579
804
  var ModelStateDto;
580
805
  (function (ModelStateDto) {
@@ -856,6 +1081,7 @@ const result = {
856
1081
  "possibleTypes": {
857
1082
  "BasicAsset_EventSourceUnion": [
858
1083
  "BasicAsset",
1084
+ "EnvironmentWasteMeter",
859
1085
  "IndustryBasicMachine",
860
1086
  "IndustryEnergyEnergyConsumer",
861
1087
  "IndustryEnergyEnergyMeter",
@@ -864,6 +1090,11 @@ const result = {
864
1090
  "IndustryEnergyPhotovoltaicSystem",
865
1091
  "IndustryEnergyPhotovoltaicSystemModule",
866
1092
  "IndustryEnergyPhotovoltaicSystemString",
1093
+ "IndustryFluidHeatMeter",
1094
+ "IndustryFluidWaterMeter",
1095
+ "IndustryMaintenanceCostCenter",
1096
+ "IndustryMaintenanceEmployee",
1097
+ "IndustryMaintenanceWorkplace",
867
1098
  "OctoSdkDemoMeteringPoint"
868
1099
  ],
869
1100
  "BasicAsset_RelatesFromUnion": [
@@ -875,6 +1106,24 @@ const result = {
875
1106
  "BasicState",
876
1107
  "BasicTree",
877
1108
  "BasicTreeNode",
1109
+ "EnergyCommunityBillingDocument",
1110
+ "EnergyCommunityBillingDocumentLineItem",
1111
+ "EnergyCommunityConsumer",
1112
+ "EnergyCommunityCustomer",
1113
+ "EnergyCommunityEdaMessage",
1114
+ "EnergyCommunityEdaMeteringPoint",
1115
+ "EnergyCommunityEdaProcess",
1116
+ "EnergyCommunityEnergyPrice",
1117
+ "EnergyCommunityEnergyQuantity",
1118
+ "EnergyCommunityOperatingFacility",
1119
+ "EnergyCommunityParticipationPeriod",
1120
+ "EnergyCommunityProducer",
1121
+ "EnvironmentCarbonBudget",
1122
+ "EnvironmentCarbonEmission",
1123
+ "EnvironmentCertificateOfOrigin",
1124
+ "EnvironmentComplianceRecord",
1125
+ "EnvironmentEnvironmentalGoal",
1126
+ "EnvironmentWasteMeter",
878
1127
  "IndustryBasicAlarm",
879
1128
  "IndustryBasicEvent",
880
1129
  "IndustryBasicMachine",
@@ -890,10 +1139,29 @@ const result = {
890
1139
  "IndustryEnergyPhotovoltaicSystem",
891
1140
  "IndustryEnergyPhotovoltaicSystemModule",
892
1141
  "IndustryEnergyPhotovoltaicSystemString",
1142
+ "IndustryFluidHeatMeter",
1143
+ "IndustryFluidWaterMeter",
1144
+ "IndustryMaintenanceAccount",
1145
+ "IndustryMaintenanceCostCenter",
1146
+ "IndustryMaintenanceEmployee",
1147
+ "IndustryMaintenanceEnergyBalance",
1148
+ "IndustryMaintenanceJournalEntry",
1149
+ "IndustryMaintenanceOrder",
1150
+ "IndustryMaintenanceOrderCosts",
1151
+ "IndustryMaintenanceOrderFeedback",
1152
+ "IndustryMaintenanceWorkplace",
1153
+ "IndustryManufacturingPartialFeedback",
1154
+ "IndustryManufacturingProductionOrder",
1155
+ "IndustryManufacturingProductionOrderItem",
1156
+ "IndustryManufacturingShift",
1157
+ "IndustryManufacturingShiftMachine",
1158
+ "IndustryManufacturingShiftOrderItem",
1159
+ "IndustryManufacturingShiftTemplate",
893
1160
  "OctoSdkDemoCustomer",
894
1161
  "OctoSdkDemoMeteringPoint",
895
1162
  "OctoSdkDemoOperatingFacility",
896
1163
  "SystemAggregationRtQuery",
1164
+ "SystemAggregationSdQuery",
897
1165
  "SystemAutoIncrement",
898
1166
  "SystemBotAttributeAggregateConfiguration",
899
1167
  "SystemBotFixup",
@@ -915,7 +1183,9 @@ const result = {
915
1183
  "SystemCommunicationSapConfiguration",
916
1184
  "SystemCommunicationSftpConfiguration",
917
1185
  "SystemCommunicationTag",
1186
+ "SystemDownsamplingSdQuery",
918
1187
  "SystemGroupingAggregationRtQuery",
1188
+ "SystemGroupingAggregationSdQuery",
919
1189
  "SystemIdentityApiResource",
920
1190
  "SystemIdentityApiScope",
921
1191
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -946,10 +1216,7 @@ const result = {
946
1216
  "SystemReportingFolder",
947
1217
  "SystemReportingFolderRoot",
948
1218
  "SystemSimpleRtQuery",
949
- "SystemStreamDataAggregationQuery",
950
- "SystemStreamDataDownsamplingQuery",
951
- "SystemStreamDataGroupingAggregationQuery",
952
- "SystemStreamDataSimpleQuery",
1219
+ "SystemSimpleSdQuery",
953
1220
  "SystemTenant",
954
1221
  "SystemTenantConfiguration",
955
1222
  "SystemTenantModeConfiguration",
@@ -959,14 +1226,31 @@ const result = {
959
1226
  "SystemUISymbolDefinition",
960
1227
  "SystemUISymbolLibrary"
961
1228
  ],
962
- "BasicDocumentInterface": [],
1229
+ "BasicDocumentInterface": [
1230
+ "EnergyCommunityBillingDocument"
1231
+ ],
1232
+ "BasicEmployee_EmployeeUnion": [
1233
+ "BasicEmployee"
1234
+ ],
1235
+ "BasicEmployee_EmployeesUnion": [
1236
+ "BasicEmployee"
1237
+ ],
963
1238
  "BasicNamedEntityInterface": [
964
1239
  "BasicTree",
1240
+ "EnergyCommunityConsumer",
1241
+ "EnergyCommunityEdaProcess",
1242
+ "EnergyCommunityMeteringPoint",
1243
+ "EnergyCommunityProducer",
1244
+ "EnvironmentCarbonBudget",
1245
+ "EnvironmentCertificateOfOrigin",
1246
+ "EnvironmentComplianceRecord",
1247
+ "EnvironmentEnvironmentalGoal",
965
1248
  "IndustryBasicAlarm",
966
1249
  "IndustryBasicEvent",
967
1250
  "IndustryBasicRuntimeVariable",
968
1251
  "IndustryEnergyDemandResponseEvent",
969
- "IndustryEnergyEnergyPerformanceIndicator"
1252
+ "IndustryEnergyEnergyPerformanceIndicator",
1253
+ "IndustryManufacturingShiftTemplate"
970
1254
  ],
971
1255
  "BasicTreeNode_ChildrenUnion": [
972
1256
  "BasicAsset",
@@ -975,6 +1259,13 @@ const result = {
975
1259
  "BasicDistrict",
976
1260
  "BasicState",
977
1261
  "BasicTreeNode",
1262
+ "EnergyCommunityOperatingFacility",
1263
+ "EnvironmentCarbonBudget",
1264
+ "EnvironmentCarbonEmission",
1265
+ "EnvironmentCertificateOfOrigin",
1266
+ "EnvironmentComplianceRecord",
1267
+ "EnvironmentEnvironmentalGoal",
1268
+ "EnvironmentWasteMeter",
978
1269
  "IndustryBasicMachine",
979
1270
  "IndustryEnergyDemandResponseEvent",
980
1271
  "IndustryEnergyEnergyConsumer",
@@ -987,6 +1278,36 @@ const result = {
987
1278
  "IndustryEnergyPhotovoltaicSystem",
988
1279
  "IndustryEnergyPhotovoltaicSystemModule",
989
1280
  "IndustryEnergyPhotovoltaicSystemString",
1281
+ "IndustryFluidHeatMeter",
1282
+ "IndustryFluidWaterMeter",
1283
+ "IndustryMaintenanceCostCenter",
1284
+ "IndustryMaintenanceEmployee",
1285
+ "IndustryMaintenanceWorkplace",
1286
+ "OctoSdkDemoMeteringPoint",
1287
+ "OctoSdkDemoOperatingFacility"
1288
+ ],
1289
+ "BasicTreeNode_MachineUnion": [
1290
+ "BasicAsset",
1291
+ "BasicCity",
1292
+ "BasicCountry",
1293
+ "BasicDistrict",
1294
+ "BasicState",
1295
+ "BasicTreeNode",
1296
+ "EnergyCommunityOperatingFacility",
1297
+ "EnvironmentWasteMeter",
1298
+ "IndustryBasicMachine",
1299
+ "IndustryEnergyEnergyConsumer",
1300
+ "IndustryEnergyEnergyMeter",
1301
+ "IndustryEnergyEnergyStorage",
1302
+ "IndustryEnergyInverter",
1303
+ "IndustryEnergyPhotovoltaicSystem",
1304
+ "IndustryEnergyPhotovoltaicSystemModule",
1305
+ "IndustryEnergyPhotovoltaicSystemString",
1306
+ "IndustryFluidHeatMeter",
1307
+ "IndustryFluidWaterMeter",
1308
+ "IndustryMaintenanceCostCenter",
1309
+ "IndustryMaintenanceEmployee",
1310
+ "IndustryMaintenanceWorkplace",
990
1311
  "OctoSdkDemoMeteringPoint",
991
1312
  "OctoSdkDemoOperatingFacility"
992
1313
  ],
@@ -997,6 +1318,8 @@ const result = {
997
1318
  "BasicDistrict",
998
1319
  "BasicState",
999
1320
  "BasicTreeNode",
1321
+ "EnergyCommunityOperatingFacility",
1322
+ "EnvironmentWasteMeter",
1000
1323
  "IndustryBasicMachine",
1001
1324
  "IndustryEnergyEnergyConsumer",
1002
1325
  "IndustryEnergyEnergyMeter",
@@ -1005,6 +1328,11 @@ const result = {
1005
1328
  "IndustryEnergyPhotovoltaicSystem",
1006
1329
  "IndustryEnergyPhotovoltaicSystemModule",
1007
1330
  "IndustryEnergyPhotovoltaicSystemString",
1331
+ "IndustryFluidHeatMeter",
1332
+ "IndustryFluidWaterMeter",
1333
+ "IndustryMaintenanceCostCenter",
1334
+ "IndustryMaintenanceEmployee",
1335
+ "IndustryMaintenanceWorkplace",
1008
1336
  "OctoSdkDemoMeteringPoint",
1009
1337
  "OctoSdkDemoOperatingFacility"
1010
1338
  ],
@@ -1017,6 +1345,24 @@ const result = {
1017
1345
  "BasicState",
1018
1346
  "BasicTree",
1019
1347
  "BasicTreeNode",
1348
+ "EnergyCommunityBillingDocument",
1349
+ "EnergyCommunityBillingDocumentLineItem",
1350
+ "EnergyCommunityConsumer",
1351
+ "EnergyCommunityCustomer",
1352
+ "EnergyCommunityEdaMessage",
1353
+ "EnergyCommunityEdaMeteringPoint",
1354
+ "EnergyCommunityEdaProcess",
1355
+ "EnergyCommunityEnergyPrice",
1356
+ "EnergyCommunityEnergyQuantity",
1357
+ "EnergyCommunityOperatingFacility",
1358
+ "EnergyCommunityParticipationPeriod",
1359
+ "EnergyCommunityProducer",
1360
+ "EnvironmentCarbonBudget",
1361
+ "EnvironmentCarbonEmission",
1362
+ "EnvironmentCertificateOfOrigin",
1363
+ "EnvironmentComplianceRecord",
1364
+ "EnvironmentEnvironmentalGoal",
1365
+ "EnvironmentWasteMeter",
1020
1366
  "IndustryBasicAlarm",
1021
1367
  "IndustryBasicEvent",
1022
1368
  "IndustryBasicMachine",
@@ -1032,10 +1378,29 @@ const result = {
1032
1378
  "IndustryEnergyPhotovoltaicSystem",
1033
1379
  "IndustryEnergyPhotovoltaicSystemModule",
1034
1380
  "IndustryEnergyPhotovoltaicSystemString",
1381
+ "IndustryFluidHeatMeter",
1382
+ "IndustryFluidWaterMeter",
1383
+ "IndustryMaintenanceAccount",
1384
+ "IndustryMaintenanceCostCenter",
1385
+ "IndustryMaintenanceEmployee",
1386
+ "IndustryMaintenanceEnergyBalance",
1387
+ "IndustryMaintenanceJournalEntry",
1388
+ "IndustryMaintenanceOrder",
1389
+ "IndustryMaintenanceOrderCosts",
1390
+ "IndustryMaintenanceOrderFeedback",
1391
+ "IndustryMaintenanceWorkplace",
1392
+ "IndustryManufacturingPartialFeedback",
1393
+ "IndustryManufacturingProductionOrder",
1394
+ "IndustryManufacturingProductionOrderItem",
1395
+ "IndustryManufacturingShift",
1396
+ "IndustryManufacturingShiftMachine",
1397
+ "IndustryManufacturingShiftOrderItem",
1398
+ "IndustryManufacturingShiftTemplate",
1035
1399
  "OctoSdkDemoCustomer",
1036
1400
  "OctoSdkDemoMeteringPoint",
1037
1401
  "OctoSdkDemoOperatingFacility",
1038
1402
  "SystemAggregationRtQuery",
1403
+ "SystemAggregationSdQuery",
1039
1404
  "SystemAutoIncrement",
1040
1405
  "SystemBotAttributeAggregateConfiguration",
1041
1406
  "SystemBotFixup",
@@ -1057,7 +1422,9 @@ const result = {
1057
1422
  "SystemCommunicationSapConfiguration",
1058
1423
  "SystemCommunicationSftpConfiguration",
1059
1424
  "SystemCommunicationTag",
1425
+ "SystemDownsamplingSdQuery",
1060
1426
  "SystemGroupingAggregationRtQuery",
1427
+ "SystemGroupingAggregationSdQuery",
1061
1428
  "SystemIdentityApiResource",
1062
1429
  "SystemIdentityApiScope",
1063
1430
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1088,10 +1455,7 @@ const result = {
1088
1455
  "SystemReportingFolder",
1089
1456
  "SystemReportingFolderRoot",
1090
1457
  "SystemSimpleRtQuery",
1091
- "SystemStreamDataAggregationQuery",
1092
- "SystemStreamDataDownsamplingQuery",
1093
- "SystemStreamDataGroupingAggregationQuery",
1094
- "SystemStreamDataSimpleQuery",
1458
+ "SystemSimpleSdQuery",
1095
1459
  "SystemTenant",
1096
1460
  "SystemTenantConfiguration",
1097
1461
  "SystemTenantModeConfiguration",
@@ -1109,17 +1473,118 @@ const result = {
1109
1473
  "BasicState",
1110
1474
  "BasicTree",
1111
1475
  "BasicTreeNode",
1476
+ "EnergyCommunityOperatingFacility",
1477
+ "EnvironmentWasteMeter",
1478
+ "IndustryBasicMachine",
1479
+ "IndustryEnergyEnergyConsumer",
1480
+ "IndustryEnergyEnergyMeter",
1481
+ "IndustryEnergyEnergyStorage",
1482
+ "IndustryEnergyInverter",
1483
+ "IndustryEnergyPhotovoltaicSystem",
1484
+ "IndustryEnergyPhotovoltaicSystemModule",
1485
+ "IndustryEnergyPhotovoltaicSystemString",
1486
+ "IndustryFluidHeatMeter",
1487
+ "IndustryFluidWaterMeter",
1488
+ "IndustryMaintenanceCostCenter",
1489
+ "IndustryMaintenanceEmployee",
1490
+ "IndustryMaintenanceWorkplace",
1491
+ "OctoSdkDemoMeteringPoint",
1492
+ "OctoSdkDemoOperatingFacility"
1493
+ ],
1494
+ "EnergyCommunityBillingDocumentLineItem_BillingUnion": [
1495
+ "EnergyCommunityBillingDocumentLineItem"
1496
+ ],
1497
+ "EnergyCommunityBillingDocumentLineItem_BillingsUnion": [
1498
+ "EnergyCommunityBillingDocumentLineItem"
1499
+ ],
1500
+ "EnergyCommunityBillingDocumentLineItem_ChildrenUnion": [
1501
+ "EnergyCommunityBillingDocumentLineItem"
1502
+ ],
1503
+ "EnergyCommunityBillingDocument_BillingUnion": [
1504
+ "EnergyCommunityBillingDocument"
1505
+ ],
1506
+ "EnergyCommunityBillingDocument_ParentUnion": [
1507
+ "EnergyCommunityBillingDocument"
1508
+ ],
1509
+ "EnergyCommunityCustomer_AssignedToUnion": [
1510
+ "EnergyCommunityCustomer"
1511
+ ],
1512
+ "EnergyCommunityCustomer_CustomerUnion": [
1513
+ "EnergyCommunityCustomer"
1514
+ ],
1515
+ "EnergyCommunityEdaMessage_MessagesUnion": [
1516
+ "EnergyCommunityEdaMessage"
1517
+ ],
1518
+ "EnergyCommunityEdaProcess_ProcessUnion": [
1519
+ "EnergyCommunityEdaProcess"
1520
+ ],
1521
+ "EnergyCommunityEnergyQuantity_AssignedToUnion": [
1522
+ "EnergyCommunityEnergyQuantity"
1523
+ ],
1524
+ "EnergyCommunityEnergyQuantity_ChildrenUnion": [
1525
+ "EnergyCommunityEnergyQuantity"
1526
+ ],
1527
+ "EnergyCommunityMeteringPointInterface": [
1528
+ "EnergyCommunityConsumer",
1529
+ "EnergyCommunityProducer"
1530
+ ],
1531
+ "EnergyCommunityMeteringPoint_ChildrenUnion": [
1532
+ "BasicAsset",
1533
+ "BasicCity",
1534
+ "BasicCountry",
1535
+ "BasicDistrict",
1536
+ "BasicState",
1537
+ "BasicTreeNode",
1538
+ "EnergyCommunityConsumer",
1539
+ "EnergyCommunityOperatingFacility",
1540
+ "EnergyCommunityProducer",
1541
+ "EnvironmentCarbonBudget",
1542
+ "EnvironmentCarbonEmission",
1543
+ "EnvironmentCertificateOfOrigin",
1544
+ "EnvironmentComplianceRecord",
1545
+ "EnvironmentEnvironmentalGoal",
1546
+ "EnvironmentWasteMeter",
1112
1547
  "IndustryBasicMachine",
1548
+ "IndustryEnergyDemandResponseEvent",
1113
1549
  "IndustryEnergyEnergyConsumer",
1550
+ "IndustryEnergyEnergyCost",
1551
+ "IndustryEnergyEnergyForecast",
1114
1552
  "IndustryEnergyEnergyMeter",
1553
+ "IndustryEnergyEnergyPerformanceIndicator",
1115
1554
  "IndustryEnergyEnergyStorage",
1116
1555
  "IndustryEnergyInverter",
1117
1556
  "IndustryEnergyPhotovoltaicSystem",
1118
1557
  "IndustryEnergyPhotovoltaicSystemModule",
1119
1558
  "IndustryEnergyPhotovoltaicSystemString",
1559
+ "IndustryFluidHeatMeter",
1560
+ "IndustryFluidWaterMeter",
1561
+ "IndustryMaintenanceCostCenter",
1562
+ "IndustryMaintenanceEmployee",
1563
+ "IndustryMaintenanceWorkplace",
1120
1564
  "OctoSdkDemoMeteringPoint",
1121
1565
  "OctoSdkDemoOperatingFacility"
1122
1566
  ],
1567
+ "EnergyCommunityMeteringPoint_MeteringPointUnion": [
1568
+ "EnergyCommunityConsumer",
1569
+ "EnergyCommunityProducer"
1570
+ ],
1571
+ "EnergyCommunityMeteringPoint_ParentUnion": [
1572
+ "EnergyCommunityConsumer",
1573
+ "EnergyCommunityProducer"
1574
+ ],
1575
+ "EnergyCommunityOperatingFacility_FacilitiesUnion": [
1576
+ "EnergyCommunityOperatingFacility"
1577
+ ],
1578
+ "EnergyCommunityOperatingFacility_ParentUnion": [
1579
+ "EnergyCommunityOperatingFacility"
1580
+ ],
1581
+ "EnergyCommunityParticipationPeriod_PeriodsUnion": [
1582
+ "EnergyCommunityParticipationPeriod"
1583
+ ],
1584
+ "IndustryBasicEvent_EventUnion": [
1585
+ "IndustryBasicAlarm",
1586
+ "IndustryBasicEvent"
1587
+ ],
1123
1588
  "IndustryBasicEvent_EventsUnion": [
1124
1589
  "IndustryBasicAlarm",
1125
1590
  "IndustryBasicEvent"
@@ -1130,11 +1595,87 @@ const result = {
1130
1595
  "IndustryEnergyEnergyMeter",
1131
1596
  "IndustryEnergyEnergyStorage",
1132
1597
  "IndustryEnergyInverter",
1133
- "IndustryEnergyPhotovoltaicSystemModule"
1598
+ "IndustryEnergyPhotovoltaicSystemModule",
1599
+ "IndustryFluidHeatMeter",
1600
+ "IndustryFluidWaterMeter"
1134
1601
  ],
1135
1602
  "IndustryBasicRuntimeVariable_RuntimeVariablesUnion": [
1136
1603
  "IndustryBasicRuntimeVariable"
1137
1604
  ],
1605
+ "IndustryMaintenanceAccount_ParentUnion": [
1606
+ "IndustryMaintenanceAccount"
1607
+ ],
1608
+ "IndustryMaintenanceCostCenter_CostCenterUnion": [
1609
+ "IndustryMaintenanceCostCenter"
1610
+ ],
1611
+ "IndustryMaintenanceEmployee_EmployeeUnion": [
1612
+ "IndustryMaintenanceEmployee"
1613
+ ],
1614
+ "IndustryMaintenanceEnergyBalance_OrdersUnion": [
1615
+ "IndustryMaintenanceEnergyBalance"
1616
+ ],
1617
+ "IndustryMaintenanceJournalEntry_ChildrenUnion": [
1618
+ "IndustryMaintenanceJournalEntry"
1619
+ ],
1620
+ "IndustryMaintenanceJournalEntry_JournalEntriesUnion": [
1621
+ "IndustryMaintenanceJournalEntry"
1622
+ ],
1623
+ "IndustryMaintenanceOrderCosts_CostsUnion": [
1624
+ "IndustryMaintenanceOrderCosts"
1625
+ ],
1626
+ "IndustryMaintenanceOrderFeedback_ChildrenUnion": [
1627
+ "IndustryMaintenanceOrderFeedback"
1628
+ ],
1629
+ "IndustryMaintenanceOrderFeedback_OrderFeedbacksUnion": [
1630
+ "IndustryMaintenanceOrderFeedback"
1631
+ ],
1632
+ "IndustryMaintenanceOrder_OrderUnion": [
1633
+ "IndustryMaintenanceOrder"
1634
+ ],
1635
+ "IndustryMaintenanceOrder_OrdersUnion": [
1636
+ "IndustryMaintenanceEnergyBalance",
1637
+ "IndustryMaintenanceOrder"
1638
+ ],
1639
+ "IndustryMaintenanceOrder_ParentUnion": [
1640
+ "IndustryMaintenanceOrder"
1641
+ ],
1642
+ "IndustryManufacturingPartialFeedback_ChildrenUnion": [
1643
+ "IndustryManufacturingPartialFeedback"
1644
+ ],
1645
+ "IndustryManufacturingPartialFeedback_PartialFeedbacksUnion": [
1646
+ "IndustryManufacturingPartialFeedback"
1647
+ ],
1648
+ "IndustryManufacturingProductionOrderItem_ChildrenUnion": [
1649
+ "IndustryManufacturingProductionOrderItem"
1650
+ ],
1651
+ "IndustryManufacturingProductionOrderItem_OrderItemsUnion": [
1652
+ "IndustryManufacturingProductionOrderItem"
1653
+ ],
1654
+ "IndustryManufacturingProductionOrderItem_ProductionOrderItemUnion": [
1655
+ "IndustryManufacturingProductionOrderItem"
1656
+ ],
1657
+ "IndustryManufacturingProductionOrder_ParentUnion": [
1658
+ "IndustryManufacturingProductionOrder"
1659
+ ],
1660
+ "IndustryManufacturingShiftMachine_ChildrenUnion": [
1661
+ "IndustryManufacturingShiftMachine",
1662
+ "IndustryManufacturingShiftOrderItem"
1663
+ ],
1664
+ "IndustryManufacturingShiftMachine_ShiftAssignmentsUnion": [
1665
+ "IndustryManufacturingShiftMachine"
1666
+ ],
1667
+ "IndustryManufacturingShiftMachine_ShiftMachinesUnion": [
1668
+ "IndustryManufacturingShiftMachine"
1669
+ ],
1670
+ "IndustryManufacturingShiftOrderItem_ParentUnion": [
1671
+ "IndustryManufacturingShiftOrderItem"
1672
+ ],
1673
+ "IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnion": [
1674
+ "IndustryManufacturingShiftOrderItem"
1675
+ ],
1676
+ "IndustryManufacturingShift_ParentUnion": [
1677
+ "IndustryManufacturingShift"
1678
+ ],
1138
1679
  "OctoSdkDemoCustomer_OwnedByUnion": [
1139
1680
  "OctoSdkDemoCustomer"
1140
1681
  ],
@@ -1249,6 +1790,23 @@ const result = {
1249
1790
  "BasicEmployee",
1250
1791
  "BasicNamedEntity",
1251
1792
  "BasicTree",
1793
+ "EnergyCommunityBillingDocument",
1794
+ "EnergyCommunityBillingDocumentLineItem",
1795
+ "EnergyCommunityConsumer",
1796
+ "EnergyCommunityCustomer",
1797
+ "EnergyCommunityEdaMessage",
1798
+ "EnergyCommunityEdaMeteringPoint",
1799
+ "EnergyCommunityEdaProcess",
1800
+ "EnergyCommunityEnergyPrice",
1801
+ "EnergyCommunityEnergyQuantity",
1802
+ "EnergyCommunityMeteringPoint",
1803
+ "EnergyCommunityParticipationPeriod",
1804
+ "EnergyCommunityProducer",
1805
+ "EnvironmentCarbonBudget",
1806
+ "EnvironmentCarbonEmission",
1807
+ "EnvironmentCertificateOfOrigin",
1808
+ "EnvironmentComplianceRecord",
1809
+ "EnvironmentEnvironmentalGoal",
1252
1810
  "IndustryBasicAlarm",
1253
1811
  "IndustryBasicEvent",
1254
1812
  "IndustryBasicRuntimeVariable",
@@ -1256,8 +1814,22 @@ const result = {
1256
1814
  "IndustryEnergyEnergyCost",
1257
1815
  "IndustryEnergyEnergyForecast",
1258
1816
  "IndustryEnergyEnergyPerformanceIndicator",
1817
+ "IndustryMaintenanceAccount",
1818
+ "IndustryMaintenanceEnergyBalance",
1819
+ "IndustryMaintenanceJournalEntry",
1820
+ "IndustryMaintenanceOrder",
1821
+ "IndustryMaintenanceOrderCosts",
1822
+ "IndustryMaintenanceOrderFeedback",
1823
+ "IndustryManufacturingPartialFeedback",
1824
+ "IndustryManufacturingProductionOrder",
1825
+ "IndustryManufacturingProductionOrderItem",
1826
+ "IndustryManufacturingShift",
1827
+ "IndustryManufacturingShiftMachine",
1828
+ "IndustryManufacturingShiftOrderItem",
1829
+ "IndustryManufacturingShiftTemplate",
1259
1830
  "OctoSdkDemoCustomer",
1260
1831
  "SystemAggregationRtQuery",
1832
+ "SystemAggregationSdQuery",
1261
1833
  "SystemAutoIncrement",
1262
1834
  "SystemBotAttributeAggregateConfiguration",
1263
1835
  "SystemBotFixup",
@@ -1281,7 +1853,9 @@ const result = {
1281
1853
  "SystemCommunicationSftpConfiguration",
1282
1854
  "SystemCommunicationTag",
1283
1855
  "SystemConfiguration",
1856
+ "SystemDownsamplingSdQuery",
1284
1857
  "SystemGroupingAggregationRtQuery",
1858
+ "SystemGroupingAggregationSdQuery",
1285
1859
  "SystemIdentityApiResource",
1286
1860
  "SystemIdentityApiScope",
1287
1861
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1317,10 +1891,8 @@ const result = {
1317
1891
  "SystemReportingFolder",
1318
1892
  "SystemReportingFolderRoot",
1319
1893
  "SystemSimpleRtQuery",
1320
- "SystemStreamDataAggregationQuery",
1321
- "SystemStreamDataDownsamplingQuery",
1322
- "SystemStreamDataGroupingAggregationQuery",
1323
- "SystemStreamDataSimpleQuery",
1894
+ "SystemSimpleSdQuery",
1895
+ "SystemStreamDataQuery",
1324
1896
  "SystemTenant",
1325
1897
  "SystemTenantConfiguration",
1326
1898
  "SystemTenantModeConfiguration",
@@ -1340,6 +1912,24 @@ const result = {
1340
1912
  "BasicState",
1341
1913
  "BasicTree",
1342
1914
  "BasicTreeNode",
1915
+ "EnergyCommunityBillingDocument",
1916
+ "EnergyCommunityBillingDocumentLineItem",
1917
+ "EnergyCommunityConsumer",
1918
+ "EnergyCommunityCustomer",
1919
+ "EnergyCommunityEdaMessage",
1920
+ "EnergyCommunityEdaMeteringPoint",
1921
+ "EnergyCommunityEdaProcess",
1922
+ "EnergyCommunityEnergyPrice",
1923
+ "EnergyCommunityEnergyQuantity",
1924
+ "EnergyCommunityOperatingFacility",
1925
+ "EnergyCommunityParticipationPeriod",
1926
+ "EnergyCommunityProducer",
1927
+ "EnvironmentCarbonBudget",
1928
+ "EnvironmentCarbonEmission",
1929
+ "EnvironmentCertificateOfOrigin",
1930
+ "EnvironmentComplianceRecord",
1931
+ "EnvironmentEnvironmentalGoal",
1932
+ "EnvironmentWasteMeter",
1343
1933
  "IndustryBasicAlarm",
1344
1934
  "IndustryBasicEvent",
1345
1935
  "IndustryBasicMachine",
@@ -1355,10 +1945,29 @@ const result = {
1355
1945
  "IndustryEnergyPhotovoltaicSystem",
1356
1946
  "IndustryEnergyPhotovoltaicSystemModule",
1357
1947
  "IndustryEnergyPhotovoltaicSystemString",
1948
+ "IndustryFluidHeatMeter",
1949
+ "IndustryFluidWaterMeter",
1950
+ "IndustryMaintenanceAccount",
1951
+ "IndustryMaintenanceCostCenter",
1952
+ "IndustryMaintenanceEmployee",
1953
+ "IndustryMaintenanceEnergyBalance",
1954
+ "IndustryMaintenanceJournalEntry",
1955
+ "IndustryMaintenanceOrder",
1956
+ "IndustryMaintenanceOrderCosts",
1957
+ "IndustryMaintenanceOrderFeedback",
1958
+ "IndustryMaintenanceWorkplace",
1959
+ "IndustryManufacturingPartialFeedback",
1960
+ "IndustryManufacturingProductionOrder",
1961
+ "IndustryManufacturingProductionOrderItem",
1962
+ "IndustryManufacturingShift",
1963
+ "IndustryManufacturingShiftMachine",
1964
+ "IndustryManufacturingShiftOrderItem",
1965
+ "IndustryManufacturingShiftTemplate",
1358
1966
  "OctoSdkDemoCustomer",
1359
1967
  "OctoSdkDemoMeteringPoint",
1360
1968
  "OctoSdkDemoOperatingFacility",
1361
1969
  "SystemAggregationRtQuery",
1970
+ "SystemAggregationSdQuery",
1362
1971
  "SystemAutoIncrement",
1363
1972
  "SystemBotAttributeAggregateConfiguration",
1364
1973
  "SystemBotFixup",
@@ -1380,7 +1989,9 @@ const result = {
1380
1989
  "SystemCommunicationSapConfiguration",
1381
1990
  "SystemCommunicationSftpConfiguration",
1382
1991
  "SystemCommunicationTag",
1992
+ "SystemDownsamplingSdQuery",
1383
1993
  "SystemGroupingAggregationRtQuery",
1994
+ "SystemGroupingAggregationSdQuery",
1384
1995
  "SystemIdentityApiResource",
1385
1996
  "SystemIdentityApiScope",
1386
1997
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1411,10 +2022,7 @@ const result = {
1411
2022
  "SystemReportingFolder",
1412
2023
  "SystemReportingFolderRoot",
1413
2024
  "SystemSimpleRtQuery",
1414
- "SystemStreamDataAggregationQuery",
1415
- "SystemStreamDataDownsamplingQuery",
1416
- "SystemStreamDataGroupingAggregationQuery",
1417
- "SystemStreamDataSimpleQuery",
2025
+ "SystemSimpleSdQuery",
1418
2026
  "SystemTenant",
1419
2027
  "SystemTenantConfiguration",
1420
2028
  "SystemTenantModeConfiguration",
@@ -1433,6 +2041,24 @@ const result = {
1433
2041
  "BasicState",
1434
2042
  "BasicTree",
1435
2043
  "BasicTreeNode",
2044
+ "EnergyCommunityBillingDocument",
2045
+ "EnergyCommunityBillingDocumentLineItem",
2046
+ "EnergyCommunityConsumer",
2047
+ "EnergyCommunityCustomer",
2048
+ "EnergyCommunityEdaMessage",
2049
+ "EnergyCommunityEdaMeteringPoint",
2050
+ "EnergyCommunityEdaProcess",
2051
+ "EnergyCommunityEnergyPrice",
2052
+ "EnergyCommunityEnergyQuantity",
2053
+ "EnergyCommunityOperatingFacility",
2054
+ "EnergyCommunityParticipationPeriod",
2055
+ "EnergyCommunityProducer",
2056
+ "EnvironmentCarbonBudget",
2057
+ "EnvironmentCarbonEmission",
2058
+ "EnvironmentCertificateOfOrigin",
2059
+ "EnvironmentComplianceRecord",
2060
+ "EnvironmentEnvironmentalGoal",
2061
+ "EnvironmentWasteMeter",
1436
2062
  "IndustryBasicAlarm",
1437
2063
  "IndustryBasicEvent",
1438
2064
  "IndustryBasicMachine",
@@ -1448,10 +2074,29 @@ const result = {
1448
2074
  "IndustryEnergyPhotovoltaicSystem",
1449
2075
  "IndustryEnergyPhotovoltaicSystemModule",
1450
2076
  "IndustryEnergyPhotovoltaicSystemString",
2077
+ "IndustryFluidHeatMeter",
2078
+ "IndustryFluidWaterMeter",
2079
+ "IndustryMaintenanceAccount",
2080
+ "IndustryMaintenanceCostCenter",
2081
+ "IndustryMaintenanceEmployee",
2082
+ "IndustryMaintenanceEnergyBalance",
2083
+ "IndustryMaintenanceJournalEntry",
2084
+ "IndustryMaintenanceOrder",
2085
+ "IndustryMaintenanceOrderCosts",
2086
+ "IndustryMaintenanceOrderFeedback",
2087
+ "IndustryMaintenanceWorkplace",
2088
+ "IndustryManufacturingPartialFeedback",
2089
+ "IndustryManufacturingProductionOrder",
2090
+ "IndustryManufacturingProductionOrderItem",
2091
+ "IndustryManufacturingShift",
2092
+ "IndustryManufacturingShiftMachine",
2093
+ "IndustryManufacturingShiftOrderItem",
2094
+ "IndustryManufacturingShiftTemplate",
1451
2095
  "OctoSdkDemoCustomer",
1452
2096
  "OctoSdkDemoMeteringPoint",
1453
2097
  "OctoSdkDemoOperatingFacility",
1454
2098
  "SystemAggregationRtQuery",
2099
+ "SystemAggregationSdQuery",
1455
2100
  "SystemAutoIncrement",
1456
2101
  "SystemBotAttributeAggregateConfiguration",
1457
2102
  "SystemBotFixup",
@@ -1473,7 +2118,9 @@ const result = {
1473
2118
  "SystemCommunicationSapConfiguration",
1474
2119
  "SystemCommunicationSftpConfiguration",
1475
2120
  "SystemCommunicationTag",
2121
+ "SystemDownsamplingSdQuery",
1476
2122
  "SystemGroupingAggregationRtQuery",
2123
+ "SystemGroupingAggregationSdQuery",
1477
2124
  "SystemIdentityApiResource",
1478
2125
  "SystemIdentityApiScope",
1479
2126
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1504,10 +2151,7 @@ const result = {
1504
2151
  "SystemReportingFolder",
1505
2152
  "SystemReportingFolderRoot",
1506
2153
  "SystemSimpleRtQuery",
1507
- "SystemStreamDataAggregationQuery",
1508
- "SystemStreamDataDownsamplingQuery",
1509
- "SystemStreamDataGroupingAggregationQuery",
1510
- "SystemStreamDataSimpleQuery",
2154
+ "SystemSimpleSdQuery",
1511
2155
  "SystemTenant",
1512
2156
  "SystemTenantConfiguration",
1513
2157
  "SystemTenantModeConfiguration",
@@ -1526,6 +2170,24 @@ const result = {
1526
2170
  "BasicState",
1527
2171
  "BasicTree",
1528
2172
  "BasicTreeNode",
2173
+ "EnergyCommunityBillingDocument",
2174
+ "EnergyCommunityBillingDocumentLineItem",
2175
+ "EnergyCommunityConsumer",
2176
+ "EnergyCommunityCustomer",
2177
+ "EnergyCommunityEdaMessage",
2178
+ "EnergyCommunityEdaMeteringPoint",
2179
+ "EnergyCommunityEdaProcess",
2180
+ "EnergyCommunityEnergyPrice",
2181
+ "EnergyCommunityEnergyQuantity",
2182
+ "EnergyCommunityOperatingFacility",
2183
+ "EnergyCommunityParticipationPeriod",
2184
+ "EnergyCommunityProducer",
2185
+ "EnvironmentCarbonBudget",
2186
+ "EnvironmentCarbonEmission",
2187
+ "EnvironmentCertificateOfOrigin",
2188
+ "EnvironmentComplianceRecord",
2189
+ "EnvironmentEnvironmentalGoal",
2190
+ "EnvironmentWasteMeter",
1529
2191
  "IndustryBasicAlarm",
1530
2192
  "IndustryBasicEvent",
1531
2193
  "IndustryBasicMachine",
@@ -1541,10 +2203,29 @@ const result = {
1541
2203
  "IndustryEnergyPhotovoltaicSystem",
1542
2204
  "IndustryEnergyPhotovoltaicSystemModule",
1543
2205
  "IndustryEnergyPhotovoltaicSystemString",
2206
+ "IndustryFluidHeatMeter",
2207
+ "IndustryFluidWaterMeter",
2208
+ "IndustryMaintenanceAccount",
2209
+ "IndustryMaintenanceCostCenter",
2210
+ "IndustryMaintenanceEmployee",
2211
+ "IndustryMaintenanceEnergyBalance",
2212
+ "IndustryMaintenanceJournalEntry",
2213
+ "IndustryMaintenanceOrder",
2214
+ "IndustryMaintenanceOrderCosts",
2215
+ "IndustryMaintenanceOrderFeedback",
2216
+ "IndustryMaintenanceWorkplace",
2217
+ "IndustryManufacturingPartialFeedback",
2218
+ "IndustryManufacturingProductionOrder",
2219
+ "IndustryManufacturingProductionOrderItem",
2220
+ "IndustryManufacturingShift",
2221
+ "IndustryManufacturingShiftMachine",
2222
+ "IndustryManufacturingShiftOrderItem",
2223
+ "IndustryManufacturingShiftTemplate",
1544
2224
  "OctoSdkDemoCustomer",
1545
2225
  "OctoSdkDemoMeteringPoint",
1546
2226
  "OctoSdkDemoOperatingFacility",
1547
2227
  "SystemAggregationRtQuery",
2228
+ "SystemAggregationSdQuery",
1548
2229
  "SystemAutoIncrement",
1549
2230
  "SystemBotAttributeAggregateConfiguration",
1550
2231
  "SystemBotFixup",
@@ -1566,7 +2247,9 @@ const result = {
1566
2247
  "SystemCommunicationSapConfiguration",
1567
2248
  "SystemCommunicationSftpConfiguration",
1568
2249
  "SystemCommunicationTag",
2250
+ "SystemDownsamplingSdQuery",
1569
2251
  "SystemGroupingAggregationRtQuery",
2252
+ "SystemGroupingAggregationSdQuery",
1570
2253
  "SystemIdentityApiResource",
1571
2254
  "SystemIdentityApiScope",
1572
2255
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1597,10 +2280,7 @@ const result = {
1597
2280
  "SystemReportingFolder",
1598
2281
  "SystemReportingFolderRoot",
1599
2282
  "SystemSimpleRtQuery",
1600
- "SystemStreamDataAggregationQuery",
1601
- "SystemStreamDataDownsamplingQuery",
1602
- "SystemStreamDataGroupingAggregationQuery",
1603
- "SystemStreamDataSimpleQuery",
2283
+ "SystemSimpleSdQuery",
1604
2284
  "SystemTenant",
1605
2285
  "SystemTenantConfiguration",
1606
2286
  "SystemTenantModeConfiguration",
@@ -1619,6 +2299,24 @@ const result = {
1619
2299
  "BasicState",
1620
2300
  "BasicTree",
1621
2301
  "BasicTreeNode",
2302
+ "EnergyCommunityBillingDocument",
2303
+ "EnergyCommunityBillingDocumentLineItem",
2304
+ "EnergyCommunityConsumer",
2305
+ "EnergyCommunityCustomer",
2306
+ "EnergyCommunityEdaMessage",
2307
+ "EnergyCommunityEdaMeteringPoint",
2308
+ "EnergyCommunityEdaProcess",
2309
+ "EnergyCommunityEnergyPrice",
2310
+ "EnergyCommunityEnergyQuantity",
2311
+ "EnergyCommunityOperatingFacility",
2312
+ "EnergyCommunityParticipationPeriod",
2313
+ "EnergyCommunityProducer",
2314
+ "EnvironmentCarbonBudget",
2315
+ "EnvironmentCarbonEmission",
2316
+ "EnvironmentCertificateOfOrigin",
2317
+ "EnvironmentComplianceRecord",
2318
+ "EnvironmentEnvironmentalGoal",
2319
+ "EnvironmentWasteMeter",
1622
2320
  "IndustryBasicAlarm",
1623
2321
  "IndustryBasicEvent",
1624
2322
  "IndustryBasicMachine",
@@ -1634,10 +2332,29 @@ const result = {
1634
2332
  "IndustryEnergyPhotovoltaicSystem",
1635
2333
  "IndustryEnergyPhotovoltaicSystemModule",
1636
2334
  "IndustryEnergyPhotovoltaicSystemString",
2335
+ "IndustryFluidHeatMeter",
2336
+ "IndustryFluidWaterMeter",
2337
+ "IndustryMaintenanceAccount",
2338
+ "IndustryMaintenanceCostCenter",
2339
+ "IndustryMaintenanceEmployee",
2340
+ "IndustryMaintenanceEnergyBalance",
2341
+ "IndustryMaintenanceJournalEntry",
2342
+ "IndustryMaintenanceOrder",
2343
+ "IndustryMaintenanceOrderCosts",
2344
+ "IndustryMaintenanceOrderFeedback",
2345
+ "IndustryMaintenanceWorkplace",
2346
+ "IndustryManufacturingPartialFeedback",
2347
+ "IndustryManufacturingProductionOrder",
2348
+ "IndustryManufacturingProductionOrderItem",
2349
+ "IndustryManufacturingShift",
2350
+ "IndustryManufacturingShiftMachine",
2351
+ "IndustryManufacturingShiftOrderItem",
2352
+ "IndustryManufacturingShiftTemplate",
1637
2353
  "OctoSdkDemoCustomer",
1638
2354
  "OctoSdkDemoMeteringPoint",
1639
2355
  "OctoSdkDemoOperatingFacility",
1640
2356
  "SystemAggregationRtQuery",
2357
+ "SystemAggregationSdQuery",
1641
2358
  "SystemAutoIncrement",
1642
2359
  "SystemBotAttributeAggregateConfiguration",
1643
2360
  "SystemBotFixup",
@@ -1659,7 +2376,9 @@ const result = {
1659
2376
  "SystemCommunicationSapConfiguration",
1660
2377
  "SystemCommunicationSftpConfiguration",
1661
2378
  "SystemCommunicationTag",
2379
+ "SystemDownsamplingSdQuery",
1662
2380
  "SystemGroupingAggregationRtQuery",
2381
+ "SystemGroupingAggregationSdQuery",
1663
2382
  "SystemIdentityApiResource",
1664
2383
  "SystemIdentityApiScope",
1665
2384
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1690,10 +2409,7 @@ const result = {
1690
2409
  "SystemReportingFolder",
1691
2410
  "SystemReportingFolderRoot",
1692
2411
  "SystemSimpleRtQuery",
1693
- "SystemStreamDataAggregationQuery",
1694
- "SystemStreamDataDownsamplingQuery",
1695
- "SystemStreamDataGroupingAggregationQuery",
1696
- "SystemStreamDataSimpleQuery",
2412
+ "SystemSimpleSdQuery",
1697
2413
  "SystemTenant",
1698
2414
  "SystemTenantConfiguration",
1699
2415
  "SystemTenantModeConfiguration",
@@ -1739,12 +2455,13 @@ const result = {
1739
2455
  ],
1740
2456
  "SystemPersistentQueryInterface": [
1741
2457
  "SystemAggregationRtQuery",
2458
+ "SystemAggregationSdQuery",
2459
+ "SystemDownsamplingSdQuery",
1742
2460
  "SystemGroupingAggregationRtQuery",
2461
+ "SystemGroupingAggregationSdQuery",
1743
2462
  "SystemSimpleRtQuery",
1744
- "SystemStreamDataAggregationQuery",
1745
- "SystemStreamDataDownsamplingQuery",
1746
- "SystemStreamDataGroupingAggregationQuery",
1747
- "SystemStreamDataSimpleQuery"
2463
+ "SystemSimpleSdQuery",
2464
+ "SystemStreamDataQuery"
1748
2465
  ],
1749
2466
  "SystemReportingFileSystemContainerInterface": [
1750
2467
  "SystemReportingFileSystemItem",
@@ -1764,6 +2481,12 @@ const result = {
1764
2481
  "SystemReportingFolder",
1765
2482
  "SystemReportingFolderRoot"
1766
2483
  ],
2484
+ "SystemStreamDataQueryInterface": [
2485
+ "SystemAggregationSdQuery",
2486
+ "SystemDownsamplingSdQuery",
2487
+ "SystemGroupingAggregationSdQuery",
2488
+ "SystemSimpleSdQuery"
2489
+ ],
1767
2490
  "SystemUIDashboardWidget_ChildrenUnion": [
1768
2491
  "SystemUIDashboardWidget"
1769
2492
  ],
@@ -1811,10 +2534,10 @@ class GetCkTypeAttributesDtoGQL extends i1.Query {
1811
2534
  constructor(apollo) {
1812
2535
  super(apollo);
1813
2536
  }
1814
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
1815
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, providedIn: 'root' });
2537
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2538
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAttributesDtoGQL, providedIn: 'root' });
1816
2539
  }
1817
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, decorators: [{
2540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAttributesDtoGQL, decorators: [{
1818
2541
  type: Injectable,
1819
2542
  args: [{
1820
2543
  providedIn: 'root'
@@ -1846,10 +2569,10 @@ class GetCkRecordAttributesDtoGQL extends i1.Query {
1846
2569
  constructor(apollo) {
1847
2570
  super(apollo);
1848
2571
  }
1849
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
1850
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, providedIn: 'root' });
2572
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkRecordAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2573
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkRecordAttributesDtoGQL, providedIn: 'root' });
1851
2574
  }
1852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, decorators: [{
2575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkRecordAttributesDtoGQL, decorators: [{
1853
2576
  type: Injectable,
1854
2577
  args: [{
1855
2578
  providedIn: 'root'
@@ -1899,10 +2622,10 @@ class GetCkTypeAvailableQueryColumnsDtoGQL extends i1.Query {
1899
2622
  constructor(apollo) {
1900
2623
  super(apollo);
1901
2624
  }
1902
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
1903
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, providedIn: 'root' });
2625
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2626
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, providedIn: 'root' });
1904
2627
  }
1905
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, decorators: [{
2628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, decorators: [{
1906
2629
  type: Injectable,
1907
2630
  args: [{
1908
2631
  providedIn: 'root'
@@ -1947,10 +2670,10 @@ class GetCkTypesDtoGQL extends i1.Query {
1947
2670
  constructor(apollo) {
1948
2671
  super(apollo);
1949
2672
  }
1950
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
1951
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, providedIn: 'root' });
2673
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2674
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypesDtoGQL, providedIn: 'root' });
1952
2675
  }
1953
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, decorators: [{
2676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypesDtoGQL, decorators: [{
1954
2677
  type: Injectable,
1955
2678
  args: [{
1956
2679
  providedIn: 'root'
@@ -1995,10 +2718,10 @@ class GetDerivedCkTypesDtoGQL extends i1.Query {
1995
2718
  constructor(apollo) {
1996
2719
  super(apollo);
1997
2720
  }
1998
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
1999
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, providedIn: 'root' });
2721
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetDerivedCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2722
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetDerivedCkTypesDtoGQL, providedIn: 'root' });
2000
2723
  }
2001
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, decorators: [{
2724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetDerivedCkTypesDtoGQL, decorators: [{
2002
2725
  type: Injectable,
2003
2726
  args: [{
2004
2727
  providedIn: 'root'
@@ -2030,10 +2753,10 @@ class GetCkModelByIdDtoGQL extends i1.Query {
2030
2753
  constructor(apollo) {
2031
2754
  super(apollo);
2032
2755
  }
2033
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2034
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, providedIn: 'root' });
2756
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkModelByIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2757
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkModelByIdDtoGQL, providedIn: 'root' });
2035
2758
  }
2036
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, decorators: [{
2759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkModelByIdDtoGQL, decorators: [{
2037
2760
  type: Injectable,
2038
2761
  args: [{
2039
2762
  providedIn: 'root'
@@ -2088,10 +2811,10 @@ class AttributeSelectorService {
2088
2811
  };
2089
2812
  }));
2090
2813
  }
2091
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2092
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, providedIn: 'root' });
2814
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AttributeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2815
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AttributeSelectorService, providedIn: 'root' });
2093
2816
  }
2094
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, decorators: [{
2817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AttributeSelectorService, decorators: [{
2095
2818
  type: Injectable,
2096
2819
  args: [{
2097
2820
  providedIn: 'root'
@@ -2159,10 +2882,10 @@ class CkTypeAttributeService {
2159
2882
  return of([]);
2160
2883
  }));
2161
2884
  }
2162
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2163
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, providedIn: 'root' });
2885
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeAttributeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2886
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeAttributeService, providedIn: 'root' });
2164
2887
  }
2165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, decorators: [{
2888
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeAttributeService, decorators: [{
2166
2889
  type: Injectable,
2167
2890
  args: [{
2168
2891
  providedIn: 'root'
@@ -2188,10 +2911,10 @@ class GetCkTypeByRtCkTypeIdDtoGQL extends i1.Query {
2188
2911
  constructor(apollo) {
2189
2912
  super(apollo);
2190
2913
  }
2191
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2192
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, providedIn: 'root' });
2914
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2915
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, providedIn: 'root' });
2193
2916
  }
2194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, decorators: [{
2917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, decorators: [{
2195
2918
  type: Injectable,
2196
2919
  args: [{
2197
2920
  providedIn: 'root'
@@ -2319,10 +3042,10 @@ class CkTypeSelectorService {
2319
3042
  description: item.description ?? undefined
2320
3043
  };
2321
3044
  }
2322
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2323
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, providedIn: 'root' });
3045
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3046
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeSelectorService, providedIn: 'root' });
2324
3047
  }
2325
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, decorators: [{
3048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeSelectorService, decorators: [{
2326
3049
  type: Injectable,
2327
3050
  args: [{
2328
3051
  providedIn: 'root'
@@ -2427,10 +3150,10 @@ class CkModelService {
2427
3150
  }
2428
3151
  return a.patch - b.patch;
2429
3152
  }
2430
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2431
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, providedIn: 'root' });
3153
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3154
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelService, providedIn: 'root' });
2432
3155
  }
2433
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, decorators: [{
3156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelService, decorators: [{
2434
3157
  type: Injectable,
2435
3158
  args: [{
2436
3159
  providedIn: 'root'
@@ -2601,10 +3324,10 @@ class AssetRepoService {
2601
3324
  }
2602
3325
  return null;
2603
3326
  }
2604
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2605
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, providedIn: 'root' });
3327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AssetRepoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3328
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AssetRepoService, providedIn: 'root' });
2606
3329
  }
2607
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, decorators: [{
3330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AssetRepoService, decorators: [{
2608
3331
  type: Injectable,
2609
3332
  args: [{
2610
3333
  providedIn: 'root'
@@ -2674,10 +3397,10 @@ class BotService {
2674
3397
  }
2675
3398
  return null;
2676
3399
  }
2677
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2678
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, providedIn: 'root' });
3400
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BotService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3401
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BotService, providedIn: 'root' });
2679
3402
  }
2680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, decorators: [{
3403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BotService, decorators: [{
2681
3404
  type: Injectable,
2682
3405
  args: [{
2683
3406
  providedIn: 'root'
@@ -2721,10 +3444,10 @@ class HealthService {
2721
3444
  async getMeshAdapterAsync() {
2722
3445
  return this.getStatusAsync(this.configurationService.config.meshAdapterUrl);
2723
3446
  }
2724
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2725
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, providedIn: 'root' });
3447
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HealthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3448
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HealthService, providedIn: 'root' });
2726
3449
  }
2727
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, decorators: [{
3450
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HealthService, decorators: [{
2728
3451
  type: Injectable,
2729
3452
  args: [{
2730
3453
  providedIn: 'root'
@@ -3236,10 +3959,10 @@ class IdentityService {
3236
3959
  }));
3237
3960
  }
3238
3961
  }
3239
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3240
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, providedIn: 'root' });
3962
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IdentityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3963
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IdentityService, providedIn: 'root' });
3241
3964
  }
3242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, decorators: [{
3965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IdentityService, decorators: [{
3243
3966
  type: Injectable,
3244
3967
  args: [{
3245
3968
  providedIn: 'root'
@@ -3298,10 +4021,10 @@ class JobManagementService {
3298
4021
  }
3299
4022
  return false;
3300
4023
  }
3301
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3302
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, providedIn: 'root' });
4024
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: JobManagementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4025
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: JobManagementService, providedIn: 'root' });
3303
4026
  }
3304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, decorators: [{
4027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: JobManagementService, decorators: [{
3305
4028
  type: Injectable,
3306
4029
  args: [{
3307
4030
  providedIn: 'root'
@@ -3609,10 +4332,10 @@ class CommunicationService {
3609
4332
  }
3610
4333
  return null;
3611
4334
  }
3612
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3613
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, providedIn: 'root' });
4335
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CommunicationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4336
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CommunicationService, providedIn: 'root' });
3614
4337
  }
3615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, decorators: [{
4338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CommunicationService, decorators: [{
3616
4339
  type: Injectable,
3617
4340
  args: [{
3618
4341
  providedIn: 'root'
@@ -3687,10 +4410,10 @@ class TusUploadService {
3687
4410
  const r = await firstValueFrom(this.httpClient.post(botServicesUrl + 'system/v1/jobs/restore-from-upload', null, { params, observe: 'response' }));
3688
4411
  return r.body;
3689
4412
  }
3690
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3691
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, providedIn: 'root' });
4413
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TusUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4414
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TusUploadService, providedIn: 'root' });
3692
4415
  }
3693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, decorators: [{
4416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TusUploadService, decorators: [{
3694
4417
  type: Injectable,
3695
4418
  args: [{
3696
4419
  providedIn: 'root'
@@ -3800,10 +4523,10 @@ class CkModelCatalogService {
3800
4523
  const r = await firstValueFrom(this.httpClient.get(url, { observe: 'response' }));
3801
4524
  return r.body;
3802
4525
  }
3803
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelCatalogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3804
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelCatalogService, providedIn: 'root' });
4526
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelCatalogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4527
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelCatalogService, providedIn: 'root' });
3805
4528
  }
3806
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelCatalogService, decorators: [{
4529
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelCatalogService, decorators: [{
3807
4530
  type: Injectable,
3808
4531
  args: [{
3809
4532
  providedIn: 'root'
@@ -3845,10 +4568,10 @@ class GetEntitiesByCkTypeDtoGQL extends i1.Query {
3845
4568
  constructor(apollo) {
3846
4569
  super(apollo);
3847
4570
  }
3848
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
3849
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, providedIn: 'root' });
4571
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
4572
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, providedIn: 'root' });
3850
4573
  }
3851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, decorators: [{
4574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, decorators: [{
3852
4575
  type: Injectable,
3853
4576
  args: [{
3854
4577
  providedIn: 'root'
@@ -3970,11 +4693,11 @@ class OctoServicesModule {
3970
4693
  ]
3971
4694
  };
3972
4695
  }
3973
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3974
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule });
3975
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule });
4696
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4697
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule });
4698
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule });
3976
4699
  }
3977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule, decorators: [{
4700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule, decorators: [{
3978
4701
  type: NgModule,
3979
4702
  args: [{
3980
4703
  declarations: [],
@@ -4241,5 +4964,5 @@ function provideOctoServices(octoServiceOptions) {
4241
4964
  * Generated bundle index. Do not edit.
4242
4965
  */
4243
4966
 
4244
- export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
4967
+ export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, 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, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
4245
4968
  //# sourceMappingURL=meshmakers-octo-services.mjs.map