@longvansoftware/service-js-client 1.14.2 → 1.14.3

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.
@@ -28,6 +28,7 @@ exports.CREATE_LAB_SESSION_BY_TEMPLATE_ID = (0, graphql_tag_1.gql) `
28
28
  articleTitle
29
29
  computingId
30
30
  computingName
31
+ computingState
31
32
  templateId
32
33
  templateName
33
34
  productId
@@ -59,6 +60,7 @@ exports.CREATE_LAB_SESSION_BY_LAB_SESSION_ID = (0, graphql_tag_1.gql) `
59
60
  articleTitle
60
61
  computingId
61
62
  computingName
63
+ computingState
62
64
  templateId
63
65
  templateName
64
66
  productId
@@ -90,6 +92,7 @@ exports.CREATE_LAB_SESSION_BY_COMPUTING_ID = (0, graphql_tag_1.gql) `
90
92
  articleTitle
91
93
  computingId
92
94
  computingName
95
+ computingState
93
96
  templateId
94
97
  templateName
95
98
  productId
@@ -40,6 +40,7 @@ exports.GET_LAB_SESSIONS_BY_USER_ID = (0, graphql_tag_1.gql) `
40
40
  articleTitle
41
41
  computingId
42
42
  computingName
43
+ computingState
43
44
  templateId
44
45
  templateName
45
46
  productId
@@ -66,6 +67,7 @@ exports.GET_LAB_SESSIONS_BY_USER_ID_AND_ARTICLE_ID = (0, graphql_tag_1.gql) `
66
67
  articleTitle
67
68
  computingId
68
69
  computingName
70
+ computingState
69
71
  templateId
70
72
  templateName
71
73
  productId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.14.2",
3
+ "version": "1.14.3",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [