kodexa 7.0.1a8003108583__tar.gz → 7.0.1a8003211616__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.
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/PKG-INFO +1 -1
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/model/objects.py +5 -10
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/platform/client.py +3 -2
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/pyproject.toml +1 -1
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/LICENSE +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/README.md +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/model/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/model/base.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/model/model.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/model/persistence.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/core.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/steps/common.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/training/__init__.py +0 -0
- {kodexa-7.0.1a8003108583 → kodexa-7.0.1a8003211616}/kodexa/training/train_utils.py +0 -0
@@ -2167,9 +2167,6 @@ class BulkDelete(BaseModel):
|
|
2167
2167
|
|
2168
2168
|
|
2169
2169
|
class User(BaseModel):
|
2170
|
-
"""
|
2171
|
-
|
2172
|
-
"""
|
2173
2170
|
model_config = ConfigDict(
|
2174
2171
|
populate_by_name=True,
|
2175
2172
|
use_enum_values=True,
|
@@ -2185,9 +2182,9 @@ class User(BaseModel):
|
|
2185
2182
|
change_sequence: Optional[int] = Field(None, alias="changeSequence")
|
2186
2183
|
created_on: Optional[StandardDateTime] = Field(None, alias="createdOn")
|
2187
2184
|
updated_on: Optional[StandardDateTime] = Field(None, alias="updatedOn")
|
2188
|
-
email: str
|
2189
|
-
first_name: str = Field(
|
2190
|
-
last_name: str = Field(
|
2185
|
+
email: Optional[str] = None
|
2186
|
+
first_name: Optional[str] = Field(None, alias="firstName")
|
2187
|
+
last_name: Optional[str] = Field(None, alias="lastName")
|
2191
2188
|
activated: Optional[bool] = None
|
2192
2189
|
platform_admin: Optional[bool] = Field(None, alias="platformAdmin")
|
2193
2190
|
password_reset_date: Optional[StandardDateTime] = Field(
|
@@ -3048,7 +3045,6 @@ class Message(BaseModel):
|
|
3048
3045
|
assistant: Optional[Assistant] = None
|
3049
3046
|
user: Optional[User] = None
|
3050
3047
|
context: Optional[MessageContext] = None
|
3051
|
-
force_to_sender: Optional[bool] = Field(False, alias="forceToSender")
|
3052
3048
|
|
3053
3049
|
|
3054
3050
|
class DataAttribute(BaseModel):
|
@@ -4234,15 +4230,14 @@ class UserSelection(BaseModel):
|
|
4234
4230
|
|
4235
4231
|
|
4236
4232
|
class Guidance(BaseModel):
|
4237
|
-
"""
|
4238
|
-
|
4239
|
-
"""
|
4240
4233
|
guidance_type: Optional[str] = Field(None, alias="guidanceType")
|
4241
4234
|
taxonomy_ref: Optional[str] = Field(None, alias="taxonomyRef")
|
4242
4235
|
document_name: Optional[str] = Field(None, alias="documentName")
|
4243
4236
|
document_type: Optional[str] = Field(None, alias="documentType")
|
4237
|
+
document_page: Optional[int] = Field(None, alias="documentPage")
|
4244
4238
|
sample_text: Optional[str] = Field(None, alias="sampleText")
|
4245
4239
|
sample_result: Optional[Dict[str, List[GuidanceTagResult]]] = Field(None, alias="sampleResult")
|
4240
|
+
section_markers: Optional[List[GuidanceTagResult]] = Field(None, alias="sectionMarkers")
|
4246
4241
|
active: Optional[bool] = None
|
4247
4242
|
applicable_tags: Optional[List[str]] = Field(None, alias="applicableTags")
|
4248
4243
|
priority: Optional[int] = 1
|
@@ -2252,7 +2252,9 @@ class ChannelEndpoint(EntityEndpoint, Channel):
|
|
2252
2252
|
message_endpoint.content = message.content
|
2253
2253
|
message_endpoint.block = message.block
|
2254
2254
|
message_endpoint.feedback = message.feedback
|
2255
|
-
message_endpoint.
|
2255
|
+
message_endpoint.assistant = message.assistant
|
2256
|
+
message_endpoint.user = message.user
|
2257
|
+
message_endpoint.context = message.context
|
2256
2258
|
return message_endpoint.create()
|
2257
2259
|
|
2258
2260
|
|
@@ -5572,7 +5574,6 @@ class ModelStoreEndpoint(DocumentStoreEndpoint):
|
|
5572
5574
|
yield training
|
5573
5575
|
page += 1
|
5574
5576
|
|
5575
|
-
|
5576
5577
|
def list_trainings(
|
5577
5578
|
self, query="*", page=1, page_size=10, sort=None, filters: List[str] = None
|
5578
5579
|
) -> PageModelTraining:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.0.
|
3
|
+
version = "7.0.1a8003211616"
|
4
4
|
description = "Python SDK for the Kodexa Platform"
|
5
5
|
authors = ["Austin Redenbaugh <austin@kodexa.com>", "Philip Dodds <philip@kodexa.com>", "Romar Cablao <rcablao@kodexa.com>", "Amadea Paula Dodds <amadeapaula@kodexa.com>"]
|
6
6
|
readme = "README.md"
|
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
|