airbyte-agent-slack 0.1.34__py3-none-any.whl → 0.1.35__py3-none-any.whl
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/__init__.py +2 -2
- airbyte_agent_slack/models.py +8 -8
- {airbyte_agent_slack-0.1.34.dist-info → airbyte_agent_slack-0.1.35.dist-info}/METADATA +4 -3
- {airbyte_agent_slack-0.1.34.dist-info → airbyte_agent_slack-0.1.35.dist-info}/RECORD +5 -5
- {airbyte_agent_slack-0.1.34.dist-info → airbyte_agent_slack-0.1.35.dist-info}/WHEEL +0 -0
airbyte_agent_slack/__init__.py
CHANGED
|
@@ -17,9 +17,9 @@ from .models import (
|
|
|
17
17
|
ChannelPurpose,
|
|
18
18
|
ChannelsListResponse,
|
|
19
19
|
ChannelResponse,
|
|
20
|
-
Reaction,
|
|
21
20
|
File,
|
|
22
21
|
Attachment,
|
|
22
|
+
Reaction,
|
|
23
23
|
Message,
|
|
24
24
|
Thread,
|
|
25
25
|
EditedInfo,
|
|
@@ -96,9 +96,9 @@ __all__ = [
|
|
|
96
96
|
"ChannelPurpose",
|
|
97
97
|
"ChannelsListResponse",
|
|
98
98
|
"ChannelResponse",
|
|
99
|
-
"Reaction",
|
|
100
99
|
"File",
|
|
101
100
|
"Attachment",
|
|
101
|
+
"Reaction",
|
|
102
102
|
"Message",
|
|
103
103
|
"Thread",
|
|
104
104
|
"EditedInfo",
|
airbyte_agent_slack/models.py
CHANGED
|
@@ -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)
|
|
@@ -229,6 +221,14 @@ class Attachment(BaseModel):
|
|
|
229
221
|
footer_icon: Union[str | None, Any] = Field(default=None)
|
|
230
222
|
ts: Union[Any, 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)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-slack
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.35
|
|
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/
|
|
@@ -158,6 +158,7 @@ See the official [Slack API reference](https://api.slack.com/methods).
|
|
|
158
158
|
|
|
159
159
|
## Version information
|
|
160
160
|
|
|
161
|
-
- **Package version:** 0.1.
|
|
161
|
+
- **Package version:** 0.1.35
|
|
162
162
|
- **Connector version:** 0.1.10
|
|
163
|
-
- **Generated with Connector SDK commit SHA:**
|
|
163
|
+
- **Generated with Connector SDK commit SHA:** e4eb233f8dd57ad9bc825064625222a988db2cc6
|
|
164
|
+
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/slack/CHANGELOG.md)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
airbyte_agent_slack/__init__.py,sha256=
|
|
1
|
+
airbyte_agent_slack/__init__.py,sha256=zAuv5a-jHEnnd_9tqdtWbW1KXh1psREEPpoO6aMrTDw,3749
|
|
2
2
|
airbyte_agent_slack/connector.py,sha256=-QcVvtfwp7DB120h_s82Qb9jh3-s_xrcQuOmYDfxYTg,41130
|
|
3
3
|
airbyte_agent_slack/connector_model.py,sha256=M5CY1RwqU7_yuhTpl43OkjSRWfeE__EnsffIIJpliIU,194546
|
|
4
|
-
airbyte_agent_slack/models.py,sha256=
|
|
4
|
+
airbyte_agent_slack/models.py,sha256=FapXW-C3IWUlaB-NJ6yX1Rm_xEUxKEEGpSjGx2aBVVY,29511
|
|
5
5
|
airbyte_agent_slack/types.py,sha256=QDLOYuH23w4H_5fxVjTcBBz6BMYm2PWbuM1K_EOcD4o,32154
|
|
6
6
|
airbyte_agent_slack/_vendored/__init__.py,sha256=ILl7AHXMui__swyrjxrh9yRa4dLiwBvV6axPWFWty80,38
|
|
7
7
|
airbyte_agent_slack/_vendored/connector_sdk/__init__.py,sha256=T5o7roU6NSpH-lCAGZ338sE5dlh4ZU6i6IkeG1zpems,1949
|
|
@@ -52,6 +52,6 @@ airbyte_agent_slack/_vendored/connector_sdk/telemetry/__init__.py,sha256=RaLgkBU
|
|
|
52
52
|
airbyte_agent_slack/_vendored/connector_sdk/telemetry/config.py,sha256=tLmQwAFD0kP1WyBGWBS3ysaudN9H3e-3EopKZi6cGKg,885
|
|
53
53
|
airbyte_agent_slack/_vendored/connector_sdk/telemetry/events.py,sha256=8Y1NbXiwISX-V_wRofY7PqcwEXD0dLMnntKkY6XFU2s,1328
|
|
54
54
|
airbyte_agent_slack/_vendored/connector_sdk/telemetry/tracker.py,sha256=SginFQbHqVUVYG82NnNzG34O-tAQ_wZYjGDcuo0q4Kk,5584
|
|
55
|
-
airbyte_agent_slack-0.1.
|
|
56
|
-
airbyte_agent_slack-0.1.
|
|
57
|
-
airbyte_agent_slack-0.1.
|
|
55
|
+
airbyte_agent_slack-0.1.35.dist-info/METADATA,sha256=geWIp-UyrlrZzjBSF0Ga6egfc1MO25Gf59WIdBprA_Y,6597
|
|
56
|
+
airbyte_agent_slack-0.1.35.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
57
|
+
airbyte_agent_slack-0.1.35.dist-info/RECORD,,
|
|
File without changes
|