epb_view_models 2.2.10 → 2.2.12

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 (80) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +37 -36
  3. data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
  4. data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
  5. data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
  6. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
  7. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
  8. data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
  9. data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
  10. data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
  11. data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
  12. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  13. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  14. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  15. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  16. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  17. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  18. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  19. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  20. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  21. data/lib/epb_view_models.rb +1 -1
  22. data/lib/presenter/cs63/certificate_summary.rb +1 -0
  23. data/lib/presenter/dec/certificate_summary.rb +1 -1
  24. data/lib/presenter/dec_rr/certificate_summary.rb +1 -1
  25. data/lib/view_model/cepc_s_71/cepc.rb +5 -5
  26. data/lib/view_model/cs63/common_schema.rb +20 -16
  27. data/lib/view_model/rd_sap_schema_170/common_schema.rb +1 -1
  28. data/lib/view_model/rd_sap_schema_171/common_schema.rb +1 -1
  29. data/lib/view_model/rd_sap_schema_180/common_schema.rb +1 -1
  30. data/lib/view_model/rd_sap_schema_190/common_schema.rb +1 -1
  31. data/lib/view_model/rd_sap_schema_200/common_schema.rb +1 -1
  32. data/lib/view_model/rd_sap_schema_210/common_schema.rb +1 -1
  33. data/lib/view_model/rd_sap_schema_2101/common_schema.rb +1 -1
  34. data/lib/view_model/rd_sap_schema_ni_173/common_schema.rb +9 -9
  35. data/lib/view_model/rd_sap_schema_ni_174/common_schema.rb +9 -9
  36. data/lib/view_model/rd_sap_schema_ni_180/common_schema.rb +9 -9
  37. data/lib/view_model/rd_sap_schema_ni_190/common_schema.rb +9 -9
  38. data/lib/view_model/rd_sap_schema_ni_200/common_schema.rb +9 -9
  39. data/lib/view_model/rd_sap_schema_ni_210/common_schema.rb +1 -1
  40. data/lib/view_model/rd_sap_schema_ni_2101/common_schema.rb +1 -1
  41. data/lib/view_model/rd_sap_schema_s_190/common_schema.rb +1 -1
  42. data/lib/view_model/sap_schema_102/rdsap.rb +1 -1
  43. data/lib/view_model/sap_schema_110/rdsap.rb +1 -1
  44. data/lib/view_model/sap_schema_112/common_schema.rb +1 -1
  45. data/lib/view_model/sap_schema_112/rdsap.rb +1 -1
  46. data/lib/view_model/sap_schema_112/sap.rb +1 -1
  47. data/lib/view_model/sap_schema_120/common_schema.rb +1 -1
  48. data/lib/view_model/sap_schema_130/common_schema.rb +1 -1
  49. data/lib/view_model/sap_schema_140/common_schema.rb +1 -1
  50. data/lib/view_model/sap_schema_141/common_schema.rb +1 -1
  51. data/lib/view_model/sap_schema_142/common_schema.rb +1 -1
  52. data/lib/view_model/sap_schema_150/common_schema.rb +1 -1
  53. data/lib/view_model/sap_schema_160/common_schema.rb +1 -1
  54. data/lib/view_model/sap_schema_161/common_schema.rb +1 -1
  55. data/lib/view_model/sap_schema_162/common_schema.rb +1 -1
  56. data/lib/view_model/sap_schema_163/common_schema.rb +1 -1
  57. data/lib/view_model/sap_schema_170/common_schema.rb +1 -1
  58. data/lib/view_model/sap_schema_171/common_schema.rb +1 -1
  59. data/lib/view_model/sap_schema_1800/common_schema.rb +1 -1
  60. data/lib/view_model/sap_schema_1900/common_schema.rb +7 -7
  61. data/lib/view_model/sap_schema_1910/common_schema.rb +7 -7
  62. data/lib/view_model/sap_schema_1920/common_schema.rb +7 -7
  63. data/lib/view_model/sap_schema_ni_112/common_schema.rb +1 -1
  64. data/lib/view_model/sap_schema_ni_112/rdsap.rb +1 -1
  65. data/lib/view_model/sap_schema_ni_120/common_schema.rb +1 -1
  66. data/lib/view_model/sap_schema_ni_130/common_schema.rb +1 -1
  67. data/lib/view_model/sap_schema_ni_140/common_schema.rb +1 -1
  68. data/lib/view_model/sap_schema_ni_141/common_schema.rb +1 -1
  69. data/lib/view_model/sap_schema_ni_142/common_schema.rb +1 -1
  70. data/lib/view_model/sap_schema_ni_150/common_schema.rb +1 -1
  71. data/lib/view_model/sap_schema_ni_160/common_schema.rb +1 -1
  72. data/lib/view_model/sap_schema_ni_161/common_schema.rb +1 -1
  73. data/lib/view_model/sap_schema_ni_170/common_schema.rb +1 -1
  74. data/lib/view_model/sap_schema_ni_171/common_schema.rb +1 -1
  75. data/lib/view_model/sap_schema_ni_172/common_schema.rb +1 -1
  76. data/lib/view_model/sap_schema_ni_173/common_schema.rb +9 -9
  77. data/lib/view_model/sap_schema_ni_174/common_schema.rb +9 -9
  78. data/lib/view_model/sap_schema_ni_1800/common_schema.rb +9 -9
  79. data/lib/view_model/sap_schema_s_1900/common_schema.rb +7 -7
  80. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18f96c7089d68a8329ebc158cd9d7033670216c37a602224213f391229a98395
4
- data.tar.gz: 961f3ffac930c5c55a7dab6fc99962e30d9ee6e12d3f63a04c99f638150690ec
3
+ metadata.gz: ff10125eacd9b91fc1954def6349f5f94afd5f3066a066c0346fa14628fc2ead
4
+ data.tar.gz: f0076f0b3a96328121efa7884f2d6e229b76fc477accfa505f32bde80edcdbf1
5
5
  SHA512:
6
- metadata.gz: de82ce7474d3caf06366e4c4d1602c6c90fa0b1f9db38108dde2523b9cb60894a78efa4714bb5955f14130ea33f67f64ff477564df220029117e6d78cd03e727
7
- data.tar.gz: c08523068af1017de65854660746d566103c5d5e4ed38c5a72ff8af92e1cd7123941d945e6cbb02b6dabcf6a6cbc66277e8c40e10d933873d485dac60763efb4
6
+ metadata.gz: 355767e1ec7327969f5e913d211602f28199919c9f4446a543091c400069c93ce0ecdfdd7d4a283df41cd2536ccba7f0ec44b05fddac9655f837e2100d49de5d
7
+ data.tar.gz: 2bfbc39036bc745c0617f327927061904398dffcd566192a2bfa8f4c9bd72530a2aab91be66b04ea71626e04b3ac0fab666c7188bdfa3e8ea83367df2e07007b
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (8.0.2)
4
+ activesupport (8.1.2)
5
5
  base64
6
- benchmark (>= 0.3)
7
6
  bigdecimal
8
7
  concurrent-ruby (~> 1.0, >= 1.3.1)
9
8
  connection_pool (>= 2.2.5)
10
9
  drb
11
10
  i18n (>= 1.6, < 2)
11
+ json
12
12
  logger (>= 1.4.2)
13
13
  minitest (>= 5.1)
14
14
  securerandom (>= 0.3)
@@ -16,48 +16,49 @@ GEM
16
16
  uri (>= 0.13.1)
17
17
  ast (2.4.3)
18
18
  base64 (0.3.0)
19
- benchmark (0.4.1)
20
- bigdecimal (3.2.2)
21
- concurrent-ruby (1.3.5)
22
- connection_pool (2.5.3)
19
+ bigdecimal (4.0.1)
20
+ concurrent-ruby (1.3.6)
21
+ connection_pool (3.0.2)
23
22
  diff-lcs (1.6.2)
24
23
  drb (2.2.3)
25
- i18n (1.14.7)
24
+ i18n (1.14.8)
26
25
  concurrent-ruby (~> 1.0)
27
- json (2.12.2)
26
+ json (2.18.1)
28
27
  language_server-protocol (3.17.0.5)
29
28
  lint_roller (1.1.0)
30
29
  logger (1.7.0)
31
30
  mini_portile2 (2.8.9)
32
- minitest (5.25.5)
33
- nokogiri (1.18.8)
31
+ minitest (6.0.2)
32
+ drb (~> 2.0)
33
+ prism (~> 1.5)
34
+ nokogiri (1.19.1)
34
35
  mini_portile2 (~> 2.8.2)
35
36
  racc (~> 1.4)
36
37
  parallel (1.27.0)
37
- parser (3.3.8.0)
38
+ parser (3.3.10.2)
38
39
  ast (~> 2.4.1)
39
40
  racc
40
- prism (1.4.0)
41
+ prism (1.9.0)
41
42
  racc (1.8.1)
42
- rack (3.1.16)
43
+ rack (3.2.5)
43
44
  rainbow (3.1.1)
44
45
  rake (13.0.6)
45
- regexp_parser (2.10.0)
46
- rexml (3.4.1)
47
- rspec (3.13.1)
46
+ regexp_parser (2.11.3)
47
+ rexml (3.4.4)
48
+ rspec (3.13.2)
48
49
  rspec-core (~> 3.13.0)
49
50
  rspec-expectations (~> 3.13.0)
50
51
  rspec-mocks (~> 3.13.0)
51
- rspec-core (3.13.4)
52
+ rspec-core (3.13.6)
52
53
  rspec-support (~> 3.13.0)
53
54
  rspec-expectations (3.13.5)
54
55
  diff-lcs (>= 1.2.0, < 2.0)
55
56
  rspec-support (~> 3.13.0)
56
- rspec-mocks (3.13.5)
57
+ rspec-mocks (3.13.7)
57
58
  diff-lcs (>= 1.2.0, < 2.0)
58
59
  rspec-support (~> 3.13.0)
59
- rspec-support (3.13.4)
60
- rubocop (1.76.2)
60
+ rspec-support (3.13.7)
61
+ rubocop (1.82.1)
61
62
  json (~> 2.3)
62
63
  language_server-protocol (~> 3.17.0.2)
63
64
  lint_roller (~> 1.1.0)
@@ -65,23 +66,23 @@ GEM
65
66
  parser (>= 3.3.0.2)
66
67
  rainbow (>= 2.2.2, < 4.0)
67
68
  regexp_parser (>= 2.9.3, < 3.0)
68
- rubocop-ast (>= 1.45.1, < 2.0)
69
+ rubocop-ast (>= 1.48.0, < 2.0)
69
70
  ruby-progressbar (~> 1.7)
70
71
  unicode-display_width (>= 2.4.0, < 4.0)
71
- rubocop-ast (1.45.1)
72
+ rubocop-ast (1.49.0)
72
73
  parser (>= 3.3.7.2)
73
- prism (~> 1.4)
74
+ prism (~> 1.7)
74
75
  rubocop-capybara (2.22.1)
75
76
  lint_roller (~> 1.1)
76
77
  rubocop (~> 1.72, >= 1.72.1)
77
- rubocop-govuk (5.1.15)
78
- rubocop (= 1.76.2)
79
- rubocop-ast (= 1.45.1)
78
+ rubocop-govuk (5.2.0)
79
+ rubocop (= 1.82.1)
80
+ rubocop-ast (= 1.49.0)
80
81
  rubocop-capybara (= 2.22.1)
81
- rubocop-rails (= 2.32.0)
82
+ rubocop-rails (= 2.34.3)
82
83
  rubocop-rake (= 0.7.1)
83
- rubocop-rspec (= 3.6.0)
84
- rubocop-rails (2.32.0)
84
+ rubocop-rspec (= 3.9.0)
85
+ rubocop-rails (2.34.3)
85
86
  activesupport (>= 4.2.0)
86
87
  lint_roller (~> 1.1)
87
88
  rack (>= 1.1)
@@ -90,18 +91,18 @@ GEM
90
91
  rubocop-rake (0.7.1)
91
92
  lint_roller (~> 1.1)
92
93
  rubocop (>= 1.72.1)
93
- rubocop-rspec (3.6.0)
94
+ rubocop-rspec (3.9.0)
94
95
  lint_roller (~> 1.1)
95
- rubocop (~> 1.72, >= 1.72.1)
96
+ rubocop (~> 1.81)
96
97
  ruby-progressbar (1.13.0)
97
98
  securerandom (0.4.1)
98
99
  tzinfo (2.0.6)
99
100
  concurrent-ruby (~> 1.0)
100
- unicode-display_width (3.1.4)
101
- unicode-emoji (~> 4.0, >= 4.0.4)
102
- unicode-emoji (4.0.4)
103
- uri (1.0.3)
104
- zeitwerk (2.7.3)
101
+ unicode-display_width (3.2.0)
102
+ unicode-emoji (~> 4.1)
103
+ unicode-emoji (4.2.0)
104
+ uri (1.1.1)
105
+ zeitwerk (2.7.5)
105
106
 
106
107
  PLATFORMS
107
108
  ruby