@longvansoftware/service-js-client 1.13.0 → 1.13.1

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.
@@ -152,6 +152,7 @@ exports.STOP_USE_COMPUTING = (0, graphql_tag_1.gql) `
152
152
  password
153
153
  state
154
154
  os
155
+ templateId
155
156
  ips
156
157
  province
157
158
  existPortNat
@@ -11,6 +11,7 @@ exports.COMPUTING_DETAIL = (0, graphql_tag_1.gql) `
11
11
  password
12
12
  state
13
13
  os
14
+ templateId
14
15
  ips
15
16
  province
16
17
  existPortNat
@@ -228,6 +229,7 @@ exports.GET_COMPUTINGS = (0, graphql_tag_1.gql) `
228
229
  password
229
230
  state
230
231
  os
232
+ templateId
231
233
  ips
232
234
  province
233
235
  existPortNat
@@ -275,6 +277,7 @@ exports.GET_LAB_INSTANCE = (0, graphql_tag_1.gql) `
275
277
  password
276
278
  state
277
279
  os
280
+ templateId
278
281
  ips
279
282
  province
280
283
  existPortNat
@@ -328,6 +331,7 @@ exports.GET_COMPUTING_BY_CLUSTER = (0, graphql_tag_1.gql) `
328
331
  password
329
332
  state
330
333
  os
334
+ templateId
331
335
  ips
332
336
  province
333
337
  existPortNat
@@ -375,6 +379,7 @@ exports.GET_COMPUTING_BY_SERVICE = (0, graphql_tag_1.gql) `
375
379
  password
376
380
  state
377
381
  os
382
+ templateId
378
383
  ips
379
384
  province
380
385
  existPortNat
@@ -135,6 +135,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
135
135
  }
136
136
  itemType
137
137
  }
138
+ serviceId
138
139
  }
139
140
  }
140
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [