@itentialopensource/adapter-aruba_airwave 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.
Files changed (2) hide show
  1. package/TAB2.md +4 -1
  2. package/package.json +2 -2
package/TAB2.md CHANGED
@@ -58,7 +58,7 @@ you can leave all of the other properties in the authentication section, they wi
58
58
 
59
59
  ### Sample Properties
60
60
 
61
- Sample Properties can be used to help you configure the adapter in the Itential Automation Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
61
+ Sample Properties can be used to help you configure the adapter in the Itential Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
62
62
 
63
63
  ```json
64
64
  "properties": {
@@ -93,6 +93,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
93
93
  "client_id": "",
94
94
  "client_secret": "",
95
95
  "grant_type": "",
96
+ "auth_request_datatype": "",
97
+ "auth_response_datatype": "",
98
+ "token_response_placement": "",
96
99
  "sensitive": [],
97
100
  "sso": {
98
101
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-aruba_airwave",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: Aruba Airwave",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -48,7 +48,7 @@
48
48
  "author": "Itential",
49
49
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-aruba_airwave#readme",
50
50
  "dependencies": {
51
- "@itentialopensource/adapter-utils": "6.0.2",
51
+ "@itentialopensource/adapter-utils": "6.0.3",
52
52
  "acorn": "8.14.1",
53
53
  "ajv": "8.17.1",
54
54
  "axios": "1.12.2",