ignos-api-client 2024.5.28.9351__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.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/__init__.py +9 -3
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/_client.py +194 -15
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/_configuration.py +0 -1
- {ignos_api_client-2024.5.28.9351 → 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.5.28.9351/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.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/_version.py +1 -1
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/__init__.py +9 -3
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/_client.py +194 -15
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/_configuration.py +0 -1
- {ignos_api_client-2024.5.28.9351/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.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/aio/operations/_operations.py +26854 -11389
- {ignos_api_client-2024.5.28.9351/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-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/models/_enums.py +429 -9
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/models/_models.py +34315 -18073
- {ignos_api_client-2024.5.28.9351/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.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/operations/_operations.py +35952 -16398
- 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.5.28.9351 → 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.5.28.9351 → ignos_api_client-20260205.5.1}/setup.py +6 -3
- ignos_api_client-2024.5.28.9351/PKG-INFO +0 -12
- ignos_api_client-2024.5.28.9351/ignos/api/client/aio/operations/__init__.py +0 -119
- ignos_api_client-2024.5.28.9351/ignos/api/client/models/__init__.py +0 -1031
- ignos_api_client-2024.5.28.9351/ignos/api/client/operations/__init__.py +0 -119
- ignos_api_client-2024.5.28.9351/ignos/api/client/operations/_patch.py +0 -20
- ignos_api_client-2024.5.28.9351/ignos_api_client.egg-info/PKG-INFO +0 -12
- ignos_api_client-2024.5.28.9351/ignos_api_client.egg-info/requires.txt +0 -2
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/__init__.py +0 -0
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/__init__.py +0 -0
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos/api/client/py.typed +0 -0
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos_api_client.egg-info/dependency_links.txt +0 -0
- {ignos_api_client-2024.5.28.9351 → ignos_api_client-20260205.5.1}/ignos_api_client.egg-info/top_level.txt +0 -0
- {ignos_api_client-2024.5.28.9351 → 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.5.28.9351 → 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.5.28.9351 → 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,54 +16,86 @@ 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,
|
|
22
23
|
AzureRegionsOperations,
|
|
23
|
-
BookingOperations,
|
|
24
24
|
CdfOperations,
|
|
25
25
|
CncFileTransferOperations,
|
|
26
26
|
CncSetupAgentOperations,
|
|
27
|
+
CncSetupFixturesOperations,
|
|
27
28
|
CncSetupOperations,
|
|
28
29
|
CompaniesOperations,
|
|
29
30
|
CountriesOperations,
|
|
31
|
+
CredentialsOperations,
|
|
30
32
|
CustomerOrdersOperations,
|
|
31
33
|
CustomersOperations,
|
|
32
34
|
DocumentTypesOperations,
|
|
33
35
|
DocumentsOperations,
|
|
36
|
+
DowntimeReasonsAdminOperations,
|
|
37
|
+
DowntimeReasonsAdminResourceOperations,
|
|
38
|
+
DowntimeReasonsOperations,
|
|
39
|
+
DowntimeReasonsResourceOperations,
|
|
34
40
|
ElectricalOperations,
|
|
41
|
+
ErpUsersOperations,
|
|
35
42
|
ExternalAccessOperations,
|
|
36
43
|
ExternalOperations,
|
|
37
44
|
ExternalServicesOperations,
|
|
45
|
+
GuestsOperations,
|
|
46
|
+
InventoryOperations,
|
|
47
|
+
KpiAdminOperations,
|
|
48
|
+
KpiAdminResourceOperations,
|
|
49
|
+
KpiOperations,
|
|
50
|
+
KpiResourceOperations,
|
|
38
51
|
LinksOperations,
|
|
39
|
-
LocationsOperations,
|
|
40
52
|
MachineAlarmsOperations,
|
|
41
53
|
MachineUtilizationOperations,
|
|
42
54
|
MachinesOperations,
|
|
55
|
+
MaterialCertificateChecksOperations,
|
|
56
|
+
MaterialCertificateSpecificationsOperations,
|
|
57
|
+
MaterialCertificateTypesOperations,
|
|
43
58
|
MeOperations,
|
|
59
|
+
MeasurementFormSchemasAdminOperations,
|
|
44
60
|
MeasurementFormSchemasOperations,
|
|
61
|
+
MeasurementFormSettingsOperations,
|
|
62
|
+
MeasurementFormsInstancesAdminOperations,
|
|
63
|
+
MeasurementFormsInstancesInstanceAdminOperations,
|
|
45
64
|
MeasurementFormsInstancesOperations,
|
|
46
65
|
MeasuringToolsOperations,
|
|
47
66
|
MesDocumentsOperations,
|
|
67
|
+
MesEngineeringChangeOrdersOperations,
|
|
48
68
|
MesLinksOperations,
|
|
49
69
|
MesOperations,
|
|
70
|
+
MesOrMoveOperations,
|
|
50
71
|
MesProductionOrderOperations,
|
|
51
72
|
MesProductionScheduleOperations,
|
|
52
73
|
MesProjectsOperations,
|
|
74
|
+
MesPurchaseOrderOperations,
|
|
53
75
|
MesResourceOperations,
|
|
76
|
+
MoveBookingOperations,
|
|
77
|
+
MoveLocationsOperations,
|
|
78
|
+
MoveMaterialsOperations,
|
|
79
|
+
MoveNotificationsOperations,
|
|
80
|
+
MoveParcelsOperations,
|
|
81
|
+
MoveTrackingOperations,
|
|
54
82
|
MrbOperations,
|
|
55
83
|
OperatorCalculatorsOperations,
|
|
84
|
+
ParcelCategoryOperations,
|
|
56
85
|
PowerOperations,
|
|
57
86
|
PresentationOperations,
|
|
87
|
+
ProductionPoolsOperations,
|
|
88
|
+
PulseOperations,
|
|
89
|
+
ResourceUtilizationOperations,
|
|
58
90
|
ResourcesOperations,
|
|
59
91
|
SuppliersOperations,
|
|
60
92
|
SustainabilityOperations,
|
|
61
93
|
SystemHealthDashboardOperations,
|
|
62
94
|
TraceOperations,
|
|
63
|
-
TrackingOperations,
|
|
64
95
|
UploadOperations,
|
|
96
|
+
UserAppSettingsOperations,
|
|
65
97
|
UsersOperations,
|
|
98
|
+
UtilizationOperations,
|
|
66
99
|
WeldingOperations,
|
|
67
100
|
WorkordersOperations,
|
|
68
101
|
WorkspaceTemplatesAdminOperations,
|
|
@@ -71,21 +104,28 @@ from .operations import (
|
|
|
71
104
|
)
|
|
72
105
|
|
|
73
106
|
if TYPE_CHECKING:
|
|
74
|
-
# pylint: disable=unused-import,ungrouped-imports
|
|
75
107
|
from azure.core.credentials import TokenCredential
|
|
76
108
|
|
|
77
109
|
|
|
78
110
|
class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
|
|
79
111
|
"""IgnosPortal.
|
|
80
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
|
|
81
123
|
:ivar alerts: AlertsOperations operations
|
|
82
124
|
:vartype alerts: ignos.api.client.operations.AlertsOperations
|
|
83
125
|
:ivar assets: AssetsOperations operations
|
|
84
126
|
:vartype assets: ignos.api.client.operations.AssetsOperations
|
|
85
127
|
:ivar azure_regions: AzureRegionsOperations operations
|
|
86
128
|
:vartype azure_regions: ignos.api.client.operations.AzureRegionsOperations
|
|
87
|
-
:ivar booking: BookingOperations operations
|
|
88
|
-
:vartype booking: ignos.api.client.operations.BookingOperations
|
|
89
129
|
:ivar cdf: CdfOperations operations
|
|
90
130
|
:vartype cdf: ignos.api.client.operations.CdfOperations
|
|
91
131
|
:ivar cnc_file_transfer: CncFileTransferOperations operations
|
|
@@ -94,18 +134,36 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
94
134
|
:vartype cnc_setup: ignos.api.client.operations.CncSetupOperations
|
|
95
135
|
:ivar cnc_setup_agent: CncSetupAgentOperations operations
|
|
96
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
|
|
97
139
|
:ivar countries: CountriesOperations operations
|
|
98
140
|
:vartype countries: ignos.api.client.operations.CountriesOperations
|
|
141
|
+
:ivar credentials: CredentialsOperations operations
|
|
142
|
+
:vartype credentials: ignos.api.client.operations.CredentialsOperations
|
|
99
143
|
:ivar customers: CustomersOperations operations
|
|
100
144
|
:vartype customers: ignos.api.client.operations.CustomersOperations
|
|
101
145
|
:ivar documents: DocumentsOperations operations
|
|
102
146
|
:vartype documents: ignos.api.client.operations.DocumentsOperations
|
|
103
147
|
:ivar document_types: DocumentTypesOperations operations
|
|
104
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
|
|
105
159
|
:ivar companies: CompaniesOperations operations
|
|
106
160
|
:vartype companies: ignos.api.client.operations.CompaniesOperations
|
|
107
161
|
:ivar customer_orders: CustomerOrdersOperations operations
|
|
108
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
|
|
109
167
|
:ivar resources: ResourcesOperations operations
|
|
110
168
|
:vartype resources: ignos.api.client.operations.ResourcesOperations
|
|
111
169
|
:ivar workorders: WorkordersOperations operations
|
|
@@ -116,14 +174,22 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
116
174
|
:vartype external_access: ignos.api.client.operations.ExternalAccessOperations
|
|
117
175
|
:ivar external_services: ExternalServicesOperations operations
|
|
118
176
|
:vartype external_services: ignos.api.client.operations.ExternalServicesOperations
|
|
177
|
+
:ivar guests: GuestsOperations operations
|
|
178
|
+
:vartype guests: ignos.api.client.operations.GuestsOperations
|
|
119
179
|
:ivar electrical: ElectricalOperations operations
|
|
120
180
|
:vartype electrical: ignos.api.client.operations.ElectricalOperations
|
|
121
181
|
:ivar welding: WeldingOperations operations
|
|
122
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
|
|
123
191
|
:ivar links: LinksOperations operations
|
|
124
192
|
:vartype links: ignos.api.client.operations.LinksOperations
|
|
125
|
-
:ivar locations: LocationsOperations operations
|
|
126
|
-
:vartype locations: ignos.api.client.operations.LocationsOperations
|
|
127
193
|
:ivar machine_alarms: MachineAlarmsOperations operations
|
|
128
194
|
:vartype machine_alarms: ignos.api.client.operations.MachineAlarmsOperations
|
|
129
195
|
:ivar machines: MachinesOperations operations
|
|
@@ -132,27 +198,63 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
132
198
|
:vartype machine_utilization: ignos.api.client.operations.MachineUtilizationOperations
|
|
133
199
|
:ivar me: MeOperations operations
|
|
134
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
|
|
135
204
|
:ivar measurement_form_schemas: MeasurementFormSchemasOperations operations
|
|
136
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
|
|
137
212
|
:ivar measurement_forms_instances: MeasurementFormsInstancesOperations operations
|
|
138
213
|
:vartype measurement_forms_instances:
|
|
139
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
|
|
140
219
|
:ivar measuring_tools: MeasuringToolsOperations operations
|
|
141
220
|
:vartype measuring_tools: ignos.api.client.operations.MeasuringToolsOperations
|
|
221
|
+
:ivar inventory: InventoryOperations operations
|
|
222
|
+
:vartype inventory: ignos.api.client.operations.InventoryOperations
|
|
142
223
|
:ivar mes: MesOperations operations
|
|
143
224
|
:vartype mes: ignos.api.client.operations.MesOperations
|
|
144
225
|
:ivar mes_documents: MesDocumentsOperations operations
|
|
145
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
|
|
146
230
|
:ivar mes_links: MesLinksOperations operations
|
|
147
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
|
|
148
234
|
:ivar mes_production_order: MesProductionOrderOperations operations
|
|
149
235
|
:vartype mes_production_order: ignos.api.client.operations.MesProductionOrderOperations
|
|
150
236
|
:ivar mes_production_schedule: MesProductionScheduleOperations operations
|
|
151
237
|
:vartype mes_production_schedule: ignos.api.client.operations.MesProductionScheduleOperations
|
|
152
238
|
:ivar mes_projects: MesProjectsOperations operations
|
|
153
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
|
|
154
242
|
:ivar mes_resource: MesResourceOperations operations
|
|
155
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
|
|
156
258
|
:ivar mrb: MrbOperations operations
|
|
157
259
|
:vartype mrb: ignos.api.client.operations.MrbOperations
|
|
158
260
|
:ivar operator_calculators: OperatorCalculatorsOperations operations
|
|
@@ -161,6 +263,10 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
161
263
|
:vartype power: ignos.api.client.operations.PowerOperations
|
|
162
264
|
:ivar presentation: PresentationOperations operations
|
|
163
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
|
|
164
270
|
:ivar suppliers: SuppliersOperations operations
|
|
165
271
|
:vartype suppliers: ignos.api.client.operations.SuppliersOperations
|
|
166
272
|
:ivar sustainability: SustainabilityOperations operations
|
|
@@ -169,12 +275,14 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
169
275
|
:vartype system_health_dashboard: ignos.api.client.operations.SystemHealthDashboardOperations
|
|
170
276
|
:ivar trace: TraceOperations operations
|
|
171
277
|
:vartype trace: ignos.api.client.operations.TraceOperations
|
|
172
|
-
:ivar tracking: TrackingOperations operations
|
|
173
|
-
:vartype tracking: ignos.api.client.operations.TrackingOperations
|
|
174
278
|
:ivar upload: UploadOperations operations
|
|
175
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
|
|
176
282
|
:ivar users: UsersOperations operations
|
|
177
283
|
:vartype users: ignos.api.client.operations.UsersOperations
|
|
284
|
+
:ivar utilization: UtilizationOperations operations
|
|
285
|
+
:vartype utilization: ignos.api.client.operations.UtilizationOperations
|
|
178
286
|
:ivar workspaces: WorkspacesOperations operations
|
|
179
287
|
:vartype workspaces: ignos.api.client.operations.WorkspacesOperations
|
|
180
288
|
:ivar workspace_templates_admin: WorkspaceTemplatesAdminOperations operations
|
|
@@ -190,6 +298,7 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
190
298
|
|
|
191
299
|
def __init__(self, credential: "TokenCredential", *, endpoint: str = "", **kwargs: Any) -> None:
|
|
192
300
|
self._config = IgnosPortalConfiguration(credential=credential, **kwargs)
|
|
301
|
+
|
|
193
302
|
_policies = kwargs.pop("policies", None)
|
|
194
303
|
if _policies is None:
|
|
195
304
|
_policies = [
|
|
@@ -213,22 +322,50 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
213
322
|
self._serialize = Serializer(client_models)
|
|
214
323
|
self._deserialize = Deserializer(client_models)
|
|
215
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
|
+
)
|
|
216
334
|
self.alerts = AlertsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
217
335
|
self.assets = AssetsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
218
336
|
self.azure_regions = AzureRegionsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
219
|
-
self.booking = BookingOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
220
337
|
self.cdf = CdfOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
221
338
|
self.cnc_file_transfer = CncFileTransferOperations(
|
|
222
339
|
self._client, self._config, self._serialize, self._deserialize
|
|
223
340
|
)
|
|
224
341
|
self.cnc_setup = CncSetupOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
225
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
|
+
)
|
|
226
346
|
self.countries = CountriesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
347
|
+
self.credentials = CredentialsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
227
348
|
self.customers = CustomersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
228
349
|
self.documents = DocumentsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
229
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
|
+
)
|
|
230
363
|
self.companies = CompaniesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
231
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
|
+
)
|
|
232
369
|
self.resources = ResourcesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
233
370
|
self.workorders = WorkordersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
234
371
|
self.external = ExternalOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
@@ -236,26 +373,49 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
236
373
|
self.external_services = ExternalServicesOperations(
|
|
237
374
|
self._client, self._config, self._serialize, self._deserialize
|
|
238
375
|
)
|
|
376
|
+
self.guests = GuestsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
239
377
|
self.electrical = ElectricalOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
240
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)
|
|
241
385
|
self.links = LinksOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
242
|
-
self.locations = LocationsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
243
386
|
self.machine_alarms = MachineAlarmsOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
244
387
|
self.machines = MachinesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
245
388
|
self.machine_utilization = MachineUtilizationOperations(
|
|
246
389
|
self._client, self._config, self._serialize, self._deserialize
|
|
247
390
|
)
|
|
248
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
|
+
)
|
|
249
395
|
self.measurement_form_schemas = MeasurementFormSchemasOperations(
|
|
250
396
|
self._client, self._config, self._serialize, self._deserialize
|
|
251
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
|
+
)
|
|
252
404
|
self.measurement_forms_instances = MeasurementFormsInstancesOperations(
|
|
253
405
|
self._client, self._config, self._serialize, self._deserialize
|
|
254
406
|
)
|
|
407
|
+
self.measurement_forms_instances_instance_admin = MeasurementFormsInstancesInstanceAdminOperations(
|
|
408
|
+
self._client, self._config, self._serialize, self._deserialize
|
|
409
|
+
)
|
|
255
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)
|
|
256
412
|
self.mes = MesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
257
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
|
+
)
|
|
258
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)
|
|
259
419
|
self.mes_production_order = MesProductionOrderOperations(
|
|
260
420
|
self._client, self._config, self._serialize, self._deserialize
|
|
261
421
|
)
|
|
@@ -263,22 +423,41 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
263
423
|
self._client, self._config, self._serialize, self._deserialize
|
|
264
424
|
)
|
|
265
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
|
+
)
|
|
266
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)
|
|
267
439
|
self.mrb = MrbOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
268
440
|
self.operator_calculators = OperatorCalculatorsOperations(
|
|
269
441
|
self._client, self._config, self._serialize, self._deserialize
|
|
270
442
|
)
|
|
271
443
|
self.power = PowerOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
272
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
|
+
)
|
|
273
449
|
self.suppliers = SuppliersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
274
450
|
self.sustainability = SustainabilityOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
275
451
|
self.system_health_dashboard = SystemHealthDashboardOperations(
|
|
276
452
|
self._client, self._config, self._serialize, self._deserialize
|
|
277
453
|
)
|
|
278
454
|
self.trace = TraceOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
279
|
-
self.tracking = TrackingOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
280
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
|
+
)
|
|
281
459
|
self.users = UsersOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
460
|
+
self.utilization = UtilizationOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
282
461
|
self.workspaces = WorkspacesOperations(self._client, self._config, self._serialize, self._deserialize)
|
|
283
462
|
self.workspace_templates_admin = WorkspaceTemplatesAdminOperations(
|
|
284
463
|
self._client, self._config, self._serialize, self._deserialize
|
|
@@ -312,7 +491,7 @@ class IgnosPortal: # pylint: disable=client-accepts-api-version-keyword,too-man
|
|
|
312
491
|
def close(self) -> None:
|
|
313
492
|
self._client.close()
|
|
314
493
|
|
|
315
|
-
def __enter__(self) ->
|
|
494
|
+
def __enter__(self) -> Self:
|
|
316
495
|
self._client.__enter__()
|
|
317
496
|
return self
|
|
318
497
|
|
{ignos_api_client-2024.5.28.9351 → 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
|
+
# --------------------------------------------------------------------------
|