ignos-api-client 2024.3.12.8830__tar.gz → 20260205.5.1__tar.gz
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-20260205.5.1/PKG-INFO +17 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/__init__.py +9 -3
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/_client.py +194 -3
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/_configuration.py +0 -1
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/_patch.py +7 -6
- ignos_api_client-20260205.5.1/ignos/api/client/_utils/__init__.py +6 -0
- ignos-api-client-2024.3.12.8830/ignos/api/client/_serialization.py → ignos_api_client-20260205.5.1/ignos/api/client/_utils/serialization.py +324 -281
- ignos_api_client-20260205.5.1/ignos/api/client/_utils/utils.py +17 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/_version.py +1 -1
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/__init__.py +9 -3
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/_client.py +194 -3
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/_configuration.py +0 -1
- {ignos-api-client-2024.3.12.8830/ignos/api/client/aio/operations → ignos_api_client-20260205.5.1/ignos/api/client/aio}/_patch.py +7 -6
- ignos_api_client-20260205.5.1/ignos/api/client/aio/operations/__init__.py +189 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/operations/_operations.py +30030 -12259
- {ignos-api-client-2024.3.12.8830/ignos/api/client/models → ignos_api_client-20260205.5.1/ignos/api/client/aio/operations}/_patch.py +7 -6
- ignos_api_client-20260205.5.1/ignos/api/client/models/__init__.py +1645 -0
- ignos_api_client-20260205.5.1/ignos/api/client/models/_enums.py +909 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/models/_models.py +35403 -17732
- {ignos-api-client-2024.3.12.8830/ignos/api/client/aio → ignos_api_client-20260205.5.1/ignos/api/client/models}/_patch.py +7 -6
- ignos_api_client-20260205.5.1/ignos/api/client/operations/__init__.py +189 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/operations/_operations.py +37835 -15525
- ignos_api_client-20260205.5.1/ignos/api/client/operations/_patch.py +21 -0
- ignos_api_client-20260205.5.1/ignos_api_client.egg-info/PKG-INFO +17 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos_api_client.egg-info/SOURCES.txt +3 -1
- ignos_api_client-20260205.5.1/ignos_api_client.egg-info/requires.txt +3 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/setup.py +7 -4
- ignos-api-client-2024.3.12.8830/PKG-INFO +0 -12
- ignos-api-client-2024.3.12.8830/ignos/api/client/aio/operations/__init__.py +0 -113
- ignos-api-client-2024.3.12.8830/ignos/api/client/models/__init__.py +0 -977
- ignos-api-client-2024.3.12.8830/ignos/api/client/models/_enums.py +0 -454
- ignos-api-client-2024.3.12.8830/ignos/api/client/operations/__init__.py +0 -113
- ignos-api-client-2024.3.12.8830/ignos/api/client/operations/_patch.py +0 -20
- ignos-api-client-2024.3.12.8830/ignos_api_client.egg-info/PKG-INFO +0 -12
- ignos-api-client-2024.3.12.8830/ignos_api_client.egg-info/requires.txt +0 -2
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/__init__.py +0 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/__init__.py +0 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/py.typed +0 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos_api_client.egg-info/dependency_links.txt +0 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos_api_client.egg-info/top_level.txt +0 -0
- {ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/setup.cfg +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ignos-api-client
|
|
3
|
+
Version: 20260205.5.1
|
|
4
|
+
Summary: ignos-api-client
|
|
5
|
+
Home-page:
|
|
6
|
+
Author-email:
|
|
7
|
+
Keywords: azure,azure sdk
|
|
8
|
+
Requires-Dist: isodate>=0.6.1
|
|
9
|
+
Requires-Dist: azure-core>=1.37.0
|
|
10
|
+
Requires-Dist: typing-extensions>=4.6.0
|
|
11
|
+
Dynamic: description
|
|
12
|
+
Dynamic: keywords
|
|
13
|
+
Dynamic: requires-dist
|
|
14
|
+
Dynamic: summary
|
|
15
|
+
|
|
16
|
+
IgnosPortal.
|
|
17
|
+
|
{ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/__init__.py
RENAMED
|
@@ -5,15 +5,21 @@
|
|
|
5
5
|
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
# --------------------------------------------------------------------------
|
|
8
|
+
# pylint: disable=wrong-import-position
|
|
8
9
|
|
|
9
|
-
from
|
|
10
|
+
from typing import TYPE_CHECKING
|
|
11
|
+
|
|
12
|
+
if TYPE_CHECKING:
|
|
13
|
+
from ._patch import * # pylint: disable=unused-wildcard-import
|
|
14
|
+
|
|
15
|
+
from ._client import IgnosPortal # type: ignore
|
|
10
16
|
from ._version import VERSION
|
|
11
17
|
|
|
12
18
|
__version__ = VERSION
|
|
13
19
|
|
|
14
20
|
try:
|
|
15
21
|
from ._patch import __all__ as _patch_all
|
|
16
|
-
from ._patch import *
|
|
22
|
+
from ._patch import *
|
|
17
23
|
except ImportError:
|
|
18
24
|
_patch_all = []
|
|
19
25
|
from ._patch import patch_sdk as _patch_sdk
|
|
@@ -21,6 +27,6 @@ from ._patch import patch_sdk as _patch_sdk
|
|
|
21
27
|
__all__ = [
|
|
22
28
|
"IgnosPortal",
|
|
23
29
|
]
|
|
24
|
-
__all__.extend([p for p in _patch_all if p not in __all__])
|
|
30
|
+
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
|
|
25
31
|
|
|
26
32
|
_patch_sdk()
|
{ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/_client.py
RENAMED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
from copy import deepcopy
|
|
10
10
|
from typing import Any, TYPE_CHECKING
|
|
11
|
+
from typing_extensions import Self
|
|
11
12
|
|
|
12
13
|
from azure.core import PipelineClient
|
|
13
14
|
from azure.core.pipeline import policies
|
|
@@ -15,7 +16,7 @@ from azure.core.rest import HttpRequest, HttpResponse
|
|
|
15
16
|
|
|
16
17
|
from . import models as _models
|
|
17
18
|
from ._configuration import IgnosPortalConfiguration
|
|
18
|
-
from .
|
|
19
|
+
from ._utils.serialization import Deserializer, Serializer
|
|
19
20
|
from .operations import (
|
|
20
21
|
AlertsOperations,
|
|
21
22
|
AssetsOperations,
|
|
@@ -23,43 +24,78 @@ from .operations import (
|
|
|
23
24
|
CdfOperations,
|
|
24
25
|
CncFileTransferOperations,
|
|
25
26
|
CncSetupAgentOperations,
|
|
27
|
+
CncSetupFixturesOperations,
|
|
26
28
|
CncSetupOperations,
|
|
27
29
|
CompaniesOperations,
|
|
28
30
|
CountriesOperations,
|
|
31
|
+
CredentialsOperations,
|
|
29
32
|
CustomerOrdersOperations,
|
|
30
33
|
CustomersOperations,
|
|
31
34
|
DocumentTypesOperations,
|
|
32
35
|
DocumentsOperations,
|
|
36
|
+
DowntimeReasonsAdminOperations,
|
|
37
|
+
DowntimeReasonsAdminResourceOperations,
|
|
38
|
+
DowntimeReasonsOperations,
|
|
39
|
+
DowntimeReasonsResourceOperations,
|
|
33
40
|
ElectricalOperations,
|
|
41
|
+
ErpUsersOperations,
|
|
34
42
|
ExternalAccessOperations,
|
|
35
43
|
ExternalOperations,
|
|
36
44
|
ExternalServicesOperations,
|
|
45
|
+
GuestsOperations,
|
|
46
|
+
InventoryOperations,
|
|
47
|
+
KpiAdminOperations,
|
|
48
|
+
KpiAdminResourceOperations,
|
|
49
|
+
KpiOperations,
|
|
50
|
+
KpiResourceOperations,
|
|
37
51
|
LinksOperations,
|
|
38
52
|
MachineAlarmsOperations,
|
|
39
53
|
MachineUtilizationOperations,
|
|
40
54
|
MachinesOperations,
|
|
55
|
+
MaterialCertificateChecksOperations,
|
|
56
|
+
MaterialCertificateSpecificationsOperations,
|
|
57
|
+
MaterialCertificateTypesOperations,
|
|
41
58
|
MeOperations,
|
|
59
|
+
MeasurementFormSchemasAdminOperations,
|
|
42
60
|
MeasurementFormSchemasOperations,
|
|
61
|
+
MeasurementFormSettingsOperations,
|
|
62
|
+
MeasurementFormsInstancesAdminOperations,
|
|
63
|
+
MeasurementFormsInstancesInstanceAdminOperations,
|
|
43
64
|
MeasurementFormsInstancesOperations,
|
|
44
65
|
MeasuringToolsOperations,
|
|
45
66
|
MesDocumentsOperations,
|
|
67
|
+
MesEngineeringChangeOrdersOperations,
|
|
46
68
|
MesLinksOperations,
|
|
47
69
|
MesOperations,
|
|
70
|
+
MesOrMoveOperations,
|
|
48
71
|
MesProductionOrderOperations,
|
|
49
72
|
MesProductionScheduleOperations,
|
|
50
73
|
MesProjectsOperations,
|
|
74
|
+
MesPurchaseOrderOperations,
|
|
51
75
|
MesResourceOperations,
|
|
76
|
+
MoveBookingOperations,
|
|
77
|
+
MoveLocationsOperations,
|
|
78
|
+
MoveMaterialsOperations,
|
|
79
|
+
MoveNotificationsOperations,
|
|
80
|
+
MoveParcelsOperations,
|
|
81
|
+
MoveTrackingOperations,
|
|
52
82
|
MrbOperations,
|
|
53
83
|
OperatorCalculatorsOperations,
|
|
84
|
+
ParcelCategoryOperations,
|
|
54
85
|
PowerOperations,
|
|
55
86
|
PresentationOperations,
|
|
87
|
+
ProductionPoolsOperations,
|
|
88
|
+
PulseOperations,
|
|
89
|
+
ResourceUtilizationOperations,
|
|
56
90
|
ResourcesOperations,
|
|
57
91
|
SuppliersOperations,
|
|
58
92
|
SustainabilityOperations,
|
|
59
93
|
SystemHealthDashboardOperations,
|
|
60
94
|
TraceOperations,
|
|
61
95
|
UploadOperations,
|
|
96
|
+
UserAppSettingsOperations,
|
|
62
97
|
UsersOperations,
|
|
98
|
+
UtilizationOperations,
|
|
63
99
|
WeldingOperations,
|
|
64
100
|
WorkordersOperations,
|
|
65
101
|
WorkspaceTemplatesAdminOperations,
|
|
@@ -68,13 +104,22 @@ from .operations import (
|
|
|
68
104
|
)
|
|
69
105
|
|
|
70
106
|
if TYPE_CHECKING:
|
|
71
|
-
# pylint: disable=unused-import,ungrouped-imports
|
|
72
107
|
from azure.core.credentials import TokenCredential
|
|
73
108
|
|
|
74
109
|
|
|
75
110
|
class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
|
|
76
111
|
"""IgnosPortal.
|
|
77
112
|
|
|
113
|
+
:ivar material_certificate_checks: MaterialCertificateChecksOperations operations
|
|
114
|
+
:vartype material_certificate_checks:
|
|
115
|
+
ignos.api.client.operations.MaterialCertificateChecksOperations
|
|
116
|
+
:ivar material_certificate_specifications: MaterialCertificateSpecificationsOperations
|
|
117
|
+
operations
|
|
118
|
+
:vartype material_certificate_specifications:
|
|
119
|
+
ignos.api.client.operations.MaterialCertificateSpecificationsOperations
|
|
120
|
+
:ivar material_certificate_types: MaterialCertificateTypesOperations operations
|
|
121
|
+
:vartype material_certificate_types:
|
|
122
|
+
ignos.api.client.operations.MaterialCertificateTypesOperations
|
|
78
123
|
:ivar alerts: AlertsOperations operations
|
|
79
124
|
:vartype alerts: ignos.api.client.operations.AlertsOperations
|
|
80
125
|
:ivar assets: AssetsOperations operations
|
|
@@ -89,18 +134,36 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
89
134
|
:vartype cnc_setup: ignos.api.client.operations.CncSetupOperations
|
|
90
135
|
:ivar cnc_setup_agent: CncSetupAgentOperations operations
|
|
91
136
|
:vartype cnc_setup_agent: ignos.api.client.operations.CncSetupAgentOperations
|
|
137
|
+
:ivar cnc_setup_fixtures: CncSetupFixturesOperations operations
|
|
138
|
+
:vartype cnc_setup_fixtures: ignos.api.client.operations.CncSetupFixturesOperations
|
|
92
139
|
:ivar countries: CountriesOperations operations
|
|
93
140
|
:vartype countries: ignos.api.client.operations.CountriesOperations
|
|
141
|
+
:ivar credentials: CredentialsOperations operations
|
|
142
|
+
:vartype credentials: ignos.api.client.operations.CredentialsOperations
|
|
94
143
|
:ivar customers: CustomersOperations operations
|
|
95
144
|
:vartype customers: ignos.api.client.operations.CustomersOperations
|
|
96
145
|
:ivar documents: DocumentsOperations operations
|
|
97
146
|
:vartype documents: ignos.api.client.operations.DocumentsOperations
|
|
98
147
|
:ivar document_types: DocumentTypesOperations operations
|
|
99
148
|
:vartype document_types: ignos.api.client.operations.DocumentTypesOperations
|
|
149
|
+
:ivar downtime_reasons: DowntimeReasonsOperations operations
|
|
150
|
+
:vartype downtime_reasons: ignos.api.client.operations.DowntimeReasonsOperations
|
|
151
|
+
:ivar downtime_reasons_admin: DowntimeReasonsAdminOperations operations
|
|
152
|
+
:vartype downtime_reasons_admin: ignos.api.client.operations.DowntimeReasonsAdminOperations
|
|
153
|
+
:ivar downtime_reasons_admin_resource: DowntimeReasonsAdminResourceOperations operations
|
|
154
|
+
:vartype downtime_reasons_admin_resource:
|
|
155
|
+
ignos.api.client.operations.DowntimeReasonsAdminResourceOperations
|
|
156
|
+
:ivar downtime_reasons_resource: DowntimeReasonsResourceOperations operations
|
|
157
|
+
:vartype downtime_reasons_resource:
|
|
158
|
+
ignos.api.client.operations.DowntimeReasonsResourceOperations
|
|
100
159
|
:ivar companies: CompaniesOperations operations
|
|
101
160
|
:vartype companies: ignos.api.client.operations.CompaniesOperations
|
|
102
161
|
:ivar customer_orders: CustomerOrdersOperations operations
|
|
103
162
|
:vartype customer_orders: ignos.api.client.operations.CustomerOrdersOperations
|
|
163
|
+
:ivar erp_users: ErpUsersOperations operations
|
|
164
|
+
:vartype erp_users: ignos.api.client.operations.ErpUsersOperations
|
|
165
|
+
:ivar production_pools: ProductionPoolsOperations operations
|
|
166
|
+
:vartype production_pools: ignos.api.client.operations.ProductionPoolsOperations
|
|
104
167
|
:ivar resources: ResourcesOperations operations
|
|
105
168
|
:vartype resources: ignos.api.client.operations.ResourcesOperations
|
|
106
169
|
:ivar workorders: WorkordersOperations operations
|
|
@@ -111,10 +174,20 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
111
174
|
:vartype external_access: ignos.api.client.operations.ExternalAccessOperations
|
|
112
175
|
:ivar external_services: ExternalServicesOperations operations
|
|
113
176
|
:vartype external_services: ignos.api.client.operations.ExternalServicesOperations
|
|
177
|
+
:ivar guests: GuestsOperations operations
|
|
178
|
+
:vartype guests: ignos.api.client.operations.GuestsOperations
|
|
114
179
|
:ivar electrical: ElectricalOperations operations
|
|
115
180
|
:vartype electrical: ignos.api.client.operations.ElectricalOperations
|
|
116
181
|
:ivar welding: WeldingOperations operations
|
|
117
182
|
:vartype welding: ignos.api.client.operations.WeldingOperations
|
|
183
|
+
:ivar kpi: KpiOperations operations
|
|
184
|
+
:vartype kpi: ignos.api.client.operations.KpiOperations
|
|
185
|
+
:ivar kpi_admin: KpiAdminOperations operations
|
|
186
|
+
:vartype kpi_admin: ignos.api.client.operations.KpiAdminOperations
|
|
187
|
+
:ivar kpi_admin_resource: KpiAdminResourceOperations operations
|
|
188
|
+
:vartype kpi_admin_resource: ignos.api.client.operations.KpiAdminResourceOperations
|
|
189
|
+
:ivar kpi_resource: KpiResourceOperations operations
|
|
190
|
+
:vartype kpi_resource: ignos.api.client.operations.KpiResourceOperations
|
|
118
191
|
:ivar links: LinksOperations operations
|
|
119
192
|
:vartype links: ignos.api.client.operations.LinksOperations
|
|
120
193
|
:ivar machine_alarms: MachineAlarmsOperations operations
|
|
@@ -125,27 +198,63 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
125
198
|
:vartype machine_utilization: ignos.api.client.operations.MachineUtilizationOperations
|
|
126
199
|
:ivar me: MeOperations operations
|
|
127
200
|
:vartype me: ignos.api.client.operations.MeOperations
|
|
201
|
+
:ivar measurement_form_schemas_admin: MeasurementFormSchemasAdminOperations operations
|
|
202
|
+
:vartype measurement_form_schemas_admin:
|
|
203
|
+
ignos.api.client.operations.MeasurementFormSchemasAdminOperations
|
|
128
204
|
:ivar measurement_form_schemas: MeasurementFormSchemasOperations operations
|
|
129
205
|
:vartype measurement_form_schemas: ignos.api.client.operations.MeasurementFormSchemasOperations
|
|
206
|
+
:ivar measurement_form_settings: MeasurementFormSettingsOperations operations
|
|
207
|
+
:vartype measurement_form_settings:
|
|
208
|
+
ignos.api.client.operations.MeasurementFormSettingsOperations
|
|
209
|
+
:ivar measurement_forms_instances_admin: MeasurementFormsInstancesAdminOperations operations
|
|
210
|
+
:vartype measurement_forms_instances_admin:
|
|
211
|
+
ignos.api.client.operations.MeasurementFormsInstancesAdminOperations
|
|
130
212
|
:ivar measurement_forms_instances: MeasurementFormsInstancesOperations operations
|
|
131
213
|
:vartype measurement_forms_instances:
|
|
132
214
|
ignos.api.client.operations.MeasurementFormsInstancesOperations
|
|
215
|
+
:ivar measurement_forms_instances_instance_admin:
|
|
216
|
+
MeasurementFormsInstancesInstanceAdminOperations operations
|
|
217
|
+
:vartype measurement_forms_instances_instance_admin:
|
|
218
|
+
ignos.api.client.operations.MeasurementFormsInstancesInstanceAdminOperations
|
|
133
219
|
:ivar measuring_tools: MeasuringToolsOperations operations
|
|
134
220
|
:vartype measuring_tools: ignos.api.client.operations.MeasuringToolsOperations
|
|
221
|
+
:ivar inventory: InventoryOperations operations
|
|
222
|
+
:vartype inventory: ignos.api.client.operations.InventoryOperations
|
|
135
223
|
:ivar mes: MesOperations operations
|
|
136
224
|
:vartype mes: ignos.api.client.operations.MesOperations
|
|
137
225
|
:ivar mes_documents: MesDocumentsOperations operations
|
|
138
226
|
:vartype mes_documents: ignos.api.client.operations.MesDocumentsOperations
|
|
227
|
+
:ivar mes_engineering_change_orders: MesEngineeringChangeOrdersOperations operations
|
|
228
|
+
:vartype mes_engineering_change_orders:
|
|
229
|
+
ignos.api.client.operations.MesEngineeringChangeOrdersOperations
|
|
139
230
|
:ivar mes_links: MesLinksOperations operations
|
|
140
231
|
:vartype mes_links: ignos.api.client.operations.MesLinksOperations
|
|
232
|
+
:ivar mes_or_move: MesOrMoveOperations operations
|
|
233
|
+
:vartype mes_or_move: ignos.api.client.operations.MesOrMoveOperations
|
|
141
234
|
:ivar mes_production_order: MesProductionOrderOperations operations
|
|
142
235
|
:vartype mes_production_order: ignos.api.client.operations.MesProductionOrderOperations
|
|
143
236
|
:ivar mes_production_schedule: MesProductionScheduleOperations operations
|
|
144
237
|
:vartype mes_production_schedule: ignos.api.client.operations.MesProductionScheduleOperations
|
|
145
238
|
:ivar mes_projects: MesProjectsOperations operations
|
|
146
239
|
:vartype mes_projects: ignos.api.client.operations.MesProjectsOperations
|
|
240
|
+
:ivar mes_purchase_order: MesPurchaseOrderOperations operations
|
|
241
|
+
:vartype mes_purchase_order: ignos.api.client.operations.MesPurchaseOrderOperations
|
|
147
242
|
:ivar mes_resource: MesResourceOperations operations
|
|
148
243
|
:vartype mes_resource: ignos.api.client.operations.MesResourceOperations
|
|
244
|
+
:ivar move_booking: MoveBookingOperations operations
|
|
245
|
+
:vartype move_booking: ignos.api.client.operations.MoveBookingOperations
|
|
246
|
+
:ivar move_locations: MoveLocationsOperations operations
|
|
247
|
+
:vartype move_locations: ignos.api.client.operations.MoveLocationsOperations
|
|
248
|
+
:ivar move_materials: MoveMaterialsOperations operations
|
|
249
|
+
:vartype move_materials: ignos.api.client.operations.MoveMaterialsOperations
|
|
250
|
+
:ivar move_notifications: MoveNotificationsOperations operations
|
|
251
|
+
:vartype move_notifications: ignos.api.client.operations.MoveNotificationsOperations
|
|
252
|
+
:ivar move_parcels: MoveParcelsOperations operations
|
|
253
|
+
:vartype move_parcels: ignos.api.client.operations.MoveParcelsOperations
|
|
254
|
+
:ivar move_tracking: MoveTrackingOperations operations
|
|
255
|
+
:vartype move_tracking: ignos.api.client.operations.MoveTrackingOperations
|
|
256
|
+
:ivar parcel_category: ParcelCategoryOperations operations
|
|
257
|
+
:vartype parcel_category: ignos.api.client.operations.ParcelCategoryOperations
|
|
149
258
|
:ivar mrb: MrbOperations operations
|
|
150
259
|
:vartype mrb: ignos.api.client.operations.MrbOperations
|
|
151
260
|
:ivar operator_calculators: OperatorCalculatorsOperations operations
|
|
@@ -154,6 +263,10 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
154
263
|
:vartype power: ignos.api.client.operations.PowerOperations
|
|
155
264
|
:ivar presentation: PresentationOperations operations
|
|
156
265
|
:vartype presentation: ignos.api.client.operations.PresentationOperations
|
|
266
|
+
:ivar pulse: PulseOperations operations
|
|
267
|
+
:vartype pulse: ignos.api.client.operations.PulseOperations
|
|
268
|
+
:ivar resource_utilization: ResourceUtilizationOperations operations
|
|
269
|
+
:vartype resource_utilization: ignos.api.client.operations.ResourceUtilizationOperations
|
|
157
270
|
:ivar suppliers: SuppliersOperations operations
|
|
158
271
|
:vartype suppliers: ignos.api.client.operations.SuppliersOperations
|
|
159
272
|
:ivar sustainability: SustainabilityOperations operations
|
|
@@ -164,8 +277,12 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
164
277
|
:vartype trace: ignos.api.client.operations.TraceOperations
|
|
165
278
|
:ivar upload: UploadOperations operations
|
|
166
279
|
:vartype upload: ignos.api.client.operations.UploadOperations
|
|
280
|
+
:ivar user_app_settings: UserAppSettingsOperations operations
|
|
281
|
+
:vartype user_app_settings: ignos.api.client.operations.UserAppSettingsOperations
|
|
167
282
|
:ivar users: UsersOperations operations
|
|
168
283
|
:vartype users: ignos.api.client.operations.UsersOperations
|
|
284
|
+
:ivar utilization: UtilizationOperations operations
|
|
285
|
+
:vartype utilization: ignos.api.client.operations.UtilizationOperations
|
|
169
286
|
:ivar workspaces: WorkspacesOperations operations
|
|
170
287
|
:vartype workspaces: ignos.api.client.operations.WorkspacesOperations
|
|
171
288
|
:ivar workspace_templates_admin: WorkspaceTemplatesAdminOperations operations
|
|
@@ -181,6 +298,7 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
181
298
|
|
|
182
299
|
def __init__(self, credential: "TokenCredential", *, endpoint: str = "", **kwargs: Any) -> None:
|
|
183
300
|
self._config = IgnosPortalConfiguration(credential=credential, **kwargs)
|
|
301
|
+
|
|
184
302
|
_policies = kwargs.pop("policies", None)
|
|
185
303
|
if _policies is None:
|
|
186
304
|
_policies = [
|
|
@@ -204,6 +322,15 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
204
322
|
self._serialize = Serializer(client_models)
|
|
205
323
|
self._deserialize = Deserializer(client_models)
|
|
206
324
|
self._serialize.client_side_validation = False
|
|
325
|
+
self.material_certificate_checks = MaterialCertificateChecksOperations(
|
|
326
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
327
|
+
)
|
|
328
|
+
self.material_certificate_specifications = MaterialCertificateSpecificationsOperations(
|
|
329
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
330
|
+
)
|
|
331
|
+
self.material_certificate_types = MaterialCertificateTypesOperations(
|
|
332
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
333
|
+
)
|
|
207
334
|
self.alerts = AlertsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
208
335
|
self.assets = AssetsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
209
336
|
self.azure_regions = AzureRegionsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
@@ -213,12 +340,32 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
213
340
|
)
|
|
214
341
|
self.cnc_setup = CncSetupOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
215
342
|
self.cnc_setup_agent = CncSetupAgentOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
343
|
+
self.cnc_setup_fixtures = CncSetupFixturesOperations(
|
|
344
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
345
|
+
)
|
|
216
346
|
self.countries = CountriesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
347
|
+
self.credentials = CredentialsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
217
348
|
self.customers = CustomersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
218
349
|
self.documents = DocumentsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
219
350
|
self.document_types = DocumentTypesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
351
|
+
self.downtime_reasons = DowntimeReasonsOperations(
|
|
352
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
353
|
+
)
|
|
354
|
+
self.downtime_reasons_admin = DowntimeReasonsAdminOperations(
|
|
355
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
356
|
+
)
|
|
357
|
+
self.downtime_reasons_admin_resource = DowntimeReasonsAdminResourceOperations(
|
|
358
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
359
|
+
)
|
|
360
|
+
self.downtime_reasons_resource = DowntimeReasonsResourceOperations(
|
|
361
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
362
|
+
)
|
|
220
363
|
self.companies = CompaniesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
221
364
|
self.customer_orders = CustomerOrdersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
365
|
+
self.erp_users = ErpUsersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
366
|
+
self.production_pools = ProductionPoolsOperations(
|
|
367
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
368
|
+
)
|
|
222
369
|
self.resources = ResourcesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
223
370
|
self.workorders = WorkordersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
224
371
|
self.external = ExternalOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
@@ -226,8 +373,15 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
226
373
|
self.external_services = ExternalServicesOperations(
|
|
227
374
|
self._client, self._config, self._serialize, self._deserialize
|
|
228
375
|
)
|
|
376
|
+
self.guests = GuestsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
229
377
|
self.electrical = ElectricalOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
230
378
|
self.welding = WeldingOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
379
|
+
self.kpi = KpiOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
380
|
+
self.kpi_admin = KpiAdminOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
381
|
+
self.kpi_admin_resource = KpiAdminResourceOperations(
|
|
382
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
383
|
+
)
|
|
384
|
+
self.kpi_resource = KpiResourceOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
231
385
|
self.links = LinksOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
232
386
|
self.machine_alarms = MachineAlarmsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
233
387
|
self.machines = MachinesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
@@ -235,16 +389,33 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
235
389
|
self._client, self._config, self._serialize, self._deserialize
|
|
236
390
|
)
|
|
237
391
|
self.me = MeOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
392
|
+
self.measurement_form_schemas_admin = MeasurementFormSchemasAdminOperations(
|
|
393
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
394
|
+
)
|
|
238
395
|
self.measurement_form_schemas = MeasurementFormSchemasOperations(
|
|
239
396
|
self._client, self._config, self._serialize, self._deserialize
|
|
240
397
|
)
|
|
398
|
+
self.measurement_form_settings = MeasurementFormSettingsOperations(
|
|
399
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
400
|
+
)
|
|
401
|
+
self.measurement_forms_instances_admin = MeasurementFormsInstancesAdminOperations(
|
|
402
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
403
|
+
)
|
|
241
404
|
self.measurement_forms_instances = MeasurementFormsInstancesOperations(
|
|
242
405
|
self._client, self._config, self._serialize, self._deserialize
|
|
243
406
|
)
|
|
407
|
+
self.measurement_forms_instances_instance_admin = MeasurementFormsInstancesInstanceAdminOperations(
|
|
408
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
409
|
+
)
|
|
244
410
|
self.measuring_tools = MeasuringToolsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
411
|
+
self.inventory = InventoryOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
245
412
|
self.mes = MesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
246
413
|
self.mes_documents = MesDocumentsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
414
|
+
self.mes_engineering_change_orders = MesEngineeringChangeOrdersOperations(
|
|
415
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
416
|
+
)
|
|
247
417
|
self.mes_links = MesLinksOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
418
|
+
self.mes_or_move = MesOrMoveOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
248
419
|
self.mes_production_order = MesProductionOrderOperations(
|
|
249
420
|
self._client, self._config, self._serialize, self._deserialize
|
|
250
421
|
)
|
|
@@ -252,13 +423,29 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
252
423
|
self._client, self._config, self._serialize, self._deserialize
|
|
253
424
|
)
|
|
254
425
|
self.mes_projects = MesProjectsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
426
|
+
self.mes_purchase_order = MesPurchaseOrderOperations(
|
|
427
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
428
|
+
)
|
|
255
429
|
self.mes_resource = MesResourceOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
430
|
+
self.move_booking = MoveBookingOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
431
|
+
self.move_locations = MoveLocationsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
432
|
+
self.move_materials = MoveMaterialsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
433
|
+
self.move_notifications = MoveNotificationsOperations(
|
|
434
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
435
|
+
)
|
|
436
|
+
self.move_parcels = MoveParcelsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
437
|
+
self.move_tracking = MoveTrackingOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
438
|
+
self.parcel_category = ParcelCategoryOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
256
439
|
self.mrb = MrbOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
257
440
|
self.operator_calculators = OperatorCalculatorsOperations(
|
|
258
441
|
self._client, self._config, self._serialize, self._deserialize
|
|
259
442
|
)
|
|
260
443
|
self.power = PowerOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
261
444
|
self.presentation = PresentationOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
445
|
+
self.pulse = PulseOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
446
|
+
self.resource_utilization = ResourceUtilizationOperations(
|
|
447
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
448
|
+
)
|
|
262
449
|
self.suppliers = SuppliersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
263
450
|
self.sustainability = SustainabilityOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
264
451
|
self.system_health_dashboard = SystemHealthDashboardOperations(
|
|
@@ -266,7 +453,11 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
266
453
|
)
|
|
267
454
|
self.trace = TraceOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
268
455
|
self.upload = UploadOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
456
|
+
self.user_app_settings = UserAppSettingsOperations(
|
|
457
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
458
|
+
)
|
|
269
459
|
self.users = UsersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
460
|
+
self.utilization = UtilizationOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
270
461
|
self.workspaces = WorkspacesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
271
462
|
self.workspace_templates_admin = WorkspaceTemplatesAdminOperations(
|
|
272
463
|
self._client, self._config, self._serialize, self._deserialize
|
|
@@ -300,7 +491,7 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
300
491
|
def close(self) -> None:
|
|
301
492
|
self._client.close()
|
|
302
493
|
|
|
303
|
-
def __enter__(self) ->
|
|
494
|
+
def __enter__(self) -> Self:
|
|
304
495
|
self._client.__enter__()
|
|
305
496
|
return self
|
|
306
497
|
|
{ignos-api-client-2024.3.12.8830 → ignos_api_client-20260205.5.1}/ignos/api/client/_patch.py
RENAMED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
3
|
-
#
|
|
4
|
-
#
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# --------------------------------------------------------------------------
|
|
3
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
|
5
|
+
# --------------------------------------------------------------------------
|
|
5
6
|
"""Customize generated code here.
|
|
6
7
|
|
|
7
8
|
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
|
|
8
9
|
"""
|
|
9
|
-
from typing import List
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
__all__: list[str] = [] # Add all objects you want publicly available to users at this package level
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
def patch_sdk():
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# --------------------------------------------------------------------------
|
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
5
|
+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
6
|
+
# --------------------------------------------------------------------------
|