kodexa 7.4.413709523802__tar.gz → 7.4.413710016144__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.4.413709523802 → kodexa-7.4.413710016144}/PKG-INFO +1 -1
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/objects.py +67 -1
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/platform/client.py +25 -6
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/pyproject.toml +1 -1
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/LICENSE +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/README.md +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/dataclasses/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/dataclasses/templates/llm_data_class.j2 +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/base.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/entities/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/entities/check_response.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/entities/product.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/entities/product_group.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/entities/product_subscription.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/model.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/persistence.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/utils.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/core.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/steps/common.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/training/__init__.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/training/train_utils.py +0 -0
- {kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/utils/__init__.py +0 -0
@@ -2303,7 +2303,6 @@ class DocumentMetadataDefaults(BaseModel):
|
|
2303
2303
|
document_properties: Optional[List[Option]] = Field(None, alias="documentProperties")
|
2304
2304
|
label_expressions: Optional[List[LabelExpression]] = Field(None, alias="labelExpressions")
|
2305
2305
|
|
2306
|
-
|
2307
2306
|
class ExtensionPackProvided(BaseModel):
|
2308
2307
|
"""
|
2309
2308
|
|
@@ -3303,6 +3302,28 @@ class TaskDocumentFamily(BaseModel):
|
|
3303
3302
|
document_family: Optional['DocumentFamily'] = Field(None, alias="documentFamily")
|
3304
3303
|
|
3305
3304
|
|
3305
|
+
class PageTaskDocumentFamily(BaseModel):
|
3306
|
+
"""
|
3307
|
+
Represents a page of task document families.
|
3308
|
+
"""
|
3309
|
+
model_config = ConfigDict(
|
3310
|
+
populate_by_name=True,
|
3311
|
+
use_enum_values=True,
|
3312
|
+
arbitrary_types_allowed=True,
|
3313
|
+
protected_namespaces=("model_config",),
|
3314
|
+
)
|
3315
|
+
total_pages: Optional[int] = Field(None, alias="totalPages")
|
3316
|
+
total_elements: Optional[int] = Field(None, alias="totalElements")
|
3317
|
+
size: Optional[int] = None
|
3318
|
+
content: Optional[List[TaskDocumentFamily]] = None
|
3319
|
+
number: Optional[int] = None
|
3320
|
+
|
3321
|
+
number_of_elements: Optional[int] = Field(None, alias="numberOfElements")
|
3322
|
+
first: Optional[bool] = None
|
3323
|
+
last: Optional[bool] = None
|
3324
|
+
empty: Optional[bool] = None
|
3325
|
+
|
3326
|
+
|
3306
3327
|
class Task(BaseModel):
|
3307
3328
|
model_config = ConfigDict(
|
3308
3329
|
populate_by_name=True,
|
@@ -5521,6 +5542,50 @@ class PageAssistantDefinition(BaseModel):
|
|
5521
5542
|
empty: Optional[bool] = None
|
5522
5543
|
|
5523
5544
|
|
5545
|
+
class PageTaskActivity(BaseModel):
|
5546
|
+
"""
|
5547
|
+
Represents a page of task activities.
|
5548
|
+
"""
|
5549
|
+
model_config = ConfigDict(
|
5550
|
+
populate_by_name=True,
|
5551
|
+
use_enum_values=True,
|
5552
|
+
arbitrary_types_allowed=True,
|
5553
|
+
protected_namespaces=("model_config",),
|
5554
|
+
)
|
5555
|
+
total_pages: Optional[int] = Field(None, alias="totalPages")
|
5556
|
+
total_elements: Optional[int] = Field(None, alias="totalElements")
|
5557
|
+
size: Optional[int] = None
|
5558
|
+
content: Optional[List[Action]] = None
|
5559
|
+
number: Optional[int] = None
|
5560
|
+
|
5561
|
+
number_of_elements: Optional[int] = Field(None, alias="numberOfElements")
|
5562
|
+
first: Optional[bool] = None
|
5563
|
+
last: Optional[bool] = None
|
5564
|
+
empty: Optional[bool] = None
|
5565
|
+
|
5566
|
+
|
5567
|
+
class PageTaskTag(BaseModel):
|
5568
|
+
"""
|
5569
|
+
Represents a page of task tags.
|
5570
|
+
"""
|
5571
|
+
model_config = ConfigDict(
|
5572
|
+
populate_by_name=True,
|
5573
|
+
use_enum_values=True,
|
5574
|
+
arbitrary_types_allowed=True,
|
5575
|
+
protected_namespaces=("model_config",),
|
5576
|
+
)
|
5577
|
+
total_pages: Optional[int] = Field(None, alias="totalPages")
|
5578
|
+
total_elements: Optional[int] = Field(None, alias="totalElements")
|
5579
|
+
size: Optional[int] = None
|
5580
|
+
content: Optional[List[Action]] = None
|
5581
|
+
number: Optional[int] = None
|
5582
|
+
|
5583
|
+
number_of_elements: Optional[int] = Field(None, alias="numberOfElements")
|
5584
|
+
first: Optional[bool] = None
|
5585
|
+
last: Optional[bool] = None
|
5586
|
+
empty: Optional[bool] = None
|
5587
|
+
|
5588
|
+
|
5524
5589
|
class PageAction(BaseModel):
|
5525
5590
|
"""
|
5526
5591
|
|
@@ -6254,3 +6319,4 @@ Message.model_rebuild()
|
|
6254
6319
|
MessageFeedback.model_rebuild()
|
6255
6320
|
MessageFeedbackResponse.model_rebuild()
|
6256
6321
|
MessageFeedbackOption.model_rebuild()
|
6322
|
+
|
@@ -83,9 +83,27 @@ from kodexa.model.objects import (
|
|
83
83
|
ReprocessRequest,
|
84
84
|
PageExtensionPack,
|
85
85
|
PageOrganization,
|
86
|
-
DocumentFamilyStatistics,
|
87
|
-
|
88
|
-
|
86
|
+
DocumentFamilyStatistics,
|
87
|
+
MessageContext,
|
88
|
+
PagePrompt,
|
89
|
+
Prompt,
|
90
|
+
GuidanceSet,
|
91
|
+
PageGuidanceSet,
|
92
|
+
DocumentEmbedding,
|
93
|
+
DocumentExternalData,
|
94
|
+
Task,
|
95
|
+
PageTask,
|
96
|
+
RetainedGuidance,
|
97
|
+
PageRetainedGuidance,
|
98
|
+
TaskTemplate,
|
99
|
+
TaskStatus,
|
100
|
+
TaskActivity,
|
101
|
+
TaskDocumentFamily,
|
102
|
+
TaskTag,
|
103
|
+
ProjectTemplateRequest,
|
104
|
+
PageTaskDocumentFamily,
|
105
|
+
PageTaskActivity,
|
106
|
+
PageTaskTag,
|
89
107
|
)
|
90
108
|
|
91
109
|
logger = logging.getLogger()
|
@@ -1169,7 +1187,7 @@ class PageTaskEndpoint(PageTask, PageEndpoint):
|
|
1169
1187
|
return "task"
|
1170
1188
|
|
1171
1189
|
|
1172
|
-
class PageTaskActivityEndpoint(PageEndpoint):
|
1190
|
+
class PageTaskActivityEndpoint(PageTaskActivity, PageEndpoint):
|
1173
1191
|
"""
|
1174
1192
|
Represents a page of task activities.
|
1175
1193
|
"""
|
@@ -1178,7 +1196,7 @@ class PageTaskActivityEndpoint(PageEndpoint):
|
|
1178
1196
|
return "taskActivities"
|
1179
1197
|
|
1180
1198
|
|
1181
|
-
class PageTaskDocumentFamilyEndpoint(PageEndpoint):
|
1199
|
+
class PageTaskDocumentFamilyEndpoint(PageTaskDocumentFamily, PageEndpoint):
|
1182
1200
|
"""
|
1183
1201
|
Represents a page of task document families.
|
1184
1202
|
"""
|
@@ -1187,7 +1205,7 @@ class PageTaskDocumentFamilyEndpoint(PageEndpoint):
|
|
1187
1205
|
return "taskDocumentFamilies"
|
1188
1206
|
|
1189
1207
|
|
1190
|
-
class PageTaskTagEndpoint(PageEndpoint):
|
1208
|
+
class PageTaskTagEndpoint(PageTaskTag, PageEndpoint):
|
1191
1209
|
"""
|
1192
1210
|
Represents a page of task tags.
|
1193
1211
|
"""
|
@@ -6644,6 +6662,7 @@ class KodexaClient:
|
|
6644
6662
|
self.products = ProductsEndpoint(self)
|
6645
6663
|
self.tasks = TasksEndpoint(self)
|
6646
6664
|
self.retained_guidances = RetainedGuidancesEndpoint(self)
|
6665
|
+
self.task_document_families = TaskDocumentFamiliesEndpoint(self)
|
6647
6666
|
|
6648
6667
|
@staticmethod
|
6649
6668
|
def login(url, token):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.4.
|
3
|
+
version = "7.4.413710016144"
|
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
|
{kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/dataclasses/templates/llm_data_class.j2
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{kodexa-7.4.413709523802 → kodexa-7.4.413710016144}/kodexa/model/entities/product_subscription.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|