@itentialopensource/adapter-tiger_connect 1.0.0 → 3.0.0

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,5 +1,13 @@
1
1
 
2
- ## 1.0.0 [10-28-2022]
2
+ ## 3.0.0 [12-08-2022]
3
+
4
+ * adapt-2414 2nd commit
5
+
6
+ See merge request itentialopensource/adapters/notification-messaging/adapter-tiger_connect!2
7
+
8
+ ---
9
+
10
+ ## 2.0.0 [12-08-2022]
3
11
 
4
12
  * adapt-2414 2nd commit
5
13
 
@@ -7,3 +15,10 @@ See merge request itentialopensource/adapters/notification-messaging/adapter-tig
7
15
 
8
16
  ---
9
17
 
18
+ ## 1.0.0 [10-28-2022]
19
+
20
+ * adapt-2414 2nd commit
21
+
22
+ See merge request itentialopensource/adapters/notification-messaging/adapter-tiger_connect!2
23
+
24
+ ---
package/adapter.js CHANGED
@@ -1428,7 +1428,7 @@ class TigerConnect extends AdapterBaseCl {
1428
1428
  const queryParamsAvailable = {};
1429
1429
  const queryParams = {};
1430
1430
  const pathVars = [];
1431
- const bodyVars = {};
1431
+ const bodyVars = { recipient, ttl, bodyFormData };
1432
1432
 
1433
1433
  // loop in template. long callback arg name to avoid identifier conflicts
1434
1434
  Object.keys(queryParamsAvailable).forEach((thisKeyInQueryParamsAvailable) => {
@@ -30,7 +30,7 @@
30
30
  "type": "AES",
31
31
  "key": ""
32
32
  },
33
- "external_name": ":recipient"
33
+ "external_name": "recipient"
34
34
  },
35
35
  "bodyFormData": {
36
36
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-tiger_connect",
3
- "version": "1.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "This adapter integrates with system described as: tigerconnect.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.15",
Binary file