epb_view_models 2.2.15 → 2.2.17
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 +8 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xml +1456 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/AssessorManagement.xsd +208 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-Certificate.xsd +400 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/EPC-CollectedData.xsd +957 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/EPC-Domains.xsd +843 -0
- data/api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/UDT/SAP-Domains.xsd +2541 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xml +1456 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/ExternalDefinitions.xsd +236 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/AssessorManagement.xsd +213 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-Certificate.xsd +400 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/EPC-CollectedData.xsd +966 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ExceptionList.xsd +18 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/Property.xsd +66 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/RdSAP-Report.xsd +175 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/ReportList.xsd +26 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/EPC-Domains.xsd +853 -0
- data/api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/UDT/SAP-Domains.xsd +2551 -0
- data/lib/epb_view_models.rb +1 -1
- data/lib/view_model/factory.rb +2 -0
- data/lib/view_model/rd_sap_schema_s_1700/common_schema.rb +541 -0
- data/lib/view_model/rd_sap_schema_s_180/common_schema.rb +541 -0
- data/lib/view_model/rd_sap_schema_s_190/common_schema.rb +44 -44
- data/lib/view_model/rd_sap_schema_s_210/common_schema.rb +37 -36
- data/lib/view_model/rd_sap_wrapper.rb +4 -0
- data/lib/view_model/sap_schema_s_1900/common_schema.rb +6 -10
- metadata +25 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76b5fe7779f3488668b93f890cb7f1ee38af4c38bb472a4d99b01978a4c865a7
|
|
4
|
+
data.tar.gz: 4abb1576fe35e553be1ea4f235a058f2774ee6974e4a75a862675ca02b5893a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcb08e99e2b99947235fe6b0c14cfc36860888cc241f067e2a09634435f59702561f6046c35d9b3692f0b0aff5296d80b94db47c9aa7e97503a8705560820b85
|
|
7
|
+
data.tar.gz: 8548dc821f3fd2c97acc1cbed50cad04bf01f67a4166ecc3ba188a6397f0776574a29c434cfdc3698fe70239318e6335dd1fead7b5902b23e528edf5ccb24d5a
|
|
@@ -203,6 +203,14 @@
|
|
|
203
203
|
"schema_path":
|
|
204
204
|
"api/schemas/xml/RdSAP-Schema-S-21.0/RdSAP/Templates/RdSAP-Report.xsd"
|
|
205
205
|
},
|
|
206
|
+
"RdSAP-Schema-S-18.0": {
|
|
207
|
+
"schema_path":
|
|
208
|
+
"api/schemas/xml/RdSAP-Schema-S-18.0/RdSAP/Templates/RdSAP-Report.xsd"
|
|
209
|
+
},
|
|
210
|
+
"RdSAP-Schema-S-17.00": {
|
|
211
|
+
"schema_path":
|
|
212
|
+
"api/schemas/xml/RdSAP-Schema-S-17.00/RdSAP/Templates/RdSAP-Report.xsd"
|
|
213
|
+
},
|
|
206
214
|
"CEPC-8.0.0": {
|
|
207
215
|
"schema_path": "api/schemas/xml/CEPC-8.0.0/Reports/CEPC-Reports.xsd"
|
|
208
216
|
},
|