epb_view_models 1.0.29 → 1.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.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +24 -24
- data/api/schemas/data/orchestrate.json +4 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/ExternalDefinitions.xml +1735 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/ExternalDefinitions.xsd +313 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/AssessorManagement.xsd +275 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/EPC-Certificate.xsd +632 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/ExceptionList.xsd +20 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/Property.xsd +85 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/ReportList.xsd +27 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-CollectedData.xsd +2500 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Compliance-Report.xsd +51 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Report.xsd +277 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/EPC-Domains.xsd +646 -0
- data/api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/SAP-Domains.xsd +3421 -0
- data/epb_view_models.gemspec +2 -2
- data/lib/epb_view_models.rb +1 -1
- data/lib/helper/xml_enums_to_output.rb +2 -0
- data/lib/view_model/factory.rb +1 -0
- data/lib/view_model/sap_schema_1910/common_schema.rb +618 -0
- data/lib/view_model/sap_wrapper.rb +2 -0
- metadata +17 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epb_view_models
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- DLUHC Energy Performance of Buildings
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -40,7 +40,7 @@ dependencies:
|
|
40
40
|
version: '2.6'
|
41
41
|
description:
|
42
42
|
email:
|
43
|
-
-
|
43
|
+
- dluhc.digital-services@levellingup.gov.uk
|
44
44
|
executables: []
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
@@ -1037,6 +1037,18 @@ files:
|
|
1037
1037
|
- api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/SAP-Report.xsd
|
1038
1038
|
- api/schemas/xml/SAP-Schema-19.0.0/SAP/UDT/EPC-Domains.xsd
|
1039
1039
|
- api/schemas/xml/SAP-Schema-19.0.0/SAP/UDT/SAP-Domains.xsd
|
1040
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/ExternalDefinitions.xml
|
1041
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/ExternalDefinitions.xsd
|
1042
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/AssessorManagement.xsd
|
1043
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/EPC-Certificate.xsd
|
1044
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/ExceptionList.xsd
|
1045
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/Property.xsd
|
1046
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/ReportList.xsd
|
1047
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-CollectedData.xsd
|
1048
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Compliance-Report.xsd
|
1049
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Report.xsd
|
1050
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/EPC-Domains.xsd
|
1051
|
+
- api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/SAP-Domains.xsd
|
1040
1052
|
- api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/CommonStructures.xsd
|
1041
1053
|
- api/schemas/xml/SAP-Schema-NI-11.2/CommonFiles/Exceptions.xsd
|
1042
1054
|
- api/schemas/xml/SAP-Schema-NI-11.2/Messages/ConditionReportChangeAccessRequest_1.xsd
|
@@ -1807,6 +1819,7 @@ files:
|
|
1807
1819
|
- lib/view_model/sap_schema_171/common_schema.rb
|
1808
1820
|
- lib/view_model/sap_schema_1800/common_schema.rb
|
1809
1821
|
- lib/view_model/sap_schema_1900/common_schema.rb
|
1822
|
+
- lib/view_model/sap_schema_1910/common_schema.rb
|
1810
1823
|
- lib/view_model/sap_schema_ni_112/common_schema.rb
|
1811
1824
|
- lib/view_model/sap_schema_ni_112/rdsap.rb
|
1812
1825
|
- lib/view_model/sap_schema_ni_112/sap.rb
|