@itentialopensource/adapter-tiger_connect 1.0.0 → 2.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 +8 -1
- package/adapter.js +1 -1
- package/entities/Messages/schema.json +1 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
##
|
|
2
|
+
## 2.0.0 [12-08-2022]
|
|
3
3
|
|
|
4
4
|
* adapt-2414 2nd commit
|
|
5
5
|
|
|
@@ -7,3 +7,10 @@ See merge request itentialopensource/adapters/notification-messaging/adapter-tig
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## 1.0.0 [10-28-2022]
|
|
11
|
+
|
|
12
|
+
* adapt-2414 2nd commit
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/notification-messaging/adapter-tiger_connect!2
|
|
15
|
+
|
|
16
|
+
---
|
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) => {
|
package/package.json
CHANGED
|
Binary file
|