kodexa 6.3.35730250009__py3-none-any.whl → 6.3.35730305135__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/platform/client.py +2 -2
- {kodexa-6.3.35730250009.dist-info → kodexa-6.3.35730305135.dist-info}/METADATA +1 -1
- {kodexa-6.3.35730250009.dist-info → kodexa-6.3.35730305135.dist-info}/RECORD +5 -5
- {kodexa-6.3.35730250009.dist-info → kodexa-6.3.35730305135.dist-info}/LICENSE +0 -0
- {kodexa-6.3.35730250009.dist-info → kodexa-6.3.35730305135.dist-info}/WHEEL +0 -0
kodexa/platform/client.py
CHANGED
@@ -384,7 +384,7 @@ class EntitiesEndpoint:
|
|
384
384
|
if 'filter' not in params:
|
385
385
|
params['filter'] = [f"organization.id: '{self.organization.id}'"]
|
386
386
|
else:
|
387
|
-
params['filter'].append(f"organization.id
|
387
|
+
params['filter'].append(f"organization.id: '{self.organization.id}'")
|
388
388
|
|
389
389
|
list_response = self.client.get(url, params=params)
|
390
390
|
return self.get_page_class().model_validate(list_response.json()).set_client(self.client)
|
@@ -392,7 +392,7 @@ class EntitiesEndpoint:
|
|
392
392
|
def find_by_organization(self, organization: Organization) -> PageProject:
|
393
393
|
"""Find projects by organization"""
|
394
394
|
url = f"/api/{self.get_type()}/"
|
395
|
-
get_response = self.client.get(url, params={'filter': f
|
395
|
+
get_response = self.client.get(url, params={'filter': f"organization.id: '{organization.id}'"})
|
396
396
|
return self.get_page_class().model_validate(get_response.json()).set_client(self.client)
|
397
397
|
|
398
398
|
def get(self, entity_id: str) -> "EntityEndpoint":
|
@@ -11,7 +11,7 @@ kodexa/model/persistence.py,sha256=qvvr8Wn8VUlchqNObbyi86a1o-BkEh3gEivlFEhW8ks,3
|
|
11
11
|
kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
|
12
12
|
kodexa/pipeline/pipeline.py,sha256=0gT1GffKWbOUzuimBDiJAzFoN_jNBIAgIGSrIWLZ8Zo,19505
|
13
13
|
kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
|
14
|
-
kodexa/platform/client.py,sha256=
|
14
|
+
kodexa/platform/client.py,sha256=ut-zwDFvBGrqCmi7UR-vYoeBTcce6LPcufCqHLgqwcI,111299
|
15
15
|
kodexa/platform/kodexa.py,sha256=c5bPulDDuVsZzXmJPDwQil54RwAVn2P1-lWFXSUvoAc,28288
|
16
16
|
kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
|
17
17
|
kodexa/selectors/ast.py,sha256=mTAcX_pjDiDy99ELxbMMwAAkzezOqz5uCyui9qz7Q4A,13499
|
@@ -34,7 +34,7 @@ kodexa/testing/test_components.py,sha256=i_9M6-bfUBdR1uYAzZZzWiW0M1DGKzE5mkNuHq4
|
|
34
34
|
kodexa/testing/test_utils.py,sha256=HXM3S5FDzarzS6R7jkOHps6d6Ox2UtNqymoK6VCw8Zg,13596
|
35
35
|
kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
|
36
36
|
kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
|
-
kodexa-6.3.
|
38
|
-
kodexa-6.3.
|
39
|
-
kodexa-6.3.
|
40
|
-
kodexa-6.3.
|
37
|
+
kodexa-6.3.35730305135.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
38
|
+
kodexa-6.3.35730305135.dist-info/METADATA,sha256=Zsle3wVGVDOWldLYydaEZm-9OMdViDHtSI1_iwhrESA,4068
|
39
|
+
kodexa-6.3.35730305135.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
40
|
+
kodexa-6.3.35730305135.dist-info/RECORD,,
|
File without changes
|
File without changes
|