@itentialopensource/adapter-slack 2.6.0 → 2.6.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 2.6.1 [07-25-2022]
3
+
4
+ * Fix schema for threadTs
5
+
6
+ See merge request itentialopensource/adapters/notification-messaging/adapter-slack!11
7
+
8
+ ---
9
+
2
10
  ## 2.6.0 [05-26-2022]
3
11
 
4
12
  * Migration to the latest Adapter Foundation
@@ -2,7 +2,7 @@
2
2
  "$id": "schema.json",
3
3
  "type": "object",
4
4
  "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
5
+ "translate": true,
6
6
  "dynamicfields": true,
7
7
  "properties": {
8
8
  "ph_request_type": {
@@ -27,6 +27,17 @@
27
27
  "postChannelsunarchive"
28
28
  ],
29
29
  "external_name": "ph_request_type"
30
+ },
31
+ "threadTs": {
32
+ "type": "string",
33
+ "description": "Unique identifier of a thread's parent message",
34
+ "parse": false,
35
+ "encode": false,
36
+ "encrypt": {
37
+ "type": "AES",
38
+ "key": ""
39
+ },
40
+ "external_name": "thread_ts"
30
41
  }
31
42
  },
32
43
  "definitions": {}
@@ -2,7 +2,7 @@
2
2
  "$id": "schema.json",
3
3
  "type": "object",
4
4
  "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
5
+ "translate": true,
6
6
  "dynamicfields": true,
7
7
  "properties": {
8
8
  "ph_request_type": {
@@ -19,6 +19,17 @@
19
19
  "postChatupdate"
20
20
  ],
21
21
  "external_name": "ph_request_type"
22
+ },
23
+ "threadTs": {
24
+ "type": "string",
25
+ "description": "Unique identifier of a thread's parent message",
26
+ "parse": false,
27
+ "encode": false,
28
+ "encrypt": {
29
+ "type": "AES",
30
+ "key": ""
31
+ },
32
+ "external_name": "thread_ts"
22
33
  }
23
34
  },
24
35
  "definitions": {}
@@ -2,7 +2,7 @@
2
2
  "$id": "schema.json",
3
3
  "type": "object",
4
4
  "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
5
+ "translate": true,
6
6
  "dynamicfields": true,
7
7
  "properties": {
8
8
  "ph_request_type": {
@@ -28,6 +28,17 @@
28
28
  "postGroupsunarchive"
29
29
  ],
30
30
  "external_name": "ph_request_type"
31
+ },
32
+ "threadTs": {
33
+ "type": "string",
34
+ "description": "Unique identifier of a thread's parent message",
35
+ "parse": false,
36
+ "encode": false,
37
+ "encrypt": {
38
+ "type": "AES",
39
+ "key": ""
40
+ },
41
+ "external_name": "thread_ts"
31
42
  }
32
43
  },
33
44
  "definitions": {}
@@ -2,7 +2,7 @@
2
2
  "$id": "schema.json",
3
3
  "type": "object",
4
4
  "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
5
+ "translate": true,
6
6
  "dynamicfields": true,
7
7
  "properties": {
8
8
  "ph_request_type": {
@@ -18,6 +18,17 @@
18
18
  "getImreplies"
19
19
  ],
20
20
  "external_name": "ph_request_type"
21
+ },
22
+ "threadTs": {
23
+ "type": "string",
24
+ "description": "Unique identifier of a thread's parent message",
25
+ "parse": false,
26
+ "encode": false,
27
+ "encrypt": {
28
+ "type": "AES",
29
+ "key": ""
30
+ },
31
+ "external_name": "thread_ts"
21
32
  }
22
33
  },
23
34
  "definitions": {}
@@ -2,7 +2,7 @@
2
2
  "$id": "schema.json",
3
3
  "type": "object",
4
4
  "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
5
+ "translate": true,
6
6
  "dynamicfields": true,
7
7
  "properties": {
8
8
  "ph_request_type": {
@@ -18,6 +18,17 @@
18
18
  "getMpimreplies"
19
19
  ],
20
20
  "external_name": "ph_request_type"
21
+ },
22
+ "threadTs": {
23
+ "type": "string",
24
+ "description": "Unique identifier of a thread's parent message",
25
+ "parse": false,
26
+ "encode": false,
27
+ "encrypt": {
28
+ "type": "AES",
29
+ "key": ""
30
+ },
31
+ "external_name": "thread_ts"
21
32
  }
22
33
  },
23
34
  "definitions": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-slack",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "This adapter integrates with system Slack",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Slack",
Binary file