@itentialopensource/adapter-ciena_mcp 0.3.1 → 0.3.2

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.3.2 [06-03-2022]
3
+
4
+ * Fix Datatype on token
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-ciena_mcp!1
7
+
8
+ ---
9
+
2
10
  ## 0.3.1 [05-26-2022]
3
11
 
4
12
  * Bug fixes and performance improvements
@@ -6,4 +14,3 @@
6
14
  See commit 64ba74c
7
15
 
8
16
  ---
9
-
@@ -9,8 +9,8 @@
9
9
  "responseSchema": "schemaTokenResp.json",
10
10
  "timeout": 0,
11
11
  "sendEmpty": false,
12
- "requestDatatype": "",
13
- "responseDatatype": "",
12
+ "requestDatatype": "URLENCODE",
13
+ "responseDatatype": "JSON",
14
14
  "headers": {},
15
15
  "sso": {
16
16
  "protocol": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-ciena_mcp",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "This adapter integrates with system described as: Ciena Mcp",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Ciena Manage, Control and Plan",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0",
2
+ "version": "0.3.1",
3
3
  "configLines": 602920,
4
4
  "scriptLines": 1707,
5
5
  "codeLines": 142596,
@@ -4,13 +4,13 @@
4
4
  "properties": {
5
5
  "host": "localhost",
6
6
  "port": 8080,
7
- "base_path": "/",
7
+ "base_path": "",
8
8
  "version": "",
9
9
  "cache_location": "none",
10
10
  "encode_pathvars": false,
11
11
  "encode_queryvars": false,
12
12
  "save_metric": false,
13
- "stub": false,
13
+ "stub": true,
14
14
  "protocol": "http",
15
15
  "authentication": {
16
16
  "auth_method": "request_token",