@golemio/energetics 1.0.9-dev.542076518 → 1.0.9-dev.545426326

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.
@@ -1,1479 +1,11 @@
1
- import { EnergeticsEnesaTypes } from "./providers";
2
- declare const EnergeticsSchema: {
1
+ import { EnergeticsEnesa, EnergeticsEnesaTypes, EnergeticsVpalac } from "./providers";
2
+ interface ISchema {
3
3
  name: string;
4
4
  pgSchema: string;
5
- enesa: {
6
- buildings: {
7
- datasourceJsonSchema: {
8
- type: string;
9
- items: {
10
- type: string;
11
- properties: {
12
- Id: {
13
- type: string;
14
- };
15
- Name: {
16
- type: string[];
17
- };
18
- Description: {
19
- type: string[];
20
- };
21
- BuildingAddressCode: {
22
- type: string[];
23
- };
24
- Label: {
25
- type: string[];
26
- };
27
- CurrentNote: {
28
- type: string[];
29
- };
30
- MainUse: {
31
- type: string[];
32
- };
33
- SecondaryUse: {
34
- type: string[];
35
- };
36
- YearOfConstruction: {
37
- type: string[];
38
- };
39
- MethodOfProtection: {
40
- type: string[];
41
- };
42
- BuiltUpArea: {
43
- type: string[];
44
- };
45
- HeatedBuldingVolume: {
46
- type: string[];
47
- };
48
- StudentsCount: {
49
- type: string[];
50
- };
51
- EmployeesCount: {
52
- type: string[];
53
- };
54
- ClassroomsCount: {
55
- type: string[];
56
- };
57
- BedsCount: {
58
- type: string[];
59
- };
60
- ENOId: {
61
- type: string[];
62
- };
63
- CSUCode: {
64
- type: string[];
65
- };
66
- KUCode: {
67
- type: string[];
68
- };
69
- AllotmentNumber: {
70
- type: string[];
71
- };
72
- RegistrationUnit: {
73
- type: string[];
74
- };
75
- GasConsumptionNormatives: {
76
- type: string[];
77
- };
78
- HeatConsumptionNormatives: {
79
- type: string[];
80
- };
81
- WaterConsumptionNormatives: {
82
- type: string[];
83
- };
84
- ElectricityConsumptionNormativesPerPerson: {
85
- type: string[];
86
- };
87
- ElectricityConsumptionNormatives: {
88
- type: string[];
89
- };
90
- EnergeticManagement: {
91
- type: string[];
92
- };
93
- OpeningHours: {
94
- type: string[];
95
- };
96
- WeekendOpeningHours: {
97
- type: string[];
98
- };
99
- Latitude: {
100
- type: string[];
101
- };
102
- Longitude: {
103
- type: string[];
104
- };
105
- Address: {
106
- type: string;
107
- properties: {
108
- street: {
109
- type: string[];
110
- };
111
- houseNumber: {
112
- type: string[];
113
- };
114
- city: {
115
- type: string[];
116
- };
117
- country: {
118
- type: string[];
119
- };
120
- mail: {
121
- type: string[];
122
- };
123
- phone: {
124
- type: string[];
125
- };
126
- webAddress: {
127
- type: string[];
128
- };
129
- };
130
- required: string[];
131
- additionalProperties: boolean;
132
- };
133
- PENB: {
134
- type: string;
135
- properties: {
136
- penbnumber: {
137
- type: string[];
138
- };
139
- issueDate: {
140
- type: string[];
141
- };
142
- totalBuildingEnvelopeArea: {
143
- type: string[];
144
- };
145
- volumeFactorOfAvshape: {
146
- type: string[];
147
- };
148
- totalEnergyReferenceArea: {
149
- type: string[];
150
- };
151
- totalProvidedEnergy: {
152
- type: string[];
153
- };
154
- totalProvidedEnergyCategory: {
155
- type: string[];
156
- };
157
- primaryNonRenewableEnergy: {
158
- type: string[];
159
- };
160
- primaryNonRenewableEnergyCategory: {
161
- type: string[];
162
- };
163
- buildingEnvelope: {
164
- type: string[];
165
- };
166
- buildingEnvelopeCategory: {
167
- type: string[];
168
- };
169
- heating: {
170
- type: string[];
171
- };
172
- heatingCategory: {
173
- type: string[];
174
- };
175
- cooling: {
176
- type: string[];
177
- };
178
- coolingCategory: {
179
- type: string[];
180
- };
181
- ventilation: {
182
- type: string[];
183
- };
184
- ventilationCategory: {
185
- type: string[];
186
- };
187
- humidityAdjustment: {
188
- type: string[];
189
- };
190
- humidityAdjustmentCategory: {
191
- type: string[];
192
- };
193
- warmWater: {
194
- type: string[];
195
- };
196
- warmWaterCategory: {
197
- type: string[];
198
- };
199
- lighting: {
200
- type: string[];
201
- };
202
- lightingCategory: {
203
- type: string[];
204
- };
205
- };
206
- required: string[];
207
- additionalProperties: boolean;
208
- };
209
- EnergyAudits: {
210
- type: string;
211
- properties: {
212
- energyAudit: {
213
- type: string[];
214
- };
215
- earegistrationNumber: {
216
- type: string[];
217
- };
218
- createdAt: {
219
- type: string[];
220
- };
221
- };
222
- required: string[];
223
- additionalProperties: boolean;
224
- };
225
- BuildingEnvelope: {
226
- type: string;
227
- properties: {
228
- sideWall: {
229
- type: string;
230
- properties: {
231
- prevailingConstruction: {
232
- type: string[];
233
- };
234
- area: {
235
- type: string[];
236
- };
237
- heatInsulation: {
238
- type: string[];
239
- };
240
- yearOfAdjustment: {
241
- type: string[];
242
- };
243
- technicalCondition: {
244
- type: string[];
245
- };
246
- };
247
- required: string[];
248
- additionalProperties: boolean;
249
- };
250
- fillingOfHole: {
251
- type: string;
252
- properties: {
253
- construction: {
254
- type: string[];
255
- };
256
- area: {
257
- type: string[];
258
- };
259
- yearOfAdjustment: {
260
- type: string[];
261
- };
262
- technicalCondition: {
263
- type: string[];
264
- };
265
- };
266
- required: string[];
267
- additionalProperties: boolean;
268
- };
269
- roof: {
270
- type: string;
271
- properties: {
272
- construction: {
273
- type: string[];
274
- };
275
- area: {
276
- type: string[];
277
- };
278
- thermalInsulation: {
279
- type: string[];
280
- };
281
- yearOfAdjustment: {
282
- type: string[];
283
- };
284
- technicalCondition: {
285
- type: string[];
286
- };
287
- };
288
- required: string[];
289
- additionalProperties: boolean;
290
- };
291
- floorOfTheLowestHeatedFloor: {
292
- type: string;
293
- properties: {
294
- construction: {
295
- type: string[];
296
- };
297
- area: {
298
- type: string[];
299
- };
300
- thermalInsulation: {
301
- type: string[];
302
- };
303
- yearOfAdjustment: {
304
- type: string[];
305
- };
306
- technicalCondition: {
307
- type: string[];
308
- };
309
- };
310
- required: string[];
311
- additionalProperties: boolean;
312
- };
313
- };
314
- required: string[];
315
- additionalProperties: boolean;
316
- };
317
- FuelAndEnergy: {
318
- type: string;
319
- properties: {
320
- coal: {
321
- type: string[];
322
- };
323
- gas: {
324
- type: string[];
325
- };
326
- electricity: {
327
- type: string[];
328
- };
329
- czt: {
330
- type: string[];
331
- };
332
- oze: {
333
- type: string[];
334
- };
335
- other: {
336
- type: string[];
337
- };
338
- };
339
- required: string[];
340
- additionalProperties: boolean;
341
- };
342
- TechnicalEquipment: {
343
- type: string;
344
- properties: {
345
- heating: {
346
- type: string;
347
- properties: {
348
- mainSourceOfHeat: {
349
- type: string[];
350
- };
351
- heatPercentage: {
352
- type: string[];
353
- };
354
- secondarySourceOfHeat: {
355
- type: string[];
356
- };
357
- heatingSystem: {
358
- type: string[];
359
- };
360
- year: {
361
- type: string[];
362
- };
363
- technicalCondition: {
364
- type: string[];
365
- };
366
- };
367
- required: string[];
368
- additionalProperties: boolean;
369
- };
370
- cooling: {
371
- type: string;
372
- properties: {
373
- coolingSystem: {
374
- type: string[];
375
- };
376
- coolingAreaPercentage: {
377
- type: string[];
378
- };
379
- year: {
380
- type: string[];
381
- };
382
- technicalCondition: {
383
- type: string[];
384
- };
385
- };
386
- required: string[];
387
- additionalProperties: boolean;
388
- };
389
- ventilation: {
390
- type: string;
391
- properties: {
392
- ventilation: {
393
- type: string[];
394
- };
395
- year: {
396
- type: string[];
397
- };
398
- technicalCondition: {
399
- type: string[];
400
- };
401
- };
402
- required: string[];
403
- additionalProperties: boolean;
404
- };
405
- humidityAdjustment: {
406
- type: string;
407
- properties: {
408
- humidityAdjustment: {
409
- type: string[];
410
- };
411
- year: {
412
- type: string[];
413
- };
414
- technicalCondition: {
415
- type: string[];
416
- };
417
- };
418
- required: string[];
419
- additionalProperties: boolean;
420
- };
421
- hotWater: {
422
- type: string;
423
- properties: {
424
- predominantWayOfHeatingTv: {
425
- type: string[];
426
- };
427
- hotWaterSource: {
428
- type: string[];
429
- };
430
- year: {
431
- type: string[];
432
- };
433
- technicalCondition: {
434
- type: string[];
435
- };
436
- };
437
- required: string[];
438
- additionalProperties: boolean;
439
- };
440
- lighting: {
441
- type: string;
442
- properties: {
443
- lighting: {
444
- type: string[];
445
- };
446
- year: {
447
- type: string[];
448
- };
449
- technicalCondition: {
450
- type: string[];
451
- };
452
- otherTechnologicalElements: {
453
- type: string[];
454
- };
455
- measurementMethod: {
456
- type: string[];
457
- };
458
- };
459
- required: string[];
460
- additionalProperties: boolean;
461
- };
462
- };
463
- required: string[];
464
- additionalProperties: boolean;
465
- };
466
- OZEEnergyProduction: {
467
- type: string;
468
- properties: {
469
- solarEnergyPhotovoltaic: {
470
- type: string[];
471
- };
472
- solarEnergyPhotothermal: {
473
- type: string[];
474
- };
475
- integratedTurbinesWindEnergy: {
476
- type: string[];
477
- };
478
- heatPump: {
479
- type: string[];
480
- };
481
- };
482
- required: string[];
483
- additionalProperties: boolean;
484
- };
485
- WasteAndEmissions: {
486
- type: string;
487
- properties: {
488
- solidWasteProduction: {
489
- type: string[];
490
- };
491
- tiedCo2emissions: {
492
- type: string[];
493
- };
494
- soxEmissions: {
495
- type: string[];
496
- };
497
- operatingCo2emissions: {
498
- type: string[];
499
- };
500
- };
501
- required: string[];
502
- additionalProperties: boolean;
503
- };
504
- Link: {
505
- type: string;
506
- };
507
- };
508
- required: readonly ["Id", "Name", "Description", "BuildingAddressCode", "Label", "CurrentNote", "MainUse", "SecondaryUse", "YearOfConstruction", "MethodOfProtection", "BuiltUpArea", "HeatedBuldingVolume", "StudentsCount", "EmployeesCount", "ClassroomsCount", "BedsCount", "ENOId", "CSUCode", "KUCode", "AllotmentNumber", "RegistrationUnit", "GasConsumptionNormatives", "HeatConsumptionNormatives", "WaterConsumptionNormatives", "ElectricityConsumptionNormativesPerPerson", "ElectricityConsumptionNormatives", "EnergeticManagement", "OpeningHours", "WeekendOpeningHours", "Latitude", "Longitude", "Address", "PENB", "EnergyAudits", "BuildingEnvelope", "FuelAndEnergy", "TechnicalEquipment", "OZEEnergyProduction", "WasteAndEmissions", "Link"];
509
- additionalProperties: boolean;
510
- };
511
- };
512
- name: string;
513
- outputJsonSchema: {
514
- type: string;
515
- items: {
516
- type: string;
517
- properties: {
518
- id: {
519
- type: string;
520
- };
521
- description: {
522
- type: string;
523
- };
524
- building_address_code: {
525
- type: string;
526
- };
527
- building_label: {
528
- type: string;
529
- };
530
- current_note: {
531
- type: string;
532
- };
533
- main_use: {
534
- type: string;
535
- };
536
- secondary_use: {
537
- type: string;
538
- };
539
- year_of_construction: {
540
- type: string;
541
- };
542
- method_of_protection: {
543
- type: string;
544
- };
545
- built_up_area: {
546
- type: string;
547
- };
548
- heated_bulding_volume: {
549
- type: string;
550
- };
551
- students_count: {
552
- type: string;
553
- };
554
- employees_count: {
555
- type: string;
556
- };
557
- classrooms_count: {
558
- type: string;
559
- };
560
- beds_count: {
561
- type: string;
562
- };
563
- eno_id: {
564
- type: string;
565
- };
566
- csu_code: {
567
- type: string;
568
- };
569
- ku_code: {
570
- type: string;
571
- };
572
- allotment_number: {
573
- type: string;
574
- };
575
- registration_unit: {
576
- type: string;
577
- };
578
- gas_consumption_normatives: {
579
- type: string;
580
- };
581
- heat_consumption_normatives: {
582
- type: string;
583
- };
584
- water_consumption_normatives: {
585
- type: string;
586
- };
587
- electricity_consumption_normatives_per_person: {
588
- type: string;
589
- };
590
- electricity_consumption_normatives: {
591
- type: string;
592
- };
593
- energetic_management: {
594
- type: string;
595
- };
596
- opening_hours: {
597
- type: string;
598
- };
599
- weekend_opening_hours: {
600
- type: string;
601
- };
602
- latitude: {
603
- type: string;
604
- };
605
- longitude: {
606
- type: string;
607
- };
608
- address_street: {
609
- type: string;
610
- };
611
- address_house_number: {
612
- type: string;
613
- };
614
- address_city: {
615
- type: string;
616
- };
617
- address_country: {
618
- type: string;
619
- };
620
- address_mail: {
621
- type: string;
622
- };
623
- address_phone: {
624
- type: string;
625
- };
626
- address_web_address: {
627
- type: string;
628
- };
629
- penb_penbnumber: {
630
- type: string;
631
- };
632
- penb_issue_date: {
633
- type: string;
634
- };
635
- penb_total_building_envelope_area: {
636
- type: string;
637
- };
638
- penb_volume_factor_of_avshape: {
639
- type: string;
640
- };
641
- penb_total_energy_reference_area: {
642
- type: string;
643
- };
644
- penb_total_provided_energy: {
645
- type: string;
646
- };
647
- penb_total_provided_energy_category: {
648
- type: string;
649
- };
650
- penb_primary_non_renewable_energy: {
651
- type: string;
652
- };
653
- penb_primary_non_renewable_energy_category: {
654
- type: string;
655
- };
656
- penb_building_envelope: {
657
- type: string;
658
- };
659
- penb_building_envelope_category: {
660
- type: string;
661
- };
662
- penb_heating: {
663
- type: string;
664
- };
665
- penb_heating_category: {
666
- type: string;
667
- };
668
- penb_cooling: {
669
- type: string;
670
- };
671
- penb_cooling_category: {
672
- type: string;
673
- };
674
- penb_ventilation: {
675
- type: string;
676
- };
677
- penb_ventilation_category: {
678
- type: string;
679
- };
680
- penb_humidity_adjustment: {
681
- type: string;
682
- };
683
- penb_humidity_adjustment_category: {
684
- type: string;
685
- };
686
- penb_warm_water: {
687
- type: string;
688
- };
689
- penb_warm_water_category: {
690
- type: string;
691
- };
692
- penb_lighting: {
693
- type: string;
694
- };
695
- penb_lighting_category: {
696
- type: string;
697
- };
698
- energy_audits_energy_audit: {
699
- type: string;
700
- };
701
- energy_audits_earegistration_number: {
702
- type: string;
703
- };
704
- energy_audits_created_at: {
705
- type: string;
706
- };
707
- building_envelope_side_wall_prevailing_construction: {
708
- type: string;
709
- };
710
- building_envelope_side_wall_area: {
711
- type: string;
712
- };
713
- building_envelope_side_wall_heat_insulation: {
714
- type: string;
715
- };
716
- building_envelope_side_wall_year_of_adjustment: {
717
- type: string;
718
- };
719
- building_envelope_side_wall_technical_condition: {
720
- type: string;
721
- };
722
- building_envelope_filling_of_hole_construction: {
723
- type: string;
724
- };
725
- building_envelope_filling_of_hole_area: {
726
- type: string;
727
- };
728
- building_envelope_filling_of_hole_year_of_adjustment: {
729
- type: string;
730
- };
731
- building_envelope_filling_of_hole_technical_condition: {
732
- type: string;
733
- };
734
- building_envelope_roof_construction: {
735
- type: string;
736
- };
737
- building_envelope_roof_area: {
738
- type: string;
739
- };
740
- building_envelope_roof_thermal_insulation: {
741
- type: string;
742
- };
743
- building_envelope_roof_year_of_adjustment: {
744
- type: string;
745
- };
746
- building_envelope_roof_technical_condition: {
747
- type: string;
748
- };
749
- building_envelope_floor_of_the_lowest_heated_floor_construction: {
750
- type: string;
751
- };
752
- building_envelope_floor_of_the_lowest_heated_floor_area: {
753
- type: string;
754
- };
755
- floor_of_the_lowest_heated_floor_thermal_insulation: {
756
- type: string;
757
- };
758
- building_envelope_floor_of_the_lowest_heated_floor_year_of_adjustment: {
759
- type: string;
760
- };
761
- floor_of_the_lowest_heated_floor_technical_condition: {
762
- type: string;
763
- };
764
- fuel_and_energy_coal: {
765
- type: string;
766
- };
767
- fuel_and_energy_gas: {
768
- type: string;
769
- };
770
- fuel_and_energy_electricity: {
771
- type: string;
772
- };
773
- fuel_and_energy_czt: {
774
- type: string;
775
- };
776
- fuel_and_energy_oze: {
777
- type: string;
778
- };
779
- fuel_and_energy_other: {
780
- type: string;
781
- };
782
- technical_equipment_heating_main_source_of_heat: {
783
- type: string;
784
- };
785
- technical_equipment_heating_heat_percentage: {
786
- type: string;
787
- };
788
- technical_equipment_heating_secondary_source_of_heat: {
789
- type: string;
790
- };
791
- technical_equipment_heating_heating_system: {
792
- type: string;
793
- };
794
- technical_equipment_heating_year: {
795
- type: string;
796
- };
797
- technical_equipment_heating_technical_condition: {
798
- type: string;
799
- };
800
- technical_equipment_cooling_cooling_system: {
801
- type: string;
802
- };
803
- technical_equipment_cooling_cooling_area_percentage: {
804
- type: string;
805
- };
806
- technical_equipment_cooling_year: {
807
- type: string;
808
- };
809
- technical_equipment_cooling_technical_condition: {
810
- type: string;
811
- };
812
- technical_equipment_ventilation_ventilation: {
813
- type: string;
814
- };
815
- technical_equipment_ventilation_year: {
816
- type: string;
817
- };
818
- technical_equipment_ventilation_technical_condition: {
819
- type: string;
820
- };
821
- technical_equipment_humidity_adjustment_humidity_adjustment: {
822
- type: string;
823
- };
824
- technical_equipment_humidity_adjustment_year: {
825
- type: string;
826
- };
827
- technical_equipment_humidity_adjustment_technical_condition: {
828
- type: string;
829
- };
830
- technical_equipment_hot_water_predominant_way_of_heating_tv: {
831
- type: string;
832
- };
833
- technical_equipment_hot_water_hot_water_source: {
834
- type: string;
835
- };
836
- technical_equipment_hot_water_year: {
837
- type: string;
838
- };
839
- technical_equipment_hot_water_technical_condition: {
840
- type: string;
841
- };
842
- technical_equipment_lighting_lighting: {
843
- type: string;
844
- };
845
- technical_equipment_lighting_year: {
846
- type: string;
847
- };
848
- technical_equipment_lighting_technical_condition: {
849
- type: string;
850
- };
851
- technical_equipment_lighting_other_technological_elements: {
852
- type: string;
853
- };
854
- technical_equipment_lighting_measurement_method: {
855
- type: string;
856
- };
857
- oze_energy_production_solar_energy_photovoltaic: {
858
- type: string;
859
- };
860
- oze_energy_production_solar_energy_photothermal: {
861
- type: string;
862
- };
863
- oze_energy_production_integrated_turbines_wind_energy: {
864
- type: string;
865
- };
866
- oze_energy_production_heat_pump: {
867
- type: string;
868
- };
869
- waste_and_emissions_solid_waste_production: {
870
- type: string;
871
- };
872
- waste_and_emissions_tied_co2_emissions: {
873
- type: string;
874
- };
875
- waste_and_emissions_sox_emissions: {
876
- type: string;
877
- };
878
- waste_and_emissions_operating_co_2emissions: {
879
- type: string;
880
- };
881
- link: {
882
- type: string;
883
- };
884
- };
885
- required: readonly ["id", "building_name", "description", "building_address_code", "building_label", "current_note", "main_use", "secondary_use", "year_of_construction", "method_of_protection", "built_up_area", "heated_bulding_volume", "students_count", "employees_count", "classrooms_count", "beds_count", "eno_id", "csu_code", "ku_code", "allotment_number", "registration_unit", "gas_consumption_normatives", "heat_consumption_normatives", "water_consumption_normatives", "electricity_consumption_normatives_per_person", "electricity_consumption_normatives", "energetic_management", "opening_hours", "weekend_opening_hours", "latitude", "longitude", "address_street", "address_house_number", "address_city", "address_country", "address_mail", "address_phone", "address_web_address", "penb_penbnumber", "penb_issue_date", "penb_total_building_envelope_area", "penb_volume_factor_of_avshape", "penb_total_energy_reference_area", "penb_total_provided_energy", "penb_total_provided_energy_category", "penb_primary_non_renewable_energy", "penb_primary_non_renewable_energy_category", "penb_building_envelope", "penb_building_envelope_category", "penb_heating", "penb_heating_category", "penb_cooling", "penb_cooling_category", "penb_ventilation", "penb_ventilation_category", "penb_humidity_adjustment", "penb_humidity_adjustment_category", "penb_warm_water", "penb_warm_water_category", "penb_lighting", "penb_lighting_category", "energy_audits_energy_audit", "energy_audits_earegistration_number", "energy_audits_created_at", "building_envelope_side_wall_prevailing_construction", "building_envelope_side_wall_area", "building_envelope_side_wall_heat_insulation", "building_envelope_side_wall_year_of_adjustment", "building_envelope_side_wall_technical_condition", "building_envelope_filling_of_hole_construction", "building_envelope_filling_of_hole_area", "building_envelope_filling_of_hole_year_of_adjustment", "building_envelope_filling_of_hole_technical_condition", "building_envelope_roof_construction", "building_envelope_roof_area", "building_envelope_roof_thermal_insulation", "building_envelope_roof_year_of_adjustment", "building_envelope_roof_technical_condition", "building_envelope_floor_of_the_lowest_heated_floor_construction", "building_envelope_floor_of_the_lowest_heated_floor_area", "floor_of_the_lowest_heated_floor_thermal_insulation", "building_envelope_floor_of_the_lowest_heated_floor_year_of_adjustment", "floor_of_the_lowest_heated_floor_technical_condition", "fuel_and_energy_coal", "fuel_and_energy_gas", "fuel_and_energy_electricity", "fuel_and_energy_czt", "fuel_and_energy_oze", "fuel_and_energy_other", "technical_equipment_heating_main_source_of_heat", "technical_equipment_heating_heat_percentage", "technical_equipment_heating_secondary_source_of_heat", "technical_equipment_heating_heating_system", "technical_equipment_heating_year", "technical_equipment_heating_technical_condition", "technical_equipment_cooling_cooling_system", "technical_equipment_cooling_cooling_area_percentage", "technical_equipment_cooling_year", "technical_equipment_cooling_technical_condition", "technical_equipment_ventilation_ventilation", "technical_equipment_ventilation_year", "technical_equipment_ventilation_technical_condition", "technical_equipment_humidity_adjustment_humidity_adjustment", "technical_equipment_humidity_adjustment_year", "technical_equipment_humidity_adjustment_technical_condition", "technical_equipment_hot_water_predominant_way_of_heating_tv", "technical_equipment_hot_water_hot_water_source", "technical_equipment_hot_water_year", "technical_equipment_hot_water_technical_condition", "technical_equipment_lighting_lighting", "technical_equipment_lighting_year", "technical_equipment_lighting_technical_condition", "technical_equipment_lighting_other_technological_elements", "technical_equipment_lighting_measurement_method", "oze_energy_production_solar_energy_photovoltaic", "oze_energy_production_solar_energy_photothermal", "oze_energy_production_integrated_turbines_wind_energy", "oze_energy_production_heat_pump", "waste_and_emissions_solid_waste_production", "waste_and_emissions_tied_co2_emissions", "waste_and_emissions_sox_emissions", "waste_and_emissions_operating_co_2emissions", "link"];
886
- additionalProperties: boolean;
887
- };
888
- };
889
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
890
- pgTableName: string;
891
- };
892
- consumption: {
893
- datasourceJsonSchema: {
894
- type: string;
895
- items: {
896
- type: string;
897
- properties: {
898
- timeUtc: {
899
- type: string;
900
- };
901
- value: {
902
- type: string;
903
- };
904
- addr: {
905
- type: string[];
906
- };
907
- var: {
908
- type: string[];
909
- };
910
- type: {
911
- type: string[];
912
- };
913
- commodity: {
914
- type: string[];
915
- };
916
- unit: {
917
- type: string[];
918
- };
919
- meter: {
920
- type: string[];
921
- };
922
- };
923
- required: readonly ["timeUtc", "value", "addr", "var", "type", "commodity", "unit", "meter"];
924
- additionalProperties: boolean;
925
- };
926
- };
927
- name: string;
928
- outputJsonSchema: {
929
- type: string;
930
- items: {
931
- type: string;
932
- properties: {
933
- time_utc: {
934
- type: string;
935
- };
936
- value: {
937
- type: string;
938
- };
939
- addr: {
940
- type: string;
941
- };
942
- var: {
943
- type: string;
944
- };
945
- type: {
946
- type: string;
947
- };
948
- commodity: {
949
- type: string;
950
- };
951
- unit: {
952
- type: string;
953
- };
954
- meter: {
955
- type: string;
956
- };
957
- };
958
- required: readonly ["time_utc", "value", "addr", "var", "type", "commodity", "unit", "meter"];
959
- additionalProperties: boolean;
960
- };
961
- };
962
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
963
- pgTableName: string;
964
- };
965
- devices: {
966
- datasourceJsonSchema: {
967
- type: string;
968
- items: {
969
- type: string;
970
- properties: {
971
- id: {
972
- type: string;
973
- };
974
- addr: {
975
- type: string[];
976
- };
977
- description: {
978
- type: string[];
979
- };
980
- meterNumber: {
981
- type: string[];
982
- };
983
- meterIndex: {
984
- type: string[];
985
- };
986
- locationNumber: {
987
- type: string[];
988
- };
989
- locationDescription: {
990
- type: string[];
991
- };
992
- includeInEvaluation: {
993
- type: string[];
994
- };
995
- meterType: {
996
- type: string[];
997
- };
998
- category: {
999
- type: string[];
1000
- };
1001
- unit: {
1002
- type: string[];
1003
- };
1004
- replacedMeterId: {
1005
- type: string[];
1006
- };
1007
- deleted: {
1008
- type: string[];
1009
- };
1010
- buildingId: {
1011
- type: string;
1012
- };
1013
- };
1014
- required: readonly ["id", "addr", "description", "meterNumber", "meterIndex", "locationNumber", "locationDescription", "includeInEvaluation", "meterType", "category", "unit", "replacedMeterId", "deleted", "buildingId"];
1015
- additionalProperties: boolean;
1016
- };
1017
- };
1018
- name: string;
1019
- outputJsonSchema: {
1020
- type: string;
1021
- items: {
1022
- type: string;
1023
- properties: {
1024
- id: {
1025
- type: string;
1026
- };
1027
- addr: {
1028
- type: string;
1029
- };
1030
- description: {
1031
- type: string;
1032
- };
1033
- meter_number: {
1034
- type: string;
1035
- };
1036
- meter_index: {
1037
- type: string;
1038
- };
1039
- location_number: {
1040
- type: string;
1041
- };
1042
- location_description: {
1043
- type: string;
1044
- };
1045
- include_in_evaluation: {
1046
- type: string;
1047
- };
1048
- meter_type: {
1049
- type: string;
1050
- };
1051
- category: {
1052
- type: string;
1053
- };
1054
- unit: {
1055
- type: string;
1056
- };
1057
- replaced_meter_id: {
1058
- type: string;
1059
- };
1060
- deleted: {
1061
- type: string;
1062
- };
1063
- building_id: {
1064
- type: string;
1065
- };
1066
- };
1067
- required: readonly ["id", "addr", "description", "meter_number", "meter_index", "location_number", "location_description", "include_in_evaluation", "meter_type", "category", "unit", "replaced_meter_id", "deleted", "building_id"];
1068
- additionalProperties: boolean;
1069
- };
1070
- };
1071
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
1072
- pgTableName: string;
1073
- };
1074
- };
1075
- vpalac: {
1076
- measurement: {
1077
- datasourceJsonSchema: {
1078
- type: string;
1079
- items: {
1080
- type: string;
1081
- properties: {
1082
- values: {
1083
- type: string;
1084
- items: {
1085
- type: string;
1086
- properties: {
1087
- timestamp: {
1088
- type: string;
1089
- };
1090
- value: {
1091
- type: string[];
1092
- };
1093
- };
1094
- required: string[];
1095
- };
1096
- additionalItems: boolean;
1097
- };
1098
- var_id: {
1099
- type: string;
1100
- };
1101
- };
1102
- required: string[];
1103
- additionalProperties: boolean;
1104
- };
1105
- };
1106
- name: string;
1107
- outputJsonSchema: {
1108
- type: string;
1109
- items: {
1110
- type: string;
1111
- properties: {
1112
- time_measurement: {
1113
- type: string;
1114
- };
1115
- value: {
1116
- type: string[];
1117
- };
1118
- var_id: {
1119
- type: string;
1120
- };
1121
- };
1122
- required: string[];
1123
- additionalProperties: boolean;
1124
- };
1125
- };
1126
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
1127
- pgTableName: string;
1128
- };
1129
- measuringEquipment: {
1130
- datasourceJsonSchema: {
1131
- type: string;
1132
- items: {
1133
- type: string;
1134
- properties: {
1135
- me_do: {
1136
- type: string[];
1137
- };
1138
- me_extid: {
1139
- type: string[];
1140
- };
1141
- me_fakt: {
1142
- type: string[];
1143
- };
1144
- me_id: {
1145
- type: string;
1146
- };
1147
- me_od: {
1148
- type: string[];
1149
- };
1150
- me_plom: {
1151
- type: string[];
1152
- };
1153
- me_serial: {
1154
- type: string[];
1155
- };
1156
- me_zapoc: {
1157
- type: string[];
1158
- };
1159
- met_id: {
1160
- type: string[];
1161
- };
1162
- mis_id: {
1163
- type: string[];
1164
- };
1165
- mis_nazev: {
1166
- type: string[];
1167
- };
1168
- poc_typode: {
1169
- type: string[];
1170
- };
1171
- pot_id: {
1172
- type: string;
1173
- };
1174
- umisteni: {
1175
- type: string[];
1176
- };
1177
- var_id: {
1178
- type: string[];
1179
- };
1180
- };
1181
- required: string[];
1182
- additionalProperties: boolean;
1183
- };
1184
- };
1185
- name: string;
1186
- outputJsonSchema: {
1187
- type: string;
1188
- items: {
1189
- type: string;
1190
- properties: {
1191
- me_do: {
1192
- type: string[];
1193
- };
1194
- me_extid: {
1195
- type: string[];
1196
- };
1197
- me_fakt: {
1198
- type: string[];
1199
- };
1200
- me_id: {
1201
- type: string;
1202
- };
1203
- me_od: {
1204
- type: string[];
1205
- };
1206
- me_plom: {
1207
- type: string[];
1208
- };
1209
- me_serial: {
1210
- type: string[];
1211
- };
1212
- me_zapoc: {
1213
- type: string[];
1214
- };
1215
- met_id: {
1216
- type: string[];
1217
- };
1218
- mis_id: {
1219
- type: string[];
1220
- };
1221
- mis_nazev: {
1222
- type: string[];
1223
- };
1224
- poc_typode: {
1225
- type: string[];
1226
- };
1227
- pot_id: {
1228
- type: string;
1229
- };
1230
- umisteni: {
1231
- type: string[];
1232
- };
1233
- var_id: {
1234
- type: string[];
1235
- };
1236
- };
1237
- required: string[];
1238
- additionalProperties: boolean;
1239
- };
1240
- };
1241
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
1242
- pgTableName: string;
1243
- };
1244
- meterType: {
1245
- datasourceJsonSchema: {
1246
- type: string;
1247
- items: {
1248
- type: string;
1249
- properties: {
1250
- fir_id: {
1251
- type: string[];
1252
- };
1253
- medium: {
1254
- type: string[];
1255
- };
1256
- met_druh: {
1257
- type: string[];
1258
- };
1259
- met_id: {
1260
- type: string;
1261
- };
1262
- met_kod: {
1263
- type: string[];
1264
- };
1265
- met_nazev: {
1266
- type: string[];
1267
- };
1268
- met_ziv: {
1269
- type: string[];
1270
- };
1271
- vyr_zkr: {
1272
- type: string[];
1273
- };
1274
- };
1275
- required: string[];
1276
- additionalProperties: boolean;
1277
- };
1278
- };
1279
- name: string;
1280
- outputJsonSchema: {
1281
- type: string;
1282
- items: {
1283
- type: string;
1284
- properties: {
1285
- fir_id: {
1286
- type: string[];
1287
- };
1288
- medium: {
1289
- type: string[];
1290
- };
1291
- met_druh: {
1292
- type: string[];
1293
- };
1294
- met_id: {
1295
- type: string;
1296
- };
1297
- met_kod: {
1298
- type: string[];
1299
- };
1300
- met_nazev: {
1301
- type: string[];
1302
- };
1303
- met_ziv: {
1304
- type: string[];
1305
- };
1306
- vyr_zkr: {
1307
- type: string[];
1308
- };
1309
- };
1310
- required: string[];
1311
- additionalProperties: boolean;
1312
- };
1313
- };
1314
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
1315
- pgTableName: string;
1316
- };
1317
- typeMeasuringEquipment: {
1318
- datasourceJsonSchema: {
1319
- type: string;
1320
- items: {
1321
- type: string;
1322
- properties: {
1323
- cik_akt: {
1324
- type: string[];
1325
- };
1326
- cik_char: {
1327
- type: string[];
1328
- };
1329
- cik_cislo: {
1330
- type: string[];
1331
- };
1332
- cik_cislo2: {
1333
- type: string[];
1334
- };
1335
- cik_double: {
1336
- type: string[];
1337
- };
1338
- cik_fk: {
1339
- type: string[];
1340
- };
1341
- cik_nazev: {
1342
- type: string[];
1343
- };
1344
- cik_pzn: {
1345
- type: string[];
1346
- };
1347
- cik_zprac: {
1348
- type: string[];
1349
- };
1350
- lt_key: {
1351
- type: string;
1352
- };
1353
- };
1354
- required: string[];
1355
- additionalProperties: boolean;
1356
- };
1357
- };
1358
- name: string;
1359
- outputJsonSchema: {
1360
- type: string;
1361
- items: {
1362
- type: string;
1363
- properties: {
1364
- cik_akt: {
1365
- type: string[];
1366
- };
1367
- cik_char: {
1368
- type: string[];
1369
- };
1370
- cik_cislo: {
1371
- type: string[];
1372
- };
1373
- cik_cislo2: {
1374
- type: string[];
1375
- };
1376
- cik_double: {
1377
- type: string[];
1378
- };
1379
- cik_fk: {
1380
- type: string[];
1381
- };
1382
- cik_nazev: {
1383
- type: string[];
1384
- };
1385
- cik_pzn: {
1386
- type: string[];
1387
- };
1388
- cik_zprac: {
1389
- type: string[];
1390
- };
1391
- lt_key: {
1392
- type: string;
1393
- };
1394
- };
1395
- required: string[];
1396
- additionalProperties: boolean;
1397
- };
1398
- };
1399
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
1400
- pgTableName: string;
1401
- };
1402
- units: {
1403
- datasourceJsonSchema: {
1404
- type: string;
1405
- items: {
1406
- type: string;
1407
- properties: {
1408
- jed_id: {
1409
- type: string[];
1410
- };
1411
- jed_nazev: {
1412
- type: string[];
1413
- };
1414
- jed_zkr: {
1415
- type: string[];
1416
- };
1417
- lt_key: {
1418
- type: string;
1419
- };
1420
- pot_defcolor: {
1421
- type: string[];
1422
- };
1423
- pot_id: {
1424
- type: string[];
1425
- };
1426
- pot_type: {
1427
- type: string[];
1428
- };
1429
- ptv_id: {
1430
- type: string[];
1431
- };
1432
- };
1433
- required: string[];
1434
- additionalProperties: boolean;
1435
- };
1436
- };
1437
- name: string;
1438
- outputJsonSchema: {
1439
- type: string;
1440
- items: {
1441
- type: string;
1442
- properties: {
1443
- jed_id: {
1444
- type: string[];
1445
- };
1446
- jed_nazev: {
1447
- type: string[];
1448
- };
1449
- jed_zkr: {
1450
- type: string[];
1451
- };
1452
- lt_key: {
1453
- type: string;
1454
- };
1455
- pot_defcolor: {
1456
- type: string[];
1457
- };
1458
- pot_id: {
1459
- type: string[];
1460
- };
1461
- pot_type: {
1462
- type: string[];
1463
- };
1464
- ptv_id: {
1465
- type: string[];
1466
- };
1467
- };
1468
- required: string[];
1469
- additionalProperties: boolean;
1470
- };
1471
- };
1472
- outputSequelizeAttributes: import("sequelize/types").ModelAttributes<any, any>;
1473
- pgTableName: string;
1474
- };
1475
- };
1476
- };
5
+ enesa: typeof EnergeticsEnesa;
6
+ vpalac: typeof EnergeticsVpalac;
7
+ }
8
+ declare const EnergeticsSchema: ISchema;
1477
9
  declare namespace EnergeticsTypes {
1478
10
  export import Enesa = EnergeticsEnesaTypes;
1479
11
  }