@nuffieldtechnologies/rugged-schema-types 0.3.11 → 0.3.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.
- package/distribution/index.js +4 -5
- package/package.json +1 -1
package/distribution/index.js
CHANGED
|
@@ -111,12 +111,12 @@ const _User = `
|
|
|
111
111
|
const _AllUserFields = `{id, organisation, name, email, roles, permissions}`;
|
|
112
112
|
const _FormInput = `
|
|
113
113
|
input FormInput {
|
|
114
|
-
id: ID
|
|
114
|
+
id: ID
|
|
115
115
|
name: String
|
|
116
|
-
definition: String
|
|
117
116
|
key: String
|
|
118
|
-
|
|
117
|
+
definition: String
|
|
119
118
|
status: TEMPLATESTATUS
|
|
119
|
+
updated: String
|
|
120
120
|
data: String
|
|
121
121
|
}
|
|
122
122
|
`;
|
|
@@ -126,7 +126,6 @@ const _FormFilter = `
|
|
|
126
126
|
}
|
|
127
127
|
`;
|
|
128
128
|
const _Form = `
|
|
129
|
-
|
|
130
129
|
type Resource {
|
|
131
130
|
data: String
|
|
132
131
|
}
|
|
@@ -144,7 +143,7 @@ const _Form = `
|
|
|
144
143
|
}
|
|
145
144
|
|
|
146
145
|
type Form {
|
|
147
|
-
id: ID
|
|
146
|
+
id: ID
|
|
148
147
|
name: String
|
|
149
148
|
key: String
|
|
150
149
|
definition: String
|