ignos-api-client 2023.10.18.6661__py3-none-any.whl → 2023.10.18.6667__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.
- ignos/api/client/_version.py +1 -1
- ignos/api/client/models/_models.py +14 -0
- {ignos_api_client-2023.10.18.6661.dist-info → ignos_api_client-2023.10.18.6667.dist-info}/METADATA +1 -1
- {ignos_api_client-2023.10.18.6661.dist-info → ignos_api_client-2023.10.18.6667.dist-info}/RECORD +6 -6
- {ignos_api_client-2023.10.18.6661.dist-info → ignos_api_client-2023.10.18.6667.dist-info}/WHEEL +0 -0
- {ignos_api_client-2023.10.18.6661.dist-info → ignos_api_client-2023.10.18.6667.dist-info}/top_level.txt +0 -0
ignos/api/client/_version.py
CHANGED
|
@@ -9778,6 +9778,10 @@ class MaterialConsumptionDto(_serialization.Model): # pylint: disable=too-many-
|
|
|
9778
9778
|
:vartype procurement_order: str
|
|
9779
9779
|
:ivar procurement_order_line:
|
|
9780
9780
|
:vartype procurement_order_line: int
|
|
9781
|
+
:ivar source_work_order:
|
|
9782
|
+
:vartype source_work_order: str
|
|
9783
|
+
:ivar source_sequence:
|
|
9784
|
+
:vartype source_sequence: str
|
|
9781
9785
|
"""
|
|
9782
9786
|
|
|
9783
9787
|
_validation = {
|
|
@@ -9798,6 +9802,8 @@ class MaterialConsumptionDto(_serialization.Model): # pylint: disable=too-many-
|
|
|
9798
9802
|
"supplier_id": {"key": "supplierId", "type": "str"},
|
|
9799
9803
|
"procurement_order": {"key": "procurementOrder", "type": "str"},
|
|
9800
9804
|
"procurement_order_line": {"key": "procurementOrderLine", "type": "int"},
|
|
9805
|
+
"source_work_order": {"key": "sourceWorkOrder", "type": "str"},
|
|
9806
|
+
"source_sequence": {"key": "sourceSequence", "type": "str"},
|
|
9801
9807
|
}
|
|
9802
9808
|
|
|
9803
9809
|
def __init__(
|
|
@@ -9814,6 +9820,8 @@ class MaterialConsumptionDto(_serialization.Model): # pylint: disable=too-many-
|
|
|
9814
9820
|
supplier_id: Optional[str] = None,
|
|
9815
9821
|
procurement_order: Optional[str] = None,
|
|
9816
9822
|
procurement_order_line: Optional[int] = None,
|
|
9823
|
+
source_work_order: Optional[str] = None,
|
|
9824
|
+
source_sequence: Optional[str] = None,
|
|
9817
9825
|
**kwargs: Any
|
|
9818
9826
|
) -> None:
|
|
9819
9827
|
"""
|
|
@@ -9839,6 +9847,10 @@ class MaterialConsumptionDto(_serialization.Model): # pylint: disable=too-many-
|
|
|
9839
9847
|
:paramtype procurement_order: str
|
|
9840
9848
|
:keyword procurement_order_line:
|
|
9841
9849
|
:paramtype procurement_order_line: int
|
|
9850
|
+
:keyword source_work_order:
|
|
9851
|
+
:paramtype source_work_order: str
|
|
9852
|
+
:keyword source_sequence:
|
|
9853
|
+
:paramtype source_sequence: str
|
|
9842
9854
|
"""
|
|
9843
9855
|
super().__init__(**kwargs)
|
|
9844
9856
|
self.operation = operation
|
|
@@ -9852,6 +9864,8 @@ class MaterialConsumptionDto(_serialization.Model): # pylint: disable=too-many-
|
|
|
9852
9864
|
self.supplier_id = supplier_id
|
|
9853
9865
|
self.procurement_order = procurement_order
|
|
9854
9866
|
self.procurement_order_line = procurement_order_line
|
|
9867
|
+
self.source_work_order = source_work_order
|
|
9868
|
+
self.source_sequence = source_sequence
|
|
9855
9869
|
|
|
9856
9870
|
|
|
9857
9871
|
class MaterialMassDensityDto(_serialization.Model):
|
{ignos_api_client-2023.10.18.6661.dist-info → ignos_api_client-2023.10.18.6667.dist-info}/RECORD
RENAMED
|
@@ -5,7 +5,7 @@ ignos/api/client/_client.py,sha256=Svs0Le7Grl8Gu8zgZKgOdyn73lhVm8kBTQSGjyLiwcM,1
|
|
|
5
5
|
ignos/api/client/_configuration.py,sha256=8s1x7UW4NvqWPU6-LQYy7LwLdzkD6_GSMd_N4YG6b3w,2878
|
|
6
6
|
ignos/api/client/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
|
7
7
|
ignos/api/client/_serialization.py,sha256=6P7mixts9iL6rE8p4ronE0G2Y1gMxVfjCdkzEtH_aN4,79431
|
|
8
|
-
ignos/api/client/_version.py,sha256=
|
|
8
|
+
ignos/api/client/_version.py,sha256=6-oucEyL0VAxctb30VjpwQfkEvkGw4a3OmOrFVmKIWY,496
|
|
9
9
|
ignos/api/client/aio/__init__.py,sha256=BxlHH19w-NSPLxsg-CboXjxuJBj9TuFeacpQwWmCjPw,813
|
|
10
10
|
ignos/api/client/aio/_client.py,sha256=g9NHtnwItLexHGq1s0bUIfqPs2_gEHXYq-nsov3IRoE,16758
|
|
11
11
|
ignos/api/client/aio/_configuration.py,sha256=p6kZqHQirLjDJcpNCYbiLJDIeVqFPJNB5-qJggKa5mU,2921
|
|
@@ -15,12 +15,12 @@ ignos/api/client/aio/operations/_operations.py,sha256=UYYd2tbEfLKBNHmu63dr2RClfs
|
|
|
15
15
|
ignos/api/client/aio/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
|
16
16
|
ignos/api/client/models/__init__.py,sha256=Krd8x9P4tUCgA72B2wjum0DcjuBm7SHpE4iJI09lZg4,33366
|
|
17
17
|
ignos/api/client/models/_enums.py,sha256=MrYHQsMLcBs5kMhsIrvUUmG5jVD60csrTY_jhdaTt_o,10274
|
|
18
|
-
ignos/api/client/models/_models.py,sha256=
|
|
18
|
+
ignos/api/client/models/_models.py,sha256=MyJQYraFG-EWAMvcE7jfHKz_HsgkmZacBytR-muyqUw,881252
|
|
19
19
|
ignos/api/client/models/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
|
20
20
|
ignos/api/client/operations/__init__.py,sha256=eukCyz1w5Np_whzon7rN_8lXWaZ5GWV4XiDsSexa3Cc,4081
|
|
21
21
|
ignos/api/client/operations/_operations.py,sha256=H-cWpFVpjgf5ayRjLc0HS2JGt9AfCzxD6xLBGhRhbVA,1312949
|
|
22
22
|
ignos/api/client/operations/_patch.py,sha256=P7PMm3Gbjlk56lI6B_Ra43hSW5qGMEmN3cNYGH5uZ3s,674
|
|
23
|
-
ignos_api_client-2023.10.18.
|
|
24
|
-
ignos_api_client-2023.10.18.
|
|
25
|
-
ignos_api_client-2023.10.18.
|
|
26
|
-
ignos_api_client-2023.10.18.
|
|
23
|
+
ignos_api_client-2023.10.18.6667.dist-info/METADATA,sha256=8Ym_JXGB77ooLuM_k5zO4dFscoz87QtySwCPqZEAZp8,252
|
|
24
|
+
ignos_api_client-2023.10.18.6667.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
25
|
+
ignos_api_client-2023.10.18.6667.dist-info/top_level.txt,sha256=eGbj-YCTgfKuJX7-n95eMN-onlnccQiO8XnhWA0wgVA,6
|
|
26
|
+
ignos_api_client-2023.10.18.6667.dist-info/RECORD,,
|
{ignos_api_client-2023.10.18.6661.dist-info → ignos_api_client-2023.10.18.6667.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|