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
@@ -4,7 +4,8 @@ from __future__ import annotations
|
|
4
4
|
|
5
5
|
import httpx
|
6
6
|
|
7
|
-
from ...
|
7
|
+
from ..._files import read_file_content, async_read_file_content
|
8
|
+
from ..._types import NOT_GIVEN, Body, Query, Headers, NotGiven, FileContent
|
8
9
|
from ..._utils import maybe_transform, async_maybe_transform
|
9
10
|
from ..._compat import cached_property
|
10
11
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
@@ -14,7 +15,7 @@ from ..._response import (
|
|
14
15
|
async_to_raw_response_wrapper,
|
15
16
|
async_to_streamed_response_wrapper,
|
16
17
|
)
|
17
|
-
from ...types.scs import
|
18
|
+
from ...types.scs import path_create_with_file_params
|
18
19
|
from ..._base_client import make_request_options
|
19
20
|
|
20
21
|
__all__ = ["PathsResource", "AsyncPathsResource"]
|
@@ -40,12 +41,12 @@ class PathsResource(SyncAPIResource):
|
|
40
41
|
"""
|
41
42
|
return PathsResourceWithStreamingResponse(self)
|
42
43
|
|
43
|
-
def
|
44
|
+
def create_with_file(
|
44
45
|
self,
|
46
|
+
params: FileContent,
|
45
47
|
*,
|
46
48
|
id: str,
|
47
49
|
classification_marking: str,
|
48
|
-
body: FileTypes,
|
49
50
|
delete_after: str | NotGiven = NOT_GIVEN,
|
50
51
|
description: str | NotGiven = NOT_GIVEN,
|
51
52
|
overwrite: bool | NotGiven = NOT_GIVEN,
|
@@ -87,9 +88,10 @@ class PathsResource(SyncAPIResource):
|
|
87
88
|
|
88
89
|
timeout: Override the client-level default timeout for this request, in seconds
|
89
90
|
"""
|
91
|
+
extra_headers = {"Content-Type": "application/octet-stream", **(extra_headers or {})}
|
90
92
|
return self._post(
|
91
93
|
"/scs/path",
|
92
|
-
body=
|
94
|
+
body=read_file_content(params),
|
93
95
|
options=make_request_options(
|
94
96
|
extra_headers=extra_headers,
|
95
97
|
extra_query=extra_query,
|
@@ -105,7 +107,7 @@ class PathsResource(SyncAPIResource):
|
|
105
107
|
"send_notification": send_notification,
|
106
108
|
"tags": tags,
|
107
109
|
},
|
108
|
-
|
110
|
+
path_create_with_file_params.PathCreateWithFileParams,
|
109
111
|
),
|
110
112
|
),
|
111
113
|
cast_to=str,
|
@@ -132,12 +134,12 @@ class AsyncPathsResource(AsyncAPIResource):
|
|
132
134
|
"""
|
133
135
|
return AsyncPathsResourceWithStreamingResponse(self)
|
134
136
|
|
135
|
-
async def
|
137
|
+
async def create_with_file(
|
136
138
|
self,
|
139
|
+
params: FileContent,
|
137
140
|
*,
|
138
141
|
id: str,
|
139
142
|
classification_marking: str,
|
140
|
-
body: FileTypes,
|
141
143
|
delete_after: str | NotGiven = NOT_GIVEN,
|
142
144
|
description: str | NotGiven = NOT_GIVEN,
|
143
145
|
overwrite: bool | NotGiven = NOT_GIVEN,
|
@@ -179,9 +181,10 @@ class AsyncPathsResource(AsyncAPIResource):
|
|
179
181
|
|
180
182
|
timeout: Override the client-level default timeout for this request, in seconds
|
181
183
|
"""
|
184
|
+
extra_headers = {"Content-Type": "application/octet-stream", **(extra_headers or {})}
|
182
185
|
return await self._post(
|
183
186
|
"/scs/path",
|
184
|
-
body=await
|
187
|
+
body=await async_read_file_content(params),
|
185
188
|
options=make_request_options(
|
186
189
|
extra_headers=extra_headers,
|
187
190
|
extra_query=extra_query,
|
@@ -197,7 +200,7 @@ class AsyncPathsResource(AsyncAPIResource):
|
|
197
200
|
"send_notification": send_notification,
|
198
201
|
"tags": tags,
|
199
202
|
},
|
200
|
-
|
203
|
+
path_create_with_file_params.PathCreateWithFileParams,
|
201
204
|
),
|
202
205
|
),
|
203
206
|
cast_to=str,
|
@@ -208,8 +211,8 @@ class PathsResourceWithRawResponse:
|
|
208
211
|
def __init__(self, paths: PathsResource) -> None:
|
209
212
|
self._paths = paths
|
210
213
|
|
211
|
-
self.
|
212
|
-
paths.
|
214
|
+
self.create_with_file = to_raw_response_wrapper(
|
215
|
+
paths.create_with_file,
|
213
216
|
)
|
214
217
|
|
215
218
|
|
@@ -217,8 +220,8 @@ class AsyncPathsResourceWithRawResponse:
|
|
217
220
|
def __init__(self, paths: AsyncPathsResource) -> None:
|
218
221
|
self._paths = paths
|
219
222
|
|
220
|
-
self.
|
221
|
-
paths.
|
223
|
+
self.create_with_file = async_to_raw_response_wrapper(
|
224
|
+
paths.create_with_file,
|
222
225
|
)
|
223
226
|
|
224
227
|
|
@@ -226,8 +229,8 @@ class PathsResourceWithStreamingResponse:
|
|
226
229
|
def __init__(self, paths: PathsResource) -> None:
|
227
230
|
self._paths = paths
|
228
231
|
|
229
|
-
self.
|
230
|
-
paths.
|
232
|
+
self.create_with_file = to_streamed_response_wrapper(
|
233
|
+
paths.create_with_file,
|
231
234
|
)
|
232
235
|
|
233
236
|
|
@@ -235,6 +238,6 @@ class AsyncPathsResourceWithStreamingResponse:
|
|
235
238
|
def __init__(self, paths: AsyncPathsResource) -> None:
|
236
239
|
self._paths = paths
|
237
240
|
|
238
|
-
self.
|
239
|
-
paths.
|
241
|
+
self.create_with_file = async_to_streamed_response_wrapper(
|
242
|
+
paths.create_with_file,
|
240
243
|
)
|
@@ -56,7 +56,8 @@ from .folders import (
|
|
56
56
|
FoldersResourceWithStreamingResponse,
|
57
57
|
AsyncFoldersResourceWithStreamingResponse,
|
58
58
|
)
|
59
|
-
from ...
|
59
|
+
from ..._files import read_file_content, async_read_file_content
|
60
|
+
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven, FileContent
|
60
61
|
from ..._utils import maybe_transform, async_maybe_transform
|
61
62
|
from ..._compat import cached_property
|
62
63
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
@@ -386,11 +387,11 @@ class ScsResource(SyncAPIResource):
|
|
386
387
|
|
387
388
|
def file_upload(
|
388
389
|
self,
|
390
|
+
params: FileContent,
|
389
391
|
*,
|
390
392
|
classification_marking: str,
|
391
393
|
file_name: str,
|
392
394
|
path: str,
|
393
|
-
body: FileTypes,
|
394
395
|
delete_after: str | NotGiven = NOT_GIVEN,
|
395
396
|
description: str | NotGiven = NOT_GIVEN,
|
396
397
|
overwrite: bool | NotGiven = NOT_GIVEN,
|
@@ -433,9 +434,10 @@ class ScsResource(SyncAPIResource):
|
|
433
434
|
|
434
435
|
timeout: Override the client-level default timeout for this request, in seconds
|
435
436
|
"""
|
437
|
+
extra_headers = {"Content-Type": "application/octet-stream", **(extra_headers or {})}
|
436
438
|
return self._post(
|
437
439
|
"/scs/file",
|
438
|
-
body=
|
440
|
+
body=read_file_content(params),
|
439
441
|
options=make_request_options(
|
440
442
|
extra_headers=extra_headers,
|
441
443
|
extra_query=extra_query,
|
@@ -947,11 +949,11 @@ class AsyncScsResource(AsyncAPIResource):
|
|
947
949
|
|
948
950
|
async def file_upload(
|
949
951
|
self,
|
952
|
+
params: FileContent,
|
950
953
|
*,
|
951
954
|
classification_marking: str,
|
952
955
|
file_name: str,
|
953
956
|
path: str,
|
954
|
-
body: FileTypes,
|
955
957
|
delete_after: str | NotGiven = NOT_GIVEN,
|
956
958
|
description: str | NotGiven = NOT_GIVEN,
|
957
959
|
overwrite: bool | NotGiven = NOT_GIVEN,
|
@@ -994,9 +996,10 @@ class AsyncScsResource(AsyncAPIResource):
|
|
994
996
|
|
995
997
|
timeout: Override the client-level default timeout for this request, in seconds
|
996
998
|
"""
|
999
|
+
extra_headers = {"Content-Type": "application/octet-stream", **(extra_headers or {})}
|
997
1000
|
return await self._post(
|
998
1001
|
"/scs/file",
|
999
|
-
body=await
|
1002
|
+
body=await async_read_file_content(params),
|
1000
1003
|
options=make_request_options(
|
1001
1004
|
extra_headers=extra_headers,
|
1002
1005
|
extra_query=extra_query,
|
@@ -6,7 +6,8 @@ from typing import List
|
|
6
6
|
|
7
7
|
import httpx
|
8
8
|
|
9
|
-
from ...
|
9
|
+
from ..._files import read_file_content, async_read_file_content
|
10
|
+
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven, FileContent
|
10
11
|
from ..._utils import maybe_transform, async_maybe_transform
|
11
12
|
from ..._compat import cached_property
|
12
13
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
@@ -272,10 +273,10 @@ class V2Resource(SyncAPIResource):
|
|
272
273
|
|
273
274
|
def file_upload(
|
274
275
|
self,
|
276
|
+
params: FileContent,
|
275
277
|
*,
|
276
278
|
classification_marking: str,
|
277
279
|
path: str,
|
278
|
-
body: FileTypes,
|
279
280
|
delete_after: str | NotGiven = NOT_GIVEN,
|
280
281
|
description: str | NotGiven = NOT_GIVEN,
|
281
282
|
overwrite: bool | NotGiven = NOT_GIVEN,
|
@@ -321,9 +322,10 @@ class V2Resource(SyncAPIResource):
|
|
321
322
|
timeout: Override the client-level default timeout for this request, in seconds
|
322
323
|
"""
|
323
324
|
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
325
|
+
extra_headers["Content-Type"] = "application/octet-stream"
|
324
326
|
return self._post(
|
325
327
|
"/scs/v2/file",
|
326
|
-
body=
|
328
|
+
body=read_file_content(params),
|
327
329
|
options=make_request_options(
|
328
330
|
extra_headers=extra_headers,
|
329
331
|
extra_query=extra_query,
|
@@ -721,10 +723,10 @@ class AsyncV2Resource(AsyncAPIResource):
|
|
721
723
|
|
722
724
|
async def file_upload(
|
723
725
|
self,
|
726
|
+
params: FileContent,
|
724
727
|
*,
|
725
728
|
classification_marking: str,
|
726
729
|
path: str,
|
727
|
-
body: FileTypes,
|
728
730
|
delete_after: str | NotGiven = NOT_GIVEN,
|
729
731
|
description: str | NotGiven = NOT_GIVEN,
|
730
732
|
overwrite: bool | NotGiven = NOT_GIVEN,
|
@@ -770,9 +772,10 @@ class AsyncV2Resource(AsyncAPIResource):
|
|
770
772
|
timeout: Override the client-level default timeout for this request, in seconds
|
771
773
|
"""
|
772
774
|
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
775
|
+
extra_headers["Content-Type"] = "application/octet-stream"
|
773
776
|
return await self._post(
|
774
777
|
"/scs/v2/file",
|
775
|
-
body=await
|
778
|
+
body=await async_read_file_content(params),
|
776
779
|
options=make_request_options(
|
777
780
|
extra_headers=extra_headers,
|
778
781
|
extra_query=extra_query,
|
@@ -26,7 +26,7 @@ from .._response import (
|
|
26
26
|
)
|
27
27
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
28
28
|
from .._base_client import AsyncPaginator, make_request_options
|
29
|
-
from ..types.
|
29
|
+
from ..types.shared.solar_array_full import SolarArrayFull
|
30
30
|
from ..types.solar_array_list_response import SolarArrayListResponse
|
31
31
|
from ..types.solar_array_tuple_response import SolarArrayTupleResponse
|
32
32
|
from ..types.solar_array_queryhelp_response import SolarArrayQueryhelpResponse
|
@@ -348,7 +348,7 @@ class SolarArrayResource(SyncAPIResource):
|
|
348
348
|
extra_query: Query | None = None,
|
349
349
|
extra_body: Body | None = None,
|
350
350
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
351
|
-
) ->
|
351
|
+
) -> SolarArrayFull:
|
352
352
|
"""
|
353
353
|
Service operation to get a single SolarArray record by its unique ID passed as a
|
354
354
|
path parameter.
|
@@ -379,7 +379,7 @@ class SolarArrayResource(SyncAPIResource):
|
|
379
379
|
solar_array_get_params.SolarArrayGetParams,
|
380
380
|
),
|
381
381
|
),
|
382
|
-
cast_to=
|
382
|
+
cast_to=SolarArrayFull,
|
383
383
|
)
|
384
384
|
|
385
385
|
def queryhelp(
|
@@ -775,7 +775,7 @@ class AsyncSolarArrayResource(AsyncAPIResource):
|
|
775
775
|
extra_query: Query | None = None,
|
776
776
|
extra_body: Body | None = None,
|
777
777
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
778
|
-
) ->
|
778
|
+
) -> SolarArrayFull:
|
779
779
|
"""
|
780
780
|
Service operation to get a single SolarArray record by its unique ID passed as a
|
781
781
|
path parameter.
|
@@ -806,7 +806,7 @@ class AsyncSolarArrayResource(AsyncAPIResource):
|
|
806
806
|
solar_array_get_params.SolarArrayGetParams,
|
807
807
|
),
|
808
808
|
),
|
809
|
-
cast_to=
|
809
|
+
cast_to=SolarArrayFull,
|
810
810
|
)
|
811
811
|
|
812
812
|
async def queryhelp(
|
@@ -25,7 +25,7 @@ from .._response import (
|
|
25
25
|
)
|
26
26
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
27
27
|
from .._base_client import AsyncPaginator, make_request_options
|
28
|
-
from ..types.solar_array_details_full import SolarArrayDetailsFull
|
28
|
+
from ..types.shared.solar_array_details_full import SolarArrayDetailsFull
|
29
29
|
from ..types.solar_array_detail_list_response import SolarArrayDetailListResponse
|
30
30
|
|
31
31
|
__all__ = ["SolarArrayDetailsResource", "AsyncSolarArrayDetailsResource"]
|
@@ -17,7 +17,7 @@ from ..._response import (
|
|
17
17
|
from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
18
18
|
from ..._base_client import AsyncPaginator, make_request_options
|
19
19
|
from ...types.sortie_ppr import history_aodr_params, history_list_params, history_count_params
|
20
|
-
from ...types.
|
20
|
+
from ...types.shared.sortie_ppr_full import SortiePprFull
|
21
21
|
|
22
22
|
__all__ = ["HistoryResource", "AsyncHistoryResource"]
|
23
23
|
|
@@ -38,9 +38,9 @@ from ..._response import (
|
|
38
38
|
)
|
39
39
|
from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
40
40
|
from ..._base_client import AsyncPaginator, make_request_options
|
41
|
+
from ...types.shared.sortie_ppr_full import SortiePprFull
|
41
42
|
from ...types.sortie_ppr_list_response import SortiePprListResponse
|
42
43
|
from ...types.sortie_ppr_tuple_response import SortiePprTupleResponse
|
43
|
-
from ...types.sortie_ppr.sortie_ppr_full import SortiePprFull
|
44
44
|
from ...types.sortie_ppr_queryhelp_response import SortiePprQueryhelpResponse
|
45
45
|
|
46
46
|
__all__ = ["SortiePprResource", "AsyncSortiePprResource"]
|
@@ -20,7 +20,7 @@ from ..._response import (
|
|
20
20
|
from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
21
21
|
from ..._base_client import AsyncPaginator, make_request_options
|
22
22
|
from ...types.state_vector import history_aodr_params, history_list_params, history_count_params
|
23
|
-
from ...types.state_vector_full import StateVectorFull
|
23
|
+
from ...types.shared.state_vector_full import StateVectorFull
|
24
24
|
|
25
25
|
__all__ = ["HistoryResource", "AsyncHistoryResource"]
|
26
26
|
|
@@ -43,8 +43,8 @@ from ..._response import (
|
|
43
43
|
)
|
44
44
|
from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
45
45
|
from ..._base_client import AsyncPaginator, make_request_options
|
46
|
-
from ...types.state_vector_full import StateVectorFull
|
47
46
|
from ...types.state_vector_abridged import StateVectorAbridged
|
47
|
+
from ...types.shared.state_vector_full import StateVectorFull
|
48
48
|
from ...types.state_vector_ingest_param import StateVectorIngestParam
|
49
49
|
from ...types.state_vector_tuple_response import StateVectorTupleResponse
|
50
50
|
from ...types.state_vector_queryhelp_response import StateVectorQueryhelpResponse
|
@@ -30,7 +30,7 @@ from .._response import (
|
|
30
30
|
)
|
31
31
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
32
32
|
from .._base_client import AsyncPaginator, make_request_options
|
33
|
-
from ..types.
|
33
|
+
from ..types.shared.status_full import StatusFull
|
34
34
|
from ..types.status_list_response import StatusListResponse
|
35
35
|
from ..types.status_tuple_response import StatusTupleResponse
|
36
36
|
from ..types.status_queryhelp_response import StatusQueryhelpResponse
|
@@ -426,7 +426,7 @@ class StatusResource(SyncAPIResource):
|
|
426
426
|
extra_query: Query | None = None,
|
427
427
|
extra_body: Body | None = None,
|
428
428
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
429
|
-
) ->
|
429
|
+
) -> StatusFull:
|
430
430
|
"""
|
431
431
|
Service operation to get a single Status record by its unique ID passed as a
|
432
432
|
path parameter.
|
@@ -457,7 +457,7 @@ class StatusResource(SyncAPIResource):
|
|
457
457
|
status_get_params.StatusGetParams,
|
458
458
|
),
|
459
459
|
),
|
460
|
-
cast_to=
|
460
|
+
cast_to=StatusFull,
|
461
461
|
)
|
462
462
|
|
463
463
|
def get_by_entity_id(
|
@@ -1015,7 +1015,7 @@ class AsyncStatusResource(AsyncAPIResource):
|
|
1015
1015
|
extra_query: Query | None = None,
|
1016
1016
|
extra_body: Body | None = None,
|
1017
1017
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1018
|
-
) ->
|
1018
|
+
) -> StatusFull:
|
1019
1019
|
"""
|
1020
1020
|
Service operation to get a single Status record by its unique ID passed as a
|
1021
1021
|
path parameter.
|
@@ -1046,7 +1046,7 @@ class AsyncStatusResource(AsyncAPIResource):
|
|
1046
1046
|
status_get_params.StatusGetParams,
|
1047
1047
|
),
|
1048
1048
|
),
|
1049
|
-
cast_to=
|
1049
|
+
cast_to=StatusFull,
|
1050
1050
|
)
|
1051
1051
|
|
1052
1052
|
async def get_by_entity_id(
|
@@ -26,7 +26,7 @@ from .._response import (
|
|
26
26
|
)
|
27
27
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
28
28
|
from .._base_client import AsyncPaginator, make_request_options
|
29
|
-
from ..types.
|
29
|
+
from ..types.shared.sub_status_full import SubStatusFull
|
30
30
|
from ..types.substatus_list_response import SubstatusListResponse
|
31
31
|
from ..types.substatus_tuple_response import SubstatusTupleResponse
|
32
32
|
from ..types.substatus_queryhelp_response import SubstatusQueryhelpResponse
|
@@ -381,7 +381,7 @@ class SubstatusResource(SyncAPIResource):
|
|
381
381
|
extra_query: Query | None = None,
|
382
382
|
extra_body: Body | None = None,
|
383
383
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
384
|
-
) ->
|
384
|
+
) -> SubStatusFull:
|
385
385
|
"""
|
386
386
|
Service operation to get a single Sub Status record by its unique ID passed as a
|
387
387
|
path parameter.
|
@@ -412,7 +412,7 @@ class SubstatusResource(SyncAPIResource):
|
|
412
412
|
substatus_get_params.SubstatusGetParams,
|
413
413
|
),
|
414
414
|
),
|
415
|
-
cast_to=
|
415
|
+
cast_to=SubStatusFull,
|
416
416
|
)
|
417
417
|
|
418
418
|
def queryhelp(
|
@@ -841,7 +841,7 @@ class AsyncSubstatusResource(AsyncAPIResource):
|
|
841
841
|
extra_query: Query | None = None,
|
842
842
|
extra_body: Body | None = None,
|
843
843
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
844
|
-
) ->
|
844
|
+
) -> SubStatusFull:
|
845
845
|
"""
|
846
846
|
Service operation to get a single Sub Status record by its unique ID passed as a
|
847
847
|
path parameter.
|
@@ -872,7 +872,7 @@ class AsyncSubstatusResource(AsyncAPIResource):
|
|
872
872
|
substatus_get_params.SubstatusGetParams,
|
873
873
|
),
|
874
874
|
),
|
875
|
-
cast_to=
|
875
|
+
cast_to=SubStatusFull,
|
876
876
|
)
|
877
877
|
|
878
878
|
async def queryhelp(
|