udl-sdk 0.1.0a17__py3-none-any.whl → 0.1.0a18__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.
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a18.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a18.dist-info}/RECORD +136 -129
- unifieddatalibrary/_client.py +27 -61
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/__init__.py +28 -84
- unifieddatalibrary/resources/air_operations/__init__.py +0 -14
- unifieddatalibrary/resources/air_operations/air_operations.py +0 -32
- unifieddatalibrary/resources/air_operations/aircraft_sorties.py +1507 -37
- unifieddatalibrary/resources/air_operations/crewpapers.py +4 -4
- unifieddatalibrary/resources/airload_plans.py +1311 -59
- unifieddatalibrary/resources/attitude_sets/attitude_sets.py +106 -0
- unifieddatalibrary/resources/conjunctions/conjunctions.py +4 -4
- unifieddatalibrary/resources/gnss_raw_if/gnss_raw_if.py +801 -0
- unifieddatalibrary/resources/iono_observations/__init__.py +33 -0
- unifieddatalibrary/resources/{iono_observation → iono_observations}/history.py +2 -2
- unifieddatalibrary/resources/{ion_oobservation.py → iono_observations/iono_observations.py} +123 -91
- unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -4
- unifieddatalibrary/resources/onorbitantenna.py +5 -4
- unifieddatalibrary/resources/onorbitbattery.py +5 -4
- unifieddatalibrary/resources/onorbitsolararray.py +5 -4
- unifieddatalibrary/resources/onorbitthruster.py +5 -4
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/__init__.py +13 -13
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/history.py +2 -2
- unifieddatalibrary/resources/{report_and_activity/report_and_activity.py → report_and_activities/report_and_activities.py} +35 -35
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_h3geo.py +1 -1
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_sigact.py +1 -1
- unifieddatalibrary/resources/scs/paths.py +4 -4
- unifieddatalibrary/resources/scs/scs.py +4 -4
- unifieddatalibrary/resources/scs/v2.py +4 -4
- unifieddatalibrary/resources/status.py +5 -4
- unifieddatalibrary/resources/supporting_data/__init__.py +0 -42
- unifieddatalibrary/resources/supporting_data/dataowner.py +257 -1
- unifieddatalibrary/resources/supporting_data/supporting_data.py +0 -96
- unifieddatalibrary/resources/track_route/track_route.py +26 -23
- unifieddatalibrary/types/__init__.py +40 -30
- unifieddatalibrary/types/air_operations/__init__.py +12 -12
- unifieddatalibrary/types/air_operations/{aircraft_sortie_list_params.py → aircraft_sorty_count_params.py} +2 -2
- unifieddatalibrary/types/air_operations/aircraft_sorty_count_response.py +7 -0
- unifieddatalibrary/types/air_operations/{aircraft_sortie_create_bulk_params.py → aircraft_sorty_create_bulk_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_create_params.py → aircraft_sorty_create_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_aodr_params.py → aircraft_sorty_history_aodr_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_count_params.py → aircraft_sorty_history_count_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_count_response.py → air_operations/aircraft_sorty_history_count_response.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_params.py → aircraft_sorty_history_query_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_response.py → aircraft_sorty_history_query_response.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_count_params.py → aircraft_sorty_list_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_count_params.py → airload_plan_count_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_count_response.py → airload_plan_count_response.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_create_params.py → airload_plan_create_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_list_params.py → airload_plan_list_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_queryhelp_response.py → airload_plan_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_retrieve_params.py → airload_plan_retrieve_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_tuple_params.py → airload_plan_tuple_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_tuple_response.py → airload_plan_tuple_response.py} +2 -2
- unifieddatalibrary/types/altitude_blocks_ingest_param.py +22 -0
- unifieddatalibrary/types/{attitudeset_retrieve_params.py → attitude_set_retrieve_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_count_params.py → gnss_raw_if_count_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_count_response.py → gnss_raw_if_count_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_file_get_params.py → gnss_raw_if_file_get_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_get_params.py → gnss_raw_if_get_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_get_response.py → gnss_raw_if_get_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_list_params.py → gnss_raw_if_list_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_list_response.py → gnss_raw_if_list_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_queryhelp_response.py → gnss_raw_if_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_tuple_params.py → gnss_raw_if_tuple_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_tuple_response.py → gnss_raw_if_tuple_response.py} +3 -3
- unifieddatalibrary/types/{gnss_rawif_upload_zip_params.py → gnss_raw_if_upload_zip_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_count_params.py → iono_observation_count_params.py} +2 -2
- unifieddatalibrary/types/{air_operations/aircraft_sortie_count_response.py → iono_observation_count_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_create_bulk_params.py → iono_observation_create_bulk_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_list_params.py → iono_observation_list_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_list_response.py → iono_observation_list_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_queryhelp_response.py → iono_observation_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_tuple_params.py → iono_observation_tuple_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_tuple_response.py → iono_observation_tuple_response.py} +82 -82
- unifieddatalibrary/types/{ion_oobservation_unvalidated_publish_params.py → iono_observation_unvalidated_publish_params.py} +2 -2
- unifieddatalibrary/types/logistics_remarks_ingest_param.py +25 -0
- unifieddatalibrary/types/logistics_support_create_bulk_params.py +4 -51
- unifieddatalibrary/types/logistics_support_create_params.py +4 -49
- unifieddatalibrary/types/logistics_support_unvalidated_publish_params.py +4 -51
- unifieddatalibrary/types/logistics_support_update_params.py +4 -49
- unifieddatalibrary/types/onorbitantenna_create_params.py +3 -38
- unifieddatalibrary/types/onorbitantenna_update_params.py +3 -38
- unifieddatalibrary/types/onorbitbattery_create_params.py +3 -38
- unifieddatalibrary/types/onorbitbattery_update_params.py +3 -38
- unifieddatalibrary/types/onorbitsolararray_create_params.py +3 -38
- unifieddatalibrary/types/onorbitsolararray_update_params.py +3 -38
- unifieddatalibrary/types/onorbitthruster_create_params.py +3 -41
- unifieddatalibrary/types/onorbitthruster_update_params.py +3 -41
- unifieddatalibrary/types/point_of_contact_ingest_param.py +41 -0
- unifieddatalibrary/types/route_points_ingest_param.py +82 -0
- unifieddatalibrary/types/shared/__init__.py +5 -0
- unifieddatalibrary/types/shared/antenna_ingest.py +62 -0
- unifieddatalibrary/types/shared/battery_ingest.py +62 -0
- unifieddatalibrary/types/shared/engine_ingest.py +65 -0
- unifieddatalibrary/types/shared/solar_array_ingest.py +62 -0
- unifieddatalibrary/types/shared/sub_status_ingest.py +74 -0
- unifieddatalibrary/types/shared_params/__init__.py +5 -0
- unifieddatalibrary/types/shared_params/antenna_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/battery_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/engine_ingest.py +48 -0
- unifieddatalibrary/types/shared_params/solar_array_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/sub_status_ingest.py +57 -0
- unifieddatalibrary/types/status_create_params.py +3 -50
- unifieddatalibrary/types/status_update_params.py +3 -50
- unifieddatalibrary/types/supporting_data/__init__.py +13 -5
- unifieddatalibrary/types/supporting_data/{query_help_retrieve_response.py → dataowner_query_help_response.py} +2 -2
- unifieddatalibrary/types/supporting_data/{dataowner_type_list_params.py → dataowner_retrieve_data_owner_types_params.py} +2 -2
- unifieddatalibrary/types/supporting_data/dataowner_retrieve_data_owner_types_response.py +8 -0
- unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_params.py → dataowner_retrieve_provider_metadata_params.py} +2 -2
- unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_response.py → dataowner_retrieve_provider_metadata_response.py} +2 -2
- unifieddatalibrary/types/track_route_create_bulk_params.py +5 -267
- unifieddatalibrary/types/track_route_create_params.py +7 -122
- unifieddatalibrary/types/track_route_ingest_param.py +157 -0
- unifieddatalibrary/types/track_route_unvalidated_publish_params.py +7 -122
- unifieddatalibrary/types/track_route_update_params.py +7 -122
- unifieddatalibrary/resources/air_load_plans.py +0 -1341
- unifieddatalibrary/resources/air_operations/aircraft_sortie.py +0 -1557
- unifieddatalibrary/resources/attitudesets.py +0 -191
- unifieddatalibrary/resources/gnss_rawif.py +0 -871
- unifieddatalibrary/resources/iono_observation/__init__.py +0 -33
- unifieddatalibrary/resources/iono_observation/iono_observation.py +0 -102
- unifieddatalibrary/resources/supporting_data/dataowner_types.py +0 -186
- unifieddatalibrary/resources/supporting_data/provider_metadata.py +0 -179
- unifieddatalibrary/resources/supporting_data/query_help.py +0 -141
- unifieddatalibrary/types/air_operations/aircraft_sortie_history_count_response.py +0 -7
- unifieddatalibrary/types/supporting_data/dataowner_type_list_response.py +0 -7
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a18.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a18.dist-info}/licenses/LICENSE +0 -0
- /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
- /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/poi.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/__init__.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_aodr_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_response.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/__init__.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_aodr_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_h3geo_unvalidated_publish_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_file_get_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_unvalidated_publish_params.py +0 -0
@@ -7,8 +7,11 @@ from datetime import datetime
|
|
7
7
|
from typing_extensions import Literal, Required, Annotated, TypedDict
|
8
8
|
|
9
9
|
from .._utils import PropertyInfo
|
10
|
+
from .route_points_ingest_param import RoutePointsIngestParam
|
11
|
+
from .altitude_blocks_ingest_param import AltitudeBlocksIngestParam
|
12
|
+
from .point_of_contact_ingest_param import PointOfContactIngestParam
|
10
13
|
|
11
|
-
__all__ = ["TrackRouteUnvalidatedPublishParams"
|
14
|
+
__all__ = ["TrackRouteUnvalidatedPublishParams"]
|
12
15
|
|
13
16
|
|
14
17
|
class TrackRouteUnvalidatedPublishParams(TypedDict, total=False):
|
@@ -47,7 +50,7 @@ class TrackRouteUnvalidatedPublishParams(TypedDict, total=False):
|
|
47
50
|
id: str
|
48
51
|
"""Unique identifier of the record, auto-generated by the system."""
|
49
52
|
|
50
|
-
altitude_blocks: Annotated[Iterable[
|
53
|
+
altitude_blocks: Annotated[Iterable[AltitudeBlocksIngestParam], PropertyInfo(alias="altitudeBlocks")]
|
51
54
|
"""Minimum and maximum altitude bounds for the track."""
|
52
55
|
|
53
56
|
apn_setting: Annotated[str, PropertyInfo(alias="apnSetting")]
|
@@ -95,7 +98,7 @@ class TrackRouteUnvalidatedPublishParams(TypedDict, total=False):
|
|
95
98
|
null, the source may be assumed to be the origin.
|
96
99
|
"""
|
97
100
|
|
98
|
-
poc: Iterable[
|
101
|
+
poc: Iterable[PointOfContactIngestParam]
|
99
102
|
"""Point of contacts for scheduling or modifying the route."""
|
100
103
|
|
101
104
|
pri_freq: Annotated[float, PropertyInfo(alias="priFreq")]
|
@@ -118,7 +121,7 @@ class TrackRouteUnvalidatedPublishParams(TypedDict, total=False):
|
|
118
121
|
format with millisecond precision.
|
119
122
|
"""
|
120
123
|
|
121
|
-
route_points: Annotated[Iterable[
|
124
|
+
route_points: Annotated[Iterable[RoutePointsIngestParam], PropertyInfo(alias="routePoints")]
|
122
125
|
"""Points identified within the route."""
|
123
126
|
|
124
127
|
scheduler_org_name: Annotated[str, PropertyInfo(alias="schedulerOrgName")]
|
@@ -152,121 +155,3 @@ class TrackRouteUnvalidatedPublishParams(TypedDict, total=False):
|
|
152
155
|
Operation Short Notice (AMC Assets)), Y (Matched Theater Operation Short Notice
|
153
156
|
(AMC Assets)), Z (Other Air Refueling).
|
154
157
|
"""
|
155
|
-
|
156
|
-
|
157
|
-
class AltitudeBlock(TypedDict, total=False):
|
158
|
-
altitude_sequence_id: Annotated[str, PropertyInfo(alias="altitudeSequenceId")]
|
159
|
-
"""Sequencing field for the altitude block."""
|
160
|
-
|
161
|
-
lower_altitude: Annotated[float, PropertyInfo(alias="lowerAltitude")]
|
162
|
-
"""Lowest altitude of the track route altitude block above mean sea level in feet."""
|
163
|
-
|
164
|
-
upper_altitude: Annotated[float, PropertyInfo(alias="upperAltitude")]
|
165
|
-
"""
|
166
|
-
Highest altitude of the track route altitude block above mean sea level in feet.
|
167
|
-
"""
|
168
|
-
|
169
|
-
|
170
|
-
class Poc(TypedDict, total=False):
|
171
|
-
office: str
|
172
|
-
"""Office name for which the contact belongs."""
|
173
|
-
|
174
|
-
phone: str
|
175
|
-
"""Phone number of the contact."""
|
176
|
-
|
177
|
-
poc_name: Annotated[str, PropertyInfo(alias="pocName")]
|
178
|
-
"""The name of the contact."""
|
179
|
-
|
180
|
-
poc_org: Annotated[str, PropertyInfo(alias="pocOrg")]
|
181
|
-
"""Organization name for which the contact belongs."""
|
182
|
-
|
183
|
-
poc_sequence_id: Annotated[int, PropertyInfo(alias="pocSequenceId")]
|
184
|
-
"""Sequencing field for point of contact."""
|
185
|
-
|
186
|
-
poc_type_name: Annotated[str, PropertyInfo(alias="pocTypeName")]
|
187
|
-
"""
|
188
|
-
A code or name that represents the contact's role in association to the track
|
189
|
-
route (ex. Originator, Scheduler, Maintainer, etc.).
|
190
|
-
"""
|
191
|
-
|
192
|
-
rank: str
|
193
|
-
"""The rank of contact."""
|
194
|
-
|
195
|
-
remark: str
|
196
|
-
"""Text of the remark."""
|
197
|
-
|
198
|
-
username: str
|
199
|
-
"""The username of the contact."""
|
200
|
-
|
201
|
-
|
202
|
-
class RoutePoint(TypedDict, total=False):
|
203
|
-
alt_country_code: Annotated[str, PropertyInfo(alias="altCountryCode")]
|
204
|
-
"""
|
205
|
-
Specifies an alternate country code if the data provider code is not part of an
|
206
|
-
official NAVAID Country Code standard such as ISO-3166 or FIPS. This field will
|
207
|
-
be set to the value provided by the source and should be used for all Queries
|
208
|
-
specifying a Country Code.
|
209
|
-
"""
|
210
|
-
|
211
|
-
country_code: Annotated[str, PropertyInfo(alias="countryCode")]
|
212
|
-
"""
|
213
|
-
The DoD Standard Country Code designator for the country where the route point
|
214
|
-
resides. This field should be set to "OTHR" if the source value does not match a
|
215
|
-
UDL country code value (ISO-3166-ALPHA-2).
|
216
|
-
"""
|
217
|
-
|
218
|
-
dafif_pt: Annotated[bool, PropertyInfo(alias="dafifPt")]
|
219
|
-
"""
|
220
|
-
Flag indicating this is a Digital Aeronautical Flight Information File (DAFIF)
|
221
|
-
point.
|
222
|
-
"""
|
223
|
-
|
224
|
-
mag_dec: Annotated[float, PropertyInfo(alias="magDec")]
|
225
|
-
"""
|
226
|
-
The magnetic declination/variation of the route point location from true north,
|
227
|
-
in degrees. Positive values east of true north and negative values west of true
|
228
|
-
north.
|
229
|
-
"""
|
230
|
-
|
231
|
-
navaid: str
|
232
|
-
"""Navigational Aid (NAVAID) identification code."""
|
233
|
-
|
234
|
-
navaid_length: Annotated[float, PropertyInfo(alias="navaidLength")]
|
235
|
-
"""The length of the course from the Navigational Aid (NAVAID) in nautical miles."""
|
236
|
-
|
237
|
-
navaid_type: Annotated[str, PropertyInfo(alias="navaidType")]
|
238
|
-
"""The NAVAID type of this route point (ex. VOR, VORTAC, TACAN, etc.)."""
|
239
|
-
|
240
|
-
pt_lat: Annotated[float, PropertyInfo(alias="ptLat")]
|
241
|
-
"""WGS84 latitude of the point location, in degrees.
|
242
|
-
|
243
|
-
-90 to 90 degrees (negative values south of equator).
|
244
|
-
"""
|
245
|
-
|
246
|
-
pt_lon: Annotated[float, PropertyInfo(alias="ptLon")]
|
247
|
-
"""WGS84 longitude of the point location, in degrees.
|
248
|
-
|
249
|
-
-180 to 180 degrees (negative values west of Prime Meridian).
|
250
|
-
"""
|
251
|
-
|
252
|
-
pt_sequence_id: Annotated[int, PropertyInfo(alias="ptSequenceId")]
|
253
|
-
"""Sequencing field for the track route.
|
254
|
-
|
255
|
-
This is the identifier representing the sequence of waypoints associated to the
|
256
|
-
track route.
|
257
|
-
"""
|
258
|
-
|
259
|
-
pt_type_code: Annotated[str, PropertyInfo(alias="ptTypeCode")]
|
260
|
-
"""Code representation of the point within the track route (ex.
|
261
|
-
|
262
|
-
EP, EX, CP, IP, etc.).
|
263
|
-
"""
|
264
|
-
|
265
|
-
pt_type_name: Annotated[str, PropertyInfo(alias="ptTypeName")]
|
266
|
-
"""The name that represents the point within the track route (ex.
|
267
|
-
|
268
|
-
ENTRY POINT, EXIT POINT, CONTROL POINT, INITIAL POINT, etc.).
|
269
|
-
"""
|
270
|
-
|
271
|
-
waypoint_name: Annotated[str, PropertyInfo(alias="waypointName")]
|
272
|
-
"""Name of a waypoint which identifies the location of the point."""
|
@@ -7,8 +7,11 @@ from datetime import datetime
|
|
7
7
|
from typing_extensions import Literal, Required, Annotated, TypedDict
|
8
8
|
|
9
9
|
from .._utils import PropertyInfo
|
10
|
+
from .route_points_ingest_param import RoutePointsIngestParam
|
11
|
+
from .altitude_blocks_ingest_param import AltitudeBlocksIngestParam
|
12
|
+
from .point_of_contact_ingest_param import PointOfContactIngestParam
|
10
13
|
|
11
|
-
__all__ = ["TrackRouteUpdateParams"
|
14
|
+
__all__ = ["TrackRouteUpdateParams"]
|
12
15
|
|
13
16
|
|
14
17
|
class TrackRouteUpdateParams(TypedDict, total=False):
|
@@ -47,7 +50,7 @@ class TrackRouteUpdateParams(TypedDict, total=False):
|
|
47
50
|
body_id: Annotated[str, PropertyInfo(alias="id")]
|
48
51
|
"""Unique identifier of the record, auto-generated by the system."""
|
49
52
|
|
50
|
-
altitude_blocks: Annotated[Iterable[
|
53
|
+
altitude_blocks: Annotated[Iterable[AltitudeBlocksIngestParam], PropertyInfo(alias="altitudeBlocks")]
|
51
54
|
"""Minimum and maximum altitude bounds for the track."""
|
52
55
|
|
53
56
|
apn_setting: Annotated[str, PropertyInfo(alias="apnSetting")]
|
@@ -95,7 +98,7 @@ class TrackRouteUpdateParams(TypedDict, total=False):
|
|
95
98
|
null, the source may be assumed to be the origin.
|
96
99
|
"""
|
97
100
|
|
98
|
-
poc: Iterable[
|
101
|
+
poc: Iterable[PointOfContactIngestParam]
|
99
102
|
"""Point of contacts for scheduling or modifying the route."""
|
100
103
|
|
101
104
|
pri_freq: Annotated[float, PropertyInfo(alias="priFreq")]
|
@@ -118,7 +121,7 @@ class TrackRouteUpdateParams(TypedDict, total=False):
|
|
118
121
|
format with millisecond precision.
|
119
122
|
"""
|
120
123
|
|
121
|
-
route_points: Annotated[Iterable[
|
124
|
+
route_points: Annotated[Iterable[RoutePointsIngestParam], PropertyInfo(alias="routePoints")]
|
122
125
|
"""Points identified within the route."""
|
123
126
|
|
124
127
|
scheduler_org_name: Annotated[str, PropertyInfo(alias="schedulerOrgName")]
|
@@ -152,121 +155,3 @@ class TrackRouteUpdateParams(TypedDict, total=False):
|
|
152
155
|
Operation Short Notice (AMC Assets)), Y (Matched Theater Operation Short Notice
|
153
156
|
(AMC Assets)), Z (Other Air Refueling).
|
154
157
|
"""
|
155
|
-
|
156
|
-
|
157
|
-
class AltitudeBlock(TypedDict, total=False):
|
158
|
-
altitude_sequence_id: Annotated[str, PropertyInfo(alias="altitudeSequenceId")]
|
159
|
-
"""Sequencing field for the altitude block."""
|
160
|
-
|
161
|
-
lower_altitude: Annotated[float, PropertyInfo(alias="lowerAltitude")]
|
162
|
-
"""Lowest altitude of the track route altitude block above mean sea level in feet."""
|
163
|
-
|
164
|
-
upper_altitude: Annotated[float, PropertyInfo(alias="upperAltitude")]
|
165
|
-
"""
|
166
|
-
Highest altitude of the track route altitude block above mean sea level in feet.
|
167
|
-
"""
|
168
|
-
|
169
|
-
|
170
|
-
class Poc(TypedDict, total=False):
|
171
|
-
office: str
|
172
|
-
"""Office name for which the contact belongs."""
|
173
|
-
|
174
|
-
phone: str
|
175
|
-
"""Phone number of the contact."""
|
176
|
-
|
177
|
-
poc_name: Annotated[str, PropertyInfo(alias="pocName")]
|
178
|
-
"""The name of the contact."""
|
179
|
-
|
180
|
-
poc_org: Annotated[str, PropertyInfo(alias="pocOrg")]
|
181
|
-
"""Organization name for which the contact belongs."""
|
182
|
-
|
183
|
-
poc_sequence_id: Annotated[int, PropertyInfo(alias="pocSequenceId")]
|
184
|
-
"""Sequencing field for point of contact."""
|
185
|
-
|
186
|
-
poc_type_name: Annotated[str, PropertyInfo(alias="pocTypeName")]
|
187
|
-
"""
|
188
|
-
A code or name that represents the contact's role in association to the track
|
189
|
-
route (ex. Originator, Scheduler, Maintainer, etc.).
|
190
|
-
"""
|
191
|
-
|
192
|
-
rank: str
|
193
|
-
"""The rank of contact."""
|
194
|
-
|
195
|
-
remark: str
|
196
|
-
"""Text of the remark."""
|
197
|
-
|
198
|
-
username: str
|
199
|
-
"""The username of the contact."""
|
200
|
-
|
201
|
-
|
202
|
-
class RoutePoint(TypedDict, total=False):
|
203
|
-
alt_country_code: Annotated[str, PropertyInfo(alias="altCountryCode")]
|
204
|
-
"""
|
205
|
-
Specifies an alternate country code if the data provider code is not part of an
|
206
|
-
official NAVAID Country Code standard such as ISO-3166 or FIPS. This field will
|
207
|
-
be set to the value provided by the source and should be used for all Queries
|
208
|
-
specifying a Country Code.
|
209
|
-
"""
|
210
|
-
|
211
|
-
country_code: Annotated[str, PropertyInfo(alias="countryCode")]
|
212
|
-
"""
|
213
|
-
The DoD Standard Country Code designator for the country where the route point
|
214
|
-
resides. This field should be set to "OTHR" if the source value does not match a
|
215
|
-
UDL country code value (ISO-3166-ALPHA-2).
|
216
|
-
"""
|
217
|
-
|
218
|
-
dafif_pt: Annotated[bool, PropertyInfo(alias="dafifPt")]
|
219
|
-
"""
|
220
|
-
Flag indicating this is a Digital Aeronautical Flight Information File (DAFIF)
|
221
|
-
point.
|
222
|
-
"""
|
223
|
-
|
224
|
-
mag_dec: Annotated[float, PropertyInfo(alias="magDec")]
|
225
|
-
"""
|
226
|
-
The magnetic declination/variation of the route point location from true north,
|
227
|
-
in degrees. Positive values east of true north and negative values west of true
|
228
|
-
north.
|
229
|
-
"""
|
230
|
-
|
231
|
-
navaid: str
|
232
|
-
"""Navigational Aid (NAVAID) identification code."""
|
233
|
-
|
234
|
-
navaid_length: Annotated[float, PropertyInfo(alias="navaidLength")]
|
235
|
-
"""The length of the course from the Navigational Aid (NAVAID) in nautical miles."""
|
236
|
-
|
237
|
-
navaid_type: Annotated[str, PropertyInfo(alias="navaidType")]
|
238
|
-
"""The NAVAID type of this route point (ex. VOR, VORTAC, TACAN, etc.)."""
|
239
|
-
|
240
|
-
pt_lat: Annotated[float, PropertyInfo(alias="ptLat")]
|
241
|
-
"""WGS84 latitude of the point location, in degrees.
|
242
|
-
|
243
|
-
-90 to 90 degrees (negative values south of equator).
|
244
|
-
"""
|
245
|
-
|
246
|
-
pt_lon: Annotated[float, PropertyInfo(alias="ptLon")]
|
247
|
-
"""WGS84 longitude of the point location, in degrees.
|
248
|
-
|
249
|
-
-180 to 180 degrees (negative values west of Prime Meridian).
|
250
|
-
"""
|
251
|
-
|
252
|
-
pt_sequence_id: Annotated[int, PropertyInfo(alias="ptSequenceId")]
|
253
|
-
"""Sequencing field for the track route.
|
254
|
-
|
255
|
-
This is the identifier representing the sequence of waypoints associated to the
|
256
|
-
track route.
|
257
|
-
"""
|
258
|
-
|
259
|
-
pt_type_code: Annotated[str, PropertyInfo(alias="ptTypeCode")]
|
260
|
-
"""Code representation of the point within the track route (ex.
|
261
|
-
|
262
|
-
EP, EX, CP, IP, etc.).
|
263
|
-
"""
|
264
|
-
|
265
|
-
pt_type_name: Annotated[str, PropertyInfo(alias="ptTypeName")]
|
266
|
-
"""The name that represents the point within the track route (ex.
|
267
|
-
|
268
|
-
ENTRY POINT, EXIT POINT, CONTROL POINT, INITIAL POINT, etc.).
|
269
|
-
"""
|
270
|
-
|
271
|
-
waypoint_name: Annotated[str, PropertyInfo(alias="waypointName")]
|
272
|
-
"""Name of a waypoint which identifies the location of the point."""
|