@meshmakers/octo-services 3.4.280 → 3.4.310
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -338,6 +338,68 @@ var AttributeValueTypeDto;
|
|
|
338
338
|
AttributeValueTypeDto["StringArrayDto"] = "STRING_ARRAY";
|
|
339
339
|
AttributeValueTypeDto["TimeSpanDto"] = "TIME_SPAN";
|
|
340
340
|
})(AttributeValueTypeDto || (AttributeValueTypeDto = {}));
|
|
341
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/CarrierType' */
|
|
342
|
+
var BasicEnergyCarrierTypeDto;
|
|
343
|
+
(function (BasicEnergyCarrierTypeDto) {
|
|
344
|
+
/** Electricity is used as energy carrier */
|
|
345
|
+
BasicEnergyCarrierTypeDto["ElectricityDto"] = "ELECTRICITY";
|
|
346
|
+
/** Gas is used as energy carrier */
|
|
347
|
+
BasicEnergyCarrierTypeDto["GasDto"] = "GAS";
|
|
348
|
+
/** The carrier type is unknown */
|
|
349
|
+
BasicEnergyCarrierTypeDto["UnknownDto"] = "UNKNOWN";
|
|
350
|
+
})(BasicEnergyCarrierTypeDto || (BasicEnergyCarrierTypeDto = {}));
|
|
351
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/DataQuality' */
|
|
352
|
+
var BasicEnergyDataQualityDto;
|
|
353
|
+
(function (BasicEnergyDataQualityDto) {
|
|
354
|
+
/** The data is accurate to 15 minute meter readings */
|
|
355
|
+
BasicEnergyDataQualityDto["L_1Dto"] = "L_1";
|
|
356
|
+
/** The data is a linear interpolation of 2 known meter readings */
|
|
357
|
+
BasicEnergyDataQualityDto["L_2Dto"] = "L_2";
|
|
358
|
+
/** The data is an estimate */
|
|
359
|
+
BasicEnergyDataQualityDto["L_3Dto"] = "L_3";
|
|
360
|
+
/** The data quality is unknown */
|
|
361
|
+
BasicEnergyDataQualityDto["UnknownDto"] = "UNKNOWN";
|
|
362
|
+
})(BasicEnergyDataQualityDto || (BasicEnergyDataQualityDto = {}));
|
|
363
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/FacilityType' */
|
|
364
|
+
var BasicEnergyFacilityTypeDto;
|
|
365
|
+
(function (BasicEnergyFacilityTypeDto) {
|
|
366
|
+
/** The facility type is a business */
|
|
367
|
+
BasicEnergyFacilityTypeDto["BusinessDto"] = "BUSINESS";
|
|
368
|
+
/** The facility type is a single household */
|
|
369
|
+
BasicEnergyFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
|
|
370
|
+
/** The facility type is a industry */
|
|
371
|
+
BasicEnergyFacilityTypeDto["IndustryDto"] = "INDUSTRY";
|
|
372
|
+
/** The facility type is a public building e.g. schools, public offices */
|
|
373
|
+
BasicEnergyFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
|
|
374
|
+
/** The facility type is an energy storage */
|
|
375
|
+
BasicEnergyFacilityTypeDto["StorageDto"] = "STORAGE";
|
|
376
|
+
/** The facility type is unknown or not defined */
|
|
377
|
+
BasicEnergyFacilityTypeDto["UnknownDto"] = "UNKNOWN";
|
|
378
|
+
})(BasicEnergyFacilityTypeDto || (BasicEnergyFacilityTypeDto = {}));
|
|
379
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/ProductionType' */
|
|
380
|
+
var BasicEnergyProductionTypeDto;
|
|
381
|
+
(function (BasicEnergyProductionTypeDto) {
|
|
382
|
+
/** Hydroelectric power was used to produce the energy */
|
|
383
|
+
BasicEnergyProductionTypeDto["HepDto"] = "HEP";
|
|
384
|
+
/** Other methods were used to produce the energy */
|
|
385
|
+
BasicEnergyProductionTypeDto["OtherDto"] = "OTHER";
|
|
386
|
+
/** Solar power was used to produce the energy */
|
|
387
|
+
BasicEnergyProductionTypeDto["SolarDto"] = "SOLAR";
|
|
388
|
+
/** The production type is unknown or not defined */
|
|
389
|
+
BasicEnergyProductionTypeDto["UnknownDto"] = "UNKNOWN";
|
|
390
|
+
/** Wind power was used to produce the energy */
|
|
391
|
+
BasicEnergyProductionTypeDto["WindDto"] = "WIND";
|
|
392
|
+
})(BasicEnergyProductionTypeDto || (BasicEnergyProductionTypeDto = {}));
|
|
393
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/State' */
|
|
394
|
+
var BasicEnergyStateDto;
|
|
395
|
+
(function (BasicEnergyStateDto) {
|
|
396
|
+
/** The object is active and in use */
|
|
397
|
+
BasicEnergyStateDto["ActiveDto"] = "ACTIVE";
|
|
398
|
+
/** The object is inactive but may be reactivated */
|
|
399
|
+
BasicEnergyStateDto["InactiveDto"] = "INACTIVE";
|
|
400
|
+
/** The object is just created and the state is not set */
|
|
401
|
+
BasicEnergyStateDto["NewDto"] = "NEW";
|
|
402
|
+
})(BasicEnergyStateDto || (BasicEnergyStateDto = {}));
|
|
341
403
|
/** Runtime entities of construction kit enum 'Basic/LegalEntityType' */
|
|
342
404
|
var BasicLegalEntityTypeDto;
|
|
343
405
|
(function (BasicLegalEntityTypeDto) {
|
|
@@ -406,6 +468,15 @@ var BlueprintUpdateModeDto;
|
|
|
406
468
|
BlueprintUpdateModeDto["MigrationDto"] = "MIGRATION";
|
|
407
469
|
BlueprintUpdateModeDto["SafeDto"] = "SAFE";
|
|
408
470
|
})(BlueprintUpdateModeDto || (BlueprintUpdateModeDto = {}));
|
|
471
|
+
/** Bucket-boundary alignment for a rollup archive: FIXED_SIZE / CALENDAR_DAY / ISO_8601_WEEK / CALENDAR_MONTH / CALENDAR_YEAR. */
|
|
472
|
+
var BucketAlignmentInputDto;
|
|
473
|
+
(function (BucketAlignmentInputDto) {
|
|
474
|
+
BucketAlignmentInputDto["CalendarDayDto"] = "CALENDAR_DAY";
|
|
475
|
+
BucketAlignmentInputDto["CalendarMonthDto"] = "CALENDAR_MONTH";
|
|
476
|
+
BucketAlignmentInputDto["CalendarYearDto"] = "CALENDAR_YEAR";
|
|
477
|
+
BucketAlignmentInputDto["FixedSizeDto"] = "FIXED_SIZE";
|
|
478
|
+
BucketAlignmentInputDto["Iso_8601WeekDto"] = "ISO_8601_WEEK";
|
|
479
|
+
})(BucketAlignmentInputDto || (BucketAlignmentInputDto = {}));
|
|
409
480
|
/** Defines the possible operation operations to extend construction elements. */
|
|
410
481
|
var CkExtensionUpdateOperationsDto;
|
|
411
482
|
(function (CkExtensionUpdateOperationsDto) {
|
|
@@ -427,6 +498,150 @@ var DeleteStrategiesDto;
|
|
|
427
498
|
DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
|
|
428
499
|
DeleteStrategiesDto["EraseDto"] = "ERASE";
|
|
429
500
|
})(DeleteStrategiesDto || (DeleteStrategiesDto = {}));
|
|
501
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/BillingCycle' */
|
|
502
|
+
var EnergyCommunityBillingCycleDto;
|
|
503
|
+
(function (EnergyCommunityBillingCycleDto) {
|
|
504
|
+
/** The billing cycle is one year */
|
|
505
|
+
EnergyCommunityBillingCycleDto["AnnuallyDto"] = "ANNUALLY";
|
|
506
|
+
/** The billing cycle is one month */
|
|
507
|
+
EnergyCommunityBillingCycleDto["MonthlyDto"] = "MONTHLY";
|
|
508
|
+
/** The billing cycle is one quarter */
|
|
509
|
+
EnergyCommunityBillingCycleDto["QuarterlyDto"] = "QUARTERLY";
|
|
510
|
+
/** The billing cycle is six months */
|
|
511
|
+
EnergyCommunityBillingCycleDto["SemiAnnuallyDto"] = "SEMI_ANNUALLY";
|
|
512
|
+
})(EnergyCommunityBillingCycleDto || (EnergyCommunityBillingCycleDto = {}));
|
|
513
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/BillingDocumentState' */
|
|
514
|
+
var EnergyCommunityBillingDocumentStateDto;
|
|
515
|
+
(function (EnergyCommunityBillingDocumentStateDto) {
|
|
516
|
+
/** The billing document has been canceled */
|
|
517
|
+
EnergyCommunityBillingDocumentStateDto["CanceledDto"] = "CANCELED";
|
|
518
|
+
/** The billing document is a draft */
|
|
519
|
+
EnergyCommunityBillingDocumentStateDto["DraftDto"] = "DRAFT";
|
|
520
|
+
/** The billing document has been paid */
|
|
521
|
+
EnergyCommunityBillingDocumentStateDto["PaidDto"] = "PAID";
|
|
522
|
+
/** The billing document is released */
|
|
523
|
+
EnergyCommunityBillingDocumentStateDto["ReleasedDto"] = "RELEASED";
|
|
524
|
+
/** The billing document has been sent */
|
|
525
|
+
EnergyCommunityBillingDocumentStateDto["SentDto"] = "SENT";
|
|
526
|
+
})(EnergyCommunityBillingDocumentStateDto || (EnergyCommunityBillingDocumentStateDto = {}));
|
|
527
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/BillingType' */
|
|
528
|
+
var EnergyCommunityBillingTypeDto;
|
|
529
|
+
(function (EnergyCommunityBillingTypeDto) {
|
|
530
|
+
/** The document or item is an credit note or credit */
|
|
531
|
+
EnergyCommunityBillingTypeDto["CreditDto"] = "CREDIT";
|
|
532
|
+
/** The document is an invoice or the item is a debit note */
|
|
533
|
+
EnergyCommunityBillingTypeDto["DebitDto"] = "DEBIT";
|
|
534
|
+
})(EnergyCommunityBillingTypeDto || (EnergyCommunityBillingTypeDto = {}));
|
|
535
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/DataQuality' */
|
|
536
|
+
var EnergyCommunityDataQualityDto;
|
|
537
|
+
(function (EnergyCommunityDataQualityDto) {
|
|
538
|
+
/** The data is accurate to 15 minute meter readings */
|
|
539
|
+
EnergyCommunityDataQualityDto["L_1Dto"] = "L_1";
|
|
540
|
+
/** The data is a linear interpolation of 2 known meter readings */
|
|
541
|
+
EnergyCommunityDataQualityDto["L_2Dto"] = "L_2";
|
|
542
|
+
/** The data is an estimate */
|
|
543
|
+
EnergyCommunityDataQualityDto["L_3Dto"] = "L_3";
|
|
544
|
+
/** The data quality is unknown */
|
|
545
|
+
EnergyCommunityDataQualityDto["UnknownDto"] = "UNKNOWN";
|
|
546
|
+
})(EnergyCommunityDataQualityDto || (EnergyCommunityDataQualityDto = {}));
|
|
547
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/FacilityType' */
|
|
548
|
+
var EnergyCommunityFacilityTypeDto;
|
|
549
|
+
(function (EnergyCommunityFacilityTypeDto) {
|
|
550
|
+
/** The facility type is a business */
|
|
551
|
+
EnergyCommunityFacilityTypeDto["BusinessDto"] = "BUSINESS";
|
|
552
|
+
/** The facility type is a single household */
|
|
553
|
+
EnergyCommunityFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
|
|
554
|
+
/** The facility type is a industry */
|
|
555
|
+
EnergyCommunityFacilityTypeDto["IndustryDto"] = "INDUSTRY";
|
|
556
|
+
/** The facility type is a public building e.g. schools, public offices */
|
|
557
|
+
EnergyCommunityFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
|
|
558
|
+
/** The facility type is an energy storage */
|
|
559
|
+
EnergyCommunityFacilityTypeDto["StorageDto"] = "STORAGE";
|
|
560
|
+
/** The facility type is unknown or not defined */
|
|
561
|
+
EnergyCommunityFacilityTypeDto["UnknownDto"] = "UNKNOWN";
|
|
562
|
+
})(EnergyCommunityFacilityTypeDto || (EnergyCommunityFacilityTypeDto = {}));
|
|
563
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/ProductionType' */
|
|
564
|
+
var EnergyCommunityProductionTypeDto;
|
|
565
|
+
(function (EnergyCommunityProductionTypeDto) {
|
|
566
|
+
/** Biomass was used to produce the energy */
|
|
567
|
+
EnergyCommunityProductionTypeDto["BiomassDto"] = "BIOMASS";
|
|
568
|
+
/** Combined heat and power was used to produce the energy */
|
|
569
|
+
EnergyCommunityProductionTypeDto["ChpDto"] = "CHP";
|
|
570
|
+
/** Hydroelectric power was used to produce the energy */
|
|
571
|
+
EnergyCommunityProductionTypeDto["HepDto"] = "HEP";
|
|
572
|
+
/** Other methods were used to produce the energy */
|
|
573
|
+
EnergyCommunityProductionTypeDto["OtherDto"] = "OTHER";
|
|
574
|
+
/** Solar power was used to produce the energy */
|
|
575
|
+
EnergyCommunityProductionTypeDto["SolarDto"] = "SOLAR";
|
|
576
|
+
/** The production type is unknown or not defined */
|
|
577
|
+
EnergyCommunityProductionTypeDto["UnknownDto"] = "UNKNOWN";
|
|
578
|
+
/** Wind power was used to produce the energy */
|
|
579
|
+
EnergyCommunityProductionTypeDto["WindDto"] = "WIND";
|
|
580
|
+
})(EnergyCommunityProductionTypeDto || (EnergyCommunityProductionTypeDto = {}));
|
|
581
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/State' */
|
|
582
|
+
var EnergyCommunityStateDto;
|
|
583
|
+
(function (EnergyCommunityStateDto) {
|
|
584
|
+
/** The object is active and in use */
|
|
585
|
+
EnergyCommunityStateDto["ActiveDto"] = "ACTIVE";
|
|
586
|
+
/** The object was deleted */
|
|
587
|
+
EnergyCommunityStateDto["DeletedDto"] = "DELETED";
|
|
588
|
+
/** The object is inactive but may be reactivated */
|
|
589
|
+
EnergyCommunityStateDto["InactiveDto"] = "INACTIVE";
|
|
590
|
+
/** The object is just created and the state is not set */
|
|
591
|
+
EnergyCommunityStateDto["NewDto"] = "NEW";
|
|
592
|
+
})(EnergyCommunityStateDto || (EnergyCommunityStateDto = {}));
|
|
593
|
+
/** Runtime entities of construction kit enum 'EnergyCommunity/TaxProcedureCreditNote' */
|
|
594
|
+
var EnergyCommunityTaxProcedureCreditNoteDto;
|
|
595
|
+
(function (EnergyCommunityTaxProcedureCreditNoteDto) {
|
|
596
|
+
/** The farmer tax procedure is applied, which is a reduced tax amount for farmers */
|
|
597
|
+
EnergyCommunityTaxProcedureCreditNoteDto["FarmerTaxProcedureDto"] = "FARMER_TAX_PROCEDURE";
|
|
598
|
+
/** No tax procedure is applied */
|
|
599
|
+
EnergyCommunityTaxProcedureCreditNoteDto["NoTaxProcedureDto"] = "NO_TAX_PROCEDURE";
|
|
600
|
+
/** The reverse charge procedure is applied */
|
|
601
|
+
EnergyCommunityTaxProcedureCreditNoteDto["ReverseChargeDto"] = "REVERSE_CHARGE";
|
|
602
|
+
/** No tax procedure is applied for small business owners */
|
|
603
|
+
EnergyCommunityTaxProcedureCreditNoteDto["SmallBusinessOwnersDto"] = "SMALL_BUSINESS_OWNERS";
|
|
604
|
+
})(EnergyCommunityTaxProcedureCreditNoteDto || (EnergyCommunityTaxProcedureCreditNoteDto = {}));
|
|
605
|
+
/** Runtime entities of construction kit enum 'Environment/CarbonScope' */
|
|
606
|
+
var EnvironmentCarbonScopeDto;
|
|
607
|
+
(function (EnvironmentCarbonScopeDto) {
|
|
608
|
+
EnvironmentCarbonScopeDto["Scope_1Dto"] = "SCOPE_1";
|
|
609
|
+
EnvironmentCarbonScopeDto["Scope_2Dto"] = "SCOPE_2";
|
|
610
|
+
EnvironmentCarbonScopeDto["Scope_3Dto"] = "SCOPE_3";
|
|
611
|
+
})(EnvironmentCarbonScopeDto || (EnvironmentCarbonScopeDto = {}));
|
|
612
|
+
/** Runtime entities of construction kit enum 'Environment/ComplianceCategory' */
|
|
613
|
+
var EnvironmentComplianceCategoryDto;
|
|
614
|
+
(function (EnvironmentComplianceCategoryDto) {
|
|
615
|
+
EnvironmentComplianceCategoryDto["CsrdDto"] = "CSRD";
|
|
616
|
+
EnvironmentComplianceCategoryDto["EEffGDto"] = "E_EFF_G";
|
|
617
|
+
EnvironmentComplianceCategoryDto["Iso_50001Dto"] = "ISO_50001";
|
|
618
|
+
EnvironmentComplianceCategoryDto["Nis_2Dto"] = "NIS_2";
|
|
619
|
+
})(EnvironmentComplianceCategoryDto || (EnvironmentComplianceCategoryDto = {}));
|
|
620
|
+
/** Runtime entities of construction kit enum 'Environment/ComplianceStatus' */
|
|
621
|
+
var EnvironmentComplianceStatusDto;
|
|
622
|
+
(function (EnvironmentComplianceStatusDto) {
|
|
623
|
+
EnvironmentComplianceStatusDto["CompliantDto"] = "COMPLIANT";
|
|
624
|
+
EnvironmentComplianceStatusDto["InProgressDto"] = "IN_PROGRESS";
|
|
625
|
+
EnvironmentComplianceStatusDto["OpenDto"] = "OPEN";
|
|
626
|
+
EnvironmentComplianceStatusDto["PassedDto"] = "PASSED";
|
|
627
|
+
EnvironmentComplianceStatusDto["SubmittedDto"] = "SUBMITTED";
|
|
628
|
+
})(EnvironmentComplianceStatusDto || (EnvironmentComplianceStatusDto = {}));
|
|
629
|
+
/** Runtime entities of construction kit enum 'Environment/EnergySource' */
|
|
630
|
+
var EnvironmentEnergySourceDto;
|
|
631
|
+
(function (EnvironmentEnergySourceDto) {
|
|
632
|
+
EnvironmentEnergySourceDto["BiomassDto"] = "BIOMASS";
|
|
633
|
+
EnvironmentEnergySourceDto["GeothermalDto"] = "GEOTHERMAL";
|
|
634
|
+
EnvironmentEnergySourceDto["HydroDto"] = "HYDRO";
|
|
635
|
+
EnvironmentEnergySourceDto["OtherDto"] = "OTHER";
|
|
636
|
+
EnvironmentEnergySourceDto["SolarDto"] = "SOLAR";
|
|
637
|
+
EnvironmentEnergySourceDto["WindDto"] = "WIND";
|
|
638
|
+
})(EnvironmentEnergySourceDto || (EnvironmentEnergySourceDto = {}));
|
|
639
|
+
/** Runtime entities of construction kit enum 'Environment/GoalState' */
|
|
640
|
+
var EnvironmentGoalStateDto;
|
|
641
|
+
(function (EnvironmentGoalStateDto) {
|
|
642
|
+
EnvironmentGoalStateDto["OffTrackDto"] = "OFF_TRACK";
|
|
643
|
+
EnvironmentGoalStateDto["OnTrackDto"] = "ON_TRACK";
|
|
644
|
+
})(EnvironmentGoalStateDto || (EnvironmentGoalStateDto = {}));
|
|
430
645
|
/** Defines the operator of field compare */
|
|
431
646
|
var FieldFilterOperatorsDto;
|
|
432
647
|
(function (FieldFilterOperatorsDto) {
|
|
@@ -677,6 +892,35 @@ var IndustryMaintenanceServiceTypeDto;
|
|
|
677
892
|
(function (IndustryMaintenanceServiceTypeDto) {
|
|
678
893
|
IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
679
894
|
})(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
|
|
895
|
+
/** Runtime entities of construction kit enum 'Industry.Manufacturing/FeedbackSyncState' */
|
|
896
|
+
var IndustryManufacturingFeedbackSyncStateDto;
|
|
897
|
+
(function (IndustryManufacturingFeedbackSyncStateDto) {
|
|
898
|
+
IndustryManufacturingFeedbackSyncStateDto["SyncedDto"] = "SYNCED";
|
|
899
|
+
IndustryManufacturingFeedbackSyncStateDto["UnsyncedDto"] = "UNSYNCED";
|
|
900
|
+
})(IndustryManufacturingFeedbackSyncStateDto || (IndustryManufacturingFeedbackSyncStateDto = {}));
|
|
901
|
+
/** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderItemState' */
|
|
902
|
+
var IndustryManufacturingProductionOrderItemStateDto;
|
|
903
|
+
(function (IndustryManufacturingProductionOrderItemStateDto) {
|
|
904
|
+
IndustryManufacturingProductionOrderItemStateDto["CancelledDto"] = "CANCELLED";
|
|
905
|
+
IndustryManufacturingProductionOrderItemStateDto["ConfirmedDto"] = "CONFIRMED";
|
|
906
|
+
IndustryManufacturingProductionOrderItemStateDto["CreatedDto"] = "CREATED";
|
|
907
|
+
IndustryManufacturingProductionOrderItemStateDto["DeliveredDto"] = "DELIVERED";
|
|
908
|
+
IndustryManufacturingProductionOrderItemStateDto["InterruptedDto"] = "INTERRUPTED";
|
|
909
|
+
IndustryManufacturingProductionOrderItemStateDto["InProgressDto"] = "IN_PROGRESS";
|
|
910
|
+
IndustryManufacturingProductionOrderItemStateDto["PausedDto"] = "PAUSED";
|
|
911
|
+
IndustryManufacturingProductionOrderItemStateDto["ReleasedDto"] = "RELEASED";
|
|
912
|
+
IndustryManufacturingProductionOrderItemStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
|
|
913
|
+
})(IndustryManufacturingProductionOrderItemStateDto || (IndustryManufacturingProductionOrderItemStateDto = {}));
|
|
914
|
+
/** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderState' */
|
|
915
|
+
var IndustryManufacturingProductionOrderStateDto;
|
|
916
|
+
(function (IndustryManufacturingProductionOrderStateDto) {
|
|
917
|
+
IndustryManufacturingProductionOrderStateDto["CancelledDto"] = "CANCELLED";
|
|
918
|
+
IndustryManufacturingProductionOrderStateDto["ConfirmedDto"] = "CONFIRMED";
|
|
919
|
+
IndustryManufacturingProductionOrderStateDto["CreatedDto"] = "CREATED";
|
|
920
|
+
IndustryManufacturingProductionOrderStateDto["DeliveredDto"] = "DELIVERED";
|
|
921
|
+
IndustryManufacturingProductionOrderStateDto["ReleasedDto"] = "RELEASED";
|
|
922
|
+
IndustryManufacturingProductionOrderStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
|
|
923
|
+
})(IndustryManufacturingProductionOrderStateDto || (IndustryManufacturingProductionOrderStateDto = {}));
|
|
680
924
|
/** Enum of the availability states of models. */
|
|
681
925
|
var ModelStateDto;
|
|
682
926
|
(function (ModelStateDto) {
|
|
@@ -729,6 +973,15 @@ var SearchFilterTypesDto;
|
|
|
729
973
|
SearchFilterTypesDto["AttributeFilterDto"] = "ATTRIBUTE_FILTER";
|
|
730
974
|
SearchFilterTypesDto["TextSearchDto"] = "TEXT_SEARCH";
|
|
731
975
|
})(SearchFilterTypesDto || (SearchFilterTypesDto = {}));
|
|
976
|
+
/** Outcome of resolution-aware series routing. Non-Ok values are truthful signals the caller can surface — the resolver never silently produces a wrong or degraded result. */
|
|
977
|
+
var SeriesResolutionSignalDto;
|
|
978
|
+
(function (SeriesResolutionSignalDto) {
|
|
979
|
+
SeriesResolutionSignalDto["EmptyLadderDto"] = "EMPTY_LADDER";
|
|
980
|
+
SeriesResolutionSignalDto["NoSuitableRollupDto"] = "NO_SUITABLE_ROLLUP";
|
|
981
|
+
SeriesResolutionSignalDto["OkDto"] = "OK";
|
|
982
|
+
SeriesResolutionSignalDto["ResolutionLimitedDto"] = "RESOLUTION_LIMITED";
|
|
983
|
+
SeriesResolutionSignalDto["UnknownBaseGrainDto"] = "UNKNOWN_BASE_GRAIN";
|
|
984
|
+
})(SeriesResolutionSignalDto || (SeriesResolutionSignalDto = {}));
|
|
732
985
|
/** Defines the sort order */
|
|
733
986
|
var SortOrdersDto;
|
|
734
987
|
(function (SortOrdersDto) {
|
|
@@ -1218,6 +1471,7 @@ const result = {
|
|
|
1218
1471
|
"possibleTypes": {
|
|
1219
1472
|
"BasicAsset_EventSourceUnion": [
|
|
1220
1473
|
"BasicAsset",
|
|
1474
|
+
"EnvironmentWasteMeter",
|
|
1221
1475
|
"IndustryBasicMachine",
|
|
1222
1476
|
"IndustryEnergyEnergyConsumer",
|
|
1223
1477
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1239,9 +1493,34 @@ const result = {
|
|
|
1239
1493
|
"BasicCountry",
|
|
1240
1494
|
"BasicDistrict",
|
|
1241
1495
|
"BasicEmployee",
|
|
1496
|
+
"BasicEnergyConsumer",
|
|
1497
|
+
"BasicEnergyEdaMessage",
|
|
1498
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1499
|
+
"BasicEnergyEdaProcess",
|
|
1500
|
+
"BasicEnergyEnergyMeasurement",
|
|
1501
|
+
"BasicEnergyOperatingFacility",
|
|
1502
|
+
"BasicEnergyProducer",
|
|
1242
1503
|
"BasicState",
|
|
1243
1504
|
"BasicTree",
|
|
1244
1505
|
"BasicTreeNode",
|
|
1506
|
+
"EnergyCommunityBillingDocument",
|
|
1507
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
1508
|
+
"EnergyCommunityConsumer",
|
|
1509
|
+
"EnergyCommunityCustomer",
|
|
1510
|
+
"EnergyCommunityEdaMessage",
|
|
1511
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
1512
|
+
"EnergyCommunityEdaProcess",
|
|
1513
|
+
"EnergyCommunityEnergyPrice",
|
|
1514
|
+
"EnergyCommunityEnergyQuantity",
|
|
1515
|
+
"EnergyCommunityOperatingFacility",
|
|
1516
|
+
"EnergyCommunityParticipationPeriod",
|
|
1517
|
+
"EnergyCommunityProducer",
|
|
1518
|
+
"EnvironmentCarbonBudget",
|
|
1519
|
+
"EnvironmentCarbonEmission",
|
|
1520
|
+
"EnvironmentCertificateOfOrigin",
|
|
1521
|
+
"EnvironmentComplianceRecord",
|
|
1522
|
+
"EnvironmentEnvironmentalGoal",
|
|
1523
|
+
"EnvironmentWasteMeter",
|
|
1245
1524
|
"IndustryBasicAlarm",
|
|
1246
1525
|
"IndustryBasicEvent",
|
|
1247
1526
|
"IndustryBasicMachine",
|
|
@@ -1268,6 +1547,13 @@ const result = {
|
|
|
1268
1547
|
"IndustryMaintenanceOrderCosts",
|
|
1269
1548
|
"IndustryMaintenanceOrderFeedback",
|
|
1270
1549
|
"IndustryMaintenanceWorkplace",
|
|
1550
|
+
"IndustryManufacturingPartialFeedback",
|
|
1551
|
+
"IndustryManufacturingProductionOrder",
|
|
1552
|
+
"IndustryManufacturingProductionOrderItem",
|
|
1553
|
+
"IndustryManufacturingShift",
|
|
1554
|
+
"IndustryManufacturingShiftMachine",
|
|
1555
|
+
"IndustryManufacturingShiftOrderItem",
|
|
1556
|
+
"IndustryManufacturingShiftTemplate",
|
|
1271
1557
|
"OctoSdkDemoCustomer",
|
|
1272
1558
|
"OctoSdkDemoMeteringPoint",
|
|
1273
1559
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1366,24 +1652,111 @@ const result = {
|
|
|
1366
1652
|
"SystemUIDashboardWidget",
|
|
1367
1653
|
"SystemUIProcessDiagram",
|
|
1368
1654
|
"SystemUISymbolDefinition",
|
|
1369
|
-
"SystemUISymbolLibrary"
|
|
1655
|
+
"SystemUISymbolLibrary",
|
|
1656
|
+
"SystemUITreeNavigationConfiguration"
|
|
1657
|
+
],
|
|
1658
|
+
"BasicDocumentInterface": [
|
|
1659
|
+
"EnergyCommunityBillingDocument"
|
|
1660
|
+
],
|
|
1661
|
+
"BasicEmployee_EmployeeUnion": [
|
|
1662
|
+
"BasicEmployee"
|
|
1663
|
+
],
|
|
1664
|
+
"BasicEmployee_EmployeesUnion": [
|
|
1665
|
+
"BasicEmployee"
|
|
1666
|
+
],
|
|
1667
|
+
"BasicEnergyEdaMessage_MessagesUnion": [
|
|
1668
|
+
"BasicEnergyEdaMessage"
|
|
1669
|
+
],
|
|
1670
|
+
"BasicEnergyEdaProcess_ProcessUnion": [
|
|
1671
|
+
"BasicEnergyEdaProcess"
|
|
1672
|
+
],
|
|
1673
|
+
"BasicEnergyEnergyMeasurement_ChildrenUnion": [
|
|
1674
|
+
"BasicEnergyEnergyMeasurement"
|
|
1675
|
+
],
|
|
1676
|
+
"BasicEnergyMeteringPointInterface": [
|
|
1677
|
+
"BasicEnergyConsumer",
|
|
1678
|
+
"BasicEnergyProducer"
|
|
1679
|
+
],
|
|
1680
|
+
"BasicEnergyMeteringPoint_ChildrenUnion": [
|
|
1681
|
+
"BasicAsset",
|
|
1682
|
+
"BasicCity",
|
|
1683
|
+
"BasicCountry",
|
|
1684
|
+
"BasicDistrict",
|
|
1685
|
+
"BasicEnergyConsumer",
|
|
1686
|
+
"BasicEnergyOperatingFacility",
|
|
1687
|
+
"BasicEnergyProducer",
|
|
1688
|
+
"BasicState",
|
|
1689
|
+
"BasicTreeNode",
|
|
1690
|
+
"EnergyCommunityOperatingFacility",
|
|
1691
|
+
"EnvironmentCarbonBudget",
|
|
1692
|
+
"EnvironmentCarbonEmission",
|
|
1693
|
+
"EnvironmentCertificateOfOrigin",
|
|
1694
|
+
"EnvironmentComplianceRecord",
|
|
1695
|
+
"EnvironmentEnvironmentalGoal",
|
|
1696
|
+
"EnvironmentWasteMeter",
|
|
1697
|
+
"IndustryBasicMachine",
|
|
1698
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1699
|
+
"IndustryEnergyEnergyConsumer",
|
|
1700
|
+
"IndustryEnergyEnergyCost",
|
|
1701
|
+
"IndustryEnergyEnergyForecast",
|
|
1702
|
+
"IndustryEnergyEnergyMeter",
|
|
1703
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1704
|
+
"IndustryEnergyEnergyStorage",
|
|
1705
|
+
"IndustryEnergyInverter",
|
|
1706
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1707
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1708
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1709
|
+
"IndustryFluidHeatMeter",
|
|
1710
|
+
"IndustryFluidWaterMeter",
|
|
1711
|
+
"IndustryMaintenanceCostCenter",
|
|
1712
|
+
"IndustryMaintenanceEmployee",
|
|
1713
|
+
"IndustryMaintenanceWorkplace",
|
|
1714
|
+
"OctoSdkDemoMeteringPoint",
|
|
1715
|
+
"OctoSdkDemoOperatingFacility"
|
|
1716
|
+
],
|
|
1717
|
+
"BasicEnergyMeteringPoint_ParentUnion": [
|
|
1718
|
+
"BasicEnergyConsumer",
|
|
1719
|
+
"BasicEnergyProducer"
|
|
1720
|
+
],
|
|
1721
|
+
"BasicEnergyOperatingFacility_ParentUnion": [
|
|
1722
|
+
"BasicEnergyOperatingFacility"
|
|
1370
1723
|
],
|
|
1371
|
-
"BasicDocumentInterface": [],
|
|
1372
1724
|
"BasicNamedEntityInterface": [
|
|
1725
|
+
"BasicEnergyConsumer",
|
|
1726
|
+
"BasicEnergyEdaProcess",
|
|
1727
|
+
"BasicEnergyMeteringPoint",
|
|
1728
|
+
"BasicEnergyProducer",
|
|
1373
1729
|
"BasicTree",
|
|
1730
|
+
"EnergyCommunityConsumer",
|
|
1731
|
+
"EnergyCommunityEdaProcess",
|
|
1732
|
+
"EnergyCommunityMeteringPoint",
|
|
1733
|
+
"EnergyCommunityProducer",
|
|
1734
|
+
"EnvironmentCarbonBudget",
|
|
1735
|
+
"EnvironmentCertificateOfOrigin",
|
|
1736
|
+
"EnvironmentComplianceRecord",
|
|
1737
|
+
"EnvironmentEnvironmentalGoal",
|
|
1374
1738
|
"IndustryBasicAlarm",
|
|
1375
1739
|
"IndustryBasicEvent",
|
|
1376
1740
|
"IndustryBasicRuntimeVariable",
|
|
1377
1741
|
"IndustryEnergyDemandResponseEvent",
|
|
1378
|
-
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1742
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1743
|
+
"IndustryManufacturingShiftTemplate"
|
|
1379
1744
|
],
|
|
1380
1745
|
"BasicTreeNode_ChildrenUnion": [
|
|
1381
1746
|
"BasicAsset",
|
|
1382
1747
|
"BasicCity",
|
|
1383
1748
|
"BasicCountry",
|
|
1384
1749
|
"BasicDistrict",
|
|
1750
|
+
"BasicEnergyOperatingFacility",
|
|
1385
1751
|
"BasicState",
|
|
1386
1752
|
"BasicTreeNode",
|
|
1753
|
+
"EnergyCommunityOperatingFacility",
|
|
1754
|
+
"EnvironmentCarbonBudget",
|
|
1755
|
+
"EnvironmentCarbonEmission",
|
|
1756
|
+
"EnvironmentCertificateOfOrigin",
|
|
1757
|
+
"EnvironmentComplianceRecord",
|
|
1758
|
+
"EnvironmentEnvironmentalGoal",
|
|
1759
|
+
"EnvironmentWasteMeter",
|
|
1387
1760
|
"IndustryBasicMachine",
|
|
1388
1761
|
"IndustryEnergyDemandResponseEvent",
|
|
1389
1762
|
"IndustryEnergyEnergyConsumer",
|
|
@@ -1409,8 +1782,11 @@ const result = {
|
|
|
1409
1782
|
"BasicCity",
|
|
1410
1783
|
"BasicCountry",
|
|
1411
1784
|
"BasicDistrict",
|
|
1785
|
+
"BasicEnergyOperatingFacility",
|
|
1412
1786
|
"BasicState",
|
|
1413
1787
|
"BasicTreeNode",
|
|
1788
|
+
"EnergyCommunityOperatingFacility",
|
|
1789
|
+
"EnvironmentWasteMeter",
|
|
1414
1790
|
"IndustryBasicMachine",
|
|
1415
1791
|
"IndustryEnergyEnergyConsumer",
|
|
1416
1792
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1432,8 +1808,11 @@ const result = {
|
|
|
1432
1808
|
"BasicCity",
|
|
1433
1809
|
"BasicCountry",
|
|
1434
1810
|
"BasicDistrict",
|
|
1811
|
+
"BasicEnergyOperatingFacility",
|
|
1435
1812
|
"BasicState",
|
|
1436
1813
|
"BasicTreeNode",
|
|
1814
|
+
"EnergyCommunityOperatingFacility",
|
|
1815
|
+
"EnvironmentWasteMeter",
|
|
1437
1816
|
"IndustryBasicMachine",
|
|
1438
1817
|
"IndustryEnergyEnergyConsumer",
|
|
1439
1818
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1456,9 +1835,34 @@ const result = {
|
|
|
1456
1835
|
"BasicCountry",
|
|
1457
1836
|
"BasicDistrict",
|
|
1458
1837
|
"BasicEmployee",
|
|
1838
|
+
"BasicEnergyConsumer",
|
|
1839
|
+
"BasicEnergyEdaMessage",
|
|
1840
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1841
|
+
"BasicEnergyEdaProcess",
|
|
1842
|
+
"BasicEnergyEnergyMeasurement",
|
|
1843
|
+
"BasicEnergyOperatingFacility",
|
|
1844
|
+
"BasicEnergyProducer",
|
|
1459
1845
|
"BasicState",
|
|
1460
1846
|
"BasicTree",
|
|
1461
1847
|
"BasicTreeNode",
|
|
1848
|
+
"EnergyCommunityBillingDocument",
|
|
1849
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
1850
|
+
"EnergyCommunityConsumer",
|
|
1851
|
+
"EnergyCommunityCustomer",
|
|
1852
|
+
"EnergyCommunityEdaMessage",
|
|
1853
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
1854
|
+
"EnergyCommunityEdaProcess",
|
|
1855
|
+
"EnergyCommunityEnergyPrice",
|
|
1856
|
+
"EnergyCommunityEnergyQuantity",
|
|
1857
|
+
"EnergyCommunityOperatingFacility",
|
|
1858
|
+
"EnergyCommunityParticipationPeriod",
|
|
1859
|
+
"EnergyCommunityProducer",
|
|
1860
|
+
"EnvironmentCarbonBudget",
|
|
1861
|
+
"EnvironmentCarbonEmission",
|
|
1862
|
+
"EnvironmentCertificateOfOrigin",
|
|
1863
|
+
"EnvironmentComplianceRecord",
|
|
1864
|
+
"EnvironmentEnvironmentalGoal",
|
|
1865
|
+
"EnvironmentWasteMeter",
|
|
1462
1866
|
"IndustryBasicAlarm",
|
|
1463
1867
|
"IndustryBasicEvent",
|
|
1464
1868
|
"IndustryBasicMachine",
|
|
@@ -1485,6 +1889,13 @@ const result = {
|
|
|
1485
1889
|
"IndustryMaintenanceOrderCosts",
|
|
1486
1890
|
"IndustryMaintenanceOrderFeedback",
|
|
1487
1891
|
"IndustryMaintenanceWorkplace",
|
|
1892
|
+
"IndustryManufacturingPartialFeedback",
|
|
1893
|
+
"IndustryManufacturingProductionOrder",
|
|
1894
|
+
"IndustryManufacturingProductionOrderItem",
|
|
1895
|
+
"IndustryManufacturingShift",
|
|
1896
|
+
"IndustryManufacturingShiftMachine",
|
|
1897
|
+
"IndustryManufacturingShiftOrderItem",
|
|
1898
|
+
"IndustryManufacturingShiftTemplate",
|
|
1488
1899
|
"OctoSdkDemoCustomer",
|
|
1489
1900
|
"OctoSdkDemoMeteringPoint",
|
|
1490
1901
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1583,16 +1994,20 @@ const result = {
|
|
|
1583
1994
|
"SystemUIDashboardWidget",
|
|
1584
1995
|
"SystemUIProcessDiagram",
|
|
1585
1996
|
"SystemUISymbolDefinition",
|
|
1586
|
-
"SystemUISymbolLibrary"
|
|
1997
|
+
"SystemUISymbolLibrary",
|
|
1998
|
+
"SystemUITreeNavigationConfiguration"
|
|
1587
1999
|
],
|
|
1588
2000
|
"BasicTree_ParentUnion": [
|
|
1589
2001
|
"BasicAsset",
|
|
1590
2002
|
"BasicCity",
|
|
1591
2003
|
"BasicCountry",
|
|
1592
2004
|
"BasicDistrict",
|
|
2005
|
+
"BasicEnergyOperatingFacility",
|
|
1593
2006
|
"BasicState",
|
|
1594
2007
|
"BasicTree",
|
|
1595
2008
|
"BasicTreeNode",
|
|
2009
|
+
"EnergyCommunityOperatingFacility",
|
|
2010
|
+
"EnvironmentWasteMeter",
|
|
1596
2011
|
"IndustryBasicMachine",
|
|
1597
2012
|
"IndustryEnergyEnergyConsumer",
|
|
1598
2013
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1609,6 +2024,97 @@ const result = {
|
|
|
1609
2024
|
"OctoSdkDemoMeteringPoint",
|
|
1610
2025
|
"OctoSdkDemoOperatingFacility"
|
|
1611
2026
|
],
|
|
2027
|
+
"EnergyCommunityBillingDocumentLineItem_BillingUnion": [
|
|
2028
|
+
"EnergyCommunityBillingDocumentLineItem"
|
|
2029
|
+
],
|
|
2030
|
+
"EnergyCommunityBillingDocumentLineItem_BillingsUnion": [
|
|
2031
|
+
"EnergyCommunityBillingDocumentLineItem"
|
|
2032
|
+
],
|
|
2033
|
+
"EnergyCommunityBillingDocumentLineItem_ChildrenUnion": [
|
|
2034
|
+
"EnergyCommunityBillingDocumentLineItem"
|
|
2035
|
+
],
|
|
2036
|
+
"EnergyCommunityBillingDocument_BillingUnion": [
|
|
2037
|
+
"EnergyCommunityBillingDocument"
|
|
2038
|
+
],
|
|
2039
|
+
"EnergyCommunityBillingDocument_ParentUnion": [
|
|
2040
|
+
"EnergyCommunityBillingDocument"
|
|
2041
|
+
],
|
|
2042
|
+
"EnergyCommunityCustomer_AssignedToUnion": [
|
|
2043
|
+
"EnergyCommunityCustomer"
|
|
2044
|
+
],
|
|
2045
|
+
"EnergyCommunityCustomer_CustomerUnion": [
|
|
2046
|
+
"EnergyCommunityCustomer"
|
|
2047
|
+
],
|
|
2048
|
+
"EnergyCommunityEdaMessage_MessagesUnion": [
|
|
2049
|
+
"EnergyCommunityEdaMessage"
|
|
2050
|
+
],
|
|
2051
|
+
"EnergyCommunityEdaProcess_ProcessUnion": [
|
|
2052
|
+
"EnergyCommunityEdaProcess"
|
|
2053
|
+
],
|
|
2054
|
+
"EnergyCommunityEnergyQuantity_AssignedToUnion": [
|
|
2055
|
+
"EnergyCommunityEnergyQuantity"
|
|
2056
|
+
],
|
|
2057
|
+
"EnergyCommunityEnergyQuantity_ChildrenUnion": [
|
|
2058
|
+
"EnergyCommunityEnergyQuantity"
|
|
2059
|
+
],
|
|
2060
|
+
"EnergyCommunityMeteringPointInterface": [
|
|
2061
|
+
"EnergyCommunityConsumer",
|
|
2062
|
+
"EnergyCommunityProducer"
|
|
2063
|
+
],
|
|
2064
|
+
"EnergyCommunityMeteringPoint_ChildrenUnion": [
|
|
2065
|
+
"BasicAsset",
|
|
2066
|
+
"BasicCity",
|
|
2067
|
+
"BasicCountry",
|
|
2068
|
+
"BasicDistrict",
|
|
2069
|
+
"BasicEnergyOperatingFacility",
|
|
2070
|
+
"BasicState",
|
|
2071
|
+
"BasicTreeNode",
|
|
2072
|
+
"EnergyCommunityConsumer",
|
|
2073
|
+
"EnergyCommunityOperatingFacility",
|
|
2074
|
+
"EnergyCommunityProducer",
|
|
2075
|
+
"EnvironmentCarbonBudget",
|
|
2076
|
+
"EnvironmentCarbonEmission",
|
|
2077
|
+
"EnvironmentCertificateOfOrigin",
|
|
2078
|
+
"EnvironmentComplianceRecord",
|
|
2079
|
+
"EnvironmentEnvironmentalGoal",
|
|
2080
|
+
"EnvironmentWasteMeter",
|
|
2081
|
+
"IndustryBasicMachine",
|
|
2082
|
+
"IndustryEnergyDemandResponseEvent",
|
|
2083
|
+
"IndustryEnergyEnergyConsumer",
|
|
2084
|
+
"IndustryEnergyEnergyCost",
|
|
2085
|
+
"IndustryEnergyEnergyForecast",
|
|
2086
|
+
"IndustryEnergyEnergyMeter",
|
|
2087
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
2088
|
+
"IndustryEnergyEnergyStorage",
|
|
2089
|
+
"IndustryEnergyInverter",
|
|
2090
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
2091
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2092
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
2093
|
+
"IndustryFluidHeatMeter",
|
|
2094
|
+
"IndustryFluidWaterMeter",
|
|
2095
|
+
"IndustryMaintenanceCostCenter",
|
|
2096
|
+
"IndustryMaintenanceEmployee",
|
|
2097
|
+
"IndustryMaintenanceWorkplace",
|
|
2098
|
+
"OctoSdkDemoMeteringPoint",
|
|
2099
|
+
"OctoSdkDemoOperatingFacility"
|
|
2100
|
+
],
|
|
2101
|
+
"EnergyCommunityMeteringPoint_MeteringPointUnion": [
|
|
2102
|
+
"EnergyCommunityConsumer",
|
|
2103
|
+
"EnergyCommunityProducer"
|
|
2104
|
+
],
|
|
2105
|
+
"EnergyCommunityMeteringPoint_ParentUnion": [
|
|
2106
|
+
"EnergyCommunityConsumer",
|
|
2107
|
+
"EnergyCommunityProducer"
|
|
2108
|
+
],
|
|
2109
|
+
"EnergyCommunityOperatingFacility_FacilitiesUnion": [
|
|
2110
|
+
"EnergyCommunityOperatingFacility"
|
|
2111
|
+
],
|
|
2112
|
+
"EnergyCommunityOperatingFacility_ParentUnion": [
|
|
2113
|
+
"EnergyCommunityOperatingFacility"
|
|
2114
|
+
],
|
|
2115
|
+
"EnergyCommunityParticipationPeriod_PeriodsUnion": [
|
|
2116
|
+
"EnergyCommunityParticipationPeriod"
|
|
2117
|
+
],
|
|
1612
2118
|
"IndustryBasicEvent_EventUnion": [
|
|
1613
2119
|
"IndustryBasicAlarm",
|
|
1614
2120
|
"IndustryBasicEvent"
|
|
@@ -1667,6 +2173,43 @@ const result = {
|
|
|
1667
2173
|
"IndustryMaintenanceOrder_ParentUnion": [
|
|
1668
2174
|
"IndustryMaintenanceOrder"
|
|
1669
2175
|
],
|
|
2176
|
+
"IndustryManufacturingPartialFeedback_ChildrenUnion": [
|
|
2177
|
+
"IndustryManufacturingPartialFeedback"
|
|
2178
|
+
],
|
|
2179
|
+
"IndustryManufacturingPartialFeedback_PartialFeedbacksUnion": [
|
|
2180
|
+
"IndustryManufacturingPartialFeedback"
|
|
2181
|
+
],
|
|
2182
|
+
"IndustryManufacturingProductionOrderItem_ChildrenUnion": [
|
|
2183
|
+
"IndustryManufacturingProductionOrderItem"
|
|
2184
|
+
],
|
|
2185
|
+
"IndustryManufacturingProductionOrderItem_OrderItemsUnion": [
|
|
2186
|
+
"IndustryManufacturingProductionOrderItem"
|
|
2187
|
+
],
|
|
2188
|
+
"IndustryManufacturingProductionOrderItem_ProductionOrderItemUnion": [
|
|
2189
|
+
"IndustryManufacturingProductionOrderItem"
|
|
2190
|
+
],
|
|
2191
|
+
"IndustryManufacturingProductionOrder_ParentUnion": [
|
|
2192
|
+
"IndustryManufacturingProductionOrder"
|
|
2193
|
+
],
|
|
2194
|
+
"IndustryManufacturingShiftMachine_ChildrenUnion": [
|
|
2195
|
+
"IndustryManufacturingShiftMachine",
|
|
2196
|
+
"IndustryManufacturingShiftOrderItem"
|
|
2197
|
+
],
|
|
2198
|
+
"IndustryManufacturingShiftMachine_ShiftAssignmentsUnion": [
|
|
2199
|
+
"IndustryManufacturingShiftMachine"
|
|
2200
|
+
],
|
|
2201
|
+
"IndustryManufacturingShiftMachine_ShiftMachinesUnion": [
|
|
2202
|
+
"IndustryManufacturingShiftMachine"
|
|
2203
|
+
],
|
|
2204
|
+
"IndustryManufacturingShiftOrderItem_ParentUnion": [
|
|
2205
|
+
"IndustryManufacturingShiftOrderItem"
|
|
2206
|
+
],
|
|
2207
|
+
"IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnion": [
|
|
2208
|
+
"IndustryManufacturingShiftOrderItem"
|
|
2209
|
+
],
|
|
2210
|
+
"IndustryManufacturingShift_ParentUnion": [
|
|
2211
|
+
"IndustryManufacturingShift"
|
|
2212
|
+
],
|
|
1670
2213
|
"OctoSdkDemoCustomer_OwnedByUnion": [
|
|
1671
2214
|
"OctoSdkDemoCustomer"
|
|
1672
2215
|
],
|
|
@@ -1825,8 +2368,32 @@ const result = {
|
|
|
1825
2368
|
"SystemEntityInterface": [
|
|
1826
2369
|
"BasicDocument",
|
|
1827
2370
|
"BasicEmployee",
|
|
2371
|
+
"BasicEnergyConsumer",
|
|
2372
|
+
"BasicEnergyEdaMessage",
|
|
2373
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2374
|
+
"BasicEnergyEdaProcess",
|
|
2375
|
+
"BasicEnergyEnergyMeasurement",
|
|
2376
|
+
"BasicEnergyMeteringPoint",
|
|
2377
|
+
"BasicEnergyProducer",
|
|
1828
2378
|
"BasicNamedEntity",
|
|
1829
2379
|
"BasicTree",
|
|
2380
|
+
"EnergyCommunityBillingDocument",
|
|
2381
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2382
|
+
"EnergyCommunityConsumer",
|
|
2383
|
+
"EnergyCommunityCustomer",
|
|
2384
|
+
"EnergyCommunityEdaMessage",
|
|
2385
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2386
|
+
"EnergyCommunityEdaProcess",
|
|
2387
|
+
"EnergyCommunityEnergyPrice",
|
|
2388
|
+
"EnergyCommunityEnergyQuantity",
|
|
2389
|
+
"EnergyCommunityMeteringPoint",
|
|
2390
|
+
"EnergyCommunityParticipationPeriod",
|
|
2391
|
+
"EnergyCommunityProducer",
|
|
2392
|
+
"EnvironmentCarbonBudget",
|
|
2393
|
+
"EnvironmentCarbonEmission",
|
|
2394
|
+
"EnvironmentCertificateOfOrigin",
|
|
2395
|
+
"EnvironmentComplianceRecord",
|
|
2396
|
+
"EnvironmentEnvironmentalGoal",
|
|
1830
2397
|
"IndustryBasicAlarm",
|
|
1831
2398
|
"IndustryBasicEvent",
|
|
1832
2399
|
"IndustryBasicRuntimeVariable",
|
|
@@ -1840,6 +2407,13 @@ const result = {
|
|
|
1840
2407
|
"IndustryMaintenanceOrder",
|
|
1841
2408
|
"IndustryMaintenanceOrderCosts",
|
|
1842
2409
|
"IndustryMaintenanceOrderFeedback",
|
|
2410
|
+
"IndustryManufacturingPartialFeedback",
|
|
2411
|
+
"IndustryManufacturingProductionOrder",
|
|
2412
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2413
|
+
"IndustryManufacturingShift",
|
|
2414
|
+
"IndustryManufacturingShiftMachine",
|
|
2415
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2416
|
+
"IndustryManufacturingShiftTemplate",
|
|
1843
2417
|
"OctoSdkDemoCustomer",
|
|
1844
2418
|
"SystemAggregationRtQuery",
|
|
1845
2419
|
"SystemAggregationSdQuery",
|
|
@@ -1947,6 +2521,7 @@ const result = {
|
|
|
1947
2521
|
"SystemUIProcessDiagram",
|
|
1948
2522
|
"SystemUISymbolDefinition",
|
|
1949
2523
|
"SystemUISymbolLibrary",
|
|
2524
|
+
"SystemUITreeNavigationConfiguration",
|
|
1950
2525
|
"SystemUIUIElement"
|
|
1951
2526
|
],
|
|
1952
2527
|
"SystemEntity_ConfiguresUnion": [
|
|
@@ -1955,9 +2530,34 @@ const result = {
|
|
|
1955
2530
|
"BasicCountry",
|
|
1956
2531
|
"BasicDistrict",
|
|
1957
2532
|
"BasicEmployee",
|
|
2533
|
+
"BasicEnergyConsumer",
|
|
2534
|
+
"BasicEnergyEdaMessage",
|
|
2535
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2536
|
+
"BasicEnergyEdaProcess",
|
|
2537
|
+
"BasicEnergyEnergyMeasurement",
|
|
2538
|
+
"BasicEnergyOperatingFacility",
|
|
2539
|
+
"BasicEnergyProducer",
|
|
1958
2540
|
"BasicState",
|
|
1959
2541
|
"BasicTree",
|
|
1960
2542
|
"BasicTreeNode",
|
|
2543
|
+
"EnergyCommunityBillingDocument",
|
|
2544
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2545
|
+
"EnergyCommunityConsumer",
|
|
2546
|
+
"EnergyCommunityCustomer",
|
|
2547
|
+
"EnergyCommunityEdaMessage",
|
|
2548
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2549
|
+
"EnergyCommunityEdaProcess",
|
|
2550
|
+
"EnergyCommunityEnergyPrice",
|
|
2551
|
+
"EnergyCommunityEnergyQuantity",
|
|
2552
|
+
"EnergyCommunityOperatingFacility",
|
|
2553
|
+
"EnergyCommunityParticipationPeriod",
|
|
2554
|
+
"EnergyCommunityProducer",
|
|
2555
|
+
"EnvironmentCarbonBudget",
|
|
2556
|
+
"EnvironmentCarbonEmission",
|
|
2557
|
+
"EnvironmentCertificateOfOrigin",
|
|
2558
|
+
"EnvironmentComplianceRecord",
|
|
2559
|
+
"EnvironmentEnvironmentalGoal",
|
|
2560
|
+
"EnvironmentWasteMeter",
|
|
1961
2561
|
"IndustryBasicAlarm",
|
|
1962
2562
|
"IndustryBasicEvent",
|
|
1963
2563
|
"IndustryBasicMachine",
|
|
@@ -1984,6 +2584,13 @@ const result = {
|
|
|
1984
2584
|
"IndustryMaintenanceOrderCosts",
|
|
1985
2585
|
"IndustryMaintenanceOrderFeedback",
|
|
1986
2586
|
"IndustryMaintenanceWorkplace",
|
|
2587
|
+
"IndustryManufacturingPartialFeedback",
|
|
2588
|
+
"IndustryManufacturingProductionOrder",
|
|
2589
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2590
|
+
"IndustryManufacturingShift",
|
|
2591
|
+
"IndustryManufacturingShiftMachine",
|
|
2592
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2593
|
+
"IndustryManufacturingShiftTemplate",
|
|
1987
2594
|
"OctoSdkDemoCustomer",
|
|
1988
2595
|
"OctoSdkDemoMeteringPoint",
|
|
1989
2596
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2082,7 +2689,8 @@ const result = {
|
|
|
2082
2689
|
"SystemUIDashboardWidget",
|
|
2083
2690
|
"SystemUIProcessDiagram",
|
|
2084
2691
|
"SystemUISymbolDefinition",
|
|
2085
|
-
"SystemUISymbolLibrary"
|
|
2692
|
+
"SystemUISymbolLibrary",
|
|
2693
|
+
"SystemUITreeNavigationConfiguration"
|
|
2086
2694
|
],
|
|
2087
2695
|
"SystemEntity_IsTaggingUnion": [
|
|
2088
2696
|
"BasicAsset",
|
|
@@ -2090,9 +2698,34 @@ const result = {
|
|
|
2090
2698
|
"BasicCountry",
|
|
2091
2699
|
"BasicDistrict",
|
|
2092
2700
|
"BasicEmployee",
|
|
2701
|
+
"BasicEnergyConsumer",
|
|
2702
|
+
"BasicEnergyEdaMessage",
|
|
2703
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2704
|
+
"BasicEnergyEdaProcess",
|
|
2705
|
+
"BasicEnergyEnergyMeasurement",
|
|
2706
|
+
"BasicEnergyOperatingFacility",
|
|
2707
|
+
"BasicEnergyProducer",
|
|
2093
2708
|
"BasicState",
|
|
2094
2709
|
"BasicTree",
|
|
2095
2710
|
"BasicTreeNode",
|
|
2711
|
+
"EnergyCommunityBillingDocument",
|
|
2712
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2713
|
+
"EnergyCommunityConsumer",
|
|
2714
|
+
"EnergyCommunityCustomer",
|
|
2715
|
+
"EnergyCommunityEdaMessage",
|
|
2716
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2717
|
+
"EnergyCommunityEdaProcess",
|
|
2718
|
+
"EnergyCommunityEnergyPrice",
|
|
2719
|
+
"EnergyCommunityEnergyQuantity",
|
|
2720
|
+
"EnergyCommunityOperatingFacility",
|
|
2721
|
+
"EnergyCommunityParticipationPeriod",
|
|
2722
|
+
"EnergyCommunityProducer",
|
|
2723
|
+
"EnvironmentCarbonBudget",
|
|
2724
|
+
"EnvironmentCarbonEmission",
|
|
2725
|
+
"EnvironmentCertificateOfOrigin",
|
|
2726
|
+
"EnvironmentComplianceRecord",
|
|
2727
|
+
"EnvironmentEnvironmentalGoal",
|
|
2728
|
+
"EnvironmentWasteMeter",
|
|
2096
2729
|
"IndustryBasicAlarm",
|
|
2097
2730
|
"IndustryBasicEvent",
|
|
2098
2731
|
"IndustryBasicMachine",
|
|
@@ -2119,6 +2752,13 @@ const result = {
|
|
|
2119
2752
|
"IndustryMaintenanceOrderCosts",
|
|
2120
2753
|
"IndustryMaintenanceOrderFeedback",
|
|
2121
2754
|
"IndustryMaintenanceWorkplace",
|
|
2755
|
+
"IndustryManufacturingPartialFeedback",
|
|
2756
|
+
"IndustryManufacturingProductionOrder",
|
|
2757
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2758
|
+
"IndustryManufacturingShift",
|
|
2759
|
+
"IndustryManufacturingShiftMachine",
|
|
2760
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2761
|
+
"IndustryManufacturingShiftTemplate",
|
|
2122
2762
|
"OctoSdkDemoCustomer",
|
|
2123
2763
|
"OctoSdkDemoMeteringPoint",
|
|
2124
2764
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2217,7 +2857,8 @@ const result = {
|
|
|
2217
2857
|
"SystemUIDashboardWidget",
|
|
2218
2858
|
"SystemUIProcessDiagram",
|
|
2219
2859
|
"SystemUISymbolDefinition",
|
|
2220
|
-
"SystemUISymbolLibrary"
|
|
2860
|
+
"SystemUISymbolLibrary",
|
|
2861
|
+
"SystemUITreeNavigationConfiguration"
|
|
2221
2862
|
],
|
|
2222
2863
|
"SystemEntity_MappedAsSourceUnion": [
|
|
2223
2864
|
"BasicAsset",
|
|
@@ -2225,9 +2866,34 @@ const result = {
|
|
|
2225
2866
|
"BasicCountry",
|
|
2226
2867
|
"BasicDistrict",
|
|
2227
2868
|
"BasicEmployee",
|
|
2869
|
+
"BasicEnergyConsumer",
|
|
2870
|
+
"BasicEnergyEdaMessage",
|
|
2871
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2872
|
+
"BasicEnergyEdaProcess",
|
|
2873
|
+
"BasicEnergyEnergyMeasurement",
|
|
2874
|
+
"BasicEnergyOperatingFacility",
|
|
2875
|
+
"BasicEnergyProducer",
|
|
2228
2876
|
"BasicState",
|
|
2229
2877
|
"BasicTree",
|
|
2230
2878
|
"BasicTreeNode",
|
|
2879
|
+
"EnergyCommunityBillingDocument",
|
|
2880
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
2881
|
+
"EnergyCommunityConsumer",
|
|
2882
|
+
"EnergyCommunityCustomer",
|
|
2883
|
+
"EnergyCommunityEdaMessage",
|
|
2884
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
2885
|
+
"EnergyCommunityEdaProcess",
|
|
2886
|
+
"EnergyCommunityEnergyPrice",
|
|
2887
|
+
"EnergyCommunityEnergyQuantity",
|
|
2888
|
+
"EnergyCommunityOperatingFacility",
|
|
2889
|
+
"EnergyCommunityParticipationPeriod",
|
|
2890
|
+
"EnergyCommunityProducer",
|
|
2891
|
+
"EnvironmentCarbonBudget",
|
|
2892
|
+
"EnvironmentCarbonEmission",
|
|
2893
|
+
"EnvironmentCertificateOfOrigin",
|
|
2894
|
+
"EnvironmentComplianceRecord",
|
|
2895
|
+
"EnvironmentEnvironmentalGoal",
|
|
2896
|
+
"EnvironmentWasteMeter",
|
|
2231
2897
|
"IndustryBasicAlarm",
|
|
2232
2898
|
"IndustryBasicEvent",
|
|
2233
2899
|
"IndustryBasicMachine",
|
|
@@ -2254,6 +2920,13 @@ const result = {
|
|
|
2254
2920
|
"IndustryMaintenanceOrderCosts",
|
|
2255
2921
|
"IndustryMaintenanceOrderFeedback",
|
|
2256
2922
|
"IndustryMaintenanceWorkplace",
|
|
2923
|
+
"IndustryManufacturingPartialFeedback",
|
|
2924
|
+
"IndustryManufacturingProductionOrder",
|
|
2925
|
+
"IndustryManufacturingProductionOrderItem",
|
|
2926
|
+
"IndustryManufacturingShift",
|
|
2927
|
+
"IndustryManufacturingShiftMachine",
|
|
2928
|
+
"IndustryManufacturingShiftOrderItem",
|
|
2929
|
+
"IndustryManufacturingShiftTemplate",
|
|
2257
2930
|
"OctoSdkDemoCustomer",
|
|
2258
2931
|
"OctoSdkDemoMeteringPoint",
|
|
2259
2932
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2352,7 +3025,8 @@ const result = {
|
|
|
2352
3025
|
"SystemUIDashboardWidget",
|
|
2353
3026
|
"SystemUIProcessDiagram",
|
|
2354
3027
|
"SystemUISymbolDefinition",
|
|
2355
|
-
"SystemUISymbolLibrary"
|
|
3028
|
+
"SystemUISymbolLibrary",
|
|
3029
|
+
"SystemUITreeNavigationConfiguration"
|
|
2356
3030
|
],
|
|
2357
3031
|
"SystemEntity_MappedAsTargetUnion": [
|
|
2358
3032
|
"BasicAsset",
|
|
@@ -2360,9 +3034,34 @@ const result = {
|
|
|
2360
3034
|
"BasicCountry",
|
|
2361
3035
|
"BasicDistrict",
|
|
2362
3036
|
"BasicEmployee",
|
|
3037
|
+
"BasicEnergyConsumer",
|
|
3038
|
+
"BasicEnergyEdaMessage",
|
|
3039
|
+
"BasicEnergyEdaMeteringPoint",
|
|
3040
|
+
"BasicEnergyEdaProcess",
|
|
3041
|
+
"BasicEnergyEnergyMeasurement",
|
|
3042
|
+
"BasicEnergyOperatingFacility",
|
|
3043
|
+
"BasicEnergyProducer",
|
|
2363
3044
|
"BasicState",
|
|
2364
3045
|
"BasicTree",
|
|
2365
3046
|
"BasicTreeNode",
|
|
3047
|
+
"EnergyCommunityBillingDocument",
|
|
3048
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
3049
|
+
"EnergyCommunityConsumer",
|
|
3050
|
+
"EnergyCommunityCustomer",
|
|
3051
|
+
"EnergyCommunityEdaMessage",
|
|
3052
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
3053
|
+
"EnergyCommunityEdaProcess",
|
|
3054
|
+
"EnergyCommunityEnergyPrice",
|
|
3055
|
+
"EnergyCommunityEnergyQuantity",
|
|
3056
|
+
"EnergyCommunityOperatingFacility",
|
|
3057
|
+
"EnergyCommunityParticipationPeriod",
|
|
3058
|
+
"EnergyCommunityProducer",
|
|
3059
|
+
"EnvironmentCarbonBudget",
|
|
3060
|
+
"EnvironmentCarbonEmission",
|
|
3061
|
+
"EnvironmentCertificateOfOrigin",
|
|
3062
|
+
"EnvironmentComplianceRecord",
|
|
3063
|
+
"EnvironmentEnvironmentalGoal",
|
|
3064
|
+
"EnvironmentWasteMeter",
|
|
2366
3065
|
"IndustryBasicAlarm",
|
|
2367
3066
|
"IndustryBasicEvent",
|
|
2368
3067
|
"IndustryBasicMachine",
|
|
@@ -2389,6 +3088,13 @@ const result = {
|
|
|
2389
3088
|
"IndustryMaintenanceOrderCosts",
|
|
2390
3089
|
"IndustryMaintenanceOrderFeedback",
|
|
2391
3090
|
"IndustryMaintenanceWorkplace",
|
|
3091
|
+
"IndustryManufacturingPartialFeedback",
|
|
3092
|
+
"IndustryManufacturingProductionOrder",
|
|
3093
|
+
"IndustryManufacturingProductionOrderItem",
|
|
3094
|
+
"IndustryManufacturingShift",
|
|
3095
|
+
"IndustryManufacturingShiftMachine",
|
|
3096
|
+
"IndustryManufacturingShiftOrderItem",
|
|
3097
|
+
"IndustryManufacturingShiftTemplate",
|
|
2392
3098
|
"OctoSdkDemoCustomer",
|
|
2393
3099
|
"OctoSdkDemoMeteringPoint",
|
|
2394
3100
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2487,7 +3193,8 @@ const result = {
|
|
|
2487
3193
|
"SystemUIDashboardWidget",
|
|
2488
3194
|
"SystemUIProcessDiagram",
|
|
2489
3195
|
"SystemUISymbolDefinition",
|
|
2490
|
-
"SystemUISymbolLibrary"
|
|
3196
|
+
"SystemUISymbolLibrary",
|
|
3197
|
+
"SystemUITreeNavigationConfiguration"
|
|
2491
3198
|
],
|
|
2492
3199
|
"SystemEntity_RelatesFromUnion": [
|
|
2493
3200
|
"BasicAsset",
|
|
@@ -2495,9 +3202,34 @@ const result = {
|
|
|
2495
3202
|
"BasicCountry",
|
|
2496
3203
|
"BasicDistrict",
|
|
2497
3204
|
"BasicEmployee",
|
|
3205
|
+
"BasicEnergyConsumer",
|
|
3206
|
+
"BasicEnergyEdaMessage",
|
|
3207
|
+
"BasicEnergyEdaMeteringPoint",
|
|
3208
|
+
"BasicEnergyEdaProcess",
|
|
3209
|
+
"BasicEnergyEnergyMeasurement",
|
|
3210
|
+
"BasicEnergyOperatingFacility",
|
|
3211
|
+
"BasicEnergyProducer",
|
|
2498
3212
|
"BasicState",
|
|
2499
3213
|
"BasicTree",
|
|
2500
3214
|
"BasicTreeNode",
|
|
3215
|
+
"EnergyCommunityBillingDocument",
|
|
3216
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
3217
|
+
"EnergyCommunityConsumer",
|
|
3218
|
+
"EnergyCommunityCustomer",
|
|
3219
|
+
"EnergyCommunityEdaMessage",
|
|
3220
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
3221
|
+
"EnergyCommunityEdaProcess",
|
|
3222
|
+
"EnergyCommunityEnergyPrice",
|
|
3223
|
+
"EnergyCommunityEnergyQuantity",
|
|
3224
|
+
"EnergyCommunityOperatingFacility",
|
|
3225
|
+
"EnergyCommunityParticipationPeriod",
|
|
3226
|
+
"EnergyCommunityProducer",
|
|
3227
|
+
"EnvironmentCarbonBudget",
|
|
3228
|
+
"EnvironmentCarbonEmission",
|
|
3229
|
+
"EnvironmentCertificateOfOrigin",
|
|
3230
|
+
"EnvironmentComplianceRecord",
|
|
3231
|
+
"EnvironmentEnvironmentalGoal",
|
|
3232
|
+
"EnvironmentWasteMeter",
|
|
2501
3233
|
"IndustryBasicAlarm",
|
|
2502
3234
|
"IndustryBasicEvent",
|
|
2503
3235
|
"IndustryBasicMachine",
|
|
@@ -2524,6 +3256,13 @@ const result = {
|
|
|
2524
3256
|
"IndustryMaintenanceOrderCosts",
|
|
2525
3257
|
"IndustryMaintenanceOrderFeedback",
|
|
2526
3258
|
"IndustryMaintenanceWorkplace",
|
|
3259
|
+
"IndustryManufacturingPartialFeedback",
|
|
3260
|
+
"IndustryManufacturingProductionOrder",
|
|
3261
|
+
"IndustryManufacturingProductionOrderItem",
|
|
3262
|
+
"IndustryManufacturingShift",
|
|
3263
|
+
"IndustryManufacturingShiftMachine",
|
|
3264
|
+
"IndustryManufacturingShiftOrderItem",
|
|
3265
|
+
"IndustryManufacturingShiftTemplate",
|
|
2527
3266
|
"OctoSdkDemoCustomer",
|
|
2528
3267
|
"OctoSdkDemoMeteringPoint",
|
|
2529
3268
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2622,7 +3361,8 @@ const result = {
|
|
|
2622
3361
|
"SystemUIDashboardWidget",
|
|
2623
3362
|
"SystemUIProcessDiagram",
|
|
2624
3363
|
"SystemUISymbolDefinition",
|
|
2625
|
-
"SystemUISymbolLibrary"
|
|
3364
|
+
"SystemUISymbolLibrary",
|
|
3365
|
+
"SystemUITreeNavigationConfiguration"
|
|
2626
3366
|
],
|
|
2627
3367
|
"SystemEntity_RelatesToUnion": [
|
|
2628
3368
|
"BasicAsset",
|
|
@@ -2630,9 +3370,34 @@ const result = {
|
|
|
2630
3370
|
"BasicCountry",
|
|
2631
3371
|
"BasicDistrict",
|
|
2632
3372
|
"BasicEmployee",
|
|
3373
|
+
"BasicEnergyConsumer",
|
|
3374
|
+
"BasicEnergyEdaMessage",
|
|
3375
|
+
"BasicEnergyEdaMeteringPoint",
|
|
3376
|
+
"BasicEnergyEdaProcess",
|
|
3377
|
+
"BasicEnergyEnergyMeasurement",
|
|
3378
|
+
"BasicEnergyOperatingFacility",
|
|
3379
|
+
"BasicEnergyProducer",
|
|
2633
3380
|
"BasicState",
|
|
2634
3381
|
"BasicTree",
|
|
2635
3382
|
"BasicTreeNode",
|
|
3383
|
+
"EnergyCommunityBillingDocument",
|
|
3384
|
+
"EnergyCommunityBillingDocumentLineItem",
|
|
3385
|
+
"EnergyCommunityConsumer",
|
|
3386
|
+
"EnergyCommunityCustomer",
|
|
3387
|
+
"EnergyCommunityEdaMessage",
|
|
3388
|
+
"EnergyCommunityEdaMeteringPoint",
|
|
3389
|
+
"EnergyCommunityEdaProcess",
|
|
3390
|
+
"EnergyCommunityEnergyPrice",
|
|
3391
|
+
"EnergyCommunityEnergyQuantity",
|
|
3392
|
+
"EnergyCommunityOperatingFacility",
|
|
3393
|
+
"EnergyCommunityParticipationPeriod",
|
|
3394
|
+
"EnergyCommunityProducer",
|
|
3395
|
+
"EnvironmentCarbonBudget",
|
|
3396
|
+
"EnvironmentCarbonEmission",
|
|
3397
|
+
"EnvironmentCertificateOfOrigin",
|
|
3398
|
+
"EnvironmentComplianceRecord",
|
|
3399
|
+
"EnvironmentEnvironmentalGoal",
|
|
3400
|
+
"EnvironmentWasteMeter",
|
|
2636
3401
|
"IndustryBasicAlarm",
|
|
2637
3402
|
"IndustryBasicEvent",
|
|
2638
3403
|
"IndustryBasicMachine",
|
|
@@ -2659,6 +3424,13 @@ const result = {
|
|
|
2659
3424
|
"IndustryMaintenanceOrderCosts",
|
|
2660
3425
|
"IndustryMaintenanceOrderFeedback",
|
|
2661
3426
|
"IndustryMaintenanceWorkplace",
|
|
3427
|
+
"IndustryManufacturingPartialFeedback",
|
|
3428
|
+
"IndustryManufacturingProductionOrder",
|
|
3429
|
+
"IndustryManufacturingProductionOrderItem",
|
|
3430
|
+
"IndustryManufacturingShift",
|
|
3431
|
+
"IndustryManufacturingShiftMachine",
|
|
3432
|
+
"IndustryManufacturingShiftOrderItem",
|
|
3433
|
+
"IndustryManufacturingShiftTemplate",
|
|
2662
3434
|
"OctoSdkDemoCustomer",
|
|
2663
3435
|
"OctoSdkDemoMeteringPoint",
|
|
2664
3436
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2757,7 +3529,8 @@ const result = {
|
|
|
2757
3529
|
"SystemUIDashboardWidget",
|
|
2758
3530
|
"SystemUIProcessDiagram",
|
|
2759
3531
|
"SystemUISymbolDefinition",
|
|
2760
|
-
"SystemUISymbolLibrary"
|
|
3532
|
+
"SystemUISymbolLibrary",
|
|
3533
|
+
"SystemUITreeNavigationConfiguration"
|
|
2761
3534
|
],
|
|
2762
3535
|
"SystemIdentityClient_AssignedEntitiesUnion": [
|
|
2763
3536
|
"SystemIdentityClient",
|
|
@@ -2852,7 +3625,8 @@ const result = {
|
|
|
2852
3625
|
"SystemUIDashboardWidget",
|
|
2853
3626
|
"SystemUIProcessDiagram",
|
|
2854
3627
|
"SystemUISymbolDefinition",
|
|
2855
|
-
"SystemUISymbolLibrary"
|
|
3628
|
+
"SystemUISymbolLibrary",
|
|
3629
|
+
"SystemUITreeNavigationConfiguration"
|
|
2856
3630
|
]
|
|
2857
3631
|
}
|
|
2858
3632
|
};
|
|
@@ -3624,6 +4398,33 @@ class AssetRepoService {
|
|
|
3624
4398
|
}));
|
|
3625
4399
|
}
|
|
3626
4400
|
}
|
|
4401
|
+
/**
|
|
4402
|
+
* Enables the Stream Data feature for a tenant. Installs the
|
|
4403
|
+
* `System.StreamData` CK model and provisions the backing time-series
|
|
4404
|
+
* storage. Errors propagate to the caller.
|
|
4405
|
+
*
|
|
4406
|
+
* Tenant-scoped REST endpoint: `POST {assetServices}{tenantId}/v1/streamdata/enable`.
|
|
4407
|
+
*/
|
|
4408
|
+
async enableStreamData(tenantId) {
|
|
4409
|
+
if (this.configurationService.config?.assetServices) {
|
|
4410
|
+
const uri = `${this.configurationService.config.assetServices}${tenantId}/v1/streamdata/enable`;
|
|
4411
|
+
await firstValueFrom(this.httpClient.post(uri, null, { observe: 'response' }));
|
|
4412
|
+
}
|
|
4413
|
+
}
|
|
4414
|
+
/**
|
|
4415
|
+
* Disables the Stream Data feature for a tenant. Drops the backing
|
|
4416
|
+
* time-series storage and removes the `System.StreamData` model.
|
|
4417
|
+
* Destructive — the UI must confirm before calling. Errors propagate to the
|
|
4418
|
+
* caller.
|
|
4419
|
+
*
|
|
4420
|
+
* Tenant-scoped REST endpoint: `POST {assetServices}{tenantId}/v1/streamdata/disable`.
|
|
4421
|
+
*/
|
|
4422
|
+
async disableStreamData(tenantId) {
|
|
4423
|
+
if (this.configurationService.config?.assetServices) {
|
|
4424
|
+
const uri = `${this.configurationService.config.assetServices}${tenantId}/v1/streamdata/disable`;
|
|
4425
|
+
await firstValueFrom(this.httpClient.post(uri, null, { observe: 'response' }));
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
3627
4428
|
async importRtModel(tenantId, file, importStrategy = ImportStrategyDto.InsertOnly) {
|
|
3628
4429
|
const params = new HttpParams()
|
|
3629
4430
|
.set('importStrategy', importStrategy.toString());
|
|
@@ -3916,6 +4717,16 @@ class IdentityService {
|
|
|
3916
4717
|
if (this.tenantIdProvider) {
|
|
3917
4718
|
tenantId = await this.tenantIdProvider() ?? 'octosystem';
|
|
3918
4719
|
}
|
|
4720
|
+
return this.getApiBaseUrlForTenant(tenantId);
|
|
4721
|
+
}
|
|
4722
|
+
/**
|
|
4723
|
+
* Builds the identity API base URL for an explicit tenant, bypassing the ambient
|
|
4724
|
+
* {@link TENANT_ID_PROVIDER}. Used when an operation must target a tenant other than the
|
|
4725
|
+
* currently-routed one — e.g. cleaning overlay URIs on a child tenant before its backup.
|
|
4726
|
+
*/
|
|
4727
|
+
getApiBaseUrlForTenant(tenantId) {
|
|
4728
|
+
if (!this.configurationService.config?.issuer)
|
|
4729
|
+
return null;
|
|
3919
4730
|
return `${this.configurationService.config.issuer}${tenantId}/v1/`;
|
|
3920
4731
|
}
|
|
3921
4732
|
async userDiagnostics() {
|
|
@@ -4178,6 +4989,33 @@ class IdentityService {
|
|
|
4178
4989
|
await firstValueFrom(this.httpClient.patch(baseUrl + `clients/${clientId}/autoProvisionInChildTenants`, { enabled }, { observe: 'response' }));
|
|
4179
4990
|
}
|
|
4180
4991
|
}
|
|
4992
|
+
// ---- Client overlay URIs (AB#4209, deliverable 7) -----------------------
|
|
4993
|
+
/**
|
|
4994
|
+
* Strips overlay URI entries from every blueprint-managed client of a tenant. Without
|
|
4995
|
+
* {@link overlayName} every `overlay:*` source is removed; with it, only `overlay:<name>`.
|
|
4996
|
+
* `base` and `api` sourced URIs are always preserved. Destructive — the typical use is
|
|
4997
|
+
* producing a template-clean tenant dump; overlays can be re-applied afterwards via the
|
|
4998
|
+
* octo-tools `Apply-IdentityOverlay` cmdlet.
|
|
4999
|
+
*
|
|
5000
|
+
* `tenantId` targets a specific tenant explicitly (e.g. a child tenant being backed up),
|
|
5001
|
+
* bypassing the ambient route tenant. Omit it to use the current route tenant.
|
|
5002
|
+
*/
|
|
5003
|
+
async cleanOverlayEntries(overlayName, tenantId) {
|
|
5004
|
+
const baseUrl = tenantId
|
|
5005
|
+
? this.getApiBaseUrlForTenant(tenantId)
|
|
5006
|
+
: await this.getApiBaseUrl();
|
|
5007
|
+
if (!baseUrl)
|
|
5008
|
+
return null;
|
|
5009
|
+
let params = new HttpParams();
|
|
5010
|
+
if (overlayName) {
|
|
5011
|
+
params = params.set('overlayName', overlayName);
|
|
5012
|
+
}
|
|
5013
|
+
const response = await firstValueFrom(this.httpClient.delete(baseUrl + 'clients/cleanOverlayEntries', {
|
|
5014
|
+
params,
|
|
5015
|
+
observe: 'response'
|
|
5016
|
+
}));
|
|
5017
|
+
return response.body;
|
|
5018
|
+
}
|
|
4181
5019
|
async generatePassword() {
|
|
4182
5020
|
const params = new HttpParams();
|
|
4183
5021
|
const baseUrl = await this.getApiBaseUrl();
|
|
@@ -4613,6 +5451,33 @@ class CommunicationService {
|
|
|
4613
5451
|
return this.configurationService.config?.communicationServices;
|
|
4614
5452
|
}
|
|
4615
5453
|
// ============================================================================
|
|
5454
|
+
// Tenant Feature Toggle — Communication
|
|
5455
|
+
// ============================================================================
|
|
5456
|
+
/**
|
|
5457
|
+
* Enables the Communication feature for a tenant. Installs the
|
|
5458
|
+
* `System.Communication` CK model and provisions the required runtime wiring
|
|
5459
|
+
* for adapters/pools. Errors propagate to the caller.
|
|
5460
|
+
*/
|
|
5461
|
+
async enableCommunication(tenantId) {
|
|
5462
|
+
if (!this.communicationServicesUrl) {
|
|
5463
|
+
throw new Error('Communication services URL is not configured');
|
|
5464
|
+
}
|
|
5465
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/communication/enable`;
|
|
5466
|
+
await firstValueFrom(this.httpClient.post(uri, null, { observe: 'response' }));
|
|
5467
|
+
}
|
|
5468
|
+
/**
|
|
5469
|
+
* Disables the Communication feature for a tenant. Tears down the adapter
|
|
5470
|
+
* wiring and removes the `System.Communication` model. Destructive — the UI
|
|
5471
|
+
* must confirm before calling. Errors propagate to the caller.
|
|
5472
|
+
*/
|
|
5473
|
+
async disableCommunication(tenantId) {
|
|
5474
|
+
if (!this.communicationServicesUrl) {
|
|
5475
|
+
throw new Error('Communication services URL is not configured');
|
|
5476
|
+
}
|
|
5477
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/communication/disable`;
|
|
5478
|
+
await firstValueFrom(this.httpClient.post(uri, null, { observe: 'response' }));
|
|
5479
|
+
}
|
|
5480
|
+
// ============================================================================
|
|
4616
5481
|
// Trigger Deployment
|
|
4617
5482
|
// ============================================================================
|
|
4618
5483
|
/**
|
|
@@ -5037,6 +5902,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.2", ngImpor
|
|
|
5037
5902
|
}]
|
|
5038
5903
|
}] });
|
|
5039
5904
|
|
|
5905
|
+
/**
|
|
5906
|
+
* Service for the tenant Reporting feature toggle.
|
|
5907
|
+
*
|
|
5908
|
+
* Backed by the reporting service base URL (`config.reportingServices`), it
|
|
5909
|
+
* enables/disables the `System.Reporting` feature per tenant via the
|
|
5910
|
+
* tenant-scoped REST endpoints
|
|
5911
|
+
* `POST {reportingServices}{tenantId}/v1/reporting/{enable,disable}`.
|
|
5912
|
+
*/
|
|
5913
|
+
class ReportingService {
|
|
5914
|
+
httpClient = inject(HttpClient);
|
|
5915
|
+
configurationService = inject(CONFIGURATION_SERVICE);
|
|
5916
|
+
/**
|
|
5917
|
+
* Gets the base URL for reporting services.
|
|
5918
|
+
*/
|
|
5919
|
+
get reportingServicesUrl() {
|
|
5920
|
+
return this.configurationService.config?.reportingServices;
|
|
5921
|
+
}
|
|
5922
|
+
/**
|
|
5923
|
+
* Enables the Reporting feature for a tenant. Installs the
|
|
5924
|
+
* `System.Reporting` CK model and provisions the required storage. Errors
|
|
5925
|
+
* propagate to the caller.
|
|
5926
|
+
*/
|
|
5927
|
+
async enableReporting(tenantId) {
|
|
5928
|
+
if (!this.reportingServicesUrl) {
|
|
5929
|
+
throw new Error('Reporting services URL is not configured');
|
|
5930
|
+
}
|
|
5931
|
+
const uri = `${this.reportingServicesUrl}${tenantId}/v1/reporting/enable`;
|
|
5932
|
+
await firstValueFrom(this.httpClient.post(uri, null, { observe: 'response' }));
|
|
5933
|
+
}
|
|
5934
|
+
/**
|
|
5935
|
+
* Disables the Reporting feature for a tenant. Drops the backing storage and
|
|
5936
|
+
* removes the `System.Reporting` model. Destructive — the UI must confirm
|
|
5937
|
+
* before calling. Errors propagate to the caller.
|
|
5938
|
+
*/
|
|
5939
|
+
async disableReporting(tenantId) {
|
|
5940
|
+
if (!this.reportingServicesUrl) {
|
|
5941
|
+
throw new Error('Reporting services URL is not configured');
|
|
5942
|
+
}
|
|
5943
|
+
const uri = `${this.reportingServicesUrl}${tenantId}/v1/reporting/disable`;
|
|
5944
|
+
await firstValueFrom(this.httpClient.post(uri, null, { observe: 'response' }));
|
|
5945
|
+
}
|
|
5946
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.2", ngImport: i0, type: ReportingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5947
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.2", ngImport: i0, type: ReportingService, providedIn: 'root' });
|
|
5948
|
+
}
|
|
5949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.2", ngImport: i0, type: ReportingService, decorators: [{
|
|
5950
|
+
type: Injectable,
|
|
5951
|
+
args: [{
|
|
5952
|
+
providedIn: 'root'
|
|
5953
|
+
}]
|
|
5954
|
+
}] });
|
|
5955
|
+
|
|
5040
5956
|
class TusUploadService {
|
|
5041
5957
|
httpClient = inject(HttpClient);
|
|
5042
5958
|
configurationService = inject(CONFIGURATION_SERVICE);
|
|
@@ -5677,5 +6593,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
5677
6593
|
* Generated bundle index. Do not edit.
|
|
5678
6594
|
*/
|
|
5679
6595
|
|
|
5680
|
-
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, ArchiveStorageHealthDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BlueprintConflictResolutionDto, BlueprintUpdateModeDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkRollupFunctionDto, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, FieldFilterOperatorsDto, FormulaResultTypeDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrdersDto, SystemAggregationTypesDto, SystemAiApprovalModeDto, SystemAiApprovalReasonDto, SystemAiApprovalStatusDto, SystemAiAuthModeDto, SystemAiConflictModeDto, SystemAiCredentialKindDto, SystemAiJobKindDto, SystemAiJobStatusDto, SystemAiKnowledgeKindDto, SystemAiLeaseStatusDto, SystemAiModelTierDto, SystemAiRiskLevelDto, SystemAiSessionEventKindDto, SystemAiSessionStatusDto, SystemAiSubscriptionScopeDto, SystemAiTicketScopeDto, SystemAiTicketStatusDto, SystemAiWorkspaceModeDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationEnvironmentDto, SystemCommunicationHelmChannelDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, SystemStreamDataBucketAlignmentDto, SystemStreamDataCkArchiveStatusDto, SystemStreamDataCkComputedColumnResultTypeDto, SystemStreamDataCkComputedColumnStateDto, SystemStreamDataCkRecomputeChangeKindDto, SystemStreamDataCkRecomputeChangeSourceDto, SystemStreamDataCkRecomputeJobStateDto, SystemStreamDataCkRecomputeTriggerDto, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, octoDataIdFromObject, result as possibleTypes, provideOctoServices };
|
|
6596
|
+
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, ArchiveStorageHealthDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicEnergyCarrierTypeDto, BasicEnergyDataQualityDto, BasicEnergyFacilityTypeDto, BasicEnergyProductionTypeDto, BasicEnergyStateDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BlueprintConflictResolutionDto, BlueprintUpdateModeDto, BotService, BucketAlignmentInputDto, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkRollupFunctionDto, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyCommunityBillingCycleDto, EnergyCommunityBillingDocumentStateDto, EnergyCommunityBillingTypeDto, EnergyCommunityDataQualityDto, EnergyCommunityFacilityTypeDto, EnergyCommunityProductionTypeDto, EnergyCommunityStateDto, EnergyCommunityTaxProcedureCreditNoteDto, EnvironmentCarbonScopeDto, EnvironmentComplianceCategoryDto, EnvironmentComplianceStatusDto, EnvironmentEnergySourceDto, EnvironmentGoalStateDto, FieldFilterOperatorsDto, FormulaResultTypeDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, ReportingService, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SeriesResolutionSignalDto, SortOrdersDto, SystemAggregationTypesDto, SystemAiApprovalModeDto, SystemAiApprovalReasonDto, SystemAiApprovalStatusDto, SystemAiAuthModeDto, SystemAiConflictModeDto, SystemAiCredentialKindDto, SystemAiJobKindDto, SystemAiJobStatusDto, SystemAiKnowledgeKindDto, SystemAiLeaseStatusDto, SystemAiModelTierDto, SystemAiRiskLevelDto, SystemAiSessionEventKindDto, SystemAiSessionStatusDto, SystemAiSubscriptionScopeDto, SystemAiTicketScopeDto, SystemAiTicketStatusDto, SystemAiWorkspaceModeDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationEnvironmentDto, SystemCommunicationHelmChannelDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, SystemStreamDataBucketAlignmentDto, SystemStreamDataCkArchiveStatusDto, SystemStreamDataCkComputedColumnResultTypeDto, SystemStreamDataCkComputedColumnStateDto, SystemStreamDataCkRecomputeChangeKindDto, SystemStreamDataCkRecomputeChangeSourceDto, SystemStreamDataCkRecomputeJobStateDto, SystemStreamDataCkRecomputeTriggerDto, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, octoDataIdFromObject, result as possibleTypes, provideOctoServices };
|
|
5681
6597
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|