airbyte-agent-slack 0.1.3__py3-none-any.whl → 0.1.4__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.3.dist-info → airbyte_agent_slack-0.1.4.dist-info}/METADATA +3 -3
- {airbyte_agent_slack-0.1.3.dist-info → airbyte_agent_slack-0.1.4.dist-info}/RECORD +5 -5
- {airbyte_agent_slack-0.1.3.dist-info → airbyte_agent_slack-0.1.4.dist-info}/WHEEL +0 -0
airbyte_agent_slack/__init__.py
CHANGED
|
@@ -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",
|
airbyte_agent_slack/models.py
CHANGED
|
@@ -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)
|
|
@@ -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
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
airbyte_agent_slack/__init__.py,sha256=
|
|
1
|
+
airbyte_agent_slack/__init__.py,sha256=tODFTz4328M40qrpjD8py7VUMPAgvyCS99SERNkZ2c4,1827
|
|
2
2
|
airbyte_agent_slack/connector.py,sha256=uifOLDH2NZoV0GoU2nqCAhNXVM6fuICla-_gDoqizPI,20013
|
|
3
3
|
airbyte_agent_slack/connector_model.py,sha256=4s3vSwHde2emQI_kkIhL8JMkQoJlFqUbFKDU6dGUqD8,126566
|
|
4
|
-
airbyte_agent_slack/models.py,sha256=
|
|
4
|
+
airbyte_agent_slack/models.py,sha256=NiR-cHx4_hZP9GAvbeX4XJb7yxxZXBZZhru6Uw6xEfI,17689
|
|
5
5
|
airbyte_agent_slack/types.py,sha256=HXkqTeSgwVF8w49bl5Do1OCE7Wq762XKq-e8YrO2_E0,1551
|
|
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=Ftrk0_ddfM7dZG8hF9xBuPwhbc9D6JZ7Q9qs5o3LEyA,5579
|
|
55
|
-
airbyte_agent_slack-0.1.
|
|
56
|
-
airbyte_agent_slack-0.1.
|
|
57
|
-
airbyte_agent_slack-0.1.
|
|
55
|
+
airbyte_agent_slack-0.1.4.dist-info/METADATA,sha256=T3eUVP95_vKLV_CjhUE6zhWGRW61j4IKBcy7JxHxjlA,4158
|
|
56
|
+
airbyte_agent_slack-0.1.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
57
|
+
airbyte_agent_slack-0.1.4.dist-info/RECORD,,
|
|
File without changes
|