airbyte-agent-zendesk-chat 0.1.13__tar.gz → 0.1.15__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_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/CHANGELOG.md +10 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/PKG-INFO +4 -4
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/README.md +3 -3
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/__init__.py +2 -2
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/connector_model_loader.py +0 -8
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/security.py +0 -1
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/connector.py +1 -1
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/connector_model.py +1 -2
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/pyproject.toml +1 -1
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/.gitignore +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/AUTH.md +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/REFERENCE.md +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/models.py +17 -17
- {airbyte_agent_zendesk_chat-0.1.13 → airbyte_agent_zendesk_chat-0.1.15}/airbyte_agent_zendesk_chat/types.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Zendesk Chat changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.15] - 2026-01-27
|
|
4
|
+
- Updated connector definition (YAML version 0.1.5)
|
|
5
|
+
- Source commit: c9b05509
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.14] - 2026-01-27
|
|
9
|
+
- Updated connector definition (YAML version 0.1.4)
|
|
10
|
+
- Source commit: 4bded58d
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.1.13] - 2026-01-26
|
|
4
14
|
- Updated connector definition (YAML version 0.1.4)
|
|
5
15
|
- Source commit: 74809153
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-zendesk-chat
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.15
|
|
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/
|
|
@@ -162,6 +162,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
|
|
|
162
162
|
|
|
163
163
|
## Version information
|
|
164
164
|
|
|
165
|
-
- **Package version:** 0.1.
|
|
166
|
-
- **Connector version:** 0.1.
|
|
167
|
-
- **Generated with Connector SDK commit SHA:**
|
|
165
|
+
- **Package version:** 0.1.15
|
|
166
|
+
- **Connector version:** 0.1.5
|
|
167
|
+
- **Generated with Connector SDK commit SHA:** c9b05509eb899e313055660f378d9c1f1e9129c7
|
|
@@ -129,6 +129,6 @@ For the service's official API docs, see the [Zendesk-Chat API reference](https:
|
|
|
129
129
|
|
|
130
130
|
## Version information
|
|
131
131
|
|
|
132
|
-
- **Package version:** 0.1.
|
|
133
|
-
- **Connector version:** 0.1.
|
|
134
|
-
- **Generated with Connector SDK commit SHA:**
|
|
132
|
+
- **Package version:** 0.1.15
|
|
133
|
+
- **Connector version:** 0.1.5
|
|
134
|
+
- **Generated with Connector SDK commit SHA:** c9b05509eb899e313055660f378d9c1f1e9129c7
|
|
@@ -15,9 +15,9 @@ from .models import (
|
|
|
15
15
|
AgentTimeline,
|
|
16
16
|
Ban,
|
|
17
17
|
ChatHistoryItem,
|
|
18
|
-
ChatEngagement,
|
|
19
18
|
ChatConversion,
|
|
20
19
|
WebpathItem,
|
|
20
|
+
ChatEngagement,
|
|
21
21
|
Chat,
|
|
22
22
|
Visitor,
|
|
23
23
|
ChatSession,
|
|
@@ -110,9 +110,9 @@ __all__ = [
|
|
|
110
110
|
"AgentTimeline",
|
|
111
111
|
"Ban",
|
|
112
112
|
"ChatHistoryItem",
|
|
113
|
-
"ChatEngagement",
|
|
114
113
|
"ChatConversion",
|
|
115
114
|
"WebpathItem",
|
|
115
|
+
"ChatEngagement",
|
|
116
116
|
"Chat",
|
|
117
117
|
"Visitor",
|
|
118
118
|
"ChatSession",
|
|
@@ -758,7 +758,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
758
758
|
description="Authentication bearer token",
|
|
759
759
|
format=None,
|
|
760
760
|
pattern=None,
|
|
761
|
-
airbyte_secret=False,
|
|
762
761
|
default=None,
|
|
763
762
|
)
|
|
764
763
|
},
|
|
@@ -778,7 +777,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
778
777
|
description="Authentication username",
|
|
779
778
|
format=None,
|
|
780
779
|
pattern=None,
|
|
781
|
-
airbyte_secret=False,
|
|
782
780
|
default=None,
|
|
783
781
|
),
|
|
784
782
|
"password": AuthConfigFieldSpec(
|
|
@@ -787,7 +785,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
787
785
|
description="Authentication password",
|
|
788
786
|
format=None,
|
|
789
787
|
pattern=None,
|
|
790
|
-
airbyte_secret=False,
|
|
791
788
|
default=None,
|
|
792
789
|
),
|
|
793
790
|
},
|
|
@@ -807,7 +804,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
807
804
|
description="API authentication key",
|
|
808
805
|
format=None,
|
|
809
806
|
pattern=None,
|
|
810
|
-
airbyte_secret=False,
|
|
811
807
|
default=None,
|
|
812
808
|
)
|
|
813
809
|
},
|
|
@@ -832,7 +828,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
832
828
|
description="OAuth2 access token",
|
|
833
829
|
format=None,
|
|
834
830
|
pattern=None,
|
|
835
|
-
airbyte_secret=False,
|
|
836
831
|
default=None,
|
|
837
832
|
),
|
|
838
833
|
"refresh_token": AuthConfigFieldSpec(
|
|
@@ -841,7 +836,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
841
836
|
description="OAuth2 refresh token (optional)",
|
|
842
837
|
format=None,
|
|
843
838
|
pattern=None,
|
|
844
|
-
airbyte_secret=False,
|
|
845
839
|
default=None,
|
|
846
840
|
),
|
|
847
841
|
"client_id": AuthConfigFieldSpec(
|
|
@@ -850,7 +844,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
850
844
|
description="OAuth2 client ID (optional)",
|
|
851
845
|
format=None,
|
|
852
846
|
pattern=None,
|
|
853
|
-
airbyte_secret=False,
|
|
854
847
|
default=None,
|
|
855
848
|
),
|
|
856
849
|
"client_secret": AuthConfigFieldSpec(
|
|
@@ -859,7 +852,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
|
|
|
859
852
|
description="OAuth2 client secret (optional)",
|
|
860
853
|
format=None,
|
|
861
854
|
pattern=None,
|
|
862
|
-
airbyte_secret=False,
|
|
863
855
|
default=None,
|
|
864
856
|
),
|
|
865
857
|
},
|
|
@@ -55,7 +55,6 @@ class AuthConfigFieldSpec(BaseModel):
|
|
|
55
55
|
description: str | None = None
|
|
56
56
|
format: str | None = None # e.g., "email", "uri"
|
|
57
57
|
pattern: str | None = None # Regex validation
|
|
58
|
-
airbyte_secret: bool = Field(False, alias="airbyte_secret")
|
|
59
58
|
default: Any | None = None
|
|
60
59
|
|
|
61
60
|
|
|
@@ -136,7 +136,7 @@ class ZendeskChatConnector:
|
|
|
136
136
|
"""
|
|
137
137
|
|
|
138
138
|
connector_name = "zendesk-chat"
|
|
139
|
-
connector_version = "0.1.
|
|
139
|
+
connector_version = "0.1.5"
|
|
140
140
|
vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
|
|
141
141
|
|
|
142
142
|
# 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.
|
|
29
|
+
version='0.1.5',
|
|
30
30
|
base_url='https://{subdomain}.zendesk.com/api/v2/chat',
|
|
31
31
|
auth=AuthConfig(
|
|
32
32
|
type=AuthType.BEARER,
|
|
@@ -40,7 +40,6 @@ ZendeskChatConnectorModel: ConnectorModel = ConnectorModel(
|
|
|
40
40
|
'access_token': AuthConfigFieldSpec(
|
|
41
41
|
title='Access Token',
|
|
42
42
|
description='Your Zendesk Chat OAuth 2.0 access token',
|
|
43
|
-
airbyte_secret=True,
|
|
44
43
|
),
|
|
45
44
|
},
|
|
46
45
|
auth_mapping={'token': '${access_token}'},
|
|
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
|
|
File without changes
|
|
@@ -151,6 +151,23 @@ class ChatHistoryItem(BaseModel):
|
|
|
151
151
|
new_tags: Union[list[str] | None, Any] = Field(default=None)
|
|
152
152
|
options: Union[str | None, Any] = Field(default=None)
|
|
153
153
|
|
|
154
|
+
class ChatConversion(BaseModel):
|
|
155
|
+
"""ChatConversion type definition"""
|
|
156
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
157
|
+
|
|
158
|
+
id: Union[str | None, Any] = Field(default=None)
|
|
159
|
+
goal_id: Union[int | None, Any] = Field(default=None)
|
|
160
|
+
goal_name: Union[str | None, Any] = Field(default=None)
|
|
161
|
+
timestamp: Union[str | None, Any] = Field(default=None)
|
|
162
|
+
attribution: Union[Any, Any] = Field(default=None)
|
|
163
|
+
|
|
164
|
+
class WebpathItem(BaseModel):
|
|
165
|
+
"""WebpathItem type definition"""
|
|
166
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
167
|
+
|
|
168
|
+
from_: Union[str | None, Any] = Field(default=None, alias="from")
|
|
169
|
+
timestamp: Union[str | None, Any] = Field(default=None)
|
|
170
|
+
|
|
154
171
|
class ChatEngagement(BaseModel):
|
|
155
172
|
"""ChatEngagement type definition"""
|
|
156
173
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -172,23 +189,6 @@ class ChatEngagement(BaseModel):
|
|
|
172
189
|
skills_requested: Union[list[int] | None, Any] = Field(default=None)
|
|
173
190
|
skills_fulfilled: Union[bool | None, Any] = Field(default=None)
|
|
174
191
|
|
|
175
|
-
class ChatConversion(BaseModel):
|
|
176
|
-
"""ChatConversion type definition"""
|
|
177
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
178
|
-
|
|
179
|
-
id: Union[str | None, Any] = Field(default=None)
|
|
180
|
-
goal_id: Union[int | None, Any] = Field(default=None)
|
|
181
|
-
goal_name: Union[str | None, Any] = Field(default=None)
|
|
182
|
-
timestamp: Union[str | None, Any] = Field(default=None)
|
|
183
|
-
attribution: Union[Any, Any] = Field(default=None)
|
|
184
|
-
|
|
185
|
-
class WebpathItem(BaseModel):
|
|
186
|
-
"""WebpathItem type definition"""
|
|
187
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
188
|
-
|
|
189
|
-
from_: Union[str | None, Any] = Field(default=None, alias="from")
|
|
190
|
-
timestamp: Union[str | None, Any] = Field(default=None)
|
|
191
|
-
|
|
192
192
|
class Chat(BaseModel):
|
|
193
193
|
"""Chat conversation transcript"""
|
|
194
194
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
File without changes
|