airbyte-agent-slack 0.1.27__py3-none-any.whl → 0.1.29__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.
@@ -18,8 +18,8 @@ from .models import (
18
18
  ChannelsListResponse,
19
19
  ChannelResponse,
20
20
  File,
21
- Attachment,
22
21
  Reaction,
22
+ Attachment,
23
23
  Message,
24
24
  Thread,
25
25
  EditedInfo,
@@ -96,8 +96,8 @@ __all__ = [
96
96
  "ChannelsListResponse",
97
97
  "ChannelResponse",
98
98
  "File",
99
- "Attachment",
100
99
  "Reaction",
100
+ "Attachment",
101
101
  "Message",
102
102
  "Thread",
103
103
  "EditedInfo",
@@ -200,6 +200,14 @@ class File(BaseModel):
200
200
  created: Union[int | None, Any] = Field(default=None)
201
201
  timestamp: Union[int | None, Any] = Field(default=None)
202
202
 
203
+ class Reaction(BaseModel):
204
+ """Message reaction"""
205
+ model_config = ConfigDict(extra="allow", populate_by_name=True)
206
+
207
+ name: Union[str | None, Any] = Field(default=None)
208
+ users: Union[list[str] | None, Any] = Field(default=None)
209
+ count: Union[int | None, Any] = Field(default=None)
210
+
203
211
  class Attachment(BaseModel):
204
212
  """Message attachment"""
205
213
  model_config = ConfigDict(extra="allow", populate_by_name=True)
@@ -221,14 +229,6 @@ class Attachment(BaseModel):
221
229
  footer_icon: Union[str | None, Any] = Field(default=None)
222
230
  ts: Union[Any, Any] = Field(default=None)
223
231
 
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.27
3
+ Version: 0.1.29
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,6 @@ For the service's official API docs, see the [Slack API reference](https://api.s
158
158
 
159
159
  ## Version information
160
160
 
161
- - **Package version:** 0.1.27
161
+ - **Package version:** 0.1.29
162
162
  - **Connector version:** 0.1.9
163
- - **Generated with Connector SDK commit SHA:** a01f6b16406fb2ff9f9dd011b1c1e0114c0db70f
163
+ - **Generated with Connector SDK commit SHA:** 71f48c102ce98c9298e5102761e740f0d97eb71b
@@ -1,7 +1,7 @@
1
- airbyte_agent_slack/__init__.py,sha256=g_SG_RaX0b6jEVXCil2B2UT6EeB-itG9LOsQiFYBQvA,3703
1
+ airbyte_agent_slack/__init__.py,sha256=LI0Ft_RZcoyUgY6y00MYQDN9Cc93UeuqxtGwz0IIUV4,3703
2
2
  airbyte_agent_slack/connector.py,sha256=Nuu08yExhwrIGhaCkbhCMif_Ju54y0THpo2uYdHZz8g,39588
3
3
  airbyte_agent_slack/connector_model.py,sha256=phfQfehtCYp5pKM-kGQLIUc6YPZGiRc9Ul3DpMR0Q9s,194499
4
- airbyte_agent_slack/models.py,sha256=rOTzgc7zy96MQIVlxH3flMeoiDgBFQr-Oqw4BfQgHuE,28916
4
+ airbyte_agent_slack/models.py,sha256=ovaECkXfG4iXG4uR9FZbsUJBcF_AJtPrGnldvuMjDYw,28916
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=Ftrk0_ddfM7dZG8hF9xBuPwhbc9D6JZ7Q9qs5o3LEyA,5579
55
- airbyte_agent_slack-0.1.27.dist-info/METADATA,sha256=wSvWcg_VSVp_hZ8QwdZFKvfSM8vMjy4FXoIdog87MOQ,6680
56
- airbyte_agent_slack-0.1.27.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
- airbyte_agent_slack-0.1.27.dist-info/RECORD,,
55
+ airbyte_agent_slack-0.1.29.dist-info/METADATA,sha256=yY5-zNI2k1OoJ-s58_1TyHl6QXiKFncXTZA-u9a5GW4,6680
56
+ airbyte_agent_slack-0.1.29.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
+ airbyte_agent_slack-0.1.29.dist-info/RECORD,,