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
@@ -0,0 +1,53 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from typing import Optional
|
4
|
+
from datetime import datetime
|
5
|
+
|
6
|
+
from pydantic import Field as FieldInfo
|
7
|
+
|
8
|
+
from ..._models import BaseModel
|
9
|
+
|
10
|
+
__all__ = ["WaiverFull"]
|
11
|
+
|
12
|
+
|
13
|
+
class WaiverFull(BaseModel):
|
14
|
+
expiration_date: Optional[datetime] = FieldInfo(alias="expirationDate", default=None)
|
15
|
+
"""
|
16
|
+
The expiration date of this waiver, in ISO8601 UTC format with millisecond
|
17
|
+
precision.
|
18
|
+
"""
|
19
|
+
|
20
|
+
has_expired: Optional[bool] = FieldInfo(alias="hasExpired", default=None)
|
21
|
+
"""Boolean indicating whether or not this waiver has expired."""
|
22
|
+
|
23
|
+
issue_date: Optional[datetime] = FieldInfo(alias="issueDate", default=None)
|
24
|
+
"""
|
25
|
+
The issue date of this waiver, in ISO8601 UTC format with millisecond precision.
|
26
|
+
"""
|
27
|
+
|
28
|
+
issuer_name: Optional[str] = FieldInfo(alias="issuerName", default=None)
|
29
|
+
"""The name of the person who issued this waiver."""
|
30
|
+
|
31
|
+
requester_name: Optional[str] = FieldInfo(alias="requesterName", default=None)
|
32
|
+
"""The name of the person requesting this waiver."""
|
33
|
+
|
34
|
+
requester_phone_number: Optional[str] = FieldInfo(alias="requesterPhoneNumber", default=None)
|
35
|
+
"""The phone number of the person requesting this waiver."""
|
36
|
+
|
37
|
+
requesting_unit: Optional[str] = FieldInfo(alias="requestingUnit", default=None)
|
38
|
+
"""The unit requesting this waiver."""
|
39
|
+
|
40
|
+
waiver_applies_to: Optional[str] = FieldInfo(alias="waiverAppliesTo", default=None)
|
41
|
+
"""Description of the entities to which this waiver applies."""
|
42
|
+
|
43
|
+
waiver_description: Optional[str] = FieldInfo(alias="waiverDescription", default=None)
|
44
|
+
"""The description of this waiver."""
|
45
|
+
|
46
|
+
waiver_last_changed_by: Optional[str] = FieldInfo(alias="waiverLastChangedBy", default=None)
|
47
|
+
"""The name of the person who made the most recent change to this Waiver data."""
|
48
|
+
|
49
|
+
waiver_last_changed_date: Optional[datetime] = FieldInfo(alias="waiverLastChangedDate", default=None)
|
50
|
+
"""
|
51
|
+
The datetime of the most recent change made to this waiver data, in ISO8601 UTC
|
52
|
+
format with millisecond precision.
|
53
|
+
"""
|
@@ -7,33 +7,9 @@ from typing_extensions import Literal
|
|
7
7
|
from pydantic import Field as FieldInfo
|
8
8
|
|
9
9
|
from ..._models import BaseModel
|
10
|
+
from ..shared.related_document_full import RelatedDocumentFull
|
10
11
|
|
11
|
-
__all__ = ["HistoryListResponse"
|
12
|
-
|
13
|
-
|
14
|
-
class RelatedDocDataSourceRef(BaseModel):
|
15
|
-
data_source_id: Optional[str] = FieldInfo(alias="dataSourceId", default=None)
|
16
|
-
"""Data source id."""
|
17
|
-
|
18
|
-
end_position: Optional[str] = FieldInfo(alias="endPosition", default=None)
|
19
|
-
"""end position."""
|
20
|
-
|
21
|
-
paragraph_number: Optional[str] = FieldInfo(alias="paragraphNumber", default=None)
|
22
|
-
"""paragraph number."""
|
23
|
-
|
24
|
-
sentence_number: Optional[str] = FieldInfo(alias="sentenceNumber", default=None)
|
25
|
-
"""sentence number."""
|
26
|
-
|
27
|
-
start_position: Optional[str] = FieldInfo(alias="startPosition", default=None)
|
28
|
-
"""start position."""
|
29
|
-
|
30
|
-
|
31
|
-
class RelatedDoc(BaseModel):
|
32
|
-
data_source_refs: Optional[List[RelatedDocDataSourceRef]] = FieldInfo(alias="dataSourceRefs", default=None)
|
33
|
-
"""List of data sources related to this document."""
|
34
|
-
|
35
|
-
document_id: Optional[str] = FieldInfo(alias="documentId", default=None)
|
36
|
-
"""The document id of the related document."""
|
12
|
+
__all__ = ["HistoryListResponse"]
|
37
13
|
|
38
14
|
|
39
15
|
class HistoryListResponse(BaseModel):
|
@@ -374,7 +350,7 @@ class HistoryListResponse(BaseModel):
|
|
374
350
|
province: Optional[str] = None
|
375
351
|
"""The province in which this event occurred."""
|
376
352
|
|
377
|
-
related_docs: Optional[List[
|
353
|
+
related_docs: Optional[List[RelatedDocumentFull]] = FieldInfo(alias="relatedDocs", default=None)
|
378
354
|
"""Related document ids."""
|
379
355
|
|
380
356
|
rep_unit: Optional[str] = FieldInfo(alias="repUnit", default=None)
|
@@ -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__ = ["SigactQueryhelpResponse"
|
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__ = ["SigactQueryhelpResponse"]
|
40
11
|
|
41
12
|
|
42
13
|
class SigactQueryhelpResponse(BaseModel):
|
@@ -50,7 +21,7 @@ class SigactQueryhelpResponse(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,40 +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.related_document_full import RelatedDocumentFull
|
10
11
|
|
11
|
-
__all__ = [
|
12
|
-
"SigactTupleResponse",
|
13
|
-
"SigactTupleResponseItem",
|
14
|
-
"SigactTupleResponseItemRelatedDoc",
|
15
|
-
"SigactTupleResponseItemRelatedDocDataSourceRef",
|
16
|
-
]
|
17
|
-
|
18
|
-
|
19
|
-
class SigactTupleResponseItemRelatedDocDataSourceRef(BaseModel):
|
20
|
-
data_source_id: Optional[str] = FieldInfo(alias="dataSourceId", default=None)
|
21
|
-
"""Data source id."""
|
22
|
-
|
23
|
-
end_position: Optional[str] = FieldInfo(alias="endPosition", default=None)
|
24
|
-
"""end position."""
|
25
|
-
|
26
|
-
paragraph_number: Optional[str] = FieldInfo(alias="paragraphNumber", default=None)
|
27
|
-
"""paragraph number."""
|
28
|
-
|
29
|
-
sentence_number: Optional[str] = FieldInfo(alias="sentenceNumber", default=None)
|
30
|
-
"""sentence number."""
|
31
|
-
|
32
|
-
start_position: Optional[str] = FieldInfo(alias="startPosition", default=None)
|
33
|
-
"""start position."""
|
34
|
-
|
35
|
-
|
36
|
-
class SigactTupleResponseItemRelatedDoc(BaseModel):
|
37
|
-
data_source_refs: Optional[List[SigactTupleResponseItemRelatedDocDataSourceRef]] = FieldInfo(
|
38
|
-
alias="dataSourceRefs", default=None
|
39
|
-
)
|
40
|
-
"""List of data sources related to this document."""
|
41
|
-
|
42
|
-
document_id: Optional[str] = FieldInfo(alias="documentId", default=None)
|
43
|
-
"""The document id of the related document."""
|
12
|
+
__all__ = ["SigactTupleResponse", "SigactTupleResponseItem"]
|
44
13
|
|
45
14
|
|
46
15
|
class SigactTupleResponseItem(BaseModel):
|
@@ -381,7 +350,7 @@ class SigactTupleResponseItem(BaseModel):
|
|
381
350
|
province: Optional[str] = None
|
382
351
|
"""The province in which this event occurred."""
|
383
352
|
|
384
|
-
related_docs: Optional[List[
|
353
|
+
related_docs: Optional[List[RelatedDocumentFull]] = FieldInfo(alias="relatedDocs", default=None)
|
385
354
|
"""Related document ids."""
|
386
355
|
|
387
356
|
rep_unit: Optional[str] = FieldInfo(alias="repUnit", default=None)
|
@@ -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__ = ["OperationQueryHelpResponse"
|
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__ = ["OperationQueryHelpResponse"]
|
40
11
|
|
41
12
|
|
42
13
|
class OperationQueryHelpResponse(BaseModel):
|
@@ -50,7 +21,7 @@ class OperationQueryHelpResponse(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,224 +7,14 @@ from typing_extensions import Literal
|
|
7
7
|
from pydantic import Field as FieldInfo
|
8
8
|
|
9
9
|
from ..._models import BaseModel
|
10
|
+
from ..shared.waiver_full import WaiverFull
|
11
|
+
from ..shared.pathway_full import PathwayFull
|
12
|
+
from ..shared.daily_operation_full import DailyOperationFull
|
13
|
+
from ..shared.maximum_on_ground_full import MaximumOnGroundFull
|
14
|
+
from ..shared.operational_planning_full import OperationalPlanningFull
|
15
|
+
from ..shared.operational_deviation_full import OperationalDeviationFull
|
10
16
|
|
11
|
-
__all__ = [
|
12
|
-
"OperationRetrieveResponse",
|
13
|
-
"DailyOperation",
|
14
|
-
"DailyOperationOperatingHour",
|
15
|
-
"MaximumOnGround",
|
16
|
-
"OperationalDeviation",
|
17
|
-
"OperationalPlanning",
|
18
|
-
"Pathway",
|
19
|
-
"Waiver",
|
20
|
-
]
|
21
|
-
|
22
|
-
|
23
|
-
class DailyOperationOperatingHour(BaseModel):
|
24
|
-
op_start_time: Optional[str] = FieldInfo(alias="opStartTime", default=None)
|
25
|
-
"""The Zulu (UTC) operational start time, expressed in ISO 8601 format as HH:MM."""
|
26
|
-
|
27
|
-
op_stop_time: Optional[str] = FieldInfo(alias="opStopTime", default=None)
|
28
|
-
"""The Zulu (UTC) operational stop time, expressed in ISO 8601 format as HH:MM."""
|
29
|
-
|
30
|
-
|
31
|
-
class DailyOperation(BaseModel):
|
32
|
-
day_of_week: Optional[Literal["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"]] = (
|
33
|
-
FieldInfo(alias="dayOfWeek", default=None)
|
34
|
-
)
|
35
|
-
"""The day of the week to which this operational information pertains."""
|
36
|
-
|
37
|
-
operating_hours: Optional[List[DailyOperationOperatingHour]] = FieldInfo(alias="operatingHours", default=None)
|
38
|
-
"""
|
39
|
-
A collection containing the operational start and stop times scheduled for the
|
40
|
-
day of the week specified.
|
41
|
-
"""
|
42
|
-
|
43
|
-
operation_name: Optional[str] = FieldInfo(alias="operationName", default=None)
|
44
|
-
"""The name or type of operation to which this information pertains."""
|
45
|
-
|
46
|
-
ophrs_last_changed_by: Optional[str] = FieldInfo(alias="ophrsLastChangedBy", default=None)
|
47
|
-
"""
|
48
|
-
The name of the person who made the most recent change to this DailyOperation
|
49
|
-
data.
|
50
|
-
"""
|
51
|
-
|
52
|
-
ophrs_last_changed_date: Optional[datetime] = FieldInfo(alias="ophrsLastChangedDate", default=None)
|
53
|
-
"""
|
54
|
-
The datetime of the most recent change made to this DailyOperation data, in ISO
|
55
|
-
8601 UTC format with millisecond precision.
|
56
|
-
"""
|
57
|
-
|
58
|
-
|
59
|
-
class MaximumOnGround(BaseModel):
|
60
|
-
aircraft_mds: Optional[str] = FieldInfo(alias="aircraftMDS", default=None)
|
61
|
-
"""
|
62
|
-
The Model Design Series (MDS) designation of the aircraft to which this maximum
|
63
|
-
on ground (MOG) data pertains.
|
64
|
-
"""
|
65
|
-
|
66
|
-
contingency_mog: Optional[int] = FieldInfo(alias="contingencyMOG", default=None)
|
67
|
-
"""
|
68
|
-
Maximum on ground (MOG) number of contingent aircraft based on spacing and
|
69
|
-
manpower, for the aircraft type specified.
|
70
|
-
"""
|
71
|
-
|
72
|
-
mog_last_changed_by: Optional[str] = FieldInfo(alias="mogLastChangedBy", default=None)
|
73
|
-
"""
|
74
|
-
The name of the person who made the most recent change to this maximum on ground
|
75
|
-
data.
|
76
|
-
"""
|
77
|
-
|
78
|
-
mog_last_changed_date: Optional[datetime] = FieldInfo(alias="mogLastChangedDate", default=None)
|
79
|
-
"""
|
80
|
-
The datetime of the most recent change made to this maximum on ground data, in
|
81
|
-
ISO 8601 UTC format with millisecond precision.
|
82
|
-
"""
|
83
|
-
|
84
|
-
wide_parking_mog: Optional[int] = FieldInfo(alias="wideParkingMOG", default=None)
|
85
|
-
"""
|
86
|
-
Maximum on ground (MOG) number of parking wide-body aircraft based on spacing
|
87
|
-
and manpower, for the aircraft type specified.
|
88
|
-
"""
|
89
|
-
|
90
|
-
wide_working_mog: Optional[int] = FieldInfo(alias="wideWorkingMOG", default=None)
|
91
|
-
"""
|
92
|
-
Maximum on ground (MOG) number of working wide-body aircraft based on spacing
|
93
|
-
and manpower, for the aircraft type specified.
|
94
|
-
"""
|
95
|
-
|
96
|
-
|
97
|
-
class OperationalDeviation(BaseModel):
|
98
|
-
affected_aircraft_mds: Optional[str] = FieldInfo(alias="affectedAircraftMDS", default=None)
|
99
|
-
"""
|
100
|
-
The Model Design Series (MDS) designation of the aircraft affected by this
|
101
|
-
operational deviation.
|
102
|
-
"""
|
103
|
-
|
104
|
-
affected_mog: Optional[int] = FieldInfo(alias="affectedMOG", default=None)
|
105
|
-
"""
|
106
|
-
The maximum on ground (MOG) number for aircraft affected by this operational
|
107
|
-
deviation.
|
108
|
-
"""
|
109
|
-
|
110
|
-
aircraft_on_ground_time: Optional[str] = FieldInfo(alias="aircraftOnGroundTime", default=None)
|
111
|
-
"""On ground time for aircraft affected by this operational deviation."""
|
112
|
-
|
113
|
-
crew_rest_time: Optional[str] = FieldInfo(alias="crewRestTime", default=None)
|
114
|
-
"""Rest time for crew affected by this operational deviation."""
|
115
|
-
|
116
|
-
od_last_changed_by: Optional[str] = FieldInfo(alias="odLastChangedBy", default=None)
|
117
|
-
"""
|
118
|
-
The name of the person who made the most recent change to this
|
119
|
-
OperationalDeviation data.
|
120
|
-
"""
|
121
|
-
|
122
|
-
od_last_changed_date: Optional[datetime] = FieldInfo(alias="odLastChangedDate", default=None)
|
123
|
-
"""
|
124
|
-
The datetime of the most recent change made to this OperationalDeviation data,
|
125
|
-
in ISO 8601 UTC format with millisecond precision.
|
126
|
-
"""
|
127
|
-
|
128
|
-
od_remark: Optional[str] = FieldInfo(alias="odRemark", default=None)
|
129
|
-
"""Text remark regarding this operational deviation."""
|
130
|
-
|
131
|
-
|
132
|
-
class OperationalPlanning(BaseModel):
|
133
|
-
op_end_date: Optional[datetime] = FieldInfo(alias="opEndDate", default=None)
|
134
|
-
"""
|
135
|
-
The end date of this operational planning, in ISO8601 UTC format with
|
136
|
-
millisecond precision.
|
137
|
-
"""
|
138
|
-
|
139
|
-
op_last_changed_by: Optional[str] = FieldInfo(alias="opLastChangedBy", default=None)
|
140
|
-
"""
|
141
|
-
The name of the person who made the most recent change made to this
|
142
|
-
OperationalPlanning data.
|
143
|
-
"""
|
144
|
-
|
145
|
-
op_last_changed_date: Optional[datetime] = FieldInfo(alias="opLastChangedDate", default=None)
|
146
|
-
"""
|
147
|
-
The datetime of the most recent change made to this OperationalPlanning data, in
|
148
|
-
ISO8601 UTC format with millisecond precision.
|
149
|
-
"""
|
150
|
-
|
151
|
-
op_remark: Optional[str] = FieldInfo(alias="opRemark", default=None)
|
152
|
-
"""Remark text regarding this operation planning."""
|
153
|
-
|
154
|
-
op_source: Optional[str] = FieldInfo(alias="opSource", default=None)
|
155
|
-
"""The person, unit, organization, etc. responsible for this operation planning."""
|
156
|
-
|
157
|
-
op_start_date: Optional[datetime] = FieldInfo(alias="opStartDate", default=None)
|
158
|
-
"""
|
159
|
-
The start date of this operational planning, in ISO8601 UTC format with
|
160
|
-
millisecond precision.
|
161
|
-
"""
|
162
|
-
|
163
|
-
op_status: Optional[str] = FieldInfo(alias="opStatus", default=None)
|
164
|
-
"""The status of this operational planning."""
|
165
|
-
|
166
|
-
|
167
|
-
class Pathway(BaseModel):
|
168
|
-
pw_definition: Optional[str] = FieldInfo(alias="pwDefinition", default=None)
|
169
|
-
"""Text defining this pathway from its constituent parts."""
|
170
|
-
|
171
|
-
pw_last_changed_by: Optional[str] = FieldInfo(alias="pwLastChangedBy", default=None)
|
172
|
-
"""The name of the person who made the most recent change to this Pathway data."""
|
173
|
-
|
174
|
-
pw_last_changed_date: Optional[datetime] = FieldInfo(alias="pwLastChangedDate", default=None)
|
175
|
-
"""
|
176
|
-
The datetime of the most recent change made to this Pathway data, in ISO 8601
|
177
|
-
UTC format with millisecond precision.
|
178
|
-
"""
|
179
|
-
|
180
|
-
pw_type: Optional[str] = FieldInfo(alias="pwType", default=None)
|
181
|
-
"""The type of paths that constitute this pathway."""
|
182
|
-
|
183
|
-
pw_usage: Optional[str] = FieldInfo(alias="pwUsage", default=None)
|
184
|
-
"""The intended use of this pathway."""
|
185
|
-
|
186
|
-
|
187
|
-
class Waiver(BaseModel):
|
188
|
-
expiration_date: Optional[datetime] = FieldInfo(alias="expirationDate", default=None)
|
189
|
-
"""
|
190
|
-
The expiration date of this waiver, in ISO8601 UTC format with millisecond
|
191
|
-
precision.
|
192
|
-
"""
|
193
|
-
|
194
|
-
has_expired: Optional[bool] = FieldInfo(alias="hasExpired", default=None)
|
195
|
-
"""Boolean indicating whether or not this waiver has expired."""
|
196
|
-
|
197
|
-
issue_date: Optional[datetime] = FieldInfo(alias="issueDate", default=None)
|
198
|
-
"""
|
199
|
-
The issue date of this waiver, in ISO8601 UTC format with millisecond precision.
|
200
|
-
"""
|
201
|
-
|
202
|
-
issuer_name: Optional[str] = FieldInfo(alias="issuerName", default=None)
|
203
|
-
"""The name of the person who issued this waiver."""
|
204
|
-
|
205
|
-
requester_name: Optional[str] = FieldInfo(alias="requesterName", default=None)
|
206
|
-
"""The name of the person requesting this waiver."""
|
207
|
-
|
208
|
-
requester_phone_number: Optional[str] = FieldInfo(alias="requesterPhoneNumber", default=None)
|
209
|
-
"""The phone number of the person requesting this waiver."""
|
210
|
-
|
211
|
-
requesting_unit: Optional[str] = FieldInfo(alias="requestingUnit", default=None)
|
212
|
-
"""The unit requesting this waiver."""
|
213
|
-
|
214
|
-
waiver_applies_to: Optional[str] = FieldInfo(alias="waiverAppliesTo", default=None)
|
215
|
-
"""Description of the entities to which this waiver applies."""
|
216
|
-
|
217
|
-
waiver_description: Optional[str] = FieldInfo(alias="waiverDescription", default=None)
|
218
|
-
"""The description of this waiver."""
|
219
|
-
|
220
|
-
waiver_last_changed_by: Optional[str] = FieldInfo(alias="waiverLastChangedBy", default=None)
|
221
|
-
"""The name of the person who made the most recent change to this Waiver data."""
|
222
|
-
|
223
|
-
waiver_last_changed_date: Optional[datetime] = FieldInfo(alias="waiverLastChangedDate", default=None)
|
224
|
-
"""
|
225
|
-
The datetime of the most recent change made to this waiver data, in ISO8601 UTC
|
226
|
-
format with millisecond precision.
|
227
|
-
"""
|
17
|
+
__all__ = ["OperationRetrieveResponse"]
|
228
18
|
|
229
19
|
|
230
20
|
class OperationRetrieveResponse(BaseModel):
|
@@ -266,7 +56,7 @@ class OperationRetrieveResponse(BaseModel):
|
|
266
56
|
system.
|
267
57
|
"""
|
268
58
|
|
269
|
-
daily_operations: Optional[List[
|
59
|
+
daily_operations: Optional[List[DailyOperationFull]] = FieldInfo(alias="dailyOperations", default=None)
|
270
60
|
"""
|
271
61
|
Collection providing hours of operation and other information specific to a day
|
272
62
|
of the week.
|
@@ -292,7 +82,7 @@ class OperationRetrieveResponse(BaseModel):
|
|
292
82
|
id_launch_site: Optional[str] = FieldInfo(alias="idLaunchSite", default=None)
|
293
83
|
"""Id of the associated launchSite entity."""
|
294
84
|
|
295
|
-
maximum_on_grounds: Optional[List[
|
85
|
+
maximum_on_grounds: Optional[List[MaximumOnGroundFull]] = FieldInfo(alias="maximumOnGrounds", default=None)
|
296
86
|
"""
|
297
87
|
Collection providing maximum on ground (MOG) information for specific aircraft
|
298
88
|
at the site associated with this SiteOperations record.
|
@@ -316,7 +106,7 @@ class OperationRetrieveResponse(BaseModel):
|
|
316
106
|
collection.
|
317
107
|
"""
|
318
108
|
|
319
|
-
operational_deviations: Optional[List[
|
109
|
+
operational_deviations: Optional[List[OperationalDeviationFull]] = FieldInfo(
|
320
110
|
alias="operationalDeviations", default=None
|
321
111
|
)
|
322
112
|
"""
|
@@ -324,7 +114,9 @@ class OperationRetrieveResponse(BaseModel):
|
|
324
114
|
to normal operations.
|
325
115
|
"""
|
326
116
|
|
327
|
-
operational_plannings: Optional[List[
|
117
|
+
operational_plannings: Optional[List[OperationalPlanningFull]] = FieldInfo(
|
118
|
+
alias="operationalPlannings", default=None
|
119
|
+
)
|
328
120
|
"""Collection of planning information associated with this SiteOperations record."""
|
329
121
|
|
330
122
|
origin: Optional[str] = None
|
@@ -341,7 +133,7 @@ class OperationRetrieveResponse(BaseModel):
|
|
341
133
|
by the system.
|
342
134
|
"""
|
343
135
|
|
344
|
-
pathways: Optional[List[
|
136
|
+
pathways: Optional[List[PathwayFull]] = None
|
345
137
|
"""
|
346
138
|
Collection detailing operational pathways at the Site associated with this
|
347
139
|
SiteOperations record.
|
@@ -363,7 +155,7 @@ class OperationRetrieveResponse(BaseModel):
|
|
363
155
|
system.
|
364
156
|
"""
|
365
157
|
|
366
|
-
waivers: Optional[List[
|
158
|
+
waivers: Optional[List[WaiverFull]] = None
|
367
159
|
"""
|
368
160
|
Collection documenting operational waivers that have been issued for the Site
|
369
161
|
associated with this record.
|