@quesmed/types 2.5.63 → 2.5.64

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.
@@ -46,9 +46,9 @@ exports.PRESETS = (0, client_1.gql) `
46
46
  }
47
47
  `;
48
48
  exports.PRESET = (0, client_1.gql) `
49
- query Preset($id: Int) {
49
+ query Preset($id: Int!) {
50
50
  restricted {
51
- presets(id: $id) {
51
+ preset(id: $id) {
52
52
  id
53
53
  createdAt
54
54
  updatedAt
@@ -43,9 +43,9 @@ export const PRESETS = gql `
43
43
  }
44
44
  `;
45
45
  export const PRESET = gql `
46
- query Preset($id: Int) {
46
+ query Preset($id: Int!) {
47
47
  restricted {
48
- presets(id: $id) {
48
+ preset(id: $id) {
49
49
  id
50
50
  createdAt
51
51
  updatedAt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.63",
3
+ "version": "2.5.64",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",