@itentialopensource/adapter-microsoft_graph 1.8.0 → 1.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
@@ -157,7 +157,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
157
157
  "healthcheck_on_timeout": true,
158
158
  "return_raw": false,
159
159
  "archiving": false,
160
- "return_request": false
160
+ "return_request": false,
161
+ "keep_alive_interval": 0
161
162
  },
162
163
  "proxy": {
163
164
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-microsoft_graph",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "This adapter integrates with system described as: microsoftGraph.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -86,7 +86,8 @@
86
86
  "healthcheck_on_timeout": true,
87
87
  "return_raw": false,
88
88
  "archiving": false,
89
- "return_request": false
89
+ "return_request": false,
90
+ "keep_alive_interval": 0
90
91
  },
91
92
  "proxy": {
92
93
  "enabled": false,
@@ -275,4 +276,4 @@
275
276
  "brokers": [],
276
277
  "logLevel": "none",
277
278
  "timeout": 120000
278
- }
279
+ }