epb_view_models 1.0.29 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/Gemfile.lock +24 -24
  4. data/api/schemas/data/orchestrate.json +4 -0
  5. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/ExternalDefinitions.xml +1735 -0
  6. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/ExternalDefinitions.xsd +313 -0
  7. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/AssessorManagement.xsd +275 -0
  8. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/EPC-Certificate.xsd +632 -0
  9. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/ExceptionList.xsd +20 -0
  10. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/Property.xsd +85 -0
  11. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/ReportList.xsd +27 -0
  12. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-CollectedData.xsd +2500 -0
  13. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Compliance-Report.xsd +51 -0
  14. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Report.xsd +277 -0
  15. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/EPC-Domains.xsd +646 -0
  16. data/api/schemas/xml/SAP-Schema-19.1.0/SAP/UDT/SAP-Domains.xsd +3421 -0
  17. data/epb_view_models.gemspec +2 -2
  18. data/lib/accessor/domestic_recommendations_accessor.rb +50 -0
  19. data/lib/epb_view_models.rb +1 -1
  20. data/lib/helper/xml_enums_to_output.rb +2 -0
  21. data/lib/presenter/rd_sap/domestic_digest.rb +0 -2
  22. data/lib/presenter/sap/domestic_digest.rb +1 -1
  23. data/lib/view_model/factory.rb +1 -0
  24. data/lib/view_model/rd_sap_schema_200/common_schema.rb +5 -4
  25. data/lib/view_model/sap_schema_1800/common_schema.rb +4 -2
  26. data/lib/view_model/sap_schema_1900/common_schema.rb +4 -2
  27. data/lib/view_model/sap_schema_1910/common_schema.rb +620 -0
  28. data/lib/view_model/sap_wrapper.rb +2 -0
  29. metadata +19 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5946610b22f8ec4c7b0db83639715e2b52a2d087a2fc7d90f109c33dd21fc29a
4
- data.tar.gz: 6d3452e57e68ce3baa1680148ae807dbba3b57907c9272c6ca3e36013c715eab
3
+ metadata.gz: 55af1696774f619abfd51d7e2dc91ad38e91544f4d5054a006e3ec40bbac0670
4
+ data.tar.gz: 7c8eb84beb1d7b9e9c7c1be32cd941fe3fdbe2733c26421e11e60535ac95f172
5
5
  SHA512:
6
- metadata.gz: 4d3ac55c57111fa1698ef70b9a35c35047b7708a25a68232a4d4a87b46724c185d63573af9e52713e79b2b6d77a5293342b3da47b7f20cd55e00a3176a212ba4
7
- data.tar.gz: 53bf1375ed5ee753854d4e0f298a63b5aa7cb9c560d89155021319b486bc697109d0e91c504eb74da43dc98319f3266d328acd55c55d7e8d781320a8dbb2b418
6
+ metadata.gz: 4aedfe8e74dc369c073b4c7a2e3b38ca7fccd8ed8407fe3166cd83191c59975f698aab5006e2ce33d744cfa8075745fe128e3bc5807b8d51a1042b5992e64cde
7
+ data.tar.gz: e86ba1d04baf7af22307a7078ba04541bbafb3630264fb65bfab25b914a89fbba4672436b49c04d296556c2de270933167382a0a90279553b2ff907e422acb9a
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.2
1
+ 3.1.3
data/Gemfile.lock CHANGED
@@ -1,44 +1,44 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (7.0.3.1)
4
+ activesupport (7.0.4.2)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (>= 1.6, < 2)
7
7
  minitest (>= 5.1)
8
8
  tzinfo (~> 2.0)
9
9
  ast (2.4.2)
10
- concurrent-ruby (1.1.10)
10
+ concurrent-ruby (1.2.0)
11
11
  diff-lcs (1.5.0)
12
12
  i18n (1.12.0)
13
13
  concurrent-ruby (~> 1.0)
14
- json (2.6.2)
15
- mini_portile2 (2.8.0)
16
- minitest (5.16.3)
17
- nokogiri (1.13.8)
14
+ json (2.6.3)
15
+ mini_portile2 (2.8.1)
16
+ minitest (5.17.0)
17
+ nokogiri (1.14.0)
18
18
  mini_portile2 (~> 2.8.0)
19
19
  racc (~> 1.4)
20
20
  parallel (1.22.1)
21
- parser (3.1.2.1)
21
+ parser (3.2.0.0)
22
22
  ast (~> 2.4.1)
23
- racc (1.6.0)
24
- rack (2.2.4)
23
+ racc (1.6.2)
24
+ rack (3.0.4.1)
25
25
  rainbow (3.1.1)
26
26
  rake (13.0.6)
27
- regexp_parser (2.5.0)
27
+ regexp_parser (2.6.2)
28
28
  rexml (3.2.5)
29
- rspec (3.11.0)
30
- rspec-core (~> 3.11.0)
31
- rspec-expectations (~> 3.11.0)
32
- rspec-mocks (~> 3.11.0)
33
- rspec-core (3.11.0)
34
- rspec-support (~> 3.11.0)
35
- rspec-expectations (3.11.0)
29
+ rspec (3.12.0)
30
+ rspec-core (~> 3.12.0)
31
+ rspec-expectations (~> 3.12.0)
32
+ rspec-mocks (~> 3.12.0)
33
+ rspec-core (3.12.0)
34
+ rspec-support (~> 3.12.0)
35
+ rspec-expectations (3.12.2)
36
36
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.11.0)
38
- rspec-mocks (3.11.1)
37
+ rspec-support (~> 3.12.0)
38
+ rspec-mocks (3.12.3)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.11.0)
41
- rspec-support (3.11.0)
40
+ rspec-support (~> 3.12.0)
41
+ rspec-support (3.12.0)
42
42
  rubocop (1.35.0)
43
43
  json (~> 2.3)
44
44
  parallel (~> 1.10)
@@ -66,10 +66,10 @@ GEM
66
66
  rubocop-rspec (2.12.1)
67
67
  rubocop (~> 1.31)
68
68
  ruby-progressbar (1.11.0)
69
- tzinfo (2.0.5)
69
+ tzinfo (2.0.6)
70
70
  concurrent-ruby (~> 1.0)
71
- unicode-display_width (2.2.0)
72
- zeitwerk (2.6.0)
71
+ unicode-display_width (2.4.2)
72
+ zeitwerk (2.6.6)
73
73
 
74
74
  PLATFORMS
75
75
  ruby
@@ -1,4 +1,8 @@
1
1
  {
2
+ "SAP-Schema-19.1.0": {
3
+ "schema_path":
4
+ "api/schemas/xml/SAP-Schema-19.1.0/SAP/Templates/SAP-Report.xsd"
5
+ },
2
6
  "SAP-Schema-19.0.0": {
3
7
  "schema_path":
4
8
  "api/schemas/xml/SAP-Schema-19.0.0/SAP/Templates/SAP-Report.xsd"