kodexa 7.0.1a9194120328__tar.gz → 7.0.1a9196705380__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.1a9194120328 → kodexa-7.0.1a9196705380}/PKG-INFO +1 -1
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/platform/client.py +7 -43
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/pyproject.toml +1 -1
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/LICENSE +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/README.md +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/base.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/entities/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/entities/product.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/entities/product_subscription.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/model.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/objects.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/model/persistence.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/core.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/steps/common.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/training/__init__.py +0 -0
- {kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/kodexa/training/train_utils.py +0 -0
@@ -2151,13 +2151,13 @@ class ProjectTaxonomiesEndpoint(ProjectResourceEndpoint):
|
|
2151
2151
|
return TaxonomyEndpoint
|
2152
2152
|
|
2153
2153
|
|
2154
|
-
class
|
2154
|
+
class ProjectGuidanceSetsEndpoint(ProjectResourceEndpoint):
|
2155
2155
|
|
2156
2156
|
def get_type(self) -> str:
|
2157
2157
|
return "guidance"
|
2158
2158
|
|
2159
2159
|
def get_instance_class(self, object_dict=None):
|
2160
|
-
return
|
2160
|
+
return GuidanceSetsEndpoint
|
2161
2161
|
|
2162
2162
|
|
2163
2163
|
class ProjectDataFormEndpoint(ProjectResourceEndpoint):
|
@@ -2459,7 +2459,7 @@ class ProjectEndpoint(EntityEndpoint, Project):
|
|
2459
2459
|
stores: List["StoreEndpoint"] = None,
|
2460
2460
|
taxonomies: List["TaxonomyEndpoint"] = None,
|
2461
2461
|
data_forms: List["DataFormEndpoint"] = None,
|
2462
|
-
guidance: List["
|
2462
|
+
guidance: List["GuidanceSetsEndpoint"] = None,
|
2463
2463
|
dashboards: List["DashboardEndpoint"] = None,
|
2464
2464
|
):
|
2465
2465
|
"""Update the resources of the project.
|
@@ -2546,7 +2546,7 @@ class ProjectEndpoint(EntityEndpoint, Project):
|
|
2546
2546
|
Returns:
|
2547
2547
|
GuidanceSetsEndpoint: The guidance sets endpoint of the project.
|
2548
2548
|
"""
|
2549
|
-
return
|
2549
|
+
return ProjectGuidanceSetEndpoint().set_client(self.client).set_project(self)
|
2550
2550
|
|
2551
2551
|
@property
|
2552
2552
|
def assistants(self) -> ProjectAssistantsEndpoint:
|
@@ -2582,42 +2582,6 @@ class ProjectEndpoint(EntityEndpoint, Project):
|
|
2582
2582
|
return [ProjectTag.model_validate(tag) for tag in response.json()]
|
2583
2583
|
|
2584
2584
|
|
2585
|
-
class GuidanceSetsEndpoint(EntitiesEndpoint):
|
2586
|
-
"""Represents a message endpoint"""
|
2587
|
-
|
2588
|
-
def get_type(self) -> str:
|
2589
|
-
"""
|
2590
|
-
Get the type of the endpoint.
|
2591
|
-
|
2592
|
-
Returns:
|
2593
|
-
str: The type of the endpoint, in this case "guidance".
|
2594
|
-
"""
|
2595
|
-
return "guidance"
|
2596
|
-
|
2597
|
-
def get_instance_class(self, object_dict=None):
|
2598
|
-
"""
|
2599
|
-
Get the instance class of the endpoint.
|
2600
|
-
|
2601
|
-
Args:
|
2602
|
-
object_dict (dict, optional): An optional dictionary object. Defaults to None.
|
2603
|
-
|
2604
|
-
Returns:
|
2605
|
-
GuidanceSetEndpoint: The instance class of the endpoint.
|
2606
|
-
"""
|
2607
|
-
return GuidanceSetEndpoint
|
2608
|
-
|
2609
|
-
def get_page_class(self, object_dict=None):
|
2610
|
-
"""
|
2611
|
-
Get the page class of the endpoint.
|
2612
|
-
|
2613
|
-
Args:
|
2614
|
-
object_dict (dict, optional): An optional dictionary object. Defaults to None.
|
2615
|
-
|
2616
|
-
Returns:
|
2617
|
-
PageGuidanceSetEndpoint: The page class of the endpoint.
|
2618
|
-
"""
|
2619
|
-
return PageGuidanceSetEndpoint
|
2620
|
-
|
2621
2585
|
|
2622
2586
|
class MessagesEndpoint(EntitiesEndpoint):
|
2623
2587
|
"""Represents a message endpoint"""
|
@@ -3003,9 +2967,9 @@ class StoresEndpoint(ComponentEndpoint, ClientEndpoint, OrganizationOwned):
|
|
3003
2967
|
raise ValueError(f"Unknown store type {object_dict['storeType']}")
|
3004
2968
|
|
3005
2969
|
|
3006
|
-
class
|
2970
|
+
class GuidanceSetsEndpoint(ComponentEndpoint, ClientEndpoint, OrganizationOwned):
|
3007
2971
|
"""
|
3008
|
-
Represents a guidance endpoint.
|
2972
|
+
Represents a guidance set endpoint.
|
3009
2973
|
|
3010
2974
|
This class is used to interact with the guidance endpoint of the API.
|
3011
2975
|
It provides methods to get the type, page class, and instance class of the endpoint,
|
@@ -6027,7 +5991,7 @@ OBJECT_TYPES = {
|
|
6027
5991
|
"name": "guidance",
|
6028
5992
|
"plural": "guidance",
|
6029
5993
|
"type": GuidanceSetEndpoint,
|
6030
|
-
"endpoint":
|
5994
|
+
"endpoint": GuidanceSetsEndpoint,
|
6031
5995
|
},
|
6032
5996
|
"modelRuntimes": {
|
6033
5997
|
"name": "modelRuntime",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.0.
|
3
|
+
version = "7.0.1a9196705380"
|
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
|
{kodexa-7.0.1a9194120328 → kodexa-7.0.1a9196705380}/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
|