airbyte-agent-slack 0.1.14__tar.gz → 0.1.15__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.14 → airbyte_agent_slack-0.1.15}/CHANGELOG.md +5 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/PKG-INFO +4 -4
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/README.md +3 -3
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/__init__.py +2 -2
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/pyproject.toml +1 -1
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/.gitignore +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/REFERENCE.md +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/connector.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/connector_model.py +0 -0
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/models.py +8 -8
- {airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/types.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Slack changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.15] - 2026-01-22
|
|
4
|
+
- Updated connector definition (YAML version 0.1.5)
|
|
5
|
+
- Source commit: b27328e2
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.14] - 2026-01-22
|
|
4
9
|
- Updated connector definition (YAML version 0.1.5)
|
|
5
10
|
- Source commit: 1da193dd
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-slack
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.15
|
|
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/
|
|
@@ -113,7 +113,7 @@ async def slack_execute(entity: str, action: str, params: dict | None = None):
|
|
|
113
113
|
|
|
114
114
|
In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead.
|
|
115
115
|
|
|
116
|
-
This example assumes you've already authenticated your connector with Airbyte. See [Authentication](AUTH.md) to learn more about authenticating. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/hosted
|
|
116
|
+
This example assumes you've already authenticated your connector with Airbyte. See [Authentication](AUTH.md) to learn more about authenticating. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/quickstarts/tutorial-hosted).
|
|
117
117
|
|
|
118
118
|
```python
|
|
119
119
|
from airbyte_agent_slack import SlackConnector
|
|
@@ -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.
|
|
157
|
+
- **Package version:** 0.1.15
|
|
158
158
|
- **Connector version:** 0.1.5
|
|
159
|
-
- **Generated with Connector SDK commit SHA:**
|
|
159
|
+
- **Generated with Connector SDK commit SHA:** b27328e2162813ea6315b9f890a6784b0fb9caba
|
|
@@ -80,7 +80,7 @@ async def slack_execute(entity: str, action: str, params: dict | None = None):
|
|
|
80
80
|
|
|
81
81
|
In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead.
|
|
82
82
|
|
|
83
|
-
This example assumes you've already authenticated your connector with Airbyte. See [Authentication](AUTH.md) to learn more about authenticating. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/hosted
|
|
83
|
+
This example assumes you've already authenticated your connector with Airbyte. See [Authentication](AUTH.md) to learn more about authenticating. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/quickstarts/tutorial-hosted).
|
|
84
84
|
|
|
85
85
|
```python
|
|
86
86
|
from airbyte_agent_slack import SlackConnector
|
|
@@ -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.
|
|
124
|
+
- **Package version:** 0.1.15
|
|
125
125
|
- **Connector version:** 0.1.5
|
|
126
|
-
- **Generated with Connector SDK commit SHA:**
|
|
126
|
+
- **Generated with Connector SDK commit SHA:** b27328e2162813ea6315b9f890a6784b0fb9caba
|
|
@@ -17,9 +17,9 @@ from .models import (
|
|
|
17
17
|
ChannelPurpose,
|
|
18
18
|
ChannelsListResponse,
|
|
19
19
|
ChannelResponse,
|
|
20
|
-
Reaction,
|
|
21
20
|
Attachment,
|
|
22
21
|
File,
|
|
22
|
+
Reaction,
|
|
23
23
|
Message,
|
|
24
24
|
Thread,
|
|
25
25
|
EditedInfo,
|
|
@@ -81,9 +81,9 @@ __all__ = [
|
|
|
81
81
|
"ChannelPurpose",
|
|
82
82
|
"ChannelsListResponse",
|
|
83
83
|
"ChannelResponse",
|
|
84
|
-
"Reaction",
|
|
85
84
|
"Attachment",
|
|
86
85
|
"File",
|
|
86
|
+
"Reaction",
|
|
87
87
|
"Message",
|
|
88
88
|
"Thread",
|
|
89
89
|
"EditedInfo",
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/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
|
{airbyte_agent_slack-0.1.14 → airbyte_agent_slack-0.1.15}/airbyte_agent_slack/connector_model.py
RENAMED
|
File without changes
|
|
@@ -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 Attachment(BaseModel):
|
|
188
180
|
"""Message attachment"""
|
|
189
181
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -229,6 +221,14 @@ class File(BaseModel):
|
|
|
229
221
|
created: Union[int | None, Any] = Field(default=None)
|
|
230
222
|
timestamp: Union[int | None, Any] = Field(default=None)
|
|
231
223
|
|
|
224
|
+
class Reaction(BaseModel):
|
|
225
|
+
"""Message reaction"""
|
|
226
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
227
|
+
|
|
228
|
+
name: Union[str | None, Any] = Field(default=None)
|
|
229
|
+
users: Union[list[str] | None, Any] = Field(default=None)
|
|
230
|
+
count: Union[int | None, Any] = Field(default=None)
|
|
231
|
+
|
|
232
232
|
class Message(BaseModel):
|
|
233
233
|
"""Slack message object"""
|
|
234
234
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
File without changes
|