@robosystems/client 0.3.31 → 0.3.32
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.
|
@@ -127,6 +127,21 @@ exports.GET_REPORT_PACKAGE = (0, graphql_request_1.gql) `
|
|
|
127
127
|
periodEnd
|
|
128
128
|
evaluatedAt
|
|
129
129
|
}
|
|
130
|
+
verificationSummary {
|
|
131
|
+
total
|
|
132
|
+
passed
|
|
133
|
+
failed
|
|
134
|
+
errored
|
|
135
|
+
skipped
|
|
136
|
+
byCategory {
|
|
137
|
+
category
|
|
138
|
+
total
|
|
139
|
+
passed
|
|
140
|
+
failed
|
|
141
|
+
errored
|
|
142
|
+
skipped
|
|
143
|
+
}
|
|
144
|
+
}
|
|
130
145
|
view {
|
|
131
146
|
rendering {
|
|
132
147
|
rows {
|
|
@@ -125,6 +125,21 @@ export const GET_REPORT_PACKAGE = gql`
|
|
|
125
125
|
periodEnd
|
|
126
126
|
evaluatedAt
|
|
127
127
|
}
|
|
128
|
+
verificationSummary {
|
|
129
|
+
total
|
|
130
|
+
passed
|
|
131
|
+
failed
|
|
132
|
+
errored
|
|
133
|
+
skipped
|
|
134
|
+
byCategory {
|
|
135
|
+
category
|
|
136
|
+
total
|
|
137
|
+
passed
|
|
138
|
+
failed
|
|
139
|
+
errored
|
|
140
|
+
skipped
|
|
141
|
+
}
|
|
142
|
+
}
|
|
128
143
|
view {
|
|
129
144
|
rendering {
|
|
130
145
|
rows {
|