@itentialopensource/adapter-splunk 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 +3 -0
  2. package/package.json +2 -2
package/TAB2.md CHANGED
@@ -118,6 +118,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
118
118
  "client_id": "",
119
119
  "client_secret": "",
120
120
  "grant_type": "",
121
+ "auth_request_datatype": "",
122
+ "auth_response_datatype": "",
123
+ "token_response_placement": "",
121
124
  "sensitive": [],
122
125
  "sso": {
123
126
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-splunk",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "This adapter integrates with system described as: splunkAdapter.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Splunk",
@@ -49,7 +49,7 @@
49
49
  "author": "Itential",
50
50
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-splunk#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",