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
@@ -29,8 +29,8 @@ from .._response import (
|
|
29
29
|
)
|
30
30
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
31
31
|
from .._base_client import AsyncPaginator, make_request_options
|
32
|
-
from ..types.crew_full import CrewFull
|
33
32
|
from ..types.crew_abridged import CrewAbridged
|
33
|
+
from ..types.shared.crew_full import CrewFull
|
34
34
|
from ..types.crew_tuple_response import CrewTupleResponse
|
35
35
|
from ..types.crew_queryhelp_response import CrewQueryhelpResponse
|
36
36
|
|
@@ -45,8 +45,8 @@ from ..._response import (
|
|
45
45
|
)
|
46
46
|
from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
47
47
|
from ..._base_client import AsyncPaginator, make_request_options
|
48
|
+
from ...types.shared.diplomaticclearance_full import DiplomaticclearanceFull
|
48
49
|
from ...types.diplomatic_clearance_tuple_response import DiplomaticClearanceTupleResponse
|
49
|
-
from ...types.air_operations.diplomaticclearance_full import DiplomaticclearanceFull
|
50
50
|
from ...types.diplomatic_clearance_queryhelp_response import DiplomaticClearanceQueryhelpResponse
|
51
51
|
from ...types.air_operations.diplomaticclearance_abridged import DiplomaticclearanceAbridged
|
52
52
|
|
@@ -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.diplomatic_clearance import history_aodr_params, history_list_params, history_count_params
|
23
|
-
from ...types.
|
23
|
+
from ...types.shared.diplomaticclearance_full import DiplomaticclearanceFull
|
24
24
|
|
25
25
|
__all__ = ["HistoryResource", "AsyncHistoryResource"]
|
26
26
|
|
@@ -25,8 +25,8 @@ 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.engine_details_full import EngineDetailsFull
|
29
28
|
from ..types.engine_details_abridged import EngineDetailsAbridged
|
29
|
+
from ..types.shared.engine_details_full import EngineDetailsFull
|
30
30
|
|
31
31
|
__all__ = ["EngineDetailsResource", "AsyncEngineDetailsResource"]
|
32
32
|
|
@@ -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.engine import Engine
|
29
|
+
from ..types.shared.engine import Engine
|
30
30
|
from ..types.engine_abridged import EngineAbridged
|
31
31
|
from ..types.engine_tuple_response import EngineTupleResponse
|
32
32
|
from ..types.engine_queryhelp_response import EngineQueryhelpResponse
|
@@ -28,8 +28,8 @@ from .._response import (
|
|
28
28
|
)
|
29
29
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
30
30
|
from .._base_client import AsyncPaginator, make_request_options
|
31
|
-
from ..types.entity_full import EntityFull
|
32
31
|
from ..types.entity_abridged import EntityAbridged
|
32
|
+
from ..types.shared.entity_full import EntityFull
|
33
33
|
from ..types.entity_tuple_response import EntityTupleResponse
|
34
34
|
from ..types.location_ingest_param import LocationIngestParam
|
35
35
|
from ..types.entity_query_help_response import EntityQueryHelpResponse
|
@@ -26,9 +26,9 @@ 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.location_full import LocationFull
|
30
|
-
from ..types.location_list_response import LocationListResponse
|
29
|
+
from ..types.shared.location_full import LocationFull
|
31
30
|
from ..types.location_tuple_response import LocationTupleResponse
|
31
|
+
from ..types.shared.location_abridged import LocationAbridged
|
32
32
|
from ..types.location_queryhelp_response import LocationQueryhelpResponse
|
33
33
|
|
34
34
|
__all__ = ["LocationResource", "AsyncLocationResource"]
|
@@ -276,7 +276,7 @@ class LocationResource(SyncAPIResource):
|
|
276
276
|
extra_query: Query | None = None,
|
277
277
|
extra_body: Body | None = None,
|
278
278
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
279
|
-
) -> SyncOffsetPage[
|
279
|
+
) -> SyncOffsetPage[LocationAbridged]:
|
280
280
|
"""
|
281
281
|
Service operation to dynamically query data by a variety of query parameters not
|
282
282
|
specified in this API documentation. See the queryhelp operation
|
@@ -294,7 +294,7 @@ class LocationResource(SyncAPIResource):
|
|
294
294
|
"""
|
295
295
|
return self._get_api_list(
|
296
296
|
"/udl/location",
|
297
|
-
page=SyncOffsetPage[
|
297
|
+
page=SyncOffsetPage[LocationAbridged],
|
298
298
|
options=make_request_options(
|
299
299
|
extra_headers=extra_headers,
|
300
300
|
extra_query=extra_query,
|
@@ -308,7 +308,7 @@ class LocationResource(SyncAPIResource):
|
|
308
308
|
location_list_params.LocationListParams,
|
309
309
|
),
|
310
310
|
),
|
311
|
-
model=
|
311
|
+
model=LocationAbridged,
|
312
312
|
)
|
313
313
|
|
314
314
|
def delete(
|
@@ -764,7 +764,7 @@ class AsyncLocationResource(AsyncAPIResource):
|
|
764
764
|
extra_query: Query | None = None,
|
765
765
|
extra_body: Body | None = None,
|
766
766
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
767
|
-
) -> AsyncPaginator[
|
767
|
+
) -> AsyncPaginator[LocationAbridged, AsyncOffsetPage[LocationAbridged]]:
|
768
768
|
"""
|
769
769
|
Service operation to dynamically query data by a variety of query parameters not
|
770
770
|
specified in this API documentation. See the queryhelp operation
|
@@ -782,7 +782,7 @@ class AsyncLocationResource(AsyncAPIResource):
|
|
782
782
|
"""
|
783
783
|
return self._get_api_list(
|
784
784
|
"/udl/location",
|
785
|
-
page=AsyncOffsetPage[
|
785
|
+
page=AsyncOffsetPage[LocationAbridged],
|
786
786
|
options=make_request_options(
|
787
787
|
extra_headers=extra_headers,
|
788
788
|
extra_query=extra_query,
|
@@ -796,7 +796,7 @@ class AsyncLocationResource(AsyncAPIResource):
|
|
796
796
|
location_list_params.LocationListParams,
|
797
797
|
),
|
798
798
|
),
|
799
|
-
model=
|
799
|
+
model=LocationAbridged,
|
800
800
|
)
|
801
801
|
|
802
802
|
async def delete(
|
@@ -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.notification import history_aodr_params, history_list_params, history_count_params
|
23
|
-
from ...types.
|
23
|
+
from ...types.shared.notification_full import NotificationFull
|
24
24
|
|
25
25
|
__all__ = ["HistoryResource", "AsyncHistoryResource"]
|
26
26
|
|
@@ -36,9 +36,9 @@ from ..._response import (
|
|
36
36
|
)
|
37
37
|
from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
38
38
|
from ..._base_client import AsyncPaginator, make_request_options
|
39
|
+
from ...types.shared.notification_full import NotificationFull
|
39
40
|
from ...types.notification_list_response import NotificationListResponse
|
40
41
|
from ...types.notification_tuple_response import NotificationTupleResponse
|
41
|
-
from ...types.notification.notification_full import NotificationFull
|
42
42
|
from ...types.notification_queryhelp_response import NotificationQueryhelpResponse
|
43
43
|
|
44
44
|
__all__ = ["NotificationResource", "AsyncNotificationResource"]
|
@@ -37,10 +37,10 @@ from ....types.observations import (
|
|
37
37
|
eo_observation_create_bulk_params,
|
38
38
|
eo_observation_unvalidated_publish_params,
|
39
39
|
)
|
40
|
+
from ....types.shared.eo_observation_full import EoObservationFull
|
40
41
|
from ....types.observations.eo_observation_abridged import EoObservationAbridged
|
41
42
|
from ....types.observations.eo_observation_tuple_response import EoObservationTupleResponse
|
42
43
|
from ....types.observations.eo_observation_queryhelp_response import EoObservationQueryhelpResponse
|
43
|
-
from ....types.observations.eo_observations.eo_observation_full import EoObservationFull
|
44
44
|
|
45
45
|
__all__ = ["EoObservationsResource", "AsyncEoObservationsResource"]
|
46
46
|
|
@@ -19,8 +19,8 @@ from ...._response import (
|
|
19
19
|
)
|
20
20
|
from ....pagination import SyncOffsetPage, AsyncOffsetPage
|
21
21
|
from ...._base_client import AsyncPaginator, make_request_options
|
22
|
+
from ....types.shared.eo_observation_full import EoObservationFull
|
22
23
|
from ....types.observations.eo_observations import history_aodr_params, history_list_params, history_count_params
|
23
|
-
from ....types.observations.eo_observations.eo_observation_full import EoObservationFull
|
24
24
|
|
25
25
|
__all__ = ["HistoryResource", "AsyncHistoryResource"]
|
26
26
|
|
@@ -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.onboardnavigation import history_aodr_params, history_list_params, history_count_params
|
23
|
-
from ...types.
|
23
|
+
from ...types.shared.onboardnavigation_full import OnboardnavigationFull
|
24
24
|
|
25
25
|
__all__ = ["HistoryResource", "AsyncHistoryResource"]
|
26
26
|
|
@@ -25,7 +25,7 @@ from ...types.onorbit import (
|
|
25
25
|
antenna_detail_update_params,
|
26
26
|
antenna_detail_retrieve_params,
|
27
27
|
)
|
28
|
-
from ...types.
|
28
|
+
from ...types.shared.antenna_details_full import AntennaDetailsFull
|
29
29
|
from ...types.onorbit.antenna_details_abridged import AntennaDetailsAbridged
|
30
30
|
|
31
31
|
__all__ = ["AntennaDetailsResource", "AsyncAntennaDetailsResource"]
|
@@ -24,7 +24,7 @@ from .._response import (
|
|
24
24
|
)
|
25
25
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
26
26
|
from .._base_client import AsyncPaginator, make_request_options
|
27
|
-
from ..types.
|
27
|
+
from ..types.shared.onorbit_antenna_full import OnorbitAntennaFull
|
28
28
|
from ..types.onorbitantenna_list_response import OnorbitantennaListResponse
|
29
29
|
|
30
30
|
__all__ = ["OnorbitantennaResource", "AsyncOnorbitantennaResource"]
|
@@ -332,7 +332,7 @@ class OnorbitantennaResource(SyncAPIResource):
|
|
332
332
|
extra_query: Query | None = None,
|
333
333
|
extra_body: Body | None = None,
|
334
334
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
335
|
-
) ->
|
335
|
+
) -> OnorbitAntennaFull:
|
336
336
|
"""
|
337
337
|
Service operation to get a single OnorbitAntenna record by its unique ID passed
|
338
338
|
as a path parameter. An OnorbitAntenna is the association between on-orbit
|
@@ -365,7 +365,7 @@ class OnorbitantennaResource(SyncAPIResource):
|
|
365
365
|
onorbitantenna_get_params.OnorbitantennaGetParams,
|
366
366
|
),
|
367
367
|
),
|
368
|
-
cast_to=
|
368
|
+
cast_to=OnorbitAntennaFull,
|
369
369
|
)
|
370
370
|
|
371
371
|
|
@@ -671,7 +671,7 @@ class AsyncOnorbitantennaResource(AsyncAPIResource):
|
|
671
671
|
extra_query: Query | None = None,
|
672
672
|
extra_body: Body | None = None,
|
673
673
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
674
|
-
) ->
|
674
|
+
) -> OnorbitAntennaFull:
|
675
675
|
"""
|
676
676
|
Service operation to get a single OnorbitAntenna record by its unique ID passed
|
677
677
|
as a path parameter. An OnorbitAntenna is the association between on-orbit
|
@@ -704,7 +704,7 @@ class AsyncOnorbitantennaResource(AsyncAPIResource):
|
|
704
704
|
onorbitantenna_get_params.OnorbitantennaGetParams,
|
705
705
|
),
|
706
706
|
),
|
707
|
-
cast_to=
|
707
|
+
cast_to=OnorbitAntennaFull,
|
708
708
|
)
|
709
709
|
|
710
710
|
|
@@ -24,7 +24,7 @@ from .._response import (
|
|
24
24
|
)
|
25
25
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
26
26
|
from .._base_client import AsyncPaginator, make_request_options
|
27
|
-
from ..types.
|
27
|
+
from ..types.shared.onorbit_battery_full import OnorbitBatteryFull
|
28
28
|
from ..types.onorbitbattery_list_response import OnorbitbatteryListResponse
|
29
29
|
|
30
30
|
__all__ = ["OnorbitbatteryResource", "AsyncOnorbitbatteryResource"]
|
@@ -336,7 +336,7 @@ class OnorbitbatteryResource(SyncAPIResource):
|
|
336
336
|
extra_query: Query | None = None,
|
337
337
|
extra_body: Body | None = None,
|
338
338
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
339
|
-
) ->
|
339
|
+
) -> OnorbitBatteryFull:
|
340
340
|
"""
|
341
341
|
Service operation to get a single OnorbitBattery record by its unique ID passed
|
342
342
|
as a path parameter. OnorbitBattery is the association between on-orbit
|
@@ -369,7 +369,7 @@ class OnorbitbatteryResource(SyncAPIResource):
|
|
369
369
|
onorbitbattery_get_params.OnorbitbatteryGetParams,
|
370
370
|
),
|
371
371
|
),
|
372
|
-
cast_to=
|
372
|
+
cast_to=OnorbitBatteryFull,
|
373
373
|
)
|
374
374
|
|
375
375
|
|
@@ -679,7 +679,7 @@ class AsyncOnorbitbatteryResource(AsyncAPIResource):
|
|
679
679
|
extra_query: Query | None = None,
|
680
680
|
extra_body: Body | None = None,
|
681
681
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
682
|
-
) ->
|
682
|
+
) -> OnorbitBatteryFull:
|
683
683
|
"""
|
684
684
|
Service operation to get a single OnorbitBattery record by its unique ID passed
|
685
685
|
as a path parameter. OnorbitBattery is the association between on-orbit
|
@@ -712,7 +712,7 @@ class AsyncOnorbitbatteryResource(AsyncAPIResource):
|
|
712
712
|
onorbitbattery_get_params.OnorbitbatteryGetParams,
|
713
713
|
),
|
714
714
|
),
|
715
|
-
cast_to=
|
715
|
+
cast_to=OnorbitBatteryFull,
|
716
716
|
)
|
717
717
|
|
718
718
|
|
@@ -26,8 +26,8 @@ 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.onorbitdetail_get_response import OnorbitdetailGetResponse
|
30
29
|
from ..types.onorbitdetail_list_response import OnorbitdetailListResponse
|
30
|
+
from ..types.shared.onorbit_details_full import OnorbitDetailsFull
|
31
31
|
|
32
32
|
__all__ = ["OnorbitdetailsResource", "AsyncOnorbitdetailsResource"]
|
33
33
|
|
@@ -659,7 +659,7 @@ class OnorbitdetailsResource(SyncAPIResource):
|
|
659
659
|
extra_query: Query | None = None,
|
660
660
|
extra_body: Body | None = None,
|
661
661
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
662
|
-
) ->
|
662
|
+
) -> OnorbitDetailsFull:
|
663
663
|
"""
|
664
664
|
Service operation to get a single OnorbitDetails record by its unique ID passed
|
665
665
|
as a path parameter. An OnorbitDetails is a collection of additional
|
@@ -691,7 +691,7 @@ class OnorbitdetailsResource(SyncAPIResource):
|
|
691
691
|
onorbitdetail_get_params.OnorbitdetailGetParams,
|
692
692
|
),
|
693
693
|
),
|
694
|
-
cast_to=
|
694
|
+
cast_to=OnorbitDetailsFull,
|
695
695
|
)
|
696
696
|
|
697
697
|
|
@@ -1322,7 +1322,7 @@ class AsyncOnorbitdetailsResource(AsyncAPIResource):
|
|
1322
1322
|
extra_query: Query | None = None,
|
1323
1323
|
extra_body: Body | None = None,
|
1324
1324
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1325
|
-
) ->
|
1325
|
+
) -> OnorbitDetailsFull:
|
1326
1326
|
"""
|
1327
1327
|
Service operation to get a single OnorbitDetails record by its unique ID passed
|
1328
1328
|
as a path parameter. An OnorbitDetails is a collection of additional
|
@@ -1354,7 +1354,7 @@ class AsyncOnorbitdetailsResource(AsyncAPIResource):
|
|
1354
1354
|
onorbitdetail_get_params.OnorbitdetailGetParams,
|
1355
1355
|
),
|
1356
1356
|
),
|
1357
|
-
cast_to=
|
1357
|
+
cast_to=OnorbitDetailsFull,
|
1358
1358
|
)
|
1359
1359
|
|
1360
1360
|
|
@@ -24,8 +24,8 @@ from .._response import (
|
|
24
24
|
)
|
25
25
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
26
26
|
from .._base_client import AsyncPaginator, make_request_options
|
27
|
-
from ..types.onorbitsolararray_get_response import OnorbitsolararrayGetResponse
|
28
27
|
from ..types.onorbitsolararray_list_response import OnorbitsolararrayListResponse
|
28
|
+
from ..types.shared.onorbit_solar_array_full import OnorbitSolarArrayFull
|
29
29
|
|
30
30
|
__all__ = ["OnorbitsolararrayResource", "AsyncOnorbitsolararrayResource"]
|
31
31
|
|
@@ -344,7 +344,7 @@ class OnorbitsolararrayResource(SyncAPIResource):
|
|
344
344
|
extra_query: Query | None = None,
|
345
345
|
extra_body: Body | None = None,
|
346
346
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
347
|
-
) ->
|
347
|
+
) -> OnorbitSolarArrayFull:
|
348
348
|
"""
|
349
349
|
Service operation to get a single OnorbitSolarArray record by its unique ID
|
350
350
|
passed as a path parameter. An OnorbitSolarArray is the association between
|
@@ -377,7 +377,7 @@ class OnorbitsolararrayResource(SyncAPIResource):
|
|
377
377
|
onorbitsolararray_get_params.OnorbitsolararrayGetParams,
|
378
378
|
),
|
379
379
|
),
|
380
|
-
cast_to=
|
380
|
+
cast_to=OnorbitSolarArrayFull,
|
381
381
|
)
|
382
382
|
|
383
383
|
|
@@ -695,7 +695,7 @@ class AsyncOnorbitsolararrayResource(AsyncAPIResource):
|
|
695
695
|
extra_query: Query | None = None,
|
696
696
|
extra_body: Body | None = None,
|
697
697
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
698
|
-
) ->
|
698
|
+
) -> OnorbitSolarArrayFull:
|
699
699
|
"""
|
700
700
|
Service operation to get a single OnorbitSolarArray record by its unique ID
|
701
701
|
passed as a path parameter. An OnorbitSolarArray is the association between
|
@@ -728,7 +728,7 @@ class AsyncOnorbitsolararrayResource(AsyncAPIResource):
|
|
728
728
|
onorbitsolararray_get_params.OnorbitsolararrayGetParams,
|
729
729
|
),
|
730
730
|
),
|
731
|
-
cast_to=
|
731
|
+
cast_to=OnorbitSolarArrayFull,
|
732
732
|
)
|
733
733
|
|
734
734
|
|
@@ -24,7 +24,7 @@ from .._response import (
|
|
24
24
|
)
|
25
25
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
26
26
|
from .._base_client import AsyncPaginator, make_request_options
|
27
|
-
from ..types.
|
27
|
+
from ..types.shared.onorbit_thruster_full import OnorbitThrusterFull
|
28
28
|
from ..types.onorbitthruster_list_response import OnorbitthrusterListResponse
|
29
29
|
|
30
30
|
__all__ = ["OnorbitthrusterResource", "AsyncOnorbitthrusterResource"]
|
@@ -350,7 +350,7 @@ class OnorbitthrusterResource(SyncAPIResource):
|
|
350
350
|
extra_query: Query | None = None,
|
351
351
|
extra_body: Body | None = None,
|
352
352
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
353
|
-
) ->
|
353
|
+
) -> OnorbitThrusterFull:
|
354
354
|
"""
|
355
355
|
Service operation to get a single OnorbitThruster record by its unique ID passed
|
356
356
|
as a path parameter. An OnorbitThruster is the association between an on-orbit
|
@@ -383,7 +383,7 @@ class OnorbitthrusterResource(SyncAPIResource):
|
|
383
383
|
onorbitthruster_get_params.OnorbitthrusterGetParams,
|
384
384
|
),
|
385
385
|
),
|
386
|
-
cast_to=
|
386
|
+
cast_to=OnorbitThrusterFull,
|
387
387
|
)
|
388
388
|
|
389
389
|
|
@@ -707,7 +707,7 @@ class AsyncOnorbitthrusterResource(AsyncAPIResource):
|
|
707
707
|
extra_query: Query | None = None,
|
708
708
|
extra_body: Body | None = None,
|
709
709
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
710
|
-
) ->
|
710
|
+
) -> OnorbitThrusterFull:
|
711
711
|
"""
|
712
712
|
Service operation to get a single OnorbitThruster record by its unique ID passed
|
713
713
|
as a path parameter. An OnorbitThruster is the association between an on-orbit
|
@@ -740,7 +740,7 @@ class AsyncOnorbitthrusterResource(AsyncAPIResource):
|
|
740
740
|
onorbitthruster_get_params.OnorbitthrusterGetParams,
|
741
741
|
),
|
742
742
|
),
|
743
|
-
cast_to=
|
743
|
+
cast_to=OnorbitThrusterFull,
|
744
744
|
)
|
745
745
|
|
746
746
|
|
@@ -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.onorbitthrusterstatus import history_list_params, history_count_params
|
23
|
-
from ...types.
|
23
|
+
from ...types.shared.onorbitthrusterstatus_full import OnorbitthrusterstatusFull
|
24
24
|
|
25
25
|
__all__ = ["HistoryResource", "AsyncHistoryResource"]
|
26
26
|
|
@@ -36,10 +36,10 @@ from ..._response import (
|
|
36
36
|
)
|
37
37
|
from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
38
38
|
from ..._base_client import AsyncPaginator, make_request_options
|
39
|
+
from ...types.shared.onorbitthrusterstatus_full import OnorbitthrusterstatusFull
|
39
40
|
from ...types.onorbitthrusterstatus_list_response import OnorbitthrusterstatusListResponse
|
40
41
|
from ...types.onorbitthrusterstatus_tuple_response import OnorbitthrusterstatusTupleResponse
|
41
42
|
from ...types.onorbitthrusterstatus_queryhelp_response import OnorbitthrusterstatusQueryhelpResponse
|
42
|
-
from ...types.onorbitthrusterstatus.onorbitthrusterstatus_full import OnorbitthrusterstatusFull
|
43
43
|
|
44
44
|
__all__ = ["OnorbitthrusterstatusResource", "AsyncOnorbitthrusterstatusResource"]
|
45
45
|
|
@@ -28,7 +28,7 @@ from .._response import (
|
|
28
28
|
)
|
29
29
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
30
30
|
from .._base_client import AsyncPaginator, make_request_options
|
31
|
-
from ..types.
|
31
|
+
from ..types.shared.operatingunit_full import OperatingunitFull
|
32
32
|
from ..types.operatingunit_list_response import OperatingunitListResponse
|
33
33
|
from ..types.operatingunit_tuple_response import OperatingunitTupleResponse
|
34
34
|
from ..types.operatingunit_queryhelp_response import OperatingunitQueryhelpResponse
|
@@ -1124,7 +1124,7 @@ class OperatingunitResource(SyncAPIResource):
|
|
1124
1124
|
extra_query: Query | None = None,
|
1125
1125
|
extra_body: Body | None = None,
|
1126
1126
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1127
|
-
) ->
|
1127
|
+
) -> OperatingunitFull:
|
1128
1128
|
"""
|
1129
1129
|
Service operation to get a single Operatingunit record by its unique ID passed
|
1130
1130
|
as a path parameter. Operatingunit defines a unit or organization which operates
|
@@ -1156,7 +1156,7 @@ class OperatingunitResource(SyncAPIResource):
|
|
1156
1156
|
operatingunit_get_params.OperatingunitGetParams,
|
1157
1157
|
),
|
1158
1158
|
),
|
1159
|
-
cast_to=
|
1159
|
+
cast_to=OperatingunitFull,
|
1160
1160
|
)
|
1161
1161
|
|
1162
1162
|
def queryhelp(
|
@@ -2326,7 +2326,7 @@ class AsyncOperatingunitResource(AsyncAPIResource):
|
|
2326
2326
|
extra_query: Query | None = None,
|
2327
2327
|
extra_body: Body | None = None,
|
2328
2328
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
2329
|
-
) ->
|
2329
|
+
) -> OperatingunitFull:
|
2330
2330
|
"""
|
2331
2331
|
Service operation to get a single Operatingunit record by its unique ID passed
|
2332
2332
|
as a path parameter. Operatingunit defines a unit or organization which operates
|
@@ -2358,7 +2358,7 @@ class AsyncOperatingunitResource(AsyncAPIResource):
|
|
2358
2358
|
operatingunit_get_params.OperatingunitGetParams,
|
2359
2359
|
),
|
2360
2360
|
),
|
2361
|
-
cast_to=
|
2361
|
+
cast_to=OperatingunitFull,
|
2362
2362
|
)
|
2363
2363
|
|
2364
2364
|
async def queryhelp(
|
@@ -27,8 +27,8 @@ from .._response import (
|
|
27
27
|
)
|
28
28
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
29
29
|
from .._base_client import AsyncPaginator, make_request_options
|
30
|
-
from ..types.operatingunitremark_get_response import OperatingunitremarkGetResponse
|
31
30
|
from ..types.operatingunitremark_list_response import OperatingunitremarkListResponse
|
31
|
+
from ..types.shared.operating_unit_remark_full import OperatingUnitRemarkFull
|
32
32
|
from ..types.operatingunitremark_tuple_response import OperatingunitremarkTupleResponse
|
33
33
|
from ..types.operatingunitremark_queryhelp_response import OperatingunitremarkQueryhelpResponse
|
34
34
|
|
@@ -297,7 +297,7 @@ class OperatingunitremarkResource(SyncAPIResource):
|
|
297
297
|
extra_query: Query | None = None,
|
298
298
|
extra_body: Body | None = None,
|
299
299
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
300
|
-
) ->
|
300
|
+
) -> OperatingUnitRemarkFull:
|
301
301
|
"""
|
302
302
|
Service operation to get a single operatingunitremark record by its unique ID
|
303
303
|
passed as a path parameter.
|
@@ -328,7 +328,7 @@ class OperatingunitremarkResource(SyncAPIResource):
|
|
328
328
|
operatingunitremark_get_params.OperatingunitremarkGetParams,
|
329
329
|
),
|
330
330
|
),
|
331
|
-
cast_to=
|
331
|
+
cast_to=OperatingUnitRemarkFull,
|
332
332
|
)
|
333
333
|
|
334
334
|
def queryhelp(
|
@@ -672,7 +672,7 @@ class AsyncOperatingunitremarkResource(AsyncAPIResource):
|
|
672
672
|
extra_query: Query | None = None,
|
673
673
|
extra_body: Body | None = None,
|
674
674
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
675
|
-
) ->
|
675
|
+
) -> OperatingUnitRemarkFull:
|
676
676
|
"""
|
677
677
|
Service operation to get a single operatingunitremark record by its unique ID
|
678
678
|
passed as a path parameter.
|
@@ -703,7 +703,7 @@ class AsyncOperatingunitremarkResource(AsyncAPIResource):
|
|
703
703
|
operatingunitremark_get_params.OperatingunitremarkGetParams,
|
704
704
|
),
|
705
705
|
),
|
706
|
-
cast_to=
|
706
|
+
cast_to=OperatingUnitRemarkFull,
|
707
707
|
)
|
708
708
|
|
709
709
|
async def queryhelp(
|
@@ -28,7 +28,7 @@ from .._response import (
|
|
28
28
|
)
|
29
29
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
30
30
|
from .._base_client import AsyncPaginator, make_request_options
|
31
|
-
from ..types.organization_full import OrganizationFull
|
31
|
+
from ..types.shared.organization_full import OrganizationFull
|
32
32
|
from ..types.organization_list_response import OrganizationListResponse
|
33
33
|
from ..types.organization_tuple_response import OrganizationTupleResponse
|
34
34
|
from ..types.organization_queryhelp_response import OrganizationQueryhelpResponse
|
@@ -27,8 +27,8 @@ from .._response import (
|
|
27
27
|
)
|
28
28
|
from ..pagination import SyncOffsetPage, AsyncOffsetPage
|
29
29
|
from .._base_client import AsyncPaginator, make_request_options
|
30
|
-
from ..types.organization_details_full import OrganizationDetailsFull
|
31
30
|
from ..types.organizationdetail_list_response import OrganizationdetailListResponse
|
31
|
+
from ..types.shared.organization_details_full import OrganizationDetailsFull
|
32
32
|
from ..types.organizationdetail_find_by_source_response import OrganizationdetailFindBySourceResponse
|
33
33
|
|
34
34
|
__all__ = ["OrganizationdetailsResource", "AsyncOrganizationdetailsResource"]
|
@@ -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.rf_band_full import RfBandFull
|
30
30
|
from ..types.rf_band_list_response import RfBandListResponse
|
31
31
|
from ..types.rf_band_tuple_response import RfBandTupleResponse
|
32
32
|
from ..types.rf_band_queryhelp_response import RfBandQueryhelpResponse
|
@@ -512,7 +512,7 @@ class RfBandResource(SyncAPIResource):
|
|
512
512
|
extra_query: Query | None = None,
|
513
513
|
extra_body: Body | None = None,
|
514
514
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
515
|
-
) ->
|
515
|
+
) -> RfBandFull:
|
516
516
|
"""
|
517
517
|
Service operation to get a single RFBand by its unique ID passed as a path
|
518
518
|
parameter.
|
@@ -543,7 +543,7 @@ class RfBandResource(SyncAPIResource):
|
|
543
543
|
rf_band_get_params.RfBandGetParams,
|
544
544
|
),
|
545
545
|
),
|
546
|
-
cast_to=
|
546
|
+
cast_to=RfBandFull,
|
547
547
|
)
|
548
548
|
|
549
549
|
def queryhelp(
|
@@ -1103,7 +1103,7 @@ class AsyncRfBandResource(AsyncAPIResource):
|
|
1103
1103
|
extra_query: Query | None = None,
|
1104
1104
|
extra_body: Body | None = None,
|
1105
1105
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1106
|
-
) ->
|
1106
|
+
) -> RfBandFull:
|
1107
1107
|
"""
|
1108
1108
|
Service operation to get a single RFBand by its unique ID passed as a path
|
1109
1109
|
parameter.
|
@@ -1134,7 +1134,7 @@ class AsyncRfBandResource(AsyncAPIResource):
|
|
1134
1134
|
rf_band_get_params.RfBandGetParams,
|
1135
1135
|
),
|
1136
1136
|
),
|
1137
|
-
cast_to=
|
1137
|
+
cast_to=RfBandFull,
|
1138
1138
|
)
|
1139
1139
|
|
1140
1140
|
async def queryhelp(
|