epb_view_models 2.2.14 → 2.2.15
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/api/schemas/data/orchestrate.json +4 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/ExternalDefinitions.xml +1832 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/ExternalDefinitions.xsd +267 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/AssessorManagement.xsd +212 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/EPC-Certificate.xsd +399 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/EPC-CollectedData.xsd +1453 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/Property.xsd +67 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.cs +11846 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.xsd +179 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/UDT/EPC-Domains.xsd +940 -0
- data/api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/UDT/SAP-Domains.xsd +3557 -0
- data/lib/epb_view_models.rb +1 -1
- data/lib/view_model/factory.rb +1 -0
- data/lib/view_model/rd_sap_schema_s_210/common_schema.rb +669 -0
- data/lib/view_model/rd_sap_wrapper.rb +2 -0
- metadata +12 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epb_view_models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MHCLG Energy Performance of Buildings
|
|
@@ -331,6 +331,16 @@ files:
|
|
|
331
331
|
- api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd
|
|
332
332
|
- api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd
|
|
333
333
|
- api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd
|
|
334
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/ExternalDefinitions.xml
|
|
335
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/ExternalDefinitions.xsd
|
|
336
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/AssessorManagement.xsd
|
|
337
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/EPC-Certificate.xsd
|
|
338
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/EPC-CollectedData.xsd
|
|
339
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/Property.xsd
|
|
340
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.cs
|
|
341
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.xsd
|
|
342
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/UDT/EPC-Domains.xsd
|
|
343
|
+
- api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/UDT/SAP-Domains.xsd
|
|
334
344
|
- api/schemas/xml/SAP-Schema-10.2/CommonFiles/CommonStructures.xsd
|
|
335
345
|
- api/schemas/xml/SAP-Schema-10.2/CommonFiles/Exceptions.xsd
|
|
336
346
|
- api/schemas/xml/SAP-Schema-10.2/Messages/ConditionReportChangeAccessRequest_1.xsd
|
|
@@ -1707,6 +1717,7 @@ files:
|
|
|
1707
1717
|
- lib/view_model/rd_sap_schema_ni_210/common_schema.rb
|
|
1708
1718
|
- lib/view_model/rd_sap_schema_ni_2101/common_schema.rb
|
|
1709
1719
|
- lib/view_model/rd_sap_schema_s_190/common_schema.rb
|
|
1720
|
+
- lib/view_model/rd_sap_schema_s_210/common_schema.rb
|
|
1710
1721
|
- lib/view_model/rd_sap_wrapper.rb
|
|
1711
1722
|
- lib/view_model/sap_schema_102/common_schema.rb
|
|
1712
1723
|
- lib/view_model/sap_schema_102/rdsap.rb
|