@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.
@@ -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.6",
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 and private channels the token can access. Excludes DMs and archived channels.",
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 (public and private channels; same scope as Messages).",
885
+ "description": "Daily paginated public channel metadata from conversations.list (same scope as Messages).",
886
886
  "type": "boolean"
887
887
  },
888
888
  "billableInfo": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perpetualsystems/connector-registry",
3
- "version": "202606.17.1",
3
+ "version": "202606.17.2",
4
4
  "description": "Built-in connector catalog manifest for Perpetual management plane",
5
5
  "type": "module",
6
6
  "exports": {