@itentialopensource/adapter-etsi_sol003 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
@@ -53,7 +53,7 @@ you can leave all of the other properties in the authentication section, they wi
53
53
 
54
54
  ### Sample Properties
55
55
 
56
- 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.
56
+ 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.
57
57
 
58
58
  ```json
59
59
  "properties": {
@@ -82,6 +82,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
82
82
  "client_id": "",
83
83
  "client_secret": "",
84
84
  "grant_type": "",
85
+ "auth_request_datatype": "",
86
+ "auth_response_datatype": "",
87
+ "token_response_placement": "",
85
88
  "sensitive": [],
86
89
  "sso": {
87
90
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-etsi_sol003",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: ETSI sol003",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -49,7 +49,7 @@
49
49
  "author": "Itential",
50
50
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-etsi_sol003#readme",
51
51
  "dependencies": {
52
- "@itentialopensource/adapter-utils": "6.0.2",
52
+ "@itentialopensource/adapter-utils": "6.0.3",
53
53
  "acorn": "8.14.1",
54
54
  "ajv": "8.17.1",
55
55
  "axios": "1.12.2",