kodexa 7.0.8256296808__py3-none-any.whl → 7.0.8261926225__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
@@ -593,6 +593,7 @@ class PipelineStepMetadata(BaseModel):
593
593
  step_type: Optional[StepType] = Field(
594
594
  None, alias="stepType", description="The type of step (ACTION or MODEL)"
595
595
  )
596
+ conditional: Optional[str] = Field(None, description="The conditional expression for the step")
596
597
 
597
598
 
598
599
  class PossibleValue(BaseModel):
kodexa/platform/kodexa.py CHANGED
@@ -772,7 +772,7 @@ class RemoteStep:
772
772
  Returns:
773
773
  dict: Dictionary representing the configuration of the step.
774
774
  """
775
- return {"ref": self.ref, "options": self.options}
775
+ return {"ref": self.ref, "options": self.options, "conditional": self.conditional}
776
776
 
777
777
 
778
778
  class EventHelper:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.0.8256296808
3
+ Version: 7.0.8261926225
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -6,14 +6,14 @@ kodexa/connectors/connectors.py,sha256=FpUZDkSyHld2b9eYRuVOWzaFtuGoaRuPXXicJB7TH
6
6
  kodexa/model/__init__.py,sha256=rtLXYJBxB-rnukhslN9rlqoB3--1H3253HyHGbD_Gc8,796
7
7
  kodexa/model/base.py,sha256=CaZK8nMhT1LdCpt4aLhebJGcorjq9qRID1FjnXnP14M,521
8
8
  kodexa/model/model.py,sha256=AB3A4zi7iSuRdz8fVmQRHIRl-p-Cb_AUreJ8M-fIbA4,115160
9
- kodexa/model/objects.py,sha256=r-itx6ArG7Vy7HJJTYIaP9d59ks6y6YHF5e1GnLuzzw,173276
9
+ kodexa/model/objects.py,sha256=GsufrPZMvBKu5kLtWbo0FE99j4TGyhIYbxqC1fVUdNQ,173376
10
10
  kodexa/model/persistence.py,sha256=GIiWmqZ0ZOYORYJaCktnJARnaH051OT712vRtpjMBlE,60183
11
11
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
12
12
  kodexa/pipeline/pipeline.py,sha256=WDdRqXH59e6BXQFGuWK6EG3nW7VlT5dS8CoL9oO4k00,24741
13
13
  kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
14
14
  kodexa/platform/client.py,sha256=EHk0L9mYAJXRdMvwvc-fm4IwPqnNQKUisMQqgyTDzFE,213246
15
15
  kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
16
- kodexa/platform/kodexa.py,sha256=dOwDKxfo2qzrDm2W0Yzul749UqhuibKcdifOctz7AGU,33523
16
+ kodexa/platform/kodexa.py,sha256=7-jQKEKHqcaMMHp_LggbrW_ju3FfKVipSIw9VjUZlbY,33556
17
17
  kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
18
18
  kodexa/selectors/ast.py,sha256=gG-1st841IntgBE5V7p3Cq9azaym2jV5lB_AIywQTCI,13269
19
19
  kodexa/selectors/core.py,sha256=kkt02DN20gXeaDGoGubPPeeTV7rCr4sxTyELrI0l1YU,3691
@@ -35,7 +35,7 @@ kodexa/testing/test_components.py,sha256=g5lP-GY0nTHuH5cIEw45vIejEeBaWkPKQGHL36j
35
35
  kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,14021
36
36
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
37
37
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- kodexa-7.0.8256296808.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
39
- kodexa-7.0.8256296808.dist-info/METADATA,sha256=sxnZr6CVpx1wKGiJDFqzSkwzZKT1mKYIOY9eV8tUOu4,3493
40
- kodexa-7.0.8256296808.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
- kodexa-7.0.8256296808.dist-info/RECORD,,
38
+ kodexa-7.0.8261926225.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
39
+ kodexa-7.0.8261926225.dist-info/METADATA,sha256=W2hjucm1ovwadVkWWWgDj01G99-ly6bfx7Wc7vH0KIY,3493
40
+ kodexa-7.0.8261926225.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
+ kodexa-7.0.8261926225.dist-info/RECORD,,