@perpetualsystems/connector-registry 202606.17.1 → 202606.17.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/dist/manifest.json +3 -3
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
{
|
|
850
850
|
"kind": "slack",
|
|
851
851
|
"displayName": "Slack",
|
|
852
|
-
"ecrImageUrl": "718287746078.dkr.ecr.us-east-2.amazonaws.com/perpetual-connectors/slack:0.0.
|
|
852
|
+
"ecrImageUrl": "718287746078.dkr.ecr.us-east-2.amazonaws.com/perpetual-connectors/slack:0.0.7",
|
|
853
853
|
"connectorType": "polling",
|
|
854
854
|
"settingsSchema": {
|
|
855
855
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
"messages": {
|
|
859
859
|
"default": true,
|
|
860
860
|
"title": "Messages",
|
|
861
|
-
"description": "Channel message history and thread replies from public
|
|
861
|
+
"description": "Channel message history and thread replies from public channels in the workspace. Excludes private channels, DMs, and archived channels.",
|
|
862
862
|
"type": "boolean"
|
|
863
863
|
},
|
|
864
864
|
"accessLogs": {
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
"conversationsList": {
|
|
883
883
|
"default": true,
|
|
884
884
|
"title": "Conversations list",
|
|
885
|
-
"description": "Daily paginated channel metadata from conversations.list (
|
|
885
|
+
"description": "Daily paginated public channel metadata from conversations.list (same scope as Messages).",
|
|
886
886
|
"type": "boolean"
|
|
887
887
|
},
|
|
888
888
|
"billableInfo": {
|