@projectcaluma/ember-testing 14.8.1 → 14.8.2

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.
@@ -8,6 +8,11 @@ directive @specifiedBy(
8
8
  url: String!
9
9
  ) on SCALAR
10
10
 
11
+ """
12
+ Indicates an Input Object is a OneOf Input Object.
13
+ """
14
+ directive @oneOf on INPUT_OBJECT
15
+
11
16
  type ActionButtonQuestion implements Question & Node {
12
17
  createdAt: DateTime!
13
18
  modifiedAt: DateTime!
@@ -4094,9 +4099,17 @@ type ValidationEntry {
4094
4099
  slug: String!
4095
4100
  errorMsg: String!
4096
4101
  errorCode: String!
4102
+
4103
+ """
4104
+ References the document ID. This may reference table rows.
4105
+ """
4106
+ documentId: ID!
4097
4107
  }
4098
4108
 
4099
4109
  type ValidationResult {
4110
+ """
4111
+ References the document ID
4112
+ """
4100
4113
  id: ID
4101
4114
  isValid: Boolean
4102
4115
  errors: [ValidationEntry]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-testing",
3
- "version": "14.8.1",
3
+ "version": "14.8.2",
4
4
  "description": "Ember addon for testing with Caluma addons.",
5
5
  "keywords": [
6
6
  "ember-addon"