@itentialopensource/adapter-aruba_central 2.6.0 → 2.6.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
@@ -212,7 +212,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
212
212
  "healthcheck_on_timeout": true,
213
213
  "return_raw": false,
214
214
  "archiving": false,
215
- "return_request": false
215
+ "return_request": false,
216
+ "keep_alive_interval": 0
216
217
  },
217
218
  "proxy": {
218
219
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-aruba_central",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "This adapter integrates with system described as: arubaCentralAllMethods.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -83,7 +83,8 @@
83
83
  "healthcheck_on_timeout": true,
84
84
  "return_raw": false,
85
85
  "archiving": false,
86
- "return_request": false
86
+ "return_request": false,
87
+ "keep_alive_interval": 0
87
88
  },
88
89
  "proxy": {
89
90
  "enabled": false,
@@ -272,4 +273,4 @@
272
273
  "brokers": [],
273
274
  "logLevel": "none",
274
275
  "timeout": 120000
275
- }
276
+ }