airbyte-agent-zendesk-chat 0.1.9__tar.gz → 0.1.10__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.
Files changed (61) hide show
  1. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/CHANGELOG.md +5 -0
  2. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/PKG-INFO +8 -4
  3. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/README.md +7 -3
  4. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/REFERENCE.md +32 -0
  5. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/__init__.py +2 -2
  6. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/base.py +3 -1
  7. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/extensions.py +71 -0
  8. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/connector.py +1 -1
  9. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/connector_model.py +2 -1
  10. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/pyproject.toml +1 -1
  11. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/.gitignore +0 -0
  12. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/AUTH.md +0 -0
  13. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/__init__.py +0 -0
  14. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/__init__.py +0 -0
  15. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_strategies.py +0 -0
  16. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_template.py +0 -0
  17. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
  18. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/client.py +0 -0
  19. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/connector_model_loader.py +0 -0
  20. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/constants.py +0 -0
  21. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/exceptions.py +0 -0
  22. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/__init__.py +0 -0
  23. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
  24. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/local_executor.py +0 -0
  25. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/models.py +0 -0
  26. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/extensions.py +0 -0
  27. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/__init__.py +0 -0
  28. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  29. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  30. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/config.py +0 -0
  31. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/exceptions.py +0 -0
  32. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/protocols.py +0 -0
  33. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/response.py +0 -0
  34. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http_client.py +0 -0
  35. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/introspection.py +0 -0
  36. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/__init__.py +0 -0
  37. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/logger.py +0 -0
  38. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/types.py +0 -0
  39. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/__init__.py +0 -0
  40. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/config.py +0 -0
  41. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/models.py +0 -0
  42. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/redactor.py +0 -0
  43. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/session.py +0 -0
  44. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/__init__.py +0 -0
  45. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  46. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/metrics.py +0 -0
  47. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/__init__.py +0 -0
  48. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/components.py +0 -0
  49. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/connector.py +0 -0
  50. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/operations.py +0 -0
  51. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/security.py +0 -0
  52. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/secrets.py +0 -0
  53. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  54. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/config.py +0 -0
  55. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/events.py +0 -0
  56. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  57. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/types.py +0 -0
  58. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/utils.py +0 -0
  59. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/validation.py +0 -0
  60. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/models.py +10 -10
  61. {airbyte_agent_zendesk_chat-0.1.9 → airbyte_agent_zendesk_chat-0.1.10}/airbyte_agent_zendesk_chat/types.py +0 -0
@@ -1,5 +1,10 @@
1
1
  # Zendesk Chat changelog
2
2
 
3
+ ## [0.1.10] - 2026-01-23
4
+ - Updated connector definition (YAML version 0.1.4)
5
+ - Source commit: 049f6ad5
6
+ - SDK version: 0.1.0
7
+
3
8
  ## [0.1.9] - 2026-01-23
4
9
  - Updated connector definition (YAML version 0.1.3)
5
10
  - Source commit: 416466da
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-zendesk-chat
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary: Airbyte Zendesk-Chat Connector for AI platforms
5
5
  Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
6
6
  Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
@@ -130,6 +130,10 @@ async def zendesk-chat_execute(entity: str, action: str, params: dict | None = N
130
130
  return await connector.execute(entity, action, params or {})
131
131
  ```
132
132
 
133
+ ## Replication Configuration
134
+
135
+ This connector supports replication configuration for MULTI mode sources. See the [full reference documentation](./REFERENCE.md#replication-configuration) for details on available options like `start_date`.
136
+
133
137
  ## Full documentation
134
138
 
135
139
  This connector supports the following entities and actions.
@@ -158,6 +162,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
158
162
 
159
163
  ## Version information
160
164
 
161
- - **Package version:** 0.1.9
162
- - **Connector version:** 0.1.3
163
- - **Generated with Connector SDK commit SHA:** 416466da4970ae5fd6c7f2c658a68e047e51efd9
165
+ - **Package version:** 0.1.10
166
+ - **Connector version:** 0.1.4
167
+ - **Generated with Connector SDK commit SHA:** 049f6ad546186bde8303b77e0e1001a831a58654
@@ -97,6 +97,10 @@ async def zendesk-chat_execute(entity: str, action: str, params: dict | None = N
97
97
  return await connector.execute(entity, action, params or {})
98
98
  ```
99
99
 
100
+ ## Replication Configuration
101
+
102
+ This connector supports replication configuration for MULTI mode sources. See the [full reference documentation](./REFERENCE.md#replication-configuration) for details on available options like `start_date`.
103
+
100
104
  ## Full documentation
101
105
 
102
106
  This connector supports the following entities and actions.
@@ -125,6 +129,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
125
129
 
126
130
  ## Version information
127
131
 
128
- - **Package version:** 0.1.9
129
- - **Connector version:** 0.1.3
130
- - **Generated with Connector SDK commit SHA:** 416466da4970ae5fd6c7f2c658a68e047e51efd9
132
+ - **Package version:** 0.1.10
133
+ - **Connector version:** 0.1.4
134
+ - **Generated with Connector SDK commit SHA:** 049f6ad546186bde8303b77e0e1001a831a58654
@@ -1467,3 +1467,35 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
1467
1467
 
1468
1468
  </details>
1469
1469
 
1470
+
1471
+
1472
+ ## Replication Configuration
1473
+
1474
+ Settings for data replication from Zendesk Chat
1475
+
1476
+ These settings control how data is replicated from the source. Pass them via the `replication_config` parameter when creating a source.
1477
+
1478
+ | Field Name | Type | Required | Description |
1479
+ |------------|------|----------|-------------|
1480
+ | `start_date` | `str (date-time)` | Yes | The date from which to start replicating data, in the format YYYY-MM-DDT00:00:00Z. |
1481
+
1482
+ ### Example
1483
+
1484
+ **API**
1485
+
1486
+ ```bash
1487
+ curl --location 'https://api.airbyte.ai/integrations/connectors' \
1488
+ --header 'Content-Type: application/json' \
1489
+ --header 'Authorization: Bearer {your_auth_token}' \
1490
+ --data '{
1491
+ "external_user_id": "{your_external_user_id}",
1492
+ "connector_type": "zendesk-chat",
1493
+ "credentials": {
1494
+ ...
1495
+ },
1496
+ "replication_config": {
1497
+ "start_date": "<The date from which to start replicating data, in the format YYYY-MM-DDT00:00:00Z.>"
1498
+ },
1499
+ "name": "My Zendesk-Chat Connector"
1500
+ }'
1501
+ ```
@@ -14,9 +14,9 @@ from .models import (
14
14
  AgentRoles,
15
15
  AgentTimeline,
16
16
  Ban,
17
- ChatConversion,
18
17
  ChatHistoryItem,
19
18
  WebpathItem,
19
+ ChatConversion,
20
20
  ChatEngagement,
21
21
  Chat,
22
22
  Visitor,
@@ -109,9 +109,9 @@ __all__ = [
109
109
  "AgentRoles",
110
110
  "AgentTimeline",
111
111
  "Ban",
112
- "ChatConversion",
113
112
  "ChatHistoryItem",
114
113
  "WebpathItem",
114
+ "ChatConversion",
115
115
  "ChatEngagement",
116
116
  "Chat",
117
117
  "Visitor",
@@ -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):
@@ -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).
@@ -101,7 +101,7 @@ class ZendeskChatConnector:
101
101
  """
102
102
 
103
103
  connector_name = "zendesk-chat"
104
- connector_version = "0.1.3"
104
+ connector_version = "0.1.4"
105
105
  vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
106
106
 
107
107
  # Map of (entity, action) -> needs_envelope for envelope wrapping decision
@@ -26,7 +26,7 @@ from uuid import (
26
26
  ZendeskChatConnectorModel: ConnectorModel = ConnectorModel(
27
27
  id=UUID('40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4'),
28
28
  name='zendesk-chat',
29
- version='0.1.3',
29
+ version='0.1.4',
30
30
  base_url='https://{subdomain}.zendesk.com/api/v2/chat',
31
31
  auth=AuthConfig(
32
32
  type=AuthType.BEARER,
@@ -45,6 +45,7 @@ ZendeskChatConnectorModel: ConnectorModel = ConnectorModel(
45
45
  },
46
46
  auth_mapping={'token': '${access_token}'},
47
47
  replication_auth_key_mapping={'credentials.access_token': 'access_token'},
48
+ replication_auth_key_constants={'credentials.credentials': 'access_token'},
48
49
  ),
49
50
  ),
50
51
  entities=[
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "airbyte-agent-zendesk-chat"
3
- version = "0.1.9"
3
+ version = "0.1.10"
4
4
  description = "Airbyte Zendesk-Chat Connector for AI platforms"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -132,16 +132,6 @@ class Ban(BaseModel):
132
132
  reason: Union[str | None, Any] = Field(default=None)
133
133
  created_at: Union[str | None, Any] = Field(default=None)
134
134
 
135
- class ChatConversion(BaseModel):
136
- """ChatConversion type definition"""
137
- model_config = ConfigDict(extra="allow", populate_by_name=True)
138
-
139
- id: Union[str | None, Any] = Field(default=None)
140
- goal_id: Union[int | None, Any] = Field(default=None)
141
- goal_name: Union[str | None, Any] = Field(default=None)
142
- timestamp: Union[str | None, Any] = Field(default=None)
143
- attribution: Union[Any, Any] = Field(default=None)
144
-
145
135
  class ChatHistoryItem(BaseModel):
146
136
  """ChatHistoryItem type definition"""
147
137
  model_config = ConfigDict(extra="allow", populate_by_name=True)
@@ -168,6 +158,16 @@ class WebpathItem(BaseModel):
168
158
  from_: Union[str | None, Any] = Field(default=None, alias="from")
169
159
  timestamp: Union[str | None, Any] = Field(default=None)
170
160
 
161
+ class ChatConversion(BaseModel):
162
+ """ChatConversion type definition"""
163
+ model_config = ConfigDict(extra="allow", populate_by_name=True)
164
+
165
+ id: Union[str | None, Any] = Field(default=None)
166
+ goal_id: Union[int | None, Any] = Field(default=None)
167
+ goal_name: Union[str | None, Any] = Field(default=None)
168
+ timestamp: Union[str | None, Any] = Field(default=None)
169
+ attribution: Union[Any, Any] = Field(default=None)
170
+
171
171
  class ChatEngagement(BaseModel):
172
172
  """ChatEngagement type definition"""
173
173
  model_config = ConfigDict(extra="allow", populate_by_name=True)