airbyte-agent-zendesk-support 0.18.45__py3-none-any.whl → 0.18.46__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.
@@ -495,6 +495,14 @@ class LocalExecutor:
495
495
  print(result.data)
496
496
  """
497
497
  try:
498
+ # Check for hosted-only actions before converting to Action enum
499
+ if config.action == "search":
500
+ raise NotImplementedError(
501
+ "search is only available in hosted execution mode. "
502
+ "Initialize the connector with external_user_id, airbyte_client_id, "
503
+ "and airbyte_client_secret to use this feature."
504
+ )
505
+
498
506
  # Convert config to internal format
499
507
  action = Action(config.action) if isinstance(config.action, str) else config.action
500
508
  params = config.params or {}
@@ -112,6 +112,7 @@ from .models import (
112
112
  _F = TypeVar("_F", bound=Callable[..., Any])
113
113
 
114
114
 
115
+
115
116
  class ZendeskSupportConnector:
116
117
  """
117
118
  Type-safe Zendesk-Support API connector.
@@ -669,6 +669,7 @@ class ZendeskSupportExecuteResultWithMeta(ZendeskSupportExecuteResult[T], Generi
669
669
  """Metadata about the response (e.g., pagination cursors, record counts)."""
670
670
 
671
671
 
672
+
672
673
  # ===== OPERATION RESULT TYPE ALIASES =====
673
674
 
674
675
  # Concrete type aliases for each operation result.
@@ -214,3 +214,4 @@ class ArticleAttachmentsDownloadParams(TypedDict):
214
214
  article_id: str
215
215
  attachment_id: str
216
216
  range_header: NotRequired[str]
217
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-zendesk-support
3
- Version: 0.18.45
3
+ Version: 0.18.46
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.45
143
+ - **Package version:** 0.18.46
144
144
  - **Connector version:** 0.1.5
145
- - **Generated with Connector SDK commit SHA:** 61a2e8229a38f13564ef2f85e276dff02f707573
145
+ - **Generated with Connector SDK commit SHA:** fa9a3b02522ddc7458721472049976e295a0bd78
@@ -1,8 +1,8 @@
1
1
  airbyte_agent_zendesk_support/__init__.py,sha256=Xf_SLbAydieq_2ADq5k0QJ4TTseP5laq0F4A95_pEsQ,5899
2
- airbyte_agent_zendesk_support/connector.py,sha256=sFDu9CEqSjVnInKb16vbF-3QtnxjPsTYOCzgLxPs1jE,64801
2
+ airbyte_agent_zendesk_support/connector.py,sha256=sSPZK_scEn1oX7wgnEmcXUv4juKRrnvo1E-ubvi2xLI,64802
3
3
  airbyte_agent_zendesk_support/connector_model.py,sha256=_GphemzgMit3Qw5yIcdlfgGuH2Z17ZigAS0ymnkW4zo,241345
4
- airbyte_agent_zendesk_support/models.py,sha256=1GLCb9q_AKuV8ky43wuDtnlyCobbTWwoBoSxVkUquyU,34791
5
- airbyte_agent_zendesk_support/types.py,sha256=vaWdcxDIJ8_nH7sv9PBsdWOKuTPVkskLur7fQF5Ln94,6320
4
+ airbyte_agent_zendesk_support/models.py,sha256=5Agm0g4Q7bB-vxllGXgEx75s-x6vkkJi8zSoknVTYwI,34792
5
+ airbyte_agent_zendesk_support/types.py,sha256=pl2Nj-yFSv6pH2j7Rfo2X6waXDFZB4Z0_DhyG_Go2cc,6321
6
6
  airbyte_agent_zendesk_support/_vendored/__init__.py,sha256=ILl7AHXMui__swyrjxrh9yRa4dLiwBvV6axPWFWty80,38
7
7
  airbyte_agent_zendesk_support/_vendored/connector_sdk/__init__.py,sha256=T5o7roU6NSpH-lCAGZ338sE5dlh4ZU6i6IkeG1zpems,1949
8
8
  airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_strategies.py,sha256=BdjAzFRTwXCmLFqYWqZ4Dx9RsqtI7pAkw-8NynSK4sQ,39914
@@ -21,7 +21,7 @@ airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/__init__.py,sh
21
21
  airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/client.py,sha256=YxdRpQr9XjDzih6csSseBVGn9kfMtaqbOCXP0TPuzFY,7189
22
22
  airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/__init__.py,sha256=EmG9YQNAjSuYCVB4D5VoLm4qpD1KfeiiOf7bpALj8p8,702
23
23
  airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/hosted_executor.py,sha256=ydHcG-biRS1ITT5ELwPShdJW-KYpvK--Fos1ipNgHho,6995
24
- airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py,sha256=CMuknflYNY6_f83xrxvqewfI52MLYdPin3Rvz6HS3wU,67610
24
+ airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py,sha256=qbvarouUD61Dqg6v3hiWnK9scf3At3CvtZzcYcUcT0M,68024
25
25
  airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/models.py,sha256=lYVT_bNcw-PoIks4WHNyl2VY-lJVf2FntzINSOBIheE,5845
26
26
  airbyte_agent_zendesk_support/_vendored/connector_sdk/http/__init__.py,sha256=y8fbzZn-3yV9OxtYz8Dy6FFGI5v6TOqADd1G3xHH3Hw,911
27
27
  airbyte_agent_zendesk_support/_vendored/connector_sdk/http/config.py,sha256=6J7YIIwHC6sRu9i-yKa5XvArwK2KU60rlnmxzDZq3lw,3283
@@ -52,6 +52,6 @@ airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/__init__.py,sha2
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.45.dist-info/METADATA,sha256=XUlZKI9-EuTTp9VU204f2uYEzhjXdUh9VXqf1q9logE,6246
56
- airbyte_agent_zendesk_support-0.18.45.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
- airbyte_agent_zendesk_support-0.18.45.dist-info/RECORD,,
55
+ airbyte_agent_zendesk_support-0.18.46.dist-info/METADATA,sha256=auJfo7abs_CJ4kUa0jT962FNBiArE880w9laQ_DUZ48,6246
56
+ airbyte_agent_zendesk_support-0.18.46.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
57
+ airbyte_agent_zendesk_support-0.18.46.dist-info/RECORD,,