airbyte-agent-zendesk-support 0.18.59__tar.gz → 0.18.60__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.59 → airbyte_agent_zendesk_support-0.18.60}/CHANGELOG.md +5 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/PKG-INFO +5 -4
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/README.md +4 -3
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/REFERENCE.md +15 -14
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/local_executor.py +3 -1
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/base.py +3 -1
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/components.py +5 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/extensions.py +71 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/connector.py +8 -8
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/connector_model.py +1 -1
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/models.py +7 -7
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/types.py +35 -35
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/pyproject.toml +1 -1
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/.gitignore +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/AUTH.md +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/airbyte_agent_zendesk_support/_vendored/connector_sdk/validation.py +0 -0
{airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/CHANGELOG.md
RENAMED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Zendesk Support changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.60] - 2026-01-23
|
|
4
|
+
- Updated connector definition (YAML version 0.1.8)
|
|
5
|
+
- Source commit: 592446b8
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.18.59] - 2026-01-23
|
|
4
9
|
- Updated connector definition (YAML version 0.1.7)
|
|
5
10
|
- Source commit: 416466da
|
|
@@ -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.60
|
|
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/
|
|
@@ -115,6 +115,7 @@ async def zendesk-support_execute(entity: str, action: str, params: dict | None
|
|
|
115
115
|
return await connector.execute(entity, action, params or {})
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
+
|
|
118
119
|
## Full documentation
|
|
119
120
|
|
|
120
121
|
This connector supports the following entities and actions.
|
|
@@ -153,6 +154,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
153
154
|
|
|
154
155
|
## Version information
|
|
155
156
|
|
|
156
|
-
- **Package version:** 0.18.
|
|
157
|
-
- **Connector version:** 0.1.
|
|
158
|
-
- **Generated with Connector SDK commit SHA:**
|
|
157
|
+
- **Package version:** 0.18.60
|
|
158
|
+
- **Connector version:** 0.1.8
|
|
159
|
+
- **Generated with Connector SDK commit SHA:** 592446b89cdadb961d5a035ee4333ae1f5c074ce
|
|
@@ -82,6 +82,7 @@ async def zendesk-support_execute(entity: str, action: str, params: dict | None
|
|
|
82
82
|
return await connector.execute(entity, action, params or {})
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
+
|
|
85
86
|
## Full documentation
|
|
86
87
|
|
|
87
88
|
This connector supports the following entities and actions.
|
|
@@ -120,6 +121,6 @@ For the service's official API docs, see the [Zendesk-Support API reference](htt
|
|
|
120
121
|
|
|
121
122
|
## Version information
|
|
122
123
|
|
|
123
|
-
- **Package version:** 0.18.
|
|
124
|
-
- **Connector version:** 0.1.
|
|
125
|
-
- **Generated with Connector SDK commit SHA:**
|
|
124
|
+
- **Package version:** 0.18.60
|
|
125
|
+
- **Connector version:** 0.1.8
|
|
126
|
+
- **Generated with Connector SDK commit SHA:** 592446b89cdadb961d5a035ee4333ae1f5c074ce
|
{airbyte_agent_zendesk_support-0.18.59 → airbyte_agent_zendesk_support-0.18.60}/REFERENCE.md
RENAMED
|
@@ -258,7 +258,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
258
258
|
| `created_at` | `string` | Timestamp indicating when the ticket was created |
|
|
259
259
|
| `custom_fields` | `array` | Array of custom field values specific to the account's ticket configuration |
|
|
260
260
|
| `custom_status_id` | `integer` | Unique identifier of the custom status applied to the ticket |
|
|
261
|
-
| `deleted_ticket_form_id` | `integer` |
|
|
261
|
+
| `deleted_ticket_form_id` | `integer` | The ID of the ticket form that was previously associated with this ticket but has since been deleted |
|
|
262
262
|
| `description` | `string` | Initial description or content of the ticket when it was created |
|
|
263
263
|
| `due_at` | `string` | Timestamp indicating when the ticket is due for completion or resolution |
|
|
264
264
|
| `email_cc_ids` | `array` | Array of user identifiers who are CC'd on ticket email notifications |
|
|
@@ -268,7 +268,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
268
268
|
| `followup_ids` | `array` | Array of identifiers for follow-up tickets related to this ticket |
|
|
269
269
|
| `forum_topic_id` | `integer` | Unique identifier linking the ticket to a forum topic if applicable |
|
|
270
270
|
| `from_messaging_channel` | `boolean` | Boolean indicating whether the ticket originated from a messaging channel |
|
|
271
|
-
| `generated_timestamp` | `integer` | Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
271
|
+
| `generated_timestamp` | `integer` | Timestamp updated for all ticket updates including system changes, used for incremental export |
|
|
272
272
|
| `group_id` | `integer` | Unique identifier of the agent group assigned to handle the ticket |
|
|
273
273
|
| `has_incidents` | `boolean` | Boolean indicating whether this problem ticket has related incident tickets |
|
|
274
274
|
| `id` | `integer` | Unique identifier for the ticket |
|
|
@@ -308,7 +308,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
308
308
|
| `hits[].data.created_at` | `string` | Timestamp indicating when the ticket was created |
|
|
309
309
|
| `hits[].data.custom_fields` | `array` | Array of custom field values specific to the account's ticket configuration |
|
|
310
310
|
| `hits[].data.custom_status_id` | `integer` | Unique identifier of the custom status applied to the ticket |
|
|
311
|
-
| `hits[].data.deleted_ticket_form_id` | `integer` |
|
|
311
|
+
| `hits[].data.deleted_ticket_form_id` | `integer` | The ID of the ticket form that was previously associated with this ticket but has since been deleted |
|
|
312
312
|
| `hits[].data.description` | `string` | Initial description or content of the ticket when it was created |
|
|
313
313
|
| `hits[].data.due_at` | `string` | Timestamp indicating when the ticket is due for completion or resolution |
|
|
314
314
|
| `hits[].data.email_cc_ids` | `array` | Array of user identifiers who are CC'd on ticket email notifications |
|
|
@@ -318,7 +318,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
318
318
|
| `hits[].data.followup_ids` | `array` | Array of identifiers for follow-up tickets related to this ticket |
|
|
319
319
|
| `hits[].data.forum_topic_id` | `integer` | Unique identifier linking the ticket to a forum topic if applicable |
|
|
320
320
|
| `hits[].data.from_messaging_channel` | `boolean` | Boolean indicating whether the ticket originated from a messaging channel |
|
|
321
|
-
| `hits[].data.generated_timestamp` | `integer` | Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
321
|
+
| `hits[].data.generated_timestamp` | `integer` | Timestamp updated for all ticket updates including system changes, used for incremental export |
|
|
322
322
|
| `hits[].data.group_id` | `integer` | Unique identifier of the agent group assigned to handle the ticket |
|
|
323
323
|
| `hits[].data.has_incidents` | `boolean` | Boolean indicating whether this problem ticket has related incident tickets |
|
|
324
324
|
| `hits[].data.id` | `integer` | Unique identifier for the ticket |
|
|
@@ -1894,9 +1894,9 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
1894
1894
|
|------------|------|-------------|
|
|
1895
1895
|
| `active` | `boolean` | Whether this field is currently available for use |
|
|
1896
1896
|
| `agent_description` | `string` | A description of the ticket field that only agents can see |
|
|
1897
|
-
| `collapsed_for_agents` | `boolean` | If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
1897
|
+
| `collapsed_for_agents` | `boolean` | If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields |
|
|
1898
1898
|
| `created_at` | `string` | Timestamp when the custom ticket field was created |
|
|
1899
|
-
| `custom_field_options` | `array` | Array of option objects for custom ticket fields of type multiselect or tagger
|
|
1899
|
+
| `custom_field_options` | `array` | Array of option objects for custom ticket fields of type multiselect or tagger |
|
|
1900
1900
|
| `custom_statuses` | `array` | List of customized ticket statuses, only present for system ticket fields of type custom_status |
|
|
1901
1901
|
| `description` | `string` | Text describing the purpose of the ticket field to users |
|
|
1902
1902
|
| `editable_in_portal` | `boolean` | Whether this field is editable by end users in Help Center |
|
|
@@ -1915,7 +1915,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
1915
1915
|
| `tag` | `string` | For checkbox fields only, a tag added to tickets when the checkbox field is selected |
|
|
1916
1916
|
| `title` | `string` | The title of the ticket field displayed to agents |
|
|
1917
1917
|
| `title_in_portal` | `string` | The title of the ticket field displayed to end users in Help Center |
|
|
1918
|
-
| `type` | `string` | Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
1918
|
+
| `type` | `string` | Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger |
|
|
1919
1919
|
| `updated_at` | `string` | Timestamp when the custom ticket field was last updated |
|
|
1920
1920
|
| `url` | `string` | The API URL for this ticket field resource |
|
|
1921
1921
|
| `visible_in_portal` | `boolean` | Whether this field is visible to end users in Help Center |
|
|
@@ -1931,9 +1931,9 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
1931
1931
|
| `hits[].data` | `object` | Record data containing the searchable fields listed above |
|
|
1932
1932
|
| `hits[].data.active` | `boolean` | Whether this field is currently available for use |
|
|
1933
1933
|
| `hits[].data.agent_description` | `string` | A description of the ticket field that only agents can see |
|
|
1934
|
-
| `hits[].data.collapsed_for_agents` | `boolean` | If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
1934
|
+
| `hits[].data.collapsed_for_agents` | `boolean` | If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields |
|
|
1935
1935
|
| `hits[].data.created_at` | `string` | Timestamp when the custom ticket field was created |
|
|
1936
|
-
| `hits[].data.custom_field_options` | `array` | Array of option objects for custom ticket fields of type multiselect or tagger
|
|
1936
|
+
| `hits[].data.custom_field_options` | `array` | Array of option objects for custom ticket fields of type multiselect or tagger |
|
|
1937
1937
|
| `hits[].data.custom_statuses` | `array` | List of customized ticket statuses, only present for system ticket fields of type custom_status |
|
|
1938
1938
|
| `hits[].data.description` | `string` | Text describing the purpose of the ticket field to users |
|
|
1939
1939
|
| `hits[].data.editable_in_portal` | `boolean` | Whether this field is editable by end users in Help Center |
|
|
@@ -1952,7 +1952,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
1952
1952
|
| `hits[].data.tag` | `string` | For checkbox fields only, a tag added to tickets when the checkbox field is selected |
|
|
1953
1953
|
| `hits[].data.title` | `string` | The title of the ticket field displayed to agents |
|
|
1954
1954
|
| `hits[].data.title_in_portal` | `string` | The title of the ticket field displayed to end users in Help Center |
|
|
1955
|
-
| `hits[].data.type` | `string` | Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
1955
|
+
| `hits[].data.type` | `string` | Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger |
|
|
1956
1956
|
| `hits[].data.updated_at` | `string` | Timestamp when the custom ticket field was last updated |
|
|
1957
1957
|
| `hits[].data.url` | `string` | The API URL for this ticket field resource |
|
|
1958
1958
|
| `hits[].data.visible_in_portal` | `boolean` | Whether this field is visible to end users in Help Center |
|
|
@@ -2962,7 +2962,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
2962
2962
|
| `group_id` | `integer` | The identifier of the group assigned to the ticket at the time the rating was submitted |
|
|
2963
2963
|
| `id` | `integer` | Unique identifier for the satisfaction rating, automatically assigned upon creation |
|
|
2964
2964
|
| `reason` | `string` | Free-text reason for a bad rating provided by the requester in a follow-up question |
|
|
2965
|
-
| `reason_id` | `integer` | Identifier for the predefined reason given for a negative rating
|
|
2965
|
+
| `reason_id` | `integer` | Identifier for the predefined reason given for a negative rating |
|
|
2966
2966
|
| `requester_id` | `integer` | The identifier of the ticket requester who submitted the satisfaction rating |
|
|
2967
2967
|
| `score` | `string` | The satisfaction rating value: 'offered', 'unoffered', 'good', or 'bad' |
|
|
2968
2968
|
| `ticket_id` | `integer` | The identifier of the ticket being rated |
|
|
@@ -2984,7 +2984,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
2984
2984
|
| `hits[].data.group_id` | `integer` | The identifier of the group assigned to the ticket at the time the rating was submitted |
|
|
2985
2985
|
| `hits[].data.id` | `integer` | Unique identifier for the satisfaction rating, automatically assigned upon creation |
|
|
2986
2986
|
| `hits[].data.reason` | `string` | Free-text reason for a bad rating provided by the requester in a follow-up question |
|
|
2987
|
-
| `hits[].data.reason_id` | `integer` | Identifier for the predefined reason given for a negative rating
|
|
2987
|
+
| `hits[].data.reason_id` | `integer` | Identifier for the predefined reason given for a negative rating |
|
|
2988
2988
|
| `hits[].data.requester_id` | `integer` | The identifier of the ticket requester who submitted the satisfaction rating |
|
|
2989
2989
|
| `hits[].data.score` | `string` | The satisfaction rating value: 'offered', 'unoffered', 'good', or 'bad' |
|
|
2990
2990
|
| `hits[].data.ticket_id` | `integer` | The identifier of the ticket being rated |
|
|
@@ -3417,7 +3417,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
3417
3417
|
| `raw_display_name` | `string` | The dynamic content placeholder if present, or the display_name value if not |
|
|
3418
3418
|
| `raw_name` | `string` | The dynamic content placeholder if present, or the name value if not |
|
|
3419
3419
|
| `restricted_brand_ids` | `array` | IDs of all brands that this ticket form is restricted to |
|
|
3420
|
-
| `ticket_field_ids` | `array` | IDs of all ticket fields included in this ticket form
|
|
3420
|
+
| `ticket_field_ids` | `array` | IDs of all ticket fields included in this ticket form |
|
|
3421
3421
|
| `updated_at` | `string` | Timestamp of the last update to the ticket form |
|
|
3422
3422
|
| `url` | `string` | URL of the ticket form |
|
|
3423
3423
|
|
|
@@ -3444,7 +3444,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
3444
3444
|
| `hits[].data.raw_display_name` | `string` | The dynamic content placeholder if present, or the display_name value if not |
|
|
3445
3445
|
| `hits[].data.raw_name` | `string` | The dynamic content placeholder if present, or the name value if not |
|
|
3446
3446
|
| `hits[].data.restricted_brand_ids` | `array` | IDs of all brands that this ticket form is restricted to |
|
|
3447
|
-
| `hits[].data.ticket_field_ids` | `array` | IDs of all ticket fields included in this ticket form
|
|
3447
|
+
| `hits[].data.ticket_field_ids` | `array` | IDs of all ticket fields included in this ticket form |
|
|
3448
3448
|
| `hits[].data.updated_at` | `string` | Timestamp of the last update to the ticket form |
|
|
3449
3449
|
| `hits[].data.url` | `string` | URL of the ticket form |
|
|
3450
3450
|
| `next_cursor` | `string \| null` | Cursor for next page of results |
|
|
@@ -3748,3 +3748,4 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
3748
3748
|
| `range_header` | `string` | No | Optional Range header for partial downloads (e.g., 'bytes=0-99') |
|
|
3749
3749
|
|
|
3750
3750
|
|
|
3751
|
+
|
|
@@ -1032,7 +1032,9 @@ class LocalExecutor:
|
|
|
1032
1032
|
if "variables" in graphql_config and graphql_config["variables"]:
|
|
1033
1033
|
variables = self._interpolate_variables(graphql_config["variables"], params, param_defaults)
|
|
1034
1034
|
# Filter out None values (optional fields not provided) - matches REST _extract_body() behavior
|
|
1035
|
-
|
|
1035
|
+
# But preserve None for variables explicitly marked as nullable (e.g., to unassign a user)
|
|
1036
|
+
nullable_vars = set(graphql_config.get("x-airbyte-nullable-variables") or [])
|
|
1037
|
+
body["variables"] = {k: v for k, v in variables.items() if v is not None or k in nullable_vars}
|
|
1036
1038
|
|
|
1037
1039
|
# Add operation name if specified
|
|
1038
1040
|
if "operationName" in graphql_config:
|
|
@@ -13,7 +13,7 @@ from uuid import UUID
|
|
|
13
13
|
from pydantic import BaseModel, ConfigDict, Field, field_validator
|
|
14
14
|
from pydantic_core import Url
|
|
15
15
|
|
|
16
|
-
from .extensions import CacheConfig, RetryConfig
|
|
16
|
+
from .extensions import CacheConfig, ReplicationConfig, RetryConfig
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class ExampleQuestions(BaseModel):
|
|
@@ -106,6 +106,7 @@ class Info(BaseModel):
|
|
|
106
106
|
- x-airbyte-retry-config: Retry configuration for transient errors (Airbyte extension)
|
|
107
107
|
- x-airbyte-example-questions: Example questions for AI connector README (Airbyte extension)
|
|
108
108
|
- x-airbyte-cache: Cache configuration for field mapping between API and cache schemas (Airbyte extension)
|
|
109
|
+
- x-airbyte-replication-config: Replication configuration for MULTI mode connectors (Airbyte extension)
|
|
109
110
|
"""
|
|
110
111
|
|
|
111
112
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
@@ -124,6 +125,7 @@ class Info(BaseModel):
|
|
|
124
125
|
x_airbyte_retry_config: RetryConfig | None = Field(None, alias="x-airbyte-retry-config")
|
|
125
126
|
x_airbyte_example_questions: ExampleQuestions | None = Field(None, alias="x-airbyte-example-questions")
|
|
126
127
|
x_airbyte_cache: CacheConfig | None = Field(None, alias="x-airbyte-cache")
|
|
128
|
+
x_airbyte_replication_config: ReplicationConfig | None = Field(None, alias="x-airbyte-replication-config")
|
|
127
129
|
|
|
128
130
|
|
|
129
131
|
class ServerVariable(BaseModel):
|
|
@@ -134,6 +134,11 @@ class GraphQLBodyConfig(BaseModel):
|
|
|
134
134
|
None,
|
|
135
135
|
description="Default fields to select if not provided in request parameters. Can be a string or array of field names.",
|
|
136
136
|
)
|
|
137
|
+
nullable_variables: List[str] | None = Field(
|
|
138
|
+
default=None,
|
|
139
|
+
alias="x-airbyte-nullable-variables",
|
|
140
|
+
description="Variable names that can be explicitly set to null (e.g., to unassign a user)",
|
|
141
|
+
)
|
|
137
142
|
|
|
138
143
|
|
|
139
144
|
# Union type for all body type configs (extensible for future types like XML, SOAP, etc.)
|
|
@@ -182,6 +182,77 @@ class CacheEntityConfig(BaseModel):
|
|
|
182
182
|
return self.x_airbyte_name or self.entity
|
|
183
183
|
|
|
184
184
|
|
|
185
|
+
class ReplicationConfigProperty(BaseModel):
|
|
186
|
+
"""
|
|
187
|
+
Property definition for replication configuration fields.
|
|
188
|
+
|
|
189
|
+
Defines a single field in the replication configuration with its type,
|
|
190
|
+
description, and optional default value.
|
|
191
|
+
|
|
192
|
+
Example YAML usage:
|
|
193
|
+
x-airbyte-replication-config:
|
|
194
|
+
properties:
|
|
195
|
+
start_date:
|
|
196
|
+
type: string
|
|
197
|
+
title: Start Date
|
|
198
|
+
description: UTC date and time from which to replicate data
|
|
199
|
+
format: date-time
|
|
200
|
+
"""
|
|
201
|
+
|
|
202
|
+
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
203
|
+
|
|
204
|
+
type: str
|
|
205
|
+
title: str | None = None
|
|
206
|
+
description: str | None = None
|
|
207
|
+
format: str | None = None
|
|
208
|
+
default: str | int | float | bool | None = None
|
|
209
|
+
enum: list[str] | None = None
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
class ReplicationConfig(BaseModel):
|
|
213
|
+
"""
|
|
214
|
+
Replication configuration extension (x-airbyte-replication-config).
|
|
215
|
+
|
|
216
|
+
Defines replication-specific settings for MULTI mode connectors that need
|
|
217
|
+
to configure the underlying replication connector. This allows users who
|
|
218
|
+
use the direct-style API (credentials + environment) to also specify
|
|
219
|
+
replication settings like start_date, lookback_window, etc.
|
|
220
|
+
|
|
221
|
+
This extension is added to the Info model and provides field definitions
|
|
222
|
+
for replication configuration that gets merged into the source config
|
|
223
|
+
when creating sources.
|
|
224
|
+
|
|
225
|
+
Example YAML usage:
|
|
226
|
+
info:
|
|
227
|
+
title: HubSpot API
|
|
228
|
+
x-airbyte-replication-config:
|
|
229
|
+
title: Replication Configuration
|
|
230
|
+
description: Settings for data replication
|
|
231
|
+
properties:
|
|
232
|
+
start_date:
|
|
233
|
+
type: string
|
|
234
|
+
title: Start Date
|
|
235
|
+
description: UTC date and time from which to replicate data
|
|
236
|
+
format: date-time
|
|
237
|
+
required:
|
|
238
|
+
- start_date
|
|
239
|
+
replication_config_key_mapping:
|
|
240
|
+
start_date: start_date
|
|
241
|
+
"""
|
|
242
|
+
|
|
243
|
+
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
244
|
+
|
|
245
|
+
title: str | None = None
|
|
246
|
+
description: str | None = None
|
|
247
|
+
properties: dict[str, ReplicationConfigProperty] = Field(default_factory=dict)
|
|
248
|
+
required: list[str] = Field(default_factory=list)
|
|
249
|
+
replication_config_key_mapping: dict[str, str] = Field(
|
|
250
|
+
default_factory=dict,
|
|
251
|
+
alias="replication_config_key_mapping",
|
|
252
|
+
description="Mapping from replication_config field names to source_config field names",
|
|
253
|
+
)
|
|
254
|
+
|
|
255
|
+
|
|
185
256
|
class CacheConfig(BaseModel):
|
|
186
257
|
"""
|
|
187
258
|
Cache configuration extension (x-airbyte-cache).
|
|
@@ -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.8"
|
|
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
|
|
@@ -948,7 +948,7 @@ class TicketsQuery:
|
|
|
948
948
|
- created_at: Timestamp indicating when the ticket was created
|
|
949
949
|
- custom_fields: Array of custom field values specific to the account's ticket configuration
|
|
950
950
|
- custom_status_id: Unique identifier of the custom status applied to the ticket
|
|
951
|
-
- deleted_ticket_form_id:
|
|
951
|
+
- deleted_ticket_form_id: The ID of the ticket form that was previously associated with this ticket but has since been deleted
|
|
952
952
|
- description: Initial description or content of the ticket when it was created
|
|
953
953
|
- due_at: Timestamp indicating when the ticket is due for completion or resolution
|
|
954
954
|
- email_cc_ids: Array of user identifiers who are CC'd on ticket email notifications
|
|
@@ -958,7 +958,7 @@ class TicketsQuery:
|
|
|
958
958
|
- followup_ids: Array of identifiers for follow-up tickets related to this ticket
|
|
959
959
|
- forum_topic_id: Unique identifier linking the ticket to a forum topic if applicable
|
|
960
960
|
- from_messaging_channel: Boolean indicating whether the ticket originated from a messaging channel
|
|
961
|
-
- generated_timestamp: Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
961
|
+
- generated_timestamp: Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
962
962
|
- group_id: Unique identifier of the agent group assigned to handle the ticket
|
|
963
963
|
- has_incidents: Boolean indicating whether this problem ticket has related incident tickets
|
|
964
964
|
- id: Unique identifier for the ticket
|
|
@@ -1982,9 +1982,9 @@ class TicketFieldsQuery:
|
|
|
1982
1982
|
Available filter fields (TicketFieldsSearchFilter):
|
|
1983
1983
|
- active: Whether this field is currently available for use
|
|
1984
1984
|
- agent_description: A description of the ticket field that only agents can see
|
|
1985
|
-
- collapsed_for_agents: If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
1985
|
+
- collapsed_for_agents: If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields
|
|
1986
1986
|
- created_at: Timestamp when the custom ticket field was created
|
|
1987
|
-
- custom_field_options: Array of option objects for custom ticket fields of type multiselect or tagger
|
|
1987
|
+
- custom_field_options: Array of option objects for custom ticket fields of type multiselect or tagger
|
|
1988
1988
|
- custom_statuses: List of customized ticket statuses, only present for system ticket fields of type custom_status
|
|
1989
1989
|
- description: Text describing the purpose of the ticket field to users
|
|
1990
1990
|
- editable_in_portal: Whether this field is editable by end users in Help Center
|
|
@@ -2003,7 +2003,7 @@ class TicketFieldsQuery:
|
|
|
2003
2003
|
- tag: For checkbox fields only, a tag added to tickets when the checkbox field is selected
|
|
2004
2004
|
- title: The title of the ticket field displayed to agents
|
|
2005
2005
|
- title_in_portal: The title of the ticket field displayed to end users in Help Center
|
|
2006
|
-
- type: Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
2006
|
+
- type: Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger
|
|
2007
2007
|
- updated_at: Timestamp when the custom ticket field was last updated
|
|
2008
2008
|
- url: The API URL for this ticket field resource
|
|
2009
2009
|
- visible_in_portal: Whether this field is visible to end users in Help Center
|
|
@@ -2666,7 +2666,7 @@ class SatisfactionRatingsQuery:
|
|
|
2666
2666
|
- group_id: The identifier of the group assigned to the ticket at the time the rating was submitted
|
|
2667
2667
|
- id: Unique identifier for the satisfaction rating, automatically assigned upon creation
|
|
2668
2668
|
- reason: Free-text reason for a bad rating provided by the requester in a follow-up question
|
|
2669
|
-
- reason_id: Identifier for the predefined reason given for a negative rating
|
|
2669
|
+
- reason_id: Identifier for the predefined reason given for a negative rating
|
|
2670
2670
|
- requester_id: The identifier of the ticket requester who submitted the satisfaction rating
|
|
2671
2671
|
- score: The satisfaction rating value: 'offered', 'unoffered', 'good', or 'bad'
|
|
2672
2672
|
- ticket_id: The identifier of the ticket being rated
|
|
@@ -2947,7 +2947,7 @@ class TicketFormsQuery:
|
|
|
2947
2947
|
- raw_display_name: The dynamic content placeholder if present, or the display_name value if not
|
|
2948
2948
|
- raw_name: The dynamic content placeholder if present, or the name value if not
|
|
2949
2949
|
- restricted_brand_ids: IDs of all brands that this ticket form is restricted to
|
|
2950
|
-
- ticket_field_ids: IDs of all ticket fields included in this ticket form
|
|
2950
|
+
- ticket_field_ids: IDs of all ticket fields included in this ticket form
|
|
2951
2951
|
- updated_at: Timestamp of the last update to the ticket form
|
|
2952
2952
|
- url: URL of the ticket form
|
|
2953
2953
|
|
|
@@ -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.8',
|
|
34
34
|
base_url='https://{subdomain}.zendesk.com/api/v2',
|
|
35
35
|
auth=AuthConfig(
|
|
36
36
|
options=[
|
|
@@ -789,7 +789,7 @@ class SatisfactionRatingsSearchData(BaseModel):
|
|
|
789
789
|
reason: str | None = None
|
|
790
790
|
"""Free-text reason for a bad rating provided by the requester in a follow-up question"""
|
|
791
791
|
reason_id: int | None = None
|
|
792
|
-
"""Identifier for the predefined reason given for a negative rating
|
|
792
|
+
"""Identifier for the predefined reason given for a negative rating"""
|
|
793
793
|
requester_id: int | None = None
|
|
794
794
|
"""The identifier of the ticket requester who submitted the satisfaction rating"""
|
|
795
795
|
score: str | None = None
|
|
@@ -883,11 +883,11 @@ class TicketFieldsSearchData(BaseModel):
|
|
|
883
883
|
agent_description: str | None = None
|
|
884
884
|
"""A description of the ticket field that only agents can see"""
|
|
885
885
|
collapsed_for_agents: bool | None = None
|
|
886
|
-
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
886
|
+
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
|
|
887
887
|
created_at: str | None = None
|
|
888
888
|
"""Timestamp when the custom ticket field was created"""
|
|
889
889
|
custom_field_options: list[Any] | None = None
|
|
890
|
-
"""Array of option objects for custom ticket fields of type multiselect or tagger
|
|
890
|
+
"""Array of option objects for custom ticket fields of type multiselect or tagger"""
|
|
891
891
|
custom_statuses: list[Any] | None = None
|
|
892
892
|
"""List of customized ticket statuses, only present for system ticket fields of type custom_status"""
|
|
893
893
|
description: str | None = None
|
|
@@ -925,7 +925,7 @@ class TicketFieldsSearchData(BaseModel):
|
|
|
925
925
|
title_in_portal: str | None = None
|
|
926
926
|
"""The title of the ticket field displayed to end users in Help Center"""
|
|
927
927
|
type: str | None = None
|
|
928
|
-
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
928
|
+
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
|
|
929
929
|
updated_at: str | None = None
|
|
930
930
|
"""Timestamp when the custom ticket field was last updated"""
|
|
931
931
|
url: str | None = None
|
|
@@ -967,7 +967,7 @@ class TicketFormsSearchData(BaseModel):
|
|
|
967
967
|
restricted_brand_ids: list[Any] | None = None
|
|
968
968
|
"""IDs of all brands that this ticket form is restricted to"""
|
|
969
969
|
ticket_field_ids: list[Any] | None = None
|
|
970
|
-
"""IDs of all ticket fields included in this ticket form
|
|
970
|
+
"""IDs of all ticket fields included in this ticket form"""
|
|
971
971
|
updated_at: str | None = None
|
|
972
972
|
"""Timestamp of the last update to the ticket form"""
|
|
973
973
|
url: str | None = None
|
|
@@ -1061,7 +1061,7 @@ class TicketsSearchData(BaseModel):
|
|
|
1061
1061
|
custom_status_id: int | None = None
|
|
1062
1062
|
"""Unique identifier of the custom status applied to the ticket"""
|
|
1063
1063
|
deleted_ticket_form_id: int | None = None
|
|
1064
|
-
"""
|
|
1064
|
+
"""The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
|
|
1065
1065
|
description: str | None = None
|
|
1066
1066
|
"""Initial description or content of the ticket when it was created"""
|
|
1067
1067
|
due_at: str | None = None
|
|
@@ -1081,7 +1081,7 @@ class TicketsSearchData(BaseModel):
|
|
|
1081
1081
|
from_messaging_channel: bool | None = None
|
|
1082
1082
|
"""Boolean indicating whether the ticket originated from a messaging channel"""
|
|
1083
1083
|
generated_timestamp: int | None = None
|
|
1084
|
-
"""Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
1084
|
+
"""Timestamp updated for all ticket updates including system changes, used for incremental export"""
|
|
1085
1085
|
group_id: int | None = None
|
|
1086
1086
|
"""Unique identifier of the agent group assigned to handle the ticket"""
|
|
1087
1087
|
has_incidents: bool | None = None
|
|
@@ -983,7 +983,7 @@ class SatisfactionRatingsSearchFilter(TypedDict, total=False):
|
|
|
983
983
|
reason: str | None
|
|
984
984
|
"""Free-text reason for a bad rating provided by the requester in a follow-up question"""
|
|
985
985
|
reason_id: int | None
|
|
986
|
-
"""Identifier for the predefined reason given for a negative rating
|
|
986
|
+
"""Identifier for the predefined reason given for a negative rating"""
|
|
987
987
|
requester_id: int | None
|
|
988
988
|
"""The identifier of the ticket requester who submitted the satisfaction rating"""
|
|
989
989
|
score: str | None
|
|
@@ -1011,7 +1011,7 @@ class SatisfactionRatingsInFilter(TypedDict, total=False):
|
|
|
1011
1011
|
reason: list[str]
|
|
1012
1012
|
"""Free-text reason for a bad rating provided by the requester in a follow-up question"""
|
|
1013
1013
|
reason_id: list[int]
|
|
1014
|
-
"""Identifier for the predefined reason given for a negative rating
|
|
1014
|
+
"""Identifier for the predefined reason given for a negative rating"""
|
|
1015
1015
|
requester_id: list[int]
|
|
1016
1016
|
"""The identifier of the ticket requester who submitted the satisfaction rating"""
|
|
1017
1017
|
score: list[str]
|
|
@@ -1039,7 +1039,7 @@ class SatisfactionRatingsAnyValueFilter(TypedDict, total=False):
|
|
|
1039
1039
|
reason: Any
|
|
1040
1040
|
"""Free-text reason for a bad rating provided by the requester in a follow-up question"""
|
|
1041
1041
|
reason_id: Any
|
|
1042
|
-
"""Identifier for the predefined reason given for a negative rating
|
|
1042
|
+
"""Identifier for the predefined reason given for a negative rating"""
|
|
1043
1043
|
requester_id: Any
|
|
1044
1044
|
"""The identifier of the ticket requester who submitted the satisfaction rating"""
|
|
1045
1045
|
score: Any
|
|
@@ -1067,7 +1067,7 @@ class SatisfactionRatingsStringFilter(TypedDict, total=False):
|
|
|
1067
1067
|
reason: str
|
|
1068
1068
|
"""Free-text reason for a bad rating provided by the requester in a follow-up question"""
|
|
1069
1069
|
reason_id: str
|
|
1070
|
-
"""Identifier for the predefined reason given for a negative rating
|
|
1070
|
+
"""Identifier for the predefined reason given for a negative rating"""
|
|
1071
1071
|
requester_id: str
|
|
1072
1072
|
"""The identifier of the ticket requester who submitted the satisfaction rating"""
|
|
1073
1073
|
score: str
|
|
@@ -1095,7 +1095,7 @@ class SatisfactionRatingsSortFilter(TypedDict, total=False):
|
|
|
1095
1095
|
reason: AirbyteSortOrder
|
|
1096
1096
|
"""Free-text reason for a bad rating provided by the requester in a follow-up question"""
|
|
1097
1097
|
reason_id: AirbyteSortOrder
|
|
1098
|
-
"""Identifier for the predefined reason given for a negative rating
|
|
1098
|
+
"""Identifier for the predefined reason given for a negative rating"""
|
|
1099
1099
|
requester_id: AirbyteSortOrder
|
|
1100
1100
|
"""The identifier of the ticket requester who submitted the satisfaction rating"""
|
|
1101
1101
|
score: AirbyteSortOrder
|
|
@@ -1825,11 +1825,11 @@ class TicketFieldsSearchFilter(TypedDict, total=False):
|
|
|
1825
1825
|
agent_description: str | None
|
|
1826
1826
|
"""A description of the ticket field that only agents can see"""
|
|
1827
1827
|
collapsed_for_agents: bool | None
|
|
1828
|
-
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
1828
|
+
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
|
|
1829
1829
|
created_at: str | None
|
|
1830
1830
|
"""Timestamp when the custom ticket field was created"""
|
|
1831
1831
|
custom_field_options: list[Any] | None
|
|
1832
|
-
"""Array of option objects for custom ticket fields of type multiselect or tagger
|
|
1832
|
+
"""Array of option objects for custom ticket fields of type multiselect or tagger"""
|
|
1833
1833
|
custom_statuses: list[Any] | None
|
|
1834
1834
|
"""List of customized ticket statuses, only present for system ticket fields of type custom_status"""
|
|
1835
1835
|
description: str | None
|
|
@@ -1867,7 +1867,7 @@ class TicketFieldsSearchFilter(TypedDict, total=False):
|
|
|
1867
1867
|
title_in_portal: str | None
|
|
1868
1868
|
"""The title of the ticket field displayed to end users in Help Center"""
|
|
1869
1869
|
type: str | None
|
|
1870
|
-
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
1870
|
+
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
|
|
1871
1871
|
updated_at: str | None
|
|
1872
1872
|
"""Timestamp when the custom ticket field was last updated"""
|
|
1873
1873
|
url: str | None
|
|
@@ -1883,11 +1883,11 @@ class TicketFieldsInFilter(TypedDict, total=False):
|
|
|
1883
1883
|
agent_description: list[str]
|
|
1884
1884
|
"""A description of the ticket field that only agents can see"""
|
|
1885
1885
|
collapsed_for_agents: list[bool]
|
|
1886
|
-
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
1886
|
+
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
|
|
1887
1887
|
created_at: list[str]
|
|
1888
1888
|
"""Timestamp when the custom ticket field was created"""
|
|
1889
1889
|
custom_field_options: list[list[Any]]
|
|
1890
|
-
"""Array of option objects for custom ticket fields of type multiselect or tagger
|
|
1890
|
+
"""Array of option objects for custom ticket fields of type multiselect or tagger"""
|
|
1891
1891
|
custom_statuses: list[list[Any]]
|
|
1892
1892
|
"""List of customized ticket statuses, only present for system ticket fields of type custom_status"""
|
|
1893
1893
|
description: list[str]
|
|
@@ -1925,7 +1925,7 @@ class TicketFieldsInFilter(TypedDict, total=False):
|
|
|
1925
1925
|
title_in_portal: list[str]
|
|
1926
1926
|
"""The title of the ticket field displayed to end users in Help Center"""
|
|
1927
1927
|
type: list[str]
|
|
1928
|
-
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
1928
|
+
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
|
|
1929
1929
|
updated_at: list[str]
|
|
1930
1930
|
"""Timestamp when the custom ticket field was last updated"""
|
|
1931
1931
|
url: list[str]
|
|
@@ -1941,11 +1941,11 @@ class TicketFieldsAnyValueFilter(TypedDict, total=False):
|
|
|
1941
1941
|
agent_description: Any
|
|
1942
1942
|
"""A description of the ticket field that only agents can see"""
|
|
1943
1943
|
collapsed_for_agents: Any
|
|
1944
|
-
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
1944
|
+
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
|
|
1945
1945
|
created_at: Any
|
|
1946
1946
|
"""Timestamp when the custom ticket field was created"""
|
|
1947
1947
|
custom_field_options: Any
|
|
1948
|
-
"""Array of option objects for custom ticket fields of type multiselect or tagger
|
|
1948
|
+
"""Array of option objects for custom ticket fields of type multiselect or tagger"""
|
|
1949
1949
|
custom_statuses: Any
|
|
1950
1950
|
"""List of customized ticket statuses, only present for system ticket fields of type custom_status"""
|
|
1951
1951
|
description: Any
|
|
@@ -1983,7 +1983,7 @@ class TicketFieldsAnyValueFilter(TypedDict, total=False):
|
|
|
1983
1983
|
title_in_portal: Any
|
|
1984
1984
|
"""The title of the ticket field displayed to end users in Help Center"""
|
|
1985
1985
|
type: Any
|
|
1986
|
-
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
1986
|
+
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
|
|
1987
1987
|
updated_at: Any
|
|
1988
1988
|
"""Timestamp when the custom ticket field was last updated"""
|
|
1989
1989
|
url: Any
|
|
@@ -1999,11 +1999,11 @@ class TicketFieldsStringFilter(TypedDict, total=False):
|
|
|
1999
1999
|
agent_description: str
|
|
2000
2000
|
"""A description of the ticket field that only agents can see"""
|
|
2001
2001
|
collapsed_for_agents: str
|
|
2002
|
-
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
2002
|
+
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
|
|
2003
2003
|
created_at: str
|
|
2004
2004
|
"""Timestamp when the custom ticket field was created"""
|
|
2005
2005
|
custom_field_options: str
|
|
2006
|
-
"""Array of option objects for custom ticket fields of type multiselect or tagger
|
|
2006
|
+
"""Array of option objects for custom ticket fields of type multiselect or tagger"""
|
|
2007
2007
|
custom_statuses: str
|
|
2008
2008
|
"""List of customized ticket statuses, only present for system ticket fields of type custom_status"""
|
|
2009
2009
|
description: str
|
|
@@ -2041,7 +2041,7 @@ class TicketFieldsStringFilter(TypedDict, total=False):
|
|
|
2041
2041
|
title_in_portal: str
|
|
2042
2042
|
"""The title of the ticket field displayed to end users in Help Center"""
|
|
2043
2043
|
type: str
|
|
2044
|
-
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
2044
|
+
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
|
|
2045
2045
|
updated_at: str
|
|
2046
2046
|
"""Timestamp when the custom ticket field was last updated"""
|
|
2047
2047
|
url: str
|
|
@@ -2057,11 +2057,11 @@ class TicketFieldsSortFilter(TypedDict, total=False):
|
|
|
2057
2057
|
agent_description: AirbyteSortOrder
|
|
2058
2058
|
"""A description of the ticket field that only agents can see"""
|
|
2059
2059
|
collapsed_for_agents: AirbyteSortOrder
|
|
2060
|
-
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently
|
|
2060
|
+
"""If true, the field is shown to agents by default; if false, it is hidden alongside infrequently used fields"""
|
|
2061
2061
|
created_at: AirbyteSortOrder
|
|
2062
2062
|
"""Timestamp when the custom ticket field was created"""
|
|
2063
2063
|
custom_field_options: AirbyteSortOrder
|
|
2064
|
-
"""Array of option objects for custom ticket fields of type multiselect or tagger
|
|
2064
|
+
"""Array of option objects for custom ticket fields of type multiselect or tagger"""
|
|
2065
2065
|
custom_statuses: AirbyteSortOrder
|
|
2066
2066
|
"""List of customized ticket statuses, only present for system ticket fields of type custom_status"""
|
|
2067
2067
|
description: AirbyteSortOrder
|
|
@@ -2099,7 +2099,7 @@ class TicketFieldsSortFilter(TypedDict, total=False):
|
|
|
2099
2099
|
title_in_portal: AirbyteSortOrder
|
|
2100
2100
|
"""The title of the ticket field displayed to end users in Help Center"""
|
|
2101
2101
|
type: AirbyteSortOrder
|
|
2102
|
-
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, tagger
|
|
2102
|
+
"""Field type such as text, textarea, checkbox, date, integer, decimal, regexp, multiselect, or tagger"""
|
|
2103
2103
|
updated_at: AirbyteSortOrder
|
|
2104
2104
|
"""Timestamp when the custom ticket field was last updated"""
|
|
2105
2105
|
url: AirbyteSortOrder
|
|
@@ -2234,7 +2234,7 @@ class TicketFormsSearchFilter(TypedDict, total=False):
|
|
|
2234
2234
|
restricted_brand_ids: list[Any] | None
|
|
2235
2235
|
"""IDs of all brands that this ticket form is restricted to"""
|
|
2236
2236
|
ticket_field_ids: list[Any] | None
|
|
2237
|
-
"""IDs of all ticket fields included in this ticket form
|
|
2237
|
+
"""IDs of all ticket fields included in this ticket form"""
|
|
2238
2238
|
updated_at: str | None
|
|
2239
2239
|
"""Timestamp of the last update to the ticket form"""
|
|
2240
2240
|
url: str | None
|
|
@@ -2272,7 +2272,7 @@ class TicketFormsInFilter(TypedDict, total=False):
|
|
|
2272
2272
|
restricted_brand_ids: list[list[Any]]
|
|
2273
2273
|
"""IDs of all brands that this ticket form is restricted to"""
|
|
2274
2274
|
ticket_field_ids: list[list[Any]]
|
|
2275
|
-
"""IDs of all ticket fields included in this ticket form
|
|
2275
|
+
"""IDs of all ticket fields included in this ticket form"""
|
|
2276
2276
|
updated_at: list[str]
|
|
2277
2277
|
"""Timestamp of the last update to the ticket form"""
|
|
2278
2278
|
url: list[str]
|
|
@@ -2310,7 +2310,7 @@ class TicketFormsAnyValueFilter(TypedDict, total=False):
|
|
|
2310
2310
|
restricted_brand_ids: Any
|
|
2311
2311
|
"""IDs of all brands that this ticket form is restricted to"""
|
|
2312
2312
|
ticket_field_ids: Any
|
|
2313
|
-
"""IDs of all ticket fields included in this ticket form
|
|
2313
|
+
"""IDs of all ticket fields included in this ticket form"""
|
|
2314
2314
|
updated_at: Any
|
|
2315
2315
|
"""Timestamp of the last update to the ticket form"""
|
|
2316
2316
|
url: Any
|
|
@@ -2348,7 +2348,7 @@ class TicketFormsStringFilter(TypedDict, total=False):
|
|
|
2348
2348
|
restricted_brand_ids: str
|
|
2349
2349
|
"""IDs of all brands that this ticket form is restricted to"""
|
|
2350
2350
|
ticket_field_ids: str
|
|
2351
|
-
"""IDs of all ticket fields included in this ticket form
|
|
2351
|
+
"""IDs of all ticket fields included in this ticket form"""
|
|
2352
2352
|
updated_at: str
|
|
2353
2353
|
"""Timestamp of the last update to the ticket form"""
|
|
2354
2354
|
url: str
|
|
@@ -2386,7 +2386,7 @@ class TicketFormsSortFilter(TypedDict, total=False):
|
|
|
2386
2386
|
restricted_brand_ids: AirbyteSortOrder
|
|
2387
2387
|
"""IDs of all brands that this ticket form is restricted to"""
|
|
2388
2388
|
ticket_field_ids: AirbyteSortOrder
|
|
2389
|
-
"""IDs of all ticket fields included in this ticket form
|
|
2389
|
+
"""IDs of all ticket fields included in this ticket form"""
|
|
2390
2390
|
updated_at: AirbyteSortOrder
|
|
2391
2391
|
"""Timestamp of the last update to the ticket form"""
|
|
2392
2392
|
url: AirbyteSortOrder
|
|
@@ -2922,7 +2922,7 @@ class TicketsSearchFilter(TypedDict, total=False):
|
|
|
2922
2922
|
custom_status_id: int | None
|
|
2923
2923
|
"""Unique identifier of the custom status applied to the ticket"""
|
|
2924
2924
|
deleted_ticket_form_id: int | None
|
|
2925
|
-
"""
|
|
2925
|
+
"""The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
|
|
2926
2926
|
description: str | None
|
|
2927
2927
|
"""Initial description or content of the ticket when it was created"""
|
|
2928
2928
|
due_at: str | None
|
|
@@ -2942,7 +2942,7 @@ class TicketsSearchFilter(TypedDict, total=False):
|
|
|
2942
2942
|
from_messaging_channel: bool | None
|
|
2943
2943
|
"""Boolean indicating whether the ticket originated from a messaging channel"""
|
|
2944
2944
|
generated_timestamp: int | None
|
|
2945
|
-
"""Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
2945
|
+
"""Timestamp updated for all ticket updates including system changes, used for incremental export"""
|
|
2946
2946
|
group_id: int | None
|
|
2947
2947
|
"""Unique identifier of the agent group assigned to handle the ticket"""
|
|
2948
2948
|
has_incidents: bool | None
|
|
@@ -3006,7 +3006,7 @@ class TicketsInFilter(TypedDict, total=False):
|
|
|
3006
3006
|
custom_status_id: list[int]
|
|
3007
3007
|
"""Unique identifier of the custom status applied to the ticket"""
|
|
3008
3008
|
deleted_ticket_form_id: list[int]
|
|
3009
|
-
"""
|
|
3009
|
+
"""The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
|
|
3010
3010
|
description: list[str]
|
|
3011
3011
|
"""Initial description or content of the ticket when it was created"""
|
|
3012
3012
|
due_at: list[str]
|
|
@@ -3026,7 +3026,7 @@ class TicketsInFilter(TypedDict, total=False):
|
|
|
3026
3026
|
from_messaging_channel: list[bool]
|
|
3027
3027
|
"""Boolean indicating whether the ticket originated from a messaging channel"""
|
|
3028
3028
|
generated_timestamp: list[int]
|
|
3029
|
-
"""Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
3029
|
+
"""Timestamp updated for all ticket updates including system changes, used for incremental export"""
|
|
3030
3030
|
group_id: list[int]
|
|
3031
3031
|
"""Unique identifier of the agent group assigned to handle the ticket"""
|
|
3032
3032
|
has_incidents: list[bool]
|
|
@@ -3090,7 +3090,7 @@ class TicketsAnyValueFilter(TypedDict, total=False):
|
|
|
3090
3090
|
custom_status_id: Any
|
|
3091
3091
|
"""Unique identifier of the custom status applied to the ticket"""
|
|
3092
3092
|
deleted_ticket_form_id: Any
|
|
3093
|
-
"""
|
|
3093
|
+
"""The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
|
|
3094
3094
|
description: Any
|
|
3095
3095
|
"""Initial description or content of the ticket when it was created"""
|
|
3096
3096
|
due_at: Any
|
|
@@ -3110,7 +3110,7 @@ class TicketsAnyValueFilter(TypedDict, total=False):
|
|
|
3110
3110
|
from_messaging_channel: Any
|
|
3111
3111
|
"""Boolean indicating whether the ticket originated from a messaging channel"""
|
|
3112
3112
|
generated_timestamp: Any
|
|
3113
|
-
"""Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
3113
|
+
"""Timestamp updated for all ticket updates including system changes, used for incremental export"""
|
|
3114
3114
|
group_id: Any
|
|
3115
3115
|
"""Unique identifier of the agent group assigned to handle the ticket"""
|
|
3116
3116
|
has_incidents: Any
|
|
@@ -3174,7 +3174,7 @@ class TicketsStringFilter(TypedDict, total=False):
|
|
|
3174
3174
|
custom_status_id: str
|
|
3175
3175
|
"""Unique identifier of the custom status applied to the ticket"""
|
|
3176
3176
|
deleted_ticket_form_id: str
|
|
3177
|
-
"""
|
|
3177
|
+
"""The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
|
|
3178
3178
|
description: str
|
|
3179
3179
|
"""Initial description or content of the ticket when it was created"""
|
|
3180
3180
|
due_at: str
|
|
@@ -3194,7 +3194,7 @@ class TicketsStringFilter(TypedDict, total=False):
|
|
|
3194
3194
|
from_messaging_channel: str
|
|
3195
3195
|
"""Boolean indicating whether the ticket originated from a messaging channel"""
|
|
3196
3196
|
generated_timestamp: str
|
|
3197
|
-
"""Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
3197
|
+
"""Timestamp updated for all ticket updates including system changes, used for incremental export"""
|
|
3198
3198
|
group_id: str
|
|
3199
3199
|
"""Unique identifier of the agent group assigned to handle the ticket"""
|
|
3200
3200
|
has_incidents: str
|
|
@@ -3258,7 +3258,7 @@ class TicketsSortFilter(TypedDict, total=False):
|
|
|
3258
3258
|
custom_status_id: AirbyteSortOrder
|
|
3259
3259
|
"""Unique identifier of the custom status applied to the ticket"""
|
|
3260
3260
|
deleted_ticket_form_id: AirbyteSortOrder
|
|
3261
|
-
"""
|
|
3261
|
+
"""The ID of the ticket form that was previously associated with this ticket but has since been deleted"""
|
|
3262
3262
|
description: AirbyteSortOrder
|
|
3263
3263
|
"""Initial description or content of the ticket when it was created"""
|
|
3264
3264
|
due_at: AirbyteSortOrder
|
|
@@ -3278,7 +3278,7 @@ class TicketsSortFilter(TypedDict, total=False):
|
|
|
3278
3278
|
from_messaging_channel: AirbyteSortOrder
|
|
3279
3279
|
"""Boolean indicating whether the ticket originated from a messaging channel"""
|
|
3280
3280
|
generated_timestamp: AirbyteSortOrder
|
|
3281
|
-
"""Timestamp updated for all ticket updates including system changes, used for incremental export
|
|
3281
|
+
"""Timestamp updated for all ticket updates including system changes, used for incremental export"""
|
|
3282
3282
|
group_id: AirbyteSortOrder
|
|
3283
3283
|
"""Unique identifier of the agent group assigned to handle the ticket"""
|
|
3284
3284
|
has_incidents: AirbyteSortOrder
|
|
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
|