@itentialopensource/adapter-paragon_ems_device_manager 0.6.0 → 0.6.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 +3 -0
- package/package.json +2 -2
package/TAB2.md
CHANGED
|
@@ -110,6 +110,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
110
110
|
"client_id": "",
|
|
111
111
|
"client_secret": "",
|
|
112
112
|
"grant_type": "",
|
|
113
|
+
"auth_request_datatype": "",
|
|
114
|
+
"auth_response_datatype": "",
|
|
115
|
+
"token_response_placement": "",
|
|
113
116
|
"sensitive": [],
|
|
114
117
|
"sso": {
|
|
115
118
|
"protocol": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-paragon_ems_device_manager",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: naas/ems/devicemanager/proto/common.proto.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "3.8.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"author": "Itential",
|
|
47
47
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-paragon_ems_device_manager#readme",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@itentialopensource/adapter-utils": "6.0.
|
|
49
|
+
"@itentialopensource/adapter-utils": "6.0.3",
|
|
50
50
|
"acorn": "8.14.1",
|
|
51
51
|
"ajv": "8.17.1",
|
|
52
52
|
"axios": "1.12.2",
|