@longvansoftware/service-js-client 1.11.4 → 1.11.6

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.
@@ -278,6 +278,7 @@ exports.GET_WHOIS_DOMAIN_INFO = (0, graphql_tag_1.gql) `
278
278
  registrarViUrl
279
279
  renewalDeadline
280
280
  status
281
+ registrarName
281
282
  }
282
283
  }
283
284
  `;
@@ -188,6 +188,7 @@ exports.ADD_PORT_NAT = (0, graphql_tag_1.gql) `
188
188
  $translatedAddress: String!
189
189
  $translatedPort: String!
190
190
  $action: String!
191
+ $protocol: String!
191
192
  $description: String
192
193
  $createBy: String
193
194
  ) {
@@ -200,6 +201,7 @@ exports.ADD_PORT_NAT = (0, graphql_tag_1.gql) `
200
201
  translatedAddress: $translatedAddress
201
202
  translatedPort: $translatedPort
202
203
  action: $action
204
+ protocol: $protocol
203
205
  description: $description
204
206
  createBy: $createBy
205
207
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.11.4",
3
+ "version": "1.11.6",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [