@longvansoftware/service-js-client 1.11.5 → 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.
@@ -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
|
)
|