kodexa 7.0.9208667113__py3-none-any.whl → 7.0.9209424800__py3-none-any.whl

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/model/objects.py CHANGED
@@ -1732,6 +1732,7 @@ class ProjectResourcesUpdate(BaseModel):
1732
1732
  store_refs: Optional[List[str]] = Field(None, alias="storeRefs")
1733
1733
  dashboard_refs: Optional[List[str]] = Field(None, alias="dashboardRefs")
1734
1734
  data_form_refs: Optional[List[str]] = Field(None, alias="dataFormRefs")
1735
+ guidance_set_refs: Optional[List[str]] = Field(None, alias="guidanceSetRefs")
1735
1736
 
1736
1737
 
1737
1738
  class Role1(Enum):
kodexa/platform/client.py CHANGED
@@ -2165,6 +2165,38 @@ class PagePromptEndpoint(PagePrompt, PageEndpoint):
2165
2165
  pass
2166
2166
 
2167
2167
 
2168
+ class ProjectDataFormsEndpoint(ProjectResourceEndpoint):
2169
+ """Represents a project data forms endpoint.
2170
+
2171
+ This class is used to represent a project taxonomies endpoint in the system.
2172
+ """
2173
+
2174
+ """Represents a project taxonomies endpoint"""
2175
+
2176
+ def get_type(self) -> str:
2177
+ """Get the type of the endpoint.
2178
+
2179
+ This method is used to get the type of the endpoint.
2180
+
2181
+ Returns:
2182
+ str: The type of the endpoint.
2183
+ """
2184
+ return "dataForms"
2185
+
2186
+ def get_instance_class(self, object_dict=None):
2187
+ """Get the instance class of the project data form endpoint.
2188
+
2189
+ This method is used to get the instance class of the project dataform endpoint.
2190
+
2191
+ Args:
2192
+ object_dict (dict, optional): The object dictionary. Defaults to None.
2193
+
2194
+ Returns:
2195
+ TaxonomyEndpoint: The instance class of the project taxonomies endpoint.
2196
+ """
2197
+ return DataFormEndpoint
2198
+
2199
+
2168
2200
  class ProjectTaxonomiesEndpoint(ProjectResourceEndpoint):
2169
2201
  """Represents a project taxonomies endpoint.
2170
2202
 
@@ -2603,6 +2635,15 @@ class ProjectEndpoint(EntityEndpoint, Project):
2603
2635
  """
2604
2636
  return ProjectGuidanceSetsEndpoint().set_client(self.client).set_project(self)
2605
2637
 
2638
+ @property
2639
+ def data_forms(self) -> "ProjectDataFormsEndpoint":
2640
+ """Get the guidance sets endpoint of the project.
2641
+
2642
+ Returns:
2643
+ GuidanceSetsEndpoint: The guidance sets endpoint of the project.
2644
+ """
2645
+ return ProjectDataFormsEndpoint().set_client(self.client).set_project(self)
2646
+
2606
2647
  @property
2607
2648
  def assistants(self) -> ProjectAssistantsEndpoint:
2608
2649
  """Get the assistants endpoint of the project.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.0.9208667113
3
+ Version: 7.0.9209424800
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -9,12 +9,12 @@ kodexa/model/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
9
9
  kodexa/model/entities/product.py,sha256=ZDpHuBE_9FJ-klnkyBvTfPwYOqBkM1wraZMtHqNA8FQ,3526
10
10
  kodexa/model/entities/product_subscription.py,sha256=UcmWR-qgLfdV7VCtJNwzgkanoS8nBSL6ngVuxQUK1M8,3810
11
11
  kodexa/model/model.py,sha256=xAUPiW_1V9Kn9yitrvKFVuG_ms_N4HlAx23dwGln8Ro,115561
12
- kodexa/model/objects.py,sha256=ox1tie8X95VTgIEHa220G7qqBeCgsYOATJjkQNtMFFA,174335
12
+ kodexa/model/objects.py,sha256=xL6G5lk76fO13QEcELX15HuKE3PKkBgS2Saxl3Ns0aE,174417
13
13
  kodexa/model/persistence.py,sha256=sx5FwTSsWMdAZpAs0-6PqyULHkQyNQClApUKJZ-ly8M,62032
14
14
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
15
15
  kodexa/pipeline/pipeline.py,sha256=ZYpJAWcwV4YRK589DUhU0vXGQlkNSj4J2TsGbYqTLjo,25221
16
16
  kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
17
- kodexa/platform/client.py,sha256=3v8nesILVSvqn6myWscJ7zwVP2M9J4x_DPQ00Le9TU0,219663
17
+ kodexa/platform/client.py,sha256=73aTTeGiYw7vUTuGKoR8vZQ68KiE2IYIEUozSN7_cxU,220924
18
18
  kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
19
19
  kodexa/platform/kodexa.py,sha256=Bvf6x43FWsFuAuQ4N8TvjSZq6niEtBTESmFCWVPASeQ,34024
20
20
  kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
@@ -38,7 +38,7 @@ kodexa/testing/test_components.py,sha256=g5lP-GY0nTHuH5cIEw45vIejEeBaWkPKQGHL36j
38
38
  kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,14021
39
39
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
40
40
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- kodexa-7.0.9208667113.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
42
- kodexa-7.0.9208667113.dist-info/METADATA,sha256=MiWCFbVgEB7GEygFsQcPN0sJet3jqwYakSe27IPLrx8,3486
43
- kodexa-7.0.9208667113.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
44
- kodexa-7.0.9208667113.dist-info/RECORD,,
41
+ kodexa-7.0.9209424800.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
42
+ kodexa-7.0.9209424800.dist-info/METADATA,sha256=sxku-trJABwDiWwlhhgeydKy0b4NBNT5BJlBTq7Ui-0,3486
43
+ kodexa-7.0.9209424800.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
44
+ kodexa-7.0.9209424800.dist-info/RECORD,,