epb_view_models 2.0.24 → 2.1.0

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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +2 -2
  4. data/api/schemas/data/orchestrate.json +4 -0
  5. data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
  6. data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
  7. data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
  8. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
  9. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
  10. data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
  11. data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
  12. data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
  13. data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
  14. data/api/schemas/xml/RdSAP-Schema-NI-21.0.0/RdSAP/ExternalDefinitions.xml +10 -10
  15. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xml +1797 -0
  16. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xsd +267 -0
  17. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/AssessorManagement.xsd +212 -0
  18. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-Certificate.xsd +398 -0
  19. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-CollectedData.xsd +1453 -0
  20. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/Property.xsd +67 -0
  21. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/RdSAP-Report.xsd +179 -0
  22. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/EPC-Domains.xsd +940 -0
  23. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/SAP-Domains.xsd +3557 -0
  24. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  25. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  26. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  27. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  28. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  29. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  30. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  31. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  32. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  33. data/epb_view_models.gemspec +2 -2
  34. data/lib/epb_view_models.rb +1 -1
  35. data/lib/helper/xml_enums_to_output.rb +2 -0
  36. data/lib/view_model/factory.rb +1 -0
  37. data/lib/view_model/rd_sap_schema_ni_2101/common_schema.rb +606 -0
  38. data/lib/view_model/rd_sap_wrapper.rb +2 -0
  39. metadata +15 -9
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epb_view_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.24
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - DLUHC Energy Performance of Buildings
8
- autorequire:
7
+ - MHCLG Energy Performance of Buildings
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-06-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: nokogiri
@@ -38,9 +37,8 @@ dependencies:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
39
  version: '2.6'
41
- description:
42
40
  email:
43
- - dluhc.digital-services@levellingup.gov.uk
41
+ - mhclg.digital-services@levellingup.gov.uk
44
42
  executables: []
45
43
  extensions: []
46
44
  extra_rdoc_files: []
@@ -303,6 +301,15 @@ files:
303
301
  - api/schemas/xml/RdSAP-Schema-NI-21.0.0/RdSAP/Templates/RdSAP-Report.xsd
304
302
  - api/schemas/xml/RdSAP-Schema-NI-21.0.0/RdSAP/UDT/EPC-Domains.xsd
305
303
  - api/schemas/xml/RdSAP-Schema-NI-21.0.0/RdSAP/UDT/SAP-Domains.xsd
304
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xml
305
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xsd
306
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/AssessorManagement.xsd
307
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-Certificate.xsd
308
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-CollectedData.xsd
309
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/Property.xsd
310
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/RdSAP-Report.xsd
311
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/EPC-Domains.xsd
312
+ - api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/SAP-Domains.xsd
306
313
  - api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xml
307
314
  - api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd
308
315
  - api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd
@@ -1846,6 +1853,7 @@ files:
1846
1853
  - lib/view_model/rd_sap_schema_ni_190/common_schema.rb
1847
1854
  - lib/view_model/rd_sap_schema_ni_200/common_schema.rb
1848
1855
  - lib/view_model/rd_sap_schema_ni_210/common_schema.rb
1856
+ - lib/view_model/rd_sap_schema_ni_2101/common_schema.rb
1849
1857
  - lib/view_model/rd_sap_schema_s_190/common_schema.rb
1850
1858
  - lib/view_model/rd_sap_wrapper.rb
1851
1859
  - lib/view_model/sap_schema_102/common_schema.rb
@@ -1940,7 +1948,6 @@ homepage: https://github.com/communitiesuk/epb-view-models
1940
1948
  licenses:
1941
1949
  - MIT
1942
1950
  metadata: {}
1943
- post_install_message:
1944
1951
  rdoc_options: []
1945
1952
  require_paths:
1946
1953
  - lib
@@ -1955,8 +1962,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1955
1962
  - !ruby/object:Gem::Version
1956
1963
  version: '0'
1957
1964
  requirements: []
1958
- rubygems_version: 3.5.11
1959
- signing_key:
1965
+ rubygems_version: 3.6.9
1960
1966
  specification_version: 4
1961
1967
  summary: Library used to parse Energy Performance Certificates (EPC)
1962
1968
  test_files: []