kodexa 7.4.416607913655__tar.gz → 7.4.416637374146__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.416607913655 → kodexa-7.4.416637374146}/PKG-INFO +1 -1
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/base.py +1 -1
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/objects.py +16 -2
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/pyproject.toml +1 -1
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/LICENSE +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/README.md +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/dataclasses/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/dataclasses/templates/llm_data_class.j2 +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/entities/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/entities/check_response.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/entities/product.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/entities/product_group.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/entities/product_subscription.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/model.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/persistence.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/model/utils.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/platform/client.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/platform/manifest.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/core.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/steps/common.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/training/__init__.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/training/train_utils.py +0 -0
- {kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/kodexa/utils/__init__.py +0 -0
@@ -14,5 +14,5 @@ StandardDateTime = Annotated[
|
|
14
14
|
PlainSerializer(
|
15
15
|
lambda v: v.strftime("%Y-%m-%dT%H:%M:%S.%f")[:-3] + "Z" if not isinstance(v,str) else v, return_type=str
|
16
16
|
),
|
17
|
-
WithJsonSchema({"type": "
|
17
|
+
WithJsonSchema({"type": "string", "format": "date-time"}, mode="serialization"),
|
18
18
|
]
|
@@ -2889,6 +2889,18 @@ class ProjectStatus(BaseModel):
|
|
2889
2889
|
icon: Optional[str] = None
|
2890
2890
|
|
2891
2891
|
|
2892
|
+
class ProjectTaskOptions(BaseModel):
|
2893
|
+
model_config = ConfigDict(
|
2894
|
+
populate_by_name=True,
|
2895
|
+
use_enum_values=True,
|
2896
|
+
arbitrary_types_allowed=True,
|
2897
|
+
protected_namespaces=("model_config",),
|
2898
|
+
)
|
2899
|
+
|
2900
|
+
show_take_next: bool = Field(default=False, alias="showTakeNext")
|
2901
|
+
show_new_task: bool = Field(default=False, alias="showNewTask")
|
2902
|
+
|
2903
|
+
|
2892
2904
|
class ProjectOptions(BaseModel):
|
2893
2905
|
model_config = ConfigDict(
|
2894
2906
|
populate_by_name=True,
|
@@ -2897,8 +2909,8 @@ class ProjectOptions(BaseModel):
|
|
2897
2909
|
protected_namespaces=("model_config",),
|
2898
2910
|
)
|
2899
2911
|
|
2900
|
-
options: List[Option] = Field(
|
2901
|
-
properties: Dict[str, Any] = Field(
|
2912
|
+
options: List[Option] = Field(default_factory=list, description="The options available for this project")
|
2913
|
+
properties: Dict[str, Any] = Field(default_factory=dict, description="The properties defined for this project, based on the options")
|
2902
2914
|
|
2903
2915
|
group_taxon_type_features: Dict[str, Any] = Field(
|
2904
2916
|
default_factory=dict,
|
@@ -2912,6 +2924,8 @@ class ProjectOptions(BaseModel):
|
|
2912
2924
|
description="Taxon Type Feature Defaults"
|
2913
2925
|
)
|
2914
2926
|
|
2927
|
+
task_options: ProjectTaskOptions = Field(default_factory=ProjectTaskOptions, alias="taskOptions")
|
2928
|
+
|
2915
2929
|
|
2916
2930
|
class NodePosition(BaseModel):
|
2917
2931
|
model_config = ConfigDict(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.4.
|
3
|
+
version = "7.4.416637374146"
|
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.416607913655 → kodexa-7.4.416637374146}/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
|
{kodexa-7.4.416607913655 → kodexa-7.4.416637374146}/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
|
File without changes
|
File without changes
|