udl-sdk 0.1.0a15__py3-none-any.whl → 0.1.0a16__py3-none-any.whl

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