@itentialopensource/adapter-pitney_bowes 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
@@ -125,7 +125,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
125
125
  "healthcheck_on_timeout": true,
126
126
  "return_raw": false,
127
127
  "archiving": false,
128
- "return_request": false
128
+ "return_request": false,
129
+ "keep_alive_interval": 0
129
130
  },
130
131
  "throttle": {
131
132
  "throttle_enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-pitney_bowes",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "This adapter integrates with system described as: Pitney Bowes.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -70,7 +70,8 @@
70
70
  "healthcheck_on_timeout": true,
71
71
  "return_raw": false,
72
72
  "archiving": false,
73
- "return_request": false
73
+ "return_request": false,
74
+ "keep_alive_interval": 0
74
75
  },
75
76
  "throttle": {
76
77
  "throttle_enabled": false,
@@ -274,4 +275,4 @@
274
275
  "brokers": [],
275
276
  "logLevel": "none",
276
277
  "timeout": 120000
277
- }
278
+ }