@meshmakers/octo-services 3.4.250 → 3.4.270

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,68 +338,6 @@ 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 = {}));
403
341
  /** Runtime entities of construction kit enum 'Basic/LegalEntityType' */
404
342
  var BasicLegalEntityTypeDto;
405
343
  (function (BasicLegalEntityTypeDto) {
@@ -489,150 +427,6 @@ var DeleteStrategiesDto;
489
427
  DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
490
428
  DeleteStrategiesDto["EraseDto"] = "ERASE";
491
429
  })(DeleteStrategiesDto || (DeleteStrategiesDto = {}));
492
- /** Runtime entities of construction kit enum 'EnergyCommunity/BillingCycle' */
493
- var EnergyCommunityBillingCycleDto;
494
- (function (EnergyCommunityBillingCycleDto) {
495
- /** The billing cycle is one year */
496
- EnergyCommunityBillingCycleDto["AnnuallyDto"] = "ANNUALLY";
497
- /** The billing cycle is one month */
498
- EnergyCommunityBillingCycleDto["MonthlyDto"] = "MONTHLY";
499
- /** The billing cycle is one quarter */
500
- EnergyCommunityBillingCycleDto["QuarterlyDto"] = "QUARTERLY";
501
- /** The billing cycle is six months */
502
- EnergyCommunityBillingCycleDto["SemiAnnuallyDto"] = "SEMI_ANNUALLY";
503
- })(EnergyCommunityBillingCycleDto || (EnergyCommunityBillingCycleDto = {}));
504
- /** Runtime entities of construction kit enum 'EnergyCommunity/BillingDocumentState' */
505
- var EnergyCommunityBillingDocumentStateDto;
506
- (function (EnergyCommunityBillingDocumentStateDto) {
507
- /** The billing document has been canceled */
508
- EnergyCommunityBillingDocumentStateDto["CanceledDto"] = "CANCELED";
509
- /** The billing document is a draft */
510
- EnergyCommunityBillingDocumentStateDto["DraftDto"] = "DRAFT";
511
- /** The billing document has been paid */
512
- EnergyCommunityBillingDocumentStateDto["PaidDto"] = "PAID";
513
- /** The billing document is released */
514
- EnergyCommunityBillingDocumentStateDto["ReleasedDto"] = "RELEASED";
515
- /** The billing document has been sent */
516
- EnergyCommunityBillingDocumentStateDto["SentDto"] = "SENT";
517
- })(EnergyCommunityBillingDocumentStateDto || (EnergyCommunityBillingDocumentStateDto = {}));
518
- /** Runtime entities of construction kit enum 'EnergyCommunity/BillingType' */
519
- var EnergyCommunityBillingTypeDto;
520
- (function (EnergyCommunityBillingTypeDto) {
521
- /** The document or item is an credit note or credit */
522
- EnergyCommunityBillingTypeDto["CreditDto"] = "CREDIT";
523
- /** The document is an invoice or the item is a debit note */
524
- EnergyCommunityBillingTypeDto["DebitDto"] = "DEBIT";
525
- })(EnergyCommunityBillingTypeDto || (EnergyCommunityBillingTypeDto = {}));
526
- /** Runtime entities of construction kit enum 'EnergyCommunity/DataQuality' */
527
- var EnergyCommunityDataQualityDto;
528
- (function (EnergyCommunityDataQualityDto) {
529
- /** The data is accurate to 15 minute meter readings */
530
- EnergyCommunityDataQualityDto["L_1Dto"] = "L_1";
531
- /** The data is a linear interpolation of 2 known meter readings */
532
- EnergyCommunityDataQualityDto["L_2Dto"] = "L_2";
533
- /** The data is an estimate */
534
- EnergyCommunityDataQualityDto["L_3Dto"] = "L_3";
535
- /** The data quality is unknown */
536
- EnergyCommunityDataQualityDto["UnknownDto"] = "UNKNOWN";
537
- })(EnergyCommunityDataQualityDto || (EnergyCommunityDataQualityDto = {}));
538
- /** Runtime entities of construction kit enum 'EnergyCommunity/FacilityType' */
539
- var EnergyCommunityFacilityTypeDto;
540
- (function (EnergyCommunityFacilityTypeDto) {
541
- /** The facility type is a business */
542
- EnergyCommunityFacilityTypeDto["BusinessDto"] = "BUSINESS";
543
- /** The facility type is a single household */
544
- EnergyCommunityFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
545
- /** The facility type is a industry */
546
- EnergyCommunityFacilityTypeDto["IndustryDto"] = "INDUSTRY";
547
- /** The facility type is a public building e.g. schools, public offices */
548
- EnergyCommunityFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
549
- /** The facility type is an energy storage */
550
- EnergyCommunityFacilityTypeDto["StorageDto"] = "STORAGE";
551
- /** The facility type is unknown or not defined */
552
- EnergyCommunityFacilityTypeDto["UnknownDto"] = "UNKNOWN";
553
- })(EnergyCommunityFacilityTypeDto || (EnergyCommunityFacilityTypeDto = {}));
554
- /** Runtime entities of construction kit enum 'EnergyCommunity/ProductionType' */
555
- var EnergyCommunityProductionTypeDto;
556
- (function (EnergyCommunityProductionTypeDto) {
557
- /** Biomass was used to produce the energy */
558
- EnergyCommunityProductionTypeDto["BiomassDto"] = "BIOMASS";
559
- /** Combined heat and power was used to produce the energy */
560
- EnergyCommunityProductionTypeDto["ChpDto"] = "CHP";
561
- /** Hydroelectric power was used to produce the energy */
562
- EnergyCommunityProductionTypeDto["HepDto"] = "HEP";
563
- /** Other methods were used to produce the energy */
564
- EnergyCommunityProductionTypeDto["OtherDto"] = "OTHER";
565
- /** Solar power was used to produce the energy */
566
- EnergyCommunityProductionTypeDto["SolarDto"] = "SOLAR";
567
- /** The production type is unknown or not defined */
568
- EnergyCommunityProductionTypeDto["UnknownDto"] = "UNKNOWN";
569
- /** Wind power was used to produce the energy */
570
- EnergyCommunityProductionTypeDto["WindDto"] = "WIND";
571
- })(EnergyCommunityProductionTypeDto || (EnergyCommunityProductionTypeDto = {}));
572
- /** Runtime entities of construction kit enum 'EnergyCommunity/State' */
573
- var EnergyCommunityStateDto;
574
- (function (EnergyCommunityStateDto) {
575
- /** The object is active and in use */
576
- EnergyCommunityStateDto["ActiveDto"] = "ACTIVE";
577
- /** The object was deleted */
578
- EnergyCommunityStateDto["DeletedDto"] = "DELETED";
579
- /** The object is inactive but may be reactivated */
580
- EnergyCommunityStateDto["InactiveDto"] = "INACTIVE";
581
- /** The object is just created and the state is not set */
582
- EnergyCommunityStateDto["NewDto"] = "NEW";
583
- })(EnergyCommunityStateDto || (EnergyCommunityStateDto = {}));
584
- /** Runtime entities of construction kit enum 'EnergyCommunity/TaxProcedureCreditNote' */
585
- var EnergyCommunityTaxProcedureCreditNoteDto;
586
- (function (EnergyCommunityTaxProcedureCreditNoteDto) {
587
- /** The farmer tax procedure is applied, which is a reduced tax amount for farmers */
588
- EnergyCommunityTaxProcedureCreditNoteDto["FarmerTaxProcedureDto"] = "FARMER_TAX_PROCEDURE";
589
- /** No tax procedure is applied */
590
- EnergyCommunityTaxProcedureCreditNoteDto["NoTaxProcedureDto"] = "NO_TAX_PROCEDURE";
591
- /** The reverse charge procedure is applied */
592
- EnergyCommunityTaxProcedureCreditNoteDto["ReverseChargeDto"] = "REVERSE_CHARGE";
593
- /** No tax procedure is applied for small business owners */
594
- EnergyCommunityTaxProcedureCreditNoteDto["SmallBusinessOwnersDto"] = "SMALL_BUSINESS_OWNERS";
595
- })(EnergyCommunityTaxProcedureCreditNoteDto || (EnergyCommunityTaxProcedureCreditNoteDto = {}));
596
- /** Runtime entities of construction kit enum 'Environment/CarbonScope' */
597
- var EnvironmentCarbonScopeDto;
598
- (function (EnvironmentCarbonScopeDto) {
599
- EnvironmentCarbonScopeDto["Scope_1Dto"] = "SCOPE_1";
600
- EnvironmentCarbonScopeDto["Scope_2Dto"] = "SCOPE_2";
601
- EnvironmentCarbonScopeDto["Scope_3Dto"] = "SCOPE_3";
602
- })(EnvironmentCarbonScopeDto || (EnvironmentCarbonScopeDto = {}));
603
- /** Runtime entities of construction kit enum 'Environment/ComplianceCategory' */
604
- var EnvironmentComplianceCategoryDto;
605
- (function (EnvironmentComplianceCategoryDto) {
606
- EnvironmentComplianceCategoryDto["CsrdDto"] = "CSRD";
607
- EnvironmentComplianceCategoryDto["EEffGDto"] = "E_EFF_G";
608
- EnvironmentComplianceCategoryDto["Iso_50001Dto"] = "ISO_50001";
609
- EnvironmentComplianceCategoryDto["Nis_2Dto"] = "NIS_2";
610
- })(EnvironmentComplianceCategoryDto || (EnvironmentComplianceCategoryDto = {}));
611
- /** Runtime entities of construction kit enum 'Environment/ComplianceStatus' */
612
- var EnvironmentComplianceStatusDto;
613
- (function (EnvironmentComplianceStatusDto) {
614
- EnvironmentComplianceStatusDto["CompliantDto"] = "COMPLIANT";
615
- EnvironmentComplianceStatusDto["InProgressDto"] = "IN_PROGRESS";
616
- EnvironmentComplianceStatusDto["OpenDto"] = "OPEN";
617
- EnvironmentComplianceStatusDto["PassedDto"] = "PASSED";
618
- EnvironmentComplianceStatusDto["SubmittedDto"] = "SUBMITTED";
619
- })(EnvironmentComplianceStatusDto || (EnvironmentComplianceStatusDto = {}));
620
- /** Runtime entities of construction kit enum 'Environment/EnergySource' */
621
- var EnvironmentEnergySourceDto;
622
- (function (EnvironmentEnergySourceDto) {
623
- EnvironmentEnergySourceDto["BiomassDto"] = "BIOMASS";
624
- EnvironmentEnergySourceDto["GeothermalDto"] = "GEOTHERMAL";
625
- EnvironmentEnergySourceDto["HydroDto"] = "HYDRO";
626
- EnvironmentEnergySourceDto["OtherDto"] = "OTHER";
627
- EnvironmentEnergySourceDto["SolarDto"] = "SOLAR";
628
- EnvironmentEnergySourceDto["WindDto"] = "WIND";
629
- })(EnvironmentEnergySourceDto || (EnvironmentEnergySourceDto = {}));
630
- /** Runtime entities of construction kit enum 'Environment/GoalState' */
631
- var EnvironmentGoalStateDto;
632
- (function (EnvironmentGoalStateDto) {
633
- EnvironmentGoalStateDto["OffTrackDto"] = "OFF_TRACK";
634
- EnvironmentGoalStateDto["OnTrackDto"] = "ON_TRACK";
635
- })(EnvironmentGoalStateDto || (EnvironmentGoalStateDto = {}));
636
430
  /** Defines the operator of field compare */
637
431
  var FieldFilterOperatorsDto;
638
432
  (function (FieldFilterOperatorsDto) {
@@ -652,6 +446,14 @@ var FieldFilterOperatorsDto;
652
446
  FieldFilterOperatorsDto["NotEqualsDto"] = "NOT_EQUALS";
653
447
  FieldFilterOperatorsDto["NotInDto"] = "NOT_IN";
654
448
  })(FieldFilterOperatorsDto || (FieldFilterOperatorsDto = {}));
449
+ var FormulaResultTypeDto;
450
+ (function (FormulaResultTypeDto) {
451
+ FormulaResultTypeDto["BooleanDto"] = "BOOLEAN";
452
+ FormulaResultTypeDto["DateTimeDto"] = "DATE_TIME";
453
+ FormulaResultTypeDto["DoubleDto"] = "DOUBLE";
454
+ FormulaResultTypeDto["IntDto"] = "INT";
455
+ FormulaResultTypeDto["Int_64Dto"] = "INT_64";
456
+ })(FormulaResultTypeDto || (FormulaResultTypeDto = {}));
655
457
  /** Enum of graph directions */
656
458
  var GraphDirectionDto;
657
459
  (function (GraphDirectionDto) {
@@ -875,35 +677,6 @@ var IndustryMaintenanceServiceTypeDto;
875
677
  (function (IndustryMaintenanceServiceTypeDto) {
876
678
  IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
877
679
  })(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
878
- /** Runtime entities of construction kit enum 'Industry.Manufacturing/FeedbackSyncState' */
879
- var IndustryManufacturingFeedbackSyncStateDto;
880
- (function (IndustryManufacturingFeedbackSyncStateDto) {
881
- IndustryManufacturingFeedbackSyncStateDto["SyncedDto"] = "SYNCED";
882
- IndustryManufacturingFeedbackSyncStateDto["UnsyncedDto"] = "UNSYNCED";
883
- })(IndustryManufacturingFeedbackSyncStateDto || (IndustryManufacturingFeedbackSyncStateDto = {}));
884
- /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderItemState' */
885
- var IndustryManufacturingProductionOrderItemStateDto;
886
- (function (IndustryManufacturingProductionOrderItemStateDto) {
887
- IndustryManufacturingProductionOrderItemStateDto["CancelledDto"] = "CANCELLED";
888
- IndustryManufacturingProductionOrderItemStateDto["ConfirmedDto"] = "CONFIRMED";
889
- IndustryManufacturingProductionOrderItemStateDto["CreatedDto"] = "CREATED";
890
- IndustryManufacturingProductionOrderItemStateDto["DeliveredDto"] = "DELIVERED";
891
- IndustryManufacturingProductionOrderItemStateDto["InterruptedDto"] = "INTERRUPTED";
892
- IndustryManufacturingProductionOrderItemStateDto["InProgressDto"] = "IN_PROGRESS";
893
- IndustryManufacturingProductionOrderItemStateDto["PausedDto"] = "PAUSED";
894
- IndustryManufacturingProductionOrderItemStateDto["ReleasedDto"] = "RELEASED";
895
- IndustryManufacturingProductionOrderItemStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
896
- })(IndustryManufacturingProductionOrderItemStateDto || (IndustryManufacturingProductionOrderItemStateDto = {}));
897
- /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderState' */
898
- var IndustryManufacturingProductionOrderStateDto;
899
- (function (IndustryManufacturingProductionOrderStateDto) {
900
- IndustryManufacturingProductionOrderStateDto["CancelledDto"] = "CANCELLED";
901
- IndustryManufacturingProductionOrderStateDto["ConfirmedDto"] = "CONFIRMED";
902
- IndustryManufacturingProductionOrderStateDto["CreatedDto"] = "CREATED";
903
- IndustryManufacturingProductionOrderStateDto["DeliveredDto"] = "DELIVERED";
904
- IndustryManufacturingProductionOrderStateDto["ReleasedDto"] = "RELEASED";
905
- IndustryManufacturingProductionOrderStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
906
- })(IndustryManufacturingProductionOrderStateDto || (IndustryManufacturingProductionOrderStateDto = {}));
907
680
  /** Enum of the availability states of models. */
908
681
  var ModelStateDto;
909
682
  (function (ModelStateDto) {
@@ -1018,6 +791,7 @@ var SystemAiConflictModeDto;
1018
791
  var SystemAiCredentialKindDto;
1019
792
  (function (SystemAiCredentialKindDto) {
1020
793
  SystemAiCredentialKindDto["DevSshAuthorizedKeyDto"] = "DEV_SSH_AUTHORIZED_KEY";
794
+ SystemAiCredentialKindDto["EnvSecretDto"] = "ENV_SECRET";
1021
795
  SystemAiCredentialKindDto["GitHubPatDto"] = "GIT_HUB_PAT";
1022
796
  SystemAiCredentialKindDto["SshKeyDto"] = "SSH_KEY";
1023
797
  })(SystemAiCredentialKindDto || (SystemAiCredentialKindDto = {}));
@@ -1026,8 +800,10 @@ var SystemAiJobKindDto;
1026
800
  (function (SystemAiJobKindDto) {
1027
801
  SystemAiJobKindDto["AdminDto"] = "ADMIN";
1028
802
  SystemAiJobKindDto["ApplicationDto"] = "APPLICATION";
803
+ SystemAiJobKindDto["BlueprintAuthoringDto"] = "BLUEPRINT_AUTHORING";
1029
804
  SystemAiJobKindDto["DataModelDto"] = "DATA_MODEL";
1030
805
  SystemAiJobKindDto["FreeFormDto"] = "FREE_FORM";
806
+ SystemAiJobKindDto["PipelineDto"] = "PIPELINE";
1031
807
  SystemAiJobKindDto["RuntimeDataDto"] = "RUNTIME_DATA";
1032
808
  })(SystemAiJobKindDto || (SystemAiJobKindDto = {}));
1033
809
  /** Runtime entities of construction kit enum 'System.Ai/JobStatus' */
@@ -1344,6 +1120,76 @@ var SystemStreamDataCkArchiveStatusDto;
1344
1120
  /** Activation failed; manual retry required. Inserts and queries are rejected. */
1345
1121
  SystemStreamDataCkArchiveStatusDto["FailedDto"] = "FAILED";
1346
1122
  })(SystemStreamDataCkArchiveStatusDto || (SystemStreamDataCkArchiveStatusDto = {}));
1123
+ /** Runtime entities of construction kit enum 'System.StreamData/CkComputedColumnResultType' */
1124
+ var SystemStreamDataCkComputedColumnResultTypeDto;
1125
+ (function (SystemStreamDataCkComputedColumnResultTypeDto) {
1126
+ /** Non-zero result is true. Stored as BOOLEAN. */
1127
+ SystemStreamDataCkComputedColumnResultTypeDto["BooleanDto"] = "BOOLEAN";
1128
+ /** Result interpreted as ticks. Stored as TIMESTAMP WITH TIME ZONE. */
1129
+ SystemStreamDataCkComputedColumnResultTypeDto["DateTimeDto"] = "DATE_TIME";
1130
+ /** Stored as DOUBLE PRECISION. */
1131
+ SystemStreamDataCkComputedColumnResultTypeDto["DoubleDto"] = "DOUBLE";
1132
+ /** Result truncated to a 32-bit integer. Stored as INTEGER. */
1133
+ SystemStreamDataCkComputedColumnResultTypeDto["IntDto"] = "INT";
1134
+ /** Result truncated to a 64-bit integer. Stored as BIGINT. */
1135
+ SystemStreamDataCkComputedColumnResultTypeDto["Int_64Dto"] = "INT_64";
1136
+ })(SystemStreamDataCkComputedColumnResultTypeDto || (SystemStreamDataCkComputedColumnResultTypeDto = {}));
1137
+ /** Runtime entities of construction kit enum 'System.StreamData/CkComputedColumnState' */
1138
+ var SystemStreamDataCkComputedColumnStateDto;
1139
+ (function (SystemStreamDataCkComputedColumnStateDto) {
1140
+ /** The computed column is live: new rows include the value on ingest and readers see it. */
1141
+ SystemStreamDataCkComputedColumnStateDto["ActiveDto"] = "ACTIVE";
1142
+ /** The backfill is running. Consumers still see the previous archive state until it completes and is committed atomically. */
1143
+ SystemStreamDataCkComputedColumnStateDto["BackfillingDto"] = "BACKFILLING";
1144
+ /** The backfill failed mid-run. The previous archive state is intact; consumers never see partial computed data. */
1145
+ SystemStreamDataCkComputedColumnStateDto["FailedDto"] = "FAILED";
1146
+ /** A backfill has been scheduled for this computed column but has not started yet. Consumers still see the previous archive state. */
1147
+ SystemStreamDataCkComputedColumnStateDto["PendingDto"] = "PENDING";
1148
+ })(SystemStreamDataCkComputedColumnStateDto || (SystemStreamDataCkComputedColumnStateDto = {}));
1149
+ /** Runtime entities of construction kit enum 'System.StreamData/CkRecomputeChangeKind' */
1150
+ var SystemStreamDataCkRecomputeChangeKindDto;
1151
+ (function (SystemStreamDataCkRecomputeChangeKindDto) {
1152
+ /** A forward write at or after the high-water mark already consumed by dependents. Does not, by itself, make a dependent stale. */
1153
+ SystemStreamDataCkRecomputeChangeKindDto["AppendDto"] = "APPEND";
1154
+ /** A write into a window at or before the consumed high-water mark (correction, late value, re-ingest). Marks the covering window dirty so dependents are recomputed. */
1155
+ SystemStreamDataCkRecomputeChangeKindDto["RetroactiveModifyDto"] = "RETROACTIVE_MODIFY";
1156
+ })(SystemStreamDataCkRecomputeChangeKindDto || (SystemStreamDataCkRecomputeChangeKindDto = {}));
1157
+ /** Runtime entities of construction kit enum 'System.StreamData/CkRecomputeChangeSource' */
1158
+ var SystemStreamDataCkRecomputeChangeSourceDto;
1159
+ (function (SystemStreamDataCkRecomputeChangeSourceDto) {
1160
+ /** A bulk archive-data import wrote the change. */
1161
+ SystemStreamDataCkRecomputeChangeSourceDto["ImportDto"] = "IMPORT";
1162
+ /** An operator changed the data directly (manual correction). */
1163
+ SystemStreamDataCkRecomputeChangeSourceDto["ManualDto"] = "MANUAL";
1164
+ /** A mesh-adapter pipeline re-ingested or corrected the data (e.g. a corrected DATEN_CRMSG from EDA). */
1165
+ SystemStreamDataCkRecomputeChangeSourceDto["PipelineDto"] = "PIPELINE";
1166
+ })(SystemStreamDataCkRecomputeChangeSourceDto || (SystemStreamDataCkRecomputeChangeSourceDto = {}));
1167
+ /** Runtime entities of construction kit enum 'System.StreamData/CkRecomputeJobState' */
1168
+ var SystemStreamDataCkRecomputeJobStateDto;
1169
+ (function (SystemStreamDataCkRecomputeJobStateDto) {
1170
+ /** The triggering request was merged into an already-active job for the same archive (its range was folded into that job). */
1171
+ SystemStreamDataCkRecomputeJobStateDto["CoalescedDto"] = "COALESCED";
1172
+ /** The recompute committed atomically; readers now see the new values. */
1173
+ SystemStreamDataCkRecomputeJobStateDto["CompletedDto"] = "COMPLETED";
1174
+ /** The job failed before committing. Staging is discarded; the previous archive state is intact and consumers never saw a partial result. */
1175
+ SystemStreamDataCkRecomputeJobStateDto["FailedDto"] = "FAILED";
1176
+ /** The job is scheduled but compute has not started yet. */
1177
+ SystemStreamDataCkRecomputeJobStateDto["PendingDto"] = "PENDING";
1178
+ /** Recomputed buckets are being written into the per-job staging table. Readers still see the previous state. */
1179
+ SystemStreamDataCkRecomputeJobStateDto["RunningDto"] = "RUNNING";
1180
+ /** Staging is complete and the atomic commit (full-archive SWAP TABLE or per-window generation-pointer flip) is in progress. */
1181
+ SystemStreamDataCkRecomputeJobStateDto["SwappingDto"] = "SWAPPING";
1182
+ })(SystemStreamDataCkRecomputeJobStateDto || (SystemStreamDataCkRecomputeJobStateDto = {}));
1183
+ /** Runtime entities of construction kit enum 'System.StreamData/CkRecomputeTrigger' */
1184
+ var SystemStreamDataCkRecomputeTriggerDto;
1185
+ (function (SystemStreamDataCkRecomputeTriggerDto) {
1186
+ /** A successful recompute of an upstream archive marked this archive dirty and propagated downstream. */
1187
+ SystemStreamDataCkRecomputeTriggerDto["ChainPropagationDto"] = "CHAIN_PROPAGATION";
1188
+ /** An operator forced the recompute via API / admin UI / octo-cli. */
1189
+ SystemStreamDataCkRecomputeTriggerDto["ManualDto"] = "MANUAL";
1190
+ /** The recompute orchestrator picked up dirty windows on its scheduled tick. */
1191
+ SystemStreamDataCkRecomputeTriggerDto["PeriodicDto"] = "PERIODIC";
1192
+ })(SystemStreamDataCkRecomputeTriggerDto || (SystemStreamDataCkRecomputeTriggerDto = {}));
1347
1193
  /** Runtime entities of construction kit enum 'System.StreamData/CkRollupFunction' */
1348
1194
  var SystemStreamDataCkRollupFunctionDto;
1349
1195
  (function (SystemStreamDataCkRollupFunctionDto) {
@@ -1372,7 +1218,6 @@ const result = {
1372
1218
  "possibleTypes": {
1373
1219
  "BasicAsset_EventSourceUnion": [
1374
1220
  "BasicAsset",
1375
- "EnvironmentWasteMeter",
1376
1221
  "IndustryBasicMachine",
1377
1222
  "IndustryEnergyEnergyConsumer",
1378
1223
  "IndustryEnergyEnergyMeter",
@@ -1394,34 +1239,9 @@ const result = {
1394
1239
  "BasicCountry",
1395
1240
  "BasicDistrict",
1396
1241
  "BasicEmployee",
1397
- "BasicEnergyConsumer",
1398
- "BasicEnergyEdaMessage",
1399
- "BasicEnergyEdaMeteringPoint",
1400
- "BasicEnergyEdaProcess",
1401
- "BasicEnergyEnergyMeasurement",
1402
- "BasicEnergyOperatingFacility",
1403
- "BasicEnergyProducer",
1404
1242
  "BasicState",
1405
1243
  "BasicTree",
1406
1244
  "BasicTreeNode",
1407
- "EnergyCommunityBillingDocument",
1408
- "EnergyCommunityBillingDocumentLineItem",
1409
- "EnergyCommunityConsumer",
1410
- "EnergyCommunityCustomer",
1411
- "EnergyCommunityEdaMessage",
1412
- "EnergyCommunityEdaMeteringPoint",
1413
- "EnergyCommunityEdaProcess",
1414
- "EnergyCommunityEnergyPrice",
1415
- "EnergyCommunityEnergyQuantity",
1416
- "EnergyCommunityOperatingFacility",
1417
- "EnergyCommunityParticipationPeriod",
1418
- "EnergyCommunityProducer",
1419
- "EnvironmentCarbonBudget",
1420
- "EnvironmentCarbonEmission",
1421
- "EnvironmentCertificateOfOrigin",
1422
- "EnvironmentComplianceRecord",
1423
- "EnvironmentEnvironmentalGoal",
1424
- "EnvironmentWasteMeter",
1425
1245
  "IndustryBasicAlarm",
1426
1246
  "IndustryBasicEvent",
1427
1247
  "IndustryBasicMachine",
@@ -1448,13 +1268,6 @@ const result = {
1448
1268
  "IndustryMaintenanceOrderCosts",
1449
1269
  "IndustryMaintenanceOrderFeedback",
1450
1270
  "IndustryMaintenanceWorkplace",
1451
- "IndustryManufacturingPartialFeedback",
1452
- "IndustryManufacturingProductionOrder",
1453
- "IndustryManufacturingProductionOrderItem",
1454
- "IndustryManufacturingShift",
1455
- "IndustryManufacturingShiftMachine",
1456
- "IndustryManufacturingShiftOrderItem",
1457
- "IndustryManufacturingShiftTemplate",
1458
1271
  "OctoSdkDemoCustomer",
1459
1272
  "OctoSdkDemoMeteringPoint",
1460
1273
  "OctoSdkDemoOperatingFacility",
@@ -1512,13 +1325,13 @@ const result = {
1512
1325
  "SystemIdentityAzureEntraIdIdentityProvider",
1513
1326
  "SystemIdentityClient",
1514
1327
  "SystemIdentityClientMirror",
1328
+ "SystemIdentityDataProtectionKey",
1515
1329
  "SystemIdentityEmailDomainGroupRule",
1516
1330
  "SystemIdentityExternalTenantUserMapping",
1517
1331
  "SystemIdentityFacebookIdentityProvider",
1518
1332
  "SystemIdentityGoogleIdentityProvider",
1519
1333
  "SystemIdentityGroup",
1520
1334
  "SystemIdentityIdentityResource",
1521
- "SystemIdentityMailNotificationConfiguration",
1522
1335
  "SystemIdentityMicrosoftAdIdentityProvider",
1523
1336
  "SystemIdentityMicrosoftIdentityProvider",
1524
1337
  "SystemIdentityOctoTenantIdentityProvider",
@@ -1527,10 +1340,12 @@ const result = {
1527
1340
  "SystemIdentityPermissionRole",
1528
1341
  "SystemIdentityPersistedGrant",
1529
1342
  "SystemIdentityRole",
1343
+ "SystemIdentityServerSideSession",
1530
1344
  "SystemIdentityUser",
1531
1345
  "SystemMigrationHistory",
1532
1346
  "SystemNotificationCssTemplateConfiguration",
1533
1347
  "SystemNotificationEvent",
1348
+ "SystemNotificationMailNotificationConfiguration",
1534
1349
  "SystemNotificationNotificationTemplate",
1535
1350
  "SystemNotificationStatefulEvent",
1536
1351
  "SystemReportingConnectionInfo",
@@ -1540,6 +1355,7 @@ const result = {
1540
1355
  "SystemSimpleRtQuery",
1541
1356
  "SystemSimpleSdQuery",
1542
1357
  "SystemStreamDataRawArchive",
1358
+ "SystemStreamDataRecomputeJob",
1543
1359
  "SystemStreamDataRollupArchive",
1544
1360
  "SystemStreamDataTimeRangeArchive",
1545
1361
  "SystemTenant",
@@ -1552,108 +1368,22 @@ const result = {
1552
1368
  "SystemUISymbolDefinition",
1553
1369
  "SystemUISymbolLibrary"
1554
1370
  ],
1555
- "BasicDocumentInterface": [
1556
- "EnergyCommunityBillingDocument"
1557
- ],
1558
- "BasicEmployee_EmployeeUnion": [
1559
- "BasicEmployee"
1560
- ],
1561
- "BasicEmployee_EmployeesUnion": [
1562
- "BasicEmployee"
1563
- ],
1564
- "BasicEnergyEdaMessage_MessagesUnion": [
1565
- "BasicEnergyEdaMessage"
1566
- ],
1567
- "BasicEnergyEdaProcess_ProcessUnion": [
1568
- "BasicEnergyEdaProcess"
1569
- ],
1570
- "BasicEnergyEnergyMeasurement_ChildrenUnion": [
1571
- "BasicEnergyEnergyMeasurement"
1572
- ],
1573
- "BasicEnergyMeteringPointInterface": [
1574
- "BasicEnergyConsumer",
1575
- "BasicEnergyProducer"
1576
- ],
1577
- "BasicEnergyMeteringPoint_ChildrenUnion": [
1578
- "BasicAsset",
1579
- "BasicCity",
1580
- "BasicCountry",
1581
- "BasicDistrict",
1582
- "BasicEnergyConsumer",
1583
- "BasicEnergyOperatingFacility",
1584
- "BasicEnergyProducer",
1585
- "BasicState",
1586
- "BasicTreeNode",
1587
- "EnergyCommunityOperatingFacility",
1588
- "EnvironmentCarbonBudget",
1589
- "EnvironmentCarbonEmission",
1590
- "EnvironmentCertificateOfOrigin",
1591
- "EnvironmentComplianceRecord",
1592
- "EnvironmentEnvironmentalGoal",
1593
- "EnvironmentWasteMeter",
1594
- "IndustryBasicMachine",
1595
- "IndustryEnergyDemandResponseEvent",
1596
- "IndustryEnergyEnergyConsumer",
1597
- "IndustryEnergyEnergyCost",
1598
- "IndustryEnergyEnergyForecast",
1599
- "IndustryEnergyEnergyMeter",
1600
- "IndustryEnergyEnergyPerformanceIndicator",
1601
- "IndustryEnergyEnergyStorage",
1602
- "IndustryEnergyInverter",
1603
- "IndustryEnergyPhotovoltaicSystem",
1604
- "IndustryEnergyPhotovoltaicSystemModule",
1605
- "IndustryEnergyPhotovoltaicSystemString",
1606
- "IndustryFluidHeatMeter",
1607
- "IndustryFluidWaterMeter",
1608
- "IndustryMaintenanceCostCenter",
1609
- "IndustryMaintenanceEmployee",
1610
- "IndustryMaintenanceWorkplace",
1611
- "OctoSdkDemoMeteringPoint",
1612
- "OctoSdkDemoOperatingFacility"
1613
- ],
1614
- "BasicEnergyMeteringPoint_ParentUnion": [
1615
- "BasicEnergyConsumer",
1616
- "BasicEnergyProducer"
1617
- ],
1618
- "BasicEnergyOperatingFacility_ParentUnion": [
1619
- "BasicEnergyOperatingFacility"
1620
- ],
1371
+ "BasicDocumentInterface": [],
1621
1372
  "BasicNamedEntityInterface": [
1622
- "BasicEnergyConsumer",
1623
- "BasicEnergyEdaProcess",
1624
- "BasicEnergyMeteringPoint",
1625
- "BasicEnergyProducer",
1626
1373
  "BasicTree",
1627
- "EnergyCommunityConsumer",
1628
- "EnergyCommunityEdaProcess",
1629
- "EnergyCommunityMeteringPoint",
1630
- "EnergyCommunityProducer",
1631
- "EnvironmentCarbonBudget",
1632
- "EnvironmentCertificateOfOrigin",
1633
- "EnvironmentComplianceRecord",
1634
- "EnvironmentEnvironmentalGoal",
1635
1374
  "IndustryBasicAlarm",
1636
1375
  "IndustryBasicEvent",
1637
1376
  "IndustryBasicRuntimeVariable",
1638
1377
  "IndustryEnergyDemandResponseEvent",
1639
- "IndustryEnergyEnergyPerformanceIndicator",
1640
- "IndustryManufacturingShiftTemplate"
1378
+ "IndustryEnergyEnergyPerformanceIndicator"
1641
1379
  ],
1642
1380
  "BasicTreeNode_ChildrenUnion": [
1643
1381
  "BasicAsset",
1644
1382
  "BasicCity",
1645
1383
  "BasicCountry",
1646
1384
  "BasicDistrict",
1647
- "BasicEnergyOperatingFacility",
1648
1385
  "BasicState",
1649
1386
  "BasicTreeNode",
1650
- "EnergyCommunityOperatingFacility",
1651
- "EnvironmentCarbonBudget",
1652
- "EnvironmentCarbonEmission",
1653
- "EnvironmentCertificateOfOrigin",
1654
- "EnvironmentComplianceRecord",
1655
- "EnvironmentEnvironmentalGoal",
1656
- "EnvironmentWasteMeter",
1657
1387
  "IndustryBasicMachine",
1658
1388
  "IndustryEnergyDemandResponseEvent",
1659
1389
  "IndustryEnergyEnergyConsumer",
@@ -1679,11 +1409,8 @@ const result = {
1679
1409
  "BasicCity",
1680
1410
  "BasicCountry",
1681
1411
  "BasicDistrict",
1682
- "BasicEnergyOperatingFacility",
1683
1412
  "BasicState",
1684
1413
  "BasicTreeNode",
1685
- "EnergyCommunityOperatingFacility",
1686
- "EnvironmentWasteMeter",
1687
1414
  "IndustryBasicMachine",
1688
1415
  "IndustryEnergyEnergyConsumer",
1689
1416
  "IndustryEnergyEnergyMeter",
@@ -1705,11 +1432,8 @@ const result = {
1705
1432
  "BasicCity",
1706
1433
  "BasicCountry",
1707
1434
  "BasicDistrict",
1708
- "BasicEnergyOperatingFacility",
1709
1435
  "BasicState",
1710
1436
  "BasicTreeNode",
1711
- "EnergyCommunityOperatingFacility",
1712
- "EnvironmentWasteMeter",
1713
1437
  "IndustryBasicMachine",
1714
1438
  "IndustryEnergyEnergyConsumer",
1715
1439
  "IndustryEnergyEnergyMeter",
@@ -1732,34 +1456,9 @@ const result = {
1732
1456
  "BasicCountry",
1733
1457
  "BasicDistrict",
1734
1458
  "BasicEmployee",
1735
- "BasicEnergyConsumer",
1736
- "BasicEnergyEdaMessage",
1737
- "BasicEnergyEdaMeteringPoint",
1738
- "BasicEnergyEdaProcess",
1739
- "BasicEnergyEnergyMeasurement",
1740
- "BasicEnergyOperatingFacility",
1741
- "BasicEnergyProducer",
1742
1459
  "BasicState",
1743
1460
  "BasicTree",
1744
1461
  "BasicTreeNode",
1745
- "EnergyCommunityBillingDocument",
1746
- "EnergyCommunityBillingDocumentLineItem",
1747
- "EnergyCommunityConsumer",
1748
- "EnergyCommunityCustomer",
1749
- "EnergyCommunityEdaMessage",
1750
- "EnergyCommunityEdaMeteringPoint",
1751
- "EnergyCommunityEdaProcess",
1752
- "EnergyCommunityEnergyPrice",
1753
- "EnergyCommunityEnergyQuantity",
1754
- "EnergyCommunityOperatingFacility",
1755
- "EnergyCommunityParticipationPeriod",
1756
- "EnergyCommunityProducer",
1757
- "EnvironmentCarbonBudget",
1758
- "EnvironmentCarbonEmission",
1759
- "EnvironmentCertificateOfOrigin",
1760
- "EnvironmentComplianceRecord",
1761
- "EnvironmentEnvironmentalGoal",
1762
- "EnvironmentWasteMeter",
1763
1462
  "IndustryBasicAlarm",
1764
1463
  "IndustryBasicEvent",
1765
1464
  "IndustryBasicMachine",
@@ -1786,13 +1485,6 @@ const result = {
1786
1485
  "IndustryMaintenanceOrderCosts",
1787
1486
  "IndustryMaintenanceOrderFeedback",
1788
1487
  "IndustryMaintenanceWorkplace",
1789
- "IndustryManufacturingPartialFeedback",
1790
- "IndustryManufacturingProductionOrder",
1791
- "IndustryManufacturingProductionOrderItem",
1792
- "IndustryManufacturingShift",
1793
- "IndustryManufacturingShiftMachine",
1794
- "IndustryManufacturingShiftOrderItem",
1795
- "IndustryManufacturingShiftTemplate",
1796
1488
  "OctoSdkDemoCustomer",
1797
1489
  "OctoSdkDemoMeteringPoint",
1798
1490
  "OctoSdkDemoOperatingFacility",
@@ -1850,13 +1542,13 @@ const result = {
1850
1542
  "SystemIdentityAzureEntraIdIdentityProvider",
1851
1543
  "SystemIdentityClient",
1852
1544
  "SystemIdentityClientMirror",
1545
+ "SystemIdentityDataProtectionKey",
1853
1546
  "SystemIdentityEmailDomainGroupRule",
1854
1547
  "SystemIdentityExternalTenantUserMapping",
1855
1548
  "SystemIdentityFacebookIdentityProvider",
1856
1549
  "SystemIdentityGoogleIdentityProvider",
1857
1550
  "SystemIdentityGroup",
1858
1551
  "SystemIdentityIdentityResource",
1859
- "SystemIdentityMailNotificationConfiguration",
1860
1552
  "SystemIdentityMicrosoftAdIdentityProvider",
1861
1553
  "SystemIdentityMicrosoftIdentityProvider",
1862
1554
  "SystemIdentityOctoTenantIdentityProvider",
@@ -1865,10 +1557,12 @@ const result = {
1865
1557
  "SystemIdentityPermissionRole",
1866
1558
  "SystemIdentityPersistedGrant",
1867
1559
  "SystemIdentityRole",
1560
+ "SystemIdentityServerSideSession",
1868
1561
  "SystemIdentityUser",
1869
1562
  "SystemMigrationHistory",
1870
1563
  "SystemNotificationCssTemplateConfiguration",
1871
1564
  "SystemNotificationEvent",
1565
+ "SystemNotificationMailNotificationConfiguration",
1872
1566
  "SystemNotificationNotificationTemplate",
1873
1567
  "SystemNotificationStatefulEvent",
1874
1568
  "SystemReportingConnectionInfo",
@@ -1878,6 +1572,7 @@ const result = {
1878
1572
  "SystemSimpleRtQuery",
1879
1573
  "SystemSimpleSdQuery",
1880
1574
  "SystemStreamDataRawArchive",
1575
+ "SystemStreamDataRecomputeJob",
1881
1576
  "SystemStreamDataRollupArchive",
1882
1577
  "SystemStreamDataTimeRangeArchive",
1883
1578
  "SystemTenant",
@@ -1895,12 +1590,9 @@ const result = {
1895
1590
  "BasicCity",
1896
1591
  "BasicCountry",
1897
1592
  "BasicDistrict",
1898
- "BasicEnergyOperatingFacility",
1899
1593
  "BasicState",
1900
1594
  "BasicTree",
1901
1595
  "BasicTreeNode",
1902
- "EnergyCommunityOperatingFacility",
1903
- "EnvironmentWasteMeter",
1904
1596
  "IndustryBasicMachine",
1905
1597
  "IndustryEnergyEnergyConsumer",
1906
1598
  "IndustryEnergyEnergyMeter",
@@ -1917,97 +1609,6 @@ const result = {
1917
1609
  "OctoSdkDemoMeteringPoint",
1918
1610
  "OctoSdkDemoOperatingFacility"
1919
1611
  ],
1920
- "EnergyCommunityBillingDocumentLineItem_BillingUnion": [
1921
- "EnergyCommunityBillingDocumentLineItem"
1922
- ],
1923
- "EnergyCommunityBillingDocumentLineItem_BillingsUnion": [
1924
- "EnergyCommunityBillingDocumentLineItem"
1925
- ],
1926
- "EnergyCommunityBillingDocumentLineItem_ChildrenUnion": [
1927
- "EnergyCommunityBillingDocumentLineItem"
1928
- ],
1929
- "EnergyCommunityBillingDocument_BillingUnion": [
1930
- "EnergyCommunityBillingDocument"
1931
- ],
1932
- "EnergyCommunityBillingDocument_ParentUnion": [
1933
- "EnergyCommunityBillingDocument"
1934
- ],
1935
- "EnergyCommunityCustomer_AssignedToUnion": [
1936
- "EnergyCommunityCustomer"
1937
- ],
1938
- "EnergyCommunityCustomer_CustomerUnion": [
1939
- "EnergyCommunityCustomer"
1940
- ],
1941
- "EnergyCommunityEdaMessage_MessagesUnion": [
1942
- "EnergyCommunityEdaMessage"
1943
- ],
1944
- "EnergyCommunityEdaProcess_ProcessUnion": [
1945
- "EnergyCommunityEdaProcess"
1946
- ],
1947
- "EnergyCommunityEnergyQuantity_AssignedToUnion": [
1948
- "EnergyCommunityEnergyQuantity"
1949
- ],
1950
- "EnergyCommunityEnergyQuantity_ChildrenUnion": [
1951
- "EnergyCommunityEnergyQuantity"
1952
- ],
1953
- "EnergyCommunityMeteringPointInterface": [
1954
- "EnergyCommunityConsumer",
1955
- "EnergyCommunityProducer"
1956
- ],
1957
- "EnergyCommunityMeteringPoint_ChildrenUnion": [
1958
- "BasicAsset",
1959
- "BasicCity",
1960
- "BasicCountry",
1961
- "BasicDistrict",
1962
- "BasicEnergyOperatingFacility",
1963
- "BasicState",
1964
- "BasicTreeNode",
1965
- "EnergyCommunityConsumer",
1966
- "EnergyCommunityOperatingFacility",
1967
- "EnergyCommunityProducer",
1968
- "EnvironmentCarbonBudget",
1969
- "EnvironmentCarbonEmission",
1970
- "EnvironmentCertificateOfOrigin",
1971
- "EnvironmentComplianceRecord",
1972
- "EnvironmentEnvironmentalGoal",
1973
- "EnvironmentWasteMeter",
1974
- "IndustryBasicMachine",
1975
- "IndustryEnergyDemandResponseEvent",
1976
- "IndustryEnergyEnergyConsumer",
1977
- "IndustryEnergyEnergyCost",
1978
- "IndustryEnergyEnergyForecast",
1979
- "IndustryEnergyEnergyMeter",
1980
- "IndustryEnergyEnergyPerformanceIndicator",
1981
- "IndustryEnergyEnergyStorage",
1982
- "IndustryEnergyInverter",
1983
- "IndustryEnergyPhotovoltaicSystem",
1984
- "IndustryEnergyPhotovoltaicSystemModule",
1985
- "IndustryEnergyPhotovoltaicSystemString",
1986
- "IndustryFluidHeatMeter",
1987
- "IndustryFluidWaterMeter",
1988
- "IndustryMaintenanceCostCenter",
1989
- "IndustryMaintenanceEmployee",
1990
- "IndustryMaintenanceWorkplace",
1991
- "OctoSdkDemoMeteringPoint",
1992
- "OctoSdkDemoOperatingFacility"
1993
- ],
1994
- "EnergyCommunityMeteringPoint_MeteringPointUnion": [
1995
- "EnergyCommunityConsumer",
1996
- "EnergyCommunityProducer"
1997
- ],
1998
- "EnergyCommunityMeteringPoint_ParentUnion": [
1999
- "EnergyCommunityConsumer",
2000
- "EnergyCommunityProducer"
2001
- ],
2002
- "EnergyCommunityOperatingFacility_FacilitiesUnion": [
2003
- "EnergyCommunityOperatingFacility"
2004
- ],
2005
- "EnergyCommunityOperatingFacility_ParentUnion": [
2006
- "EnergyCommunityOperatingFacility"
2007
- ],
2008
- "EnergyCommunityParticipationPeriod_PeriodsUnion": [
2009
- "EnergyCommunityParticipationPeriod"
2010
- ],
2011
1612
  "IndustryBasicEvent_EventUnion": [
2012
1613
  "IndustryBasicAlarm",
2013
1614
  "IndustryBasicEvent"
@@ -2066,43 +1667,6 @@ const result = {
2066
1667
  "IndustryMaintenanceOrder_ParentUnion": [
2067
1668
  "IndustryMaintenanceOrder"
2068
1669
  ],
2069
- "IndustryManufacturingPartialFeedback_ChildrenUnion": [
2070
- "IndustryManufacturingPartialFeedback"
2071
- ],
2072
- "IndustryManufacturingPartialFeedback_PartialFeedbacksUnion": [
2073
- "IndustryManufacturingPartialFeedback"
2074
- ],
2075
- "IndustryManufacturingProductionOrderItem_ChildrenUnion": [
2076
- "IndustryManufacturingProductionOrderItem"
2077
- ],
2078
- "IndustryManufacturingProductionOrderItem_OrderItemsUnion": [
2079
- "IndustryManufacturingProductionOrderItem"
2080
- ],
2081
- "IndustryManufacturingProductionOrderItem_ProductionOrderItemUnion": [
2082
- "IndustryManufacturingProductionOrderItem"
2083
- ],
2084
- "IndustryManufacturingProductionOrder_ParentUnion": [
2085
- "IndustryManufacturingProductionOrder"
2086
- ],
2087
- "IndustryManufacturingShiftMachine_ChildrenUnion": [
2088
- "IndustryManufacturingShiftMachine",
2089
- "IndustryManufacturingShiftOrderItem"
2090
- ],
2091
- "IndustryManufacturingShiftMachine_ShiftAssignmentsUnion": [
2092
- "IndustryManufacturingShiftMachine"
2093
- ],
2094
- "IndustryManufacturingShiftMachine_ShiftMachinesUnion": [
2095
- "IndustryManufacturingShiftMachine"
2096
- ],
2097
- "IndustryManufacturingShiftOrderItem_ParentUnion": [
2098
- "IndustryManufacturingShiftOrderItem"
2099
- ],
2100
- "IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnion": [
2101
- "IndustryManufacturingShiftOrderItem"
2102
- ],
2103
- "IndustryManufacturingShift_ParentUnion": [
2104
- "IndustryManufacturingShift"
2105
- ],
2106
1670
  "OctoSdkDemoCustomer_OwnedByUnion": [
2107
1671
  "OctoSdkDemoCustomer"
2108
1672
  ],
@@ -2225,8 +1789,8 @@ const result = {
2225
1789
  "SystemCommunicationSapConfiguration",
2226
1790
  "SystemCommunicationServiceAccountConfiguration",
2227
1791
  "SystemCommunicationSftpConfiguration",
2228
- "SystemIdentityMailNotificationConfiguration",
2229
1792
  "SystemNotificationCssTemplateConfiguration",
1793
+ "SystemNotificationMailNotificationConfiguration",
2230
1794
  "SystemReportingConnectionInfo",
2231
1795
  "SystemTenantConfiguration",
2232
1796
  "SystemTenantModeConfiguration"
@@ -2252,8 +1816,8 @@ const result = {
2252
1816
  "SystemCommunicationSapConfiguration",
2253
1817
  "SystemCommunicationServiceAccountConfiguration",
2254
1818
  "SystemCommunicationSftpConfiguration",
2255
- "SystemIdentityMailNotificationConfiguration",
2256
1819
  "SystemNotificationCssTemplateConfiguration",
1820
+ "SystemNotificationMailNotificationConfiguration",
2257
1821
  "SystemReportingConnectionInfo",
2258
1822
  "SystemTenantConfiguration",
2259
1823
  "SystemTenantModeConfiguration"
@@ -2261,32 +1825,8 @@ const result = {
2261
1825
  "SystemEntityInterface": [
2262
1826
  "BasicDocument",
2263
1827
  "BasicEmployee",
2264
- "BasicEnergyConsumer",
2265
- "BasicEnergyEdaMessage",
2266
- "BasicEnergyEdaMeteringPoint",
2267
- "BasicEnergyEdaProcess",
2268
- "BasicEnergyEnergyMeasurement",
2269
- "BasicEnergyMeteringPoint",
2270
- "BasicEnergyProducer",
2271
1828
  "BasicNamedEntity",
2272
1829
  "BasicTree",
2273
- "EnergyCommunityBillingDocument",
2274
- "EnergyCommunityBillingDocumentLineItem",
2275
- "EnergyCommunityConsumer",
2276
- "EnergyCommunityCustomer",
2277
- "EnergyCommunityEdaMessage",
2278
- "EnergyCommunityEdaMeteringPoint",
2279
- "EnergyCommunityEdaProcess",
2280
- "EnergyCommunityEnergyPrice",
2281
- "EnergyCommunityEnergyQuantity",
2282
- "EnergyCommunityMeteringPoint",
2283
- "EnergyCommunityParticipationPeriod",
2284
- "EnergyCommunityProducer",
2285
- "EnvironmentCarbonBudget",
2286
- "EnvironmentCarbonEmission",
2287
- "EnvironmentCertificateOfOrigin",
2288
- "EnvironmentComplianceRecord",
2289
- "EnvironmentEnvironmentalGoal",
2290
1830
  "IndustryBasicAlarm",
2291
1831
  "IndustryBasicEvent",
2292
1832
  "IndustryBasicRuntimeVariable",
@@ -2300,13 +1840,6 @@ const result = {
2300
1840
  "IndustryMaintenanceOrder",
2301
1841
  "IndustryMaintenanceOrderCosts",
2302
1842
  "IndustryMaintenanceOrderFeedback",
2303
- "IndustryManufacturingPartialFeedback",
2304
- "IndustryManufacturingProductionOrder",
2305
- "IndustryManufacturingProductionOrderItem",
2306
- "IndustryManufacturingShift",
2307
- "IndustryManufacturingShiftMachine",
2308
- "IndustryManufacturingShiftOrderItem",
2309
- "IndustryManufacturingShiftTemplate",
2310
1843
  "OctoSdkDemoCustomer",
2311
1844
  "SystemAggregationRtQuery",
2312
1845
  "SystemAggregationSdQuery",
@@ -2365,6 +1898,7 @@ const result = {
2365
1898
  "SystemIdentityAzureEntraIdIdentityProvider",
2366
1899
  "SystemIdentityClient",
2367
1900
  "SystemIdentityClientMirror",
1901
+ "SystemIdentityDataProtectionKey",
2368
1902
  "SystemIdentityEmailDomainGroupRule",
2369
1903
  "SystemIdentityExternalTenantUserMapping",
2370
1904
  "SystemIdentityFacebookIdentityProvider",
@@ -2372,7 +1906,6 @@ const result = {
2372
1906
  "SystemIdentityGroup",
2373
1907
  "SystemIdentityIdentityProvider",
2374
1908
  "SystemIdentityIdentityResource",
2375
- "SystemIdentityMailNotificationConfiguration",
2376
1909
  "SystemIdentityMicrosoftAdIdentityProvider",
2377
1910
  "SystemIdentityMicrosoftIdentityProvider",
2378
1911
  "SystemIdentityOctoTenantIdentityProvider",
@@ -2382,10 +1915,12 @@ const result = {
2382
1915
  "SystemIdentityPersistedGrant",
2383
1916
  "SystemIdentityResource",
2384
1917
  "SystemIdentityRole",
1918
+ "SystemIdentityServerSideSession",
2385
1919
  "SystemIdentityUser",
2386
1920
  "SystemMigrationHistory",
2387
1921
  "SystemNotificationCssTemplateConfiguration",
2388
1922
  "SystemNotificationEvent",
1923
+ "SystemNotificationMailNotificationConfiguration",
2389
1924
  "SystemNotificationNotificationTemplate",
2390
1925
  "SystemNotificationStatefulEvent",
2391
1926
  "SystemPersistentQuery",
@@ -2400,6 +1935,7 @@ const result = {
2400
1935
  "SystemStreamDataArchive",
2401
1936
  "SystemStreamDataQuery",
2402
1937
  "SystemStreamDataRawArchive",
1938
+ "SystemStreamDataRecomputeJob",
2403
1939
  "SystemStreamDataRollupArchive",
2404
1940
  "SystemStreamDataTimeRangeArchive",
2405
1941
  "SystemTenant",
@@ -2419,34 +1955,9 @@ const result = {
2419
1955
  "BasicCountry",
2420
1956
  "BasicDistrict",
2421
1957
  "BasicEmployee",
2422
- "BasicEnergyConsumer",
2423
- "BasicEnergyEdaMessage",
2424
- "BasicEnergyEdaMeteringPoint",
2425
- "BasicEnergyEdaProcess",
2426
- "BasicEnergyEnergyMeasurement",
2427
- "BasicEnergyOperatingFacility",
2428
- "BasicEnergyProducer",
2429
1958
  "BasicState",
2430
1959
  "BasicTree",
2431
1960
  "BasicTreeNode",
2432
- "EnergyCommunityBillingDocument",
2433
- "EnergyCommunityBillingDocumentLineItem",
2434
- "EnergyCommunityConsumer",
2435
- "EnergyCommunityCustomer",
2436
- "EnergyCommunityEdaMessage",
2437
- "EnergyCommunityEdaMeteringPoint",
2438
- "EnergyCommunityEdaProcess",
2439
- "EnergyCommunityEnergyPrice",
2440
- "EnergyCommunityEnergyQuantity",
2441
- "EnergyCommunityOperatingFacility",
2442
- "EnergyCommunityParticipationPeriod",
2443
- "EnergyCommunityProducer",
2444
- "EnvironmentCarbonBudget",
2445
- "EnvironmentCarbonEmission",
2446
- "EnvironmentCertificateOfOrigin",
2447
- "EnvironmentComplianceRecord",
2448
- "EnvironmentEnvironmentalGoal",
2449
- "EnvironmentWasteMeter",
2450
1961
  "IndustryBasicAlarm",
2451
1962
  "IndustryBasicEvent",
2452
1963
  "IndustryBasicMachine",
@@ -2473,13 +1984,6 @@ const result = {
2473
1984
  "IndustryMaintenanceOrderCosts",
2474
1985
  "IndustryMaintenanceOrderFeedback",
2475
1986
  "IndustryMaintenanceWorkplace",
2476
- "IndustryManufacturingPartialFeedback",
2477
- "IndustryManufacturingProductionOrder",
2478
- "IndustryManufacturingProductionOrderItem",
2479
- "IndustryManufacturingShift",
2480
- "IndustryManufacturingShiftMachine",
2481
- "IndustryManufacturingShiftOrderItem",
2482
- "IndustryManufacturingShiftTemplate",
2483
1987
  "OctoSdkDemoCustomer",
2484
1988
  "OctoSdkDemoMeteringPoint",
2485
1989
  "OctoSdkDemoOperatingFacility",
@@ -2537,13 +2041,13 @@ const result = {
2537
2041
  "SystemIdentityAzureEntraIdIdentityProvider",
2538
2042
  "SystemIdentityClient",
2539
2043
  "SystemIdentityClientMirror",
2044
+ "SystemIdentityDataProtectionKey",
2540
2045
  "SystemIdentityEmailDomainGroupRule",
2541
2046
  "SystemIdentityExternalTenantUserMapping",
2542
2047
  "SystemIdentityFacebookIdentityProvider",
2543
2048
  "SystemIdentityGoogleIdentityProvider",
2544
2049
  "SystemIdentityGroup",
2545
2050
  "SystemIdentityIdentityResource",
2546
- "SystemIdentityMailNotificationConfiguration",
2547
2051
  "SystemIdentityMicrosoftAdIdentityProvider",
2548
2052
  "SystemIdentityMicrosoftIdentityProvider",
2549
2053
  "SystemIdentityOctoTenantIdentityProvider",
@@ -2552,10 +2056,12 @@ const result = {
2552
2056
  "SystemIdentityPermissionRole",
2553
2057
  "SystemIdentityPersistedGrant",
2554
2058
  "SystemIdentityRole",
2059
+ "SystemIdentityServerSideSession",
2555
2060
  "SystemIdentityUser",
2556
2061
  "SystemMigrationHistory",
2557
2062
  "SystemNotificationCssTemplateConfiguration",
2558
2063
  "SystemNotificationEvent",
2064
+ "SystemNotificationMailNotificationConfiguration",
2559
2065
  "SystemNotificationNotificationTemplate",
2560
2066
  "SystemNotificationStatefulEvent",
2561
2067
  "SystemReportingConnectionInfo",
@@ -2565,6 +2071,7 @@ const result = {
2565
2071
  "SystemSimpleRtQuery",
2566
2072
  "SystemSimpleSdQuery",
2567
2073
  "SystemStreamDataRawArchive",
2074
+ "SystemStreamDataRecomputeJob",
2568
2075
  "SystemStreamDataRollupArchive",
2569
2076
  "SystemStreamDataTimeRangeArchive",
2570
2077
  "SystemTenant",
@@ -2583,34 +2090,9 @@ const result = {
2583
2090
  "BasicCountry",
2584
2091
  "BasicDistrict",
2585
2092
  "BasicEmployee",
2586
- "BasicEnergyConsumer",
2587
- "BasicEnergyEdaMessage",
2588
- "BasicEnergyEdaMeteringPoint",
2589
- "BasicEnergyEdaProcess",
2590
- "BasicEnergyEnergyMeasurement",
2591
- "BasicEnergyOperatingFacility",
2592
- "BasicEnergyProducer",
2593
2093
  "BasicState",
2594
2094
  "BasicTree",
2595
2095
  "BasicTreeNode",
2596
- "EnergyCommunityBillingDocument",
2597
- "EnergyCommunityBillingDocumentLineItem",
2598
- "EnergyCommunityConsumer",
2599
- "EnergyCommunityCustomer",
2600
- "EnergyCommunityEdaMessage",
2601
- "EnergyCommunityEdaMeteringPoint",
2602
- "EnergyCommunityEdaProcess",
2603
- "EnergyCommunityEnergyPrice",
2604
- "EnergyCommunityEnergyQuantity",
2605
- "EnergyCommunityOperatingFacility",
2606
- "EnergyCommunityParticipationPeriod",
2607
- "EnergyCommunityProducer",
2608
- "EnvironmentCarbonBudget",
2609
- "EnvironmentCarbonEmission",
2610
- "EnvironmentCertificateOfOrigin",
2611
- "EnvironmentComplianceRecord",
2612
- "EnvironmentEnvironmentalGoal",
2613
- "EnvironmentWasteMeter",
2614
2096
  "IndustryBasicAlarm",
2615
2097
  "IndustryBasicEvent",
2616
2098
  "IndustryBasicMachine",
@@ -2637,13 +2119,6 @@ const result = {
2637
2119
  "IndustryMaintenanceOrderCosts",
2638
2120
  "IndustryMaintenanceOrderFeedback",
2639
2121
  "IndustryMaintenanceWorkplace",
2640
- "IndustryManufacturingPartialFeedback",
2641
- "IndustryManufacturingProductionOrder",
2642
- "IndustryManufacturingProductionOrderItem",
2643
- "IndustryManufacturingShift",
2644
- "IndustryManufacturingShiftMachine",
2645
- "IndustryManufacturingShiftOrderItem",
2646
- "IndustryManufacturingShiftTemplate",
2647
2122
  "OctoSdkDemoCustomer",
2648
2123
  "OctoSdkDemoMeteringPoint",
2649
2124
  "OctoSdkDemoOperatingFacility",
@@ -2701,13 +2176,13 @@ const result = {
2701
2176
  "SystemIdentityAzureEntraIdIdentityProvider",
2702
2177
  "SystemIdentityClient",
2703
2178
  "SystemIdentityClientMirror",
2179
+ "SystemIdentityDataProtectionKey",
2704
2180
  "SystemIdentityEmailDomainGroupRule",
2705
2181
  "SystemIdentityExternalTenantUserMapping",
2706
2182
  "SystemIdentityFacebookIdentityProvider",
2707
2183
  "SystemIdentityGoogleIdentityProvider",
2708
2184
  "SystemIdentityGroup",
2709
2185
  "SystemIdentityIdentityResource",
2710
- "SystemIdentityMailNotificationConfiguration",
2711
2186
  "SystemIdentityMicrosoftAdIdentityProvider",
2712
2187
  "SystemIdentityMicrosoftIdentityProvider",
2713
2188
  "SystemIdentityOctoTenantIdentityProvider",
@@ -2716,10 +2191,12 @@ const result = {
2716
2191
  "SystemIdentityPermissionRole",
2717
2192
  "SystemIdentityPersistedGrant",
2718
2193
  "SystemIdentityRole",
2194
+ "SystemIdentityServerSideSession",
2719
2195
  "SystemIdentityUser",
2720
2196
  "SystemMigrationHistory",
2721
2197
  "SystemNotificationCssTemplateConfiguration",
2722
2198
  "SystemNotificationEvent",
2199
+ "SystemNotificationMailNotificationConfiguration",
2723
2200
  "SystemNotificationNotificationTemplate",
2724
2201
  "SystemNotificationStatefulEvent",
2725
2202
  "SystemReportingConnectionInfo",
@@ -2729,6 +2206,7 @@ const result = {
2729
2206
  "SystemSimpleRtQuery",
2730
2207
  "SystemSimpleSdQuery",
2731
2208
  "SystemStreamDataRawArchive",
2209
+ "SystemStreamDataRecomputeJob",
2732
2210
  "SystemStreamDataRollupArchive",
2733
2211
  "SystemStreamDataTimeRangeArchive",
2734
2212
  "SystemTenant",
@@ -2747,34 +2225,9 @@ const result = {
2747
2225
  "BasicCountry",
2748
2226
  "BasicDistrict",
2749
2227
  "BasicEmployee",
2750
- "BasicEnergyConsumer",
2751
- "BasicEnergyEdaMessage",
2752
- "BasicEnergyEdaMeteringPoint",
2753
- "BasicEnergyEdaProcess",
2754
- "BasicEnergyEnergyMeasurement",
2755
- "BasicEnergyOperatingFacility",
2756
- "BasicEnergyProducer",
2757
2228
  "BasicState",
2758
2229
  "BasicTree",
2759
2230
  "BasicTreeNode",
2760
- "EnergyCommunityBillingDocument",
2761
- "EnergyCommunityBillingDocumentLineItem",
2762
- "EnergyCommunityConsumer",
2763
- "EnergyCommunityCustomer",
2764
- "EnergyCommunityEdaMessage",
2765
- "EnergyCommunityEdaMeteringPoint",
2766
- "EnergyCommunityEdaProcess",
2767
- "EnergyCommunityEnergyPrice",
2768
- "EnergyCommunityEnergyQuantity",
2769
- "EnergyCommunityOperatingFacility",
2770
- "EnergyCommunityParticipationPeriod",
2771
- "EnergyCommunityProducer",
2772
- "EnvironmentCarbonBudget",
2773
- "EnvironmentCarbonEmission",
2774
- "EnvironmentCertificateOfOrigin",
2775
- "EnvironmentComplianceRecord",
2776
- "EnvironmentEnvironmentalGoal",
2777
- "EnvironmentWasteMeter",
2778
2231
  "IndustryBasicAlarm",
2779
2232
  "IndustryBasicEvent",
2780
2233
  "IndustryBasicMachine",
@@ -2801,13 +2254,6 @@ const result = {
2801
2254
  "IndustryMaintenanceOrderCosts",
2802
2255
  "IndustryMaintenanceOrderFeedback",
2803
2256
  "IndustryMaintenanceWorkplace",
2804
- "IndustryManufacturingPartialFeedback",
2805
- "IndustryManufacturingProductionOrder",
2806
- "IndustryManufacturingProductionOrderItem",
2807
- "IndustryManufacturingShift",
2808
- "IndustryManufacturingShiftMachine",
2809
- "IndustryManufacturingShiftOrderItem",
2810
- "IndustryManufacturingShiftTemplate",
2811
2257
  "OctoSdkDemoCustomer",
2812
2258
  "OctoSdkDemoMeteringPoint",
2813
2259
  "OctoSdkDemoOperatingFacility",
@@ -2865,13 +2311,13 @@ const result = {
2865
2311
  "SystemIdentityAzureEntraIdIdentityProvider",
2866
2312
  "SystemIdentityClient",
2867
2313
  "SystemIdentityClientMirror",
2314
+ "SystemIdentityDataProtectionKey",
2868
2315
  "SystemIdentityEmailDomainGroupRule",
2869
2316
  "SystemIdentityExternalTenantUserMapping",
2870
2317
  "SystemIdentityFacebookIdentityProvider",
2871
2318
  "SystemIdentityGoogleIdentityProvider",
2872
2319
  "SystemIdentityGroup",
2873
2320
  "SystemIdentityIdentityResource",
2874
- "SystemIdentityMailNotificationConfiguration",
2875
2321
  "SystemIdentityMicrosoftAdIdentityProvider",
2876
2322
  "SystemIdentityMicrosoftIdentityProvider",
2877
2323
  "SystemIdentityOctoTenantIdentityProvider",
@@ -2880,10 +2326,12 @@ const result = {
2880
2326
  "SystemIdentityPermissionRole",
2881
2327
  "SystemIdentityPersistedGrant",
2882
2328
  "SystemIdentityRole",
2329
+ "SystemIdentityServerSideSession",
2883
2330
  "SystemIdentityUser",
2884
2331
  "SystemMigrationHistory",
2885
2332
  "SystemNotificationCssTemplateConfiguration",
2886
2333
  "SystemNotificationEvent",
2334
+ "SystemNotificationMailNotificationConfiguration",
2887
2335
  "SystemNotificationNotificationTemplate",
2888
2336
  "SystemNotificationStatefulEvent",
2889
2337
  "SystemReportingConnectionInfo",
@@ -2893,6 +2341,7 @@ const result = {
2893
2341
  "SystemSimpleRtQuery",
2894
2342
  "SystemSimpleSdQuery",
2895
2343
  "SystemStreamDataRawArchive",
2344
+ "SystemStreamDataRecomputeJob",
2896
2345
  "SystemStreamDataRollupArchive",
2897
2346
  "SystemStreamDataTimeRangeArchive",
2898
2347
  "SystemTenant",
@@ -2911,34 +2360,9 @@ const result = {
2911
2360
  "BasicCountry",
2912
2361
  "BasicDistrict",
2913
2362
  "BasicEmployee",
2914
- "BasicEnergyConsumer",
2915
- "BasicEnergyEdaMessage",
2916
- "BasicEnergyEdaMeteringPoint",
2917
- "BasicEnergyEdaProcess",
2918
- "BasicEnergyEnergyMeasurement",
2919
- "BasicEnergyOperatingFacility",
2920
- "BasicEnergyProducer",
2921
2363
  "BasicState",
2922
2364
  "BasicTree",
2923
2365
  "BasicTreeNode",
2924
- "EnergyCommunityBillingDocument",
2925
- "EnergyCommunityBillingDocumentLineItem",
2926
- "EnergyCommunityConsumer",
2927
- "EnergyCommunityCustomer",
2928
- "EnergyCommunityEdaMessage",
2929
- "EnergyCommunityEdaMeteringPoint",
2930
- "EnergyCommunityEdaProcess",
2931
- "EnergyCommunityEnergyPrice",
2932
- "EnergyCommunityEnergyQuantity",
2933
- "EnergyCommunityOperatingFacility",
2934
- "EnergyCommunityParticipationPeriod",
2935
- "EnergyCommunityProducer",
2936
- "EnvironmentCarbonBudget",
2937
- "EnvironmentCarbonEmission",
2938
- "EnvironmentCertificateOfOrigin",
2939
- "EnvironmentComplianceRecord",
2940
- "EnvironmentEnvironmentalGoal",
2941
- "EnvironmentWasteMeter",
2942
2366
  "IndustryBasicAlarm",
2943
2367
  "IndustryBasicEvent",
2944
2368
  "IndustryBasicMachine",
@@ -2965,13 +2389,6 @@ const result = {
2965
2389
  "IndustryMaintenanceOrderCosts",
2966
2390
  "IndustryMaintenanceOrderFeedback",
2967
2391
  "IndustryMaintenanceWorkplace",
2968
- "IndustryManufacturingPartialFeedback",
2969
- "IndustryManufacturingProductionOrder",
2970
- "IndustryManufacturingProductionOrderItem",
2971
- "IndustryManufacturingShift",
2972
- "IndustryManufacturingShiftMachine",
2973
- "IndustryManufacturingShiftOrderItem",
2974
- "IndustryManufacturingShiftTemplate",
2975
2392
  "OctoSdkDemoCustomer",
2976
2393
  "OctoSdkDemoMeteringPoint",
2977
2394
  "OctoSdkDemoOperatingFacility",
@@ -3029,13 +2446,13 @@ const result = {
3029
2446
  "SystemIdentityAzureEntraIdIdentityProvider",
3030
2447
  "SystemIdentityClient",
3031
2448
  "SystemIdentityClientMirror",
2449
+ "SystemIdentityDataProtectionKey",
3032
2450
  "SystemIdentityEmailDomainGroupRule",
3033
2451
  "SystemIdentityExternalTenantUserMapping",
3034
2452
  "SystemIdentityFacebookIdentityProvider",
3035
2453
  "SystemIdentityGoogleIdentityProvider",
3036
2454
  "SystemIdentityGroup",
3037
2455
  "SystemIdentityIdentityResource",
3038
- "SystemIdentityMailNotificationConfiguration",
3039
2456
  "SystemIdentityMicrosoftAdIdentityProvider",
3040
2457
  "SystemIdentityMicrosoftIdentityProvider",
3041
2458
  "SystemIdentityOctoTenantIdentityProvider",
@@ -3044,10 +2461,12 @@ const result = {
3044
2461
  "SystemIdentityPermissionRole",
3045
2462
  "SystemIdentityPersistedGrant",
3046
2463
  "SystemIdentityRole",
2464
+ "SystemIdentityServerSideSession",
3047
2465
  "SystemIdentityUser",
3048
2466
  "SystemMigrationHistory",
3049
2467
  "SystemNotificationCssTemplateConfiguration",
3050
2468
  "SystemNotificationEvent",
2469
+ "SystemNotificationMailNotificationConfiguration",
3051
2470
  "SystemNotificationNotificationTemplate",
3052
2471
  "SystemNotificationStatefulEvent",
3053
2472
  "SystemReportingConnectionInfo",
@@ -3057,6 +2476,7 @@ const result = {
3057
2476
  "SystemSimpleRtQuery",
3058
2477
  "SystemSimpleSdQuery",
3059
2478
  "SystemStreamDataRawArchive",
2479
+ "SystemStreamDataRecomputeJob",
3060
2480
  "SystemStreamDataRollupArchive",
3061
2481
  "SystemStreamDataTimeRangeArchive",
3062
2482
  "SystemTenant",
@@ -3075,34 +2495,9 @@ const result = {
3075
2495
  "BasicCountry",
3076
2496
  "BasicDistrict",
3077
2497
  "BasicEmployee",
3078
- "BasicEnergyConsumer",
3079
- "BasicEnergyEdaMessage",
3080
- "BasicEnergyEdaMeteringPoint",
3081
- "BasicEnergyEdaProcess",
3082
- "BasicEnergyEnergyMeasurement",
3083
- "BasicEnergyOperatingFacility",
3084
- "BasicEnergyProducer",
3085
2498
  "BasicState",
3086
2499
  "BasicTree",
3087
2500
  "BasicTreeNode",
3088
- "EnergyCommunityBillingDocument",
3089
- "EnergyCommunityBillingDocumentLineItem",
3090
- "EnergyCommunityConsumer",
3091
- "EnergyCommunityCustomer",
3092
- "EnergyCommunityEdaMessage",
3093
- "EnergyCommunityEdaMeteringPoint",
3094
- "EnergyCommunityEdaProcess",
3095
- "EnergyCommunityEnergyPrice",
3096
- "EnergyCommunityEnergyQuantity",
3097
- "EnergyCommunityOperatingFacility",
3098
- "EnergyCommunityParticipationPeriod",
3099
- "EnergyCommunityProducer",
3100
- "EnvironmentCarbonBudget",
3101
- "EnvironmentCarbonEmission",
3102
- "EnvironmentCertificateOfOrigin",
3103
- "EnvironmentComplianceRecord",
3104
- "EnvironmentEnvironmentalGoal",
3105
- "EnvironmentWasteMeter",
3106
2501
  "IndustryBasicAlarm",
3107
2502
  "IndustryBasicEvent",
3108
2503
  "IndustryBasicMachine",
@@ -3129,13 +2524,6 @@ const result = {
3129
2524
  "IndustryMaintenanceOrderCosts",
3130
2525
  "IndustryMaintenanceOrderFeedback",
3131
2526
  "IndustryMaintenanceWorkplace",
3132
- "IndustryManufacturingPartialFeedback",
3133
- "IndustryManufacturingProductionOrder",
3134
- "IndustryManufacturingProductionOrderItem",
3135
- "IndustryManufacturingShift",
3136
- "IndustryManufacturingShiftMachine",
3137
- "IndustryManufacturingShiftOrderItem",
3138
- "IndustryManufacturingShiftTemplate",
3139
2527
  "OctoSdkDemoCustomer",
3140
2528
  "OctoSdkDemoMeteringPoint",
3141
2529
  "OctoSdkDemoOperatingFacility",
@@ -3193,13 +2581,13 @@ const result = {
3193
2581
  "SystemIdentityAzureEntraIdIdentityProvider",
3194
2582
  "SystemIdentityClient",
3195
2583
  "SystemIdentityClientMirror",
2584
+ "SystemIdentityDataProtectionKey",
3196
2585
  "SystemIdentityEmailDomainGroupRule",
3197
2586
  "SystemIdentityExternalTenantUserMapping",
3198
2587
  "SystemIdentityFacebookIdentityProvider",
3199
2588
  "SystemIdentityGoogleIdentityProvider",
3200
2589
  "SystemIdentityGroup",
3201
2590
  "SystemIdentityIdentityResource",
3202
- "SystemIdentityMailNotificationConfiguration",
3203
2591
  "SystemIdentityMicrosoftAdIdentityProvider",
3204
2592
  "SystemIdentityMicrosoftIdentityProvider",
3205
2593
  "SystemIdentityOctoTenantIdentityProvider",
@@ -3208,10 +2596,12 @@ const result = {
3208
2596
  "SystemIdentityPermissionRole",
3209
2597
  "SystemIdentityPersistedGrant",
3210
2598
  "SystemIdentityRole",
2599
+ "SystemIdentityServerSideSession",
3211
2600
  "SystemIdentityUser",
3212
2601
  "SystemMigrationHistory",
3213
2602
  "SystemNotificationCssTemplateConfiguration",
3214
2603
  "SystemNotificationEvent",
2604
+ "SystemNotificationMailNotificationConfiguration",
3215
2605
  "SystemNotificationNotificationTemplate",
3216
2606
  "SystemNotificationStatefulEvent",
3217
2607
  "SystemReportingConnectionInfo",
@@ -3221,6 +2611,7 @@ const result = {
3221
2611
  "SystemSimpleRtQuery",
3222
2612
  "SystemSimpleSdQuery",
3223
2613
  "SystemStreamDataRawArchive",
2614
+ "SystemStreamDataRecomputeJob",
3224
2615
  "SystemStreamDataRollupArchive",
3225
2616
  "SystemStreamDataTimeRangeArchive",
3226
2617
  "SystemTenant",
@@ -3239,34 +2630,9 @@ const result = {
3239
2630
  "BasicCountry",
3240
2631
  "BasicDistrict",
3241
2632
  "BasicEmployee",
3242
- "BasicEnergyConsumer",
3243
- "BasicEnergyEdaMessage",
3244
- "BasicEnergyEdaMeteringPoint",
3245
- "BasicEnergyEdaProcess",
3246
- "BasicEnergyEnergyMeasurement",
3247
- "BasicEnergyOperatingFacility",
3248
- "BasicEnergyProducer",
3249
2633
  "BasicState",
3250
2634
  "BasicTree",
3251
2635
  "BasicTreeNode",
3252
- "EnergyCommunityBillingDocument",
3253
- "EnergyCommunityBillingDocumentLineItem",
3254
- "EnergyCommunityConsumer",
3255
- "EnergyCommunityCustomer",
3256
- "EnergyCommunityEdaMessage",
3257
- "EnergyCommunityEdaMeteringPoint",
3258
- "EnergyCommunityEdaProcess",
3259
- "EnergyCommunityEnergyPrice",
3260
- "EnergyCommunityEnergyQuantity",
3261
- "EnergyCommunityOperatingFacility",
3262
- "EnergyCommunityParticipationPeriod",
3263
- "EnergyCommunityProducer",
3264
- "EnvironmentCarbonBudget",
3265
- "EnvironmentCarbonEmission",
3266
- "EnvironmentCertificateOfOrigin",
3267
- "EnvironmentComplianceRecord",
3268
- "EnvironmentEnvironmentalGoal",
3269
- "EnvironmentWasteMeter",
3270
2636
  "IndustryBasicAlarm",
3271
2637
  "IndustryBasicEvent",
3272
2638
  "IndustryBasicMachine",
@@ -3293,13 +2659,6 @@ const result = {
3293
2659
  "IndustryMaintenanceOrderCosts",
3294
2660
  "IndustryMaintenanceOrderFeedback",
3295
2661
  "IndustryMaintenanceWorkplace",
3296
- "IndustryManufacturingPartialFeedback",
3297
- "IndustryManufacturingProductionOrder",
3298
- "IndustryManufacturingProductionOrderItem",
3299
- "IndustryManufacturingShift",
3300
- "IndustryManufacturingShiftMachine",
3301
- "IndustryManufacturingShiftOrderItem",
3302
- "IndustryManufacturingShiftTemplate",
3303
2662
  "OctoSdkDemoCustomer",
3304
2663
  "OctoSdkDemoMeteringPoint",
3305
2664
  "OctoSdkDemoOperatingFacility",
@@ -3357,13 +2716,13 @@ const result = {
3357
2716
  "SystemIdentityAzureEntraIdIdentityProvider",
3358
2717
  "SystemIdentityClient",
3359
2718
  "SystemIdentityClientMirror",
2719
+ "SystemIdentityDataProtectionKey",
3360
2720
  "SystemIdentityEmailDomainGroupRule",
3361
2721
  "SystemIdentityExternalTenantUserMapping",
3362
2722
  "SystemIdentityFacebookIdentityProvider",
3363
2723
  "SystemIdentityGoogleIdentityProvider",
3364
2724
  "SystemIdentityGroup",
3365
2725
  "SystemIdentityIdentityResource",
3366
- "SystemIdentityMailNotificationConfiguration",
3367
2726
  "SystemIdentityMicrosoftAdIdentityProvider",
3368
2727
  "SystemIdentityMicrosoftIdentityProvider",
3369
2728
  "SystemIdentityOctoTenantIdentityProvider",
@@ -3372,10 +2731,12 @@ const result = {
3372
2731
  "SystemIdentityPermissionRole",
3373
2732
  "SystemIdentityPersistedGrant",
3374
2733
  "SystemIdentityRole",
2734
+ "SystemIdentityServerSideSession",
3375
2735
  "SystemIdentityUser",
3376
2736
  "SystemMigrationHistory",
3377
2737
  "SystemNotificationCssTemplateConfiguration",
3378
2738
  "SystemNotificationEvent",
2739
+ "SystemNotificationMailNotificationConfiguration",
3379
2740
  "SystemNotificationNotificationTemplate",
3380
2741
  "SystemNotificationStatefulEvent",
3381
2742
  "SystemReportingConnectionInfo",
@@ -3385,6 +2746,7 @@ const result = {
3385
2746
  "SystemSimpleRtQuery",
3386
2747
  "SystemSimpleSdQuery",
3387
2748
  "SystemStreamDataRawArchive",
2749
+ "SystemStreamDataRecomputeJob",
3388
2750
  "SystemStreamDataRollupArchive",
3389
2751
  "SystemStreamDataTimeRangeArchive",
3390
2752
  "SystemTenant",
@@ -3397,7 +2759,8 @@ const result = {
3397
2759
  "SystemUISymbolDefinition",
3398
2760
  "SystemUISymbolLibrary"
3399
2761
  ],
3400
- "SystemIdentityGroup_AssignedEntitiesUnion": [
2762
+ "SystemIdentityClient_AssignedEntitiesUnion": [
2763
+ "SystemIdentityClient",
3401
2764
  "SystemIdentityGroup",
3402
2765
  "SystemIdentityUser"
3403
2766
  ],
@@ -3428,6 +2791,7 @@ const result = {
3428
2791
  "SystemIdentityRole"
3429
2792
  ],
3430
2793
  "SystemIdentityUser_MembersUnion": [
2794
+ "SystemIdentityClient",
3431
2795
  "SystemIdentityExternalTenantUserMapping",
3432
2796
  "SystemIdentityUser"
3433
2797
  ],
@@ -6313,5 +5677,5 @@ function provideOctoServices(octoServiceOptions) {
6313
5677
  * Generated bundle index. Do not edit.
6314
5678
  */
6315
5679
 
6316
- export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, ArchiveStorageHealthDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicEnergyCarrierTypeDto, BasicEnergyDataQualityDto, BasicEnergyFacilityTypeDto, BasicEnergyProductionTypeDto, BasicEnergyStateDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BlueprintConflictResolutionDto, BlueprintUpdateModeDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkRollupFunctionDto, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyCommunityBillingCycleDto, EnergyCommunityBillingDocumentStateDto, EnergyCommunityBillingTypeDto, EnergyCommunityDataQualityDto, EnergyCommunityFacilityTypeDto, EnergyCommunityProductionTypeDto, EnergyCommunityStateDto, EnergyCommunityTaxProcedureCreditNoteDto, EnvironmentCarbonScopeDto, EnvironmentComplianceCategoryDto, EnvironmentComplianceStatusDto, EnvironmentEnergySourceDto, EnvironmentGoalStateDto, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrdersDto, SystemAggregationTypesDto, SystemAiApprovalModeDto, SystemAiApprovalReasonDto, SystemAiApprovalStatusDto, SystemAiAuthModeDto, SystemAiConflictModeDto, SystemAiCredentialKindDto, SystemAiJobKindDto, SystemAiJobStatusDto, SystemAiKnowledgeKindDto, SystemAiLeaseStatusDto, SystemAiModelTierDto, SystemAiRiskLevelDto, SystemAiSessionEventKindDto, SystemAiSessionStatusDto, SystemAiSubscriptionScopeDto, SystemAiTicketScopeDto, SystemAiTicketStatusDto, SystemAiWorkspaceModeDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationEnvironmentDto, SystemCommunicationHelmChannelDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, SystemStreamDataBucketAlignmentDto, SystemStreamDataCkArchiveStatusDto, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, octoDataIdFromObject, result as possibleTypes, provideOctoServices };
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 };
6317
5681
  //# sourceMappingURL=meshmakers-octo-services.mjs.map