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
@@ -6,22 +6,17 @@ from typing_extensions import Literal
6
6
 
7
7
  from pydantic import Field as FieldInfo
8
8
 
9
- from .engine import Engine
10
9
  from .._models import BaseModel
11
- from .entity_full import EntityFull
12
- from .antenna_full import AntennaFull
13
- from .battery_full import BatteryFull
14
- from .solar_array_details_full import SolarArrayDetailsFull
10
+ from .shared.entity_full import EntityFull
11
+ from .shared.onorbit_antenna_full import OnorbitAntennaFull
12
+ from .shared.onorbit_battery_full import OnorbitBatteryFull
13
+ from .shared.onorbit_details_full import OnorbitDetailsFull
14
+ from .shared.onorbit_thruster_full import OnorbitThrusterFull
15
+ from .shared.onorbit_solar_array_full import OnorbitSolarArrayFull
15
16
 
16
17
  __all__ = [
17
18
  "SeradataSpacecraftDetailGetResponse",
18
19
  "OnOrbit",
19
- "OnOrbitAntenna",
20
- "OnOrbitBattery",
21
- "OnOrbitOnorbitDetail",
22
- "OnOrbitSolarArray",
23
- "OnOrbitSolarArraySolarArray",
24
- "OnOrbitThruster",
25
20
  "Scientific",
26
21
  "SeradataCommDetail",
27
22
  "SeradataEarlyWarning",
@@ -32,602 +27,6 @@ __all__ = [
32
27
  ]
33
28
 
34
29
 
35
- class OnOrbitAntenna(BaseModel):
36
- classification_marking: str = FieldInfo(alias="classificationMarking")
37
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
38
-
39
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
40
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
41
-
42
- EXERCISE: Data pertaining to a government or military exercise. The data
43
- may include both real and simulated data.
44
-
45
- REAL: Data collected or produced that pertains to real-world objects,
46
- events, and analysis.
47
-
48
- SIMULATED: Synthetic data generated by a model to mimic real-world
49
- datasets.
50
-
51
- TEST: Specific datasets used to evaluate compliance with specifications and
52
- requirements, and for validating technical, functional, and performance
53
- characteristics.
54
- """
55
-
56
- id_antenna: str = FieldInfo(alias="idAntenna")
57
- """ID of the antenna."""
58
-
59
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
60
- """ID of the on-orbit object."""
61
-
62
- source: str
63
- """Source of the data."""
64
-
65
- id: Optional[str] = None
66
- """Unique identifier of the record, auto-generated by the system."""
67
-
68
- antenna: Optional[AntennaFull] = None
69
- """
70
- Model representation of information on on-orbit/spacecraft communication
71
- antennas. A spacecraft may have multiple antennas and each antenna can have
72
- multiple 'details' records compiled by different sources.
73
- """
74
-
75
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
76
- """Time the row was created in the database, auto-populated by the system."""
77
-
78
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
79
- """
80
- Application user who created the row in the database, auto-populated by the
81
- system.
82
- """
83
-
84
- origin: Optional[str] = None
85
- """
86
- Originating system or organization which produced the data, if different from
87
- the source. The origin may be different than the source if the source was a
88
- mediating system which forwarded the data on behalf of the origin system. If
89
- null, the source may be assumed to be the origin.
90
- """
91
-
92
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
93
- """
94
- The originating source network on which this record was created, auto-populated
95
- by the system.
96
- """
97
-
98
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
99
- """Time the row was last updated in the database, auto-populated by the system."""
100
-
101
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
102
- """
103
- Application user who updated the row in the database, auto-populated by the
104
- system.
105
- """
106
-
107
-
108
- class OnOrbitBattery(BaseModel):
109
- classification_marking: str = FieldInfo(alias="classificationMarking")
110
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
111
-
112
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
113
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
114
-
115
- EXERCISE: Data pertaining to a government or military exercise. The data
116
- may include both real and simulated data.
117
-
118
- REAL: Data collected or produced that pertains to real-world objects,
119
- events, and analysis.
120
-
121
- SIMULATED: Synthetic data generated by a model to mimic real-world
122
- datasets.
123
-
124
- TEST: Specific datasets used to evaluate compliance with specifications and
125
- requirements, and for validating technical, functional, and performance
126
- characteristics.
127
- """
128
-
129
- id_battery: str = FieldInfo(alias="idBattery")
130
- """ID of the battery."""
131
-
132
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
133
- """ID of the on-orbit object."""
134
-
135
- source: str
136
- """Source of the data."""
137
-
138
- id: Optional[str] = None
139
- """Unique identifier of the record, auto-generated by the system."""
140
-
141
- battery: Optional[BatteryFull] = None
142
- """Model representation of specific spacecraft battery types."""
143
-
144
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
145
- """Time the row was created in the database, auto-populated by the system."""
146
-
147
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
148
- """
149
- Application user who created the row in the database, auto-populated by the
150
- system.
151
- """
152
-
153
- origin: Optional[str] = None
154
- """
155
- Originating system or organization which produced the data, if different from
156
- the source. The origin may be different than the source if the source was a
157
- mediating system which forwarded the data on behalf of the origin system. If
158
- null, the source may be assumed to be the origin.
159
- """
160
-
161
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
162
- """
163
- The originating source network on which this record was created, auto-populated
164
- by the system.
165
- """
166
-
167
- quantity: Optional[int] = None
168
- """The number of batteries on the spacecraft of the type identified by idBattery."""
169
-
170
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
171
- """Time the row was last updated in the database, auto-populated by the system."""
172
-
173
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
174
- """
175
- Application user who updated the row in the database, auto-populated by the
176
- system.
177
- """
178
-
179
-
180
- class OnOrbitOnorbitDetail(BaseModel):
181
- classification_marking: str = FieldInfo(alias="classificationMarking")
182
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
183
-
184
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
185
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
186
-
187
- EXERCISE: Data pertaining to a government or military exercise. The data
188
- may include both real and simulated data.
189
-
190
- REAL: Data collected or produced that pertains to real-world objects,
191
- events, and analysis.
192
-
193
- SIMULATED: Synthetic data generated by a model to mimic real-world
194
- datasets.
195
-
196
- TEST: Specific datasets used to evaluate compliance with specifications and
197
- requirements, and for validating technical, functional, and performance
198
- characteristics.
199
- """
200
-
201
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
202
- """UUID of the parent Onorbit record."""
203
-
204
- source: str
205
- """Source of the data."""
206
-
207
- id: Optional[str] = None
208
- """Unique identifier of the record, auto-generated by the system."""
209
-
210
- additional_mass: Optional[float] = FieldInfo(alias="additionalMass", default=None)
211
- """Mass of fuel and disposables at launch time in kilograms."""
212
-
213
- adept_radius: Optional[float] = FieldInfo(alias="adeptRadius", default=None)
214
- """
215
- The radius used for long-term debris environment projection analyses that is not
216
- as conservative as COLA Radius, in meters.
217
- """
218
-
219
- bol_delta_v: Optional[float] = FieldInfo(alias="bolDeltaV", default=None)
220
- """The total beginning of life delta V of the spacecraft, in meters per second."""
221
-
222
- bol_fuel_mass: Optional[float] = FieldInfo(alias="bolFuelMass", default=None)
223
- """Spacecraft beginning of life fuel mass, in orbit, in kilograms."""
224
-
225
- bus_cross_section: Optional[float] = FieldInfo(alias="busCrossSection", default=None)
226
- """Average cross sectional area of the bus in meters squared."""
227
-
228
- bus_type: Optional[str] = FieldInfo(alias="busType", default=None)
229
- """Type of the bus on the spacecraft."""
230
-
231
- cola_radius: Optional[float] = FieldInfo(alias="colaRadius", default=None)
232
- """
233
- Maximum dimension of the box circumscribing the spacecraft (d = sqrt(a*a + b*b +
234
- c\\**c) where a is the tip-to-tip dimension, b and c are perpendicular to that.)
235
- in meters.
236
- """
237
-
238
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
239
- """Time the row was created in the database, auto-populated by the system."""
240
-
241
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
242
- """
243
- Application user who created the row in the database, auto-populated by the
244
- system.
245
- """
246
-
247
- cross_section: Optional[float] = FieldInfo(alias="crossSection", default=None)
248
- """Average cross sectional area in meters squared."""
249
-
250
- current_mass: Optional[float] = FieldInfo(alias="currentMass", default=None)
251
- """The estimated total current mass of the spacecraft, in kilograms."""
252
-
253
- delta_v_unc: Optional[float] = FieldInfo(alias="deltaVUnc", default=None)
254
- """The 1-sigma uncertainty of the total spacecraft delta V, in meters per second."""
255
-
256
- dep_est_masses: Optional[List[float]] = FieldInfo(alias="depEstMasses", default=None)
257
- """Array of the estimated mass of each deployable object, in kilograms.
258
-
259
- Must contain the same number of elements as the value of numDeployable.
260
- """
261
-
262
- dep_mass_uncs: Optional[List[float]] = FieldInfo(alias="depMassUncs", default=None)
263
- """
264
- Array of the 1-sigma uncertainty of the mass for each deployable object, in
265
- kilograms. Must contain the same number of elements as the value of
266
- numDeployable.
267
- """
268
-
269
- dep_names: Optional[List[str]] = FieldInfo(alias="depNames", default=None)
270
- """Array of satellite deployable objects.
271
-
272
- Must contain the same number of elements as the value of numDeployable.
273
- """
274
-
275
- drift_rate: Optional[float] = FieldInfo(alias="driftRate", default=None)
276
- """GEO drift rate, if applicable in degrees per day."""
277
-
278
- dry_mass: Optional[float] = FieldInfo(alias="dryMass", default=None)
279
- """Spacecraft dry mass (without fuel or disposables) in kilograms."""
280
-
281
- est_delta_v_duration: Optional[float] = FieldInfo(alias="estDeltaVDuration", default=None)
282
- """Estimated maximum burn duration for the object, in seconds."""
283
-
284
- fuel_remaining: Optional[float] = FieldInfo(alias="fuelRemaining", default=None)
285
- """Estimated remaining fuel for the object in kilograms."""
286
-
287
- geo_slot: Optional[float] = FieldInfo(alias="geoSlot", default=None)
288
- """GEO slot if applicable, in degrees.
289
-
290
- -180 (West of Prime Meridian) to 180 degrees (East of Prime Meridian). Prime
291
- Meridian is 0.
292
- """
293
-
294
- last_ob_source: Optional[str] = FieldInfo(alias="lastObSource", default=None)
295
- """The name of the source who last provided an observation for this idOnOrbit."""
296
-
297
- last_ob_time: Optional[datetime] = FieldInfo(alias="lastObTime", default=None)
298
- """
299
- Time of last reported observation for this object in ISO 8601 UTC with
300
- microsecond precision.
301
- """
302
-
303
- launch_mass: Optional[float] = FieldInfo(alias="launchMass", default=None)
304
- """Nominal mass of spacecraft and fuel at launch time, in kilograms."""
305
-
306
- launch_mass_max: Optional[float] = FieldInfo(alias="launchMassMax", default=None)
307
- """Maximum (estimated) mass of spacecraft and fuel at launch time, in kilograms."""
308
-
309
- launch_mass_min: Optional[float] = FieldInfo(alias="launchMassMin", default=None)
310
- """Minimum (estimated) mass of spacecraft and fuel at launch time, in kilograms."""
311
-
312
- maneuverable: Optional[bool] = None
313
- """Boolean indicating whether a spacecraft is maneuverable.
314
-
315
- Note that a spacecraft may have propulsion capability but may not be
316
- maneuverable due to lack of fuel, anomalous condition, or other operational
317
- constraints.
318
- """
319
-
320
- max_delta_v: Optional[float] = FieldInfo(alias="maxDeltaV", default=None)
321
- """Maximum delta V available for this on-orbit spacecraft, in meters per second."""
322
-
323
- max_radius: Optional[float] = FieldInfo(alias="maxRadius", default=None)
324
- """
325
- Maximum dimension across the spacecraft (e.g., tip-to-tip across the solar panel
326
- arrays) in meters.
327
- """
328
-
329
- mission_types: Optional[List[str]] = FieldInfo(alias="missionTypes", default=None)
330
- """Array of the type of missions the spacecraft performs.
331
-
332
- Must contain the same number of elements as the value of numMission.
333
- """
334
-
335
- num_deployable: Optional[int] = FieldInfo(alias="numDeployable", default=None)
336
- """The number of sub-satellites or deployable objects on the spacecraft."""
337
-
338
- num_mission: Optional[int] = FieldInfo(alias="numMission", default=None)
339
- """The number of distinct missions the spacecraft performs."""
340
-
341
- origin: Optional[str] = None
342
- """
343
- Originating system or organization which produced the data, if different from
344
- the source. The origin may be different than the source if the source was a
345
- mediating system which forwarded the data on behalf of the origin system. If
346
- null, the source may be assumed to be the origin.
347
- """
348
-
349
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
350
- """
351
- The originating source network on which this record was created, auto-populated
352
- by the system.
353
- """
354
-
355
- rcs: Optional[float] = None
356
- """Current/latest radar cross section in meters squared."""
357
-
358
- rcs_max: Optional[float] = FieldInfo(alias="rcsMax", default=None)
359
- """Maximum radar cross section in meters squared."""
360
-
361
- rcs_mean: Optional[float] = FieldInfo(alias="rcsMean", default=None)
362
- """Mean radar cross section in meters squared."""
363
-
364
- rcs_min: Optional[float] = FieldInfo(alias="rcsMin", default=None)
365
- """Minimum radar cross section in meters squared."""
366
-
367
- ref_source: Optional[str] = FieldInfo(alias="refSource", default=None)
368
- """
369
- The reference source, sources, or URL from which the data in this record was
370
- obtained.
371
- """
372
-
373
- solar_array_area: Optional[float] = FieldInfo(alias="solarArrayArea", default=None)
374
- """Spacecraft deployed area of solar array in meters squared."""
375
-
376
- total_mass_unc: Optional[float] = FieldInfo(alias="totalMassUnc", default=None)
377
- """The 1-sigma uncertainty of the total spacecraft mass, in kilograms."""
378
-
379
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
380
- """Time the row was last updated in the database, auto-populated by the system."""
381
-
382
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
383
- """
384
- Application user who updated the row in the database, auto-populated by the
385
- system.
386
- """
387
-
388
- vismag: Optional[float] = None
389
- """Current/latest visual magnitude in M."""
390
-
391
- vismag_max: Optional[float] = FieldInfo(alias="vismagMax", default=None)
392
- """Maximum visual magnitude in M."""
393
-
394
- vismag_mean: Optional[float] = FieldInfo(alias="vismagMean", default=None)
395
- """Mean visual magnitude in M."""
396
-
397
- vismag_min: Optional[float] = FieldInfo(alias="vismagMin", default=None)
398
- """Minimum visual magnitude in M."""
399
-
400
-
401
- class OnOrbitSolarArraySolarArray(BaseModel):
402
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
403
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
404
-
405
- EXERCISE: Data pertaining to a government or military exercise. The data
406
- may include both real and simulated data.
407
-
408
- REAL: Data collected or produced that pertains to real-world objects,
409
- events, and analysis.
410
-
411
- SIMULATED: Synthetic data generated by a model to mimic real-world
412
- datasets.
413
-
414
- TEST: Specific datasets used to evaluate compliance with specifications and
415
- requirements, and for validating technical, functional, and performance
416
- characteristics.
417
- """
418
-
419
- name: str
420
- """Solar Array name."""
421
-
422
- source: str
423
- """Source of the data."""
424
-
425
- id: Optional[str] = None
426
- """Unique identifier of the record, auto-generated by the system."""
427
-
428
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
429
- """Time the row was created in the database, auto-populated by the system."""
430
-
431
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
432
- """
433
- Application user who created the row in the database, auto-populated by the
434
- system.
435
- """
436
-
437
- origin: Optional[str] = None
438
- """
439
- Originating system or organization which produced the data, if different from
440
- the source. The origin may be different than the source if the source was a
441
- mediating system which forwarded the data on behalf of the origin system. If
442
- null, the source may be assumed to be the origin.
443
- """
444
-
445
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
446
- """
447
- The originating source network on which this record was created, auto-populated
448
- by the system.
449
- """
450
-
451
- solar_array_details: Optional[List[SolarArrayDetailsFull]] = FieldInfo(alias="solarArrayDetails", default=None)
452
- """
453
- Read-only collection of additional SolarArrayDetails by various sources for this
454
- organization, ignored on create/update. These details must be created separately
455
- via the /udl/solararraydetails operations.
456
- """
457
-
458
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
459
- """Time the row was last updated in the database, auto-populated by the system."""
460
-
461
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
462
- """
463
- Application user who updated the row in the database, auto-populated by the
464
- system.
465
- """
466
-
467
-
468
- class OnOrbitSolarArray(BaseModel):
469
- classification_marking: str = FieldInfo(alias="classificationMarking")
470
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
471
-
472
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
473
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
474
-
475
- EXERCISE: Data pertaining to a government or military exercise. The data
476
- may include both real and simulated data.
477
-
478
- REAL: Data collected or produced that pertains to real-world objects,
479
- events, and analysis.
480
-
481
- SIMULATED: Synthetic data generated by a model to mimic real-world
482
- datasets.
483
-
484
- TEST: Specific datasets used to evaluate compliance with specifications and
485
- requirements, and for validating technical, functional, and performance
486
- characteristics.
487
- """
488
-
489
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
490
- """ID of the on-orbit object."""
491
-
492
- id_solar_array: str = FieldInfo(alias="idSolarArray")
493
- """ID of the SolarArray."""
494
-
495
- source: str
496
- """Source of the data."""
497
-
498
- id: Optional[str] = None
499
- """Unique identifier of the record, auto-generated by the system."""
500
-
501
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
502
- """Time the row was created in the database, auto-populated by the system."""
503
-
504
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
505
- """
506
- Application user who created the row in the database, auto-populated by the
507
- system.
508
- """
509
-
510
- origin: Optional[str] = None
511
- """
512
- Originating system or organization which produced the data, if different from
513
- the source. The origin may be different than the source if the source was a
514
- mediating system which forwarded the data on behalf of the origin system. If
515
- null, the source may be assumed to be the origin.
516
- """
517
-
518
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
519
- """
520
- The originating source network on which this record was created, auto-populated
521
- by the system.
522
- """
523
-
524
- quantity: Optional[int] = None
525
- """
526
- The number of solar arrays on the spacecraft of the type identified by
527
- idSolarArray.
528
- """
529
-
530
- solar_array: Optional[OnOrbitSolarArraySolarArray] = FieldInfo(alias="solarArray", default=None)
531
- """Model representation of information on on-orbit/spacecraft solar arrays.
532
-
533
- A spacecraft may have multiple solar arrays and each solar array can have
534
- multiple 'details' records compiled by different sources.
535
- """
536
-
537
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
538
- """Time the row was last updated in the database, auto-populated by the system."""
539
-
540
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
541
- """
542
- Application user who updated the row in the database, auto-populated by the
543
- system.
544
- """
545
-
546
-
547
- class OnOrbitThruster(BaseModel):
548
- classification_marking: str = FieldInfo(alias="classificationMarking")
549
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
550
-
551
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
552
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
553
-
554
- EXERCISE: Data pertaining to a government or military exercise. The data
555
- may include both real and simulated data.
556
-
557
- REAL: Data collected or produced that pertains to real-world objects,
558
- events, and analysis.
559
-
560
- SIMULATED: Synthetic data generated by a model to mimic real-world
561
- datasets.
562
-
563
- TEST: Specific datasets used to evaluate compliance with specifications and
564
- requirements, and for validating technical, functional, and performance
565
- characteristics.
566
- """
567
-
568
- id_engine: str = FieldInfo(alias="idEngine")
569
- """ID of the Engine."""
570
-
571
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
572
- """ID of the on-orbit object."""
573
-
574
- source: str
575
- """Source of the data."""
576
-
577
- id: Optional[str] = None
578
- """Unique identifier of the record, auto-generated by the system."""
579
-
580
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
581
- """Time the row was created in the database, auto-populated by the system."""
582
-
583
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
584
- """
585
- Application user who created the row in the database, auto-populated by the
586
- system.
587
- """
588
-
589
- engine: Optional[Engine] = None
590
- """Known launch vehicle engines and their performance characteristics and limits.
591
-
592
- A launch vehicle has 1 to many engines per stage.
593
- """
594
-
595
- origin: Optional[str] = None
596
- """
597
- Originating system or organization which produced the data, if different from
598
- the source. The origin may be different than the source if the source was a
599
- mediating system which forwarded the data on behalf of the origin system. If
600
- null, the source may be assumed to be the origin.
601
- """
602
-
603
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
604
- """
605
- The originating source network on which this record was created, auto-populated
606
- by the system.
607
- """
608
-
609
- quantity: Optional[int] = None
610
- """
611
- The number of engines/thrusters on the spacecraft of the type identified by
612
- idEngine.
613
- """
614
-
615
- type: Optional[str] = None
616
- """The type of thruster associated with this record (e.g.
617
-
618
- LAE, Hydrazine REA, etc.).
619
- """
620
-
621
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
622
- """Time the row was last updated in the database, auto-populated by the system."""
623
-
624
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
625
- """
626
- Application user who updated the row in the database, auto-populated by the
627
- system.
628
- """
629
-
630
-
631
30
  class OnOrbit(BaseModel):
632
31
  classification_marking: str = FieldInfo(alias="classificationMarking")
633
32
  """Classification marking of the data in IC/CAPCO Portion-marked format."""
@@ -658,10 +57,10 @@ class OnOrbit(BaseModel):
658
57
  alt_name: Optional[str] = FieldInfo(alias="altName", default=None)
659
58
  """Alternate name of the on-orbit object."""
660
59
 
661
- antennas: Optional[List[OnOrbitAntenna]] = None
60
+ antennas: Optional[List[OnorbitAntennaFull]] = None
662
61
  """Read-only collection of antennas on this on-orbit object."""
663
62
 
664
- batteries: Optional[List[OnOrbitBattery]] = None
63
+ batteries: Optional[List[OnorbitBatteryFull]] = None
665
64
  """Read-only collection of batteries on this on-orbit object."""
666
65
 
667
66
  category: Optional[
@@ -750,7 +149,7 @@ class OnOrbit(BaseModel):
750
149
  UNKNOWN.
751
150
  """
752
151
 
753
- onorbit_details: Optional[List[OnOrbitOnorbitDetail]] = FieldInfo(alias="onorbitDetails", default=None)
152
+ onorbit_details: Optional[List[OnorbitDetailsFull]] = FieldInfo(alias="onorbitDetails", default=None)
754
153
  """Read-only collection of details for this on-orbit object."""
755
154
 
756
155
  origin: Optional[str] = None
@@ -767,10 +166,10 @@ class OnOrbit(BaseModel):
767
166
  by the system.
768
167
  """
769
168
 
770
- solar_arrays: Optional[List[OnOrbitSolarArray]] = FieldInfo(alias="solarArrays", default=None)
169
+ solar_arrays: Optional[List[OnorbitSolarArrayFull]] = FieldInfo(alias="solarArrays", default=None)
771
170
  """Read-only collection of solar arrays on this on-orbit object."""
772
171
 
773
- thrusters: Optional[List[OnOrbitThruster]] = None
172
+ thrusters: Optional[List[OnorbitThrusterFull]] = None
774
173
  """Read-only collection of thrusters (engines) on this on-orbit object."""
775
174
 
776
175
  updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)