airbyte-agent-slack 0.1.14__py3-none-any.whl → 0.1.15__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.
@@ -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",
@@ -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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-slack
3
- Version: 0.1.14
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-execution).
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.14
157
+ - **Package version:** 0.1.15
158
158
  - **Connector version:** 0.1.5
159
- - **Generated with Connector SDK commit SHA:** 1da193dd2b3d4b2e2147ba74bd9a4062a62c4186
159
+ - **Generated with Connector SDK commit SHA:** b27328e2162813ea6315b9f890a6784b0fb9caba
@@ -1,7 +1,7 @@
1
- airbyte_agent_slack/__init__.py,sha256=opPBP7DJq2UMJVKuubO2Ov-MmdpD2s-6xEZFFkbe4Yg,3021
1
+ airbyte_agent_slack/__init__.py,sha256=RSQl8MRWObBZ-qHIRkerpwqooFSQFk5_nQWMCuQ4sKI,3021
2
2
  airbyte_agent_slack/connector.py,sha256=C-runzVQOFsrOAM0mEV8pGL4fJfk8vY6TqYPvKq1bNU,29292
3
3
  airbyte_agent_slack/connector_model.py,sha256=e-lj4OySCyhaGYpor6YGQbgLNItRurZVg4HhmE2_R5s,191740
4
- airbyte_agent_slack/models.py,sha256=fybjTwD3PLUvdLynsEzRbhaK0dd6LXGi-tPdn81k6as,22473
4
+ airbyte_agent_slack/models.py,sha256=NBqIp579laht73q1iKw66scVIZ048fxAFL_qeYsF40w,22473
5
5
  airbyte_agent_slack/types.py,sha256=PzLbXxZt3-K9Kux3U_Bn6tW9sTQho_UVoMU_Hqzo5d4,2628
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.14.dist-info/METADATA,sha256=t_a9cJkr_7WjnFNoYgRTgGTh2GGuLnKzQfrKpyHE3hM,6426
56
- airbyte_agent_slack-0.1.14.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
- airbyte_agent_slack-0.1.14.dist-info/RECORD,,
55
+ airbyte_agent_slack-0.1.15.dist-info/METADATA,sha256=P_Cw-wpAWLjD10ZFrU0X8EMuoqISmKiD9SqHEV8fY3A,6437
56
+ airbyte_agent_slack-0.1.15.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
+ airbyte_agent_slack-0.1.15.dist-info/RECORD,,