@itentialopensource/adapter-netbox_v33 2.6.0 → 2.6.2

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
@@ -132,7 +132,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
132
132
  "healthcheck_on_timeout": true,
133
133
  "return_raw": false,
134
134
  "archiving": false,
135
- "return_request": false
135
+ "return_request": false,
136
+ "keep_alive_interval": 0
136
137
  },
137
138
  "proxy": {
138
139
  "enabled": false,
@@ -1121,7 +1121,8 @@
1121
1121
  "virtualMachine": {
1122
1122
  "type": [
1123
1123
  "string",
1124
- "number"
1124
+ "number",
1125
+ "object"
1125
1126
  ],
1126
1127
  "description": "",
1127
1128
  "parse": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-netbox_v33",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
4
4
  "description": "This adapter integrates with system described as: Netbox v3.3",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "2.4.1",
3
- "configLines": 277339,
2
+ "version": "2.6.1",
3
+ "configLines": 277345,
4
4
  "scriptLines": 2498,
5
5
  "codeLines": 109325,
6
6
  "testLines": 70580,
@@ -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
+ }