udl-sdk 0.1.0a15__py3-none-any.whl → 0.1.0a16__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 (406) hide show
  1. {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a16.dist-info}/METADATA +1 -1
  2. {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a16.dist-info}/RECORD +403 -379
  3. unifieddatalibrary/_base_client.py +4 -1
  4. unifieddatalibrary/_files.py +4 -4
  5. unifieddatalibrary/_version.py +1 -1
  6. unifieddatalibrary/resources/air_load_plans.py +1 -1
  7. unifieddatalibrary/resources/air_operations/air_tasking_orders.py +1 -1
  8. unifieddatalibrary/resources/air_operations/crewpapers.py +8 -5
  9. unifieddatalibrary/resources/aircraft.py +1 -1
  10. unifieddatalibrary/resources/aircraft_sorties.py +1 -1
  11. unifieddatalibrary/resources/aircraft_status_remarks.py +1 -1
  12. unifieddatalibrary/resources/airfield_slot_consumptions.py +1 -1
  13. unifieddatalibrary/resources/airfield_slots.py +1 -1
  14. unifieddatalibrary/resources/airfield_status/airfield_status.py +1 -1
  15. unifieddatalibrary/resources/airfield_status/history.py +1 -1
  16. unifieddatalibrary/resources/airfields.py +1 -1
  17. unifieddatalibrary/resources/airspace_control_orders.py +1 -1
  18. unifieddatalibrary/resources/analytic_imagery.py +1 -1
  19. unifieddatalibrary/resources/antennas.py +1 -1
  20. unifieddatalibrary/resources/batteries.py +1 -1
  21. unifieddatalibrary/resources/batterydetails.py +1 -1
  22. unifieddatalibrary/resources/beam.py +1 -1
  23. unifieddatalibrary/resources/beam_contours.py +1 -1
  24. unifieddatalibrary/resources/buses.py +1 -1
  25. unifieddatalibrary/resources/channels.py +1 -1
  26. unifieddatalibrary/resources/comm.py +1 -1
  27. unifieddatalibrary/resources/conjunctions/conjunctions.py +9 -10
  28. unifieddatalibrary/resources/countries.py +1 -1
  29. unifieddatalibrary/resources/crew.py +1 -1
  30. unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +1 -1
  31. unifieddatalibrary/resources/diplomatic_clearance/history.py +1 -1
  32. unifieddatalibrary/resources/engine_details.py +1 -1
  33. unifieddatalibrary/resources/engines.py +1 -1
  34. unifieddatalibrary/resources/entities.py +1 -1
  35. unifieddatalibrary/resources/location.py +8 -8
  36. unifieddatalibrary/resources/notification/history.py +1 -1
  37. unifieddatalibrary/resources/notification/notification.py +1 -1
  38. unifieddatalibrary/resources/observations/eo_observations/eo_observations.py +1 -1
  39. unifieddatalibrary/resources/observations/eo_observations/history.py +1 -1
  40. unifieddatalibrary/resources/onboardnavigation/history.py +1 -1
  41. unifieddatalibrary/resources/onorbit/antenna_details.py +1 -1
  42. unifieddatalibrary/resources/onorbitantenna.py +5 -5
  43. unifieddatalibrary/resources/onorbitbattery.py +5 -5
  44. unifieddatalibrary/resources/onorbitdetails.py +5 -5
  45. unifieddatalibrary/resources/onorbitsolararray.py +5 -5
  46. unifieddatalibrary/resources/onorbitthruster.py +5 -5
  47. unifieddatalibrary/resources/onorbitthrusterstatus/history.py +1 -1
  48. unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +1 -1
  49. unifieddatalibrary/resources/operatingunit.py +5 -5
  50. unifieddatalibrary/resources/operatingunitremark.py +5 -5
  51. unifieddatalibrary/resources/organization.py +1 -1
  52. unifieddatalibrary/resources/organizationdetails.py +1 -1
  53. unifieddatalibrary/resources/rf_band.py +5 -5
  54. unifieddatalibrary/resources/scs/paths.py +21 -18
  55. unifieddatalibrary/resources/scs/scs.py +8 -5
  56. unifieddatalibrary/resources/scs/v2.py +8 -5
  57. unifieddatalibrary/resources/solar_array.py +5 -5
  58. unifieddatalibrary/resources/solar_array_details.py +1 -1
  59. unifieddatalibrary/resources/sortie_ppr/history.py +1 -1
  60. unifieddatalibrary/resources/sortie_ppr/sortie_ppr.py +1 -1
  61. unifieddatalibrary/resources/state_vector/history.py +1 -1
  62. unifieddatalibrary/resources/state_vector/state_vector.py +1 -1
  63. unifieddatalibrary/resources/status.py +5 -5
  64. unifieddatalibrary/resources/substatus.py +5 -5
  65. unifieddatalibrary/types/__init__.py +76 -41
  66. unifieddatalibrary/types/ai_queryhelp_response.py +3 -32
  67. unifieddatalibrary/types/air_event_queryhelp_response.py +3 -32
  68. unifieddatalibrary/types/air_load_plan_queryhelp_response.py +3 -32
  69. unifieddatalibrary/types/air_load_plan_tuple_response.py +1 -1
  70. unifieddatalibrary/types/air_operations/__init__.py +0 -3
  71. unifieddatalibrary/types/air_operations/air_tasking_order_query_help_response.py +3 -32
  72. unifieddatalibrary/types/air_operations/air_tasking_order_tuple_response.py +1 -1
  73. unifieddatalibrary/types/air_operations/aircraft_sortie_history_query_response.py +1 -1
  74. unifieddatalibrary/types/air_operations/crewpaper_upload_pdf_params.py +0 -3
  75. unifieddatalibrary/types/air_transport_mission_queryhelp_response.py +3 -32
  76. unifieddatalibrary/types/aircraft_queryhelp_response.py +3 -32
  77. unifieddatalibrary/types/aircraft_sorty_queryhelp_response.py +3 -32
  78. unifieddatalibrary/types/aircraft_sorty_tuple_response.py +1 -1
  79. unifieddatalibrary/types/aircraft_status_queryhelp_response.py +3 -32
  80. unifieddatalibrary/types/aircraft_status_remark_queryhelp_response.py +3 -32
  81. unifieddatalibrary/types/aircraft_status_remark_tuple_response.py +1 -1
  82. unifieddatalibrary/types/aircraft_tuple_query_response.py +1 -1
  83. unifieddatalibrary/types/airfield_queryhelp_response.py +3 -32
  84. unifieddatalibrary/types/airfield_slot_consumption_queryhelp_response.py +3 -32
  85. unifieddatalibrary/types/airfield_slot_consumption_tuple_response.py +1 -1
  86. unifieddatalibrary/types/airfield_slot_queryhelp_response.py +3 -32
  87. unifieddatalibrary/types/airfield_slot_tuple_response.py +1 -1
  88. unifieddatalibrary/types/airfield_status_queryhelp_response.py +3 -32
  89. unifieddatalibrary/types/airfield_status_tuple_response.py +1 -1
  90. unifieddatalibrary/types/airfield_tuple_response.py +1 -1
  91. unifieddatalibrary/types/airspace_control_order_query_help_response.py +3 -32
  92. unifieddatalibrary/types/airspace_control_order_tuple_response.py +1 -1
  93. unifieddatalibrary/types/analytic_imagery_queryhelp_response.py +3 -32
  94. unifieddatalibrary/types/antenna_queryhelp_response.py +3 -32
  95. unifieddatalibrary/types/antenna_tuple_response.py +1 -1
  96. unifieddatalibrary/types/attitude_data_query_help_response.py +3 -32
  97. unifieddatalibrary/types/attitude_data_tuple_response.py +1 -1
  98. unifieddatalibrary/types/attitude_set_query_help_response.py +3 -32
  99. unifieddatalibrary/types/aviation_risk_management_query_help_response.py +3 -32
  100. unifieddatalibrary/types/battery_queryhelp_response.py +3 -32
  101. unifieddatalibrary/types/battery_tuple_response.py +1 -1
  102. unifieddatalibrary/types/beam_contour_query_help_response.py +3 -32
  103. unifieddatalibrary/types/beam_contour_tuple_response.py +1 -1
  104. unifieddatalibrary/types/beam_query_help_response.py +3 -32
  105. unifieddatalibrary/types/beam_tuple_response.py +1 -1
  106. unifieddatalibrary/types/bus_query_help_response.py +3 -32
  107. unifieddatalibrary/types/bus_tuple_response.py +1 -1
  108. unifieddatalibrary/types/channel_queryhelp_response.py +3 -32
  109. unifieddatalibrary/types/channel_tuple_response.py +1 -1
  110. unifieddatalibrary/types/collect_request_query_help_response.py +3 -32
  111. unifieddatalibrary/types/collect_response_query_help_response.py +3 -32
  112. unifieddatalibrary/types/comm_queryhelp_response.py +3 -32
  113. unifieddatalibrary/types/comm_tuple_response.py +1 -1
  114. unifieddatalibrary/types/conjunction_get_history_response.py +1 -1
  115. unifieddatalibrary/types/conjunction_queryhelp_response.py +3 -32
  116. unifieddatalibrary/types/conjunction_tuple_response.py +1 -1
  117. unifieddatalibrary/types/conjunction_upload_conjunction_data_message_params.py +0 -3
  118. unifieddatalibrary/types/country_queryhelp_response.py +3 -32
  119. unifieddatalibrary/types/country_tuple_response.py +1 -1
  120. unifieddatalibrary/types/crew_queryhelp_response.py +3 -32
  121. unifieddatalibrary/types/crew_tuple_response.py +1 -1
  122. unifieddatalibrary/types/diff_of_arrival_queryhelp_response.py +3 -32
  123. unifieddatalibrary/types/diplomatic_clearance/country_query_help_response.py +3 -32
  124. unifieddatalibrary/types/diplomatic_clearance_queryhelp_response.py +3 -32
  125. unifieddatalibrary/types/diplomatic_clearance_tuple_response.py +1 -1
  126. unifieddatalibrary/types/drift_history_queryhelp_response.py +3 -32
  127. unifieddatalibrary/types/dropzone_query_help_response.py +3 -32
  128. unifieddatalibrary/types/effect_request_query_help_response.py +3 -32
  129. unifieddatalibrary/types/effect_response_actions_list_full.py +89 -0
  130. unifieddatalibrary/types/effect_response_metrics_full.py +27 -0
  131. unifieddatalibrary/types/effect_response_query_help_response.py +3 -32
  132. unifieddatalibrary/types/effect_response_retrieve_response.py +5 -117
  133. unifieddatalibrary/types/effect_response_tuple_response.py +5 -127
  134. unifieddatalibrary/types/effect_responses/history_list_response.py +5 -117
  135. unifieddatalibrary/types/elset_query_current_elset_help_response.py +3 -32
  136. unifieddatalibrary/types/elset_queryhelp_response.py +3 -32
  137. unifieddatalibrary/types/emitter_geolocation_query_help_response.py +3 -32
  138. unifieddatalibrary/types/engine_queryhelp_response.py +3 -32
  139. unifieddatalibrary/types/engine_tuple_response.py +1 -1
  140. unifieddatalibrary/types/entity_abridged.py +3 -81
  141. unifieddatalibrary/types/entity_query_help_response.py +3 -32
  142. unifieddatalibrary/types/entity_tuple_response.py +1 -1
  143. unifieddatalibrary/types/eop_queryhelp_response.py +3 -32
  144. unifieddatalibrary/types/ephemeris/attitude_data/history_retrieve_response.py +1 -1
  145. unifieddatalibrary/types/ephemeris_queryhelp_response.py +3 -32
  146. unifieddatalibrary/types/ephemeris_set.py +1 -1
  147. unifieddatalibrary/types/ephemeris_set_queryhelp_response.py +3 -32
  148. unifieddatalibrary/types/equipment_query_help_response.py +3 -32
  149. unifieddatalibrary/types/equipment_remark_query_help_response.py +3 -32
  150. unifieddatalibrary/types/evac_query_help_response.py +3 -32
  151. unifieddatalibrary/types/event_evolution_queryhelp_response.py +3 -32
  152. unifieddatalibrary/types/feature_assessment_query_help_response.py +3 -32
  153. unifieddatalibrary/types/flightplan_queryhelp_response.py +3 -32
  154. unifieddatalibrary/types/geo_status_queryhelp_response.py +3 -32
  155. unifieddatalibrary/types/global_atmospheric_model_query_help_response.py +3 -32
  156. unifieddatalibrary/types/gnss_observationset_queryhelp_response.py +3 -32
  157. unifieddatalibrary/types/gnss_rawif_queryhelp_response.py +3 -32
  158. unifieddatalibrary/types/ground_imagery_queryhelp_response.py +3 -32
  159. unifieddatalibrary/types/h3_geo_hex_cell_queryhelp_response.py +3 -32
  160. unifieddatalibrary/types/h3_geo_queryhelp_response.py +3 -32
  161. unifieddatalibrary/types/hazard_queryhelp_response.py +3 -32
  162. unifieddatalibrary/types/ion_oobservation_queryhelp_response.py +3 -32
  163. unifieddatalibrary/types/ir_get_response.py +1 -1
  164. unifieddatalibrary/types/ir_queryhelp_response.py +3 -32
  165. unifieddatalibrary/types/ir_tuple_response.py +1 -1
  166. unifieddatalibrary/types/isr_collection_critical_times_full.py +17 -0
  167. unifieddatalibrary/types/isr_collection_exploitation_requirement_full.py +29 -0
  168. unifieddatalibrary/types/isr_collection_poc_full.py +41 -0
  169. unifieddatalibrary/types/isr_collection_queryhelp_response.py +3 -32
  170. unifieddatalibrary/types/isr_collection_requirements_full.py +90 -0
  171. unifieddatalibrary/types/isr_collection_tuple_response.py +5 -290
  172. unifieddatalibrary/types/isr_collections/history_list_response.py +3 -286
  173. unifieddatalibrary/types/item_queryhelp_response.py +3 -32
  174. unifieddatalibrary/types/item_tracking_queryhelp_response.py +3 -32
  175. unifieddatalibrary/types/launch_detection_queryhelp_response.py +3 -32
  176. unifieddatalibrary/types/launch_event_queryhelp_response.py +3 -32
  177. unifieddatalibrary/types/launch_site_detail_find_by_source_response.py +3 -85
  178. unifieddatalibrary/types/launch_site_detail_get_response.py +1 -1
  179. unifieddatalibrary/types/launch_site_detail_list_response.py +3 -81
  180. unifieddatalibrary/types/launch_site_get_response.py +1 -1
  181. unifieddatalibrary/types/launch_site_queryhelp_response.py +3 -32
  182. unifieddatalibrary/types/launch_site_tuple_response.py +1 -1
  183. unifieddatalibrary/types/launch_vehicle_detail_get_response.py +1 -1
  184. unifieddatalibrary/types/launch_vehicle_get_response.py +2 -2
  185. unifieddatalibrary/types/launch_vehicle_queryhelp_response.py +3 -32
  186. unifieddatalibrary/types/launch_vehicle_tuple_response.py +2 -2
  187. unifieddatalibrary/types/link_status/datalink_queryhelp_response.py +3 -32
  188. unifieddatalibrary/types/link_status_queryhelp_response.py +3 -32
  189. unifieddatalibrary/types/location_queryhelp_response.py +3 -32
  190. unifieddatalibrary/types/location_tuple_response.py +1 -1
  191. unifieddatalibrary/types/logistics_discrepancy_infos_full.py +26 -0
  192. unifieddatalibrary/types/logistics_parts_full.py +51 -0
  193. unifieddatalibrary/types/logistics_remarks_abridged.py +24 -0
  194. unifieddatalibrary/types/logistics_segments_full.py +85 -0
  195. unifieddatalibrary/types/logistics_specialties_full.py +39 -0
  196. unifieddatalibrary/types/logistics_stocks_full.py +27 -0
  197. unifieddatalibrary/types/logistics_support/history_list_response.py +7 -427
  198. unifieddatalibrary/types/logistics_support_get_response.py +7 -427
  199. unifieddatalibrary/types/logistics_support_items_full.py +119 -0
  200. unifieddatalibrary/types/logistics_support_list_response.py +6 -52
  201. unifieddatalibrary/types/logistics_support_queryhelp_response.py +3 -32
  202. unifieddatalibrary/types/logistics_support_tuple_response.py +8 -431
  203. unifieddatalibrary/types/logistics_transportation_plans_full.py +137 -0
  204. unifieddatalibrary/types/maneuver_queryhelp_response.py +3 -32
  205. unifieddatalibrary/types/manifold_queryhelp_response.py +3 -32
  206. unifieddatalibrary/types/manifoldelset_queryhelp_response.py +3 -32
  207. unifieddatalibrary/types/missile_track_queryhelp_response.py +3 -32
  208. unifieddatalibrary/types/mission_assignment_queryhelp_response.py +3 -32
  209. unifieddatalibrary/types/mti_queryhelp_response.py +3 -32
  210. unifieddatalibrary/types/navigation_get_response.py +1 -1
  211. unifieddatalibrary/types/navigation_queryhelp_response.py +3 -32
  212. unifieddatalibrary/types/navigation_tuple_response.py +1 -1
  213. unifieddatalibrary/types/navigational_obstruction_queryhelp_response.py +3 -32
  214. unifieddatalibrary/types/notification/__init__.py +0 -1
  215. unifieddatalibrary/types/notification_queryhelp_response.py +3 -32
  216. unifieddatalibrary/types/notification_tuple_response.py +1 -1
  217. unifieddatalibrary/types/object_of_interest_queryhelp_response.py +3 -32
  218. unifieddatalibrary/types/observations/ecpsdr_query_help_response.py +3 -32
  219. unifieddatalibrary/types/observations/eo_observation_queryhelp_response.py +3 -32
  220. unifieddatalibrary/types/observations/eo_observation_tuple_response.py +1 -1
  221. unifieddatalibrary/types/observations/eo_observations/__init__.py +0 -1
  222. unifieddatalibrary/types/observations/monoradar_queryhelp_response.py +3 -32
  223. unifieddatalibrary/types/observations/passive_radar_observation_queryhelp_response.py +3 -32
  224. unifieddatalibrary/types/observations/radarobservation_queryhelp_response.py +3 -32
  225. unifieddatalibrary/types/observations/rf_observation_queryhelp_response.py +3 -32
  226. unifieddatalibrary/types/onboardnavigation/__init__.py +0 -1
  227. unifieddatalibrary/types/onboardnavigation_queryhelp_response.py +3 -32
  228. unifieddatalibrary/types/onboardnavigation_tuple_response.py +1 -1
  229. unifieddatalibrary/types/onorbit/__init__.py +0 -1
  230. unifieddatalibrary/types/onorbit_queryhelp_response.py +3 -32
  231. unifieddatalibrary/types/onorbitevent_queryhelp_response.py +3 -32
  232. unifieddatalibrary/types/onorbitlist_queryhelp_response.py +3 -32
  233. unifieddatalibrary/types/onorbitthrusterstatus/__init__.py +0 -1
  234. unifieddatalibrary/types/onorbitthrusterstatus_queryhelp_response.py +3 -32
  235. unifieddatalibrary/types/onorbitthrusterstatus_tuple_response.py +1 -1
  236. unifieddatalibrary/types/operatingunit_queryhelp_response.py +3 -32
  237. unifieddatalibrary/types/operatingunit_tuple_response.py +5 -589
  238. unifieddatalibrary/types/operatingunitremark_queryhelp_response.py +3 -32
  239. unifieddatalibrary/types/operatingunitremark_tuple_response.py +5 -85
  240. unifieddatalibrary/types/orbitdetermination_queryhelp_response.py +3 -32
  241. unifieddatalibrary/types/orbittrack_queryhelp_response.py +3 -32
  242. unifieddatalibrary/types/organization_queryhelp_response.py +3 -32
  243. unifieddatalibrary/types/organization_tuple_response.py +1 -1
  244. unifieddatalibrary/types/personnelrecovery_queryhelp_response.py +3 -32
  245. unifieddatalibrary/types/poi_queryhelp_response.py +3 -32
  246. unifieddatalibrary/types/port_queryhelp_response.py +3 -32
  247. unifieddatalibrary/types/rf_band_queryhelp_response.py +3 -32
  248. unifieddatalibrary/types/rf_band_tuple_response.py +5 -148
  249. unifieddatalibrary/types/rf_band_type_queryhelp_response.py +3 -32
  250. unifieddatalibrary/types/rf_emitter_detail_get_response.py +2 -2
  251. unifieddatalibrary/types/rf_emitter_detail_queryhelp_response.py +3 -32
  252. unifieddatalibrary/types/rf_emitter_detail_tuple_response.py +2 -2
  253. unifieddatalibrary/types/rf_emitter_get_response.py +3 -3
  254. unifieddatalibrary/types/rf_emitter_queryhelp_response.py +3 -32
  255. unifieddatalibrary/types/rf_emitter_tuple_response.py +3 -3
  256. unifieddatalibrary/types/route_stat_query_help_response.py +3 -32
  257. unifieddatalibrary/types/sar_observation_queryhelp_response.py +3 -32
  258. unifieddatalibrary/types/sc_file_upload_params.py +0 -3
  259. unifieddatalibrary/types/scientific_get_response.py +1 -1
  260. unifieddatalibrary/types/scientific_queryhelp_response.py +3 -32
  261. unifieddatalibrary/types/scientific_tuple_response.py +1 -1
  262. unifieddatalibrary/types/scs/__init__.py +2 -2
  263. unifieddatalibrary/types/scs/{path_create_params.py → path_create_with_file_params.py} +2 -5
  264. unifieddatalibrary/types/scs/{path_create_response.py → path_create_with_file_response.py} +2 -2
  265. unifieddatalibrary/types/scs/v2_file_upload_params.py +0 -3
  266. unifieddatalibrary/types/sensor/calibration_query_help_response.py +3 -32
  267. unifieddatalibrary/types/sensor_get_response.py +82 -1565
  268. unifieddatalibrary/types/sensor_list_response.py +2 -81
  269. unifieddatalibrary/types/sensor_maintenance_queryhelp_response.py +3 -32
  270. unifieddatalibrary/types/sensor_observation_type_queryhelp_response.py +3 -32
  271. unifieddatalibrary/types/sensor_plan_queryhelp_response.py +3 -32
  272. unifieddatalibrary/types/sensor_queryhelp_response.py +3 -32
  273. unifieddatalibrary/types/sensor_tuple_response.py +82 -1575
  274. unifieddatalibrary/types/sensor_type_queryhelp_response.py +3 -32
  275. unifieddatalibrary/types/sera_data_comm_detail_queryhelp_response.py +3 -32
  276. unifieddatalibrary/types/sera_data_early_warning_queryhelp_response.py +3 -32
  277. unifieddatalibrary/types/sera_data_navigation_queryhelp_response.py +3 -32
  278. unifieddatalibrary/types/seradata_optical_payload_queryhelp_response.py +3 -32
  279. unifieddatalibrary/types/seradata_radar_payload_queryhelp_response.py +3 -32
  280. unifieddatalibrary/types/seradata_sigint_payload_queryhelp_response.py +3 -32
  281. unifieddatalibrary/types/seradata_spacecraft_detail_get_response.py +11 -612
  282. unifieddatalibrary/types/seradata_spacecraft_detail_queryhelp_response.py +3 -32
  283. unifieddatalibrary/types/seradata_spacecraft_detail_tuple_response.py +11 -618
  284. unifieddatalibrary/types/sgi_queryhelp_response.py +3 -32
  285. unifieddatalibrary/types/shared/__init__.py +60 -0
  286. unifieddatalibrary/types/shared/air_transport_mission_full.py +1 -1
  287. unifieddatalibrary/types/{aircraft_full.py → shared/aircraft_full.py} +1 -1
  288. unifieddatalibrary/types/{air_operations → shared}/aircraftsortie_full.py +2 -2
  289. unifieddatalibrary/types/{aircraftstatusremark_full.py → shared/aircraftstatusremark_full.py} +1 -1
  290. unifieddatalibrary/types/{airfield_full.py → shared/airfield_full.py} +1 -1
  291. unifieddatalibrary/types/{airfieldslot_full.py → shared/airfieldslot_full.py} +1 -1
  292. unifieddatalibrary/types/{airfieldslotconsumption_full.py → shared/airfieldslotconsumption_full.py} +1 -1
  293. unifieddatalibrary/types/{airfieldstatus_full.py → shared/airfieldstatus_full.py} +1 -1
  294. unifieddatalibrary/types/{airloadplan_full.py → shared/airloadplan_full.py} +1 -1
  295. unifieddatalibrary/types/{airspacecontrolorder_full.py → shared/airspacecontrolorder_full.py} +1 -1
  296. unifieddatalibrary/types/{analytic_imagery_full.py → shared/analytic_imagery_full.py} +1 -1
  297. unifieddatalibrary/types/{onorbit → shared}/antenna_details_full.py +1 -1
  298. unifieddatalibrary/types/{antenna_full.py → shared/antenna_full.py} +2 -2
  299. unifieddatalibrary/types/{attitudedata_full.py → shared/attitudedata_full.py} +1 -1
  300. unifieddatalibrary/types/shared/attitudeset_full.py +1 -1
  301. unifieddatalibrary/types/{battery_full.py → shared/battery_full.py} +1 -1
  302. unifieddatalibrary/types/{batterydetails_full.py → shared/batterydetails_full.py} +1 -1
  303. unifieddatalibrary/types/{beam_full.py → shared/beam_full.py} +1 -1
  304. unifieddatalibrary/types/{beamcontour_full.py → shared/beamcontour_full.py} +1 -1
  305. unifieddatalibrary/types/{bus_full.py → shared/bus_full.py} +1 -1
  306. unifieddatalibrary/types/{channel_full.py → shared/channel_full.py} +1 -1
  307. unifieddatalibrary/types/{comm_full.py → shared/comm_full.py} +1 -1
  308. unifieddatalibrary/types/{conjunction_full.py → shared/conjunction_full.py} +2 -2
  309. unifieddatalibrary/types/{country_full.py → shared/country_full.py} +1 -1
  310. unifieddatalibrary/types/{crew_full.py → shared/crew_full.py} +1 -1
  311. unifieddatalibrary/types/shared/daily_operation_full.py +40 -0
  312. unifieddatalibrary/types/{engine.py → shared/engine.py} +1 -1
  313. unifieddatalibrary/types/{engine_details_full.py → shared/engine_details_full.py} +1 -1
  314. unifieddatalibrary/types/shared/entity_full.py +319 -0
  315. unifieddatalibrary/types/{observations/eo_observations → shared}/eo_observation_full.py +2 -2
  316. unifieddatalibrary/types/shared/evac_full.py +2 -28
  317. unifieddatalibrary/types/{location_list_response.py → shared/location_abridged.py} +3 -3
  318. unifieddatalibrary/types/{location_full.py → shared/location_full.py} +1 -1
  319. unifieddatalibrary/types/shared/maximum_on_ground_full.py +48 -0
  320. unifieddatalibrary/types/{onboardnavigation → shared}/onboardnavigation_full.py +1 -1
  321. unifieddatalibrary/types/{onorbitantenna_get_response.py → shared/onorbit_antenna_full.py} +3 -3
  322. unifieddatalibrary/types/{onorbitbattery_get_response.py → shared/onorbit_battery_full.py} +3 -3
  323. unifieddatalibrary/types/{onorbitdetail_get_response.py → shared/onorbit_details_full.py} +3 -3
  324. unifieddatalibrary/types/shared/onorbit_full.py +80 -1568
  325. unifieddatalibrary/types/shared/onorbit_solar_array_full.py +91 -0
  326. unifieddatalibrary/types/{onorbitthruster_get_response.py → shared/onorbit_thruster_full.py} +3 -3
  327. unifieddatalibrary/types/shared/operating_hours_full.py +17 -0
  328. unifieddatalibrary/types/{operatingunitremark_get_response.py → shared/operating_unit_remark_full.py} +3 -3
  329. unifieddatalibrary/types/{operatingunit_get_response.py → shared/operatingunit_full.py} +7 -80
  330. unifieddatalibrary/types/shared/operational_deviation_full.py +45 -0
  331. unifieddatalibrary/types/shared/operational_planning_full.py +45 -0
  332. unifieddatalibrary/types/{organization_details_full.py → shared/organization_details_full.py} +1 -1
  333. unifieddatalibrary/types/{organization_full.py → shared/organization_full.py} +1 -1
  334. unifieddatalibrary/types/shared/param_descriptor.py +39 -0
  335. unifieddatalibrary/types/shared/pathway_full.py +30 -0
  336. unifieddatalibrary/types/shared/related_document_full.py +18 -0
  337. unifieddatalibrary/types/{rf_band_get_response.py → shared/rf_band_full.py} +3 -3
  338. unifieddatalibrary/types/shared/sof_data_source_ref_full.py +26 -0
  339. unifieddatalibrary/types/{solar_array_details_full.py → shared/solar_array_details_full.py} +1 -1
  340. unifieddatalibrary/types/{solar_array_get_response.py → shared/solar_array_full.py} +3 -3
  341. unifieddatalibrary/types/{state_vector_full.py → shared/state_vector_full.py} +2 -2
  342. unifieddatalibrary/types/shared/status_full.py +104 -0
  343. unifieddatalibrary/types/{substatus_get_response.py → shared/sub_status_full.py} +3 -3
  344. unifieddatalibrary/types/shared/waiver_full.py +53 -0
  345. unifieddatalibrary/types/sigact/history_list_response.py +3 -27
  346. unifieddatalibrary/types/sigact_queryhelp_response.py +3 -32
  347. unifieddatalibrary/types/sigact_tuple_response.py +3 -34
  348. unifieddatalibrary/types/site/operation_query_help_response.py +3 -32
  349. unifieddatalibrary/types/site/operation_retrieve_response.py +15 -223
  350. unifieddatalibrary/types/site/operation_tuple_response.py +13 -230
  351. unifieddatalibrary/types/site_get_response.py +14 -228
  352. unifieddatalibrary/types/site_queryhelp_response.py +3 -32
  353. unifieddatalibrary/types/site_remark_queryhelp_response.py +3 -32
  354. unifieddatalibrary/types/site_status_queryhelp_response.py +3 -32
  355. unifieddatalibrary/types/site_tuple_response.py +13 -227
  356. unifieddatalibrary/types/sky_imagery/history_list_response.py +1 -1
  357. unifieddatalibrary/types/sky_imagery_get_response.py +1 -1
  358. unifieddatalibrary/types/sky_imagery_queryhelp_response.py +3 -32
  359. unifieddatalibrary/types/sky_imagery_tuple_response.py +1 -1
  360. unifieddatalibrary/types/soi_observation_set_queryhelp_response.py +3 -32
  361. unifieddatalibrary/types/solar_array_queryhelp_response.py +3 -32
  362. unifieddatalibrary/types/solar_array_tuple_response.py +5 -77
  363. unifieddatalibrary/types/sortie_ppr/__init__.py +0 -1
  364. unifieddatalibrary/types/sortie_ppr_queryhelp_response.py +3 -32
  365. unifieddatalibrary/types/sortie_ppr_tuple_response.py +1 -1
  366. unifieddatalibrary/types/space_env_observation_queryhelp_response.py +3 -32
  367. unifieddatalibrary/types/stage_get_response.py +1 -1
  368. unifieddatalibrary/types/stage_queryhelp_response.py +3 -32
  369. unifieddatalibrary/types/stage_tuple_response.py +1 -1
  370. unifieddatalibrary/types/star_catalog_queryhelp_response.py +3 -32
  371. unifieddatalibrary/types/state_vector/current_tuple_response.py +1 -1
  372. unifieddatalibrary/types/state_vector_queryhelp_response.py +3 -32
  373. unifieddatalibrary/types/state_vector_tuple_response.py +1 -1
  374. unifieddatalibrary/types/status_get_by_entity_id_response.py +5 -179
  375. unifieddatalibrary/types/status_get_by_entity_type_response.py +5 -179
  376. unifieddatalibrary/types/status_queryhelp_response.py +3 -32
  377. unifieddatalibrary/types/status_tuple_response.py +5 -175
  378. unifieddatalibrary/types/substatus_queryhelp_response.py +3 -32
  379. unifieddatalibrary/types/substatus_tuple_response.py +5 -81
  380. unifieddatalibrary/types/supporting_data/query_help_retrieve_response.py +3 -32
  381. unifieddatalibrary/types/surface_obstruction_queryhelp_response.py +3 -32
  382. unifieddatalibrary/types/surface_queryhelp_response.py +3 -32
  383. unifieddatalibrary/types/swir_queryhelp_response.py +3 -32
  384. unifieddatalibrary/types/tai_utc_queryhelp_response.py +3 -32
  385. unifieddatalibrary/types/track_detail_queryhelp_response.py +3 -32
  386. unifieddatalibrary/types/track_queryhelp_response.py +3 -32
  387. unifieddatalibrary/types/track_route_queryhelp_response.py +3 -32
  388. unifieddatalibrary/types/transponder_get_response.py +1 -1
  389. unifieddatalibrary/types/transponder_queryhelp_response.py +3 -32
  390. unifieddatalibrary/types/transponder_tuple_response.py +1 -1
  391. unifieddatalibrary/types/vessel_get_response.py +1 -1
  392. unifieddatalibrary/types/vessel_queryhelp_response.py +3 -32
  393. unifieddatalibrary/types/vessel_tuple_response.py +1 -1
  394. unifieddatalibrary/types/video_queryhelp_response.py +3 -32
  395. unifieddatalibrary/types/weather_data_queryhelp_response.py +3 -32
  396. unifieddatalibrary/types/weather_report_queryhelp_response.py +3 -32
  397. unifieddatalibrary/types/entity_full.py +0 -1805
  398. unifieddatalibrary/types/onorbitsolararray_get_response.py +0 -158
  399. unifieddatalibrary/types/status_get_response.py +0 -175
  400. {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a16.dist-info}/WHEEL +0 -0
  401. {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a16.dist-info}/licenses/LICENSE +0 -0
  402. /unifieddatalibrary/types/{air_operations → shared}/air_tasking_order_full.py +0 -0
  403. /unifieddatalibrary/types/{air_operations → shared}/diplomaticclearance_full.py +0 -0
  404. /unifieddatalibrary/types/{notification → shared}/notification_full.py +0 -0
  405. /unifieddatalibrary/types/{onorbitthrusterstatus → shared}/onorbitthrusterstatus_full.py +0 -0
  406. /unifieddatalibrary/types/{sortie_ppr → shared}/sortie_ppr_full.py +0 -0
@@ -7,227 +7,14 @@ from typing_extensions import Literal, TypeAlias
7
7
  from pydantic import Field as FieldInfo
8
8
 
9
9
  from ..._models import BaseModel
10
+ from ..shared.waiver_full import WaiverFull
11
+ from ..shared.pathway_full import PathwayFull
12
+ from ..shared.daily_operation_full import DailyOperationFull
13
+ from ..shared.maximum_on_ground_full import MaximumOnGroundFull
14
+ from ..shared.operational_planning_full import OperationalPlanningFull
15
+ from ..shared.operational_deviation_full import OperationalDeviationFull
10
16
 
11
- __all__ = [
12
- "OperationTupleResponse",
13
- "OperationTupleResponseItem",
14
- "OperationTupleResponseItemDailyOperation",
15
- "OperationTupleResponseItemDailyOperationOperatingHour",
16
- "OperationTupleResponseItemMaximumOnGround",
17
- "OperationTupleResponseItemOperationalDeviation",
18
- "OperationTupleResponseItemOperationalPlanning",
19
- "OperationTupleResponseItemPathway",
20
- "OperationTupleResponseItemWaiver",
21
- ]
22
-
23
-
24
- class OperationTupleResponseItemDailyOperationOperatingHour(BaseModel):
25
- op_start_time: Optional[str] = FieldInfo(alias="opStartTime", default=None)
26
- """The Zulu (UTC) operational start time, expressed in ISO 8601 format as HH:MM."""
27
-
28
- op_stop_time: Optional[str] = FieldInfo(alias="opStopTime", default=None)
29
- """The Zulu (UTC) operational stop time, expressed in ISO 8601 format as HH:MM."""
30
-
31
-
32
- class OperationTupleResponseItemDailyOperation(BaseModel):
33
- day_of_week: Optional[Literal["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]] = (
34
- FieldInfo(alias="dayOfWeek", default=None)
35
- )
36
- """The day of the week to which this operational information pertains."""
37
-
38
- operating_hours: Optional[List[OperationTupleResponseItemDailyOperationOperatingHour]] = FieldInfo(
39
- alias="operatingHours", default=None
40
- )
41
- """
42
- A collection containing the operational start and stop times scheduled for the
43
- day of the week specified.
44
- """
45
-
46
- operation_name: Optional[str] = FieldInfo(alias="operationName", default=None)
47
- """The name or type of operation to which this information pertains."""
48
-
49
- ophrs_last_changed_by: Optional[str] = FieldInfo(alias="ophrsLastChangedBy", default=None)
50
- """
51
- The name of the person who made the most recent change to this DailyOperation
52
- data.
53
- """
54
-
55
- ophrs_last_changed_date: Optional[datetime] = FieldInfo(alias="ophrsLastChangedDate", default=None)
56
- """
57
- The datetime of the most recent change made to this DailyOperation data, in ISO
58
- 8601 UTC format with millisecond precision.
59
- """
60
-
61
-
62
- class OperationTupleResponseItemMaximumOnGround(BaseModel):
63
- aircraft_mds: Optional[str] = FieldInfo(alias="aircraftMDS", default=None)
64
- """
65
- The Model Design Series (MDS) designation of the aircraft to which this maximum
66
- on ground (MOG) data pertains.
67
- """
68
-
69
- contingency_mog: Optional[int] = FieldInfo(alias="contingencyMOG", default=None)
70
- """
71
- Maximum on ground (MOG) number of contingent aircraft based on spacing and
72
- manpower, for the aircraft type specified.
73
- """
74
-
75
- mog_last_changed_by: Optional[str] = FieldInfo(alias="mogLastChangedBy", default=None)
76
- """
77
- The name of the person who made the most recent change to this maximum on ground
78
- data.
79
- """
80
-
81
- mog_last_changed_date: Optional[datetime] = FieldInfo(alias="mogLastChangedDate", default=None)
82
- """
83
- The datetime of the most recent change made to this maximum on ground data, in
84
- ISO 8601 UTC format with millisecond precision.
85
- """
86
-
87
- wide_parking_mog: Optional[int] = FieldInfo(alias="wideParkingMOG", default=None)
88
- """
89
- Maximum on ground (MOG) number of parking wide-body aircraft based on spacing
90
- and manpower, for the aircraft type specified.
91
- """
92
-
93
- wide_working_mog: Optional[int] = FieldInfo(alias="wideWorkingMOG", default=None)
94
- """
95
- Maximum on ground (MOG) number of working wide-body aircraft based on spacing
96
- and manpower, for the aircraft type specified.
97
- """
98
-
99
-
100
- class OperationTupleResponseItemOperationalDeviation(BaseModel):
101
- affected_aircraft_mds: Optional[str] = FieldInfo(alias="affectedAircraftMDS", default=None)
102
- """
103
- The Model Design Series (MDS) designation of the aircraft affected by this
104
- operational deviation.
105
- """
106
-
107
- affected_mog: Optional[int] = FieldInfo(alias="affectedMOG", default=None)
108
- """
109
- The maximum on ground (MOG) number for aircraft affected by this operational
110
- deviation.
111
- """
112
-
113
- aircraft_on_ground_time: Optional[str] = FieldInfo(alias="aircraftOnGroundTime", default=None)
114
- """On ground time for aircraft affected by this operational deviation."""
115
-
116
- crew_rest_time: Optional[str] = FieldInfo(alias="crewRestTime", default=None)
117
- """Rest time for crew affected by this operational deviation."""
118
-
119
- od_last_changed_by: Optional[str] = FieldInfo(alias="odLastChangedBy", default=None)
120
- """
121
- The name of the person who made the most recent change to this
122
- OperationalDeviation data.
123
- """
124
-
125
- od_last_changed_date: Optional[datetime] = FieldInfo(alias="odLastChangedDate", default=None)
126
- """
127
- The datetime of the most recent change made to this OperationalDeviation data,
128
- in ISO 8601 UTC format with millisecond precision.
129
- """
130
-
131
- od_remark: Optional[str] = FieldInfo(alias="odRemark", default=None)
132
- """Text remark regarding this operational deviation."""
133
-
134
-
135
- class OperationTupleResponseItemOperationalPlanning(BaseModel):
136
- op_end_date: Optional[datetime] = FieldInfo(alias="opEndDate", default=None)
137
- """
138
- The end date of this operational planning, in ISO8601 UTC format with
139
- millisecond precision.
140
- """
141
-
142
- op_last_changed_by: Optional[str] = FieldInfo(alias="opLastChangedBy", default=None)
143
- """
144
- The name of the person who made the most recent change made to this
145
- OperationalPlanning data.
146
- """
147
-
148
- op_last_changed_date: Optional[datetime] = FieldInfo(alias="opLastChangedDate", default=None)
149
- """
150
- The datetime of the most recent change made to this OperationalPlanning data, in
151
- ISO8601 UTC format with millisecond precision.
152
- """
153
-
154
- op_remark: Optional[str] = FieldInfo(alias="opRemark", default=None)
155
- """Remark text regarding this operation planning."""
156
-
157
- op_source: Optional[str] = FieldInfo(alias="opSource", default=None)
158
- """The person, unit, organization, etc. responsible for this operation planning."""
159
-
160
- op_start_date: Optional[datetime] = FieldInfo(alias="opStartDate", default=None)
161
- """
162
- The start date of this operational planning, in ISO8601 UTC format with
163
- millisecond precision.
164
- """
165
-
166
- op_status: Optional[str] = FieldInfo(alias="opStatus", default=None)
167
- """The status of this operational planning."""
168
-
169
-
170
- class OperationTupleResponseItemPathway(BaseModel):
171
- pw_definition: Optional[str] = FieldInfo(alias="pwDefinition", default=None)
172
- """Text defining this pathway from its constituent parts."""
173
-
174
- pw_last_changed_by: Optional[str] = FieldInfo(alias="pwLastChangedBy", default=None)
175
- """The name of the person who made the most recent change to this Pathway data."""
176
-
177
- pw_last_changed_date: Optional[datetime] = FieldInfo(alias="pwLastChangedDate", default=None)
178
- """
179
- The datetime of the most recent change made to this Pathway data, in ISO 8601
180
- UTC format with millisecond precision.
181
- """
182
-
183
- pw_type: Optional[str] = FieldInfo(alias="pwType", default=None)
184
- """The type of paths that constitute this pathway."""
185
-
186
- pw_usage: Optional[str] = FieldInfo(alias="pwUsage", default=None)
187
- """The intended use of this pathway."""
188
-
189
-
190
- class OperationTupleResponseItemWaiver(BaseModel):
191
- expiration_date: Optional[datetime] = FieldInfo(alias="expirationDate", default=None)
192
- """
193
- The expiration date of this waiver, in ISO8601 UTC format with millisecond
194
- precision.
195
- """
196
-
197
- has_expired: Optional[bool] = FieldInfo(alias="hasExpired", default=None)
198
- """Boolean indicating whether or not this waiver has expired."""
199
-
200
- issue_date: Optional[datetime] = FieldInfo(alias="issueDate", default=None)
201
- """
202
- The issue date of this waiver, in ISO8601 UTC format with millisecond precision.
203
- """
204
-
205
- issuer_name: Optional[str] = FieldInfo(alias="issuerName", default=None)
206
- """The name of the person who issued this waiver."""
207
-
208
- requester_name: Optional[str] = FieldInfo(alias="requesterName", default=None)
209
- """The name of the person requesting this waiver."""
210
-
211
- requester_phone_number: Optional[str] = FieldInfo(alias="requesterPhoneNumber", default=None)
212
- """The phone number of the person requesting this waiver."""
213
-
214
- requesting_unit: Optional[str] = FieldInfo(alias="requestingUnit", default=None)
215
- """The unit requesting this waiver."""
216
-
217
- waiver_applies_to: Optional[str] = FieldInfo(alias="waiverAppliesTo", default=None)
218
- """Description of the entities to which this waiver applies."""
219
-
220
- waiver_description: Optional[str] = FieldInfo(alias="waiverDescription", default=None)
221
- """The description of this waiver."""
222
-
223
- waiver_last_changed_by: Optional[str] = FieldInfo(alias="waiverLastChangedBy", default=None)
224
- """The name of the person who made the most recent change to this Waiver data."""
225
-
226
- waiver_last_changed_date: Optional[datetime] = FieldInfo(alias="waiverLastChangedDate", default=None)
227
- """
228
- The datetime of the most recent change made to this waiver data, in ISO8601 UTC
229
- format with millisecond precision.
230
- """
17
+ __all__ = ["OperationTupleResponse", "OperationTupleResponseItem"]
231
18
 
232
19
 
233
20
  class OperationTupleResponseItem(BaseModel):
@@ -269,9 +56,7 @@ class OperationTupleResponseItem(BaseModel):
269
56
  system.
270
57
  """
271
58
 
272
- daily_operations: Optional[List[OperationTupleResponseItemDailyOperation]] = FieldInfo(
273
- alias="dailyOperations", default=None
274
- )
59
+ daily_operations: Optional[List[DailyOperationFull]] = FieldInfo(alias="dailyOperations", default=None)
275
60
  """
276
61
  Collection providing hours of operation and other information specific to a day
277
62
  of the week.
@@ -297,9 +82,7 @@ class OperationTupleResponseItem(BaseModel):
297
82
  id_launch_site: Optional[str] = FieldInfo(alias="idLaunchSite", default=None)
298
83
  """Id of the associated launchSite entity."""
299
84
 
300
- maximum_on_grounds: Optional[List[OperationTupleResponseItemMaximumOnGround]] = FieldInfo(
301
- alias="maximumOnGrounds", default=None
302
- )
85
+ maximum_on_grounds: Optional[List[MaximumOnGroundFull]] = FieldInfo(alias="maximumOnGrounds", default=None)
303
86
  """
304
87
  Collection providing maximum on ground (MOG) information for specific aircraft
305
88
  at the site associated with this SiteOperations record.
@@ -323,7 +106,7 @@ class OperationTupleResponseItem(BaseModel):
323
106
  collection.
324
107
  """
325
108
 
326
- operational_deviations: Optional[List[OperationTupleResponseItemOperationalDeviation]] = FieldInfo(
109
+ operational_deviations: Optional[List[OperationalDeviationFull]] = FieldInfo(
327
110
  alias="operationalDeviations", default=None
328
111
  )
329
112
  """
@@ -331,7 +114,7 @@ class OperationTupleResponseItem(BaseModel):
331
114
  to normal operations.
332
115
  """
333
116
 
334
- operational_plannings: Optional[List[OperationTupleResponseItemOperationalPlanning]] = FieldInfo(
117
+ operational_plannings: Optional[List[OperationalPlanningFull]] = FieldInfo(
335
118
  alias="operationalPlannings", default=None
336
119
  )
337
120
  """Collection of planning information associated with this SiteOperations record."""
@@ -350,7 +133,7 @@ class OperationTupleResponseItem(BaseModel):
350
133
  by the system.
351
134
  """
352
135
 
353
- pathways: Optional[List[OperationTupleResponseItemPathway]] = None
136
+ pathways: Optional[List[PathwayFull]] = None
354
137
  """
355
138
  Collection detailing operational pathways at the Site associated with this
356
139
  SiteOperations record.
@@ -372,7 +155,7 @@ class OperationTupleResponseItem(BaseModel):
372
155
  system.
373
156
  """
374
157
 
375
- waivers: Optional[List[OperationTupleResponseItemWaiver]] = None
158
+ waivers: Optional[List[WaiverFull]] = None
376
159
  """
377
160
  Collection documenting operational waivers that have been issued for the Site
378
161
  associated with this record.
@@ -7,229 +7,15 @@ from typing_extensions import Literal
7
7
  from pydantic import Field as FieldInfo
8
8
 
9
9
  from .._models import BaseModel
10
- from .entity_full import EntityFull
10
+ from .shared.entity_full import EntityFull
11
+ from .shared.waiver_full import WaiverFull
12
+ from .shared.pathway_full import PathwayFull
13
+ from .shared.daily_operation_full import DailyOperationFull
14
+ from .shared.maximum_on_ground_full import MaximumOnGroundFull
15
+ from .shared.operational_planning_full import OperationalPlanningFull
16
+ from .shared.operational_deviation_full import OperationalDeviationFull
11
17
 
12
- __all__ = [
13
- "SiteGetResponse",
14
- "SiteOperation",
15
- "SiteOperationDailyOperation",
16
- "SiteOperationDailyOperationOperatingHour",
17
- "SiteOperationMaximumOnGround",
18
- "SiteOperationOperationalDeviation",
19
- "SiteOperationOperationalPlanning",
20
- "SiteOperationPathway",
21
- "SiteOperationWaiver",
22
- "SiteRemark",
23
- ]
24
-
25
-
26
- class SiteOperationDailyOperationOperatingHour(BaseModel):
27
- op_start_time: Optional[str] = FieldInfo(alias="opStartTime", default=None)
28
- """The Zulu (UTC) operational start time, expressed in ISO 8601 format as HH:MM."""
29
-
30
- op_stop_time: Optional[str] = FieldInfo(alias="opStopTime", default=None)
31
- """The Zulu (UTC) operational stop time, expressed in ISO 8601 format as HH:MM."""
32
-
33
-
34
- class SiteOperationDailyOperation(BaseModel):
35
- day_of_week: Optional[Literal["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]] = (
36
- FieldInfo(alias="dayOfWeek", default=None)
37
- )
38
- """The day of the week to which this operational information pertains."""
39
-
40
- operating_hours: Optional[List[SiteOperationDailyOperationOperatingHour]] = FieldInfo(
41
- alias="operatingHours", default=None
42
- )
43
- """
44
- A collection containing the operational start and stop times scheduled for the
45
- day of the week specified.
46
- """
47
-
48
- operation_name: Optional[str] = FieldInfo(alias="operationName", default=None)
49
- """The name or type of operation to which this information pertains."""
50
-
51
- ophrs_last_changed_by: Optional[str] = FieldInfo(alias="ophrsLastChangedBy", default=None)
52
- """
53
- The name of the person who made the most recent change to this DailyOperation
54
- data.
55
- """
56
-
57
- ophrs_last_changed_date: Optional[datetime] = FieldInfo(alias="ophrsLastChangedDate", default=None)
58
- """
59
- The datetime of the most recent change made to this DailyOperation data, in ISO
60
- 8601 UTC format with millisecond precision.
61
- """
62
-
63
-
64
- class SiteOperationMaximumOnGround(BaseModel):
65
- aircraft_mds: Optional[str] = FieldInfo(alias="aircraftMDS", default=None)
66
- """
67
- The Model Design Series (MDS) designation of the aircraft to which this maximum
68
- on ground (MOG) data pertains.
69
- """
70
-
71
- contingency_mog: Optional[int] = FieldInfo(alias="contingencyMOG", default=None)
72
- """
73
- Maximum on ground (MOG) number of contingent aircraft based on spacing and
74
- manpower, for the aircraft type specified.
75
- """
76
-
77
- mog_last_changed_by: Optional[str] = FieldInfo(alias="mogLastChangedBy", default=None)
78
- """
79
- The name of the person who made the most recent change to this maximum on ground
80
- data.
81
- """
82
-
83
- mog_last_changed_date: Optional[datetime] = FieldInfo(alias="mogLastChangedDate", default=None)
84
- """
85
- The datetime of the most recent change made to this maximum on ground data, in
86
- ISO 8601 UTC format with millisecond precision.
87
- """
88
-
89
- wide_parking_mog: Optional[int] = FieldInfo(alias="wideParkingMOG", default=None)
90
- """
91
- Maximum on ground (MOG) number of parking wide-body aircraft based on spacing
92
- and manpower, for the aircraft type specified.
93
- """
94
-
95
- wide_working_mog: Optional[int] = FieldInfo(alias="wideWorkingMOG", default=None)
96
- """
97
- Maximum on ground (MOG) number of working wide-body aircraft based on spacing
98
- and manpower, for the aircraft type specified.
99
- """
100
-
101
-
102
- class SiteOperationOperationalDeviation(BaseModel):
103
- affected_aircraft_mds: Optional[str] = FieldInfo(alias="affectedAircraftMDS", default=None)
104
- """
105
- The Model Design Series (MDS) designation of the aircraft affected by this
106
- operational deviation.
107
- """
108
-
109
- affected_mog: Optional[int] = FieldInfo(alias="affectedMOG", default=None)
110
- """
111
- The maximum on ground (MOG) number for aircraft affected by this operational
112
- deviation.
113
- """
114
-
115
- aircraft_on_ground_time: Optional[str] = FieldInfo(alias="aircraftOnGroundTime", default=None)
116
- """On ground time for aircraft affected by this operational deviation."""
117
-
118
- crew_rest_time: Optional[str] = FieldInfo(alias="crewRestTime", default=None)
119
- """Rest time for crew affected by this operational deviation."""
120
-
121
- od_last_changed_by: Optional[str] = FieldInfo(alias="odLastChangedBy", default=None)
122
- """
123
- The name of the person who made the most recent change to this
124
- OperationalDeviation data.
125
- """
126
-
127
- od_last_changed_date: Optional[datetime] = FieldInfo(alias="odLastChangedDate", default=None)
128
- """
129
- The datetime of the most recent change made to this OperationalDeviation data,
130
- in ISO 8601 UTC format with millisecond precision.
131
- """
132
-
133
- od_remark: Optional[str] = FieldInfo(alias="odRemark", default=None)
134
- """Text remark regarding this operational deviation."""
135
-
136
-
137
- class SiteOperationOperationalPlanning(BaseModel):
138
- op_end_date: Optional[datetime] = FieldInfo(alias="opEndDate", default=None)
139
- """
140
- The end date of this operational planning, in ISO8601 UTC format with
141
- millisecond precision.
142
- """
143
-
144
- op_last_changed_by: Optional[str] = FieldInfo(alias="opLastChangedBy", default=None)
145
- """
146
- The name of the person who made the most recent change made to this
147
- OperationalPlanning data.
148
- """
149
-
150
- op_last_changed_date: Optional[datetime] = FieldInfo(alias="opLastChangedDate", default=None)
151
- """
152
- The datetime of the most recent change made to this OperationalPlanning data, in
153
- ISO8601 UTC format with millisecond precision.
154
- """
155
-
156
- op_remark: Optional[str] = FieldInfo(alias="opRemark", default=None)
157
- """Remark text regarding this operation planning."""
158
-
159
- op_source: Optional[str] = FieldInfo(alias="opSource", default=None)
160
- """The person, unit, organization, etc. responsible for this operation planning."""
161
-
162
- op_start_date: Optional[datetime] = FieldInfo(alias="opStartDate", default=None)
163
- """
164
- The start date of this operational planning, in ISO8601 UTC format with
165
- millisecond precision.
166
- """
167
-
168
- op_status: Optional[str] = FieldInfo(alias="opStatus", default=None)
169
- """The status of this operational planning."""
170
-
171
-
172
- class SiteOperationPathway(BaseModel):
173
- pw_definition: Optional[str] = FieldInfo(alias="pwDefinition", default=None)
174
- """Text defining this pathway from its constituent parts."""
175
-
176
- pw_last_changed_by: Optional[str] = FieldInfo(alias="pwLastChangedBy", default=None)
177
- """The name of the person who made the most recent change to this Pathway data."""
178
-
179
- pw_last_changed_date: Optional[datetime] = FieldInfo(alias="pwLastChangedDate", default=None)
180
- """
181
- The datetime of the most recent change made to this Pathway data, in ISO 8601
182
- UTC format with millisecond precision.
183
- """
184
-
185
- pw_type: Optional[str] = FieldInfo(alias="pwType", default=None)
186
- """The type of paths that constitute this pathway."""
187
-
188
- pw_usage: Optional[str] = FieldInfo(alias="pwUsage", default=None)
189
- """The intended use of this pathway."""
190
-
191
-
192
- class SiteOperationWaiver(BaseModel):
193
- expiration_date: Optional[datetime] = FieldInfo(alias="expirationDate", default=None)
194
- """
195
- The expiration date of this waiver, in ISO8601 UTC format with millisecond
196
- precision.
197
- """
198
-
199
- has_expired: Optional[bool] = FieldInfo(alias="hasExpired", default=None)
200
- """Boolean indicating whether or not this waiver has expired."""
201
-
202
- issue_date: Optional[datetime] = FieldInfo(alias="issueDate", default=None)
203
- """
204
- The issue date of this waiver, in ISO8601 UTC format with millisecond precision.
205
- """
206
-
207
- issuer_name: Optional[str] = FieldInfo(alias="issuerName", default=None)
208
- """The name of the person who issued this waiver."""
209
-
210
- requester_name: Optional[str] = FieldInfo(alias="requesterName", default=None)
211
- """The name of the person requesting this waiver."""
212
-
213
- requester_phone_number: Optional[str] = FieldInfo(alias="requesterPhoneNumber", default=None)
214
- """The phone number of the person requesting this waiver."""
215
-
216
- requesting_unit: Optional[str] = FieldInfo(alias="requestingUnit", default=None)
217
- """The unit requesting this waiver."""
218
-
219
- waiver_applies_to: Optional[str] = FieldInfo(alias="waiverAppliesTo", default=None)
220
- """Description of the entities to which this waiver applies."""
221
-
222
- waiver_description: Optional[str] = FieldInfo(alias="waiverDescription", default=None)
223
- """The description of this waiver."""
224
-
225
- waiver_last_changed_by: Optional[str] = FieldInfo(alias="waiverLastChangedBy", default=None)
226
- """The name of the person who made the most recent change to this Waiver data."""
227
-
228
- waiver_last_changed_date: Optional[datetime] = FieldInfo(alias="waiverLastChangedDate", default=None)
229
- """
230
- The datetime of the most recent change made to this waiver data, in ISO8601 UTC
231
- format with millisecond precision.
232
- """
18
+ __all__ = ["SiteGetResponse", "SiteOperation", "SiteRemark"]
233
19
 
234
20
 
235
21
  class SiteOperation(BaseModel):
@@ -271,7 +57,7 @@ class SiteOperation(BaseModel):
271
57
  system.
272
58
  """
273
59
 
274
- daily_operations: Optional[List[SiteOperationDailyOperation]] = FieldInfo(alias="dailyOperations", default=None)
60
+ daily_operations: Optional[List[DailyOperationFull]] = FieldInfo(alias="dailyOperations", default=None)
275
61
  """
276
62
  Collection providing hours of operation and other information specific to a day
277
63
  of the week.
@@ -297,7 +83,7 @@ class SiteOperation(BaseModel):
297
83
  id_launch_site: Optional[str] = FieldInfo(alias="idLaunchSite", default=None)
298
84
  """Id of the associated launchSite entity."""
299
85
 
300
- maximum_on_grounds: Optional[List[SiteOperationMaximumOnGround]] = FieldInfo(alias="maximumOnGrounds", default=None)
86
+ maximum_on_grounds: Optional[List[MaximumOnGroundFull]] = FieldInfo(alias="maximumOnGrounds", default=None)
301
87
  """
302
88
  Collection providing maximum on ground (MOG) information for specific aircraft
303
89
  at the site associated with this SiteOperations record.
@@ -321,7 +107,7 @@ class SiteOperation(BaseModel):
321
107
  collection.
322
108
  """
323
109
 
324
- operational_deviations: Optional[List[SiteOperationOperationalDeviation]] = FieldInfo(
110
+ operational_deviations: Optional[List[OperationalDeviationFull]] = FieldInfo(
325
111
  alias="operationalDeviations", default=None
326
112
  )
327
113
  """
@@ -329,7 +115,7 @@ class SiteOperation(BaseModel):
329
115
  to normal operations.
330
116
  """
331
117
 
332
- operational_plannings: Optional[List[SiteOperationOperationalPlanning]] = FieldInfo(
118
+ operational_plannings: Optional[List[OperationalPlanningFull]] = FieldInfo(
333
119
  alias="operationalPlannings", default=None
334
120
  )
335
121
  """Collection of planning information associated with this SiteOperations record."""
@@ -348,7 +134,7 @@ class SiteOperation(BaseModel):
348
134
  by the system.
349
135
  """
350
136
 
351
- pathways: Optional[List[SiteOperationPathway]] = None
137
+ pathways: Optional[List[PathwayFull]] = None
352
138
  """
353
139
  Collection detailing operational pathways at the Site associated with this
354
140
  SiteOperations record.
@@ -370,7 +156,7 @@ class SiteOperation(BaseModel):
370
156
  system.
371
157
  """
372
158
 
373
- waivers: Optional[List[SiteOperationWaiver]] = None
159
+ waivers: Optional[List[WaiverFull]] = None
374
160
  """
375
161
  Collection documenting operational waivers that have been issued for the Site
376
162
  associated with this record.
@@ -5,38 +5,9 @@ from typing import List, Optional
5
5
  from pydantic import Field as FieldInfo
6
6
 
7
7
  from .._models import BaseModel
8
+ from .shared.param_descriptor import ParamDescriptor
8
9
 
9
- __all__ = ["SiteQueryhelpResponse", "Parameter"]
10
-
11
-
12
- class Parameter(BaseModel):
13
- classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
14
-
15
- derived: Optional[bool] = None
16
-
17
- description: Optional[str] = None
18
-
19
- elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
20
-
21
- format: Optional[str] = None
22
-
23
- hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
24
-
25
- hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
26
-
27
- name: Optional[str] = None
28
-
29
- required: Optional[bool] = None
30
-
31
- rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
32
-
33
- rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
34
-
35
- type: Optional[str] = None
36
-
37
- unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
38
-
39
- utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
10
+ __all__ = ["SiteQueryhelpResponse"]
40
11
 
41
12
 
42
13
  class SiteQueryhelpResponse(BaseModel):
@@ -50,7 +21,7 @@ class SiteQueryhelpResponse(BaseModel):
50
21
 
51
22
  name: Optional[str] = None
52
23
 
53
- parameters: Optional[List[Parameter]] = None
24
+ parameters: Optional[List[ParamDescriptor]] = None
54
25
 
55
26
  required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
56
27
 
@@ -5,38 +5,9 @@ from typing import List, Optional
5
5
  from pydantic import Field as FieldInfo
6
6
 
7
7
  from .._models import BaseModel
8
+ from .shared.param_descriptor import ParamDescriptor
8
9
 
9
- __all__ = ["SiteRemarkQueryhelpResponse", "Parameter"]
10
-
11
-
12
- class Parameter(BaseModel):
13
- classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
14
-
15
- derived: Optional[bool] = None
16
-
17
- description: Optional[str] = None
18
-
19
- elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
20
-
21
- format: Optional[str] = None
22
-
23
- hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
24
-
25
- hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
26
-
27
- name: Optional[str] = None
28
-
29
- required: Optional[bool] = None
30
-
31
- rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
32
-
33
- rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
34
-
35
- type: Optional[str] = None
36
-
37
- unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
38
-
39
- utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
10
+ __all__ = ["SiteRemarkQueryhelpResponse"]
40
11
 
41
12
 
42
13
  class SiteRemarkQueryhelpResponse(BaseModel):
@@ -50,7 +21,7 @@ class SiteRemarkQueryhelpResponse(BaseModel):
50
21
 
51
22
  name: Optional[str] = None
52
23
 
53
- parameters: Optional[List[Parameter]] = None
24
+ parameters: Optional[List[ParamDescriptor]] = None
54
25
 
55
26
  required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
56
27