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