airbyte-agent-zendesk-support 0.18.52__py3-none-any.whl → 0.18.53__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_zendesk_support/_vendored/connector_sdk/schema/base.py +7 -2
- airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py +6 -0
- airbyte_agent_zendesk_support/connector.py +1 -1
- airbyte_agent_zendesk_support/connector_model.py +1 -1
- {airbyte_agent_zendesk_support-0.18.52.dist-info → airbyte_agent_zendesk_support-0.18.53.dist-info}/METADATA +4 -4
- {airbyte_agent_zendesk_support-0.18.52.dist-info → airbyte_agent_zendesk_support-0.18.53.dist-info}/RECORD +7 -7
- {airbyte_agent_zendesk_support-0.18.52.dist-info → airbyte_agent_zendesk_support-0.18.53.dist-info}/WHEEL +0 -0
|
@@ -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
|
|
|
@@ -172,7 +172,7 @@ class ZendeskSupportConnector:
|
|
|
172
172
|
"""
|
|
173
173
|
|
|
174
174
|
connector_name = "zendesk-support"
|
|
175
|
-
connector_version = "0.1.
|
|
175
|
+
connector_version = "0.1.7"
|
|
176
176
|
vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
|
|
177
177
|
|
|
178
178
|
# Map of (entity, action) -> needs_envelope for envelope wrapping decision
|
|
@@ -30,7 +30,7 @@ from uuid import (
|
|
|
30
30
|
ZendeskSupportConnectorModel: ConnectorModel = ConnectorModel(
|
|
31
31
|
id=UUID('79c1aa37-dae3-42ae-b333-d1c105477715'),
|
|
32
32
|
name='zendesk-support',
|
|
33
|
-
version='0.1.
|
|
33
|
+
version='0.1.7',
|
|
34
34
|
base_url='https://{subdomain}.zendesk.com/api/v2',
|
|
35
35
|
auth=AuthConfig(
|
|
36
36
|
options=[
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-zendesk-support
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.53
|
|
4
4
|
Summary: Airbyte Zendesk-Support 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/
|
|
@@ -140,6 +140,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
140
140
|
|
|
141
141
|
## Version information
|
|
142
142
|
|
|
143
|
-
- **Package version:** 0.18.
|
|
144
|
-
- **Connector version:** 0.1.
|
|
145
|
-
- **Generated with Connector SDK commit SHA:**
|
|
143
|
+
- **Package version:** 0.18.53
|
|
144
|
+
- **Connector version:** 0.1.7
|
|
145
|
+
- **Generated with Connector SDK commit SHA:** 6fbe49cd29847836209576c7ba21d94aacc1d834
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
airbyte_agent_zendesk_support/__init__.py,sha256=RRAGu8AUU7OjMyGJvktoZvll1v7qxgw25mzqjBdODy4,9451
|
|
2
|
-
airbyte_agent_zendesk_support/connector.py,sha256=
|
|
3
|
-
airbyte_agent_zendesk_support/connector_model.py,sha256=
|
|
2
|
+
airbyte_agent_zendesk_support/connector.py,sha256=OtvJerd4M3hNscOvH6Ib2RcRJxKgIeuCc2poTUH9_Hs,110114
|
|
3
|
+
airbyte_agent_zendesk_support/connector_model.py,sha256=3H6d8xakMX5nyOgXTzxEn7vB19DU9pWUeU23I4dwnaA,241345
|
|
4
4
|
airbyte_agent_zendesk_support/models.py,sha256=-p6suLfKq-AMXzu1-LYmXGn2_F7ukTLfhk1pnKVNm3g,63437
|
|
5
5
|
airbyte_agent_zendesk_support/types.py,sha256=iEXmyDWv0u0dredqh5tKuWSqbO-na8sBZRyuD0WzemI,163411
|
|
6
6
|
airbyte_agent_zendesk_support/_vendored/__init__.py,sha256=ILl7AHXMui__swyrjxrh9yRa4dLiwBvV6axPWFWty80,38
|
|
@@ -42,16 +42,16 @@ airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/__init__.py,sh
|
|
|
42
42
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/instrumentation.py,sha256=_dXvNiqdndIBwDjeDKNViWzn_M5FkSUsMmJtFldrmsM,1504
|
|
43
43
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/metrics.py,sha256=FRff7dKt4iwt_A7pxV5n9kAGBR756PC7q8-weWygPSM,2817
|
|
44
44
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/__init__.py,sha256=Uymu-QuzGJuMxexBagIvUxpVAigIuIhz3KeBl_Vu4Ko,1638
|
|
45
|
-
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py,sha256=
|
|
45
|
+
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py,sha256=zBW5svQohGCdn46Snc8DG4PsqfmZDovp693vRgugDFE,5374
|
|
46
46
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/components.py,sha256=x3YCM1p2n_xHi50fMeOX0mXUiPqjGlLHs3Go8jXokb0,7895
|
|
47
47
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/connector.py,sha256=mSZk1wr2YSdRj9tTRsPAuIlCzd_xZLw-Bzl1sMwE0rE,3731
|
|
48
48
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/extensions.py,sha256=f7VhHrcIYxaPOJHMc4g0lpy04pZTbx5nlroNzAu5B9Q,7135
|
|
49
49
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/operations.py,sha256=RpzGtAI4yvAtMHAfMUMcUwgHv_qJojnKlNb75_agUF8,5729
|
|
50
|
-
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py,sha256=
|
|
50
|
+
airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py,sha256=voRP27dttCKDV9NmX3W4G5VMTytXRhTI1168BLaTL-w,8724
|
|
51
51
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/__init__.py,sha256=RaLgkBU4dfxn1LC5Y0Q9rr2PJbrwjxvPgBLmq8_WafE,211
|
|
52
52
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/config.py,sha256=tLmQwAFD0kP1WyBGWBS3ysaudN9H3e-3EopKZi6cGKg,885
|
|
53
53
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/events.py,sha256=8Y1NbXiwISX-V_wRofY7PqcwEXD0dLMnntKkY6XFU2s,1328
|
|
54
54
|
airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/tracker.py,sha256=Ftrk0_ddfM7dZG8hF9xBuPwhbc9D6JZ7Q9qs5o3LEyA,5579
|
|
55
|
-
airbyte_agent_zendesk_support-0.18.
|
|
56
|
-
airbyte_agent_zendesk_support-0.18.
|
|
57
|
-
airbyte_agent_zendesk_support-0.18.
|
|
55
|
+
airbyte_agent_zendesk_support-0.18.53.dist-info/METADATA,sha256=MsTkCmKjxEVvs5YIP0O0wqvOwIjIV-x09DTqWPrtvrk,6246
|
|
56
|
+
airbyte_agent_zendesk_support-0.18.53.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
57
|
+
airbyte_agent_zendesk_support-0.18.53.dist-info/RECORD,,
|
|
File without changes
|