kodexa 6.3.37316446505__tar.gz → 6.3.37316877948__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-6.3.37316446505 → kodexa-6.3.37316877948}/PKG-INFO +1 -1
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/platform/client.py +39 -2
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/pyproject.toml +1 -1
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/LICENSE +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/README.md +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/assistant/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/assistant/assistant.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/connectors/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/connectors/connectors.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/model/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/model/base.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/model/model.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/model/objects.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/model/persistence.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/platform/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/platform/kodexa.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/ast.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/core.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/lextab.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/parserules.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/spatial/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/steps/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/steps/common.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/testing/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/testing/test_components.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/testing/test_utils.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/training/__init__.py +0 -0
- {kodexa-6.3.37316446505 → kodexa-6.3.37316877948}/kodexa/training/train_utils.py +0 -0
@@ -2395,9 +2395,44 @@ class ProjectEndpoint(EntityEndpoint, Project):
|
|
2395
2395
|
return [ProjectTag.model_validate(tag) for tag in response.json()]
|
2396
2396
|
|
2397
2397
|
|
2398
|
-
class
|
2399
|
-
"""Represents a
|
2398
|
+
class MessagesEndpoint(EntitiesEndpoint):
|
2399
|
+
"""Represents a message endpoint"""
|
2400
|
+
|
2401
|
+
def get_type(self) -> str:
|
2402
|
+
"""
|
2403
|
+
Get the type of the endpoint.
|
2404
|
+
|
2405
|
+
Returns:
|
2406
|
+
str: The type of the endpoint, in this case "messages".
|
2407
|
+
"""
|
2408
|
+
return "messages"
|
2409
|
+
|
2410
|
+
def get_instance_class(self, object_dict=None):
|
2411
|
+
"""
|
2412
|
+
Get the instance class of the endpoint.
|
2413
|
+
|
2414
|
+
Args:
|
2415
|
+
object_dict (dict, optional): An optional dictionary object. Defaults to None.
|
2416
|
+
|
2417
|
+
Returns:
|
2418
|
+
MessageEndpoint: The instance class of the endpoint.
|
2419
|
+
"""
|
2420
|
+
return MessageEndpoint
|
2421
|
+
|
2422
|
+
def get_page_class(self, object_dict=None):
|
2423
|
+
"""
|
2424
|
+
Get the page class of the endpoint.
|
2400
2425
|
|
2426
|
+
Args:
|
2427
|
+
object_dict (dict, optional): An optional dictionary object. Defaults to None.
|
2428
|
+
|
2429
|
+
Returns:
|
2430
|
+
PageMessageEndpoint: The page class of the endpoint.
|
2431
|
+
"""
|
2432
|
+
return PageMessageEndpoint
|
2433
|
+
|
2434
|
+
|
2435
|
+
class ChannelsEndpoint(EntitiesEndpoint):
|
2401
2436
|
"""Represents a channels endpoint"""
|
2402
2437
|
|
2403
2438
|
def get_type(self) -> str:
|
@@ -5835,6 +5870,7 @@ class KodexaClient:
|
|
5835
5870
|
memberships (MembershipsEndpoint): An endpoint for memberships.
|
5836
5871
|
executions (ExecutionsEndpoint): An endpoint for executions.
|
5837
5872
|
channels (ChannelsEndpoint): An endpoint for channels.
|
5873
|
+
messages (MessagesEndpoint): An endpoint for messages.
|
5838
5874
|
"""
|
5839
5875
|
|
5840
5876
|
def __init__(self, url=None, access_token=None, profile=None, insecure=None):
|
@@ -5857,6 +5893,7 @@ class KodexaClient:
|
|
5857
5893
|
self.executions = ExecutionsEndpoint(self)
|
5858
5894
|
self.channels = ChannelsEndpoint(self)
|
5859
5895
|
self.assistants = AssistantsEndpoint(self)
|
5896
|
+
self.messages = MessagesEndpoint(self)
|
5860
5897
|
|
5861
5898
|
@staticmethod
|
5862
5899
|
def login(url, email, password, insecure=False):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "6.3.
|
3
|
+
version = "6.3.37316877948"
|
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
|