@itentialopensource/adapter-metaswitch 0.8.0 → 0.8.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.
package/TAB2.md CHANGED
@@ -134,7 +134,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
134
134
  "healthcheck_on_timeout": true,
135
135
  "return_raw": false,
136
136
  "archiving": false,
137
- "return_request": false
137
+ "return_request": false,
138
+ "keep_alive_interval": 0
138
139
  },
139
140
  "proxy": {
140
141
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-metaswitch",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "This adapter integrates with system described as: Metaswitch.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -85,7 +85,8 @@
85
85
  "healthcheck_on_timeout": true,
86
86
  "return_raw": false,
87
87
  "archiving": false,
88
- "return_request": false
88
+ "return_request": false,
89
+ "keep_alive_interval": 0
89
90
  },
90
91
  "proxy": {
91
92
  "enabled": false,
@@ -274,4 +275,4 @@
274
275
  "brokers": [],
275
276
  "logLevel": "none",
276
277
  "timeout": 120000
277
- }
278
+ }