@itentialopensource/adapter-adtran_mosaic_devicemanager 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
@@ -65,7 +65,7 @@ STEPS
65
65
 
66
66
  ### Sample Properties
67
67
 
68
- 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.
68
+ 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.
69
69
 
70
70
  ```json
71
71
  "properties": {
@@ -94,6 +94,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
94
94
  "client_id": "",
95
95
  "client_secret": "",
96
96
  "grant_type": "",
97
+ "auth_request_datatype": "",
98
+ "auth_response_datatype": "",
99
+ "token_response_placement": "",
97
100
  "sensitive": [],
98
101
  "sso": {
99
102
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-adtran_mosaic_devicemanager",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: adtranMosaicDeviceManager.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -51,7 +51,7 @@
51
51
  "author": "Itential",
52
52
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-adtran_mosaic_devicemanager#readme",
53
53
  "dependencies": {
54
- "@itentialopensource/adapter-utils": "6.0.2",
54
+ "@itentialopensource/adapter-utils": "6.0.3",
55
55
  "acorn": "8.14.1",
56
56
  "ajv": "8.17.1",
57
57
  "axios": "1.12.2",