airbyte-agent-slack 0.1.18__tar.gz → 0.1.19__tar.gz
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.
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/AUTH.md +3 -3
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/CHANGELOG.md +5 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/PKG-INFO +5 -5
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/README.md +4 -4
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/__init__.py +2 -2
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/connector.py +2 -2
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/connector_model.py +6 -6
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/models.py +9 -9
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/pyproject.toml +1 -1
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/.gitignore +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/REFERENCE.md +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/types.py +0 -0
|
@@ -33,7 +33,7 @@ connector = SlackConnector(
|
|
|
33
33
|
|
|
34
34
|
| Field Name | Type | Required | Description |
|
|
35
35
|
|------------|------|----------|-------------|
|
|
36
|
-
| `
|
|
36
|
+
| `api_token` | `str` | Yes | Your Slack Bot Token (xoxb-) or User Token (xoxp-) |
|
|
37
37
|
|
|
38
38
|
```python
|
|
39
39
|
from airbyte_agent_slack import SlackConnector
|
|
@@ -41,7 +41,7 @@ from airbyte_agent_slack.models import SlackTokenAuthenticationAuthConfig
|
|
|
41
41
|
|
|
42
42
|
connector = SlackConnector(
|
|
43
43
|
auth_config=SlackTokenAuthenticationAuthConfig(
|
|
44
|
-
|
|
44
|
+
api_token="<Your Slack Bot Token (xoxb-) or User Token (xoxp-)>"
|
|
45
45
|
)
|
|
46
46
|
)
|
|
47
47
|
```
|
|
@@ -82,7 +82,7 @@ curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
|
|
|
82
82
|
"external_user_id": "<EXTERNAL_USER_ID>",
|
|
83
83
|
"connector_type": "Slack",
|
|
84
84
|
"credentials": {
|
|
85
|
-
"
|
|
85
|
+
"api_token": "<Your Slack Bot Token (xoxb-) or User Token (xoxp-)>"
|
|
86
86
|
}
|
|
87
87
|
}'
|
|
88
88
|
```
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Slack changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.19] - 2026-01-23
|
|
4
|
+
- Updated connector definition (YAML version 0.1.6)
|
|
5
|
+
- Source commit: a035ad48
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.18] - 2026-01-23
|
|
4
9
|
- Updated connector definition (YAML version 0.1.5)
|
|
5
10
|
- Source commit: 416466da
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-slack
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.19
|
|
4
4
|
Summary: Airbyte Slack Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
|
|
6
6
|
Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
|
|
@@ -99,7 +99,7 @@ from airbyte_agent_slack.models import SlackTokenAuthenticationAuthConfig
|
|
|
99
99
|
|
|
100
100
|
connector = SlackConnector(
|
|
101
101
|
auth_config=SlackTokenAuthenticationAuthConfig(
|
|
102
|
-
|
|
102
|
+
api_token="<Your Slack Bot Token (xoxb-) or User Token (xoxp-)>"
|
|
103
103
|
)
|
|
104
104
|
)
|
|
105
105
|
|
|
@@ -154,6 +154,6 @@ For the service's official API docs, see the [Slack API reference](https://api.s
|
|
|
154
154
|
|
|
155
155
|
## Version information
|
|
156
156
|
|
|
157
|
-
- **Package version:** 0.1.
|
|
158
|
-
- **Connector version:** 0.1.
|
|
159
|
-
- **Generated with Connector SDK commit SHA:**
|
|
157
|
+
- **Package version:** 0.1.19
|
|
158
|
+
- **Connector version:** 0.1.6
|
|
159
|
+
- **Generated with Connector SDK commit SHA:** a035ad482faa8ceae3c296a0651e914e1dae140e
|
|
@@ -66,7 +66,7 @@ from airbyte_agent_slack.models import SlackTokenAuthenticationAuthConfig
|
|
|
66
66
|
|
|
67
67
|
connector = SlackConnector(
|
|
68
68
|
auth_config=SlackTokenAuthenticationAuthConfig(
|
|
69
|
-
|
|
69
|
+
api_token="<Your Slack Bot Token (xoxb-) or User Token (xoxp-)>"
|
|
70
70
|
)
|
|
71
71
|
)
|
|
72
72
|
|
|
@@ -121,6 +121,6 @@ For the service's official API docs, see the [Slack API reference](https://api.s
|
|
|
121
121
|
|
|
122
122
|
## Version information
|
|
123
123
|
|
|
124
|
-
- **Package version:** 0.1.
|
|
125
|
-
- **Connector version:** 0.1.
|
|
126
|
-
- **Generated with Connector SDK commit SHA:**
|
|
124
|
+
- **Package version:** 0.1.19
|
|
125
|
+
- **Connector version:** 0.1.6
|
|
126
|
+
- **Generated with Connector SDK commit SHA:** a035ad482faa8ceae3c296a0651e914e1dae140e
|
|
@@ -17,8 +17,8 @@ from .models import (
|
|
|
17
17
|
ChannelPurpose,
|
|
18
18
|
ChannelsListResponse,
|
|
19
19
|
ChannelResponse,
|
|
20
|
-
Reaction,
|
|
21
20
|
File,
|
|
21
|
+
Reaction,
|
|
22
22
|
Attachment,
|
|
23
23
|
Message,
|
|
24
24
|
Thread,
|
|
@@ -81,8 +81,8 @@ __all__ = [
|
|
|
81
81
|
"ChannelPurpose",
|
|
82
82
|
"ChannelsListResponse",
|
|
83
83
|
"ChannelResponse",
|
|
84
|
-
"Reaction",
|
|
85
84
|
"File",
|
|
85
|
+
"Reaction",
|
|
86
86
|
"Attachment",
|
|
87
87
|
"Message",
|
|
88
88
|
"Thread",
|
|
@@ -61,7 +61,7 @@ class SlackConnector:
|
|
|
61
61
|
"""
|
|
62
62
|
|
|
63
63
|
connector_name = "slack"
|
|
64
|
-
connector_version = "0.1.
|
|
64
|
+
connector_version = "0.1.6"
|
|
65
65
|
vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
|
|
66
66
|
|
|
67
67
|
# Map of (entity, action) -> needs_envelope for envelope wrapping decision
|
|
@@ -123,7 +123,7 @@ class SlackConnector:
|
|
|
123
123
|
Example: lambda tokens: save_to_database(tokens)
|
|
124
124
|
Examples:
|
|
125
125
|
# Local mode (direct API calls)
|
|
126
|
-
connector = SlackConnector(auth_config=SlackAuthConfig(
|
|
126
|
+
connector = SlackConnector(auth_config=SlackAuthConfig(api_token="..."))
|
|
127
127
|
# Hosted mode (executed on Airbyte cloud)
|
|
128
128
|
connector = SlackConnector(
|
|
129
129
|
external_user_id="user-123",
|
{airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/connector_model.py
RENAMED
|
@@ -27,7 +27,7 @@ from uuid import (
|
|
|
27
27
|
SlackConnectorModel: ConnectorModel = ConnectorModel(
|
|
28
28
|
id=UUID('c2281cee-86f9-4a86-bb48-d23286b4c7bd'),
|
|
29
29
|
name='slack',
|
|
30
|
-
version='0.1.
|
|
30
|
+
version='0.1.6',
|
|
31
31
|
base_url='https://slack.com/api',
|
|
32
32
|
auth=AuthConfig(
|
|
33
33
|
options=[
|
|
@@ -38,16 +38,16 @@ SlackConnectorModel: ConnectorModel = ConnectorModel(
|
|
|
38
38
|
user_config_spec=AirbyteAuthConfig(
|
|
39
39
|
title='Token Authentication',
|
|
40
40
|
type='object',
|
|
41
|
-
required=['
|
|
41
|
+
required=['api_token'],
|
|
42
42
|
properties={
|
|
43
|
-
'
|
|
44
|
-
title='
|
|
43
|
+
'api_token': AuthConfigFieldSpec(
|
|
44
|
+
title='API Token',
|
|
45
45
|
description='Your Slack Bot Token (xoxb-) or User Token (xoxp-)',
|
|
46
46
|
airbyte_secret=True,
|
|
47
47
|
),
|
|
48
48
|
},
|
|
49
|
-
auth_mapping={'token': '${
|
|
50
|
-
replication_auth_key_mapping={'credentials.api_token': '
|
|
49
|
+
auth_mapping={'token': '${api_token}'},
|
|
50
|
+
replication_auth_key_mapping={'credentials.api_token': 'api_token'},
|
|
51
51
|
replication_auth_key_constants={'credentials.option_title': 'API Token Credentials'},
|
|
52
52
|
),
|
|
53
53
|
),
|
|
@@ -17,7 +17,7 @@ class SlackTokenAuthenticationAuthConfig(BaseModel):
|
|
|
17
17
|
|
|
18
18
|
model_config = ConfigDict(extra="forbid")
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
api_token: str
|
|
21
21
|
"""Your Slack Bot Token (xoxb-) or User Token (xoxp-)"""
|
|
22
22
|
|
|
23
23
|
class SlackOauth20AuthenticationAuthConfig(BaseModel):
|
|
@@ -176,14 +176,6 @@ class ChannelResponse(BaseModel):
|
|
|
176
176
|
ok: Union[bool, Any] = Field(default=None)
|
|
177
177
|
channel: Union[Channel, Any] = Field(default=None)
|
|
178
178
|
|
|
179
|
-
class Reaction(BaseModel):
|
|
180
|
-
"""Message reaction"""
|
|
181
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
182
|
-
|
|
183
|
-
name: Union[str | None, Any] = Field(default=None)
|
|
184
|
-
users: Union[list[str] | None, Any] = Field(default=None)
|
|
185
|
-
count: Union[int | None, Any] = Field(default=None)
|
|
186
|
-
|
|
187
179
|
class File(BaseModel):
|
|
188
180
|
"""File object"""
|
|
189
181
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -208,6 +200,14 @@ class File(BaseModel):
|
|
|
208
200
|
created: Union[int | None, Any] = Field(default=None)
|
|
209
201
|
timestamp: Union[int | None, Any] = Field(default=None)
|
|
210
202
|
|
|
203
|
+
class Reaction(BaseModel):
|
|
204
|
+
"""Message reaction"""
|
|
205
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
206
|
+
|
|
207
|
+
name: Union[str | None, Any] = Field(default=None)
|
|
208
|
+
users: Union[list[str] | None, Any] = Field(default=None)
|
|
209
|
+
count: Union[int | None, Any] = Field(default=None)
|
|
210
|
+
|
|
211
211
|
class Attachment(BaseModel):
|
|
212
212
|
"""Message attachment"""
|
|
213
213
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_slack-0.1.18 → airbyte_agent_slack-0.1.19}/airbyte_agent_slack/_vendored/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|