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.
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/RECORD +404 -380
- unifieddatalibrary/_base_client.py +4 -1
- unifieddatalibrary/_client.py +86 -21
- unifieddatalibrary/_files.py +4 -4
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/air_load_plans.py +1 -1
- unifieddatalibrary/resources/air_operations/air_tasking_orders.py +1 -1
- unifieddatalibrary/resources/air_operations/crewpapers.py +8 -5
- unifieddatalibrary/resources/aircraft.py +1 -1
- unifieddatalibrary/resources/aircraft_sorties.py +1 -1
- unifieddatalibrary/resources/aircraft_status_remarks.py +1 -1
- unifieddatalibrary/resources/airfield_slot_consumptions.py +1 -1
- unifieddatalibrary/resources/airfield_slots.py +1 -1
- unifieddatalibrary/resources/airfield_status/airfield_status.py +1 -1
- unifieddatalibrary/resources/airfield_status/history.py +1 -1
- unifieddatalibrary/resources/airfields.py +1 -1
- unifieddatalibrary/resources/airspace_control_orders.py +1 -1
- unifieddatalibrary/resources/analytic_imagery.py +1 -1
- unifieddatalibrary/resources/antennas.py +1 -1
- unifieddatalibrary/resources/batteries.py +1 -1
- unifieddatalibrary/resources/batterydetails.py +1 -1
- unifieddatalibrary/resources/beam.py +1 -1
- unifieddatalibrary/resources/beam_contours.py +1 -1
- unifieddatalibrary/resources/buses.py +1 -1
- unifieddatalibrary/resources/channels.py +1 -1
- unifieddatalibrary/resources/comm.py +1 -1
- unifieddatalibrary/resources/conjunctions/conjunctions.py +9 -10
- unifieddatalibrary/resources/countries.py +1 -1
- unifieddatalibrary/resources/crew.py +1 -1
- unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +1 -1
- unifieddatalibrary/resources/diplomatic_clearance/history.py +1 -1
- unifieddatalibrary/resources/engine_details.py +1 -1
- unifieddatalibrary/resources/engines.py +1 -1
- unifieddatalibrary/resources/entities.py +1 -1
- unifieddatalibrary/resources/location.py +8 -8
- unifieddatalibrary/resources/notification/history.py +1 -1
- unifieddatalibrary/resources/notification/notification.py +1 -1
- unifieddatalibrary/resources/observations/eo_observations/eo_observations.py +1 -1
- unifieddatalibrary/resources/observations/eo_observations/history.py +1 -1
- unifieddatalibrary/resources/onboardnavigation/history.py +1 -1
- unifieddatalibrary/resources/onorbit/antenna_details.py +1 -1
- unifieddatalibrary/resources/onorbitantenna.py +5 -5
- unifieddatalibrary/resources/onorbitbattery.py +5 -5
- unifieddatalibrary/resources/onorbitdetails.py +5 -5
- unifieddatalibrary/resources/onorbitsolararray.py +5 -5
- unifieddatalibrary/resources/onorbitthruster.py +5 -5
- unifieddatalibrary/resources/onorbitthrusterstatus/history.py +1 -1
- unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +1 -1
- unifieddatalibrary/resources/operatingunit.py +5 -5
- unifieddatalibrary/resources/operatingunitremark.py +5 -5
- unifieddatalibrary/resources/organization.py +1 -1
- unifieddatalibrary/resources/organizationdetails.py +1 -1
- unifieddatalibrary/resources/rf_band.py +5 -5
- unifieddatalibrary/resources/scs/paths.py +21 -18
- unifieddatalibrary/resources/scs/scs.py +8 -5
- unifieddatalibrary/resources/scs/v2.py +8 -5
- unifieddatalibrary/resources/solar_array.py +5 -5
- unifieddatalibrary/resources/solar_array_details.py +1 -1
- unifieddatalibrary/resources/sortie_ppr/history.py +1 -1
- unifieddatalibrary/resources/sortie_ppr/sortie_ppr.py +1 -1
- unifieddatalibrary/resources/state_vector/history.py +1 -1
- unifieddatalibrary/resources/state_vector/state_vector.py +1 -1
- unifieddatalibrary/resources/status.py +5 -5
- unifieddatalibrary/resources/substatus.py +5 -5
- unifieddatalibrary/types/__init__.py +76 -41
- unifieddatalibrary/types/ai_queryhelp_response.py +3 -32
- unifieddatalibrary/types/air_event_queryhelp_response.py +3 -32
- unifieddatalibrary/types/air_load_plan_queryhelp_response.py +3 -32
- unifieddatalibrary/types/air_load_plan_tuple_response.py +1 -1
- unifieddatalibrary/types/air_operations/__init__.py +0 -3
- unifieddatalibrary/types/air_operations/air_tasking_order_query_help_response.py +3 -32
- unifieddatalibrary/types/air_operations/air_tasking_order_tuple_response.py +1 -1
- unifieddatalibrary/types/air_operations/aircraft_sortie_history_query_response.py +1 -1
- unifieddatalibrary/types/air_operations/crewpaper_upload_pdf_params.py +0 -3
- unifieddatalibrary/types/air_transport_mission_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_sorty_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_sorty_tuple_response.py +1 -1
- unifieddatalibrary/types/aircraft_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_status_remark_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_status_remark_tuple_response.py +1 -1
- unifieddatalibrary/types/aircraft_tuple_query_response.py +1 -1
- unifieddatalibrary/types/airfield_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_slot_consumption_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_slot_consumption_tuple_response.py +1 -1
- unifieddatalibrary/types/airfield_slot_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_slot_tuple_response.py +1 -1
- unifieddatalibrary/types/airfield_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_status_tuple_response.py +1 -1
- unifieddatalibrary/types/airfield_tuple_response.py +1 -1
- unifieddatalibrary/types/airspace_control_order_query_help_response.py +3 -32
- unifieddatalibrary/types/airspace_control_order_tuple_response.py +1 -1
- unifieddatalibrary/types/analytic_imagery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/antenna_queryhelp_response.py +3 -32
- unifieddatalibrary/types/antenna_tuple_response.py +1 -1
- unifieddatalibrary/types/attitude_data_query_help_response.py +3 -32
- unifieddatalibrary/types/attitude_data_tuple_response.py +1 -1
- unifieddatalibrary/types/attitude_set_query_help_response.py +3 -32
- unifieddatalibrary/types/aviation_risk_management_query_help_response.py +3 -32
- unifieddatalibrary/types/battery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/battery_tuple_response.py +1 -1
- unifieddatalibrary/types/beam_contour_query_help_response.py +3 -32
- unifieddatalibrary/types/beam_contour_tuple_response.py +1 -1
- unifieddatalibrary/types/beam_query_help_response.py +3 -32
- unifieddatalibrary/types/beam_tuple_response.py +1 -1
- unifieddatalibrary/types/bus_query_help_response.py +3 -32
- unifieddatalibrary/types/bus_tuple_response.py +1 -1
- unifieddatalibrary/types/channel_queryhelp_response.py +3 -32
- unifieddatalibrary/types/channel_tuple_response.py +1 -1
- unifieddatalibrary/types/collect_request_query_help_response.py +3 -32
- unifieddatalibrary/types/collect_response_query_help_response.py +3 -32
- unifieddatalibrary/types/comm_queryhelp_response.py +3 -32
- unifieddatalibrary/types/comm_tuple_response.py +1 -1
- unifieddatalibrary/types/conjunction_get_history_response.py +1 -1
- unifieddatalibrary/types/conjunction_queryhelp_response.py +3 -32
- unifieddatalibrary/types/conjunction_tuple_response.py +1 -1
- unifieddatalibrary/types/conjunction_upload_conjunction_data_message_params.py +0 -3
- unifieddatalibrary/types/country_queryhelp_response.py +3 -32
- unifieddatalibrary/types/country_tuple_response.py +1 -1
- unifieddatalibrary/types/crew_queryhelp_response.py +3 -32
- unifieddatalibrary/types/crew_tuple_response.py +1 -1
- unifieddatalibrary/types/diff_of_arrival_queryhelp_response.py +3 -32
- unifieddatalibrary/types/diplomatic_clearance/country_query_help_response.py +3 -32
- unifieddatalibrary/types/diplomatic_clearance_queryhelp_response.py +3 -32
- unifieddatalibrary/types/diplomatic_clearance_tuple_response.py +1 -1
- unifieddatalibrary/types/drift_history_queryhelp_response.py +3 -32
- unifieddatalibrary/types/dropzone_query_help_response.py +3 -32
- unifieddatalibrary/types/effect_request_query_help_response.py +3 -32
- unifieddatalibrary/types/effect_response_actions_list_full.py +89 -0
- unifieddatalibrary/types/effect_response_metrics_full.py +27 -0
- unifieddatalibrary/types/effect_response_query_help_response.py +3 -32
- unifieddatalibrary/types/effect_response_retrieve_response.py +5 -117
- unifieddatalibrary/types/effect_response_tuple_response.py +5 -127
- unifieddatalibrary/types/effect_responses/history_list_response.py +5 -117
- unifieddatalibrary/types/elset_query_current_elset_help_response.py +3 -32
- unifieddatalibrary/types/elset_queryhelp_response.py +3 -32
- unifieddatalibrary/types/emitter_geolocation_query_help_response.py +3 -32
- unifieddatalibrary/types/engine_queryhelp_response.py +3 -32
- unifieddatalibrary/types/engine_tuple_response.py +1 -1
- unifieddatalibrary/types/entity_abridged.py +3 -81
- unifieddatalibrary/types/entity_query_help_response.py +3 -32
- unifieddatalibrary/types/entity_tuple_response.py +1 -1
- unifieddatalibrary/types/eop_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ephemeris/attitude_data/history_retrieve_response.py +1 -1
- unifieddatalibrary/types/ephemeris_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ephemeris_set.py +1 -1
- unifieddatalibrary/types/ephemeris_set_queryhelp_response.py +3 -32
- unifieddatalibrary/types/equipment_query_help_response.py +3 -32
- unifieddatalibrary/types/equipment_remark_query_help_response.py +3 -32
- unifieddatalibrary/types/evac_query_help_response.py +3 -32
- unifieddatalibrary/types/event_evolution_queryhelp_response.py +3 -32
- unifieddatalibrary/types/feature_assessment_query_help_response.py +3 -32
- unifieddatalibrary/types/flightplan_queryhelp_response.py +3 -32
- unifieddatalibrary/types/geo_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/global_atmospheric_model_query_help_response.py +3 -32
- unifieddatalibrary/types/gnss_observationset_queryhelp_response.py +3 -32
- unifieddatalibrary/types/gnss_rawif_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ground_imagery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/h3_geo_hex_cell_queryhelp_response.py +3 -32
- unifieddatalibrary/types/h3_geo_queryhelp_response.py +3 -32
- unifieddatalibrary/types/hazard_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ion_oobservation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ir_get_response.py +1 -1
- unifieddatalibrary/types/ir_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ir_tuple_response.py +1 -1
- unifieddatalibrary/types/isr_collection_critical_times_full.py +17 -0
- unifieddatalibrary/types/isr_collection_exploitation_requirement_full.py +29 -0
- unifieddatalibrary/types/isr_collection_poc_full.py +41 -0
- unifieddatalibrary/types/isr_collection_queryhelp_response.py +3 -32
- unifieddatalibrary/types/isr_collection_requirements_full.py +90 -0
- unifieddatalibrary/types/isr_collection_tuple_response.py +5 -290
- unifieddatalibrary/types/isr_collections/history_list_response.py +3 -286
- unifieddatalibrary/types/item_queryhelp_response.py +3 -32
- unifieddatalibrary/types/item_tracking_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_detection_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_event_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_site_detail_find_by_source_response.py +3 -85
- unifieddatalibrary/types/launch_site_detail_get_response.py +1 -1
- unifieddatalibrary/types/launch_site_detail_list_response.py +3 -81
- unifieddatalibrary/types/launch_site_get_response.py +1 -1
- unifieddatalibrary/types/launch_site_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_site_tuple_response.py +1 -1
- unifieddatalibrary/types/launch_vehicle_detail_get_response.py +1 -1
- unifieddatalibrary/types/launch_vehicle_get_response.py +2 -2
- unifieddatalibrary/types/launch_vehicle_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_vehicle_tuple_response.py +2 -2
- unifieddatalibrary/types/link_status/datalink_queryhelp_response.py +3 -32
- unifieddatalibrary/types/link_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/location_queryhelp_response.py +3 -32
- unifieddatalibrary/types/location_tuple_response.py +1 -1
- unifieddatalibrary/types/logistics_discrepancy_infos_full.py +26 -0
- unifieddatalibrary/types/logistics_parts_full.py +51 -0
- unifieddatalibrary/types/logistics_remarks_abridged.py +24 -0
- unifieddatalibrary/types/logistics_segments_full.py +85 -0
- unifieddatalibrary/types/logistics_specialties_full.py +39 -0
- unifieddatalibrary/types/logistics_stocks_full.py +27 -0
- unifieddatalibrary/types/logistics_support/history_list_response.py +7 -427
- unifieddatalibrary/types/logistics_support_get_response.py +7 -427
- unifieddatalibrary/types/logistics_support_items_full.py +119 -0
- unifieddatalibrary/types/logistics_support_list_response.py +6 -52
- unifieddatalibrary/types/logistics_support_queryhelp_response.py +3 -32
- unifieddatalibrary/types/logistics_support_tuple_response.py +8 -431
- unifieddatalibrary/types/logistics_transportation_plans_full.py +137 -0
- unifieddatalibrary/types/maneuver_queryhelp_response.py +3 -32
- unifieddatalibrary/types/manifold_queryhelp_response.py +3 -32
- unifieddatalibrary/types/manifoldelset_queryhelp_response.py +3 -32
- unifieddatalibrary/types/missile_track_queryhelp_response.py +3 -32
- unifieddatalibrary/types/mission_assignment_queryhelp_response.py +3 -32
- unifieddatalibrary/types/mti_queryhelp_response.py +3 -32
- unifieddatalibrary/types/navigation_get_response.py +1 -1
- unifieddatalibrary/types/navigation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/navigation_tuple_response.py +1 -1
- unifieddatalibrary/types/navigational_obstruction_queryhelp_response.py +3 -32
- unifieddatalibrary/types/notification/__init__.py +0 -1
- unifieddatalibrary/types/notification_queryhelp_response.py +3 -32
- unifieddatalibrary/types/notification_tuple_response.py +1 -1
- unifieddatalibrary/types/object_of_interest_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/ecpsdr_query_help_response.py +3 -32
- unifieddatalibrary/types/observations/eo_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/eo_observation_tuple_response.py +1 -1
- unifieddatalibrary/types/observations/eo_observations/__init__.py +0 -1
- unifieddatalibrary/types/observations/monoradar_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/passive_radar_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/radarobservation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/rf_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onboardnavigation/__init__.py +0 -1
- unifieddatalibrary/types/onboardnavigation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onboardnavigation_tuple_response.py +1 -1
- unifieddatalibrary/types/onorbit/__init__.py +0 -1
- unifieddatalibrary/types/onorbit_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitevent_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitlist_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitthrusterstatus/__init__.py +0 -1
- unifieddatalibrary/types/onorbitthrusterstatus_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitthrusterstatus_tuple_response.py +1 -1
- unifieddatalibrary/types/operatingunit_queryhelp_response.py +3 -32
- unifieddatalibrary/types/operatingunit_tuple_response.py +5 -589
- unifieddatalibrary/types/operatingunitremark_queryhelp_response.py +3 -32
- unifieddatalibrary/types/operatingunitremark_tuple_response.py +5 -85
- unifieddatalibrary/types/orbitdetermination_queryhelp_response.py +3 -32
- unifieddatalibrary/types/orbittrack_queryhelp_response.py +3 -32
- unifieddatalibrary/types/organization_queryhelp_response.py +3 -32
- unifieddatalibrary/types/organization_tuple_response.py +1 -1
- unifieddatalibrary/types/personnelrecovery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/poi_queryhelp_response.py +3 -32
- unifieddatalibrary/types/port_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_band_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_band_tuple_response.py +5 -148
- unifieddatalibrary/types/rf_band_type_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_emitter_detail_get_response.py +2 -2
- unifieddatalibrary/types/rf_emitter_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_emitter_detail_tuple_response.py +2 -2
- unifieddatalibrary/types/rf_emitter_get_response.py +3 -3
- unifieddatalibrary/types/rf_emitter_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_emitter_tuple_response.py +3 -3
- unifieddatalibrary/types/route_stat_query_help_response.py +3 -32
- unifieddatalibrary/types/sar_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sc_file_upload_params.py +0 -3
- unifieddatalibrary/types/scientific_get_response.py +1 -1
- unifieddatalibrary/types/scientific_queryhelp_response.py +3 -32
- unifieddatalibrary/types/scientific_tuple_response.py +1 -1
- unifieddatalibrary/types/scs/__init__.py +2 -2
- unifieddatalibrary/types/scs/{path_create_params.py → path_create_with_file_params.py} +2 -5
- unifieddatalibrary/types/scs/{path_create_response.py → path_create_with_file_response.py} +2 -2
- unifieddatalibrary/types/scs/v2_file_upload_params.py +0 -3
- unifieddatalibrary/types/sensor/calibration_query_help_response.py +3 -32
- unifieddatalibrary/types/sensor_get_response.py +82 -1565
- unifieddatalibrary/types/sensor_list_response.py +2 -81
- unifieddatalibrary/types/sensor_maintenance_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_observation_type_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_plan_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_tuple_response.py +82 -1575
- unifieddatalibrary/types/sensor_type_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sera_data_comm_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sera_data_early_warning_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sera_data_navigation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_optical_payload_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_radar_payload_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_sigint_payload_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_spacecraft_detail_get_response.py +11 -612
- unifieddatalibrary/types/seradata_spacecraft_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_spacecraft_detail_tuple_response.py +11 -618
- unifieddatalibrary/types/sgi_queryhelp_response.py +3 -32
- unifieddatalibrary/types/shared/__init__.py +60 -0
- unifieddatalibrary/types/shared/air_transport_mission_full.py +1 -1
- unifieddatalibrary/types/{aircraft_full.py → shared/aircraft_full.py} +1 -1
- unifieddatalibrary/types/{air_operations → shared}/aircraftsortie_full.py +2 -2
- unifieddatalibrary/types/{aircraftstatusremark_full.py → shared/aircraftstatusremark_full.py} +1 -1
- unifieddatalibrary/types/{airfield_full.py → shared/airfield_full.py} +1 -1
- unifieddatalibrary/types/{airfieldslot_full.py → shared/airfieldslot_full.py} +1 -1
- unifieddatalibrary/types/{airfieldslotconsumption_full.py → shared/airfieldslotconsumption_full.py} +1 -1
- unifieddatalibrary/types/{airfieldstatus_full.py → shared/airfieldstatus_full.py} +1 -1
- unifieddatalibrary/types/{airloadplan_full.py → shared/airloadplan_full.py} +1 -1
- unifieddatalibrary/types/{airspacecontrolorder_full.py → shared/airspacecontrolorder_full.py} +1 -1
- unifieddatalibrary/types/{analytic_imagery_full.py → shared/analytic_imagery_full.py} +1 -1
- unifieddatalibrary/types/{onorbit → shared}/antenna_details_full.py +1 -1
- unifieddatalibrary/types/{antenna_full.py → shared/antenna_full.py} +2 -2
- unifieddatalibrary/types/{attitudedata_full.py → shared/attitudedata_full.py} +1 -1
- unifieddatalibrary/types/shared/attitudeset_full.py +1 -1
- unifieddatalibrary/types/{battery_full.py → shared/battery_full.py} +1 -1
- unifieddatalibrary/types/{batterydetails_full.py → shared/batterydetails_full.py} +1 -1
- unifieddatalibrary/types/{beam_full.py → shared/beam_full.py} +1 -1
- unifieddatalibrary/types/{beamcontour_full.py → shared/beamcontour_full.py} +1 -1
- unifieddatalibrary/types/{bus_full.py → shared/bus_full.py} +1 -1
- unifieddatalibrary/types/{channel_full.py → shared/channel_full.py} +1 -1
- unifieddatalibrary/types/{comm_full.py → shared/comm_full.py} +1 -1
- unifieddatalibrary/types/{conjunction_full.py → shared/conjunction_full.py} +2 -2
- unifieddatalibrary/types/{country_full.py → shared/country_full.py} +1 -1
- unifieddatalibrary/types/{crew_full.py → shared/crew_full.py} +1 -1
- unifieddatalibrary/types/shared/daily_operation_full.py +40 -0
- unifieddatalibrary/types/{engine.py → shared/engine.py} +1 -1
- unifieddatalibrary/types/{engine_details_full.py → shared/engine_details_full.py} +1 -1
- unifieddatalibrary/types/shared/entity_full.py +319 -0
- unifieddatalibrary/types/{observations/eo_observations → shared}/eo_observation_full.py +2 -2
- unifieddatalibrary/types/shared/evac_full.py +2 -28
- unifieddatalibrary/types/{location_list_response.py → shared/location_abridged.py} +3 -3
- unifieddatalibrary/types/{location_full.py → shared/location_full.py} +1 -1
- unifieddatalibrary/types/shared/maximum_on_ground_full.py +48 -0
- unifieddatalibrary/types/{onboardnavigation → shared}/onboardnavigation_full.py +1 -1
- unifieddatalibrary/types/{onorbitantenna_get_response.py → shared/onorbit_antenna_full.py} +3 -3
- unifieddatalibrary/types/{onorbitbattery_get_response.py → shared/onorbit_battery_full.py} +3 -3
- unifieddatalibrary/types/{onorbitdetail_get_response.py → shared/onorbit_details_full.py} +3 -3
- unifieddatalibrary/types/shared/onorbit_full.py +80 -1568
- unifieddatalibrary/types/shared/onorbit_solar_array_full.py +91 -0
- unifieddatalibrary/types/{onorbitthruster_get_response.py → shared/onorbit_thruster_full.py} +3 -3
- unifieddatalibrary/types/shared/operating_hours_full.py +17 -0
- unifieddatalibrary/types/{operatingunitremark_get_response.py → shared/operating_unit_remark_full.py} +3 -3
- unifieddatalibrary/types/{operatingunit_get_response.py → shared/operatingunit_full.py} +7 -80
- unifieddatalibrary/types/shared/operational_deviation_full.py +45 -0
- unifieddatalibrary/types/shared/operational_planning_full.py +45 -0
- unifieddatalibrary/types/{organization_details_full.py → shared/organization_details_full.py} +1 -1
- unifieddatalibrary/types/{organization_full.py → shared/organization_full.py} +1 -1
- unifieddatalibrary/types/shared/param_descriptor.py +39 -0
- unifieddatalibrary/types/shared/pathway_full.py +30 -0
- unifieddatalibrary/types/shared/related_document_full.py +18 -0
- unifieddatalibrary/types/{rf_band_get_response.py → shared/rf_band_full.py} +3 -3
- unifieddatalibrary/types/shared/sof_data_source_ref_full.py +26 -0
- unifieddatalibrary/types/{solar_array_details_full.py → shared/solar_array_details_full.py} +1 -1
- unifieddatalibrary/types/{solar_array_get_response.py → shared/solar_array_full.py} +3 -3
- unifieddatalibrary/types/{state_vector_full.py → shared/state_vector_full.py} +2 -2
- unifieddatalibrary/types/shared/status_full.py +104 -0
- unifieddatalibrary/types/{substatus_get_response.py → shared/sub_status_full.py} +3 -3
- unifieddatalibrary/types/shared/waiver_full.py +53 -0
- unifieddatalibrary/types/sigact/history_list_response.py +3 -27
- unifieddatalibrary/types/sigact_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sigact_tuple_response.py +3 -34
- unifieddatalibrary/types/site/operation_query_help_response.py +3 -32
- unifieddatalibrary/types/site/operation_retrieve_response.py +15 -223
- unifieddatalibrary/types/site/operation_tuple_response.py +13 -230
- unifieddatalibrary/types/site_get_response.py +14 -228
- unifieddatalibrary/types/site_queryhelp_response.py +3 -32
- unifieddatalibrary/types/site_remark_queryhelp_response.py +3 -32
- unifieddatalibrary/types/site_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/site_tuple_response.py +13 -227
- unifieddatalibrary/types/sky_imagery/history_list_response.py +1 -1
- unifieddatalibrary/types/sky_imagery_get_response.py +1 -1
- unifieddatalibrary/types/sky_imagery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sky_imagery_tuple_response.py +1 -1
- unifieddatalibrary/types/soi_observation_set_queryhelp_response.py +3 -32
- unifieddatalibrary/types/solar_array_queryhelp_response.py +3 -32
- unifieddatalibrary/types/solar_array_tuple_response.py +5 -77
- unifieddatalibrary/types/sortie_ppr/__init__.py +0 -1
- unifieddatalibrary/types/sortie_ppr_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sortie_ppr_tuple_response.py +1 -1
- unifieddatalibrary/types/space_env_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/stage_get_response.py +1 -1
- unifieddatalibrary/types/stage_queryhelp_response.py +3 -32
- unifieddatalibrary/types/stage_tuple_response.py +1 -1
- unifieddatalibrary/types/star_catalog_queryhelp_response.py +3 -32
- unifieddatalibrary/types/state_vector/current_tuple_response.py +1 -1
- unifieddatalibrary/types/state_vector_queryhelp_response.py +3 -32
- unifieddatalibrary/types/state_vector_tuple_response.py +1 -1
- unifieddatalibrary/types/status_get_by_entity_id_response.py +5 -179
- unifieddatalibrary/types/status_get_by_entity_type_response.py +5 -179
- unifieddatalibrary/types/status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/status_tuple_response.py +5 -175
- unifieddatalibrary/types/substatus_queryhelp_response.py +3 -32
- unifieddatalibrary/types/substatus_tuple_response.py +5 -81
- unifieddatalibrary/types/supporting_data/query_help_retrieve_response.py +3 -32
- unifieddatalibrary/types/surface_obstruction_queryhelp_response.py +3 -32
- unifieddatalibrary/types/surface_queryhelp_response.py +3 -32
- unifieddatalibrary/types/swir_queryhelp_response.py +3 -32
- unifieddatalibrary/types/tai_utc_queryhelp_response.py +3 -32
- unifieddatalibrary/types/track_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/track_queryhelp_response.py +3 -32
- unifieddatalibrary/types/track_route_queryhelp_response.py +3 -32
- unifieddatalibrary/types/transponder_get_response.py +1 -1
- unifieddatalibrary/types/transponder_queryhelp_response.py +3 -32
- unifieddatalibrary/types/transponder_tuple_response.py +1 -1
- unifieddatalibrary/types/vessel_get_response.py +1 -1
- unifieddatalibrary/types/vessel_queryhelp_response.py +3 -32
- unifieddatalibrary/types/vessel_tuple_response.py +1 -1
- unifieddatalibrary/types/video_queryhelp_response.py +3 -32
- unifieddatalibrary/types/weather_data_queryhelp_response.py +3 -32
- unifieddatalibrary/types/weather_report_queryhelp_response.py +3 -32
- unifieddatalibrary/types/entity_full.py +0 -1805
- unifieddatalibrary/types/onorbitsolararray_get_response.py +0 -158
- unifieddatalibrary/types/status_get_response.py +0 -175
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/licenses/LICENSE +0 -0
- /unifieddatalibrary/types/{air_operations → shared}/air_tasking_order_full.py +0 -0
- /unifieddatalibrary/types/{air_operations → shared}/diplomaticclearance_full.py +0 -0
- /unifieddatalibrary/types/{notification → shared}/notification_full.py +0 -0
- /unifieddatalibrary/types/{onorbitthrusterstatus → shared}/onorbitthrusterstatus_full.py +0 -0
- /unifieddatalibrary/types/{sortie_ppr → shared}/sortie_ppr_full.py +0 -0
@@ -7,163 +7,19 @@ from typing_extensions import Literal
|
|
7
7
|
from pydantic import Field as FieldInfo
|
8
8
|
|
9
9
|
from ..._models import BaseModel
|
10
|
+
from ..isr_collection_requirements_full import IsrCollectionRequirementsFull
|
10
11
|
|
11
12
|
__all__ = [
|
12
13
|
"HistoryListResponse",
|
13
|
-
"CollectionRequirement",
|
14
|
-
"CollectionRequirementCriticalTimes",
|
15
|
-
"CollectionRequirementExploitationRequirement",
|
16
|
-
"CollectionRequirementExploitationRequirementPoc",
|
17
14
|
"Tasking",
|
18
15
|
"TaskingCollectionPeriods",
|
19
16
|
"TaskingCollectionPeriodsActual",
|
20
17
|
"TaskingCollectionPeriodsPlanned",
|
21
18
|
"TaskingCollectionPeriodsPlannedAdditional",
|
22
|
-
"TaskingTaskingCollectionRequirement",
|
23
|
-
"TaskingTaskingCollectionRequirementCriticalTimes",
|
24
|
-
"TaskingTaskingCollectionRequirementExploitationRequirement",
|
25
|
-
"TaskingTaskingCollectionRequirementExploitationRequirementPoc",
|
26
19
|
"Transit",
|
27
20
|
]
|
28
21
|
|
29
22
|
|
30
|
-
class CollectionRequirementCriticalTimes(BaseModel):
|
31
|
-
earliest_imaging_time: datetime = FieldInfo(alias="earliestImagingTime")
|
32
|
-
"""Critical start time to collect an image for this requirement."""
|
33
|
-
|
34
|
-
latest_imaging_time: datetime = FieldInfo(alias="latestImagingTime")
|
35
|
-
"""Critical stop time to collect an image for this requirement."""
|
36
|
-
|
37
|
-
|
38
|
-
class CollectionRequirementExploitationRequirementPoc(BaseModel):
|
39
|
-
id: Optional[str] = None
|
40
|
-
"""Unique identifier of the collection requirement POC."""
|
41
|
-
|
42
|
-
callsign: Optional[str] = None
|
43
|
-
"""Callsign of the POC."""
|
44
|
-
|
45
|
-
chat_name: Optional[str] = FieldInfo(alias="chatName", default=None)
|
46
|
-
"""Chat name of the POC."""
|
47
|
-
|
48
|
-
chat_system: Optional[str] = FieldInfo(alias="chatSystem", default=None)
|
49
|
-
"""Chat system the POC is accessing."""
|
50
|
-
|
51
|
-
email: Optional[str] = None
|
52
|
-
"""Email address of the POC."""
|
53
|
-
|
54
|
-
name: Optional[str] = None
|
55
|
-
"""Name of the POC."""
|
56
|
-
|
57
|
-
notes: Optional[str] = None
|
58
|
-
"""Amplifying notes about the POC."""
|
59
|
-
|
60
|
-
phone: Optional[str] = None
|
61
|
-
"""Phone number of the POC."""
|
62
|
-
|
63
|
-
radio_frequency: Optional[float] = FieldInfo(alias="radioFrequency", default=None)
|
64
|
-
"""Radio Frequency the POC is on."""
|
65
|
-
|
66
|
-
unit: Optional[str] = None
|
67
|
-
"""Unit the POC belongs to."""
|
68
|
-
|
69
|
-
|
70
|
-
class CollectionRequirementExploitationRequirement(BaseModel):
|
71
|
-
id: Optional[str] = None
|
72
|
-
"""Exploitation requirement id."""
|
73
|
-
|
74
|
-
amplification: Optional[str] = None
|
75
|
-
"""Amplifying data for the exploitation requirement."""
|
76
|
-
|
77
|
-
dissemination: Optional[str] = None
|
78
|
-
"""List of e-mails to disseminate collection verification information."""
|
79
|
-
|
80
|
-
eei: Optional[str] = None
|
81
|
-
"""Essential Elements of Information."""
|
82
|
-
|
83
|
-
poc: Optional[CollectionRequirementExploitationRequirementPoc] = None
|
84
|
-
|
85
|
-
reporting_criteria: Optional[str] = FieldInfo(alias="reportingCriteria", default=None)
|
86
|
-
"""The reporting criteria of the collection requirement."""
|
87
|
-
|
88
|
-
|
89
|
-
class CollectionRequirement(BaseModel):
|
90
|
-
id: Optional[str] = None
|
91
|
-
"""Collection Requirement Unique Identifier."""
|
92
|
-
|
93
|
-
country: Optional[str] = None
|
94
|
-
"""Country code of the collection requirement.
|
95
|
-
|
96
|
-
A Country may represent countries, multi-national consortiums, and international
|
97
|
-
organizations.
|
98
|
-
"""
|
99
|
-
|
100
|
-
crid_numbers: Optional[str] = FieldInfo(alias="cridNumbers", default=None)
|
101
|
-
"""Collection Requirement Unique Identifier."""
|
102
|
-
|
103
|
-
critical_times: Optional[CollectionRequirementCriticalTimes] = FieldInfo(alias="criticalTimes", default=None)
|
104
|
-
|
105
|
-
emphasized: Optional[bool] = None
|
106
|
-
"""Is this collection requirement an emphasized/critical requirement."""
|
107
|
-
|
108
|
-
exploitation_requirement: Optional[CollectionRequirementExploitationRequirement] = FieldInfo(
|
109
|
-
alias="exploitationRequirement", default=None
|
110
|
-
)
|
111
|
-
|
112
|
-
hash: Optional[str] = None
|
113
|
-
"""Encryption hashing algorithm."""
|
114
|
-
|
115
|
-
intel_discipline: Optional[str] = FieldInfo(alias="intelDiscipline", default=None)
|
116
|
-
"""Primary type of intelligence to be collected for this requirement."""
|
117
|
-
|
118
|
-
is_prism_cr: Optional[bool] = FieldInfo(alias="isPrismCr", default=None)
|
119
|
-
"""Is this collection request for the Prism system?."""
|
120
|
-
|
121
|
-
operation: Optional[str] = None
|
122
|
-
"""Human readable name for this operation."""
|
123
|
-
|
124
|
-
priority: Optional[float] = None
|
125
|
-
"""1-n priority for this collection requirement."""
|
126
|
-
|
127
|
-
recon_survey: Optional[str] = FieldInfo(alias="reconSurvey", default=None)
|
128
|
-
"""Reconnaissance Survey information the operator needs."""
|
129
|
-
|
130
|
-
record_id: Optional[str] = FieldInfo(alias="recordId", default=None)
|
131
|
-
"""Record id."""
|
132
|
-
|
133
|
-
region: Optional[str] = None
|
134
|
-
"""Region of the collection requirement."""
|
135
|
-
|
136
|
-
secondary: Optional[bool] = None
|
137
|
-
"""Sub category of primary intelligence to be collected for this requirement."""
|
138
|
-
|
139
|
-
special_com_guidance: Optional[str] = FieldInfo(alias="specialComGuidance", default=None)
|
140
|
-
"""
|
141
|
-
Free text field for the user to specify special instructions needed for this
|
142
|
-
collection.
|
143
|
-
"""
|
144
|
-
|
145
|
-
start: Optional[datetime] = None
|
146
|
-
"""Start time for this requirement, should be within the mission time window."""
|
147
|
-
|
148
|
-
stop: Optional[datetime] = None
|
149
|
-
"""Stop time for this requirement, should be within the mission time window."""
|
150
|
-
|
151
|
-
subregion: Optional[str] = None
|
152
|
-
"""Subregion of the collection requirement."""
|
153
|
-
|
154
|
-
supported_unit: Optional[str] = FieldInfo(alias="supportedUnit", default=None)
|
155
|
-
"""
|
156
|
-
The name of the military unit that this assigned collection requirement will
|
157
|
-
support.
|
158
|
-
"""
|
159
|
-
|
160
|
-
target_list: Optional[List[str]] = FieldInfo(alias="targetList", default=None)
|
161
|
-
"""Array of POI Id's for the targets being tasked."""
|
162
|
-
|
163
|
-
type: Optional[str] = None
|
164
|
-
"""Type collection this requirement applies to."""
|
165
|
-
|
166
|
-
|
167
23
|
class TaskingCollectionPeriodsActual(BaseModel):
|
168
24
|
id: Optional[str] = None
|
169
25
|
"""Unique Identifier of actual collection period for historical archive."""
|
@@ -204,145 +60,6 @@ class TaskingCollectionPeriods(BaseModel):
|
|
204
60
|
planned: Optional[TaskingCollectionPeriodsPlanned] = None
|
205
61
|
|
206
62
|
|
207
|
-
class TaskingTaskingCollectionRequirementCriticalTimes(BaseModel):
|
208
|
-
earliest_imaging_time: datetime = FieldInfo(alias="earliestImagingTime")
|
209
|
-
"""Critical start time to collect an image for this requirement."""
|
210
|
-
|
211
|
-
latest_imaging_time: datetime = FieldInfo(alias="latestImagingTime")
|
212
|
-
"""Critical stop time to collect an image for this requirement."""
|
213
|
-
|
214
|
-
|
215
|
-
class TaskingTaskingCollectionRequirementExploitationRequirementPoc(BaseModel):
|
216
|
-
id: Optional[str] = None
|
217
|
-
"""Unique identifier of the collection requirement POC."""
|
218
|
-
|
219
|
-
callsign: Optional[str] = None
|
220
|
-
"""Callsign of the POC."""
|
221
|
-
|
222
|
-
chat_name: Optional[str] = FieldInfo(alias="chatName", default=None)
|
223
|
-
"""Chat name of the POC."""
|
224
|
-
|
225
|
-
chat_system: Optional[str] = FieldInfo(alias="chatSystem", default=None)
|
226
|
-
"""Chat system the POC is accessing."""
|
227
|
-
|
228
|
-
email: Optional[str] = None
|
229
|
-
"""Email address of the POC."""
|
230
|
-
|
231
|
-
name: Optional[str] = None
|
232
|
-
"""Name of the POC."""
|
233
|
-
|
234
|
-
notes: Optional[str] = None
|
235
|
-
"""Amplifying notes about the POC."""
|
236
|
-
|
237
|
-
phone: Optional[str] = None
|
238
|
-
"""Phone number of the POC."""
|
239
|
-
|
240
|
-
radio_frequency: Optional[float] = FieldInfo(alias="radioFrequency", default=None)
|
241
|
-
"""Radio Frequency the POC is on."""
|
242
|
-
|
243
|
-
unit: Optional[str] = None
|
244
|
-
"""Unit the POC belongs to."""
|
245
|
-
|
246
|
-
|
247
|
-
class TaskingTaskingCollectionRequirementExploitationRequirement(BaseModel):
|
248
|
-
id: Optional[str] = None
|
249
|
-
"""Exploitation requirement id."""
|
250
|
-
|
251
|
-
amplification: Optional[str] = None
|
252
|
-
"""Amplifying data for the exploitation requirement."""
|
253
|
-
|
254
|
-
dissemination: Optional[str] = None
|
255
|
-
"""List of e-mails to disseminate collection verification information."""
|
256
|
-
|
257
|
-
eei: Optional[str] = None
|
258
|
-
"""Essential Elements of Information."""
|
259
|
-
|
260
|
-
poc: Optional[TaskingTaskingCollectionRequirementExploitationRequirementPoc] = None
|
261
|
-
|
262
|
-
reporting_criteria: Optional[str] = FieldInfo(alias="reportingCriteria", default=None)
|
263
|
-
"""The reporting criteria of the collection requirement."""
|
264
|
-
|
265
|
-
|
266
|
-
class TaskingTaskingCollectionRequirement(BaseModel):
|
267
|
-
id: Optional[str] = None
|
268
|
-
"""Collection Requirement Unique Identifier."""
|
269
|
-
|
270
|
-
country: Optional[str] = None
|
271
|
-
"""Country code of the collection requirement.
|
272
|
-
|
273
|
-
A Country may represent countries, multi-national consortiums, and international
|
274
|
-
organizations.
|
275
|
-
"""
|
276
|
-
|
277
|
-
crid_numbers: Optional[str] = FieldInfo(alias="cridNumbers", default=None)
|
278
|
-
"""Collection Requirement Unique Identifier."""
|
279
|
-
|
280
|
-
critical_times: Optional[TaskingTaskingCollectionRequirementCriticalTimes] = FieldInfo(
|
281
|
-
alias="criticalTimes", default=None
|
282
|
-
)
|
283
|
-
|
284
|
-
emphasized: Optional[bool] = None
|
285
|
-
"""Is this collection requirement an emphasized/critical requirement."""
|
286
|
-
|
287
|
-
exploitation_requirement: Optional[TaskingTaskingCollectionRequirementExploitationRequirement] = FieldInfo(
|
288
|
-
alias="exploitationRequirement", default=None
|
289
|
-
)
|
290
|
-
|
291
|
-
hash: Optional[str] = None
|
292
|
-
"""Encryption hashing algorithm."""
|
293
|
-
|
294
|
-
intel_discipline: Optional[str] = FieldInfo(alias="intelDiscipline", default=None)
|
295
|
-
"""Primary type of intelligence to be collected for this requirement."""
|
296
|
-
|
297
|
-
is_prism_cr: Optional[bool] = FieldInfo(alias="isPrismCr", default=None)
|
298
|
-
"""Is this collection request for the Prism system?."""
|
299
|
-
|
300
|
-
operation: Optional[str] = None
|
301
|
-
"""Human readable name for this operation."""
|
302
|
-
|
303
|
-
priority: Optional[float] = None
|
304
|
-
"""1-n priority for this collection requirement."""
|
305
|
-
|
306
|
-
recon_survey: Optional[str] = FieldInfo(alias="reconSurvey", default=None)
|
307
|
-
"""Reconnaissance Survey information the operator needs."""
|
308
|
-
|
309
|
-
record_id: Optional[str] = FieldInfo(alias="recordId", default=None)
|
310
|
-
"""Record id."""
|
311
|
-
|
312
|
-
region: Optional[str] = None
|
313
|
-
"""Region of the collection requirement."""
|
314
|
-
|
315
|
-
secondary: Optional[bool] = None
|
316
|
-
"""Sub category of primary intelligence to be collected for this requirement."""
|
317
|
-
|
318
|
-
special_com_guidance: Optional[str] = FieldInfo(alias="specialComGuidance", default=None)
|
319
|
-
"""
|
320
|
-
Free text field for the user to specify special instructions needed for this
|
321
|
-
collection.
|
322
|
-
"""
|
323
|
-
|
324
|
-
start: Optional[datetime] = None
|
325
|
-
"""Start time for this requirement, should be within the mission time window."""
|
326
|
-
|
327
|
-
stop: Optional[datetime] = None
|
328
|
-
"""Stop time for this requirement, should be within the mission time window."""
|
329
|
-
|
330
|
-
subregion: Optional[str] = None
|
331
|
-
"""Subregion of the collection requirement."""
|
332
|
-
|
333
|
-
supported_unit: Optional[str] = FieldInfo(alias="supportedUnit", default=None)
|
334
|
-
"""
|
335
|
-
The name of the military unit that this assigned collection requirement will
|
336
|
-
support.
|
337
|
-
"""
|
338
|
-
|
339
|
-
target_list: Optional[List[str]] = FieldInfo(alias="targetList", default=None)
|
340
|
-
"""Array of POI Id's for the targets being tasked."""
|
341
|
-
|
342
|
-
type: Optional[str] = None
|
343
|
-
"""Type collection this requirement applies to."""
|
344
|
-
|
345
|
-
|
346
63
|
class Tasking(BaseModel):
|
347
64
|
id: Optional[str] = None
|
348
65
|
"""Tasking Unique Identifier."""
|
@@ -372,7 +89,7 @@ class Tasking(BaseModel):
|
|
372
89
|
tasking_collection_area: Optional[str] = FieldInfo(alias="taskingCollectionArea", default=None)
|
373
90
|
"""Tasking geographical collection area."""
|
374
91
|
|
375
|
-
tasking_collection_requirements: Optional[List[
|
92
|
+
tasking_collection_requirements: Optional[List[IsrCollectionRequirementsFull]] = FieldInfo(
|
376
93
|
alias="taskingCollectionRequirements", default=None
|
377
94
|
)
|
378
95
|
"""Tasking desired collection requirements."""
|
@@ -483,7 +200,7 @@ class HistoryListResponse(BaseModel):
|
|
483
200
|
id: Optional[str] = None
|
484
201
|
"""Unique identifier of the record, auto-generated by the system."""
|
485
202
|
|
486
|
-
collection_requirements: Optional[List[
|
203
|
+
collection_requirements: Optional[List[IsrCollectionRequirementsFull]] = FieldInfo(
|
487
204
|
alias="collectionRequirements", default=None
|
488
205
|
)
|
489
206
|
"""Mission desired collection requirements."""
|
@@ -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__ = ["ItemQueryhelpResponse"
|
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__ = ["ItemQueryhelpResponse"]
|
40
11
|
|
41
12
|
|
42
13
|
class ItemQueryhelpResponse(BaseModel):
|
@@ -50,7 +21,7 @@ class ItemQueryhelpResponse(BaseModel):
|
|
50
21
|
|
51
22
|
name: Optional[str] = None
|
52
23
|
|
53
|
-
parameters: Optional[List[
|
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__ = ["ItemTrackingQueryhelpResponse"
|
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__ = ["ItemTrackingQueryhelpResponse"]
|
40
11
|
|
41
12
|
|
42
13
|
class ItemTrackingQueryhelpResponse(BaseModel):
|
@@ -50,7 +21,7 @@ class ItemTrackingQueryhelpResponse(BaseModel):
|
|
50
21
|
|
51
22
|
name: Optional[str] = None
|
52
23
|
|
53
|
-
parameters: Optional[List[
|
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__ = ["LaunchDetectionQueryhelpResponse"
|
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__ = ["LaunchDetectionQueryhelpResponse"]
|
40
11
|
|
41
12
|
|
42
13
|
class LaunchDetectionQueryhelpResponse(BaseModel):
|
@@ -50,7 +21,7 @@ class LaunchDetectionQueryhelpResponse(BaseModel):
|
|
50
21
|
|
51
22
|
name: Optional[str] = None
|
52
23
|
|
53
|
-
parameters: Optional[List[
|
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__ = ["LaunchEventQueryhelpResponse"
|
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__ = ["LaunchEventQueryhelpResponse"]
|
40
11
|
|
41
12
|
|
42
13
|
class LaunchEventQueryhelpResponse(BaseModel):
|
@@ -50,7 +21,7 @@ class LaunchEventQueryhelpResponse(BaseModel):
|
|
50
21
|
|
51
22
|
name: Optional[str] = None
|
52
23
|
|
53
|
-
parameters: Optional[List[
|
24
|
+
parameters: Optional[List[ParamDescriptor]] = None
|
54
25
|
|
55
26
|
required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
|
56
27
|
|
@@ -7,91 +7,9 @@ from typing_extensions import Literal, TypeAlias
|
|
7
7
|
from pydantic import Field as FieldInfo
|
8
8
|
|
9
9
|
from .._models import BaseModel
|
10
|
+
from .shared.location_abridged import LocationAbridged
|
10
11
|
|
11
|
-
__all__ = [
|
12
|
-
"LaunchSiteDetailFindBySourceResponse",
|
13
|
-
"LaunchSiteDetailFindBySourceResponseItem",
|
14
|
-
"LaunchSiteDetailFindBySourceResponseItemLocation",
|
15
|
-
]
|
16
|
-
|
17
|
-
|
18
|
-
class LaunchSiteDetailFindBySourceResponseItemLocation(BaseModel):
|
19
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
20
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
21
|
-
|
22
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
23
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
24
|
-
|
25
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
26
|
-
may include both real and simulated data.
|
27
|
-
|
28
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
29
|
-
events, and analysis.
|
30
|
-
|
31
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
32
|
-
datasets.
|
33
|
-
|
34
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
35
|
-
requirements, and for validating technical, functional, and performance
|
36
|
-
characteristics.
|
37
|
-
"""
|
38
|
-
|
39
|
-
name: str
|
40
|
-
"""Location name."""
|
41
|
-
|
42
|
-
source: str
|
43
|
-
"""Source of the data."""
|
44
|
-
|
45
|
-
altitude: Optional[float] = None
|
46
|
-
"""Altitude of the location, in kilometers."""
|
47
|
-
|
48
|
-
country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
|
49
|
-
"""The country code.
|
50
|
-
|
51
|
-
This value is typically the ISO 3166 Alpha-2 two-character country code, however
|
52
|
-
it can also represent various consortiums that do not appear in the ISO
|
53
|
-
document. The code must correspond to an existing country in the UDL’s country
|
54
|
-
API. Call udl/country/{code} to get any associated FIPS code, ISO Alpha-3 code,
|
55
|
-
or alternate code values that exist for the specified country code.
|
56
|
-
"""
|
57
|
-
|
58
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
59
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
60
|
-
|
61
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
62
|
-
"""
|
63
|
-
Application user who created the row in the database, auto-populated by the
|
64
|
-
system.
|
65
|
-
"""
|
66
|
-
|
67
|
-
id_location: Optional[str] = FieldInfo(alias="idLocation", default=None)
|
68
|
-
"""Unique identifier of the location, auto-generated by the system."""
|
69
|
-
|
70
|
-
lat: Optional[float] = None
|
71
|
-
"""WGS84 latitude of the location, in degrees.
|
72
|
-
|
73
|
-
-90 to 90 degrees (negative values south of equator).
|
74
|
-
"""
|
75
|
-
|
76
|
-
lon: Optional[float] = None
|
77
|
-
"""WGS84 longitude of the location, in degrees.
|
78
|
-
|
79
|
-
-180 to 180 degrees (negative values west of Prime Meridian).
|
80
|
-
"""
|
81
|
-
|
82
|
-
origin: Optional[str] = None
|
83
|
-
"""
|
84
|
-
Originating system or organization which produced the data, if different from
|
85
|
-
the source. The origin may be different than the source if the source was a
|
86
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
87
|
-
null, the source may be assumed to be the origin.
|
88
|
-
"""
|
89
|
-
|
90
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
91
|
-
"""
|
92
|
-
The originating source network on which this record was created, auto-populated
|
93
|
-
by the system.
|
94
|
-
"""
|
12
|
+
__all__ = ["LaunchSiteDetailFindBySourceResponse", "LaunchSiteDetailFindBySourceResponseItem"]
|
95
13
|
|
96
14
|
|
97
15
|
class LaunchSiteDetailFindBySourceResponseItem(BaseModel):
|
@@ -156,7 +74,7 @@ class LaunchSiteDetailFindBySourceResponseItem(BaseModel):
|
|
156
74
|
Multiple launch sites may be colocated within a launch ''group''.
|
157
75
|
"""
|
158
76
|
|
159
|
-
location: Optional[
|
77
|
+
location: Optional[LocationAbridged] = None
|
160
78
|
"""
|
161
79
|
Model representation of a location, which is a specific fixed point on the earth
|
162
80
|
and is used to denote the locations of fixed sensors, operating units, etc.
|