@longvansoftware/storefront-js-client 2.9.4 → 2.9.5

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.
@@ -2,47 +2,47 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SNAP_SHOTS = exports.PORTNATS = exports.COMPUTING_DETAIL = void 0;
4
4
  const graphql_tag_1 = require("graphql-tag");
5
- exports.COMPUTING_DETAIL = (0, graphql_tag_1.gql) `
6
- query ComputingDetail($computingId: String!) {
7
- computingDetail(computingId: $computingId) {
8
- id
9
- name
10
- username
11
- password
12
- state
13
- os
14
- ips
15
- province
16
- console
17
- existPortNat
18
- }
19
- }
5
+ exports.COMPUTING_DETAIL = (0, graphql_tag_1.gql) `
6
+ query ComputingDetail($computingId: String!) {
7
+ computingDetail(computingId: $computingId) {
8
+ id
9
+ name
10
+ username
11
+ password
12
+ state
13
+ os
14
+ ips
15
+ province
16
+ console
17
+ existPortNat
18
+ }
19
+ }
20
20
  `;
21
- exports.PORTNATS = (0, graphql_tag_1.gql) `
22
- query PortNats($computingId: String!) {
23
- portNats(computingId: $computingId) {
24
- id
25
- action
26
- protocol
27
- originalAddress
28
- originalPort
29
- translatedAddress
30
- translatedPort
31
- description
32
- status
33
- }
34
- }
21
+ exports.PORTNATS = (0, graphql_tag_1.gql) `
22
+ query PortNats($computingId: String!) {
23
+ portNats(computingId: $computingId) {
24
+ id
25
+ action
26
+ protocol
27
+ originalAddress
28
+ originalPort
29
+ translatedAddress
30
+ translatedPort
31
+ description
32
+ status
33
+ }
34
+ }
35
35
  `;
36
- exports.SNAP_SHOTS = (0, graphql_tag_1.gql) `
37
- query Snapshots($computingId: String!) {
38
- snapshots(computingId: $computingId) {
39
- id
40
- computingId
41
- snapshotId
42
- name
43
- status
44
- createdStamp
45
- endDate
46
- }
47
- }
36
+ exports.SNAP_SHOTS = (0, graphql_tag_1.gql) `
37
+ query Snapshots($computingId: String!) {
38
+ snapshots(computingId: $computingId) {
39
+ id
40
+ computingId
41
+ snapshotId
42
+ name
43
+ status
44
+ createdStamp
45
+ endDate
46
+ }
47
+ }
48
48
  `;