airbyte-agent-zendesk-chat 0.1.1__tar.gz → 0.1.3__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.
Potentially problematic release.
This version of airbyte-agent-zendesk-chat might be problematic. Click here for more details.
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/CHANGELOG.md +10 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/PKG-INFO +4 -4
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/README.md +3 -3
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/__init__.py +4 -4
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/base.py +7 -2
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/security.py +6 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/connector.py +1 -1
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/connector_model.py +1 -1
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/pyproject.toml +1 -1
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/.gitignore +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/REFERENCE.md +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/models.py +17 -17
- {airbyte_agent_zendesk_chat-0.1.1 → airbyte_agent_zendesk_chat-0.1.3}/airbyte_agent_zendesk_chat/types.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Zendesk Chat changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.3] - 2026-01-21
|
|
4
|
+
- Updated connector definition (YAML version 0.1.3)
|
|
5
|
+
- Source commit: 6fbe49cd
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.2] - 2026-01-21
|
|
9
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
10
|
+
- Source commit: c7dab975
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.1.1] - 2026-01-20
|
|
4
14
|
- Updated connector definition (YAML version 0.1.2)
|
|
5
15
|
- Source commit: d6d31592
|
|
@@ -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.3
|
|
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/
|
|
@@ -125,6 +125,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
|
|
|
125
125
|
|
|
126
126
|
## Version information
|
|
127
127
|
|
|
128
|
-
- **Package version:** 0.1.
|
|
129
|
-
- **Connector version:** 0.1.
|
|
130
|
-
- **Generated with Connector SDK commit SHA:**
|
|
128
|
+
- **Package version:** 0.1.3
|
|
129
|
+
- **Connector version:** 0.1.3
|
|
130
|
+
- **Generated with Connector SDK commit SHA:** 6fbe49cd29847836209576c7ba21d94aacc1d834
|
|
@@ -92,6 +92,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
|
|
|
92
92
|
|
|
93
93
|
## Version information
|
|
94
94
|
|
|
95
|
-
- **Package version:** 0.1.
|
|
96
|
-
- **Connector version:** 0.1.
|
|
97
|
-
- **Generated with Connector SDK commit SHA:**
|
|
95
|
+
- **Package version:** 0.1.3
|
|
96
|
+
- **Connector version:** 0.1.3
|
|
97
|
+
- **Generated with Connector SDK commit SHA:** 6fbe49cd29847836209576c7ba21d94aacc1d834
|
|
@@ -14,9 +14,9 @@ from .models import (
|
|
|
14
14
|
AgentRoles,
|
|
15
15
|
AgentTimeline,
|
|
16
16
|
Ban,
|
|
17
|
-
ChatHistoryItem,
|
|
18
|
-
ChatConversion,
|
|
19
17
|
WebpathItem,
|
|
18
|
+
ChatConversion,
|
|
19
|
+
ChatHistoryItem,
|
|
20
20
|
ChatEngagement,
|
|
21
21
|
Chat,
|
|
22
22
|
Visitor,
|
|
@@ -109,9 +109,9 @@ __all__ = [
|
|
|
109
109
|
"AgentRoles",
|
|
110
110
|
"AgentTimeline",
|
|
111
111
|
"Ban",
|
|
112
|
-
"ChatHistoryItem",
|
|
113
|
-
"ChatConversion",
|
|
114
112
|
"WebpathItem",
|
|
113
|
+
"ChatConversion",
|
|
114
|
+
"ChatHistoryItem",
|
|
115
115
|
"ChatEngagement",
|
|
116
116
|
"Chat",
|
|
117
117
|
"Visitor",
|
|
@@ -7,7 +7,7 @@ References:
|
|
|
7
7
|
"""
|
|
8
8
|
|
|
9
9
|
from enum import StrEnum
|
|
10
|
-
from typing import Dict
|
|
10
|
+
from typing import Any, Dict
|
|
11
11
|
from uuid import UUID
|
|
12
12
|
|
|
13
13
|
from pydantic import BaseModel, ConfigDict, Field, field_validator
|
|
@@ -152,7 +152,12 @@ class Server(BaseModel):
|
|
|
152
152
|
url: str
|
|
153
153
|
description: str | None = None
|
|
154
154
|
variables: Dict[str, ServerVariable] = Field(default_factory=dict)
|
|
155
|
-
|
|
155
|
+
x_airbyte_replication_environment_mapping: Dict[str, str] | None = Field(default=None, alias="x-airbyte-replication-environment-mapping")
|
|
156
|
+
x_airbyte_replication_environment_constants: Dict[str, Any] | None = Field(
|
|
157
|
+
default=None,
|
|
158
|
+
alias="x-airbyte-replication-environment-constants",
|
|
159
|
+
description="Constant values to always inject at environment config paths (e.g., 'region': 'us-east-1')",
|
|
160
|
+
)
|
|
156
161
|
|
|
157
162
|
@field_validator("url")
|
|
158
163
|
@classmethod
|
|
@@ -109,6 +109,12 @@ class AirbyteAuthConfig(BaseModel):
|
|
|
109
109
|
description="Mapping from source config paths (e.g., 'credentials.api_key') to auth config keys for direct connectors",
|
|
110
110
|
)
|
|
111
111
|
|
|
112
|
+
# Replication connector auth constants
|
|
113
|
+
replication_auth_key_constants: Dict[str, Any] | None = Field(
|
|
114
|
+
None,
|
|
115
|
+
description="Constant values to always inject at source config paths (e.g., 'credentials.auth_type': 'OAuth2.0')",
|
|
116
|
+
)
|
|
117
|
+
|
|
112
118
|
# Multiple options (oneOf)
|
|
113
119
|
one_of: List[AuthConfigOption] | None = Field(None, alias="oneOf")
|
|
114
120
|
|
|
@@ -101,7 +101,7 @@ class ZendeskChatConnector:
|
|
|
101
101
|
"""
|
|
102
102
|
|
|
103
103
|
connector_name = "zendesk-chat"
|
|
104
|
-
connector_version = "0.1.
|
|
104
|
+
connector_version = "0.1.3"
|
|
105
105
|
vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
|
|
106
106
|
|
|
107
107
|
# Map of (entity, action) -> needs_envelope for envelope wrapping decision
|
|
@@ -26,7 +26,7 @@ from uuid import (
|
|
|
26
26
|
ZendeskChatConnectorModel: ConnectorModel = ConnectorModel(
|
|
27
27
|
id=UUID('40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4'),
|
|
28
28
|
name='zendesk-chat',
|
|
29
|
-
version='0.1.
|
|
29
|
+
version='0.1.3',
|
|
30
30
|
base_url='https://{subdomain}.zendesk.com/api/v2/chat',
|
|
31
31
|
auth=AuthConfig(
|
|
32
32
|
type=AuthType.BEARER,
|
|
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,23 @@ 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 WebpathItem(BaseModel):
|
|
136
|
+
"""WebpathItem type definition"""
|
|
137
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
138
|
+
|
|
139
|
+
from_: Union[str | None, Any] = Field(default=None, alias="from")
|
|
140
|
+
timestamp: Union[str | None, Any] = Field(default=None)
|
|
141
|
+
|
|
142
|
+
class ChatConversion(BaseModel):
|
|
143
|
+
"""ChatConversion type definition"""
|
|
144
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
145
|
+
|
|
146
|
+
id: Union[str | None, Any] = Field(default=None)
|
|
147
|
+
goal_id: Union[int | None, Any] = Field(default=None)
|
|
148
|
+
goal_name: Union[str | None, Any] = Field(default=None)
|
|
149
|
+
timestamp: Union[str | None, Any] = Field(default=None)
|
|
150
|
+
attribution: Union[Any, Any] = Field(default=None)
|
|
151
|
+
|
|
135
152
|
class ChatHistoryItem(BaseModel):
|
|
136
153
|
"""ChatHistoryItem type definition"""
|
|
137
154
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -151,23 +168,6 @@ class ChatHistoryItem(BaseModel):
|
|
|
151
168
|
new_tags: Union[list[str] | None, Any] = Field(default=None)
|
|
152
169
|
options: Union[str | None, Any] = Field(default=None)
|
|
153
170
|
|
|
154
|
-
class ChatConversion(BaseModel):
|
|
155
|
-
"""ChatConversion type definition"""
|
|
156
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
157
|
-
|
|
158
|
-
id: Union[str | None, Any] = Field(default=None)
|
|
159
|
-
goal_id: Union[int | None, Any] = Field(default=None)
|
|
160
|
-
goal_name: Union[str | None, Any] = Field(default=None)
|
|
161
|
-
timestamp: Union[str | None, Any] = Field(default=None)
|
|
162
|
-
attribution: Union[Any, Any] = Field(default=None)
|
|
163
|
-
|
|
164
|
-
class WebpathItem(BaseModel):
|
|
165
|
-
"""WebpathItem type definition"""
|
|
166
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
167
|
-
|
|
168
|
-
from_: Union[str | None, Any] = Field(default=None, alias="from")
|
|
169
|
-
timestamp: Union[str | None, Any] = Field(default=None)
|
|
170
|
-
|
|
171
171
|
class ChatEngagement(BaseModel):
|
|
172
172
|
"""ChatEngagement type definition"""
|
|
173
173
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
File without changes
|