@reqquest/ui 1.1.3 → 1.1.4

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.
@@ -141,7 +141,7 @@ input AccessRoleGrantUpdate {
141
141
  type AccessRoleGroup {
142
142
  """The date the group was added to a role."""
143
143
  dateAdded: DateTime!
144
- dateCreated: DateTime!
144
+ dateCreated: DateTime
145
145
 
146
146
  """The name of the group. This should be unique even among all roleIds."""
147
147
  groupName: String!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reqquest/ui",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",