airbyte-agent-zendesk-support 0.18.24__tar.gz → 0.18.27__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_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/CHANGELOG.md +15 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/PKG-INFO +13 -9
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/README.md +12 -8
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py +35 -6
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/connector.py +1 -1
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/connector_model.py +1 -1
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/pyproject.toml +1 -1
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/.gitignore +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/REFERENCE.md +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/airbyte_agent_zendesk_support/types.py +0 -0
{airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/CHANGELOG.md
RENAMED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Zendesk Support changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.27] - 2026-01-06
|
|
4
|
+
- Updated connector definition (YAML version 0.1.4)
|
|
5
|
+
- Source commit: e0e2f989
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.18.26] - 2026-01-05
|
|
9
|
+
- Updated connector definition (YAML version 0.1.4)
|
|
10
|
+
- Source commit: 3e274293
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
13
|
+
## [0.18.25] - 2025-12-22
|
|
14
|
+
- Updated connector definition (YAML version 0.1.4)
|
|
15
|
+
- Source commit: 0eb1b1c4
|
|
16
|
+
- SDK version: 0.1.0
|
|
17
|
+
|
|
3
18
|
## [0.18.24] - 2025-12-19
|
|
4
19
|
- Updated connector definition (YAML version 0.1.3)
|
|
5
20
|
- Source commit: 12f6b994
|
|
@@ -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.27
|
|
4
4
|
Summary: Airbyte Zendesk-Support Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-embedded
|
|
6
6
|
Project-URL: Documentation, https://github.com/airbytehq/airbyte-embedded/tree/main/integrations
|
|
@@ -43,22 +43,26 @@ for customer support analytics and service performance insights.
|
|
|
43
43
|
|
|
44
44
|
## Example questions
|
|
45
45
|
|
|
46
|
+
The Zendesk-Support connector is optimized to handle prompts like these.
|
|
47
|
+
|
|
46
48
|
- Show me the tickets assigned to me last week
|
|
47
49
|
- What are the top 5 support issues our organization has faced this month?
|
|
48
|
-
- List all unresolved tickets for
|
|
50
|
+
- List all unresolved tickets for {customer}
|
|
49
51
|
- Analyze the satisfaction ratings for our support team in the last 30 days
|
|
50
52
|
- Compare ticket resolution times across different support groups
|
|
51
|
-
- Show me the details of recent tickets tagged with
|
|
53
|
+
- Show me the details of recent tickets tagged with {tag}
|
|
52
54
|
- Identify the most common ticket fields used in our support workflow
|
|
53
55
|
- Summarize the performance of our SLA policies this quarter
|
|
54
56
|
|
|
55
57
|
## Unsupported questions
|
|
56
58
|
|
|
57
|
-
-
|
|
59
|
+
The Zendesk-Support connector isn't currently able to handle prompts like these.
|
|
60
|
+
|
|
61
|
+
- Create a new support ticket for {customer}
|
|
58
62
|
- Update the priority of this ticket
|
|
59
|
-
- Assign this ticket to
|
|
63
|
+
- Assign this ticket to {team_member}
|
|
60
64
|
- Delete these old support tickets
|
|
61
|
-
- Send an automatic response to
|
|
65
|
+
- Send an automatic response to {customer}
|
|
62
66
|
|
|
63
67
|
## Installation
|
|
64
68
|
|
|
@@ -137,6 +141,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
137
141
|
|
|
138
142
|
## Version information
|
|
139
143
|
|
|
140
|
-
- **Package version:** 0.18.
|
|
141
|
-
- **Connector version:** 0.1.
|
|
142
|
-
- **Generated with Connector SDK commit SHA:**
|
|
144
|
+
- **Package version:** 0.18.27
|
|
145
|
+
- **Connector version:** 0.1.4
|
|
146
|
+
- **Generated with Connector SDK commit SHA:** e0e2f9890347de01530666b6ed5ed7bd22452c62
|
|
@@ -9,22 +9,26 @@ for customer support analytics and service performance insights.
|
|
|
9
9
|
|
|
10
10
|
## Example questions
|
|
11
11
|
|
|
12
|
+
The Zendesk-Support connector is optimized to handle prompts like these.
|
|
13
|
+
|
|
12
14
|
- Show me the tickets assigned to me last week
|
|
13
15
|
- What are the top 5 support issues our organization has faced this month?
|
|
14
|
-
- List all unresolved tickets for
|
|
16
|
+
- List all unresolved tickets for {customer}
|
|
15
17
|
- Analyze the satisfaction ratings for our support team in the last 30 days
|
|
16
18
|
- Compare ticket resolution times across different support groups
|
|
17
|
-
- Show me the details of recent tickets tagged with
|
|
19
|
+
- Show me the details of recent tickets tagged with {tag}
|
|
18
20
|
- Identify the most common ticket fields used in our support workflow
|
|
19
21
|
- Summarize the performance of our SLA policies this quarter
|
|
20
22
|
|
|
21
23
|
## Unsupported questions
|
|
22
24
|
|
|
23
|
-
-
|
|
25
|
+
The Zendesk-Support connector isn't currently able to handle prompts like these.
|
|
26
|
+
|
|
27
|
+
- Create a new support ticket for {customer}
|
|
24
28
|
- Update the priority of this ticket
|
|
25
|
-
- Assign this ticket to
|
|
29
|
+
- Assign this ticket to {team_member}
|
|
26
30
|
- Delete these old support tickets
|
|
27
|
-
- Send an automatic response to
|
|
31
|
+
- Send an automatic response to {customer}
|
|
28
32
|
|
|
29
33
|
## Installation
|
|
30
34
|
|
|
@@ -103,6 +107,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
103
107
|
|
|
104
108
|
## Version information
|
|
105
109
|
|
|
106
|
-
- **Package version:** 0.18.
|
|
107
|
-
- **Connector version:** 0.1.
|
|
108
|
-
- **Generated with Connector SDK commit SHA:**
|
|
110
|
+
- **Package version:** 0.18.27
|
|
111
|
+
- **Connector version:** 0.1.4
|
|
112
|
+
- **Generated with Connector SDK commit SHA:** e0e2f9890347de01530666b6ed5ed7bd22452c62
|
|
@@ -837,7 +837,13 @@ class LocalExecutor:
|
|
|
837
837
|
Request body dict or None if no body needed
|
|
838
838
|
"""
|
|
839
839
|
if endpoint.graphql_body:
|
|
840
|
-
|
|
840
|
+
# Extract defaults from query_params_schema for GraphQL variable interpolation
|
|
841
|
+
param_defaults = {
|
|
842
|
+
name: schema.get("default")
|
|
843
|
+
for name, schema in endpoint.query_params_schema.items()
|
|
844
|
+
if "default" in schema
|
|
845
|
+
}
|
|
846
|
+
return self._build_graphql_body(endpoint.graphql_body, params, param_defaults)
|
|
841
847
|
elif endpoint.body_fields:
|
|
842
848
|
return self._extract_body(endpoint.body_fields, params)
|
|
843
849
|
return None
|
|
@@ -903,12 +909,18 @@ class LocalExecutor:
|
|
|
903
909
|
|
|
904
910
|
return query
|
|
905
911
|
|
|
906
|
-
def _build_graphql_body(
|
|
912
|
+
def _build_graphql_body(
|
|
913
|
+
self,
|
|
914
|
+
graphql_config: dict[str, Any],
|
|
915
|
+
params: dict[str, Any],
|
|
916
|
+
param_defaults: dict[str, Any] | None = None,
|
|
917
|
+
) -> dict[str, Any]:
|
|
907
918
|
"""Build GraphQL request body with variable substitution and field selection.
|
|
908
919
|
|
|
909
920
|
Args:
|
|
910
921
|
graphql_config: GraphQL configuration from x-airbyte-body-type extension
|
|
911
922
|
params: Parameters from execute() call
|
|
923
|
+
param_defaults: Default values for params from query_params_schema
|
|
912
924
|
|
|
913
925
|
Returns:
|
|
914
926
|
GraphQL request body: {"query": "...", "variables": {...}}
|
|
@@ -922,7 +934,9 @@ class LocalExecutor:
|
|
|
922
934
|
|
|
923
935
|
# Substitute variables from params
|
|
924
936
|
if "variables" in graphql_config and graphql_config["variables"]:
|
|
925
|
-
body["variables"] = self._interpolate_variables(
|
|
937
|
+
body["variables"] = self._interpolate_variables(
|
|
938
|
+
graphql_config["variables"], params, param_defaults
|
|
939
|
+
)
|
|
926
940
|
|
|
927
941
|
# Add operation name if specified
|
|
928
942
|
if "operationName" in graphql_config:
|
|
@@ -981,7 +995,12 @@ class LocalExecutor:
|
|
|
981
995
|
fields_str = " ".join(graphql_fields)
|
|
982
996
|
return query.replace("{{ fields }}", fields_str)
|
|
983
997
|
|
|
984
|
-
def _interpolate_variables(
|
|
998
|
+
def _interpolate_variables(
|
|
999
|
+
self,
|
|
1000
|
+
variables: dict[str, Any],
|
|
1001
|
+
params: dict[str, Any],
|
|
1002
|
+
param_defaults: dict[str, Any] | None = None,
|
|
1003
|
+
) -> dict[str, Any]:
|
|
985
1004
|
"""Recursively interpolate variables using params.
|
|
986
1005
|
|
|
987
1006
|
Preserves types (doesn't stringify everything).
|
|
@@ -990,15 +1009,18 @@ class LocalExecutor:
|
|
|
990
1009
|
- Direct replacement: "{{ owner }}" → params["owner"] (preserves type)
|
|
991
1010
|
- Nested objects: {"input": {"name": "{{ name }}"}}
|
|
992
1011
|
- Arrays: [{"id": "{{ id }}"}]
|
|
993
|
-
-
|
|
1012
|
+
- Default values: "{{ per_page }}" → param_defaults["per_page"] if not in params
|
|
1013
|
+
- Unsubstituted placeholders: "{{ states }}" → None (for optional params without defaults)
|
|
994
1014
|
|
|
995
1015
|
Args:
|
|
996
1016
|
variables: Variables dict with template placeholders
|
|
997
1017
|
params: Parameters to substitute
|
|
1018
|
+
param_defaults: Default values for params from query_params_schema
|
|
998
1019
|
|
|
999
1020
|
Returns:
|
|
1000
1021
|
Interpolated variables dict with types preserved
|
|
1001
1022
|
"""
|
|
1023
|
+
defaults = param_defaults or {}
|
|
1002
1024
|
|
|
1003
1025
|
def interpolate_value(value: Any) -> Any:
|
|
1004
1026
|
if isinstance(value, str):
|
|
@@ -1012,8 +1034,15 @@ class LocalExecutor:
|
|
|
1012
1034
|
value = value.replace(placeholder, str(param_value))
|
|
1013
1035
|
|
|
1014
1036
|
# Check if any unsubstituted placeholders remain
|
|
1015
|
-
# If so, return None (treats as "not provided" for optional params)
|
|
1016
1037
|
if re.search(r"\{\{\s*\w+\s*\}\}", value):
|
|
1038
|
+
# Extract placeholder name and check for default value
|
|
1039
|
+
match = re.search(r"\{\{\s*(\w+)\s*\}\}", value)
|
|
1040
|
+
if match:
|
|
1041
|
+
param_name = match.group(1)
|
|
1042
|
+
if param_name in defaults:
|
|
1043
|
+
# Use default value (preserves type)
|
|
1044
|
+
return defaults[param_name]
|
|
1045
|
+
# No default found - return None (for optional params)
|
|
1017
1046
|
return None
|
|
1018
1047
|
|
|
1019
1048
|
return value
|
|
@@ -111,7 +111,7 @@ class ZendeskSupportConnector:
|
|
|
111
111
|
"""
|
|
112
112
|
|
|
113
113
|
connector_name = "zendesk-support"
|
|
114
|
-
connector_version = "0.1.
|
|
114
|
+
connector_version = "0.1.4"
|
|
115
115
|
vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
|
|
116
116
|
|
|
117
117
|
# Map of (entity, action) -> has_extractors 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.4',
|
|
34
34
|
base_url='https://{subdomain}.zendesk.com/api/v2',
|
|
35
35
|
auth=AuthConfig(
|
|
36
36
|
options=[
|
|
File without changes
|
{airbyte_agent_zendesk_support-0.18.24 → airbyte_agent_zendesk_support-0.18.27}/REFERENCE.md
RENAMED
|
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
|