udl-sdk 0.1.0a17__py3-none-any.whl → 0.1.0a19__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.
Files changed (148) hide show
  1. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/METADATA +1 -1
  2. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/RECORD +137 -130
  3. unifieddatalibrary/_client.py +27 -61
  4. unifieddatalibrary/_models.py +1 -1
  5. unifieddatalibrary/_version.py +1 -1
  6. unifieddatalibrary/resources/__init__.py +28 -84
  7. unifieddatalibrary/resources/air_operations/__init__.py +0 -14
  8. unifieddatalibrary/resources/air_operations/air_operations.py +0 -32
  9. unifieddatalibrary/resources/air_operations/aircraft_sorties.py +1507 -37
  10. unifieddatalibrary/resources/air_operations/crewpapers.py +4 -4
  11. unifieddatalibrary/resources/airload_plans.py +1311 -59
  12. unifieddatalibrary/resources/attitude_sets/attitude_sets.py +106 -0
  13. unifieddatalibrary/resources/conjunctions/conjunctions.py +4 -4
  14. unifieddatalibrary/resources/gnss_raw_if/gnss_raw_if.py +801 -0
  15. unifieddatalibrary/resources/iono_observations/__init__.py +33 -0
  16. unifieddatalibrary/resources/{iono_observation → iono_observations}/history.py +2 -2
  17. unifieddatalibrary/resources/{ion_oobservation.py → iono_observations/iono_observations.py} +123 -91
  18. unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -4
  19. unifieddatalibrary/resources/onorbitantenna.py +5 -4
  20. unifieddatalibrary/resources/onorbitbattery.py +5 -4
  21. unifieddatalibrary/resources/onorbitsolararray.py +5 -4
  22. unifieddatalibrary/resources/onorbitthruster.py +5 -4
  23. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/__init__.py +13 -13
  24. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/history.py +2 -2
  25. unifieddatalibrary/resources/{report_and_activity/report_and_activity.py → report_and_activities/report_and_activities.py} +35 -35
  26. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_h3geo.py +1 -1
  27. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_sigact.py +1 -1
  28. unifieddatalibrary/resources/scs/paths.py +4 -4
  29. unifieddatalibrary/resources/scs/scs.py +4 -4
  30. unifieddatalibrary/resources/scs/v2.py +4 -4
  31. unifieddatalibrary/resources/status.py +5 -4
  32. unifieddatalibrary/resources/supporting_data/__init__.py +0 -42
  33. unifieddatalibrary/resources/supporting_data/dataowner.py +257 -1
  34. unifieddatalibrary/resources/supporting_data/supporting_data.py +0 -96
  35. unifieddatalibrary/resources/track_route/track_route.py +26 -23
  36. unifieddatalibrary/types/__init__.py +40 -30
  37. unifieddatalibrary/types/air_operations/__init__.py +12 -12
  38. unifieddatalibrary/types/air_operations/{aircraft_sortie_list_params.py → aircraft_sorty_count_params.py} +2 -2
  39. unifieddatalibrary/types/air_operations/aircraft_sorty_count_response.py +7 -0
  40. unifieddatalibrary/types/air_operations/{aircraft_sortie_create_bulk_params.py → aircraft_sorty_create_bulk_params.py} +2 -2
  41. unifieddatalibrary/types/air_operations/{aircraft_sortie_create_params.py → aircraft_sorty_create_params.py} +2 -2
  42. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_aodr_params.py → aircraft_sorty_history_aodr_params.py} +2 -2
  43. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_count_params.py → aircraft_sorty_history_count_params.py} +2 -2
  44. unifieddatalibrary/types/{ion_oobservation_count_response.py → air_operations/aircraft_sorty_history_count_response.py} +2 -2
  45. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_params.py → aircraft_sorty_history_query_params.py} +2 -2
  46. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_response.py → aircraft_sorty_history_query_response.py} +2 -2
  47. unifieddatalibrary/types/air_operations/{aircraft_sortie_count_params.py → aircraft_sorty_list_params.py} +2 -2
  48. unifieddatalibrary/types/{air_load_plan_count_params.py → airload_plan_count_params.py} +2 -2
  49. unifieddatalibrary/types/{air_load_plan_count_response.py → airload_plan_count_response.py} +2 -2
  50. unifieddatalibrary/types/{air_load_plan_create_params.py → airload_plan_create_params.py} +2 -2
  51. unifieddatalibrary/types/{air_load_plan_list_params.py → airload_plan_list_params.py} +2 -2
  52. unifieddatalibrary/types/{air_load_plan_queryhelp_response.py → airload_plan_queryhelp_response.py} +2 -2
  53. unifieddatalibrary/types/{air_load_plan_retrieve_params.py → airload_plan_retrieve_params.py} +2 -2
  54. unifieddatalibrary/types/{air_load_plan_tuple_params.py → airload_plan_tuple_params.py} +2 -2
  55. unifieddatalibrary/types/{air_load_plan_tuple_response.py → airload_plan_tuple_response.py} +2 -2
  56. unifieddatalibrary/types/altitude_blocks_ingest_param.py +22 -0
  57. unifieddatalibrary/types/{attitudeset_retrieve_params.py → attitude_set_retrieve_params.py} +2 -2
  58. unifieddatalibrary/types/{gnss_rawif_count_params.py → gnss_raw_if_count_params.py} +2 -2
  59. unifieddatalibrary/types/{gnss_rawif_count_response.py → gnss_raw_if_count_response.py} +2 -2
  60. unifieddatalibrary/types/{gnss_rawif_file_get_params.py → gnss_raw_if_file_get_params.py} +2 -2
  61. unifieddatalibrary/types/{gnss_rawif_get_params.py → gnss_raw_if_get_params.py} +2 -2
  62. unifieddatalibrary/types/{gnss_rawif_get_response.py → gnss_raw_if_get_response.py} +2 -2
  63. unifieddatalibrary/types/{gnss_rawif_list_params.py → gnss_raw_if_list_params.py} +2 -2
  64. unifieddatalibrary/types/{gnss_rawif_list_response.py → gnss_raw_if_list_response.py} +2 -2
  65. unifieddatalibrary/types/{gnss_rawif_queryhelp_response.py → gnss_raw_if_queryhelp_response.py} +2 -2
  66. unifieddatalibrary/types/{gnss_rawif_tuple_params.py → gnss_raw_if_tuple_params.py} +2 -2
  67. unifieddatalibrary/types/{gnss_rawif_tuple_response.py → gnss_raw_if_tuple_response.py} +3 -3
  68. unifieddatalibrary/types/{gnss_rawif_upload_zip_params.py → gnss_raw_if_upload_zip_params.py} +2 -2
  69. unifieddatalibrary/types/{ion_oobservation_count_params.py → iono_observation_count_params.py} +2 -2
  70. unifieddatalibrary/types/{air_operations/aircraft_sortie_count_response.py → iono_observation_count_response.py} +2 -2
  71. unifieddatalibrary/types/{ion_oobservation_create_bulk_params.py → iono_observation_create_bulk_params.py} +2 -2
  72. unifieddatalibrary/types/{ion_oobservation_list_params.py → iono_observation_list_params.py} +2 -2
  73. unifieddatalibrary/types/{ion_oobservation_list_response.py → iono_observation_list_response.py} +2 -2
  74. unifieddatalibrary/types/{ion_oobservation_queryhelp_response.py → iono_observation_queryhelp_response.py} +2 -2
  75. unifieddatalibrary/types/{ion_oobservation_tuple_params.py → iono_observation_tuple_params.py} +2 -2
  76. unifieddatalibrary/types/{ion_oobservation_tuple_response.py → iono_observation_tuple_response.py} +82 -82
  77. unifieddatalibrary/types/{ion_oobservation_unvalidated_publish_params.py → iono_observation_unvalidated_publish_params.py} +2 -2
  78. unifieddatalibrary/types/logistics_remarks_ingest_param.py +25 -0
  79. unifieddatalibrary/types/logistics_support_create_bulk_params.py +4 -51
  80. unifieddatalibrary/types/logistics_support_create_params.py +4 -49
  81. unifieddatalibrary/types/logistics_support_unvalidated_publish_params.py +4 -51
  82. unifieddatalibrary/types/logistics_support_update_params.py +4 -49
  83. unifieddatalibrary/types/onorbitantenna_create_params.py +3 -38
  84. unifieddatalibrary/types/onorbitantenna_update_params.py +3 -38
  85. unifieddatalibrary/types/onorbitbattery_create_params.py +3 -38
  86. unifieddatalibrary/types/onorbitbattery_update_params.py +3 -38
  87. unifieddatalibrary/types/onorbitsolararray_create_params.py +3 -38
  88. unifieddatalibrary/types/onorbitsolararray_update_params.py +3 -38
  89. unifieddatalibrary/types/onorbitthruster_create_params.py +3 -41
  90. unifieddatalibrary/types/onorbitthruster_update_params.py +3 -41
  91. unifieddatalibrary/types/point_of_contact_ingest_param.py +41 -0
  92. unifieddatalibrary/types/route_points_ingest_param.py +82 -0
  93. unifieddatalibrary/types/shared/__init__.py +5 -0
  94. unifieddatalibrary/types/shared/antenna_ingest.py +62 -0
  95. unifieddatalibrary/types/shared/battery_ingest.py +62 -0
  96. unifieddatalibrary/types/shared/engine_ingest.py +65 -0
  97. unifieddatalibrary/types/shared/solar_array_ingest.py +62 -0
  98. unifieddatalibrary/types/shared/sub_status_ingest.py +74 -0
  99. unifieddatalibrary/types/shared_params/__init__.py +5 -0
  100. unifieddatalibrary/types/shared_params/antenna_ingest.py +45 -0
  101. unifieddatalibrary/types/shared_params/battery_ingest.py +45 -0
  102. unifieddatalibrary/types/shared_params/engine_ingest.py +48 -0
  103. unifieddatalibrary/types/shared_params/solar_array_ingest.py +45 -0
  104. unifieddatalibrary/types/shared_params/sub_status_ingest.py +57 -0
  105. unifieddatalibrary/types/status_create_params.py +3 -50
  106. unifieddatalibrary/types/status_update_params.py +3 -50
  107. unifieddatalibrary/types/supporting_data/__init__.py +13 -5
  108. unifieddatalibrary/types/supporting_data/{query_help_retrieve_response.py → dataowner_query_help_response.py} +2 -2
  109. unifieddatalibrary/types/supporting_data/{dataowner_type_list_params.py → dataowner_retrieve_data_owner_types_params.py} +2 -2
  110. unifieddatalibrary/types/supporting_data/dataowner_retrieve_data_owner_types_response.py +8 -0
  111. unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_params.py → dataowner_retrieve_provider_metadata_params.py} +2 -2
  112. unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_response.py → dataowner_retrieve_provider_metadata_response.py} +2 -2
  113. unifieddatalibrary/types/track_route_create_bulk_params.py +5 -267
  114. unifieddatalibrary/types/track_route_create_params.py +7 -122
  115. unifieddatalibrary/types/track_route_ingest_param.py +157 -0
  116. unifieddatalibrary/types/track_route_unvalidated_publish_params.py +7 -122
  117. unifieddatalibrary/types/track_route_update_params.py +7 -122
  118. unifieddatalibrary/resources/air_load_plans.py +0 -1341
  119. unifieddatalibrary/resources/air_operations/aircraft_sortie.py +0 -1557
  120. unifieddatalibrary/resources/attitudesets.py +0 -191
  121. unifieddatalibrary/resources/gnss_rawif.py +0 -871
  122. unifieddatalibrary/resources/iono_observation/__init__.py +0 -33
  123. unifieddatalibrary/resources/iono_observation/iono_observation.py +0 -102
  124. unifieddatalibrary/resources/supporting_data/dataowner_types.py +0 -186
  125. unifieddatalibrary/resources/supporting_data/provider_metadata.py +0 -179
  126. unifieddatalibrary/resources/supporting_data/query_help.py +0 -141
  127. unifieddatalibrary/types/air_operations/aircraft_sortie_history_count_response.py +0 -7
  128. unifieddatalibrary/types/supporting_data/dataowner_type_list_response.py +0 -7
  129. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/WHEEL +0 -0
  130. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/licenses/LICENSE +0 -0
  131. /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
  132. /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/poi.py +0 -0
  133. /unifieddatalibrary/types/{iono_observation → iono_observations}/__init__.py +0 -0
  134. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_aodr_params.py +0 -0
  135. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_params.py +0 -0
  136. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_response.py +0 -0
  137. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_params.py +0 -0
  138. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_response.py +0 -0
  139. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/__init__.py +0 -0
  140. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
  141. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_aodr_params.py +0 -0
  142. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_params.py +0 -0
  143. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_response.py +0 -0
  144. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_params.py +0 -0
  145. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_response.py +0 -0
  146. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_h3geo_unvalidated_publish_params.py +0 -0
  147. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_file_get_params.py +0 -0
  148. /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", "AltitudeBlock", "Poc", "RoutePoint"]
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[AltitudeBlock], PropertyInfo(alias="altitudeBlocks")]
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[Poc]
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[RoutePoint], PropertyInfo(alias="routePoints")]
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", "AltitudeBlock", "Poc", "RoutePoint"]
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[AltitudeBlock], PropertyInfo(alias="altitudeBlocks")]
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[Poc]
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[RoutePoint], PropertyInfo(alias="routePoints")]
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."""