udl-sdk 0.1.0a14__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.0a14.dist-info → udl_sdk-0.1.0a16.dist-info}/METADATA +1 -1
  2. {udl_sdk-0.1.0a14.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.0a14.dist-info → udl_sdk-0.1.0a16.dist-info}/WHEEL +0 -0
  401. {udl_sdk-0.1.0a14.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,29 +6,21 @@ 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 .antenna_full import AntennaFull
12
- from .battery_full import BatteryFull
13
- from .location_full import LocationFull
14
- from .organization_full import OrganizationFull
15
- from .solar_array_details_full import SolarArrayDetailsFull
10
+ from .shared.status_full import StatusFull
11
+ from .shared.rf_band_full import RfBandFull
12
+ from .shared.location_full import LocationFull
13
+ from .shared.operatingunit_full import OperatingunitFull
14
+ from .shared.onorbit_antenna_full import OnorbitAntennaFull
15
+ from .shared.onorbit_battery_full import OnorbitBatteryFull
16
+ from .shared.onorbit_details_full import OnorbitDetailsFull
17
+ from .shared.onorbit_thruster_full import OnorbitThrusterFull
18
+ from .shared.onorbit_solar_array_full import OnorbitSolarArrayFull
16
19
 
17
20
  __all__ = [
18
21
  "SensorGetResponse",
19
22
  "Entity",
20
23
  "EntityOnOrbit",
21
- "EntityOnOrbitAntenna",
22
- "EntityOnOrbitBattery",
23
- "EntityOnOrbitOnorbitDetail",
24
- "EntityOnOrbitSolarArray",
25
- "EntityOnOrbitSolarArraySolarArray",
26
- "EntityOnOrbitThruster",
27
- "EntityOperatingUnit",
28
- "EntityOperatingUnitOperatingUnitRemark",
29
- "EntityRfBand",
30
- "EntityStatusCollection",
31
- "EntityStatusCollectionSubStatusCollection",
32
24
  "Sensorcharacteristic",
33
25
  "SensorlimitsCollection",
34
26
  "SensorObservationType",
@@ -37,1332 +29,7 @@ __all__ = [
37
29
  ]
38
30
 
39
31
 
40
- class EntityOnOrbitAntenna(BaseModel):
41
- classification_marking: str = FieldInfo(alias="classificationMarking")
42
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
43
-
44
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
45
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
46
-
47
- EXERCISE: Data pertaining to a government or military exercise. The data
48
- may include both real and simulated data.
49
-
50
- REAL: Data collected or produced that pertains to real-world objects,
51
- events, and analysis.
52
-
53
- SIMULATED: Synthetic data generated by a model to mimic real-world
54
- datasets.
55
-
56
- TEST: Specific datasets used to evaluate compliance with specifications and
57
- requirements, and for validating technical, functional, and performance
58
- characteristics.
59
- """
60
-
61
- id_antenna: str = FieldInfo(alias="idAntenna")
62
- """ID of the antenna."""
63
-
64
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
65
- """ID of the on-orbit object."""
66
-
67
- source: str
68
- """Source of the data."""
69
-
70
- id: Optional[str] = None
71
- """Unique identifier of the record, auto-generated by the system."""
72
-
73
- antenna: Optional[AntennaFull] = None
74
- """
75
- Model representation of information on on-orbit/spacecraft communication
76
- antennas. A spacecraft may have multiple antennas and each antenna can have
77
- multiple 'details' records compiled by different sources.
78
- """
79
-
80
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
81
- """Time the row was created in the database, auto-populated by the system."""
82
-
83
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
84
- """
85
- Application user who created the row in the database, auto-populated by the
86
- system.
87
- """
88
-
89
- origin: Optional[str] = None
90
- """
91
- Originating system or organization which produced the data, if different from
92
- the source. The origin may be different than the source if the source was a
93
- mediating system which forwarded the data on behalf of the origin system. If
94
- null, the source may be assumed to be the origin.
95
- """
96
-
97
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
98
- """
99
- The originating source network on which this record was created, auto-populated
100
- by the system.
101
- """
102
-
103
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
104
- """Time the row was last updated in the database, auto-populated by the system."""
105
-
106
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
107
- """
108
- Application user who updated the row in the database, auto-populated by the
109
- system.
110
- """
111
-
112
-
113
- class EntityOnOrbitBattery(BaseModel):
114
- classification_marking: str = FieldInfo(alias="classificationMarking")
115
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
116
-
117
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
118
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
119
-
120
- EXERCISE: Data pertaining to a government or military exercise. The data
121
- may include both real and simulated data.
122
-
123
- REAL: Data collected or produced that pertains to real-world objects,
124
- events, and analysis.
125
-
126
- SIMULATED: Synthetic data generated by a model to mimic real-world
127
- datasets.
128
-
129
- TEST: Specific datasets used to evaluate compliance with specifications and
130
- requirements, and for validating technical, functional, and performance
131
- characteristics.
132
- """
133
-
134
- id_battery: str = FieldInfo(alias="idBattery")
135
- """ID of the battery."""
136
-
137
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
138
- """ID of the on-orbit object."""
139
-
140
- source: str
141
- """Source of the data."""
142
-
143
- id: Optional[str] = None
144
- """Unique identifier of the record, auto-generated by the system."""
145
-
146
- battery: Optional[BatteryFull] = None
147
- """Model representation of specific spacecraft battery types."""
148
-
149
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
150
- """Time the row was created in the database, auto-populated by the system."""
151
-
152
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
153
- """
154
- Application user who created the row in the database, auto-populated by the
155
- system.
156
- """
157
-
158
- origin: Optional[str] = None
159
- """
160
- Originating system or organization which produced the data, if different from
161
- the source. The origin may be different than the source if the source was a
162
- mediating system which forwarded the data on behalf of the origin system. If
163
- null, the source may be assumed to be the origin.
164
- """
165
-
166
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
167
- """
168
- The originating source network on which this record was created, auto-populated
169
- by the system.
170
- """
171
-
172
- quantity: Optional[int] = None
173
- """The number of batteries on the spacecraft of the type identified by idBattery."""
174
-
175
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
176
- """Time the row was last updated in the database, auto-populated by the system."""
177
-
178
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
179
- """
180
- Application user who updated the row in the database, auto-populated by the
181
- system.
182
- """
183
-
184
-
185
- class EntityOnOrbitOnorbitDetail(BaseModel):
186
- classification_marking: str = FieldInfo(alias="classificationMarking")
187
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
188
-
189
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
190
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
191
-
192
- EXERCISE: Data pertaining to a government or military exercise. The data
193
- may include both real and simulated data.
194
-
195
- REAL: Data collected or produced that pertains to real-world objects,
196
- events, and analysis.
197
-
198
- SIMULATED: Synthetic data generated by a model to mimic real-world
199
- datasets.
200
-
201
- TEST: Specific datasets used to evaluate compliance with specifications and
202
- requirements, and for validating technical, functional, and performance
203
- characteristics.
204
- """
205
-
206
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
207
- """UUID of the parent Onorbit record."""
208
-
209
- source: str
210
- """Source of the data."""
211
-
212
- id: Optional[str] = None
213
- """Unique identifier of the record, auto-generated by the system."""
214
-
215
- additional_mass: Optional[float] = FieldInfo(alias="additionalMass", default=None)
216
- """Mass of fuel and disposables at launch time in kilograms."""
217
-
218
- adept_radius: Optional[float] = FieldInfo(alias="adeptRadius", default=None)
219
- """
220
- The radius used for long-term debris environment projection analyses that is not
221
- as conservative as COLA Radius, in meters.
222
- """
223
-
224
- bol_delta_v: Optional[float] = FieldInfo(alias="bolDeltaV", default=None)
225
- """The total beginning of life delta V of the spacecraft, in meters per second."""
226
-
227
- bol_fuel_mass: Optional[float] = FieldInfo(alias="bolFuelMass", default=None)
228
- """Spacecraft beginning of life fuel mass, in orbit, in kilograms."""
229
-
230
- bus_cross_section: Optional[float] = FieldInfo(alias="busCrossSection", default=None)
231
- """Average cross sectional area of the bus in meters squared."""
232
-
233
- bus_type: Optional[str] = FieldInfo(alias="busType", default=None)
234
- """Type of the bus on the spacecraft."""
235
-
236
- cola_radius: Optional[float] = FieldInfo(alias="colaRadius", default=None)
237
- """
238
- Maximum dimension of the box circumscribing the spacecraft (d = sqrt(a*a + b*b +
239
- c\\**c) where a is the tip-to-tip dimension, b and c are perpendicular to that.)
240
- in meters.
241
- """
242
-
243
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
244
- """Time the row was created in the database, auto-populated by the system."""
245
-
246
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
247
- """
248
- Application user who created the row in the database, auto-populated by the
249
- system.
250
- """
251
-
252
- cross_section: Optional[float] = FieldInfo(alias="crossSection", default=None)
253
- """Average cross sectional area in meters squared."""
254
-
255
- current_mass: Optional[float] = FieldInfo(alias="currentMass", default=None)
256
- """The estimated total current mass of the spacecraft, in kilograms."""
257
-
258
- delta_v_unc: Optional[float] = FieldInfo(alias="deltaVUnc", default=None)
259
- """The 1-sigma uncertainty of the total spacecraft delta V, in meters per second."""
260
-
261
- dep_est_masses: Optional[List[float]] = FieldInfo(alias="depEstMasses", default=None)
262
- """Array of the estimated mass of each deployable object, in kilograms.
263
-
264
- Must contain the same number of elements as the value of numDeployable.
265
- """
266
-
267
- dep_mass_uncs: Optional[List[float]] = FieldInfo(alias="depMassUncs", default=None)
268
- """
269
- Array of the 1-sigma uncertainty of the mass for each deployable object, in
270
- kilograms. Must contain the same number of elements as the value of
271
- numDeployable.
272
- """
273
-
274
- dep_names: Optional[List[str]] = FieldInfo(alias="depNames", default=None)
275
- """Array of satellite deployable objects.
276
-
277
- Must contain the same number of elements as the value of numDeployable.
278
- """
279
-
280
- drift_rate: Optional[float] = FieldInfo(alias="driftRate", default=None)
281
- """GEO drift rate, if applicable in degrees per day."""
282
-
283
- dry_mass: Optional[float] = FieldInfo(alias="dryMass", default=None)
284
- """Spacecraft dry mass (without fuel or disposables) in kilograms."""
285
-
286
- est_delta_v_duration: Optional[float] = FieldInfo(alias="estDeltaVDuration", default=None)
287
- """Estimated maximum burn duration for the object, in seconds."""
288
-
289
- fuel_remaining: Optional[float] = FieldInfo(alias="fuelRemaining", default=None)
290
- """Estimated remaining fuel for the object in kilograms."""
291
-
292
- geo_slot: Optional[float] = FieldInfo(alias="geoSlot", default=None)
293
- """GEO slot if applicable, in degrees.
294
-
295
- -180 (West of Prime Meridian) to 180 degrees (East of Prime Meridian). Prime
296
- Meridian is 0.
297
- """
298
-
299
- last_ob_source: Optional[str] = FieldInfo(alias="lastObSource", default=None)
300
- """The name of the source who last provided an observation for this idOnOrbit."""
301
-
302
- last_ob_time: Optional[datetime] = FieldInfo(alias="lastObTime", default=None)
303
- """
304
- Time of last reported observation for this object in ISO 8601 UTC with
305
- microsecond precision.
306
- """
307
-
308
- launch_mass: Optional[float] = FieldInfo(alias="launchMass", default=None)
309
- """Nominal mass of spacecraft and fuel at launch time, in kilograms."""
310
-
311
- launch_mass_max: Optional[float] = FieldInfo(alias="launchMassMax", default=None)
312
- """Maximum (estimated) mass of spacecraft and fuel at launch time, in kilograms."""
313
-
314
- launch_mass_min: Optional[float] = FieldInfo(alias="launchMassMin", default=None)
315
- """Minimum (estimated) mass of spacecraft and fuel at launch time, in kilograms."""
316
-
317
- maneuverable: Optional[bool] = None
318
- """Boolean indicating whether a spacecraft is maneuverable.
319
-
320
- Note that a spacecraft may have propulsion capability but may not be
321
- maneuverable due to lack of fuel, anomalous condition, or other operational
322
- constraints.
323
- """
324
-
325
- max_delta_v: Optional[float] = FieldInfo(alias="maxDeltaV", default=None)
326
- """Maximum delta V available for this on-orbit spacecraft, in meters per second."""
327
-
328
- max_radius: Optional[float] = FieldInfo(alias="maxRadius", default=None)
329
- """
330
- Maximum dimension across the spacecraft (e.g., tip-to-tip across the solar panel
331
- arrays) in meters.
332
- """
333
-
334
- mission_types: Optional[List[str]] = FieldInfo(alias="missionTypes", default=None)
335
- """Array of the type of missions the spacecraft performs.
336
-
337
- Must contain the same number of elements as the value of numMission.
338
- """
339
-
340
- num_deployable: Optional[int] = FieldInfo(alias="numDeployable", default=None)
341
- """The number of sub-satellites or deployable objects on the spacecraft."""
342
-
343
- num_mission: Optional[int] = FieldInfo(alias="numMission", default=None)
344
- """The number of distinct missions the spacecraft performs."""
345
-
346
- origin: Optional[str] = None
347
- """
348
- Originating system or organization which produced the data, if different from
349
- the source. The origin may be different than the source if the source was a
350
- mediating system which forwarded the data on behalf of the origin system. If
351
- null, the source may be assumed to be the origin.
352
- """
353
-
354
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
355
- """
356
- The originating source network on which this record was created, auto-populated
357
- by the system.
358
- """
359
-
360
- rcs: Optional[float] = None
361
- """Current/latest radar cross section in meters squared."""
362
-
363
- rcs_max: Optional[float] = FieldInfo(alias="rcsMax", default=None)
364
- """Maximum radar cross section in meters squared."""
365
-
366
- rcs_mean: Optional[float] = FieldInfo(alias="rcsMean", default=None)
367
- """Mean radar cross section in meters squared."""
368
-
369
- rcs_min: Optional[float] = FieldInfo(alias="rcsMin", default=None)
370
- """Minimum radar cross section in meters squared."""
371
-
372
- ref_source: Optional[str] = FieldInfo(alias="refSource", default=None)
373
- """
374
- The reference source, sources, or URL from which the data in this record was
375
- obtained.
376
- """
377
-
378
- solar_array_area: Optional[float] = FieldInfo(alias="solarArrayArea", default=None)
379
- """Spacecraft deployed area of solar array in meters squared."""
380
-
381
- total_mass_unc: Optional[float] = FieldInfo(alias="totalMassUnc", default=None)
382
- """The 1-sigma uncertainty of the total spacecraft mass, in kilograms."""
383
-
384
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
385
- """Time the row was last updated in the database, auto-populated by the system."""
386
-
387
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
388
- """
389
- Application user who updated the row in the database, auto-populated by the
390
- system.
391
- """
392
-
393
- vismag: Optional[float] = None
394
- """Current/latest visual magnitude in M."""
395
-
396
- vismag_max: Optional[float] = FieldInfo(alias="vismagMax", default=None)
397
- """Maximum visual magnitude in M."""
398
-
399
- vismag_mean: Optional[float] = FieldInfo(alias="vismagMean", default=None)
400
- """Mean visual magnitude in M."""
401
-
402
- vismag_min: Optional[float] = FieldInfo(alias="vismagMin", default=None)
403
- """Minimum visual magnitude in M."""
404
-
405
-
406
- class EntityOnOrbitSolarArraySolarArray(BaseModel):
407
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
408
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
409
-
410
- EXERCISE: Data pertaining to a government or military exercise. The data
411
- may include both real and simulated data.
412
-
413
- REAL: Data collected or produced that pertains to real-world objects,
414
- events, and analysis.
415
-
416
- SIMULATED: Synthetic data generated by a model to mimic real-world
417
- datasets.
418
-
419
- TEST: Specific datasets used to evaluate compliance with specifications and
420
- requirements, and for validating technical, functional, and performance
421
- characteristics.
422
- """
423
-
424
- name: str
425
- """Solar Array name."""
426
-
427
- source: str
428
- """Source of the data."""
429
-
430
- id: Optional[str] = None
431
- """Unique identifier of the record, auto-generated by the system."""
432
-
433
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
434
- """Time the row was created in the database, auto-populated by the system."""
435
-
436
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
437
- """
438
- Application user who created the row in the database, auto-populated by the
439
- system.
440
- """
441
-
442
- origin: Optional[str] = None
443
- """
444
- Originating system or organization which produced the data, if different from
445
- the source. The origin may be different than the source if the source was a
446
- mediating system which forwarded the data on behalf of the origin system. If
447
- null, the source may be assumed to be the origin.
448
- """
449
-
450
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
451
- """
452
- The originating source network on which this record was created, auto-populated
453
- by the system.
454
- """
455
-
456
- solar_array_details: Optional[List[SolarArrayDetailsFull]] = FieldInfo(alias="solarArrayDetails", default=None)
457
- """
458
- Read-only collection of additional SolarArrayDetails by various sources for this
459
- organization, ignored on create/update. These details must be created separately
460
- via the /udl/solararraydetails operations.
461
- """
462
-
463
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
464
- """Time the row was last updated in the database, auto-populated by the system."""
465
-
466
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
467
- """
468
- Application user who updated the row in the database, auto-populated by the
469
- system.
470
- """
471
-
472
-
473
- class EntityOnOrbitSolarArray(BaseModel):
474
- classification_marking: str = FieldInfo(alias="classificationMarking")
475
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
476
-
477
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
478
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
479
-
480
- EXERCISE: Data pertaining to a government or military exercise. The data
481
- may include both real and simulated data.
482
-
483
- REAL: Data collected or produced that pertains to real-world objects,
484
- events, and analysis.
485
-
486
- SIMULATED: Synthetic data generated by a model to mimic real-world
487
- datasets.
488
-
489
- TEST: Specific datasets used to evaluate compliance with specifications and
490
- requirements, and for validating technical, functional, and performance
491
- characteristics.
492
- """
493
-
494
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
495
- """ID of the on-orbit object."""
496
-
497
- id_solar_array: str = FieldInfo(alias="idSolarArray")
498
- """ID of the SolarArray."""
499
-
500
- source: str
501
- """Source of the data."""
502
-
503
- id: Optional[str] = None
504
- """Unique identifier of the record, auto-generated by the system."""
505
-
506
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
507
- """Time the row was created in the database, auto-populated by the system."""
508
-
509
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
510
- """
511
- Application user who created the row in the database, auto-populated by the
512
- system.
513
- """
514
-
515
- origin: Optional[str] = None
516
- """
517
- Originating system or organization which produced the data, if different from
518
- the source. The origin may be different than the source if the source was a
519
- mediating system which forwarded the data on behalf of the origin system. If
520
- null, the source may be assumed to be the origin.
521
- """
522
-
523
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
524
- """
525
- The originating source network on which this record was created, auto-populated
526
- by the system.
527
- """
528
-
529
- quantity: Optional[int] = None
530
- """
531
- The number of solar arrays on the spacecraft of the type identified by
532
- idSolarArray.
533
- """
534
-
535
- solar_array: Optional[EntityOnOrbitSolarArraySolarArray] = FieldInfo(alias="solarArray", default=None)
536
- """Model representation of information on on-orbit/spacecraft solar arrays.
537
-
538
- A spacecraft may have multiple solar arrays and each solar array can have
539
- multiple 'details' records compiled by different sources.
540
- """
541
-
542
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
543
- """Time the row was last updated in the database, auto-populated by the system."""
544
-
545
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
546
- """
547
- Application user who updated the row in the database, auto-populated by the
548
- system.
549
- """
550
-
551
-
552
- class EntityOnOrbitThruster(BaseModel):
553
- classification_marking: str = FieldInfo(alias="classificationMarking")
554
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
555
-
556
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
557
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
558
-
559
- EXERCISE: Data pertaining to a government or military exercise. The data
560
- may include both real and simulated data.
561
-
562
- REAL: Data collected or produced that pertains to real-world objects,
563
- events, and analysis.
564
-
565
- SIMULATED: Synthetic data generated by a model to mimic real-world
566
- datasets.
567
-
568
- TEST: Specific datasets used to evaluate compliance with specifications and
569
- requirements, and for validating technical, functional, and performance
570
- characteristics.
571
- """
572
-
573
- id_engine: str = FieldInfo(alias="idEngine")
574
- """ID of the Engine."""
575
-
576
- id_on_orbit: str = FieldInfo(alias="idOnOrbit")
577
- """ID of the on-orbit object."""
578
-
579
- source: str
580
- """Source of the data."""
581
-
582
- id: Optional[str] = None
583
- """Unique identifier of the record, auto-generated by the system."""
584
-
585
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
586
- """Time the row was created in the database, auto-populated by the system."""
587
-
588
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
589
- """
590
- Application user who created the row in the database, auto-populated by the
591
- system.
592
- """
593
-
594
- engine: Optional[Engine] = None
595
- """Known launch vehicle engines and their performance characteristics and limits.
596
-
597
- A launch vehicle has 1 to many engines per stage.
598
- """
599
-
600
- origin: Optional[str] = None
601
- """
602
- Originating system or organization which produced the data, if different from
603
- the source. The origin may be different than the source if the source was a
604
- mediating system which forwarded the data on behalf of the origin system. If
605
- null, the source may be assumed to be the origin.
606
- """
607
-
608
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
609
- """
610
- The originating source network on which this record was created, auto-populated
611
- by the system.
612
- """
613
-
614
- quantity: Optional[int] = None
615
- """
616
- The number of engines/thrusters on the spacecraft of the type identified by
617
- idEngine.
618
- """
619
-
620
- type: Optional[str] = None
621
- """The type of thruster associated with this record (e.g.
622
-
623
- LAE, Hydrazine REA, etc.).
624
- """
625
-
626
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
627
- """Time the row was last updated in the database, auto-populated by the system."""
628
-
629
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
630
- """
631
- Application user who updated the row in the database, auto-populated by the
632
- system.
633
- """
634
-
635
-
636
- class EntityOnOrbit(BaseModel):
637
- classification_marking: str = FieldInfo(alias="classificationMarking")
638
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
639
-
640
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
641
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
642
-
643
- EXERCISE: Data pertaining to a government or military exercise. The data
644
- may include both real and simulated data.
645
-
646
- REAL: Data collected or produced that pertains to real-world objects,
647
- events, and analysis.
648
-
649
- SIMULATED: Synthetic data generated by a model to mimic real-world
650
- datasets.
651
-
652
- TEST: Specific datasets used to evaluate compliance with specifications and
653
- requirements, and for validating technical, functional, and performance
654
- characteristics.
655
- """
656
-
657
- sat_no: int = FieldInfo(alias="satNo")
658
- """Satellite/Catalog number of the target on-orbit object."""
659
-
660
- source: str
661
- """Source of the data."""
662
-
663
- alt_name: Optional[str] = FieldInfo(alias="altName", default=None)
664
- """Alternate name of the on-orbit object."""
665
-
666
- antennas: Optional[List[EntityOnOrbitAntenna]] = None
667
- """Read-only collection of antennas on this on-orbit object."""
668
-
669
- batteries: Optional[List[EntityOnOrbitBattery]] = None
670
- """Read-only collection of batteries on this on-orbit object."""
671
-
672
- category: Optional[
673
- Literal[
674
- "Unknown",
675
- "On-Orbit",
676
- "Decayed",
677
- "Cataloged Without State",
678
- "Launch Nominal",
679
- "Analyst Satellite",
680
- "Cislunar",
681
- "Lunar",
682
- "Hyperbolic",
683
- "Heliocentric",
684
- "Interplanetary",
685
- "Lagrangian",
686
- "Docked",
687
- ]
688
- ] = None
689
- """Category of the on-orbit object.
690
-
691
- (Unknown, On-Orbit, Decayed, Cataloged Without State, Launch Nominal, Analyst
692
- Satellite, Cislunar, Lunar, Hyperbolic, Heliocentric, Interplanetary,
693
- Lagrangian, Docked).
694
- """
695
-
696
- common_name: Optional[str] = FieldInfo(alias="commonName", default=None)
697
- """Common name of the on-orbit object."""
698
-
699
- constellation: Optional[str] = None
700
- """Constellation to which this satellite belongs."""
701
-
702
- country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
703
- """The country code.
704
-
705
- This value is typically the ISO 3166 Alpha-2 two-character country code, however
706
- it can also represent various consortiums that do not appear in the ISO
707
- document. The code must correspond to an existing country in the UDL’s country
708
- API. Call udl/country/{code} to get any associated FIPS code, ISO Alpha-3 code,
709
- or alternate code values that exist for the specified country code.
710
- """
711
-
712
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
713
- """Time the row was created in the database, auto-populated by the system."""
714
-
715
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
716
- """
717
- Application user who created the row in the database, auto-populated by the
718
- system.
719
- """
720
-
721
- decay_date: Optional[datetime] = FieldInfo(alias="decayDate", default=None)
722
- """Date of decay."""
723
-
724
- id_on_orbit: Optional[str] = FieldInfo(alias="idOnOrbit", default=None)
725
- """
726
- For the public catalog, the idOnOrbit is typically the satellite number as a
727
- string, but may be a UUID for analyst or other unknown or untracked satellites,
728
- auto-generated by the system.
729
- """
730
-
731
- intl_des: Optional[str] = FieldInfo(alias="intlDes", default=None)
732
- """
733
- International Designator, typically of the format YYYYLLLAAA, where YYYY is the
734
- launch year, LLL is the sequential launch number of that year, and AAA is an
735
- optional launch piece designator for the launch.
736
- """
737
-
738
- launch_date: Optional[date] = FieldInfo(alias="launchDate", default=None)
739
- """Date of launch."""
740
-
741
- launch_site_id: Optional[str] = FieldInfo(alias="launchSiteId", default=None)
742
- """Id of the associated launchSite entity."""
743
-
744
- lifetime_years: Optional[int] = FieldInfo(alias="lifetimeYears", default=None)
745
- """Estimated lifetime of the on-orbit payload, if known."""
746
-
747
- mission_number: Optional[str] = FieldInfo(alias="missionNumber", default=None)
748
- """Mission number of the on-orbit object."""
749
-
750
- object_type: Optional[Literal["ROCKET BODY", "DEBRIS", "PAYLOAD", "PLATFORM", "MANNED", "UNKNOWN"]] = FieldInfo(
751
- alias="objectType", default=None
752
- )
753
- """
754
- Type of on-orbit object: ROCKET BODY, DEBRIS, PAYLOAD, PLATFORM, MANNED,
755
- UNKNOWN.
756
- """
757
-
758
- onorbit_details: Optional[List[EntityOnOrbitOnorbitDetail]] = FieldInfo(alias="onorbitDetails", default=None)
759
- """Read-only collection of details for this on-orbit object."""
760
-
761
- origin: Optional[str] = None
762
- """
763
- Originating system or organization which produced the data, if different from
764
- the source. The origin may be different than the source if the source was a
765
- mediating system which forwarded the data on behalf of the origin system. If
766
- null, the source may be assumed to be the origin.
767
- """
768
-
769
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
770
- """
771
- The originating source network on which this record was created, auto-populated
772
- by the system.
773
- """
774
-
775
- solar_arrays: Optional[List[EntityOnOrbitSolarArray]] = FieldInfo(alias="solarArrays", default=None)
776
- """Read-only collection of solar arrays on this on-orbit object."""
777
-
778
- thrusters: Optional[List[EntityOnOrbitThruster]] = None
779
- """Read-only collection of thrusters (engines) on this on-orbit object."""
780
-
781
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
782
- """Time the row was last updated in the database, auto-populated by the system."""
783
-
784
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
785
- """
786
- Application user who updated the row in the database, auto-populated by the
787
- system.
788
- """
789
-
790
-
791
- class EntityOperatingUnitOperatingUnitRemark(BaseModel):
792
- classification_marking: str = FieldInfo(alias="classificationMarking")
793
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
794
-
795
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
796
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
797
-
798
- EXERCISE: Data pertaining to a government or military exercise. The data
799
- may include both real and simulated data.
800
-
801
- REAL: Data collected or produced that pertains to real-world objects,
802
- events, and analysis.
803
-
804
- SIMULATED: Synthetic data generated by a model to mimic real-world
805
- datasets.
806
-
807
- TEST: Specific datasets used to evaluate compliance with specifications and
808
- requirements, and for validating technical, functional, and performance
809
- characteristics.
810
- """
811
-
812
- id_operating_unit: str = FieldInfo(alias="idOperatingUnit")
813
- """The ID of the operating unit to which this remark applies."""
814
-
815
- source: str
816
- """Source of the data."""
817
-
818
- text: str
819
- """The text of the remark."""
820
-
821
- id: Optional[str] = None
822
- """Unique identifier of the record, auto-generated by the system."""
823
-
824
- alt_rmk_id: Optional[str] = FieldInfo(alias="altRmkId", default=None)
825
- """Unique identifier of the unit remark record from the originating system."""
826
-
827
- code: Optional[str] = None
828
- """The remark type identifier.
829
-
830
- For example, the Mobility Air Forces (MAF) remark code, defined in the Airfield
831
- Suitability and Restriction Report (ASRR).
832
- """
833
-
834
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
835
- """Time the row was created in the database, auto-populated by the system."""
836
-
837
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
838
- """
839
- Application user who created the row in the database, auto-populated by the
840
- system.
841
- """
842
-
843
- name: Optional[str] = None
844
- """The name of the remark."""
845
-
846
- origin: Optional[str] = None
847
- """
848
- Originating system or organization which produced the data, if different from
849
- the source. The origin may be different than the source if the source was a
850
- mediating system which forwarded the data on behalf of the origin system. If
851
- null, the source may be assumed to be the origin.
852
- """
853
-
854
- type: Optional[str] = None
855
- """The remark type (e.g. Caution, Information, Misc, Restriction, etc.)."""
856
-
857
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
858
- """Time the row was last updated in the database, auto-populated by the system."""
859
-
860
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
861
- """
862
- Application user who updated the row in the database, auto-populated by the
863
- system.
864
- """
865
-
866
-
867
- class EntityOperatingUnit(BaseModel):
868
- classification_marking: str = FieldInfo(alias="classificationMarking")
869
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
870
-
871
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
872
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
873
-
874
- EXERCISE: Data pertaining to a government or military exercise. The data
875
- may include both real and simulated data.
876
-
877
- REAL: Data collected or produced that pertains to real-world objects,
878
- events, and analysis.
879
-
880
- SIMULATED: Synthetic data generated by a model to mimic real-world
881
- datasets.
882
-
883
- TEST: Specific datasets used to evaluate compliance with specifications and
884
- requirements, and for validating technical, functional, and performance
885
- characteristics.
886
- """
887
-
888
- name: str
889
- """Name of the operating unit."""
890
-
891
- source: str
892
- """Source of the data."""
893
-
894
- air_def_area: Optional[str] = FieldInfo(alias="airDefArea", default=None)
895
- """
896
- Air Defense District (ADD) or Air Defense Area (ADA) in which the geographic
897
- coordinates reside.
898
- """
899
-
900
- allegiance: Optional[str] = None
901
- """
902
- The DoD Standard country code designator for the country or political entity to
903
- which the operating unit owes its allegiance. This field will be set to "OTHR"
904
- if the source value does not match a UDL country code value (ISO-3166-ALPHA-2).
905
- """
906
-
907
- alt_allegiance: Optional[str] = FieldInfo(alias="altAllegiance", default=None)
908
- """
909
- Specifies an alternate allegiance code if the data provider code is not part of
910
- an official Country Code standard such as ISO-3166 or FIPS. This field will be
911
- set to the value provided by the source and should be used for all Queries
912
- specifying allegiance.
913
- """
914
-
915
- alt_country_code: Optional[str] = FieldInfo(alias="altCountryCode", default=None)
916
- """
917
- Specifies an alternate country code if the data provider code is not part of an
918
- official Country Code standard such as ISO-3166 or FIPS. This field will be set
919
- to the value provided by the source and should be used for all Queries
920
- specifying a Country Code.
921
- """
922
-
923
- alt_operating_unit_id: Optional[str] = FieldInfo(alias="altOperatingUnitId", default=None)
924
- """Unique identifier of the operating unit record from the originating system."""
925
-
926
- class_rating: Optional[str] = FieldInfo(alias="classRating", default=None)
927
- """Indicates the importance of the operating unit to the OES or MIR system.
928
-
929
- This data element is restricted to update by DIA (DB-4). Valid values are: 0 -
930
- Does not meet criteria above 1 - Primary importance to system 2 - Secondary
931
- importance to system 3 - Tertiary importance to system O - Other. Explain in
932
- Remarks.
933
- """
934
-
935
- condition: Optional[str] = None
936
- """The physical manner of being or state of existence of the operating unit.
937
-
938
- A physical condition that must be considered in the determining of a course of
939
- action. The specific usage and enumerations contained in this field may be found
940
- in the documentation provided in the referenceDoc field. If referenceDoc not
941
- provided, users may consult the data provider.
942
- """
943
-
944
- condition_avail: Optional[str] = FieldInfo(alias="conditionAvail", default=None)
945
- """Availability of the operating unit relative to its condition.
946
-
947
- Indicates the reason the operating unit is not fully operational. The specific
948
- usage and enumerations contained in this field may be found in the documentation
949
- provided in the referenceDoc field. If referenceDoc not provided, users may
950
- consult the data provider.
951
- """
952
-
953
- coord: Optional[str] = None
954
- """
955
- Indicates any of the magnitudes that serve to define the position of a point by
956
- reference to a fixed figure, system of lines, etc.
957
-
958
- Pos. 1-2. Latitude Degrees [00-90]
959
-
960
- Pos. 3-4. Latitude Minutes [00-59]
961
-
962
- Pos. 5-6. Latitude Seconds [00-59]
963
-
964
- Pos. 7-9. Latitude Thousandths Of Seconds [000-999]
965
-
966
- Pos. 10. Latitude Hemisphere [NS]
967
-
968
- Pos. 11-13. Longitude Degrees [00-180]
969
-
970
- Pos. 14-15. Longitude Minutes [00-59]
971
-
972
- Pos. 16-17. Longitude Seconds [00-59]
973
-
974
- Pos. 18-20. Longitude Thousandths Of Seconds [000-999]
975
-
976
- Pos. 21. Longitude Hemisphere [EW]
977
-
978
- Pos. 1-21. Unknown Latitude and Unknown Longitude [000000000U000000000U]
979
- """
980
-
981
- coord_datum: Optional[str] = FieldInfo(alias="coordDatum", default=None)
982
- """A mathematical model of the earth used to calculate coordinates on a map.
983
-
984
- US Forces use the World Geodetic System 1984 (WGS 84), but also use maps by
985
- allied countries with local datums. The datum must be specified to ensure
986
- accuracy of coordinates. The specific usage and enumerations contained in this
987
- field may be found in the documentation provided in the referenceDoc field. If
988
- referenceDoc not provided, users may consult the data provider.
989
- """
990
-
991
- coord_deriv_acc: Optional[float] = FieldInfo(alias="coordDerivAcc", default=None)
992
- """
993
- Indicates the plus or minus error assessed against the method used to derive the
994
- coordinate.
995
- """
996
-
997
- country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
998
- """
999
- The DoD Standard country code designator for the country or political entity to
1000
- which the operating unit geographic coordinates reside . This field will be set
1001
- to "OTHR" if the source value does not match a UDL country code value
1002
- (ISO-3166-ALPHA-2).
1003
- """
1004
-
1005
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
1006
- """Time the row was created in the database, auto-populated by the system."""
1007
-
1008
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
1009
- """
1010
- Application user who created the row in the database, auto-populated by the
1011
- system.
1012
- """
1013
-
1014
- deploy_status: Optional[str] = FieldInfo(alias="deployStatus", default=None)
1015
- """A code describing the amount of operating unit participation in a deployment.
1016
-
1017
- The specific usage and enumerations contained in this field may be found in the
1018
- documentation provided in the referenceDoc field. If referenceDoc not provided,
1019
- users may consult the data provider.
1020
- """
1021
-
1022
- description: Optional[str] = None
1023
- """Description of the operating unit."""
1024
-
1025
- div_cat: Optional[str] = FieldInfo(alias="divCat", default=None)
1026
- """Combat status of a divisional or equivalent operating unit.
1027
-
1028
- Currently, this data element applies only to operating units of the Former
1029
- Soviet Union. The specific usage and enumerations contained in this field may be
1030
- found in the documentation provided in the referenceDoc field. If referenceDoc
1031
- not provided, users may consult the data provider.
1032
- """
1033
-
1034
- echelon: Optional[str] = None
1035
- """Organizational level of the operating unit.
1036
-
1037
- The specific usage and enumerations contained in this field may be found in the
1038
- documentation provided in the referenceDoc field. If referenceDoc not provided,
1039
- users may consult the data provider.
1040
- """
1041
-
1042
- echelon_tier: Optional[str] = FieldInfo(alias="echelonTier", default=None)
1043
- """Indicates the major group or level to which an echelon belongs.
1044
-
1045
- The specific usage and enumerations contained in this field may be found in the
1046
- documentation provided in the referenceDoc field. If referenceDoc not provided,
1047
- users may consult the data provider.
1048
- """
1049
-
1050
- elev_msl: Optional[float] = FieldInfo(alias="elevMsl", default=None)
1051
- """
1052
- Ground elevation of the geographic coordinates referenced to (above or below)
1053
- Mean Sea Level (MSL) vertical datum.
1054
- """
1055
-
1056
- elev_msl_conf_lvl: Optional[int] = FieldInfo(alias="elevMslConfLvl", default=None)
1057
- """
1058
- Indicates the confidence level expressed as a percent that a specific geometric
1059
- spatial element, ELEVATION_MSL linear accuracy, has been vertically positioned
1060
- to within a specified vertical accuracy.
1061
- """
1062
-
1063
- elev_msl_deriv_acc: Optional[float] = FieldInfo(alias="elevMslDerivAcc", default=None)
1064
- """
1065
- Indicates the plus or minus error assessed against the method used to derive the
1066
- elevation.
1067
- """
1068
-
1069
- eval: Optional[int] = None
1070
- """
1071
- The Intelligence Confidence Level or the Reliability/degree of confidence that
1072
- the analyst has assigned to the data within this record. The numerical range is
1073
- from 1 to 9 with 1 representing the highest confidence level.
1074
- """
1075
-
1076
- flag_flown: Optional[str] = FieldInfo(alias="flagFlown", default=None)
1077
- """The country code of the observed flag flown."""
1078
-
1079
- fleet_id: Optional[str] = FieldInfo(alias="fleetId", default=None)
1080
- """Naval fleet to which an operating unit is assigned.
1081
-
1082
- The specific usage and enumerations contained in this field may be found in the
1083
- documentation provided in the referenceDoc field. If referenceDoc not provided,
1084
- users may consult the data provider.
1085
- """
1086
-
1087
- force: Optional[str] = None
1088
- """
1089
- An aggregation of military units within a single service (i.e., ARMY, AIR FORCE,
1090
- etc.) which operates under a single authority to accomplish a common mission.
1091
- The specific usage and enumerations contained in this field may be found in the
1092
- documentation provided in the referenceDoc field. If referenceDoc not provided,
1093
- users may consult the data provider.
1094
- """
1095
-
1096
- force_name: Optional[str] = FieldInfo(alias="forceName", default=None)
1097
- """The specific name for a given force.
1098
-
1099
- For example, Force = ADF (Air Defense Force) and Force Name = Army Air Defense
1100
- Force.
1101
- """
1102
-
1103
- fpa: Optional[str] = None
1104
- """Functional Production Area (FPA) under the Shared Production Program (SPP).
1105
-
1106
- Producers are defined per country per FPA. The specific usage and enumerations
1107
- contained in this field may be found in the documentation provided in the
1108
- referenceDoc field. If referenceDoc not provided, users may consult the data
1109
- provider.
1110
- """
1111
-
1112
- funct_role: Optional[str] = FieldInfo(alias="functRole", default=None)
1113
- """
1114
- Principal combat-related role that an operating unit is organized, structured
1115
- and equipped to perform. Or, the specialized military or paramilitary branch in
1116
- which an individual serves, their specialization. The specific usage and
1117
- enumerations contained in this field may be found in the documentation provided
1118
- in the referenceDoc field. If referenceDoc not provided, users may consult the
1119
- data provider.
1120
- """
1121
-
1122
- geoidal_msl_sep: Optional[float] = FieldInfo(alias="geoidalMslSep", default=None)
1123
- """The distance between Mean Sea Level and a referenced ellipsoid."""
1124
-
1125
- id_contact: Optional[str] = FieldInfo(alias="idContact", default=None)
1126
- """Unique identifier of the contact for this operating unit."""
1127
-
1128
- ident: Optional[str] = None
1129
- """
1130
- Estimated identity of the Site (ASSUMED FRIEND, FRIEND, HOSTILE, FAKER, JOKER,
1131
- NEUTRAL, PENDING, SUSPECT, UNKNOWN):
1132
-
1133
- ASSUMED FRIEND: Track assumed to be a friend due to the object characteristics,
1134
- behavior, and/or origin.
1135
-
1136
- FRIEND: Track object supporting friendly forces and belonging to a declared
1137
- friendly nation or entity.
1138
-
1139
- HOSTILE: Track object belonging to an opposing nation, party, group, or entity
1140
- deemed to contribute to a threat to friendly forces or their mission due to its
1141
- behavior, characteristics, nationality, or origin.
1142
-
1143
- FAKER: Friendly track, object, or entity acting as an exercise hostile.
1144
-
1145
- JOKER: Friendly track, object, or entity acting as an exercise suspect.
1146
-
1147
- NEUTRAL: Track object whose characteristics, behavior, nationality, and/or
1148
- origin indicate that it is neither supporting nor opposing friendly forces or
1149
- their mission.
1150
-
1151
- PENDING: Track object which has not been evaluated.
1152
-
1153
- SUSPECT: Track object deemed potentially hostile due to the object
1154
- characteristics, behavior, nationality, and/or origin.
1155
-
1156
- UNKNOWN: Track object which has been evaluated and does not meet criteria for
1157
- any standard identity.
1158
- """
1159
-
1160
- id_location: Optional[str] = FieldInfo(alias="idLocation", default=None)
1161
- """Unique identifier of the location record for this operating unit."""
1162
-
1163
- id_operating_unit: Optional[str] = FieldInfo(alias="idOperatingUnit", default=None)
1164
- """Unique identifier of the record, auto-generated by the system."""
1165
-
1166
- id_organization: Optional[str] = FieldInfo(alias="idOrganization", default=None)
1167
- """Unique identifier of the organization record for this operating unit."""
1168
-
1169
- lat: Optional[float] = None
1170
- """WGS84 latitude of the location, in degrees.
1171
-
1172
- -90 to 90 degrees (negative values south of equator).
1173
- """
1174
-
1175
- location: Optional[LocationFull] = None
1176
- """
1177
- Model representation of a location, which is a specific fixed point on the earth
1178
- and is used to denote the locations of fixed sensors, operating units, etc.
1179
- """
1180
-
1181
- loc_name: Optional[str] = FieldInfo(alias="locName", default=None)
1182
- """Location name for the coordinates."""
1183
-
1184
- loc_reason: Optional[str] = FieldInfo(alias="locReason", default=None)
1185
- """Indicates the reason that the operating unit is at that location.
1186
-
1187
- The specific usage and enumerations contained in this field may be found in the
1188
- documentation provided in the referenceDoc field. If referenceDoc not provided,
1189
- users may consult the data provider.
1190
- """
1191
-
1192
- lon: Optional[float] = None
1193
- """WGS84 longitude of the location, in degrees.
1194
-
1195
- -180 to 180 degrees (negative values west of Prime Meridian).
1196
- """
1197
-
1198
- master_unit: Optional[bool] = FieldInfo(alias="masterUnit", default=None)
1199
- """
1200
- This field contains a value indicating whether the record is a master unit
1201
- record (True) or a detail record (False). Master records contain basic
1202
- information that does not change over time for each unit that has been selected
1203
- to be projected.
1204
- """
1205
-
1206
- mil_grid: Optional[str] = FieldInfo(alias="milGrid", default=None)
1207
- """
1208
- The Military Grid Reference System is the geocoordinate standard used by NATO
1209
- militaries for locating points on Earth. The MGRS is derived from the Universal
1210
- Transverse Mercator (UTM) grid system and the Universal Polar Stereographic
1211
- (UPS) grid system, but uses a different labeling convention. The MGRS is used as
1212
- geocode for the entire Earth. Example of an milgrid coordinate, or grid
1213
- reference, would be 4QFJ12345678, which consists of three parts: 4Q (grid zone
1214
- designator, GZD) FJ (the 100,000-meter square identifier) 12345678 (numerical
1215
- location; easting is 1234 and northing is 5678, in this case specifying a
1216
- location with 10 m resolution).
1217
- """
1218
-
1219
- mil_grid_sys: Optional[str] = FieldInfo(alias="milGridSys", default=None)
1220
- """Indicates the grid system used in the development of the milGrid coordinates.
1221
-
1222
- Values are:
1223
-
1224
- UPS - Universal Polar System
1225
-
1226
- UTM - Universal Transverse Mercator
1227
- """
1228
-
1229
- msn_primary: Optional[str] = FieldInfo(alias="msnPrimary", default=None)
1230
- """
1231
- Indicates the principal type of mission that an operating unit is organized and
1232
- equipped to perform. The specific usage and enumerations contained in this field
1233
- may be found in the documentation provided in the referenceDoc field. If
1234
- referenceDoc not provided, users may consult the data provider.
1235
- """
1236
-
1237
- msn_primary_specialty: Optional[str] = FieldInfo(alias="msnPrimarySpecialty", default=None)
1238
- """
1239
- Indicates the principal specialty type of mission that an operating unit is
1240
- organized and equipped to perform. The specific usage and enumerations contained
1241
- in this field may be found in the documentation provided in the referenceDoc
1242
- field. If referenceDoc not provided, users may consult the data provider.
1243
- """
1244
-
1245
- operating_unit_remarks: Optional[List[EntityOperatingUnitOperatingUnitRemark]] = FieldInfo(
1246
- alias="operatingUnitRemarks", default=None
1247
- )
1248
- """Remarks contain amplifying information for a specific service.
1249
-
1250
- The information may contain context and interpretations for consumer use.
1251
- """
1252
-
1253
- oper_status: Optional[str] = FieldInfo(alias="operStatus", default=None)
1254
- """
1255
- The Degree to which an operating unit is ready to perform the overall
1256
- operational mission(s) for which it was organized and equipped. The specific
1257
- usage and enumerations contained in this field may be found in the documentation
1258
- provided in the referenceDoc field. If referenceDoc not provided, users may
1259
- consult the data provider.
1260
- """
1261
-
1262
- organization: Optional[OrganizationFull] = None
1263
- """An organization such as a corporation, manufacturer, consortium, government,
1264
- etc.
1265
-
1266
- An organization may have parent and child organizations as well as link to a
1267
- former organization if this org previously existed as another organization.
1268
- """
1269
-
1270
- origin: Optional[str] = None
1271
- """
1272
- Originating system or organization which produced the data, if different from
1273
- the source. The origin may be different than the source if the source was a
1274
- mediating system which forwarded the data on behalf of the origin system. If
1275
- null, the source may be assumed to be the origin.
1276
- """
1277
-
1278
- pol_subdiv: Optional[str] = FieldInfo(alias="polSubdiv", default=None)
1279
- """Political subdivision in which the geographic coordinates reside.
1280
-
1281
- The specific usage and enumerations contained in this field may be found in the
1282
- documentation provided in the referenceDoc field. If referenceDoc not provided,
1283
- users may consult the data provider.
1284
- """
1285
-
1286
- rec_status: Optional[str] = FieldInfo(alias="recStatus", default=None)
1287
- """
1288
- Validity and currency of the data in the record to be used in conjunction with
1289
- the other elements in the record as defined by SOPs. Values are: A - Active I -
1290
- Inactive K - Acknowledged L - Local Q - A nominated (NOM) or Data Change Request
1291
- (DCR) record R - Production reduced by CMD decision W - Working Record.
1292
- """
1293
-
1294
- reference_doc: Optional[str] = FieldInfo(alias="referenceDoc", default=None)
1295
- """
1296
- The reference documentiation that specifies the usage and enumerations contained
1297
- in this record. If referenceDoc not provided, users may consult the data
1298
- provider.
1299
- """
1300
-
1301
- res_prod: Optional[str] = FieldInfo(alias="resProd", default=None)
1302
- """
1303
- Responsible Producer - Organization that is responsible for the maintenance of
1304
- the record.
1305
- """
1306
-
1307
- review_date: Optional[date] = FieldInfo(alias="reviewDate", default=None)
1308
- """
1309
- Date on which the data in the record was last reviewed by the responsible
1310
- analyst for accuracy and currency. This date cannot be greater than the current
1311
- date.
1312
- """
1313
-
1314
- stylized_unit: Optional[bool] = FieldInfo(alias="stylizedUnit", default=None)
1315
- """
1316
- This field contains a value indicating whether the record is a stylized
1317
- operating unit record (True) or a regular operating unit record (False). A
1318
- stylized operating unit is a type of operating unit with one set of equipment
1319
- that can be assigned to one or more superiors. A stylized operating unit is
1320
- generally useful for lower echelon operating units where the number of operating
1321
- units and types of equipment are equal for multiple organizations. In lieu of
1322
- creating unique operating unit records for each operating unit, a template is
1323
- created for the operating unit and its equipment. This template enables the user
1324
- to assign the operating unit to multiple organizations.
1325
- """
1326
-
1327
- sym_code: Optional[str] = FieldInfo(alias="symCode", default=None)
1328
- """
1329
- A standard scheme for symbol coding enabling the transfer, display and use of
1330
- symbols and graphics among information systems, as per MIL-STD 2525B, and
1331
- supported by the element AFFILIATION.
1332
- """
1333
-
1334
- unit_identifier: Optional[str] = FieldInfo(alias="unitIdentifier", default=None)
1335
- """
1336
- An optional identifier for this operating unit that may be composed from items
1337
- such as the originating organization, allegiance, one-up number, etc.
1338
- """
1339
-
1340
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
1341
- """Time the row was last updated in the database, auto-populated by the system."""
1342
-
1343
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
1344
- """
1345
- Application user who updated the row in the database, auto-populated by the
1346
- system.
1347
- """
1348
-
1349
- utm: Optional[str] = None
1350
- """Universal Transverse Mercator (UTM) grid coordinates. Pos.
1351
-
1352
- 1-2, UTM Zone Column [01-60 Pos. 3, UTM Zone Row [C-HJ-NP-X] Pos. 4, UTM False
1353
- Easting [0-9] Pos. 5-9, UTM Meter Easting [0-9][0-9][0-9][0-9][0-9] Pos. 10-11,
1354
- UTM False Northing [0-9][0-9] Pos. 12-16, UTM Meter Northing
1355
- [0-9][0-9][0-9][0-9][0-9].
1356
- """
1357
-
1358
- wac: Optional[str] = None
1359
- """
1360
- World Aeronautical Chart identifier for the area in which a designated operating
1361
- unit is located.
1362
- """
1363
-
1364
-
1365
- class EntityRfBand(BaseModel):
32
+ class EntityOnOrbit(BaseModel):
1366
33
  classification_marking: str = FieldInfo(alias="classificationMarking")
1367
34
  """Classification marking of the data in IC/CAPCO Portion-marked format."""
1368
35
 
@@ -1383,163 +50,61 @@ class EntityRfBand(BaseModel):
1383
50
  characteristics.
1384
51
  """
1385
52
 
1386
- id_entity: str = FieldInfo(alias="idEntity")
1387
- """Unique identifier of the parent Entity which uses this band."""
1388
-
1389
- name: str
1390
- """RF Band name."""
53
+ sat_no: int = FieldInfo(alias="satNo")
54
+ """Satellite/Catalog number of the target on-orbit object."""
1391
55
 
1392
56
  source: str
1393
57
  """Source of the data."""
1394
58
 
1395
- id: Optional[str] = None
1396
- """Unique identifier of the record, auto-generated by the system."""
1397
-
1398
- band: Optional[str] = None
1399
- """Name of the band of this RF range (e.g.
1400
-
1401
- X,K,Ku,Ka,L,S,C,UHF,VHF,EHF,SHF,UNK,VLF,HF,E,Q,V,W). See RFBandType for more
1402
- details and descriptions of each band name.
1403
- """
1404
-
1405
- bandwidth: Optional[float] = None
1406
- """RF Band frequency range bandwidth in Mhz."""
1407
-
1408
- beamwidth: Optional[float] = None
1409
- """
1410
- Angle between the half-power (-3 dB) points of the main lobe of the antenna, in
1411
- degrees.
1412
- """
1413
-
1414
- center_freq: Optional[float] = FieldInfo(alias="centerFreq", default=None)
1415
- """Center frequency of RF frequency range, if applicable, in Mhz."""
1416
-
1417
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
1418
- """Time the row was created in the database, auto-populated by the system."""
1419
-
1420
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
1421
- """
1422
- Application user who created the row in the database, auto-populated by the
1423
- system.
1424
- """
1425
-
1426
- edge_gain: Optional[float] = FieldInfo(alias="edgeGain", default=None)
1427
- """RF Range edge gain, in dBi."""
1428
-
1429
- eirp: Optional[float] = None
1430
- """
1431
- EIRP is defined as the RMS power input in decibel watts required to a lossless
1432
- half-wave dipole antenna to give the same maximum power density far from the
1433
- antenna as the actual transmitter. It is equal to the power input to the
1434
- transmitter's antenna multiplied by the antenna gain relative to a half-wave
1435
- dipole. Effective radiated power and effective isotropic radiated power both
1436
- measure the amount of power a radio transmitter and antenna (or other source of
1437
- electromagnetic waves) radiates in a specific direction: in the direction of
1438
- maximum signal strength (the "main lobe") of its radiation pattern.
1439
- """
1440
-
1441
- erp: Optional[float] = None
1442
- """
1443
- Effective Radiated Power (ERP) is the total power in decibel watts radiated by
1444
- an actual antenna relative to a half-wave dipole rather than a theoretical
1445
- isotropic antenna. A half-wave dipole has a gain of 2.15 dB compared to an
1446
- isotropic antenna. EIRP(dB) = ERP (dB)+2.15 dB or EIRP (W) = 1.64\\**ERP(W).
1447
- Effective radiated power and effective isotropic radiated power both measure the
1448
- amount of power a radio transmitter and antenna (or other source of
1449
- electromagnetic waves) radiates in a specific direction: in the direction of
1450
- maximum signal strength (the "main lobe") of its radiation pattern.
1451
- """
1452
-
1453
- freq_max: Optional[float] = FieldInfo(alias="freqMax", default=None)
1454
- """End/maximum of transmit RF frequency range, if applicable, in Mhz."""
1455
-
1456
- freq_min: Optional[float] = FieldInfo(alias="freqMin", default=None)
1457
- """Start/minimum of transmit RF frequency range, if applicable, in Mhz."""
1458
-
1459
- mode: Optional[Literal["TX", "RX"]] = None
1460
- """RF Band mode (e.g. TX, RX)."""
1461
-
1462
- origin: Optional[str] = None
1463
- """
1464
- Originating system or organization which produced the data, if different from
1465
- the source. The origin may be different than the source if the source was a
1466
- mediating system which forwarded the data on behalf of the origin system. If
1467
- null, the source may be assumed to be the origin.
1468
- """
1469
-
1470
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
1471
- """
1472
- The originating source network on which this record was created, auto-populated
1473
- by the system.
1474
- """
1475
-
1476
- peak_gain: Optional[float] = FieldInfo(alias="peakGain", default=None)
1477
- """RF Range maximum gain, in dBi."""
1478
-
1479
- polarization: Optional[Literal["H", "V", "R", "L"]] = None
1480
- """Transponder polarization e.g.
59
+ alt_name: Optional[str] = FieldInfo(alias="altName", default=None)
60
+ """Alternate name of the on-orbit object."""
1481
61
 
1482
- H - (Horizontally Polarized) Perpendicular to Earth's surface, V - (Vertically
1483
- Polarized) Parallel to Earth's surface, L - (Left Hand Circularly Polarized)
1484
- Rotating left relative to the Earth's surface, R - (Right Hand Circularly
1485
- Polarized) Rotating right relative to the Earth's surface.
1486
- """
62
+ antennas: Optional[List[OnorbitAntennaFull]] = None
63
+ """Read-only collection of antennas on this on-orbit object."""
1487
64
 
1488
- purpose: Optional[Literal["COMM", "TTC", "OPS", "OTHER"]] = None
1489
- """
1490
- Purpose or use of the RF Band -- COMM = communications, TTC =
1491
- Telemetry/Tracking/Control, OPS = Operations, OTHER = Other).
1492
- """
65
+ batteries: Optional[List[OnorbitBatteryFull]] = None
66
+ """Read-only collection of batteries on this on-orbit object."""
1493
67
 
1494
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
1495
- """Time the row was last updated in the database, auto-populated by the system."""
68
+ category: Optional[
69
+ Literal[
70
+ "Unknown",
71
+ "On-Orbit",
72
+ "Decayed",
73
+ "Cataloged Without State",
74
+ "Launch Nominal",
75
+ "Analyst Satellite",
76
+ "Cislunar",
77
+ "Lunar",
78
+ "Hyperbolic",
79
+ "Heliocentric",
80
+ "Interplanetary",
81
+ "Lagrangian",
82
+ "Docked",
83
+ ]
84
+ ] = None
85
+ """Category of the on-orbit object.
1496
86
 
1497
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
1498
- """
1499
- Application user who updated the row in the database, auto-populated by the
1500
- system.
87
+ (Unknown, On-Orbit, Decayed, Cataloged Without State, Launch Nominal, Analyst
88
+ Satellite, Cislunar, Lunar, Hyperbolic, Heliocentric, Interplanetary,
89
+ Lagrangian, Docked).
1501
90
  """
1502
91
 
92
+ common_name: Optional[str] = FieldInfo(alias="commonName", default=None)
93
+ """Common name of the on-orbit object."""
1503
94
 
1504
- class EntityStatusCollectionSubStatusCollection(BaseModel):
1505
- classification_marking: str = FieldInfo(alias="classificationMarking")
1506
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
1507
-
1508
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
1509
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
1510
-
1511
- EXERCISE: Data pertaining to a government or military exercise. The data
1512
- may include both real and simulated data.
1513
-
1514
- REAL: Data collected or produced that pertains to real-world objects,
1515
- events, and analysis.
95
+ constellation: Optional[str] = None
96
+ """Constellation to which this satellite belongs."""
1516
97
 
1517
- SIMULATED: Synthetic data generated by a model to mimic real-world
1518
- datasets.
98
+ country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
99
+ """The country code.
1519
100
 
1520
- TEST: Specific datasets used to evaluate compliance with specifications and
1521
- requirements, and for validating technical, functional, and performance
1522
- characteristics.
101
+ This value is typically the ISO 3166 Alpha-2 two-character country code, however
102
+ it can also represent various consortiums that do not appear in the ISO
103
+ document. The code must correspond to an existing country in the UDL’s country
104
+ API. Call udl/country/{code} to get any associated FIPS code, ISO Alpha-3 code,
105
+ or alternate code values that exist for the specified country code.
1523
106
  """
1524
107
 
1525
- notes: str
1526
- """Descriptions and/or comments associated with the sub-status."""
1527
-
1528
- source: str
1529
- """Source of the data."""
1530
-
1531
- status: Literal["FMC", "NMC", "PMC", "UNK"]
1532
- """Status of the sub-system/capability, e.g. FMC, NMC, PMC, UNK."""
1533
-
1534
- status_id: str = FieldInfo(alias="statusId")
1535
- """Id of the parent status."""
1536
-
1537
- type: Literal["mwCap", "ssCap", "mdCap"]
1538
- """Parent entity's sub-system or capability status: mwCap, mdCap, ssCap, etc."""
1539
-
1540
- id: Optional[str] = None
1541
- """Unique identifier of the record, auto-generated by the system."""
1542
-
1543
108
  created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
1544
109
  """Time the row was created in the database, auto-populated by the system."""
1545
110
 
@@ -1549,86 +114,45 @@ class EntityStatusCollectionSubStatusCollection(BaseModel):
1549
114
  system.
1550
115
  """
1551
116
 
1552
- origin: Optional[str] = None
1553
- """
1554
- Originating system or organization which produced the data, if different from
1555
- the source. The origin may be different than the source if the source was a
1556
- mediating system which forwarded the data on behalf of the origin system. If
1557
- null, the source may be assumed to be the origin.
1558
- """
117
+ decay_date: Optional[datetime] = FieldInfo(alias="decayDate", default=None)
118
+ """Date of decay."""
1559
119
 
1560
- orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
120
+ id_on_orbit: Optional[str] = FieldInfo(alias="idOnOrbit", default=None)
1561
121
  """
1562
- The originating source network on which this record was created, auto-populated
1563
- by the system.
122
+ For the public catalog, the idOnOrbit is typically the satellite number as a
123
+ string, but may be a UUID for analyst or other unknown or untracked satellites,
124
+ auto-generated by the system.
1564
125
  """
1565
126
 
1566
- updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
1567
- """Time the row was updated in the database, auto-populated by the system."""
1568
-
1569
- updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
1570
- """
1571
- Application user who updated the row in the database, auto-populated by the
1572
- system.
127
+ intl_des: Optional[str] = FieldInfo(alias="intlDes", default=None)
1573
128
  """
1574
-
1575
-
1576
- class EntityStatusCollection(BaseModel):
1577
- classification_marking: str = FieldInfo(alias="classificationMarking")
1578
- """Classification marking of the data in IC/CAPCO Portion-marked format."""
1579
-
1580
- data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
1581
- """Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
1582
-
1583
- EXERCISE: Data pertaining to a government or military exercise. The data
1584
- may include both real and simulated data.
1585
-
1586
- REAL: Data collected or produced that pertains to real-world objects,
1587
- events, and analysis.
1588
-
1589
- SIMULATED: Synthetic data generated by a model to mimic real-world
1590
- datasets.
1591
-
1592
- TEST: Specific datasets used to evaluate compliance with specifications and
1593
- requirements, and for validating technical, functional, and performance
1594
- characteristics.
129
+ International Designator, typically of the format YYYYLLLAAA, where YYYY is the
130
+ launch year, LLL is the sequential launch number of that year, and AAA is an
131
+ optional launch piece designator for the launch.
1595
132
  """
1596
133
 
1597
- id_entity: str = FieldInfo(alias="idEntity")
1598
- """Unique identifier of the parent entity."""
1599
-
1600
- source: str
1601
- """Source of the data."""
1602
-
1603
- id: Optional[str] = None
1604
- """Unique identifier of the record, auto-generated by the system."""
1605
-
1606
- created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
1607
- """Time the row was created in the database, auto-populated by the system."""
134
+ launch_date: Optional[date] = FieldInfo(alias="launchDate", default=None)
135
+ """Date of launch."""
1608
136
 
1609
- created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
1610
- """
1611
- Application user who created the row in the database, auto-populated by the
1612
- system.
1613
- """
137
+ launch_site_id: Optional[str] = FieldInfo(alias="launchSiteId", default=None)
138
+ """Id of the associated launchSite entity."""
1614
139
 
1615
- declassification_date: Optional[datetime] = FieldInfo(alias="declassificationDate", default=None)
1616
- """The declassification date of this data, in ISO 8601 UTC format."""
140
+ lifetime_years: Optional[int] = FieldInfo(alias="lifetimeYears", default=None)
141
+ """Estimated lifetime of the on-orbit payload, if known."""
1617
142
 
1618
- declassification_string: Optional[str] = FieldInfo(alias="declassificationString", default=None)
1619
- """Declassification string of this data."""
143
+ mission_number: Optional[str] = FieldInfo(alias="missionNumber", default=None)
144
+ """Mission number of the on-orbit object."""
1620
145
 
1621
- derived_from: Optional[str] = FieldInfo(alias="derivedFrom", default=None)
146
+ object_type: Optional[Literal["ROCKET BODY", "DEBRIS", "PAYLOAD", "PLATFORM", "MANNED", "UNKNOWN"]] = FieldInfo(
147
+ alias="objectType", default=None
148
+ )
1622
149
  """
1623
- The sources or SCG references from which the classification of this data is
1624
- derived.
150
+ Type of on-orbit object: ROCKET BODY, DEBRIS, PAYLOAD, PLATFORM, MANNED,
151
+ UNKNOWN.
1625
152
  """
1626
153
 
1627
- notes: Optional[str] = None
1628
- """Comments describing the status creation and or updates to an entity."""
1629
-
1630
- ops_cap: Optional[Literal["FMC", "NMC", "PMC", "UNK"]] = FieldInfo(alias="opsCap", default=None)
1631
- """Operation capability of the entity, if applicable (e.g. FMC, NMC, PMC, UNK)."""
154
+ onorbit_details: Optional[List[OnorbitDetailsFull]] = FieldInfo(alias="onorbitDetails", default=None)
155
+ """Read-only collection of details for this on-orbit object."""
1632
156
 
1633
157
  origin: Optional[str] = None
1634
158
  """
@@ -1644,18 +168,11 @@ class EntityStatusCollection(BaseModel):
1644
168
  by the system.
1645
169
  """
1646
170
 
1647
- state: Optional[Literal["UNKNOWN", "DEAD", "ACTIVE", "RF ACTIVE", "STANDBY"]] = None
1648
- """Overall state of the entity, if applicable (e.g.
1649
-
1650
- UNKNOWN, DEAD, ACTIVE, RF ACTIVE, STANDBY).
1651
- """
1652
-
1653
- sub_status_collection: Optional[List[EntityStatusCollectionSubStatusCollection]] = FieldInfo(
1654
- alias="subStatusCollection", default=None
1655
- )
171
+ solar_arrays: Optional[List[OnorbitSolarArrayFull]] = FieldInfo(alias="solarArrays", default=None)
172
+ """Read-only collection of solar arrays on this on-orbit object."""
1656
173
 
1657
- sys_cap: Optional[Literal["FMC", "NMC", "PMC", "UNK"]] = FieldInfo(alias="sysCap", default=None)
1658
- """System capability of the entity, if applicable (e.g. FMC, NMC, PMC, UNK)."""
174
+ thrusters: Optional[List[OnorbitThrusterFull]] = None
175
+ """Read-only collection of thrusters (engines) on this on-orbit object."""
1659
176
 
1660
177
  updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
1661
178
  """Time the row was last updated in the database, auto-populated by the system."""
@@ -1757,7 +274,7 @@ class Entity(BaseModel):
1757
274
  on_orbit: Optional[EntityOnOrbit] = FieldInfo(alias="onOrbit", default=None)
1758
275
  """Model object representing on-orbit objects or satellites in the system."""
1759
276
 
1760
- operating_unit: Optional[EntityOperatingUnit] = FieldInfo(alias="operatingUnit", default=None)
277
+ operating_unit: Optional[OperatingunitFull] = FieldInfo(alias="operatingUnit", default=None)
1761
278
  """
1762
279
  Model representation of a unit or organization which operates or controls a
1763
280
  space-related Entity such as an on-orbit payload, a sensor, etc. A contact may
@@ -1786,13 +303,13 @@ class Entity(BaseModel):
1786
303
  Commercial, Government, Academic, Consortium, etc).
1787
304
  """
1788
305
 
1789
- rf_bands: Optional[List[EntityRfBand]] = FieldInfo(alias="rfBands", default=None)
306
+ rf_bands: Optional[List[RfBandFull]] = FieldInfo(alias="rfBands", default=None)
1790
307
  """
1791
308
  Read-only collection of RF bands utilized by this entity for communication
1792
309
  and/or operation.
1793
310
  """
1794
311
 
1795
- status_collection: Optional[List[EntityStatusCollection]] = FieldInfo(alias="statusCollection", default=None)
312
+ status_collection: Optional[List[StatusFull]] = FieldInfo(alias="statusCollection", default=None)
1796
313
  """Read-only collection of statuses which can be collected by multiple sources."""
1797
314
 
1798
315
  taskable: Optional[bool] = None