@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.
@@ -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
|