@itentialopensource/adapter-clearcable_noms 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.
Files changed (2) hide show
  1. package/TAB2.md +4 -1
  2. package/package.json +2 -2
package/TAB2.md CHANGED
@@ -45,7 +45,7 @@ STEPS
45
45
 
46
46
  ### Sample Properties
47
47
 
48
- 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.
48
+ 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.
49
49
 
50
50
  ```json
51
51
  "properties": {
@@ -74,6 +74,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
74
74
  "client_id": "",
75
75
  "client_secret": "",
76
76
  "grant_type": "",
77
+ "auth_request_datatype": "",
78
+ "auth_response_datatype": "",
79
+ "token_response_placement": "",
77
80
  "sensitive": [],
78
81
  "sso": {
79
82
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-clearcable_noms",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "This adapter integrates with system described as: clearcableNoms.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -50,7 +50,7 @@
50
50
  "author": "Itential",
51
51
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-clearcable_noms#readme",
52
52
  "dependencies": {
53
- "@itentialopensource/adapter-utils": "6.0.2",
53
+ "@itentialopensource/adapter-utils": "6.0.3",
54
54
  "acorn": "8.14.1",
55
55
  "ajv": "8.17.1",
56
56
  "axios": "1.12.2",