pinexq-client 0.9.2.20250716.44__py3-none-any.whl → 0.9.2.20250728.45__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.
- pinexq_client/job_management/__init__.py +1 -1
- pinexq_client/job_management/hcos/user_hco.py +1 -1
- pinexq_client/job_management/model/open_api_generated.py +10 -2
- {pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/METADATA +1 -1
- {pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/RECORD +8 -8
- {pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/WHEEL +0 -0
- {pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/entry_points.txt +0 -0
- {pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: openapi.json
|
|
3
|
-
# timestamp: 2025-
|
|
3
|
+
# timestamp: 2025-07-28T08:17:01+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -132,6 +132,7 @@ class InfoHtoOpenApiProperties(BaseModel):
|
|
|
132
132
|
extra='allow',
|
|
133
133
|
populate_by_name=True,
|
|
134
134
|
)
|
|
135
|
+
organization_id: str | None = Field(None, alias='OrganizationId')
|
|
135
136
|
api_version: str | None = Field(None, alias='ApiVersion')
|
|
136
137
|
build_version: str | None = Field(None, alias='BuildVersion')
|
|
137
138
|
used_storage_in_bytes: int | None = Field(None, alias='UsedStorageInBytes')
|
|
@@ -252,6 +253,9 @@ class ProcessingStepHtoOpenApiProperties(BaseModel):
|
|
|
252
253
|
owner_id: str | None = Field(
|
|
253
254
|
None, alias='OwnerId', description='The owner of this resource'
|
|
254
255
|
)
|
|
256
|
+
created_by: str | None = Field(
|
|
257
|
+
None, alias='CreatedBy', description='The creator of this resource'
|
|
258
|
+
)
|
|
255
259
|
version: str | None = Field(
|
|
256
260
|
None, alias='Version', description='Version of the algorithm. Default = "0"'
|
|
257
261
|
)
|
|
@@ -444,7 +448,7 @@ class UserHtoOpenApiProperties(BaseModel):
|
|
|
444
448
|
populate_by_name=True,
|
|
445
449
|
)
|
|
446
450
|
user_id: str | None = Field(None, alias='UserId')
|
|
447
|
-
|
|
451
|
+
user_grants: List[str] | None = Field(None, alias='UserGrants')
|
|
448
452
|
|
|
449
453
|
|
|
450
454
|
class WorkDataKind(Enum):
|
|
@@ -682,6 +686,7 @@ class JobHtoOpenApiProperties(BaseModel):
|
|
|
682
686
|
owner_id: str | None = Field(
|
|
683
687
|
None, alias='OwnerId', description='The owner of this resource'
|
|
684
688
|
)
|
|
689
|
+
created_by: str | None = Field(None, alias='CreatedBy')
|
|
685
690
|
state: JobStates | None = Field(None, alias='State')
|
|
686
691
|
tags: List[str] | None = Field(None, alias='Tags')
|
|
687
692
|
hidden: bool | None = Field(None, alias='Hidden')
|
|
@@ -847,6 +852,9 @@ class WorkDataHtoOpenApiProperties(BaseModel):
|
|
|
847
852
|
owner_id: str | None = Field(
|
|
848
853
|
None, alias='OwnerId', description='The owner of this resource'
|
|
849
854
|
)
|
|
855
|
+
created_by: str | None = Field(
|
|
856
|
+
None, alias='CreatedBy', description='The creator of this resource'
|
|
857
|
+
)
|
|
850
858
|
name: str | None = Field(None, alias='Name')
|
|
851
859
|
created_at: AwareDatetime | None = Field(None, alias='CreatedAt')
|
|
852
860
|
size_in_bytes: int | None = Field(None, alias='SizeInBytes')
|
{pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pinexq-client
|
|
3
|
-
Version: 0.9.2.
|
|
3
|
+
Version: 0.9.2.20250728.45
|
|
4
4
|
Summary: A hypermedia-based client for the DataCybernetics PinexQ platform.
|
|
5
5
|
Author-Email: =?utf-8?q?Sebastian_H=C3=B6fer?= <hoefer@data-cybernetics.com>, Mathias Reichardt <reichardt@data-cybernetics.com>, Jasim Ahmed <ahmed@data-cybernetics.com>, Pratik Poudel <poudel@data-cybernetics.com>
|
|
6
6
|
Maintainer-Email: Mathias Reichardt <reichardt@data-cybernetics.com>, =?utf-8?q?Sebastian_H=C3=B6fer?= <hoefer@data-cybernetics.com>, Carsten Blank <blank@data-cybernetics.com>
|
{pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/RECORD
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
pinexq_client-0.9.2.
|
|
2
|
-
pinexq_client-0.9.2.
|
|
3
|
-
pinexq_client-0.9.2.
|
|
4
|
-
pinexq_client-0.9.2.
|
|
1
|
+
pinexq_client-0.9.2.20250728.45.dist-info/METADATA,sha256=rpYp7wXC3mkwpuPzLGmEjObrX6rnq74CYCvOrhnCq6A,3279
|
|
2
|
+
pinexq_client-0.9.2.20250728.45.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
|
3
|
+
pinexq_client-0.9.2.20250728.45.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
4
|
+
pinexq_client-0.9.2.20250728.45.dist-info/licenses/LICENSE,sha256=3oz3tAhM7kOgRukkRe7wmh5T_HihZY77ZtJDJm91ZN8,1072
|
|
5
5
|
pinexq_client/core/__init__.py,sha256=zO9vUuAl6AEokL-SqQO3Jl1qrxFBZPA2kH99VNZugEU,598
|
|
6
6
|
pinexq_client/core/base_relations.py,sha256=oIUS58pkbMDdqm-3YOdsenhL1smtzeAk4fp7-U595MY,162
|
|
7
7
|
pinexq_client/core/enterapi.py,sha256=eB4F2_t3lCbMgKhy-M-Sf_u9MhuJMO7OGh-GB-4Cc-8,731
|
|
@@ -21,7 +21,7 @@ pinexq_client/core/model/error.py,sha256=ZDbUlwsj7d8XPMolSSLTFwgs3RBLvOvgmlEtoBu
|
|
|
21
21
|
pinexq_client/core/model/sirenmodels.py,sha256=vGRQlhM2cSa2caxQel91Jr48KWqM-vMYX32iaQCzIds,5547
|
|
22
22
|
pinexq_client/core/polling.py,sha256=Z6VXn-PCGk4XX-4tQWZG59qJyCIS0eIrpPUORQDIGrs,1077
|
|
23
23
|
pinexq_client/core/sirenaccess.py,sha256=F7eZI5Pz79el0D30SYNGsiS2qWaAZF_jrCrUy-q2GgY,6992
|
|
24
|
-
pinexq_client/job_management/__init__.py,sha256=
|
|
24
|
+
pinexq_client/job_management/__init__.py,sha256=tpmrNGVVfoH6kfcU_-w1vN4kpBUxO2_zmtdt-ddgT5w,598
|
|
25
25
|
pinexq_client/job_management/enterjma.py,sha256=Ivl_jVPw_gaLyU5nKbywM-bbVGpn0MoCrZ0DMbJYf3s,1411
|
|
26
26
|
pinexq_client/job_management/hcos/__init__.py,sha256=TZgs5kuBk3lSBxPfn5ehgbdUgzPy2jn1PC3Ea6VQY-k,584
|
|
27
27
|
pinexq_client/job_management/hcos/entrypoint_hco.py,sha256=qodjAwO_MtawUuhmaYjhGXHV-uW1k94V9gKRYZRkhn4,2234
|
|
@@ -36,18 +36,18 @@ pinexq_client/job_management/hcos/processing_step_hco.py,sha256=JH9s3ifchYvpwzPG
|
|
|
36
36
|
pinexq_client/job_management/hcos/processing_step_used_tags_hco.py,sha256=90-2IWlYTcYX62NzmAPnmcUCwMDhmMZyBrNs_G3yigs,1067
|
|
37
37
|
pinexq_client/job_management/hcos/processingstep_query_result_hco.py,sha256=YcCgigKvOIggILixgaEbmnM23FlkjCgxnhZC2Eh98dY,3817
|
|
38
38
|
pinexq_client/job_management/hcos/processingsteproot_hco.py,sha256=gQBGMWEKX5kq_HwC7-eEjjfAm6oYTuIxGX5kKw_GKUM,3684
|
|
39
|
-
pinexq_client/job_management/hcos/user_hco.py,sha256=
|
|
39
|
+
pinexq_client/job_management/hcos/user_hco.py,sha256=6GZrNeUZSZxwOiyCylkfl-pqDa1RL7Lc9Lg3vf0EuYc,1095
|
|
40
40
|
pinexq_client/job_management/hcos/workdata_hco.py,sha256=utKgdvwJdtR5oFSdM0PQpjpFmH39X1RAvfF-2a1g3U8,5707
|
|
41
41
|
pinexq_client/job_management/hcos/workdata_query_result_hco.py,sha256=yxEnu_COMxP3mt553JZD13jjPyqSp3DJjgd8es5Nq_E,3520
|
|
42
42
|
pinexq_client/job_management/hcos/workdata_used_tags_query_result_hco.py,sha256=qB1iQpwD63579dq3tUF4DBB_rZRMqJ80y1ysf-41aOo,1087
|
|
43
43
|
pinexq_client/job_management/hcos/workdataroot_hco.py,sha256=LdEPW2JJTqAWi-6zj-40lfREhthcDL6nPXQk_nfMtCA,3936
|
|
44
44
|
pinexq_client/job_management/known_relations.py,sha256=f3-7RagAfeSFv9b54l5zxnLKbVQjQQHzYsM4W2QHf0Y,708
|
|
45
45
|
pinexq_client/job_management/model/__init__.py,sha256=iuAKRXdW_Mxo0i3HsBfEzhJJZUKkNe3qs4gLW-ge1PU,63
|
|
46
|
-
pinexq_client/job_management/model/open_api_generated.py,sha256=
|
|
46
|
+
pinexq_client/job_management/model/open_api_generated.py,sha256=0zRqgTQWp2imTfIaAwQxun9XT1xLW9BMIr6yZ_5Wkes,33577
|
|
47
47
|
pinexq_client/job_management/model/sirenentities.py,sha256=MUjgByEwzQcrduCEJuNK85uAj8SLTdyaiKmnlB44h3E,3430
|
|
48
48
|
pinexq_client/job_management/tool/__init__.py,sha256=zPobd-hQyANHzC0-TjJG91z9XrewvE54ZJ6VViymW5M,128
|
|
49
49
|
pinexq_client/job_management/tool/job.py,sha256=yVEVE3RRalQy8abA2G1X-a1Tj3v32YCsDeN52LDMSp8,30572
|
|
50
50
|
pinexq_client/job_management/tool/job_group.py,sha256=TNWw46UDyP2gmArhbzMAqpHa6lS2hzwarLIrxxpOMnk,4822
|
|
51
51
|
pinexq_client/job_management/tool/processing_step.py,sha256=LLesEbS7vaAiCoGs7MV8bnaD8bWnkK-2YTxAsyPiJFM,10796
|
|
52
52
|
pinexq_client/job_management/tool/workdata.py,sha256=wRy_yfFZUJDh-hoGUuAbQaRGtPysDmEOhLwD84Fgz04,5510
|
|
53
|
-
pinexq_client-0.9.2.
|
|
53
|
+
pinexq_client-0.9.2.20250728.45.dist-info/RECORD,,
|
{pinexq_client-0.9.2.20250716.44.dist-info → pinexq_client-0.9.2.20250728.45.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|