kodexa 7.0.8039116126__tar.gz → 7.0.8068892256__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.8039116126 → kodexa-7.0.8068892256}/PKG-INFO +1 -1
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/model/objects.py +3 -3
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/platform/client.py +2 -1
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/pyproject.toml +1 -1
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/LICENSE +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/README.md +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/model/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/model/base.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/model/model.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/model/persistence.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/core.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/steps/common.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/training/__init__.py +0 -0
- {kodexa-7.0.8039116126 → kodexa-7.0.8068892256}/kodexa/training/train_utils.py +0 -0
@@ -821,12 +821,12 @@ class SlugBasedMetadata1(BaseModel):
|
|
821
821
|
description="The slug of the organization that owns this metadata object",
|
822
822
|
)
|
823
823
|
slug: str = Field(
|
824
|
-
|
824
|
+
None,
|
825
825
|
description="The slug used when referencing this metadata object",
|
826
826
|
pattern=r"^[a-zA-Z0-9\-_]{0,255}$",
|
827
827
|
)
|
828
|
-
type: str = Field(
|
829
|
-
name: str = Field(
|
828
|
+
type: str = Field(None, description="The type of metadata object")
|
829
|
+
name: str = Field(None, description="The name of the object")
|
830
830
|
description: Optional[str] = Field(
|
831
831
|
None, description="The description of the object"
|
832
832
|
)
|
@@ -1725,7 +1725,8 @@ class ComponentInstanceEndpoint(ClientEndpoint, SlugBasedMetadata):
|
|
1725
1725
|
raise Exception(f"Component {self.ref} already exists")
|
1726
1726
|
|
1727
1727
|
if exists:
|
1728
|
-
self.client.put(url, self.model_dump(mode="json", by_alias=True))
|
1728
|
+
response = self.client.put(url, self.model_dump(mode="json", by_alias=True))
|
1729
|
+
process_response(response)
|
1729
1730
|
return self.post_deploy()
|
1730
1731
|
|
1731
1732
|
self.client.post(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.0.
|
3
|
+
version = "7.0.08068892256"
|
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
|