@itentialopensource/adapter-kentik_v5 0.7.0 → 0.7.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
@@ -151,7 +151,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
151
151
  "healthcheck_on_timeout": true,
152
152
  "return_raw": false,
153
153
  "archiving": false,
154
- "return_request": false
154
+ "return_request": false,
155
+ "keep_alive_interval": 0
155
156
  },
156
157
  "proxy": {
157
158
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kentik_v5",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: kentikV5Api.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -91,7 +91,8 @@
91
91
  "healthcheck_on_timeout": true,
92
92
  "return_raw": false,
93
93
  "archiving": false,
94
- "return_request": false
94
+ "return_request": false,
95
+ "keep_alive_interval": 0
95
96
  },
96
97
  "proxy": {
97
98
  "enabled": false,
@@ -280,4 +281,4 @@
280
281
  "brokers": [],
281
282
  "logLevel": "none",
282
283
  "timeout": 120000
283
- }
284
+ }