airbyte-agent-slack 0.1.3__tar.gz → 0.1.4__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.3 → airbyte_agent_slack-0.1.4}/CHANGELOG.md +5 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/PKG-INFO +3 -3
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/README.md +2 -2
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/REFERENCE.md +12 -10
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/__init__.py +2 -2
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/pyproject.toml +1 -1
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/.gitignore +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/connector.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/connector_model.py +0 -0
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/models.py +8 -8
- {airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/types.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Slack changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.4] - 2026-01-16
|
|
4
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
5
|
+
- Source commit: ca5acdda
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.3] - 2026-01-15
|
|
4
9
|
- Updated connector definition (YAML version 0.1.1)
|
|
5
10
|
- Source commit: fa9a3b02
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-slack
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
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/
|
|
@@ -123,6 +123,6 @@ For the service's official API docs, see the [Slack API reference](https://api.s
|
|
|
123
123
|
|
|
124
124
|
## Version information
|
|
125
125
|
|
|
126
|
-
- **Package version:** 0.1.
|
|
126
|
+
- **Package version:** 0.1.4
|
|
127
127
|
- **Connector version:** 0.1.1
|
|
128
|
-
- **Generated with Connector SDK commit SHA:**
|
|
128
|
+
- **Generated with Connector SDK commit SHA:** ca5acdda8030d8292c059c82f498a95b2227c106
|
|
@@ -90,6 +90,6 @@ For the service's official API docs, see the [Slack API reference](https://api.s
|
|
|
90
90
|
|
|
91
91
|
## Version information
|
|
92
92
|
|
|
93
|
-
- **Package version:** 0.1.
|
|
93
|
+
- **Package version:** 0.1.4
|
|
94
94
|
- **Connector version:** 0.1.1
|
|
95
|
-
- **Generated with Connector SDK commit SHA:**
|
|
95
|
+
- **Generated with Connector SDK commit SHA:** ca5acdda8030d8292c059c82f498a95b2227c106
|
|
@@ -28,7 +28,7 @@ await slack.users.list()
|
|
|
28
28
|
**API**
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
curl --location 'https://api.airbyte.ai/api/v1/connectors/
|
|
31
|
+
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
32
32
|
--header 'Content-Type: application/json' \
|
|
33
33
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
34
34
|
--data '{
|
|
@@ -98,7 +98,7 @@ await slack.users.get(
|
|
|
98
98
|
**API**
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
|
-
curl --location 'https://api.airbyte.ai/api/v1/connectors/
|
|
101
|
+
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
102
102
|
--header 'Content-Type: application/json' \
|
|
103
103
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
104
104
|
--data '{
|
|
@@ -164,7 +164,7 @@ await slack.channels.list()
|
|
|
164
164
|
**API**
|
|
165
165
|
|
|
166
166
|
```bash
|
|
167
|
-
curl --location 'https://api.airbyte.ai/api/v1/connectors/
|
|
167
|
+
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
168
168
|
--header 'Content-Type: application/json' \
|
|
169
169
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
170
170
|
--data '{
|
|
@@ -247,7 +247,7 @@ await slack.channels.get(
|
|
|
247
247
|
**API**
|
|
248
248
|
|
|
249
249
|
```bash
|
|
250
|
-
curl --location 'https://api.airbyte.ai/api/v1/connectors/
|
|
250
|
+
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
251
251
|
--header 'Content-Type: application/json' \
|
|
252
252
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
253
253
|
--data '{
|
|
@@ -326,7 +326,7 @@ await slack.channel_messages.list(
|
|
|
326
326
|
**API**
|
|
327
327
|
|
|
328
328
|
```bash
|
|
329
|
-
curl --location 'https://api.airbyte.ai/api/v1/connectors/
|
|
329
|
+
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
330
330
|
--header 'Content-Type: application/json' \
|
|
331
331
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
332
332
|
--data '{
|
|
@@ -445,7 +445,7 @@ await slack.threads.list(
|
|
|
445
445
|
**API**
|
|
446
446
|
|
|
447
447
|
```bash
|
|
448
|
-
curl --location 'https://api.airbyte.ai/api/v1/connectors/
|
|
448
|
+
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
449
449
|
--header 'Content-Type: application/json' \
|
|
450
450
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
451
451
|
--data '{
|
|
@@ -577,11 +577,12 @@ SlackConnector(
|
|
|
577
577
|
**API**
|
|
578
578
|
|
|
579
579
|
```bash
|
|
580
|
-
curl --location 'https://api.airbyte.ai/api/v1/
|
|
580
|
+
curl --location 'https://api.airbyte.ai/api/v1/integrations/sources' \
|
|
581
581
|
--header 'Content-Type: application/json' \
|
|
582
582
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
583
583
|
--data '{
|
|
584
|
-
"
|
|
584
|
+
"workspace_id": "{your_workspace_id}",
|
|
585
|
+
"source_template_id": "{source_template_id}",
|
|
585
586
|
"auth_config": {
|
|
586
587
|
"access_token": "<Your Slack Bot Token (xoxb-) or User Token (xoxp-)>"
|
|
587
588
|
},
|
|
@@ -615,11 +616,12 @@ SlackConnector(
|
|
|
615
616
|
**API**
|
|
616
617
|
|
|
617
618
|
```bash
|
|
618
|
-
curl --location 'https://api.airbyte.ai/api/v1/
|
|
619
|
+
curl --location 'https://api.airbyte.ai/api/v1/integrations/sources' \
|
|
619
620
|
--header 'Content-Type: application/json' \
|
|
620
621
|
--header 'Authorization: Bearer {your_auth_token}' \
|
|
621
622
|
--data '{
|
|
622
|
-
"
|
|
623
|
+
"workspace_id": "{your_workspace_id}",
|
|
624
|
+
"source_template_id": "{source_template_id}",
|
|
623
625
|
"auth_config": {
|
|
624
626
|
"client_id": "<Your Slack App's Client ID>",
|
|
625
627
|
"client_secret": "<Your Slack App's Client Secret>",
|
|
@@ -17,8 +17,8 @@ from .models import (
|
|
|
17
17
|
ChannelPurpose,
|
|
18
18
|
ChannelsListResponse,
|
|
19
19
|
ChannelResponse,
|
|
20
|
-
Attachment,
|
|
21
20
|
Reaction,
|
|
21
|
+
Attachment,
|
|
22
22
|
File,
|
|
23
23
|
Message,
|
|
24
24
|
Thread,
|
|
@@ -59,8 +59,8 @@ __all__ = [
|
|
|
59
59
|
"ChannelPurpose",
|
|
60
60
|
"ChannelsListResponse",
|
|
61
61
|
"ChannelResponse",
|
|
62
|
-
"Attachment",
|
|
63
62
|
"Reaction",
|
|
63
|
+
"Attachment",
|
|
64
64
|
"File",
|
|
65
65
|
"Message",
|
|
66
66
|
"Thread",
|
|
File without changes
|
{airbyte_agent_slack-0.1.3 → airbyte_agent_slack-0.1.4}/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.3 → airbyte_agent_slack-0.1.4}/airbyte_agent_slack/connector_model.py
RENAMED
|
File without changes
|
|
@@ -176,6 +176,14 @@ 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
|
+
|
|
179
187
|
class Attachment(BaseModel):
|
|
180
188
|
"""Message attachment"""
|
|
181
189
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -197,14 +205,6 @@ class Attachment(BaseModel):
|
|
|
197
205
|
footer_icon: Union[str | None, Any] = Field(default=None)
|
|
198
206
|
ts: Union[Any, Any] = Field(default=None)
|
|
199
207
|
|
|
200
|
-
class Reaction(BaseModel):
|
|
201
|
-
"""Message reaction"""
|
|
202
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
203
|
-
|
|
204
|
-
name: Union[str | None, Any] = Field(default=None)
|
|
205
|
-
users: Union[list[str] | None, Any] = Field(default=None)
|
|
206
|
-
count: Union[int | None, Any] = Field(default=None)
|
|
207
|
-
|
|
208
208
|
class File(BaseModel):
|
|
209
209
|
"""File object"""
|
|
210
210
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
File without changes
|