udl-sdk 0.1.0a9__py3-none-any.whl → 0.1.0a11__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.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/METADATA +39 -46
- {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/RECORD +413 -263
- unifieddatalibrary/__init__.py +2 -1
- unifieddatalibrary/_base_client.py +44 -2
- unifieddatalibrary/_client.py +6 -2
- unifieddatalibrary/_models.py +2 -0
- unifieddatalibrary/_types.py +2 -0
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/air_events.py +5 -6
- unifieddatalibrary/resources/air_load_plans.py +5 -6
- unifieddatalibrary/resources/air_operations/air_tasking_orders.py +5 -6
- unifieddatalibrary/resources/air_transport_missions/air_transport_missions.py +5 -6
- unifieddatalibrary/resources/aircraft.py +5 -6
- unifieddatalibrary/resources/aircraft_sorties.py +5 -6
- unifieddatalibrary/resources/aircraft_status_remarks.py +5 -6
- unifieddatalibrary/resources/aircraft_statuses/aircraft_statuses.py +5 -6
- unifieddatalibrary/resources/airfield_slot_consumptions.py +5 -6
- unifieddatalibrary/resources/airfield_slots.py +5 -6
- unifieddatalibrary/resources/airfield_status/airfield_status.py +5 -6
- unifieddatalibrary/resources/airfields.py +5 -6
- unifieddatalibrary/resources/airspace_control_orders.py +5 -6
- unifieddatalibrary/resources/ais/ais.py +5 -6
- unifieddatalibrary/resources/analytic_imagery.py +5 -6
- unifieddatalibrary/resources/antennas.py +5 -6
- unifieddatalibrary/resources/attitude_data.py +6 -7
- unifieddatalibrary/resources/attitude_sets/attitude_sets.py +5 -6
- unifieddatalibrary/resources/aviation_risk_management.py +5 -6
- unifieddatalibrary/resources/batteries.py +5 -6
- unifieddatalibrary/resources/beam.py +5 -6
- unifieddatalibrary/resources/beam_contours.py +5 -6
- unifieddatalibrary/resources/buses.py +5 -6
- unifieddatalibrary/resources/channels.py +5 -6
- unifieddatalibrary/resources/collect_requests/collect_requests.py +5 -6
- unifieddatalibrary/resources/collect_responses/collect_responses.py +5 -6
- unifieddatalibrary/resources/comm.py +5 -6
- unifieddatalibrary/resources/conjunctions/conjunctions.py +5 -6
- unifieddatalibrary/resources/countries.py +5 -6
- unifieddatalibrary/resources/crew.py +5 -6
- unifieddatalibrary/resources/diff_of_arrival/diff_of_arrival.py +5 -6
- unifieddatalibrary/resources/diplomatic_clearance/country.py +21 -22
- unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +5 -6
- unifieddatalibrary/resources/drift_history.py +6 -7
- unifieddatalibrary/resources/dropzone.py +5 -6
- unifieddatalibrary/resources/effect_requests/effect_requests.py +5 -6
- unifieddatalibrary/resources/effect_responses/effect_responses.py +5 -6
- unifieddatalibrary/resources/elsets/elsets.py +10 -12
- unifieddatalibrary/resources/emitter_geolocation.py +5 -6
- unifieddatalibrary/resources/engines.py +5 -6
- unifieddatalibrary/resources/entities.py +13 -10
- unifieddatalibrary/resources/eop/eop.py +5 -6
- unifieddatalibrary/resources/ephemeris/ephemeris.py +7 -8
- unifieddatalibrary/resources/ephemeris_sets/ephemeris_sets.py +7 -8
- unifieddatalibrary/resources/equipment.py +5 -6
- unifieddatalibrary/resources/equipment_remarks.py +5 -6
- unifieddatalibrary/resources/evac/evac.py +5 -6
- unifieddatalibrary/resources/event_evolution/event_evolution.py +5 -6
- unifieddatalibrary/resources/feature_assessment/feature_assessment.py +5 -6
- unifieddatalibrary/resources/flightplan.py +5 -6
- unifieddatalibrary/resources/geo_status/geo_status.py +5 -6
- unifieddatalibrary/resources/global_atmospheric_model/global_atmospheric_model.py +7 -8
- unifieddatalibrary/resources/gnss_observationset/gnss_observationset.py +5 -6
- unifieddatalibrary/resources/gnss_rawif.py +5 -6
- unifieddatalibrary/resources/ground_imagery/ground_imagery.py +5 -6
- unifieddatalibrary/resources/h3_geo/h3_geo.py +5 -6
- unifieddatalibrary/resources/h3_geo_hex_cell.py +6 -7
- unifieddatalibrary/resources/hazard/hazard.py +5 -6
- unifieddatalibrary/resources/ion_oobservation.py +5 -6
- unifieddatalibrary/resources/ir.py +5 -6
- unifieddatalibrary/resources/isr_collections/isr_collections.py +5 -6
- unifieddatalibrary/resources/item.py +5 -6
- unifieddatalibrary/resources/item_trackings/item_trackings.py +5 -6
- unifieddatalibrary/resources/launch_detection.py +5 -6
- unifieddatalibrary/resources/launch_event/launch_event.py +5 -6
- unifieddatalibrary/resources/launch_site.py +5 -6
- unifieddatalibrary/resources/launch_vehicle.py +5 -6
- unifieddatalibrary/resources/link_status/datalink.py +5 -6
- unifieddatalibrary/resources/link_status/link_status.py +5 -6
- unifieddatalibrary/resources/location.py +5 -6
- unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -6
- unifieddatalibrary/resources/maneuvers/maneuvers.py +5 -6
- unifieddatalibrary/resources/manifold.py +5 -6
- unifieddatalibrary/resources/manifoldelset.py +5 -6
- unifieddatalibrary/resources/missile_tracks/missile_tracks.py +5 -6
- unifieddatalibrary/resources/mission_assignment/mission_assignment.py +5 -6
- unifieddatalibrary/resources/mti/mti.py +5 -6
- unifieddatalibrary/resources/navigation.py +5 -6
- unifieddatalibrary/resources/navigational_obstruction.py +5 -6
- unifieddatalibrary/resources/notification/notification.py +5 -6
- unifieddatalibrary/resources/object_of_interest.py +5 -6
- unifieddatalibrary/resources/observations/ecpsdr.py +5 -6
- unifieddatalibrary/resources/observations/eo_observations/eo_observations.py +5 -6
- unifieddatalibrary/resources/observations/monoradar/monoradar.py +5 -6
- unifieddatalibrary/resources/observations/passive_radar_observation/passive_radar_observation.py +5 -6
- unifieddatalibrary/resources/observations/radarobservation/radarobservation.py +5 -6
- unifieddatalibrary/resources/observations/rf_observation/rf_observation.py +5 -6
- unifieddatalibrary/resources/onboardnavigation/onboardnavigation.py +5 -6
- unifieddatalibrary/resources/onorbit/onorbit.py +5 -6
- unifieddatalibrary/resources/onorbitevent.py +5 -6
- unifieddatalibrary/resources/onorbitlist.py +5 -6
- unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +5 -6
- unifieddatalibrary/resources/operatingunit.py +5 -6
- unifieddatalibrary/resources/operatingunitremark.py +5 -6
- unifieddatalibrary/resources/orbitdetermination/orbitdetermination.py +5 -6
- unifieddatalibrary/resources/orbittrack/orbittrack.py +5 -6
- unifieddatalibrary/resources/organization.py +5 -6
- unifieddatalibrary/resources/personnelrecovery/personnelrecovery.py +5 -6
- unifieddatalibrary/resources/poi.py +5 -6
- unifieddatalibrary/resources/port.py +5 -6
- unifieddatalibrary/resources/rf_band.py +5 -6
- unifieddatalibrary/resources/rf_band_type.py +5 -6
- unifieddatalibrary/resources/rf_emitter.py +5 -6
- unifieddatalibrary/resources/rf_emitter_details.py +5 -6
- unifieddatalibrary/resources/route_stats.py +5 -6
- unifieddatalibrary/resources/sar_observation/sar_observation.py +5 -6
- unifieddatalibrary/resources/scientific.py +5 -6
- unifieddatalibrary/resources/scs/folders.py +8 -0
- unifieddatalibrary/resources/scs/paths.py +16 -0
- unifieddatalibrary/resources/scs/scs.py +16 -0
- unifieddatalibrary/resources/scs/v2.py +64 -4
- unifieddatalibrary/resources/sensor/calibration/calibration.py +117 -112
- unifieddatalibrary/resources/sensor/sensor.py +5 -6
- unifieddatalibrary/resources/sensor_maintenance/sensor_maintenance.py +5 -6
- unifieddatalibrary/resources/sensor_observation_type.py +6 -7
- unifieddatalibrary/resources/sensor_plan/sensor_plan.py +5 -6
- unifieddatalibrary/resources/sensor_type.py +6 -7
- unifieddatalibrary/resources/sera_data_comm_details.py +5 -6
- unifieddatalibrary/resources/sera_data_early_warning.py +5 -6
- unifieddatalibrary/resources/sera_data_navigation.py +5 -6
- unifieddatalibrary/resources/seradata_optical_payload.py +5 -6
- unifieddatalibrary/resources/seradata_radar_payload.py +5 -6
- unifieddatalibrary/resources/seradata_sigint_payload.py +5 -6
- unifieddatalibrary/resources/seradata_spacecraft_details.py +5 -6
- unifieddatalibrary/resources/sgi/sgi.py +5 -6
- unifieddatalibrary/resources/sigact/sigact.py +5 -6
- unifieddatalibrary/resources/site/operations.py +5 -6
- unifieddatalibrary/resources/site/site.py +5 -6
- unifieddatalibrary/resources/site_remark.py +5 -6
- unifieddatalibrary/resources/site_status/site_status.py +5 -6
- unifieddatalibrary/resources/sky_imagery/sky_imagery.py +5 -6
- unifieddatalibrary/resources/soi_observation_set/soi_observation_set.py +5 -6
- unifieddatalibrary/resources/solar_array.py +5 -6
- unifieddatalibrary/resources/sortie_ppr/sortie_ppr.py +5 -6
- unifieddatalibrary/resources/space_env_observation/space_env_observation.py +5 -6
- unifieddatalibrary/resources/stage.py +5 -6
- unifieddatalibrary/resources/star_catalog/star_catalog.py +5 -6
- unifieddatalibrary/resources/state_vector/state_vector.py +7 -8
- unifieddatalibrary/resources/status.py +5 -6
- unifieddatalibrary/resources/substatus.py +5 -6
- unifieddatalibrary/resources/supporting_data/query_help.py +6 -7
- unifieddatalibrary/resources/surface.py +5 -6
- unifieddatalibrary/resources/surface_obstruction.py +5 -6
- unifieddatalibrary/resources/swir/swir.py +5 -6
- unifieddatalibrary/resources/tai_utc/tai_utc.py +5 -6
- unifieddatalibrary/resources/track/track.py +5 -6
- unifieddatalibrary/resources/track_details/track_details.py +5 -6
- unifieddatalibrary/resources/track_route/track_route.py +5 -6
- unifieddatalibrary/resources/transponder.py +5 -6
- unifieddatalibrary/resources/vessel.py +5 -6
- unifieddatalibrary/resources/video/video.py +5 -6
- unifieddatalibrary/resources/weather_data/weather_data.py +5 -6
- unifieddatalibrary/resources/weather_report/weather_report.py +5 -6
- unifieddatalibrary/types/__init__.py +200 -0
- unifieddatalibrary/types/ai_queryhelp_response.py +63 -0
- unifieddatalibrary/types/air_event_queryhelp_response.py +63 -0
- unifieddatalibrary/types/air_load_plan_queryhelp_response.py +63 -0
- unifieddatalibrary/types/air_operations/__init__.py +1 -0
- unifieddatalibrary/types/air_operations/air_tasking_order_query_help_response.py +63 -0
- unifieddatalibrary/types/air_operations/diplomatic_clearance_unvalidated_publish_params.py +4 -4
- unifieddatalibrary/types/air_operations/diplomaticclearance_abridged.py +4 -4
- unifieddatalibrary/types/air_operations/diplomaticclearance_full.py +4 -4
- unifieddatalibrary/types/air_transport_mission_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_sorty_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/aircraft_status_remark_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_slot_consumption_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_slot_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airfield_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/airspace_control_order_query_help_response.py +63 -0
- unifieddatalibrary/types/analytic_imagery_full.py +272 -1
- unifieddatalibrary/types/analytic_imagery_history_response.py +2 -2
- unifieddatalibrary/types/analytic_imagery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/analytic_imagery_tuple_response.py +2 -2
- unifieddatalibrary/types/antenna_queryhelp_response.py +63 -0
- unifieddatalibrary/types/attitude_data_query_help_response.py +63 -0
- unifieddatalibrary/types/attitude_set_query_help_response.py +63 -0
- unifieddatalibrary/types/aviation_risk_management_query_help_response.py +63 -0
- unifieddatalibrary/types/battery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/beam_contour_query_help_response.py +63 -0
- unifieddatalibrary/types/beam_query_help_response.py +63 -0
- unifieddatalibrary/types/bus_query_help_response.py +63 -0
- unifieddatalibrary/types/channel_queryhelp_response.py +63 -0
- unifieddatalibrary/types/collect_request_abridged.py +3 -1
- unifieddatalibrary/types/collect_request_create_bulk_params.py +3 -1
- unifieddatalibrary/types/collect_request_create_params.py +3 -1
- unifieddatalibrary/types/collect_request_query_help_response.py +63 -0
- unifieddatalibrary/types/collect_request_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/collect_response_query_help_response.py +63 -0
- unifieddatalibrary/types/comm_queryhelp_response.py +63 -0
- unifieddatalibrary/types/conjunction_abridged.py +6 -2
- unifieddatalibrary/types/conjunction_create_bulk_params.py +6 -2
- unifieddatalibrary/types/conjunction_create_udl_params.py +6 -2
- unifieddatalibrary/types/conjunction_full.py +6 -2
- unifieddatalibrary/types/conjunction_queryhelp_response.py +63 -0
- unifieddatalibrary/types/conjunction_unvalidated_publish_params.py +6 -2
- unifieddatalibrary/types/country_queryhelp_response.py +63 -0
- unifieddatalibrary/types/crew_queryhelp_response.py +63 -0
- unifieddatalibrary/types/diff_of_arrival_queryhelp_response.py +63 -0
- unifieddatalibrary/types/diplomatic_clearance/__init__.py +1 -0
- unifieddatalibrary/types/diplomatic_clearance/country_create_bulk_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_create_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_list_response.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_query_help_response.py +63 -0
- unifieddatalibrary/types/diplomatic_clearance/country_retrieve_response.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_tuple_response.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_unvalidated_publish_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance/country_update_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance_create_bulk_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance_create_params.py +4 -4
- unifieddatalibrary/types/diplomatic_clearance_queryhelp_response.py +63 -0
- unifieddatalibrary/types/diplomatic_clearance_update_params.py +4 -4
- unifieddatalibrary/types/drift_history_queryhelp_response.py +63 -0
- unifieddatalibrary/types/dropzone_query_help_response.py +63 -0
- unifieddatalibrary/types/effect_request_query_help_response.py +63 -0
- unifieddatalibrary/types/effect_response_query_help_response.py +63 -0
- unifieddatalibrary/types/elset_query_current_elset_help_response.py +63 -0
- unifieddatalibrary/types/elset_queryhelp_response.py +63 -0
- unifieddatalibrary/types/emitter_geolocation_query_help_response.py +63 -0
- unifieddatalibrary/types/engine_queryhelp_response.py +63 -0
- unifieddatalibrary/types/entity_abridged.py +13 -2
- unifieddatalibrary/types/entity_create_params.py +2 -1
- unifieddatalibrary/types/entity_full.py +13 -2
- unifieddatalibrary/types/entity_get_all_types_response.py +4 -3875
- unifieddatalibrary/types/entity_ingest_param.py +2 -1
- unifieddatalibrary/types/entity_query_help_response.py +63 -0
- unifieddatalibrary/types/entity_update_params.py +2 -1
- unifieddatalibrary/types/eop_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ephemeris_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ephemeris_set.py +3 -1
- unifieddatalibrary/types/ephemeris_set_abridged.py +3 -1
- unifieddatalibrary/types/ephemeris_set_create_params.py +3 -1
- unifieddatalibrary/types/ephemeris_set_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ephemeris_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/equipment_query_help_response.py +63 -0
- unifieddatalibrary/types/equipment_remark_query_help_response.py +63 -0
- unifieddatalibrary/types/evac_query_help_response.py +63 -0
- unifieddatalibrary/types/event_evolution_queryhelp_response.py +63 -0
- unifieddatalibrary/types/feature_assessment_query_help_response.py +63 -0
- unifieddatalibrary/types/flightplan_queryhelp_response.py +63 -0
- unifieddatalibrary/types/geo_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/global_atmospheric_model_query_help_response.py +63 -0
- unifieddatalibrary/types/gnss_observationset_queryhelp_response.py +63 -0
- unifieddatalibrary/types/gnss_rawif_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ground_imagery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/h3_geo_hex_cell_queryhelp_response.py +63 -0
- unifieddatalibrary/types/h3_geo_queryhelp_response.py +63 -0
- unifieddatalibrary/types/hazard_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ion_oobservation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/ir_queryhelp_response.py +63 -0
- unifieddatalibrary/types/isr_collection_queryhelp_response.py +63 -0
- unifieddatalibrary/types/item_queryhelp_response.py +63 -0
- unifieddatalibrary/types/item_tracking_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_detection_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_event_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_site_queryhelp_response.py +63 -0
- unifieddatalibrary/types/launch_vehicle_queryhelp_response.py +63 -0
- unifieddatalibrary/types/link_status/__init__.py +1 -0
- unifieddatalibrary/types/link_status/datalink_queryhelp_response.py +63 -0
- unifieddatalibrary/types/link_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/location_queryhelp_response.py +63 -0
- unifieddatalibrary/types/logistics_support_queryhelp_response.py +63 -0
- unifieddatalibrary/types/maneuver_create_bulk_params.py +6 -2
- unifieddatalibrary/types/maneuver_create_params.py +6 -2
- unifieddatalibrary/types/maneuver_get_response.py +6 -2
- unifieddatalibrary/types/maneuver_list_response.py +6 -2
- unifieddatalibrary/types/maneuver_queryhelp_response.py +63 -0
- unifieddatalibrary/types/maneuver_tuple_response.py +6 -2
- unifieddatalibrary/types/maneuver_unvalidated_publish_params.py +6 -2
- unifieddatalibrary/types/maneuvers/history_list_response.py +6 -2
- unifieddatalibrary/types/manifold_queryhelp_response.py +63 -0
- unifieddatalibrary/types/manifoldelset_queryhelp_response.py +63 -0
- unifieddatalibrary/types/missile_track_create_bulk_params.py +6 -4
- unifieddatalibrary/types/missile_track_list_response.py +6 -4
- unifieddatalibrary/types/missile_track_queryhelp_response.py +63 -0
- unifieddatalibrary/types/missile_track_tuple_response.py +6 -4
- unifieddatalibrary/types/missile_track_unvalidated_publish_params.py +6 -4
- unifieddatalibrary/types/missile_tracks/history_query_response.py +6 -4
- unifieddatalibrary/types/mission_assignment_queryhelp_response.py +63 -0
- unifieddatalibrary/types/mti_queryhelp_response.py +63 -0
- unifieddatalibrary/types/navigation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/navigational_obstruction_queryhelp_response.py +63 -0
- unifieddatalibrary/types/notification_queryhelp_response.py +63 -0
- unifieddatalibrary/types/object_of_interest_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/__init__.py +8 -0
- unifieddatalibrary/types/observations/ecpsdr_query_help_response.py +63 -0
- unifieddatalibrary/types/observations/eo_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/monoradar_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/passive_radar_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/radarobservation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/observations/rf_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onboardnavigation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbit_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbitevent_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbitlist_queryhelp_response.py +63 -0
- unifieddatalibrary/types/onorbitthrusterstatus_queryhelp_response.py +63 -0
- unifieddatalibrary/types/operatingunit_queryhelp_response.py +63 -0
- unifieddatalibrary/types/operatingunitremark_queryhelp_response.py +63 -0
- unifieddatalibrary/types/orbitdetermination/history_list_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_create_bulk_params.py +3 -1
- unifieddatalibrary/types/orbitdetermination_create_params.py +3 -1
- unifieddatalibrary/types/orbitdetermination_get_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_list_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_queryhelp_response.py +63 -0
- unifieddatalibrary/types/orbitdetermination_tuple_response.py +3 -1
- unifieddatalibrary/types/orbitdetermination_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/orbittrack_queryhelp_response.py +63 -0
- unifieddatalibrary/types/organization_queryhelp_response.py +63 -0
- unifieddatalibrary/types/personnelrecovery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/poi_queryhelp_response.py +63 -0
- unifieddatalibrary/types/port_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_band_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_band_type_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_emitter_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/rf_emitter_queryhelp_response.py +63 -0
- unifieddatalibrary/types/route_stat_query_help_response.py +63 -0
- unifieddatalibrary/types/sar_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sc_file_upload_params.py +6 -0
- unifieddatalibrary/types/scientific_queryhelp_response.py +63 -0
- unifieddatalibrary/types/scs/folder_create_params.py +3 -0
- unifieddatalibrary/types/scs/folder_update_params.py +2 -0
- unifieddatalibrary/types/scs/path_create_params.py +6 -0
- unifieddatalibrary/types/scs/scs_entity.py +2 -0
- unifieddatalibrary/types/scs/v2_file_upload_params.py +6 -0
- unifieddatalibrary/types/scs/v2_folder_create_params.py +5 -0
- unifieddatalibrary/types/scs/v2_update_params.py +5 -0
- unifieddatalibrary/types/sensor/__init__.py +1 -0
- unifieddatalibrary/types/sensor/calibration/history_query_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_create_bulk_params.py +64 -53
- unifieddatalibrary/types/sensor/calibration_create_params.py +64 -53
- unifieddatalibrary/types/sensor/calibration_query_help_response.py +63 -0
- unifieddatalibrary/types/sensor/calibration_query_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_retrieve_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_tuple_response.py +64 -53
- unifieddatalibrary/types/sensor/calibration_unvalidated_publish_params.py +64 -53
- unifieddatalibrary/types/sensor_create_params.py +349 -4
- unifieddatalibrary/types/sensor_get_response.py +362 -5
- unifieddatalibrary/types/sensor_list_response.py +362 -5
- unifieddatalibrary/types/sensor_maintenance_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_observation_type_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_plan/history_retrieve_response.py +3 -1
- unifieddatalibrary/types/sensor_plan_create_params.py +3 -1
- unifieddatalibrary/types/sensor_plan_get_response.py +3 -1
- unifieddatalibrary/types/sensor_plan_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_plan_tuple_response.py +3 -1
- unifieddatalibrary/types/sensor_plan_unvalidated_publish_params.py +3 -1
- unifieddatalibrary/types/sensor_plan_update_params.py +3 -1
- unifieddatalibrary/types/sensor_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_tuple_response.py +362 -5
- unifieddatalibrary/types/sensor_type_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sensor_update_params.py +349 -4
- unifieddatalibrary/types/sera_data_comm_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sera_data_early_warning_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sera_data_navigation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_optical_payload_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_radar_payload_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_sigint_payload_queryhelp_response.py +63 -0
- unifieddatalibrary/types/seradata_spacecraft_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sgi_queryhelp_response.py +63 -0
- unifieddatalibrary/types/shared/collect_request_full.py +3 -1
- unifieddatalibrary/types/shared/file_data.py +2 -0
- unifieddatalibrary/types/shared/onorbit_full.py +13 -2
- unifieddatalibrary/types/shared_params/file_data.py +2 -0
- unifieddatalibrary/types/sigact_queryhelp_response.py +63 -0
- unifieddatalibrary/types/site/__init__.py +1 -0
- unifieddatalibrary/types/site/operation_query_help_response.py +63 -0
- unifieddatalibrary/types/site_queryhelp_response.py +63 -0
- unifieddatalibrary/types/site_remark_queryhelp_response.py +63 -0
- unifieddatalibrary/types/site_status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sky_imagery_queryhelp_response.py +63 -0
- unifieddatalibrary/types/soi_observation_set_queryhelp_response.py +63 -0
- unifieddatalibrary/types/solar_array_queryhelp_response.py +63 -0
- unifieddatalibrary/types/sortie_ppr_queryhelp_response.py +63 -0
- unifieddatalibrary/types/space_env_observation_queryhelp_response.py +63 -0
- unifieddatalibrary/types/stage_queryhelp_response.py +63 -0
- unifieddatalibrary/types/star_catalog_queryhelp_response.py +63 -0
- unifieddatalibrary/types/state_vector_abridged.py +3 -1
- unifieddatalibrary/types/state_vector_create_params.py +3 -1
- unifieddatalibrary/types/state_vector_full.py +3 -1
- unifieddatalibrary/types/state_vector_ingest_param.py +3 -1
- unifieddatalibrary/types/state_vector_queryhelp_response.py +63 -0
- unifieddatalibrary/types/status_queryhelp_response.py +63 -0
- unifieddatalibrary/types/substatus_queryhelp_response.py +63 -0
- unifieddatalibrary/types/supporting_data/__init__.py +1 -0
- unifieddatalibrary/types/supporting_data/query_help_retrieve_response.py +63 -0
- unifieddatalibrary/types/surface_obstruction_queryhelp_response.py +63 -0
- unifieddatalibrary/types/surface_queryhelp_response.py +63 -0
- unifieddatalibrary/types/swir_queryhelp_response.py +63 -0
- unifieddatalibrary/types/tai_utc_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track/track_full.py +26 -0
- unifieddatalibrary/types/track_create_bulk_params.py +26 -0
- unifieddatalibrary/types/track_detail_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track_list_response.py +26 -0
- unifieddatalibrary/types/track_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track_route_queryhelp_response.py +63 -0
- unifieddatalibrary/types/track_unvalidated_publish_params.py +26 -0
- unifieddatalibrary/types/transponder_queryhelp_response.py +63 -0
- unifieddatalibrary/types/vessel_queryhelp_response.py +63 -0
- unifieddatalibrary/types/video_queryhelp_response.py +63 -0
- unifieddatalibrary/types/weather_data_queryhelp_response.py +63 -0
- unifieddatalibrary/types/weather_report_queryhelp_response.py +63 -0
- {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a9.dist-info → udl_sdk-0.1.0a11.dist-info}/licenses/LICENSE +0 -0
@@ -325,6 +325,7 @@ from .vessel_update_params import VesselUpdateParams as VesselUpdateParams
|
|
325
325
|
from .video_count_response import VideoCountResponse as VideoCountResponse
|
326
326
|
from .video_tuple_response import VideoTupleResponse as VideoTupleResponse
|
327
327
|
from .ai_create_bulk_params import AICreateBulkParams as AICreateBulkParams
|
328
|
+
from .ai_queryhelp_response import AIQueryhelpResponse as AIQueryhelpResponse
|
328
329
|
from .air_event_list_params import AirEventListParams as AirEventListParams
|
329
330
|
from .aircraft_count_params import AircraftCountParams as AircraftCountParams
|
330
331
|
from .airfield_count_params import AirfieldCountParams as AirfieldCountParams
|
@@ -357,6 +358,7 @@ from .h3_geo_count_response import H3GeoCountResponse as H3GeoCountResponse
|
|
357
358
|
from .h3_geo_tuple_response import H3GeoTupleResponse as H3GeoTupleResponse
|
358
359
|
from .hazard_count_response import HazardCountResponse as HazardCountResponse
|
359
360
|
from .hazard_tuple_response import HazardTupleResponse as HazardTupleResponse
|
361
|
+
from .ir_queryhelp_response import IrQueryhelpResponse as IrQueryhelpResponse
|
360
362
|
from .location_count_params import LocationCountParams as LocationCountParams
|
361
363
|
from .location_ingest_param import LocationIngestParam as LocationIngestParam
|
362
364
|
from .location_tuple_params import LocationTupleParams as LocationTupleParams
|
@@ -413,6 +415,7 @@ from .dropzone_create_params import DropzoneCreateParams as DropzoneCreateParams
|
|
413
415
|
from .dropzone_update_params import DropzoneUpdateParams as DropzoneUpdateParams
|
414
416
|
from .engine_retrieve_params import EngineRetrieveParams as EngineRetrieveParams
|
415
417
|
from .entity_retrieve_params import EntityRetrieveParams as EntityRetrieveParams
|
418
|
+
from .eop_queryhelp_response import EopQueryhelpResponse as EopQueryhelpResponse
|
416
419
|
from .ephemeris_count_params import EphemerisCountParams as EphemerisCountParams
|
417
420
|
from .ephemeris_set_abridged import EphemerisSetAbridged as EphemerisSetAbridged
|
418
421
|
from .ephemeris_tuple_params import EphemerisTupleParams as EphemerisTupleParams
|
@@ -433,12 +436,14 @@ from .manifold_create_params import ManifoldCreateParams as ManifoldCreateParams
|
|
433
436
|
from .manifold_list_response import ManifoldListResponse as ManifoldListResponse
|
434
437
|
from .manifold_update_params import ManifoldUpdateParams as ManifoldUpdateParams
|
435
438
|
from .mti_create_bulk_params import MtiCreateBulkParams as MtiCreateBulkParams
|
439
|
+
from .mti_queryhelp_response import MtiQueryhelpResponse as MtiQueryhelpResponse
|
436
440
|
from .navigation_list_params import NavigationListParams as NavigationListParams
|
437
441
|
from .onorbit_count_response import OnorbitCountResponse as OnorbitCountResponse
|
438
442
|
from .onorbit_tuple_response import OnorbitTupleResponse as OnorbitTupleResponse
|
439
443
|
from .onorbitlist_get_params import OnorbitlistGetParams as OnorbitlistGetParams
|
440
444
|
from .orbittrack_list_params import OrbittrackListParams as OrbittrackListParams
|
441
445
|
from .poi_create_bulk_params import PoiCreateBulkParams as PoiCreateBulkParams
|
446
|
+
from .poi_queryhelp_response import PoiQueryhelpResponse as PoiQueryhelpResponse
|
442
447
|
from .rf_band_count_response import RfBandCountResponse as RfBandCountResponse
|
443
448
|
from .rf_band_tuple_response import RfBandTupleResponse as RfBandTupleResponse
|
444
449
|
from .rf_emitter_list_params import RfEmitterListParams as RfEmitterListParams
|
@@ -446,6 +451,7 @@ from .scientific_list_params import ScientificListParams as ScientificListParams
|
|
446
451
|
from .sensor_plan_get_params import SensorPlanGetParams as SensorPlanGetParams
|
447
452
|
from .sensor_type_get_params import SensorTypeGetParams as SensorTypeGetParams
|
448
453
|
from .sgi_create_bulk_params import SgiCreateBulkParams as SgiCreateBulkParams
|
454
|
+
from .sgi_queryhelp_response import SgiQueryhelpResponse as SgiQueryhelpResponse
|
449
455
|
from .site_remark_get_params import SiteRemarkGetParams as SiteRemarkGetParams
|
450
456
|
from .site_status_get_params import SiteStatusGetParams as SiteStatusGetParams
|
451
457
|
from .sky_imagery_get_params import SkyImageryGetParams as SkyImageryGetParams
|
@@ -472,9 +478,12 @@ from .airfieldstatus_abridged import AirfieldstatusAbridged as AirfieldstatusAbr
|
|
472
478
|
from .antenna_retrieve_params import AntennaRetrieveParams as AntennaRetrieveParams
|
473
479
|
from .battery_retrieve_params import BatteryRetrieveParams as BatteryRetrieveParams
|
474
480
|
from .batterydetails_abridged import BatterydetailsAbridged as BatterydetailsAbridged
|
481
|
+
from .bus_query_help_response import BusQueryHelpResponse as BusQueryHelpResponse
|
475
482
|
from .channel_retrieve_params import ChannelRetrieveParams as ChannelRetrieveParams
|
483
|
+
from .comm_queryhelp_response import CommQueryhelpResponse as CommQueryhelpResponse
|
476
484
|
from .conjunction_list_params import ConjunctionListParams as ConjunctionListParams
|
477
485
|
from .country_retrieve_params import CountryRetrieveParams as CountryRetrieveParams
|
486
|
+
from .crew_queryhelp_response import CrewQueryhelpResponse as CrewQueryhelpResponse
|
478
487
|
from .dropzone_count_response import DropzoneCountResponse as DropzoneCountResponse
|
479
488
|
from .dropzone_query_response import DropzoneQueryResponse as DropzoneQueryResponse
|
480
489
|
from .dropzone_tuple_response import DropzoneTupleResponse as DropzoneTupleResponse
|
@@ -490,6 +499,7 @@ from .geo_status_tuple_params import GeoStatusTupleParams as GeoStatusTupleParam
|
|
490
499
|
from .gnss_rawif_count_params import GnssRawifCountParams as GnssRawifCountParams
|
491
500
|
from .gnss_rawif_get_response import GnssRawifGetResponse as GnssRawifGetResponse
|
492
501
|
from .gnss_rawif_tuple_params import GnssRawifTupleParams as GnssRawifTupleParams
|
502
|
+
from .item_queryhelp_response import ItemQueryhelpResponse as ItemQueryhelpResponse
|
493
503
|
from .launch_event_get_params import LaunchEventGetParams as LaunchEventGetParams
|
494
504
|
from .launch_site_list_params import LaunchSiteListParams as LaunchSiteListParams
|
495
505
|
from .link_status_list_params import LinkStatusListParams as LinkStatusListParams
|
@@ -509,6 +519,7 @@ from .orbittrack_count_params import OrbittrackCountParams as OrbittrackCountPar
|
|
509
519
|
from .orbittrack_tuple_params import OrbittrackTupleParams as OrbittrackTupleParams
|
510
520
|
from .organization_get_params import OrganizationGetParams as OrganizationGetParams
|
511
521
|
from .port_create_bulk_params import PortCreateBulkParams as PortCreateBulkParams
|
522
|
+
from .port_queryhelp_response import PortQueryhelpResponse as PortQueryhelpResponse
|
512
523
|
from .rf_band_type_get_params import RfBandTypeGetParams as RfBandTypeGetParams
|
513
524
|
from .rf_emitter_count_params import RfEmitterCountParams as RfEmitterCountParams
|
514
525
|
from .rf_emitter_get_response import RfEmitterGetResponse as RfEmitterGetResponse
|
@@ -523,6 +534,7 @@ from .scientific_get_response import ScientificGetResponse as ScientificGetRespo
|
|
523
534
|
from .scientific_tuple_params import ScientificTupleParams as ScientificTupleParams
|
524
535
|
from .sensor_plan_list_params import SensorPlanListParams as SensorPlanListParams
|
525
536
|
from .sensor_type_list_params import SensorTypeListParams as SensorTypeListParams
|
537
|
+
from .site_queryhelp_response import SiteQueryhelpResponse as SiteQueryhelpResponse
|
526
538
|
from .site_remark_list_params import SiteRemarkListParams as SiteRemarkListParams
|
527
539
|
from .site_status_list_params import SiteStatusListParams as SiteStatusListParams
|
528
540
|
from .sky_imagery_list_params import SkyImageryListParams as SkyImageryListParams
|
@@ -535,6 +547,7 @@ from .substatus_create_params import SubstatusCreateParams as SubstatusCreatePar
|
|
535
547
|
from .substatus_list_response import SubstatusListResponse as SubstatusListResponse
|
536
548
|
from .substatus_update_params import SubstatusUpdateParams as SubstatusUpdateParams
|
537
549
|
from .swir_create_bulk_params import SwirCreateBulkParams as SwirCreateBulkParams
|
550
|
+
from .swir_queryhelp_response import SwirQueryhelpResponse as SwirQueryhelpResponse
|
538
551
|
from .track_route_list_params import TrackRouteListParams as TrackRouteListParams
|
539
552
|
from .transponder_list_params import TransponderListParams as TransponderListParams
|
540
553
|
from .weather_data_get_params import WeatherDataGetParams as WeatherDataGetParams
|
@@ -544,15 +557,18 @@ from .aircraft_retrieve_params import AircraftRetrieveParams as AircraftRetrieve
|
|
544
557
|
from .airfield_retrieve_params import AirfieldRetrieveParams as AirfieldRetrieveParams
|
545
558
|
from .attitude_set_list_params import AttitudeSetListParams as AttitudeSetListParams
|
546
559
|
from .beam_contour_list_params import BeamContourListParams as BeamContourListParams
|
560
|
+
from .beam_query_help_response import BeamQueryHelpResponse as BeamQueryHelpResponse
|
547
561
|
from .collect_request_abridged import CollectRequestAbridged as CollectRequestAbridged
|
548
562
|
from .conjunction_count_params import ConjunctionCountParams as ConjunctionCountParams
|
549
563
|
from .conjunction_tuple_params import ConjunctionTupleParams as ConjunctionTupleParams
|
550
564
|
from .dropzone_retrieve_params import DropzoneRetrieveParams as DropzoneRetrieveParams
|
551
565
|
from .elset_create_bulk_params import ElsetCreateBulkParams as ElsetCreateBulkParams
|
566
|
+
from .elset_queryhelp_response import ElsetQueryhelpResponse as ElsetQueryhelpResponse
|
552
567
|
from .ephemeris_count_response import EphemerisCountResponse as EphemerisCountResponse
|
553
568
|
from .ephemeris_tuple_response import EphemerisTupleResponse as EphemerisTupleResponse
|
554
569
|
from .equipment_count_response import EquipmentCountResponse as EquipmentCountResponse
|
555
570
|
from .equipment_tuple_response import EquipmentTupleResponse as EquipmentTupleResponse
|
571
|
+
from .evac_query_help_response import EvacQueryHelpResponse as EvacQueryHelpResponse
|
556
572
|
from .flightplan_create_params import FlightplanCreateParams as FlightplanCreateParams
|
557
573
|
from .flightplan_update_params import FlightplanUpdateParams as FlightplanUpdateParams
|
558
574
|
from .geo_status_create_params import GeoStatusCreateParams as GeoStatusCreateParams
|
@@ -610,17 +626,20 @@ from .solar_array_tuple_params import SolarArrayTupleParams as SolarArrayTuplePa
|
|
610
626
|
from .sortie_ppr_create_params import SortiePprCreateParams as SortiePprCreateParams
|
611
627
|
from .sortie_ppr_list_response import SortiePprListResponse as SortiePprListResponse
|
612
628
|
from .sortie_ppr_update_params import SortiePprUpdateParams as SortiePprUpdateParams
|
629
|
+
from .stage_queryhelp_response import StageQueryhelpResponse as StageQueryhelpResponse
|
613
630
|
from .star_catalog_list_params import StarCatalogListParams as StarCatalogListParams
|
614
631
|
from .state_vector_list_params import StateVectorListParams as StateVectorListParams
|
615
632
|
from .substatus_count_response import SubstatusCountResponse as SubstatusCountResponse
|
616
633
|
from .substatus_tuple_response import SubstatusTupleResponse as SubstatusTupleResponse
|
617
634
|
from .track_create_bulk_params import TrackCreateBulkParams as TrackCreateBulkParams
|
618
635
|
from .track_detail_list_params import TrackDetailListParams as TrackDetailListParams
|
636
|
+
from .track_queryhelp_response import TrackQueryhelpResponse as TrackQueryhelpResponse
|
619
637
|
from .track_route_count_params import TrackRouteCountParams as TrackRouteCountParams
|
620
638
|
from .track_route_tuple_params import TrackRouteTupleParams as TrackRouteTupleParams
|
621
639
|
from .transponder_count_params import TransponderCountParams as TransponderCountParams
|
622
640
|
from .transponder_get_response import TransponderGetResponse as TransponderGetResponse
|
623
641
|
from .transponder_tuple_params import TransponderTupleParams as TransponderTupleParams
|
642
|
+
from .video_queryhelp_response import VideoQueryhelpResponse as VideoQueryhelpResponse
|
624
643
|
from .weather_data_list_params import WeatherDataListParams as WeatherDataListParams
|
625
644
|
from .ai_history_count_response import AIHistoryCountResponse as AIHistoryCountResponse
|
626
645
|
from .air_load_plan_list_params import AirLoadPlanListParams as AirLoadPlanListParams
|
@@ -636,6 +655,7 @@ from .beam_contour_tuple_params import BeamContourTupleParams as BeamContourTupl
|
|
636
655
|
from .collect_response_abridged import CollectResponseAbridged as CollectResponseAbridged
|
637
656
|
from .drift_history_list_params import DriftHistoryListParams as DriftHistoryListParams
|
638
657
|
from .engine_detail_list_params import EngineDetailListParams as EngineDetailListParams
|
658
|
+
from .engine_queryhelp_response import EngineQueryhelpResponse as EngineQueryhelpResponse
|
639
659
|
from .ephemeris_set_list_params import EphemerisSetListParams as EphemerisSetListParams
|
640
660
|
from .equipment_remark_abridged import EquipmentRemarkAbridged as EquipmentRemarkAbridged
|
641
661
|
from .equipment_retrieve_params import EquipmentRetrieveParams as EquipmentRetrieveParams
|
@@ -646,7 +666,9 @@ from .geo_status_tuple_response import GeoStatusTupleResponse as GeoStatusTupleR
|
|
646
666
|
from .gnss_rawif_count_response import GnssRawifCountResponse as GnssRawifCountResponse
|
647
667
|
from .gnss_rawif_tuple_response import GnssRawifTupleResponse as GnssRawifTupleResponse
|
648
668
|
from .ground_imagery_get_params import GroundImageryGetParams as GroundImageryGetParams
|
669
|
+
from .h3_geo_queryhelp_response import H3GeoQueryhelpResponse as H3GeoQueryhelpResponse
|
649
670
|
from .hazard_create_bulk_params import HazardCreateBulkParams as HazardCreateBulkParams
|
671
|
+
from .hazard_queryhelp_response import HazardQueryhelpResponse as HazardQueryhelpResponse
|
650
672
|
from .item_tracking_list_params import ItemTrackingListParams as ItemTrackingListParams
|
651
673
|
from .launch_event_count_params import LaunchEventCountParams as LaunchEventCountParams
|
652
674
|
from .launch_event_get_response import LaunchEventGetResponse as LaunchEventGetResponse
|
@@ -692,8 +714,10 @@ from .scientific_tuple_response import ScientificTupleResponse as ScientificTupl
|
|
692
714
|
from .sensor_plan_create_params import SensorPlanCreateParams as SensorPlanCreateParams
|
693
715
|
from .sensor_plan_list_response import SensorPlanListResponse as SensorPlanListResponse
|
694
716
|
from .sensor_plan_update_params import SensorPlanUpdateParams as SensorPlanUpdateParams
|
717
|
+
from .sensor_queryhelp_response import SensorQueryhelpResponse as SensorQueryhelpResponse
|
695
718
|
from .sensor_type_list_response import SensorTypeListResponse as SensorTypeListResponse
|
696
719
|
from .sigact_create_bulk_params import SigactCreateBulkParams as SigactCreateBulkParams
|
720
|
+
from .sigact_queryhelp_response import SigactQueryhelpResponse as SigactQueryhelpResponse
|
697
721
|
from .site_remark_create_params import SiteRemarkCreateParams as SiteRemarkCreateParams
|
698
722
|
from .site_remark_list_response import SiteRemarkListResponse as SiteRemarkListResponse
|
699
723
|
from .site_status_create_params import SiteStatusCreateParams as SiteStatusCreateParams
|
@@ -711,6 +735,7 @@ from .star_catalog_tuple_params import StarCatalogTupleParams as StarCatalogTupl
|
|
711
735
|
from .state_vector_count_params import StateVectorCountParams as StateVectorCountParams
|
712
736
|
from .state_vector_ingest_param import StateVectorIngestParam as StateVectorIngestParam
|
713
737
|
from .state_vector_tuple_params import StateVectorTupleParams as StateVectorTupleParams
|
738
|
+
from .status_queryhelp_response import StatusQueryhelpResponse as StatusQueryhelpResponse
|
714
739
|
from .track_detail_count_params import TrackDetailCountParams as TrackDetailCountParams
|
715
740
|
from .track_detail_tuple_params import TrackDetailTupleParams as TrackDetailTupleParams
|
716
741
|
from .track_route_create_params import TrackRouteCreateParams as TrackRouteCreateParams
|
@@ -720,6 +745,7 @@ from .transponder_create_params import TransponderCreateParams as TransponderCre
|
|
720
745
|
from .transponder_list_response import TransponderListResponse as TransponderListResponse
|
721
746
|
from .transponder_update_params import TransponderUpdateParams as TransponderUpdateParams
|
722
747
|
from .vessel_create_bulk_params import VesselCreateBulkParams as VesselCreateBulkParams
|
748
|
+
from .vessel_queryhelp_response import VesselQueryhelpResponse as VesselQueryhelpResponse
|
723
749
|
from .weather_data_count_params import WeatherDataCountParams as WeatherDataCountParams
|
724
750
|
from .weather_data_tuple_params import WeatherDataTupleParams as WeatherDataTupleParams
|
725
751
|
from .weather_report_get_params import WeatherReportGetParams as WeatherReportGetParams
|
@@ -728,16 +754,21 @@ from .air_load_plan_tuple_params import AirLoadPlanTupleParams as AirLoadPlanTup
|
|
728
754
|
from .airfield_slot_count_params import AirfieldSlotCountParams as AirfieldSlotCountParams
|
729
755
|
from .airfield_slot_tuple_params import AirfieldSlotTupleParams as AirfieldSlotTupleParams
|
730
756
|
from .airload_plan_update_params import AirloadPlanUpdateParams as AirloadPlanUpdateParams
|
757
|
+
from .antenna_queryhelp_response import AntennaQueryhelpResponse as AntennaQueryhelpResponse
|
731
758
|
from .attitude_data_tuple_params import AttitudeDataTupleParams as AttitudeDataTupleParams
|
732
759
|
from .attitude_set_create_params import AttitudeSetCreateParams as AttitudeSetCreateParams
|
760
|
+
from .battery_queryhelp_response import BatteryQueryhelpResponse as BatteryQueryhelpResponse
|
733
761
|
from .beam_contour_create_params import BeamContourCreateParams as BeamContourCreateParams
|
734
762
|
from .beam_contour_update_params import BeamContourUpdateParams as BeamContourUpdateParams
|
763
|
+
from .channel_queryhelp_response import ChannelQueryhelpResponse as ChannelQueryhelpResponse
|
735
764
|
from .conjunction_count_response import ConjunctionCountResponse as ConjunctionCountResponse
|
736
765
|
from .conjunction_tuple_response import ConjunctionTupleResponse as ConjunctionTupleResponse
|
766
|
+
from .country_queryhelp_response import CountryQueryhelpResponse as CountryQueryhelpResponse
|
737
767
|
from .drift_history_count_params import DriftHistoryCountParams as DriftHistoryCountParams
|
738
768
|
from .drift_history_tuple_params import DriftHistoryTupleParams as DriftHistoryTupleParams
|
739
769
|
from .dropzone_retrieve_response import DropzoneRetrieveResponse as DropzoneRetrieveResponse
|
740
770
|
from .effect_request_list_params import EffectRequestListParams as EffectRequestListParams
|
771
|
+
from .entity_query_help_response import EntityQueryHelpResponse as EntityQueryHelpResponse
|
741
772
|
from .ephemeris_set_count_params import EphemerisSetCountParams as EphemerisSetCountParams
|
742
773
|
from .ephemeris_set_tuple_params import EphemerisSetTupleParams as EphemerisSetTupleParams
|
743
774
|
from .flightplan_retrieve_params import FlightplanRetrieveParams as FlightplanRetrieveParams
|
@@ -761,6 +792,7 @@ from .missile_track_count_params import MissileTrackCountParams as MissileTrackC
|
|
761
792
|
from .missile_track_tuple_params import MissileTrackTupleParams as MissileTrackTupleParams
|
762
793
|
from .notification_create_params import NotificationCreateParams as NotificationCreateParams
|
763
794
|
from .notification_list_response import NotificationListResponse as NotificationListResponse
|
795
|
+
from .onorbit_queryhelp_response import OnorbitQueryhelpResponse as OnorbitQueryhelpResponse
|
764
796
|
from .onorbitantenna_list_params import OnorbitantennaListParams as OnorbitantennaListParams
|
765
797
|
from .onorbitbattery_list_params import OnorbitbatteryListParams as OnorbitbatteryListParams
|
766
798
|
from .onorbitdetail_get_response import OnorbitdetailGetResponse as OnorbitdetailGetResponse
|
@@ -776,6 +808,7 @@ from .operatingunit_tuple_params import OperatingunitTupleParams as Operatinguni
|
|
776
808
|
from .organization_create_params import OrganizationCreateParams as OrganizationCreateParams
|
777
809
|
from .organization_list_response import OrganizationListResponse as OrganizationListResponse
|
778
810
|
from .organization_update_params import OrganizationUpdateParams as OrganizationUpdateParams
|
811
|
+
from .rf_band_queryhelp_response import RfBandQueryhelpResponse as RfBandQueryhelpResponse
|
779
812
|
from .rf_band_type_create_params import RfBandTypeCreateParams as RfBandTypeCreateParams
|
780
813
|
from .rf_band_type_list_response import RfBandTypeListResponse as RfBandTypeListResponse
|
781
814
|
from .rf_band_type_update_params import RfBandTypeUpdateParams as RfBandTypeUpdateParams
|
@@ -795,6 +828,8 @@ from .star_catalog_create_params import StarCatalogCreateParams as StarCatalogCr
|
|
795
828
|
from .star_catalog_list_response import StarCatalogListResponse as StarCatalogListResponse
|
796
829
|
from .star_catalog_update_params import StarCatalogUpdateParams as StarCatalogUpdateParams
|
797
830
|
from .state_vector_create_params import StateVectorCreateParams as StateVectorCreateParams
|
831
|
+
from .surface_queryhelp_response import SurfaceQueryhelpResponse as SurfaceQueryhelpResponse
|
832
|
+
from .tai_utc_queryhelp_response import TaiUtcQueryhelpResponse as TaiUtcQueryhelpResponse
|
798
833
|
from .track_detail_list_response import TrackDetailListResponse as TrackDetailListResponse
|
799
834
|
from .track_route_count_response import TrackRouteCountResponse as TrackRouteCountResponse
|
800
835
|
from .track_route_tuple_response import TrackRouteTupleResponse as TrackRouteTupleResponse
|
@@ -804,9 +839,11 @@ from .weather_data_create_params import WeatherDataCreateParams as WeatherDataCr
|
|
804
839
|
from .weather_data_list_response import WeatherDataListResponse as WeatherDataListResponse
|
805
840
|
from .weather_report_list_params import WeatherReportListParams as WeatherReportListParams
|
806
841
|
from .air_load_plan_create_params import AirLoadPlanCreateParams as AirLoadPlanCreateParams
|
842
|
+
from .aircraft_queryhelp_response import AircraftQueryhelpResponse as AircraftQueryhelpResponse
|
807
843
|
from .aircraft_sorty_tuple_params import AircraftSortyTupleParams as AircraftSortyTupleParams
|
808
844
|
from .aircraft_status_list_params import AircraftStatusListParams as AircraftStatusListParams
|
809
845
|
from .aircraft_tuple_query_params import AircraftTupleQueryParams as AircraftTupleQueryParams
|
846
|
+
from .airfield_queryhelp_response import AirfieldQueryhelpResponse as AirfieldQueryhelpResponse
|
810
847
|
from .airfield_slot_create_params import AirfieldSlotCreateParams as AirfieldSlotCreateParams
|
811
848
|
from .airfield_slot_update_params import AirfieldSlotUpdateParams as AirfieldSlotUpdateParams
|
812
849
|
from .airfield_status_list_params import AirfieldStatusListParams as AirfieldStatusListParams
|
@@ -842,8 +879,11 @@ from .launch_event_tuple_response import LaunchEventTupleResponse as LaunchEvent
|
|
842
879
|
from .launch_vehicle_count_params import LaunchVehicleCountParams as LaunchVehicleCountParams
|
843
880
|
from .launch_vehicle_get_response import LaunchVehicleGetResponse as LaunchVehicleGetResponse
|
844
881
|
from .launch_vehicle_tuple_params import LaunchVehicleTupleParams as LaunchVehicleTupleParams
|
882
|
+
from .location_queryhelp_response import LocationQueryhelpResponse as LocationQueryhelpResponse
|
845
883
|
from .maneuver_create_bulk_params import ManeuverCreateBulkParams as ManeuverCreateBulkParams
|
884
|
+
from .maneuver_queryhelp_response import ManeuverQueryhelpResponse as ManeuverQueryhelpResponse
|
846
885
|
from .manifold_create_bulk_params import ManifoldCreateBulkParams as ManifoldCreateBulkParams
|
886
|
+
from .manifold_queryhelp_response import ManifoldQueryhelpResponse as ManifoldQueryhelpResponse
|
847
887
|
from .manifoldelset_create_params import ManifoldelsetCreateParams as ManifoldelsetCreateParams
|
848
888
|
from .manifoldelset_list_response import ManifoldelsetListResponse as ManifoldelsetListResponse
|
849
889
|
from .manifoldelset_update_params import ManifoldelsetUpdateParams as ManifoldelsetUpdateParams
|
@@ -878,6 +918,7 @@ from .weather_data_tuple_response import WeatherDataTupleResponse as WeatherData
|
|
878
918
|
from .weather_report_count_params import WeatherReportCountParams as WeatherReportCountParams
|
879
919
|
from .weather_report_tuple_params import WeatherReportTupleParams as WeatherReportTupleParams
|
880
920
|
from .air_event_create_bulk_params import AirEventCreateBulkParams as AirEventCreateBulkParams
|
921
|
+
from .air_event_queryhelp_response import AirEventQueryhelpResponse as AirEventQueryhelpResponse
|
881
922
|
from .air_load_plan_count_response import AirLoadPlanCountResponse as AirLoadPlanCountResponse
|
882
923
|
from .air_load_plan_tuple_response import AirLoadPlanTupleResponse as AirLoadPlanTupleResponse
|
883
924
|
from .aircraft_sorty_update_params import AircraftSortyUpdateParams as AircraftSortyUpdateParams
|
@@ -897,11 +938,13 @@ from .collect_response_list_params import CollectResponseListParams as CollectRe
|
|
897
938
|
from .diff_of_arrival_tuple_params import DiffOfArrivalTupleParams as DiffOfArrivalTupleParams
|
898
939
|
from .drift_history_count_response import DriftHistoryCountResponse as DriftHistoryCountResponse
|
899
940
|
from .drift_history_tuple_response import DriftHistoryTupleResponse as DriftHistoryTupleResponse
|
941
|
+
from .dropzone_query_help_response import DropzoneQueryHelpResponse as DropzoneQueryHelpResponse
|
900
942
|
from .effect_request_create_params import EffectRequestCreateParams as EffectRequestCreateParams
|
901
943
|
from .effect_request_list_response import EffectRequestListResponse as EffectRequestListResponse
|
902
944
|
from .effect_response_count_params import EffectResponseCountParams as EffectResponseCountParams
|
903
945
|
from .effect_response_tuple_params import EffectResponseTupleParams as EffectResponseTupleParams
|
904
946
|
from .ephemeris_file_upload_params import EphemerisFileUploadParams as EphemerisFileUploadParams
|
947
|
+
from .ephemeris_queryhelp_response import EphemerisQueryhelpResponse as EphemerisQueryhelpResponse
|
905
948
|
from .ephemeris_set_count_response import EphemerisSetCountResponse as EphemerisSetCountResponse
|
906
949
|
from .ephemeris_set_tuple_response import EphemerisSetTupleResponse as EphemerisSetTupleResponse
|
907
950
|
from .equipment_create_bulk_params import EquipmentCreateBulkParams as EquipmentCreateBulkParams
|
@@ -943,6 +986,7 @@ from .route_stat_retrieve_response import RouteStatRetrieveResponse as RouteStat
|
|
943
986
|
from .sar_observation_count_params import SarObservationCountParams as SarObservationCountParams
|
944
987
|
from .sar_observation_get_response import SarObservationGetResponse as SarObservationGetResponse
|
945
988
|
from .sar_observation_tuple_params import SarObservationTupleParams as SarObservationTupleParams
|
989
|
+
from .substatus_queryhelp_response import SubstatusQueryhelpResponse as SubstatusQueryhelpResponse
|
946
990
|
from .video_get_stream_file_params import VideoGetStreamFileParams as VideoGetStreamFileParams
|
947
991
|
from .weather_report_create_params import WeatherReportCreateParams as WeatherReportCreateParams
|
948
992
|
from .weather_report_list_response import WeatherReportListResponse as WeatherReportListResponse
|
@@ -970,11 +1014,15 @@ from .effect_response_list_response import EffectResponseListResponse as EffectR
|
|
970
1014
|
from .engine_detail_retrieve_params import EngineDetailRetrieveParams as EngineDetailRetrieveParams
|
971
1015
|
from .entity_get_all_types_response import EntityGetAllTypesResponse as EntityGetAllTypesResponse
|
972
1016
|
from .ephemeris_set_retrieve_params import EphemerisSetRetrieveParams as EphemerisSetRetrieveParams
|
1017
|
+
from .equipment_query_help_response import EquipmentQueryHelpResponse as EquipmentQueryHelpResponse
|
973
1018
|
from .equipment_remark_count_params import EquipmentRemarkCountParams as EquipmentRemarkCountParams
|
974
1019
|
from .equipment_remark_tuple_params import EquipmentRemarkTupleParams as EquipmentRemarkTupleParams
|
975
1020
|
from .event_evolution_create_params import EventEvolutionCreateParams as EventEvolutionCreateParams
|
976
1021
|
from .event_evolution_list_response import EventEvolutionListResponse as EventEvolutionListResponse
|
1022
|
+
from .flightplan_queryhelp_response import FlightplanQueryhelpResponse as FlightplanQueryhelpResponse
|
977
1023
|
from .geo_status_create_bulk_params import GeoStatusCreateBulkParams as GeoStatusCreateBulkParams
|
1024
|
+
from .geo_status_queryhelp_response import GeoStatusQueryhelpResponse as GeoStatusQueryhelpResponse
|
1025
|
+
from .gnss_rawif_queryhelp_response import GnssRawifQueryhelpResponse as GnssRawifQueryhelpResponse
|
978
1026
|
from .ground_imagery_count_response import GroundImageryCountResponse as GroundImageryCountResponse
|
979
1027
|
from .ground_imagery_tuple_response import GroundImageryTupleResponse as GroundImageryTupleResponse
|
980
1028
|
from .h3_geo_hex_cell_list_response import H3GeoHexCellListResponse as H3GeoHexCellListResponse
|
@@ -990,6 +1038,7 @@ from .launch_vehicle_count_response import LaunchVehicleCountResponse as LaunchV
|
|
990
1038
|
from .launch_vehicle_tuple_response import LaunchVehicleTupleResponse as LaunchVehicleTupleResponse
|
991
1039
|
from .logistics_support_list_params import LogisticsSupportListParams as LogisticsSupportListParams
|
992
1040
|
from .mission_assignment_get_params import MissionAssignmentGetParams as MissionAssignmentGetParams
|
1041
|
+
from .navigation_queryhelp_response import NavigationQueryhelpResponse as NavigationQueryhelpResponse
|
993
1042
|
from .object_of_interest_get_params import ObjectOfInterestGetParams as ObjectOfInterestGetParams
|
994
1043
|
from .onboardnavigation_list_params import OnboardnavigationListParams as OnboardnavigationListParams
|
995
1044
|
from .onorbitsolararray_list_params import OnorbitsolararrayListParams as OnorbitsolararrayListParams
|
@@ -998,16 +1047,20 @@ from .onorbitthruster_list_response import OnorbitthrusterListResponse as Onorbi
|
|
998
1047
|
from .onorbitthruster_update_params import OnorbitthrusterUpdateParams as OnorbitthrusterUpdateParams
|
999
1048
|
from .orbitdetermination_get_params import OrbitdeterminationGetParams as OrbitdeterminationGetParams
|
1000
1049
|
from .orbittrack_create_bulk_params import OrbittrackCreateBulkParams as OrbittrackCreateBulkParams
|
1050
|
+
from .orbittrack_queryhelp_response import OrbittrackQueryhelpResponse as OrbittrackQueryhelpResponse
|
1001
1051
|
from .organizationdetail_get_params import OrganizationdetailGetParams as OrganizationdetailGetParams
|
1002
1052
|
from .personnelrecovery_list_params import PersonnelrecoveryListParams as PersonnelrecoveryListParams
|
1003
1053
|
from .rf_emitter_detail_list_params import RfEmitterDetailListParams as RfEmitterDetailListParams
|
1054
|
+
from .rf_emitter_queryhelp_response import RfEmitterQueryhelpResponse as RfEmitterQueryhelpResponse
|
1004
1055
|
from .route_stat_create_bulk_params import RouteStatCreateBulkParams as RouteStatCreateBulkParams
|
1005
1056
|
from .sar_observation_create_params import SarObservationCreateParams as SarObservationCreateParams
|
1006
1057
|
from .sar_observation_list_response import SarObservationListResponse as SarObservationListResponse
|
1058
|
+
from .scientific_queryhelp_response import ScientificQueryhelpResponse as ScientificQueryhelpResponse
|
1007
1059
|
from .sensor_maintenance_get_params import SensorMaintenanceGetParams as SensorMaintenanceGetParams
|
1008
1060
|
from .sky_imagery_upload_zip_params import SkyImageryUploadZipParams as SkyImageryUploadZipParams
|
1009
1061
|
from .solar_array_detail_get_params import SolarArrayDetailGetParams as SolarArrayDetailGetParams
|
1010
1062
|
from .sortie_ppr_create_bulk_params import SortiePprCreateBulkParams as SortiePprCreateBulkParams
|
1063
|
+
from .sortie_ppr_queryhelp_response import SortiePprQueryhelpResponse as SortiePprQueryhelpResponse
|
1011
1064
|
from .weather_report_count_response import WeatherReportCountResponse as WeatherReportCountResponse
|
1012
1065
|
from .weather_report_tuple_response import WeatherReportTupleResponse as WeatherReportTupleResponse
|
1013
1066
|
from .air_transport_mission_abridged import AirTransportMissionAbridged as AirTransportMissionAbridged
|
@@ -1021,6 +1074,7 @@ from .collect_request_tuple_response import CollectRequestTupleResponse as Colle
|
|
1021
1074
|
from .collect_response_create_params import CollectResponseCreateParams as CollectResponseCreateParams
|
1022
1075
|
from .conjunction_create_bulk_params import ConjunctionCreateBulkParams as ConjunctionCreateBulkParams
|
1023
1076
|
from .conjunction_get_history_params import ConjunctionGetHistoryParams as ConjunctionGetHistoryParams
|
1077
|
+
from .conjunction_queryhelp_response import ConjunctionQueryhelpResponse as ConjunctionQueryhelpResponse
|
1024
1078
|
from .diff_of_arrival_tuple_response import DiffOfArrivalTupleResponse as DiffOfArrivalTupleResponse
|
1025
1079
|
from .effect_request_retrieve_params import EffectRequestRetrieveParams as EffectRequestRetrieveParams
|
1026
1080
|
from .effect_response_count_response import EffectResponseCountResponse as EffectResponseCountResponse
|
@@ -1036,6 +1090,8 @@ from .launch_detection_create_params import LaunchDetectionCreateParams as Launc
|
|
1036
1090
|
from .launch_detection_list_response import LaunchDetectionListResponse as LaunchDetectionListResponse
|
1037
1091
|
from .launch_detection_update_params import LaunchDetectionUpdateParams as LaunchDetectionUpdateParams
|
1038
1092
|
from .launch_site_detail_list_params import LaunchSiteDetailListParams as LaunchSiteDetailListParams
|
1093
|
+
from .launch_site_queryhelp_response import LaunchSiteQueryhelpResponse as LaunchSiteQueryhelpResponse
|
1094
|
+
from .link_status_queryhelp_response import LinkStatusQueryhelpResponse as LinkStatusQueryhelpResponse
|
1039
1095
|
from .logistics_support_count_params import LogisticsSupportCountParams as LogisticsSupportCountParams
|
1040
1096
|
from .logistics_support_get_response import LogisticsSupportGetResponse as LogisticsSupportGetResponse
|
1041
1097
|
from .logistics_support_tuple_params import LogisticsSupportTupleParams as LogisticsSupportTupleParams
|
@@ -1046,6 +1102,7 @@ from .object_of_interest_list_params import ObjectOfInterestListParams as Object
|
|
1046
1102
|
from .onboardnavigation_count_params import OnboardnavigationCountParams as OnboardnavigationCountParams
|
1047
1103
|
from .onboardnavigation_tuple_params import OnboardnavigationTupleParams as OnboardnavigationTupleParams
|
1048
1104
|
from .onorbit_get_signature_response import OnorbitGetSignatureResponse as OnorbitGetSignatureResponse
|
1105
|
+
from .onorbitlist_queryhelp_response import OnorbitlistQueryhelpResponse as OnorbitlistQueryhelpResponse
|
1049
1106
|
from .onorbitsolararray_get_response import OnorbitsolararrayGetResponse as OnorbitsolararrayGetResponse
|
1050
1107
|
from .operatingunitremark_get_params import OperatingunitremarkGetParams as OperatingunitremarkGetParams
|
1051
1108
|
from .orbitdetermination_list_params import OrbitdeterminationListParams as OrbitdeterminationListParams
|
@@ -1056,16 +1113,25 @@ from .poi_unvalidated_publish_params import PoiUnvalidatedPublishParams as PoiUn
|
|
1056
1113
|
from .rf_emitter_detail_count_params import RfEmitterDetailCountParams as RfEmitterDetailCountParams
|
1057
1114
|
from .rf_emitter_detail_get_response import RfEmitterDetailGetResponse as RfEmitterDetailGetResponse
|
1058
1115
|
from .rf_emitter_detail_tuple_params import RfEmitterDetailTupleParams as RfEmitterDetailTupleParams
|
1116
|
+
from .route_stat_query_help_response import RouteStatQueryHelpResponse as RouteStatQueryHelpResponse
|
1059
1117
|
from .sar_observation_count_response import SarObservationCountResponse as SarObservationCountResponse
|
1060
1118
|
from .sar_observation_tuple_response import SarObservationTupleResponse as SarObservationTupleResponse
|
1061
1119
|
from .sc_aggregate_doc_type_response import ScAggregateDocTypeResponse as ScAggregateDocTypeResponse
|
1062
1120
|
from .sensor_maintenance_list_params import SensorMaintenanceListParams as SensorMaintenanceListParams
|
1121
|
+
from .sensor_plan_queryhelp_response import SensorPlanQueryhelpResponse as SensorPlanQueryhelpResponse
|
1122
|
+
from .sensor_type_queryhelp_response import SensorTypeQueryhelpResponse as SensorTypeQueryhelpResponse
|
1063
1123
|
from .sgi_unvalidated_publish_params import SgiUnvalidatedPublishParams as SgiUnvalidatedPublishParams
|
1124
|
+
from .site_remark_queryhelp_response import SiteRemarkQueryhelpResponse as SiteRemarkQueryhelpResponse
|
1125
|
+
from .site_status_queryhelp_response import SiteStatusQueryhelpResponse as SiteStatusQueryhelpResponse
|
1126
|
+
from .sky_imagery_queryhelp_response import SkyImageryQueryhelpResponse as SkyImageryQueryhelpResponse
|
1064
1127
|
from .soi_observation_set_get_params import SoiObservationSetGetParams as SoiObservationSetGetParams
|
1065
1128
|
from .solar_array_detail_list_params import SolarArrayDetailListParams as SolarArrayDetailListParams
|
1129
|
+
from .solar_array_queryhelp_response import SolarArrayQueryhelpResponse as SolarArrayQueryhelpResponse
|
1066
1130
|
from .status_get_by_entity_id_params import StatusGetByEntityIDParams as StatusGetByEntityIDParams
|
1067
1131
|
from .surface_obstruction_get_params import SurfaceObstructionGetParams as SurfaceObstructionGetParams
|
1068
1132
|
from .track_route_create_bulk_params import TrackRouteCreateBulkParams as TrackRouteCreateBulkParams
|
1133
|
+
from .track_route_queryhelp_response import TrackRouteQueryhelpResponse as TrackRouteQueryhelpResponse
|
1134
|
+
from .transponder_queryhelp_response import TransponderQueryhelpResponse as TransponderQueryhelpResponse
|
1069
1135
|
from .video_get_stream_file_response import VideoGetStreamFileResponse as VideoGetStreamFileResponse
|
1070
1136
|
from .aircraft_status_retrieve_params import AircraftStatusRetrieveParams as AircraftStatusRetrieveParams
|
1071
1137
|
from .airfield_status_retrieve_params import AirfieldStatusRetrieveParams as AirfieldStatusRetrieveParams
|
@@ -1092,6 +1158,7 @@ from .item_unvalidated_publish_params import ItemUnvalidatedPublishParams as Ite
|
|
1092
1158
|
from .launch_detection_count_response import LaunchDetectionCountResponse as LaunchDetectionCountResponse
|
1093
1159
|
from .launch_detection_tuple_response import LaunchDetectionTupleResponse as LaunchDetectionTupleResponse
|
1094
1160
|
from .launch_event_create_bulk_params import LaunchEventCreateBulkParams as LaunchEventCreateBulkParams
|
1161
|
+
from .launch_event_queryhelp_response import LaunchEventQueryhelpResponse as LaunchEventQueryhelpResponse
|
1095
1162
|
from .launch_site_detail_get_response import LaunchSiteDetailGetResponse as LaunchSiteDetailGetResponse
|
1096
1163
|
from .logistics_support_create_params import LogisticsSupportCreateParams as LogisticsSupportCreateParams
|
1097
1164
|
from .logistics_support_list_response import LogisticsSupportListResponse as LogisticsSupportListResponse
|
@@ -1099,10 +1166,12 @@ from .logistics_support_update_params import LogisticsSupportUpdateParams as Log
|
|
1099
1166
|
from .mission_assignment_count_params import MissionAssignmentCountParams as MissionAssignmentCountParams
|
1100
1167
|
from .mission_assignment_get_response import MissionAssignmentGetResponse as MissionAssignmentGetResponse
|
1101
1168
|
from .mission_assignment_tuple_params import MissionAssignmentTupleParams as MissionAssignmentTupleParams
|
1169
|
+
from .notification_queryhelp_response import NotificationQueryhelpResponse as NotificationQueryhelpResponse
|
1102
1170
|
from .object_of_interest_count_params import ObjectOfInterestCountParams as ObjectOfInterestCountParams
|
1103
1171
|
from .object_of_interest_get_response import ObjectOfInterestGetResponse as ObjectOfInterestGetResponse
|
1104
1172
|
from .object_of_interest_tuple_params import ObjectOfInterestTupleParams as ObjectOfInterestTupleParams
|
1105
1173
|
from .onboardnavigation_list_response import OnboardnavigationListResponse as OnboardnavigationListResponse
|
1174
|
+
from .onorbitevent_queryhelp_response import OnorbiteventQueryhelpResponse as OnorbiteventQueryhelpResponse
|
1106
1175
|
from .onorbitsolararray_create_params import OnorbitsolararrayCreateParams as OnorbitsolararrayCreateParams
|
1107
1176
|
from .onorbitsolararray_list_response import OnorbitsolararrayListResponse as OnorbitsolararrayListResponse
|
1108
1177
|
from .onorbitsolararray_update_params import OnorbitsolararrayUpdateParams as OnorbitsolararrayUpdateParams
|
@@ -1110,8 +1179,10 @@ from .operatingunitremark_list_params import OperatingunitremarkListParams as Op
|
|
1110
1179
|
from .orbitdetermination_count_params import OrbitdeterminationCountParams as OrbitdeterminationCountParams
|
1111
1180
|
from .orbitdetermination_get_response import OrbitdeterminationGetResponse as OrbitdeterminationGetResponse
|
1112
1181
|
from .orbitdetermination_tuple_params import OrbitdeterminationTupleParams as OrbitdeterminationTupleParams
|
1182
|
+
from .organization_queryhelp_response import OrganizationQueryhelpResponse as OrganizationQueryhelpResponse
|
1113
1183
|
from .personnelrecovery_create_params import PersonnelrecoveryCreateParams as PersonnelrecoveryCreateParams
|
1114
1184
|
from .personnelrecovery_list_response import PersonnelrecoveryListResponse as PersonnelrecoveryListResponse
|
1185
|
+
from .rf_band_type_queryhelp_response import RfBandTypeQueryhelpResponse as RfBandTypeQueryhelpResponse
|
1115
1186
|
from .rf_emitter_detail_create_params import RfEmitterDetailCreateParams as RfEmitterDetailCreateParams
|
1116
1187
|
from .rf_emitter_detail_list_response import RfEmitterDetailListResponse as RfEmitterDetailListResponse
|
1117
1188
|
from .rf_emitter_detail_update_params import RfEmitterDetailUpdateParams as RfEmitterDetailUpdateParams
|
@@ -1121,26 +1192,37 @@ from .sensor_maintenance_tuple_params import SensorMaintenanceTupleParams as Sen
|
|
1121
1192
|
from .sera_data_navigation_get_params import SeraDataNavigationGetParams as SeraDataNavigationGetParams
|
1122
1193
|
from .soi_observation_set_list_params import SoiObservationSetListParams as SoiObservationSetListParams
|
1123
1194
|
from .star_catalog_create_bulk_params import StarCatalogCreateBulkParams as StarCatalogCreateBulkParams
|
1195
|
+
from .star_catalog_queryhelp_response import StarCatalogQueryhelpResponse as StarCatalogQueryhelpResponse
|
1124
1196
|
from .state_vector_create_bulk_params import StateVectorCreateBulkParams as StateVectorCreateBulkParams
|
1197
|
+
from .state_vector_queryhelp_response import StateVectorQueryhelpResponse as StateVectorQueryhelpResponse
|
1125
1198
|
from .surface_obstruction_list_params import SurfaceObstructionListParams as SurfaceObstructionListParams
|
1126
1199
|
from .track_detail_create_bulk_params import TrackDetailCreateBulkParams as TrackDetailCreateBulkParams
|
1200
|
+
from .track_detail_queryhelp_response import TrackDetailQueryhelpResponse as TrackDetailQueryhelpResponse
|
1127
1201
|
from .weather_data_create_bulk_params import WeatherDataCreateBulkParams as WeatherDataCreateBulkParams
|
1202
|
+
from .weather_data_queryhelp_response import WeatherDataQueryhelpResponse as WeatherDataQueryhelpResponse
|
1203
|
+
from .air_load_plan_queryhelp_response import AirLoadPlanQueryhelpResponse as AirLoadPlanQueryhelpResponse
|
1204
|
+
from .airfield_slot_queryhelp_response import AirfieldSlotQueryhelpResponse as AirfieldSlotQueryhelpResponse
|
1128
1205
|
from .airfieldslotconsumption_abridged import AirfieldslotconsumptionAbridged as AirfieldslotconsumptionAbridged
|
1129
1206
|
from .analytic_imagery_file_get_params import AnalyticImageryFileGetParams as AnalyticImageryFileGetParams
|
1130
1207
|
from .analytic_imagery_retrieve_params import AnalyticImageryRetrieveParams as AnalyticImageryRetrieveParams
|
1208
|
+
from .attitude_set_query_help_response import AttitudeSetQueryHelpResponse as AttitudeSetQueryHelpResponse
|
1209
|
+
from .beam_contour_query_help_response import BeamContourQueryHelpResponse as BeamContourQueryHelpResponse
|
1131
1210
|
from .collect_response_retrieve_params import CollectResponseRetrieveParams as CollectResponseRetrieveParams
|
1132
1211
|
from .conjunction_get_history_response import ConjunctionGetHistoryResponse as ConjunctionGetHistoryResponse
|
1133
1212
|
from .diplomatic_clearance_list_params import DiplomaticClearanceListParams as DiplomaticClearanceListParams
|
1213
|
+
from .drift_history_queryhelp_response import DriftHistoryQueryhelpResponse as DriftHistoryQueryhelpResponse
|
1134
1214
|
from .effect_request_retrieve_response import EffectRequestRetrieveResponse as EffectRequestRetrieveResponse
|
1135
1215
|
from .elset_unvalidated_publish_params import ElsetUnvalidatedPublishParams as ElsetUnvalidatedPublishParams
|
1136
1216
|
from .emitter_geolocation_count_params import EmitterGeolocationCountParams as EmitterGeolocationCountParams
|
1137
1217
|
from .emitter_geolocation_query_params import EmitterGeolocationQueryParams as EmitterGeolocationQueryParams
|
1138
1218
|
from .emitter_geolocation_tuple_params import EmitterGeolocationTupleParams as EmitterGeolocationTupleParams
|
1219
|
+
from .ephemeris_set_queryhelp_response import EphemerisSetQueryhelpResponse as EphemerisSetQueryhelpResponse
|
1139
1220
|
from .equipment_remark_retrieve_params import EquipmentRemarkRetrieveParams as EquipmentRemarkRetrieveParams
|
1140
1221
|
from .feature_assessment_create_params import FeatureAssessmentCreateParams as FeatureAssessmentCreateParams
|
1141
1222
|
from .gnss_observationset_count_params import GnssObservationsetCountParams as GnssObservationsetCountParams
|
1142
1223
|
from .gnss_observationset_tuple_params import GnssObservationsetTupleParams as GnssObservationsetTupleParams
|
1143
1224
|
from .ground_imagery_upload_zip_params import GroundImageryUploadZipParams as GroundImageryUploadZipParams
|
1225
|
+
from .item_tracking_queryhelp_response import ItemTrackingQueryhelpResponse as ItemTrackingQueryhelpResponse
|
1144
1226
|
from .launch_site_detail_create_params import LaunchSiteDetailCreateParams as LaunchSiteDetailCreateParams
|
1145
1227
|
from .launch_site_detail_list_response import LaunchSiteDetailListResponse as LaunchSiteDetailListResponse
|
1146
1228
|
from .launch_site_detail_update_params import LaunchSiteDetailUpdateParams as LaunchSiteDetailUpdateParams
|
@@ -1148,7 +1230,9 @@ from .launch_vehicle_detail_get_params import LaunchVehicleDetailGetParams as La
|
|
1148
1230
|
from .logistics_support_count_response import LogisticsSupportCountResponse as LogisticsSupportCountResponse
|
1149
1231
|
from .logistics_support_tuple_response import LogisticsSupportTupleResponse as LogisticsSupportTupleResponse
|
1150
1232
|
from .manifoldelset_create_bulk_params import ManifoldelsetCreateBulkParams as ManifoldelsetCreateBulkParams
|
1233
|
+
from .manifoldelset_queryhelp_response import ManifoldelsetQueryhelpResponse as ManifoldelsetQueryhelpResponse
|
1151
1234
|
from .missile_track_create_bulk_params import MissileTrackCreateBulkParams as MissileTrackCreateBulkParams
|
1235
|
+
from .missile_track_queryhelp_response import MissileTrackQueryhelpResponse as MissileTrackQueryhelpResponse
|
1152
1236
|
from .mission_assignment_create_params import MissionAssignmentCreateParams as MissionAssignmentCreateParams
|
1153
1237
|
from .mission_assignment_list_response import MissionAssignmentListResponse as MissionAssignmentListResponse
|
1154
1238
|
from .mission_assignment_update_params import MissionAssignmentUpdateParams as MissionAssignmentUpdateParams
|
@@ -1158,6 +1242,7 @@ from .object_of_interest_update_params import ObjectOfInterestUpdateParams as Ob
|
|
1158
1242
|
from .onboardnavigation_count_response import OnboardnavigationCountResponse as OnboardnavigationCountResponse
|
1159
1243
|
from .onboardnavigation_tuple_response import OnboardnavigationTupleResponse as OnboardnavigationTupleResponse
|
1160
1244
|
from .onorbitthrusterstatus_get_params import OnorbitthrusterstatusGetParams as OnorbitthrusterstatusGetParams
|
1245
|
+
from .operatingunit_queryhelp_response import OperatingunitQueryhelpResponse as OperatingunitQueryhelpResponse
|
1161
1246
|
from .operatingunitremark_count_params import OperatingunitremarkCountParams as OperatingunitremarkCountParams
|
1162
1247
|
from .operatingunitremark_get_response import OperatingunitremarkGetResponse as OperatingunitremarkGetResponse
|
1163
1248
|
from .operatingunitremark_tuple_params import OperatingunitremarkTupleParams as OperatingunitremarkTupleParams
|
@@ -1188,7 +1273,9 @@ from .surface_obstruction_get_response import SurfaceObstructionGetResponse as S
|
|
1188
1273
|
from .surface_obstruction_tuple_params import SurfaceObstructionTupleParams as SurfaceObstructionTupleParams
|
1189
1274
|
from .track_unvalidated_publish_params import TrackUnvalidatedPublishParams as TrackUnvalidatedPublishParams
|
1190
1275
|
from .air_transport_mission_list_params import AirTransportMissionListParams as AirTransportMissionListParams
|
1276
|
+
from .aircraft_sorty_queryhelp_response import AircraftSortyQueryhelpResponse as AircraftSortyQueryhelpResponse
|
1191
1277
|
from .analytic_imagery_history_response import AnalyticImageryHistoryResponse as AnalyticImageryHistoryResponse
|
1278
|
+
from .attitude_data_query_help_response import AttitudeDataQueryHelpResponse as AttitudeDataQueryHelpResponse
|
1192
1279
|
from .diplomatic_clearance_count_params import DiplomaticClearanceCountParams as DiplomaticClearanceCountParams
|
1193
1280
|
from .diplomatic_clearance_tuple_params import DiplomaticClearanceTupleParams as DiplomaticClearanceTupleParams
|
1194
1281
|
from .effect_request_create_bulk_params import EffectRequestCreateBulkParams as EffectRequestCreateBulkParams
|
@@ -1199,8 +1286,11 @@ from .feature_assessment_count_response import FeatureAssessmentCountResponse as
|
|
1199
1286
|
from .feature_assessment_query_response import FeatureAssessmentQueryResponse as FeatureAssessmentQueryResponse
|
1200
1287
|
from .feature_assessment_tuple_response import FeatureAssessmentTupleResponse as FeatureAssessmentTupleResponse
|
1201
1288
|
from .gnss_observationset_list_response import GnssObservationsetListResponse as GnssObservationsetListResponse
|
1289
|
+
from .ground_imagery_queryhelp_response import GroundImageryQueryhelpResponse as GroundImageryQueryhelpResponse
|
1202
1290
|
from .isr_collection_create_bulk_params import IsrCollectionCreateBulkParams as IsrCollectionCreateBulkParams
|
1291
|
+
from .isr_collection_queryhelp_response import IsrCollectionQueryhelpResponse as IsrCollectionQueryhelpResponse
|
1203
1292
|
from .launch_vehicle_detail_list_params import LaunchVehicleDetailListParams as LaunchVehicleDetailListParams
|
1293
|
+
from .launch_vehicle_queryhelp_response import LaunchVehicleQueryhelpResponse as LaunchVehicleQueryhelpResponse
|
1204
1294
|
from .mission_assignment_count_response import MissionAssignmentCountResponse as MissionAssignmentCountResponse
|
1205
1295
|
from .mission_assignment_tuple_response import MissionAssignmentTupleResponse as MissionAssignmentTupleResponse
|
1206
1296
|
from .object_of_interest_count_response import ObjectOfInterestCountResponse as ObjectOfInterestCountResponse
|
@@ -1224,30 +1314,38 @@ from .space_env_observation_list_params import SpaceEnvObservationListParams as
|
|
1224
1314
|
from .surface_obstruction_create_params import SurfaceObstructionCreateParams as SurfaceObstructionCreateParams
|
1225
1315
|
from .surface_obstruction_list_response import SurfaceObstructionListResponse as SurfaceObstructionListResponse
|
1226
1316
|
from .surface_obstruction_update_params import SurfaceObstructionUpdateParams as SurfaceObstructionUpdateParams
|
1317
|
+
from .weather_report_queryhelp_response import WeatherReportQueryhelpResponse as WeatherReportQueryhelpResponse
|
1227
1318
|
from .air_transport_mission_count_params import AirTransportMissionCountParams as AirTransportMissionCountParams
|
1228
1319
|
from .air_transport_mission_tuple_params import AirTransportMissionTupleParams as AirTransportMissionTupleParams
|
1320
|
+
from .aircraft_status_queryhelp_response import AircraftStatusQueryhelpResponse as AircraftStatusQueryhelpResponse
|
1229
1321
|
from .aircraft_status_remark_list_params import AircraftStatusRemarkListParams as AircraftStatusRemarkListParams
|
1322
|
+
from .airfield_status_queryhelp_response import AirfieldStatusQueryhelpResponse as AirfieldStatusQueryhelpResponse
|
1230
1323
|
from .airspace_control_order_list_params import AirspaceControlOrderListParams as AirspaceControlOrderListParams
|
1231
1324
|
from .collect_request_create_bulk_params import CollectRequestCreateBulkParams as CollectRequestCreateBulkParams
|
1325
|
+
from .diff_of_arrival_queryhelp_response import DiffOfArrivalQueryhelpResponse as DiffOfArrivalQueryhelpResponse
|
1232
1326
|
from .diplomatic_clearance_create_params import DiplomaticClearanceCreateParams as DiplomaticClearanceCreateParams
|
1233
1327
|
from .diplomatic_clearance_update_params import DiplomaticClearanceUpdateParams as DiplomaticClearanceUpdateParams
|
1234
1328
|
from .ecp_sdr_unvalidated_publish_params import EcpSdrUnvalidatedPublishParams as EcpSdrUnvalidatedPublishParams
|
1329
|
+
from .effect_request_query_help_response import EffectRequestQueryHelpResponse as EffectRequestQueryHelpResponse
|
1235
1330
|
from .effect_response_create_bulk_params import EffectResponseCreateBulkParams as EffectResponseCreateBulkParams
|
1236
1331
|
from .emitter_geolocation_count_response import EmitterGeolocationCountResponse as EmitterGeolocationCountResponse
|
1237
1332
|
from .emitter_geolocation_query_response import EmitterGeolocationQueryResponse as EmitterGeolocationQueryResponse
|
1238
1333
|
from .emitter_geolocation_tuple_response import EmitterGeolocationTupleResponse as EmitterGeolocationTupleResponse
|
1239
1334
|
from .ephemeris_set_file_retrieve_params import EphemerisSetFileRetrieveParams as EphemerisSetFileRetrieveParams
|
1240
1335
|
from .event_evolution_create_bulk_params import EventEvolutionCreateBulkParams as EventEvolutionCreateBulkParams
|
1336
|
+
from .event_evolution_queryhelp_response import EventEvolutionQueryhelpResponse as EventEvolutionQueryhelpResponse
|
1241
1337
|
from .feature_assessment_retrieve_params import FeatureAssessmentRetrieveParams as FeatureAssessmentRetrieveParams
|
1242
1338
|
from .gnss_observationset_count_response import GnssObservationsetCountResponse as GnssObservationsetCountResponse
|
1243
1339
|
from .gnss_observationset_tuple_response import GnssObservationsetTupleResponse as GnssObservationsetTupleResponse
|
1244
1340
|
from .ground_imagery_history_aodr_params import GroundImageryHistoryAodrParams as GroundImageryHistoryAodrParams
|
1341
|
+
from .h3_geo_hex_cell_queryhelp_response import H3GeoHexCellQueryhelpResponse as H3GeoHexCellQueryhelpResponse
|
1245
1342
|
from .launch_vehicle_detail_get_response import LaunchVehicleDetailGetResponse as LaunchVehicleDetailGetResponse
|
1246
1343
|
from .onorbitthrusterstatus_count_params import OnorbitthrusterstatusCountParams as OnorbitthrusterstatusCountParams
|
1247
1344
|
from .onorbitthrusterstatus_tuple_params import OnorbitthrusterstatusTupleParams as OnorbitthrusterstatusTupleParams
|
1248
1345
|
from .operatingunitremark_count_response import OperatingunitremarkCountResponse as OperatingunitremarkCountResponse
|
1249
1346
|
from .operatingunitremark_tuple_response import OperatingunitremarkTupleResponse as OperatingunitremarkTupleResponse
|
1250
1347
|
from .sar_observation_create_bulk_params import SarObservationCreateBulkParams as SarObservationCreateBulkParams
|
1348
|
+
from .sar_observation_queryhelp_response import SarObservationQueryhelpResponse as SarObservationQueryhelpResponse
|
1251
1349
|
from .sensor_observation_type_get_params import SensorObservationTypeGetParams as SensorObservationTypeGetParams
|
1252
1350
|
from .sera_data_comm_detail_count_params import SeraDataCommDetailCountParams as SeraDataCommDetailCountParams
|
1253
1351
|
from .sera_data_comm_detail_get_response import SeraDataCommDetailGetResponse as SeraDataCommDetailGetResponse
|
@@ -1271,13 +1369,18 @@ from .aircraft_status_remark_count_params import AircraftStatusRemarkCountParams
|
|
1271
1369
|
from .aircraft_status_remark_tuple_params import AircraftStatusRemarkTupleParams as AircraftStatusRemarkTupleParams
|
1272
1370
|
from .airspace_control_order_count_params import AirspaceControlOrderCountParams as AirspaceControlOrderCountParams
|
1273
1371
|
from .airspace_control_order_tuple_params import AirspaceControlOrderTupleParams as AirspaceControlOrderTupleParams
|
1372
|
+
from .analytic_imagery_queryhelp_response import AnalyticImageryQueryhelpResponse as AnalyticImageryQueryhelpResponse
|
1373
|
+
from .collect_request_query_help_response import CollectRequestQueryHelpResponse as CollectRequestQueryHelpResponse
|
1274
1374
|
from .collect_response_create_bulk_params import CollectResponseCreateBulkParams as CollectResponseCreateBulkParams
|
1275
1375
|
from .diplomatic_clearance_count_response import DiplomaticClearanceCountResponse as DiplomaticClearanceCountResponse
|
1276
1376
|
from .diplomatic_clearance_tuple_response import DiplomaticClearanceTupleResponse as DiplomaticClearanceTupleResponse
|
1277
1377
|
from .dropzone_unvalidated_publish_params import DropzoneUnvalidatedPublishParams as DropzoneUnvalidatedPublishParams
|
1378
|
+
from .effect_response_query_help_response import EffectResponseQueryHelpResponse as EffectResponseQueryHelpResponse
|
1278
1379
|
from .emitter_geolocation_retrieve_params import EmitterGeolocationRetrieveParams as EmitterGeolocationRetrieveParams
|
1279
1380
|
from .equipment_remark_create_bulk_params import EquipmentRemarkCreateBulkParams as EquipmentRemarkCreateBulkParams
|
1280
1381
|
from .ion_oobservation_create_bulk_params import IonOobservationCreateBulkParams as IonOobservationCreateBulkParams
|
1382
|
+
from .ion_oobservation_queryhelp_response import IonOobservationQueryhelpResponse as IonOobservationQueryhelpResponse
|
1383
|
+
from .launch_detection_queryhelp_response import LaunchDetectionQueryhelpResponse as LaunchDetectionQueryhelpResponse
|
1281
1384
|
from .launch_vehicle_detail_create_params import LaunchVehicleDetailCreateParams as LaunchVehicleDetailCreateParams
|
1282
1385
|
from .launch_vehicle_detail_list_response import LaunchVehicleDetailListResponse as LaunchVehicleDetailListResponse
|
1283
1386
|
from .launch_vehicle_detail_update_params import LaunchVehicleDetailUpdateParams as LaunchVehicleDetailUpdateParams
|
@@ -1306,12 +1409,18 @@ from .aircraft_status_remark_create_params import AircraftStatusRemarkCreatePara
|
|
1306
1409
|
from .aircraft_status_remark_update_params import AircraftStatusRemarkUpdateParams as AircraftStatusRemarkUpdateParams
|
1307
1410
|
from .airspace_control_order_create_params import AirspaceControlOrderCreateParams as AirspaceControlOrderCreateParams
|
1308
1411
|
from .analytic_imagery_history_aodr_params import AnalyticImageryHistoryAodrParams as AnalyticImageryHistoryAodrParams
|
1412
|
+
from .collect_response_query_help_response import CollectResponseQueryHelpResponse as CollectResponseQueryHelpResponse
|
1309
1413
|
from .diplomatic_clearance_retrieve_params import DiplomaticClearanceRetrieveParams as DiplomaticClearanceRetrieveParams
|
1310
1414
|
from .ephemeris_unvalidated_publish_params import EphemerisUnvalidatedPublishParams as EphemerisUnvalidatedPublishParams
|
1415
|
+
from .equipment_remark_query_help_response import EquipmentRemarkQueryHelpResponse as EquipmentRemarkQueryHelpResponse
|
1311
1416
|
from .feature_assessment_retrieve_response import FeatureAssessmentRetrieveResponse as FeatureAssessmentRetrieveResponse
|
1312
1417
|
from .logistics_support_create_bulk_params import LogisticsSupportCreateBulkParams as LogisticsSupportCreateBulkParams
|
1418
|
+
from .logistics_support_queryhelp_response import LogisticsSupportQueryhelpResponse as LogisticsSupportQueryhelpResponse
|
1313
1419
|
from .navigational_obstruction_list_params import NavigationalObstructionListParams as NavigationalObstructionListParams
|
1314
1420
|
from .onboardnavigation_create_bulk_params import OnboardnavigationCreateBulkParams as OnboardnavigationCreateBulkParams
|
1421
|
+
from .onboardnavigation_queryhelp_response import (
|
1422
|
+
OnboardnavigationQueryhelpResponse as OnboardnavigationQueryhelpResponse,
|
1423
|
+
)
|
1315
1424
|
from .onorbitthrusterstatus_count_response import (
|
1316
1425
|
OnorbitthrusterstatusCountResponse as OnorbitthrusterstatusCountResponse,
|
1317
1426
|
)
|
@@ -1320,6 +1429,10 @@ from .onorbitthrusterstatus_tuple_response import (
|
|
1320
1429
|
)
|
1321
1430
|
from .personnelrecovery_create_bulk_params import PersonnelrecoveryCreateBulkParams as PersonnelrecoveryCreateBulkParams
|
1322
1431
|
from .personnelrecovery_file_create_params import PersonnelrecoveryFileCreateParams as PersonnelrecoveryFileCreateParams
|
1432
|
+
from .personnelrecovery_queryhelp_response import (
|
1433
|
+
PersonnelrecoveryQueryhelpResponse as PersonnelrecoveryQueryhelpResponse,
|
1434
|
+
)
|
1435
|
+
from .rf_emitter_detail_queryhelp_response import RfEmitterDetailQueryhelpResponse as RfEmitterDetailQueryhelpResponse
|
1323
1436
|
from .secure_messaging_get_messages_params import SecureMessagingGetMessagesParams as SecureMessagingGetMessagesParams
|
1324
1437
|
from .sensor_observation_type_get_response import SensorObservationTypeGetResponse as SensorObservationTypeGetResponse
|
1325
1438
|
from .sera_data_comm_detail_count_response import SeraDataCommDetailCountResponse as SeraDataCommDetailCountResponse
|
@@ -1390,6 +1503,9 @@ from .global_atmospheric_model_tuple_params import (
|
|
1390
1503
|
from .mission_assignment_create_bulk_params import (
|
1391
1504
|
MissionAssignmentCreateBulkParams as MissionAssignmentCreateBulkParams,
|
1392
1505
|
)
|
1506
|
+
from .mission_assignment_queryhelp_response import (
|
1507
|
+
MissionAssignmentQueryhelpResponse as MissionAssignmentQueryhelpResponse,
|
1508
|
+
)
|
1393
1509
|
from .navigational_obstruction_count_params import (
|
1394
1510
|
NavigationalObstructionCountParams as NavigationalObstructionCountParams,
|
1395
1511
|
)
|
@@ -1399,9 +1515,15 @@ from .navigational_obstruction_get_response import (
|
|
1399
1515
|
from .navigational_obstruction_tuple_params import (
|
1400
1516
|
NavigationalObstructionTupleParams as NavigationalObstructionTupleParams,
|
1401
1517
|
)
|
1518
|
+
from .object_of_interest_queryhelp_response import (
|
1519
|
+
ObjectOfInterestQueryhelpResponse as ObjectOfInterestQueryhelpResponse,
|
1520
|
+
)
|
1402
1521
|
from .orbitdetermination_create_bulk_params import (
|
1403
1522
|
OrbitdeterminationCreateBulkParams as OrbitdeterminationCreateBulkParams,
|
1404
1523
|
)
|
1524
|
+
from .orbitdetermination_queryhelp_response import (
|
1525
|
+
OrbitdeterminationQueryhelpResponse as OrbitdeterminationQueryhelpResponse,
|
1526
|
+
)
|
1405
1527
|
from .orbittrack_unvalidated_publish_params import (
|
1406
1528
|
OrbittrackUnvalidatedPublishParams as OrbittrackUnvalidatedPublishParams,
|
1407
1529
|
)
|
@@ -1417,6 +1539,9 @@ from .secure_messaging_list_topics_response import (
|
|
1417
1539
|
from .sensor_maintenance_create_bulk_params import (
|
1418
1540
|
SensorMaintenanceCreateBulkParams as SensorMaintenanceCreateBulkParams,
|
1419
1541
|
)
|
1542
|
+
from .sensor_maintenance_queryhelp_response import (
|
1543
|
+
SensorMaintenanceQueryhelpResponse as SensorMaintenanceQueryhelpResponse,
|
1544
|
+
)
|
1420
1545
|
from .sensor_observation_type_list_response import (
|
1421
1546
|
SensorObservationTypeListResponse as SensorObservationTypeListResponse,
|
1422
1547
|
)
|
@@ -1477,9 +1602,15 @@ from .conjunction_unvalidated_publish_params import (
|
|
1477
1602
|
from .emitter_geolocation_create_bulk_params import (
|
1478
1603
|
EmitterGeolocationCreateBulkParams as EmitterGeolocationCreateBulkParams,
|
1479
1604
|
)
|
1605
|
+
from .feature_assessment_query_help_response import (
|
1606
|
+
FeatureAssessmentQueryHelpResponse as FeatureAssessmentQueryHelpResponse,
|
1607
|
+
)
|
1480
1608
|
from .gnss_observationset_create_bulk_params import (
|
1481
1609
|
GnssObservationsetCreateBulkParams as GnssObservationsetCreateBulkParams,
|
1482
1610
|
)
|
1611
|
+
from .gnss_observationset_queryhelp_response import (
|
1612
|
+
GnssObservationsetQueryhelpResponse as GnssObservationsetQueryhelpResponse,
|
1613
|
+
)
|
1483
1614
|
from .navigational_obstruction_create_params import (
|
1484
1615
|
NavigationalObstructionCreateParams as NavigationalObstructionCreateParams,
|
1485
1616
|
)
|
@@ -1492,6 +1623,9 @@ from .navigational_obstruction_update_params import (
|
|
1492
1623
|
from .operatingunitremark_create_bulk_params import (
|
1493
1624
|
OperatingunitremarkCreateBulkParams as OperatingunitremarkCreateBulkParams,
|
1494
1625
|
)
|
1626
|
+
from .operatingunitremark_queryhelp_response import (
|
1627
|
+
OperatingunitremarkQueryhelpResponse as OperatingunitremarkQueryhelpResponse,
|
1628
|
+
)
|
1495
1629
|
from .secure_messaging_describe_topic_params import (
|
1496
1630
|
SecureMessagingDescribeTopicParams as SecureMessagingDescribeTopicParams,
|
1497
1631
|
)
|
@@ -1525,6 +1659,12 @@ from .seradata_spacecraft_detail_list_params import (
|
|
1525
1659
|
from .soi_observation_set_create_bulk_params import (
|
1526
1660
|
SoiObservationSetCreateBulkParams as SoiObservationSetCreateBulkParams,
|
1527
1661
|
)
|
1662
|
+
from .soi_observation_set_queryhelp_response import (
|
1663
|
+
SoiObservationSetQueryhelpResponse as SoiObservationSetQueryhelpResponse,
|
1664
|
+
)
|
1665
|
+
from .surface_obstruction_queryhelp_response import (
|
1666
|
+
SurfaceObstructionQueryhelpResponse as SurfaceObstructionQueryhelpResponse,
|
1667
|
+
)
|
1528
1668
|
from .track_route_unvalidated_publish_params import (
|
1529
1669
|
TrackRouteUnvalidatedPublishParams as TrackRouteUnvalidatedPublishParams,
|
1530
1670
|
)
|
@@ -1555,6 +1695,15 @@ from .aviation_risk_management_tuple_response import (
|
|
1555
1695
|
from .diplomatic_clearance_create_bulk_params import (
|
1556
1696
|
DiplomaticClearanceCreateBulkParams as DiplomaticClearanceCreateBulkParams,
|
1557
1697
|
)
|
1698
|
+
from .diplomatic_clearance_queryhelp_response import (
|
1699
|
+
DiplomaticClearanceQueryhelpResponse as DiplomaticClearanceQueryhelpResponse,
|
1700
|
+
)
|
1701
|
+
from .elset_query_current_elset_help_response import (
|
1702
|
+
ElsetQueryCurrentElsetHelpResponse as ElsetQueryCurrentElsetHelpResponse,
|
1703
|
+
)
|
1704
|
+
from .emitter_geolocation_query_help_response import (
|
1705
|
+
EmitterGeolocationQueryHelpResponse as EmitterGeolocationQueryHelpResponse,
|
1706
|
+
)
|
1558
1707
|
from .global_atmospheric_model_count_response import (
|
1559
1708
|
GlobalAtmosphericModelCountResponse as GlobalAtmosphericModelCountResponse,
|
1560
1709
|
)
|
@@ -1573,6 +1722,9 @@ from .navigational_obstruction_count_response import (
|
|
1573
1722
|
from .navigational_obstruction_tuple_response import (
|
1574
1723
|
NavigationalObstructionTupleResponse as NavigationalObstructionTupleResponse,
|
1575
1724
|
)
|
1725
|
+
from .sera_data_navigation_queryhelp_response import (
|
1726
|
+
SeraDataNavigationQueryhelpResponse as SeraDataNavigationQueryhelpResponse,
|
1727
|
+
)
|
1576
1728
|
from .seradata_optical_payload_count_response import (
|
1577
1729
|
SeradataOpticalPayloadCountResponse as SeradataOpticalPayloadCountResponse,
|
1578
1730
|
)
|
@@ -1597,6 +1749,9 @@ from .state_vector_unvalidated_publish_params import (
|
|
1597
1749
|
from .weather_data_unvalidated_publish_params import (
|
1598
1750
|
WeatherDataUnvalidatedPublishParams as WeatherDataUnvalidatedPublishParams,
|
1599
1751
|
)
|
1752
|
+
from .air_transport_mission_queryhelp_response import (
|
1753
|
+
AirTransportMissionQueryhelpResponse as AirTransportMissionQueryhelpResponse,
|
1754
|
+
)
|
1600
1755
|
from .airfield_slot_consumption_count_response import (
|
1601
1756
|
AirfieldSlotConsumptionCountResponse as AirfieldSlotConsumptionCountResponse,
|
1602
1757
|
)
|
@@ -1624,9 +1779,15 @@ from .missile_track_unvalidated_publish_params import (
|
|
1624
1779
|
from .onorbitthrusterstatus_create_bulk_params import (
|
1625
1780
|
OnorbitthrusterstatusCreateBulkParams as OnorbitthrusterstatusCreateBulkParams,
|
1626
1781
|
)
|
1782
|
+
from .onorbitthrusterstatus_queryhelp_response import (
|
1783
|
+
OnorbitthrusterstatusQueryhelpResponse as OnorbitthrusterstatusQueryhelpResponse,
|
1784
|
+
)
|
1627
1785
|
from .organizationdetail_find_by_source_params import (
|
1628
1786
|
OrganizationdetailFindBySourceParams as OrganizationdetailFindBySourceParams,
|
1629
1787
|
)
|
1788
|
+
from .sera_data_comm_detail_queryhelp_response import (
|
1789
|
+
SeraDataCommDetailQueryhelpResponse as SeraDataCommDetailQueryhelpResponse,
|
1790
|
+
)
|
1630
1791
|
from .seradata_spacecraft_detail_create_params import (
|
1631
1792
|
SeradataSpacecraftDetailCreateParams as SeradataSpacecraftDetailCreateParams,
|
1632
1793
|
)
|
@@ -1639,9 +1800,15 @@ from .seradata_spacecraft_detail_update_params import (
|
|
1639
1800
|
from .space_env_observation_create_bulk_params import (
|
1640
1801
|
SpaceEnvObservationCreateBulkParams as SpaceEnvObservationCreateBulkParams,
|
1641
1802
|
)
|
1803
|
+
from .space_env_observation_queryhelp_response import (
|
1804
|
+
SpaceEnvObservationQueryhelpResponse as SpaceEnvObservationQueryhelpResponse,
|
1805
|
+
)
|
1642
1806
|
from .video_get_player_streaming_info_response import (
|
1643
1807
|
VideoGetPlayerStreamingInfoResponse as VideoGetPlayerStreamingInfoResponse,
|
1644
1808
|
)
|
1809
|
+
from .aircraft_status_remark_queryhelp_response import (
|
1810
|
+
AircraftStatusRemarkQueryhelpResponse as AircraftStatusRemarkQueryhelpResponse,
|
1811
|
+
)
|
1645
1812
|
from .airfield_slot_consumption_retrieve_params import (
|
1646
1813
|
AirfieldSlotConsumptionRetrieveParams as AirfieldSlotConsumptionRetrieveParams,
|
1647
1814
|
)
|
@@ -1657,6 +1824,9 @@ from .isr_collection_unvalidated_publish_params import (
|
|
1657
1824
|
from .secure_messaging_get_latest_offset_params import (
|
1658
1825
|
SecureMessagingGetLatestOffsetParams as SecureMessagingGetLatestOffsetParams,
|
1659
1826
|
)
|
1827
|
+
from .seradata_radar_payload_queryhelp_response import (
|
1828
|
+
SeradataRadarPayloadQueryhelpResponse as SeradataRadarPayloadQueryhelpResponse,
|
1829
|
+
)
|
1660
1830
|
from .seradata_spacecraft_detail_count_response import (
|
1661
1831
|
SeradataSpacecraftDetailCountResponse as SeradataSpacecraftDetailCountResponse,
|
1662
1832
|
)
|
@@ -1669,6 +1839,9 @@ from .video_get_publisher_streaming_info_params import (
|
|
1669
1839
|
from .weather_report_unvalidated_publish_params import (
|
1670
1840
|
WeatherReportUnvalidatedPublishParams as WeatherReportUnvalidatedPublishParams,
|
1671
1841
|
)
|
1842
|
+
from .airspace_control_order_query_help_response import (
|
1843
|
+
AirspaceControlOrderQueryHelpResponse as AirspaceControlOrderQueryHelpResponse,
|
1844
|
+
)
|
1672
1845
|
from .aviation_risk_management_retrieve_response import (
|
1673
1846
|
AviationRiskManagementRetrieveResponse as AviationRiskManagementRetrieveResponse,
|
1674
1847
|
)
|
@@ -1699,6 +1872,15 @@ from .organizationdetail_find_by_source_response import (
|
|
1699
1872
|
from .sar_observation_unvalidated_publish_params import (
|
1700
1873
|
SarObservationUnvalidatedPublishParams as SarObservationUnvalidatedPublishParams,
|
1701
1874
|
)
|
1875
|
+
from .sensor_observation_type_queryhelp_response import (
|
1876
|
+
SensorObservationTypeQueryhelpResponse as SensorObservationTypeQueryhelpResponse,
|
1877
|
+
)
|
1878
|
+
from .sera_data_early_warning_queryhelp_response import (
|
1879
|
+
SeraDataEarlyWarningQueryhelpResponse as SeraDataEarlyWarningQueryhelpResponse,
|
1880
|
+
)
|
1881
|
+
from .seradata_sigint_payload_queryhelp_response import (
|
1882
|
+
SeradataSigintPayloadQueryhelpResponse as SeradataSigintPayloadQueryhelpResponse,
|
1883
|
+
)
|
1702
1884
|
from .analytic_imagery_unvalidated_publish_params import (
|
1703
1885
|
AnalyticImageryUnvalidatedPublishParams as AnalyticImageryUnvalidatedPublishParams,
|
1704
1886
|
)
|
@@ -1714,12 +1896,27 @@ from .ion_oobservation_unvalidated_publish_params import (
|
|
1714
1896
|
from .navigational_obstruction_create_bulk_params import (
|
1715
1897
|
NavigationalObstructionCreateBulkParams as NavigationalObstructionCreateBulkParams,
|
1716
1898
|
)
|
1899
|
+
from .navigational_obstruction_queryhelp_response import (
|
1900
|
+
NavigationalObstructionQueryhelpResponse as NavigationalObstructionQueryhelpResponse,
|
1901
|
+
)
|
1902
|
+
from .seradata_optical_payload_queryhelp_response import (
|
1903
|
+
SeradataOpticalPayloadQueryhelpResponse as SeradataOpticalPayloadQueryhelpResponse,
|
1904
|
+
)
|
1717
1905
|
from .sgi_get_data_by_effective_as_of_date_params import (
|
1718
1906
|
SgiGetDataByEffectiveAsOfDateParams as SgiGetDataByEffectiveAsOfDateParams,
|
1719
1907
|
)
|
1720
1908
|
from .video_get_publisher_streaming_info_response import (
|
1721
1909
|
VideoGetPublisherStreamingInfoResponse as VideoGetPublisherStreamingInfoResponse,
|
1722
1910
|
)
|
1911
|
+
from .airfield_slot_consumption_queryhelp_response import (
|
1912
|
+
AirfieldSlotConsumptionQueryhelpResponse as AirfieldSlotConsumptionQueryhelpResponse,
|
1913
|
+
)
|
1914
|
+
from .aviation_risk_management_query_help_response import (
|
1915
|
+
AviationRiskManagementQueryHelpResponse as AviationRiskManagementQueryHelpResponse,
|
1916
|
+
)
|
1917
|
+
from .global_atmospheric_model_query_help_response import (
|
1918
|
+
GlobalAtmosphericModelQueryHelpResponse as GlobalAtmosphericModelQueryHelpResponse,
|
1919
|
+
)
|
1723
1920
|
from .logistics_support_unvalidated_publish_params import (
|
1724
1921
|
LogisticsSupportUnvalidatedPublishParams as LogisticsSupportUnvalidatedPublishParams,
|
1725
1922
|
)
|
@@ -1735,6 +1932,9 @@ from .feature_assessment_unvalidated_publish_params import (
|
|
1735
1932
|
from .orbitdetermination_unvalidated_publish_params import (
|
1736
1933
|
OrbitdeterminationUnvalidatedPublishParams as OrbitdeterminationUnvalidatedPublishParams,
|
1737
1934
|
)
|
1935
|
+
from .seradata_spacecraft_detail_queryhelp_response import (
|
1936
|
+
SeradataSpacecraftDetailQueryhelpResponse as SeradataSpacecraftDetailQueryhelpResponse,
|
1937
|
+
)
|
1738
1938
|
from .sgi_get_data_by_effective_as_of_date_response import (
|
1739
1939
|
SgiGetDataByEffectiveAsOfDateResponse as SgiGetDataByEffectiveAsOfDateResponse,
|
1740
1940
|
)
|