airbyte-agent-zendesk-chat 0.1.12__tar.gz → 0.1.13__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_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/AUTH.md +1 -1
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/CHANGELOG.md +5 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/PKG-INFO +4 -4
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/README.md +3 -3
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/__init__.py +2 -2
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/pyproject.toml +1 -1
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/.gitignore +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/REFERENCE.md +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/connector.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/connector_model.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/models.py +19 -19
- {airbyte_agent_zendesk_chat-0.1.12 → airbyte_agent_zendesk_chat-0.1.13}/airbyte_agent_zendesk_chat/types.py +0 -0
|
@@ -63,7 +63,7 @@ After creating the connector, execute operations using either the Python SDK or
|
|
|
63
63
|
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
64
64
|
|
|
65
65
|
connector = ZendeskChatConnector(
|
|
66
|
-
external_user_id="<
|
|
66
|
+
external_user_id="<your_external_user_id>",
|
|
67
67
|
airbyte_client_id="<your-client-id>",
|
|
68
68
|
airbyte_client_secret="<your-client-secret>"
|
|
69
69
|
)
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Zendesk Chat changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.13] - 2026-01-26
|
|
4
|
+
- Updated connector definition (YAML version 0.1.4)
|
|
5
|
+
- Source commit: 74809153
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.12] - 2026-01-26
|
|
4
9
|
- Updated connector definition (YAML version 0.1.4)
|
|
5
10
|
- Source commit: b73c71e0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-zendesk-chat
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13
|
|
4
4
|
Summary: Airbyte Zendesk-Chat 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/
|
|
@@ -119,7 +119,7 @@ This example assumes you've already authenticated your connector with Airbyte. S
|
|
|
119
119
|
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
120
120
|
|
|
121
121
|
connector = ZendeskChatConnector(
|
|
122
|
-
external_user_id="<
|
|
122
|
+
external_user_id="<your_external_user_id>",
|
|
123
123
|
airbyte_client_id="<your-client-id>",
|
|
124
124
|
airbyte_client_secret="<your-client-secret>"
|
|
125
125
|
)
|
|
@@ -162,6 +162,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
|
|
|
162
162
|
|
|
163
163
|
## Version information
|
|
164
164
|
|
|
165
|
-
- **Package version:** 0.1.
|
|
165
|
+
- **Package version:** 0.1.13
|
|
166
166
|
- **Connector version:** 0.1.4
|
|
167
|
-
- **Generated with Connector SDK commit SHA:**
|
|
167
|
+
- **Generated with Connector SDK commit SHA:** 74809153299f81ed3e220538146012ee2abd2e0d
|
|
@@ -86,7 +86,7 @@ This example assumes you've already authenticated your connector with Airbyte. S
|
|
|
86
86
|
from airbyte_agent_zendesk-chat import ZendeskChatConnector
|
|
87
87
|
|
|
88
88
|
connector = ZendeskChatConnector(
|
|
89
|
-
external_user_id="<
|
|
89
|
+
external_user_id="<your_external_user_id>",
|
|
90
90
|
airbyte_client_id="<your-client-id>",
|
|
91
91
|
airbyte_client_secret="<your-client-secret>"
|
|
92
92
|
)
|
|
@@ -129,6 +129,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
|
|
|
129
129
|
|
|
130
130
|
## Version information
|
|
131
131
|
|
|
132
|
-
- **Package version:** 0.1.
|
|
132
|
+
- **Package version:** 0.1.13
|
|
133
133
|
- **Connector version:** 0.1.4
|
|
134
|
-
- **Generated with Connector SDK commit SHA:**
|
|
134
|
+
- **Generated with Connector SDK commit SHA:** 74809153299f81ed3e220538146012ee2abd2e0d
|
|
@@ -14,10 +14,10 @@ from .models import (
|
|
|
14
14
|
AgentRoles,
|
|
15
15
|
AgentTimeline,
|
|
16
16
|
Ban,
|
|
17
|
+
ChatHistoryItem,
|
|
17
18
|
ChatEngagement,
|
|
18
19
|
ChatConversion,
|
|
19
20
|
WebpathItem,
|
|
20
|
-
ChatHistoryItem,
|
|
21
21
|
Chat,
|
|
22
22
|
Visitor,
|
|
23
23
|
ChatSession,
|
|
@@ -109,10 +109,10 @@ __all__ = [
|
|
|
109
109
|
"AgentRoles",
|
|
110
110
|
"AgentTimeline",
|
|
111
111
|
"Ban",
|
|
112
|
+
"ChatHistoryItem",
|
|
112
113
|
"ChatEngagement",
|
|
113
114
|
"ChatConversion",
|
|
114
115
|
"WebpathItem",
|
|
115
|
-
"ChatHistoryItem",
|
|
116
116
|
"Chat",
|
|
117
117
|
"Visitor",
|
|
118
118
|
"ChatSession",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -132,6 +132,25 @@ class Ban(BaseModel):
|
|
|
132
132
|
reason: Union[str | None, Any] = Field(default=None)
|
|
133
133
|
created_at: Union[str | None, Any] = Field(default=None)
|
|
134
134
|
|
|
135
|
+
class ChatHistoryItem(BaseModel):
|
|
136
|
+
"""ChatHistoryItem type definition"""
|
|
137
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
138
|
+
|
|
139
|
+
type: Union[str | None, Any] = Field(default=None)
|
|
140
|
+
timestamp: Union[str | None, Any] = Field(default=None)
|
|
141
|
+
name: Union[str | None, Any] = Field(default=None)
|
|
142
|
+
nick: Union[str | None, Any] = Field(default=None)
|
|
143
|
+
msg: Union[str | None, Any] = Field(default=None)
|
|
144
|
+
msg_id: Union[str | None, Any] = Field(default=None)
|
|
145
|
+
channel: Union[str | None, Any] = Field(default=None)
|
|
146
|
+
department_id: Union[int | None, Any] = Field(default=None)
|
|
147
|
+
department_name: Union[str | None, Any] = Field(default=None)
|
|
148
|
+
rating: Union[str | None, Any] = Field(default=None)
|
|
149
|
+
new_rating: Union[str | None, Any] = Field(default=None)
|
|
150
|
+
tags: Union[list[str] | None, Any] = Field(default=None)
|
|
151
|
+
new_tags: Union[list[str] | None, Any] = Field(default=None)
|
|
152
|
+
options: Union[str | None, Any] = Field(default=None)
|
|
153
|
+
|
|
135
154
|
class ChatEngagement(BaseModel):
|
|
136
155
|
"""ChatEngagement type definition"""
|
|
137
156
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -170,25 +189,6 @@ class WebpathItem(BaseModel):
|
|
|
170
189
|
from_: Union[str | None, Any] = Field(default=None, alias="from")
|
|
171
190
|
timestamp: Union[str | None, Any] = Field(default=None)
|
|
172
191
|
|
|
173
|
-
class ChatHistoryItem(BaseModel):
|
|
174
|
-
"""ChatHistoryItem type definition"""
|
|
175
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
176
|
-
|
|
177
|
-
type: Union[str | None, Any] = Field(default=None)
|
|
178
|
-
timestamp: Union[str | None, Any] = Field(default=None)
|
|
179
|
-
name: Union[str | None, Any] = Field(default=None)
|
|
180
|
-
nick: Union[str | None, Any] = Field(default=None)
|
|
181
|
-
msg: Union[str | None, Any] = Field(default=None)
|
|
182
|
-
msg_id: Union[str | None, Any] = Field(default=None)
|
|
183
|
-
channel: Union[str | None, Any] = Field(default=None)
|
|
184
|
-
department_id: Union[int | None, Any] = Field(default=None)
|
|
185
|
-
department_name: Union[str | None, Any] = Field(default=None)
|
|
186
|
-
rating: Union[str | None, Any] = Field(default=None)
|
|
187
|
-
new_rating: Union[str | None, Any] = Field(default=None)
|
|
188
|
-
tags: Union[list[str] | None, Any] = Field(default=None)
|
|
189
|
-
new_tags: Union[list[str] | None, Any] = Field(default=None)
|
|
190
|
-
options: Union[str | None, Any] = Field(default=None)
|
|
191
|
-
|
|
192
192
|
class Chat(BaseModel):
|
|
193
193
|
"""Chat conversation transcript"""
|
|
194
194
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
File without changes
|