kodexa 7.4.413440412847__py3-none-any.whl → 7.4.413466578435__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
@@ -3065,7 +3065,12 @@ class TaskTemplate(BaseModel):
3065
3065
  arbitrary_types_allowed=True,
3066
3066
  protected_namespaces=("model_config",),
3067
3067
  )
3068
-
3068
+
3069
+ id: Optional[str] = Field(None, description="The ID of the task template")
3070
+ uuid: Optional[str] = None
3071
+ change_sequence: Optional[int] = Field(None, alias="changeSequence")
3072
+ created_on: Optional[StandardDateTime] = Field(None, alias="createdOn")
3073
+ updated_on: Optional[StandardDateTime] = Field(None, alias="updatedOn")
3069
3074
  project: Optional['Project'] = None
3070
3075
  name: Optional[str] = None
3071
3076
  description: Optional[str] = None
kodexa/platform/client.py CHANGED
@@ -5159,6 +5159,8 @@ class DataStoreEndpoint(StoreEndpoint):
5159
5159
  path: Optional[str] = None,
5160
5160
  root_name: str = "",
5161
5161
  friendly_names=True,
5162
+ include_ids=True,
5163
+ include_exceptions=False,
5162
5164
  ) -> str:
5163
5165
  """Get the data objects export of the store
5164
5166
 
@@ -5168,6 +5170,8 @@ class DataStoreEndpoint(StoreEndpoint):
5168
5170
  path (Optional[str]): The path to the data object
5169
5171
  root_name (str): The root name of the data objects export
5170
5172
  friendly_names (bool): Whether to use friendly names. Defaults to True
5173
+ include_ids (bool): Whether to include the data object IDs. Defaults to True
5174
+ include_exceptions (bool): Whether to include the data object exceptions. Defaults to False
5171
5175
 
5172
5176
  Returns:
5173
5177
  str: The data objects export of the store
@@ -5177,6 +5181,8 @@ class DataStoreEndpoint(StoreEndpoint):
5177
5181
  "format": output_format,
5178
5182
  "friendlyNames": friendly_names,
5179
5183
  "rootName": root_name,
5184
+ "includeIds": include_ids,
5185
+ "includeExceptions": include_exceptions,
5180
5186
  }
5181
5187
  if document_family:
5182
5188
  params["documentFamilyId"] = document_family.id
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.4.413440412847
3
+ Version: 7.4.413466578435
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -13,13 +13,13 @@ kodexa/model/entities/product.py,sha256=StUhTEeLXmc05cj6XnZppQfeJsqCPbX1jdhsysHH
13
13
  kodexa/model/entities/product_group.py,sha256=540fRGyUf34h1BzAN1DiWu6rGgvaj3xDFhZ2k-RvSFY,3617
14
14
  kodexa/model/entities/product_subscription.py,sha256=UcmWR-qgLfdV7VCtJNwzgkanoS8nBSL6ngVuxQUK1M8,3810
15
15
  kodexa/model/model.py,sha256=qh1YUew3UgtjU0t4fAwSXYYuzQjXTOZWZkafyFp_w8M,118801
16
- kodexa/model/objects.py,sha256=uFFIGvI1B1U8koooSa0nCHkV-dALryYr3WEZ6TwWHP0,188980
16
+ kodexa/model/objects.py,sha256=ZEKSGugy7qmVbmW9y6haDCF_Zs1uOZdB5bn8eqyw2Zk,189319
17
17
  kodexa/model/persistence.py,sha256=jUgQ8xwsAFIoZ_bEynxCDEWhUII42eN0e0Mum0dkQPg,72043
18
18
  kodexa/model/utils.py,sha256=6R-3rFiW9irBwj0Mq5yhp7EDXkNUFaeFhr3bWmnlW4g,2961
19
19
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
20
20
  kodexa/pipeline/pipeline.py,sha256=zyNEpA7KlGhPs_l-vgV6m-OCb16dbxQhl8QezeylugA,25540
21
21
  kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
22
- kodexa/platform/client.py,sha256=4wnUPN68MR2QYi2YDtXUW2sGrdqP-7pEZgOQp2SEJsI,230736
22
+ kodexa/platform/client.py,sha256=ydZrRP3tBNM9E2khjkoHhkG2UphEQx2tbteni4ekhkw,231089
23
23
  kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
24
24
  kodexa/platform/kodexa.py,sha256=tPXHO500q3S75GhKGDcaxO51Viq2PNlHmAzpBZlahgo,34857
25
25
  kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
@@ -44,7 +44,7 @@ kodexa/testing/test_utils.py,sha256=v44p__gE7ia67W7WeHN2HBFCWSCUrCZt7G4xBNCmwf8,
44
44
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
45
45
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  kodexa/utils/__init__.py,sha256=Pnim1o9_db5YEnNvDTxpM7HG-qTlL6n8JwFwOafU9wo,5928
47
- kodexa-7.4.413440412847.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
48
- kodexa-7.4.413440412847.dist-info/METADATA,sha256=NAWgSqmGSTDJ9iAHexWyhL6UYnKEDqvhm_J5kCKLUBQ,2813
49
- kodexa-7.4.413440412847.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
50
- kodexa-7.4.413440412847.dist-info/RECORD,,
47
+ kodexa-7.4.413466578435.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
48
+ kodexa-7.4.413466578435.dist-info/METADATA,sha256=VHhK3bW8tZV7UsLYKVd654E5pFoRaW6ZcmL-o69oC_Q,2813
49
+ kodexa-7.4.413466578435.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
50
+ kodexa-7.4.413466578435.dist-info/RECORD,,