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
@@ -1,594 +1,10 @@
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
2
|
|
3
|
-
from typing import List
|
4
|
-
from
|
5
|
-
from typing_extensions import Literal, TypeAlias
|
3
|
+
from typing import List
|
4
|
+
from typing_extensions import TypeAlias
|
6
5
|
|
7
|
-
from
|
6
|
+
from .shared.operatingunit_full import OperatingunitFull
|
8
7
|
|
9
|
-
|
10
|
-
from .location_full import LocationFull
|
11
|
-
from .organization_full import OrganizationFull
|
8
|
+
__all__ = ["OperatingunitTupleResponse"]
|
12
9
|
|
13
|
-
|
14
|
-
"OperatingunitTupleResponse",
|
15
|
-
"OperatingunitTupleResponseItem",
|
16
|
-
"OperatingunitTupleResponseItemOperatingUnitRemark",
|
17
|
-
]
|
18
|
-
|
19
|
-
|
20
|
-
class OperatingunitTupleResponseItemOperatingUnitRemark(BaseModel):
|
21
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
22
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
23
|
-
|
24
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
25
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
26
|
-
|
27
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
28
|
-
may include both real and simulated data.
|
29
|
-
|
30
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
31
|
-
events, and analysis.
|
32
|
-
|
33
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
34
|
-
datasets.
|
35
|
-
|
36
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
37
|
-
requirements, and for validating technical, functional, and performance
|
38
|
-
characteristics.
|
39
|
-
"""
|
40
|
-
|
41
|
-
id_operating_unit: str = FieldInfo(alias="idOperatingUnit")
|
42
|
-
"""The ID of the operating unit to which this remark applies."""
|
43
|
-
|
44
|
-
source: str
|
45
|
-
"""Source of the data."""
|
46
|
-
|
47
|
-
text: str
|
48
|
-
"""The text of the remark."""
|
49
|
-
|
50
|
-
id: Optional[str] = None
|
51
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
52
|
-
|
53
|
-
alt_rmk_id: Optional[str] = FieldInfo(alias="altRmkId", default=None)
|
54
|
-
"""Unique identifier of the unit remark record from the originating system."""
|
55
|
-
|
56
|
-
code: Optional[str] = None
|
57
|
-
"""The remark type identifier.
|
58
|
-
|
59
|
-
For example, the Mobility Air Forces (MAF) remark code, defined in the Airfield
|
60
|
-
Suitability and Restriction Report (ASRR).
|
61
|
-
"""
|
62
|
-
|
63
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
64
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
65
|
-
|
66
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
67
|
-
"""
|
68
|
-
Application user who created the row in the database, auto-populated by the
|
69
|
-
system.
|
70
|
-
"""
|
71
|
-
|
72
|
-
name: Optional[str] = None
|
73
|
-
"""The name of the remark."""
|
74
|
-
|
75
|
-
origin: Optional[str] = None
|
76
|
-
"""
|
77
|
-
Originating system or organization which produced the data, if different from
|
78
|
-
the source. The origin may be different than the source if the source was a
|
79
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
80
|
-
null, the source may be assumed to be the origin.
|
81
|
-
"""
|
82
|
-
|
83
|
-
type: Optional[str] = None
|
84
|
-
"""The remark type (e.g. Caution, Information, Misc, Restriction, etc.)."""
|
85
|
-
|
86
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
87
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
88
|
-
|
89
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
90
|
-
"""
|
91
|
-
Application user who updated the row in the database, auto-populated by the
|
92
|
-
system.
|
93
|
-
"""
|
94
|
-
|
95
|
-
|
96
|
-
class OperatingunitTupleResponseItem(BaseModel):
|
97
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
98
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
99
|
-
|
100
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
101
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
102
|
-
|
103
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
104
|
-
may include both real and simulated data.
|
105
|
-
|
106
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
107
|
-
events, and analysis.
|
108
|
-
|
109
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
110
|
-
datasets.
|
111
|
-
|
112
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
113
|
-
requirements, and for validating technical, functional, and performance
|
114
|
-
characteristics.
|
115
|
-
"""
|
116
|
-
|
117
|
-
name: str
|
118
|
-
"""Name of the operating unit."""
|
119
|
-
|
120
|
-
source: str
|
121
|
-
"""Source of the data."""
|
122
|
-
|
123
|
-
air_def_area: Optional[str] = FieldInfo(alias="airDefArea", default=None)
|
124
|
-
"""
|
125
|
-
Air Defense District (ADD) or Air Defense Area (ADA) in which the geographic
|
126
|
-
coordinates reside.
|
127
|
-
"""
|
128
|
-
|
129
|
-
allegiance: Optional[str] = None
|
130
|
-
"""
|
131
|
-
The DoD Standard country code designator for the country or political entity to
|
132
|
-
which the operating unit owes its allegiance. This field will be set to "OTHR"
|
133
|
-
if the source value does not match a UDL country code value (ISO-3166-ALPHA-2).
|
134
|
-
"""
|
135
|
-
|
136
|
-
alt_allegiance: Optional[str] = FieldInfo(alias="altAllegiance", default=None)
|
137
|
-
"""
|
138
|
-
Specifies an alternate allegiance code if the data provider code is not part of
|
139
|
-
an official Country Code standard such as ISO-3166 or FIPS. This field will be
|
140
|
-
set to the value provided by the source and should be used for all Queries
|
141
|
-
specifying allegiance.
|
142
|
-
"""
|
143
|
-
|
144
|
-
alt_country_code: Optional[str] = FieldInfo(alias="altCountryCode", default=None)
|
145
|
-
"""
|
146
|
-
Specifies an alternate country code if the data provider code is not part of an
|
147
|
-
official Country Code standard such as ISO-3166 or FIPS. This field will be set
|
148
|
-
to the value provided by the source and should be used for all Queries
|
149
|
-
specifying a Country Code.
|
150
|
-
"""
|
151
|
-
|
152
|
-
alt_operating_unit_id: Optional[str] = FieldInfo(alias="altOperatingUnitId", default=None)
|
153
|
-
"""Unique identifier of the operating unit record from the originating system."""
|
154
|
-
|
155
|
-
class_rating: Optional[str] = FieldInfo(alias="classRating", default=None)
|
156
|
-
"""Indicates the importance of the operating unit to the OES or MIR system.
|
157
|
-
|
158
|
-
This data element is restricted to update by DIA (DB-4). Valid values are: 0 -
|
159
|
-
Does not meet criteria above 1 - Primary importance to system 2 - Secondary
|
160
|
-
importance to system 3 - Tertiary importance to system O - Other. Explain in
|
161
|
-
Remarks.
|
162
|
-
"""
|
163
|
-
|
164
|
-
condition: Optional[str] = None
|
165
|
-
"""The physical manner of being or state of existence of the operating unit.
|
166
|
-
|
167
|
-
A physical condition that must be considered in the determining of a course of
|
168
|
-
action. The specific usage and enumerations contained in this field may be found
|
169
|
-
in the documentation provided in the referenceDoc field. If referenceDoc not
|
170
|
-
provided, users may consult the data provider.
|
171
|
-
"""
|
172
|
-
|
173
|
-
condition_avail: Optional[str] = FieldInfo(alias="conditionAvail", default=None)
|
174
|
-
"""Availability of the operating unit relative to its condition.
|
175
|
-
|
176
|
-
Indicates the reason the operating unit is not fully operational. The specific
|
177
|
-
usage and enumerations contained in this field may be found in the documentation
|
178
|
-
provided in the referenceDoc field. If referenceDoc not provided, users may
|
179
|
-
consult the data provider.
|
180
|
-
"""
|
181
|
-
|
182
|
-
coord: Optional[str] = None
|
183
|
-
"""
|
184
|
-
Indicates any of the magnitudes that serve to define the position of a point by
|
185
|
-
reference to a fixed figure, system of lines, etc.
|
186
|
-
|
187
|
-
Pos. 1-2. Latitude Degrees [00-90]
|
188
|
-
|
189
|
-
Pos. 3-4. Latitude Minutes [00-59]
|
190
|
-
|
191
|
-
Pos. 5-6. Latitude Seconds [00-59]
|
192
|
-
|
193
|
-
Pos. 7-9. Latitude Thousandths Of Seconds [000-999]
|
194
|
-
|
195
|
-
Pos. 10. Latitude Hemisphere [NS]
|
196
|
-
|
197
|
-
Pos. 11-13. Longitude Degrees [00-180]
|
198
|
-
|
199
|
-
Pos. 14-15. Longitude Minutes [00-59]
|
200
|
-
|
201
|
-
Pos. 16-17. Longitude Seconds [00-59]
|
202
|
-
|
203
|
-
Pos. 18-20. Longitude Thousandths Of Seconds [000-999]
|
204
|
-
|
205
|
-
Pos. 21. Longitude Hemisphere [EW]
|
206
|
-
|
207
|
-
Pos. 1-21. Unknown Latitude and Unknown Longitude [000000000U000000000U]
|
208
|
-
"""
|
209
|
-
|
210
|
-
coord_datum: Optional[str] = FieldInfo(alias="coordDatum", default=None)
|
211
|
-
"""A mathematical model of the earth used to calculate coordinates on a map.
|
212
|
-
|
213
|
-
US Forces use the World Geodetic System 1984 (WGS 84), but also use maps by
|
214
|
-
allied countries with local datums. The datum must be specified to ensure
|
215
|
-
accuracy of coordinates. The specific usage and enumerations contained in this
|
216
|
-
field may be found in the documentation provided in the referenceDoc field. If
|
217
|
-
referenceDoc not provided, users may consult the data provider.
|
218
|
-
"""
|
219
|
-
|
220
|
-
coord_deriv_acc: Optional[float] = FieldInfo(alias="coordDerivAcc", default=None)
|
221
|
-
"""
|
222
|
-
Indicates the plus or minus error assessed against the method used to derive the
|
223
|
-
coordinate.
|
224
|
-
"""
|
225
|
-
|
226
|
-
country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
|
227
|
-
"""
|
228
|
-
The DoD Standard country code designator for the country or political entity to
|
229
|
-
which the operating unit geographic coordinates reside . This field will be set
|
230
|
-
to "OTHR" if the source value does not match a UDL country code value
|
231
|
-
(ISO-3166-ALPHA-2).
|
232
|
-
"""
|
233
|
-
|
234
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
235
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
236
|
-
|
237
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
238
|
-
"""
|
239
|
-
Application user who created the row in the database, auto-populated by the
|
240
|
-
system.
|
241
|
-
"""
|
242
|
-
|
243
|
-
deploy_status: Optional[str] = FieldInfo(alias="deployStatus", default=None)
|
244
|
-
"""A code describing the amount of operating unit participation in a deployment.
|
245
|
-
|
246
|
-
The specific usage and enumerations contained in this field may be found in the
|
247
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
248
|
-
users may consult the data provider.
|
249
|
-
"""
|
250
|
-
|
251
|
-
description: Optional[str] = None
|
252
|
-
"""Description of the operating unit."""
|
253
|
-
|
254
|
-
div_cat: Optional[str] = FieldInfo(alias="divCat", default=None)
|
255
|
-
"""Combat status of a divisional or equivalent operating unit.
|
256
|
-
|
257
|
-
Currently, this data element applies only to operating units of the Former
|
258
|
-
Soviet Union. The specific usage and enumerations contained in this field may be
|
259
|
-
found in the documentation provided in the referenceDoc field. If referenceDoc
|
260
|
-
not provided, users may consult the data provider.
|
261
|
-
"""
|
262
|
-
|
263
|
-
echelon: Optional[str] = None
|
264
|
-
"""Organizational level of the operating unit.
|
265
|
-
|
266
|
-
The specific usage and enumerations contained in this field may be found in the
|
267
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
268
|
-
users may consult the data provider.
|
269
|
-
"""
|
270
|
-
|
271
|
-
echelon_tier: Optional[str] = FieldInfo(alias="echelonTier", default=None)
|
272
|
-
"""Indicates the major group or level to which an echelon belongs.
|
273
|
-
|
274
|
-
The specific usage and enumerations contained in this field may be found in the
|
275
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
276
|
-
users may consult the data provider.
|
277
|
-
"""
|
278
|
-
|
279
|
-
elev_msl: Optional[float] = FieldInfo(alias="elevMsl", default=None)
|
280
|
-
"""
|
281
|
-
Ground elevation of the geographic coordinates referenced to (above or below)
|
282
|
-
Mean Sea Level (MSL) vertical datum.
|
283
|
-
"""
|
284
|
-
|
285
|
-
elev_msl_conf_lvl: Optional[int] = FieldInfo(alias="elevMslConfLvl", default=None)
|
286
|
-
"""
|
287
|
-
Indicates the confidence level expressed as a percent that a specific geometric
|
288
|
-
spatial element, ELEVATION_MSL linear accuracy, has been vertically positioned
|
289
|
-
to within a specified vertical accuracy.
|
290
|
-
"""
|
291
|
-
|
292
|
-
elev_msl_deriv_acc: Optional[float] = FieldInfo(alias="elevMslDerivAcc", default=None)
|
293
|
-
"""
|
294
|
-
Indicates the plus or minus error assessed against the method used to derive the
|
295
|
-
elevation.
|
296
|
-
"""
|
297
|
-
|
298
|
-
eval: Optional[int] = None
|
299
|
-
"""
|
300
|
-
The Intelligence Confidence Level or the Reliability/degree of confidence that
|
301
|
-
the analyst has assigned to the data within this record. The numerical range is
|
302
|
-
from 1 to 9 with 1 representing the highest confidence level.
|
303
|
-
"""
|
304
|
-
|
305
|
-
flag_flown: Optional[str] = FieldInfo(alias="flagFlown", default=None)
|
306
|
-
"""The country code of the observed flag flown."""
|
307
|
-
|
308
|
-
fleet_id: Optional[str] = FieldInfo(alias="fleetId", default=None)
|
309
|
-
"""Naval fleet to which an operating unit is assigned.
|
310
|
-
|
311
|
-
The specific usage and enumerations contained in this field may be found in the
|
312
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
313
|
-
users may consult the data provider.
|
314
|
-
"""
|
315
|
-
|
316
|
-
force: Optional[str] = None
|
317
|
-
"""
|
318
|
-
An aggregation of military units within a single service (i.e., ARMY, AIR FORCE,
|
319
|
-
etc.) which operates under a single authority to accomplish a common mission.
|
320
|
-
The specific usage and enumerations contained in this field may be found in the
|
321
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
322
|
-
users may consult the data provider.
|
323
|
-
"""
|
324
|
-
|
325
|
-
force_name: Optional[str] = FieldInfo(alias="forceName", default=None)
|
326
|
-
"""The specific name for a given force.
|
327
|
-
|
328
|
-
For example, Force = ADF (Air Defense Force) and Force Name = Army Air Defense
|
329
|
-
Force.
|
330
|
-
"""
|
331
|
-
|
332
|
-
fpa: Optional[str] = None
|
333
|
-
"""Functional Production Area (FPA) under the Shared Production Program (SPP).
|
334
|
-
|
335
|
-
Producers are defined per country per FPA. The specific usage and enumerations
|
336
|
-
contained in this field may be found in the documentation provided in the
|
337
|
-
referenceDoc field. If referenceDoc not provided, users may consult the data
|
338
|
-
provider.
|
339
|
-
"""
|
340
|
-
|
341
|
-
funct_role: Optional[str] = FieldInfo(alias="functRole", default=None)
|
342
|
-
"""
|
343
|
-
Principal combat-related role that an operating unit is organized, structured
|
344
|
-
and equipped to perform. Or, the specialized military or paramilitary branch in
|
345
|
-
which an individual serves, their specialization. The specific usage and
|
346
|
-
enumerations contained in this field may be found in the documentation provided
|
347
|
-
in the referenceDoc field. If referenceDoc not provided, users may consult the
|
348
|
-
data provider.
|
349
|
-
"""
|
350
|
-
|
351
|
-
geoidal_msl_sep: Optional[float] = FieldInfo(alias="geoidalMslSep", default=None)
|
352
|
-
"""The distance between Mean Sea Level and a referenced ellipsoid."""
|
353
|
-
|
354
|
-
id_contact: Optional[str] = FieldInfo(alias="idContact", default=None)
|
355
|
-
"""Unique identifier of the contact for this operating unit."""
|
356
|
-
|
357
|
-
ident: Optional[str] = None
|
358
|
-
"""
|
359
|
-
Estimated identity of the Site (ASSUMED FRIEND, FRIEND, HOSTILE, FAKER, JOKER,
|
360
|
-
NEUTRAL, PENDING, SUSPECT, UNKNOWN):
|
361
|
-
|
362
|
-
ASSUMED FRIEND: Track assumed to be a friend due to the object characteristics,
|
363
|
-
behavior, and/or origin.
|
364
|
-
|
365
|
-
FRIEND: Track object supporting friendly forces and belonging to a declared
|
366
|
-
friendly nation or entity.
|
367
|
-
|
368
|
-
HOSTILE: Track object belonging to an opposing nation, party, group, or entity
|
369
|
-
deemed to contribute to a threat to friendly forces or their mission due to its
|
370
|
-
behavior, characteristics, nationality, or origin.
|
371
|
-
|
372
|
-
FAKER: Friendly track, object, or entity acting as an exercise hostile.
|
373
|
-
|
374
|
-
JOKER: Friendly track, object, or entity acting as an exercise suspect.
|
375
|
-
|
376
|
-
NEUTRAL: Track object whose characteristics, behavior, nationality, and/or
|
377
|
-
origin indicate that it is neither supporting nor opposing friendly forces or
|
378
|
-
their mission.
|
379
|
-
|
380
|
-
PENDING: Track object which has not been evaluated.
|
381
|
-
|
382
|
-
SUSPECT: Track object deemed potentially hostile due to the object
|
383
|
-
characteristics, behavior, nationality, and/or origin.
|
384
|
-
|
385
|
-
UNKNOWN: Track object which has been evaluated and does not meet criteria for
|
386
|
-
any standard identity.
|
387
|
-
"""
|
388
|
-
|
389
|
-
id_location: Optional[str] = FieldInfo(alias="idLocation", default=None)
|
390
|
-
"""Unique identifier of the location record for this operating unit."""
|
391
|
-
|
392
|
-
id_operating_unit: Optional[str] = FieldInfo(alias="idOperatingUnit", default=None)
|
393
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
394
|
-
|
395
|
-
id_organization: Optional[str] = FieldInfo(alias="idOrganization", default=None)
|
396
|
-
"""Unique identifier of the organization record for this operating unit."""
|
397
|
-
|
398
|
-
lat: Optional[float] = None
|
399
|
-
"""WGS84 latitude of the location, in degrees.
|
400
|
-
|
401
|
-
-90 to 90 degrees (negative values south of equator).
|
402
|
-
"""
|
403
|
-
|
404
|
-
location: Optional[LocationFull] = None
|
405
|
-
"""
|
406
|
-
Model representation of a location, which is a specific fixed point on the earth
|
407
|
-
and is used to denote the locations of fixed sensors, operating units, etc.
|
408
|
-
"""
|
409
|
-
|
410
|
-
loc_name: Optional[str] = FieldInfo(alias="locName", default=None)
|
411
|
-
"""Location name for the coordinates."""
|
412
|
-
|
413
|
-
loc_reason: Optional[str] = FieldInfo(alias="locReason", default=None)
|
414
|
-
"""Indicates the reason that the operating unit is at that location.
|
415
|
-
|
416
|
-
The specific usage and enumerations contained in this field may be found in the
|
417
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
418
|
-
users may consult the data provider.
|
419
|
-
"""
|
420
|
-
|
421
|
-
lon: Optional[float] = None
|
422
|
-
"""WGS84 longitude of the location, in degrees.
|
423
|
-
|
424
|
-
-180 to 180 degrees (negative values west of Prime Meridian).
|
425
|
-
"""
|
426
|
-
|
427
|
-
master_unit: Optional[bool] = FieldInfo(alias="masterUnit", default=None)
|
428
|
-
"""
|
429
|
-
This field contains a value indicating whether the record is a master unit
|
430
|
-
record (True) or a detail record (False). Master records contain basic
|
431
|
-
information that does not change over time for each unit that has been selected
|
432
|
-
to be projected.
|
433
|
-
"""
|
434
|
-
|
435
|
-
mil_grid: Optional[str] = FieldInfo(alias="milGrid", default=None)
|
436
|
-
"""
|
437
|
-
The Military Grid Reference System is the geocoordinate standard used by NATO
|
438
|
-
militaries for locating points on Earth. The MGRS is derived from the Universal
|
439
|
-
Transverse Mercator (UTM) grid system and the Universal Polar Stereographic
|
440
|
-
(UPS) grid system, but uses a different labeling convention. The MGRS is used as
|
441
|
-
geocode for the entire Earth. Example of an milgrid coordinate, or grid
|
442
|
-
reference, would be 4QFJ12345678, which consists of three parts: 4Q (grid zone
|
443
|
-
designator, GZD) FJ (the 100,000-meter square identifier) 12345678 (numerical
|
444
|
-
location; easting is 1234 and northing is 5678, in this case specifying a
|
445
|
-
location with 10 m resolution).
|
446
|
-
"""
|
447
|
-
|
448
|
-
mil_grid_sys: Optional[str] = FieldInfo(alias="milGridSys", default=None)
|
449
|
-
"""Indicates the grid system used in the development of the milGrid coordinates.
|
450
|
-
|
451
|
-
Values are:
|
452
|
-
|
453
|
-
UPS - Universal Polar System
|
454
|
-
|
455
|
-
UTM - Universal Transverse Mercator
|
456
|
-
"""
|
457
|
-
|
458
|
-
msn_primary: Optional[str] = FieldInfo(alias="msnPrimary", default=None)
|
459
|
-
"""
|
460
|
-
Indicates the principal type of mission that an operating unit is organized and
|
461
|
-
equipped to perform. The specific usage and enumerations contained in this field
|
462
|
-
may be found in the documentation provided in the referenceDoc field. If
|
463
|
-
referenceDoc not provided, users may consult the data provider.
|
464
|
-
"""
|
465
|
-
|
466
|
-
msn_primary_specialty: Optional[str] = FieldInfo(alias="msnPrimarySpecialty", default=None)
|
467
|
-
"""
|
468
|
-
Indicates the principal specialty type of mission that an operating unit is
|
469
|
-
organized and equipped to perform. The specific usage and enumerations contained
|
470
|
-
in this field may be found in the documentation provided in the referenceDoc
|
471
|
-
field. If referenceDoc not provided, users may consult the data provider.
|
472
|
-
"""
|
473
|
-
|
474
|
-
operating_unit_remarks: Optional[List[OperatingunitTupleResponseItemOperatingUnitRemark]] = FieldInfo(
|
475
|
-
alias="operatingUnitRemarks", default=None
|
476
|
-
)
|
477
|
-
"""Remarks contain amplifying information for a specific service.
|
478
|
-
|
479
|
-
The information may contain context and interpretations for consumer use.
|
480
|
-
"""
|
481
|
-
|
482
|
-
oper_status: Optional[str] = FieldInfo(alias="operStatus", default=None)
|
483
|
-
"""
|
484
|
-
The Degree to which an operating unit is ready to perform the overall
|
485
|
-
operational mission(s) for which it was organized and equipped. The specific
|
486
|
-
usage and enumerations contained in this field may be found in the documentation
|
487
|
-
provided in the referenceDoc field. If referenceDoc not provided, users may
|
488
|
-
consult the data provider.
|
489
|
-
"""
|
490
|
-
|
491
|
-
organization: Optional[OrganizationFull] = None
|
492
|
-
"""An organization such as a corporation, manufacturer, consortium, government,
|
493
|
-
etc.
|
494
|
-
|
495
|
-
An organization may have parent and child organizations as well as link to a
|
496
|
-
former organization if this org previously existed as another organization.
|
497
|
-
"""
|
498
|
-
|
499
|
-
origin: Optional[str] = None
|
500
|
-
"""
|
501
|
-
Originating system or organization which produced the data, if different from
|
502
|
-
the source. The origin may be different than the source if the source was a
|
503
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
504
|
-
null, the source may be assumed to be the origin.
|
505
|
-
"""
|
506
|
-
|
507
|
-
pol_subdiv: Optional[str] = FieldInfo(alias="polSubdiv", default=None)
|
508
|
-
"""Political subdivision in which the geographic coordinates reside.
|
509
|
-
|
510
|
-
The specific usage and enumerations contained in this field may be found in the
|
511
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
512
|
-
users may consult the data provider.
|
513
|
-
"""
|
514
|
-
|
515
|
-
rec_status: Optional[str] = FieldInfo(alias="recStatus", default=None)
|
516
|
-
"""
|
517
|
-
Validity and currency of the data in the record to be used in conjunction with
|
518
|
-
the other elements in the record as defined by SOPs. Values are: A - Active I -
|
519
|
-
Inactive K - Acknowledged L - Local Q - A nominated (NOM) or Data Change Request
|
520
|
-
(DCR) record R - Production reduced by CMD decision W - Working Record.
|
521
|
-
"""
|
522
|
-
|
523
|
-
reference_doc: Optional[str] = FieldInfo(alias="referenceDoc", default=None)
|
524
|
-
"""
|
525
|
-
The reference documentiation that specifies the usage and enumerations contained
|
526
|
-
in this record. If referenceDoc not provided, users may consult the data
|
527
|
-
provider.
|
528
|
-
"""
|
529
|
-
|
530
|
-
res_prod: Optional[str] = FieldInfo(alias="resProd", default=None)
|
531
|
-
"""
|
532
|
-
Responsible Producer - Organization that is responsible for the maintenance of
|
533
|
-
the record.
|
534
|
-
"""
|
535
|
-
|
536
|
-
review_date: Optional[date] = FieldInfo(alias="reviewDate", default=None)
|
537
|
-
"""
|
538
|
-
Date on which the data in the record was last reviewed by the responsible
|
539
|
-
analyst for accuracy and currency. This date cannot be greater than the current
|
540
|
-
date.
|
541
|
-
"""
|
542
|
-
|
543
|
-
stylized_unit: Optional[bool] = FieldInfo(alias="stylizedUnit", default=None)
|
544
|
-
"""
|
545
|
-
This field contains a value indicating whether the record is a stylized
|
546
|
-
operating unit record (True) or a regular operating unit record (False). A
|
547
|
-
stylized operating unit is a type of operating unit with one set of equipment
|
548
|
-
that can be assigned to one or more superiors. A stylized operating unit is
|
549
|
-
generally useful for lower echelon operating units where the number of operating
|
550
|
-
units and types of equipment are equal for multiple organizations. In lieu of
|
551
|
-
creating unique operating unit records for each operating unit, a template is
|
552
|
-
created for the operating unit and its equipment. This template enables the user
|
553
|
-
to assign the operating unit to multiple organizations.
|
554
|
-
"""
|
555
|
-
|
556
|
-
sym_code: Optional[str] = FieldInfo(alias="symCode", default=None)
|
557
|
-
"""
|
558
|
-
A standard scheme for symbol coding enabling the transfer, display and use of
|
559
|
-
symbols and graphics among information systems, as per MIL-STD 2525B, and
|
560
|
-
supported by the element AFFILIATION.
|
561
|
-
"""
|
562
|
-
|
563
|
-
unit_identifier: Optional[str] = FieldInfo(alias="unitIdentifier", default=None)
|
564
|
-
"""
|
565
|
-
An optional identifier for this operating unit that may be composed from items
|
566
|
-
such as the originating organization, allegiance, one-up number, etc.
|
567
|
-
"""
|
568
|
-
|
569
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
570
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
571
|
-
|
572
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
573
|
-
"""
|
574
|
-
Application user who updated the row in the database, auto-populated by the
|
575
|
-
system.
|
576
|
-
"""
|
577
|
-
|
578
|
-
utm: Optional[str] = None
|
579
|
-
"""Universal Transverse Mercator (UTM) grid coordinates. Pos.
|
580
|
-
|
581
|
-
1-2, UTM Zone Column [01-60 Pos. 3, UTM Zone Row [C-HJ-NP-X] Pos. 4, UTM False
|
582
|
-
Easting [0-9] Pos. 5-9, UTM Meter Easting [0-9][0-9][0-9][0-9][0-9] Pos. 10-11,
|
583
|
-
UTM False Northing [0-9][0-9] Pos. 12-16, UTM Meter Northing
|
584
|
-
[0-9][0-9][0-9][0-9][0-9].
|
585
|
-
"""
|
586
|
-
|
587
|
-
wac: Optional[str] = None
|
588
|
-
"""
|
589
|
-
World Aeronautical Chart identifier for the area in which a designated operating
|
590
|
-
unit is located.
|
591
|
-
"""
|
592
|
-
|
593
|
-
|
594
|
-
OperatingunitTupleResponse: TypeAlias = List[OperatingunitTupleResponseItem]
|
10
|
+
OperatingunitTupleResponse: TypeAlias = List[OperatingunitFull]
|
@@ -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__ = ["OperatingunitremarkQueryhelpResponse"
|
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__ = ["OperatingunitremarkQueryhelpResponse"]
|
40
11
|
|
41
12
|
|
42
13
|
class OperatingunitremarkQueryhelpResponse(BaseModel):
|
@@ -50,7 +21,7 @@ class OperatingunitremarkQueryhelpResponse(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
|
|