udl-sdk 0.1.0a10__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.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/METADATA +39 -46
- {udl_sdk-0.1.0a10.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.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a10.dist-info → udl_sdk-0.1.0a11.dist-info}/licenses/LICENSE +0 -0
@@ -29,6 +29,7 @@ from .._base_client import AsyncPaginator, make_request_options
|
|
29
29
|
from ..types.surface_get_response import SurfaceGetResponse
|
30
30
|
from ..types.surface_list_response import SurfaceListResponse
|
31
31
|
from ..types.surface_tuple_response import SurfaceTupleResponse
|
32
|
+
from ..types.surface_queryhelp_response import SurfaceQueryhelpResponse
|
32
33
|
|
33
34
|
__all__ = ["SurfaceResource", "AsyncSurfaceResource"]
|
34
35
|
|
@@ -1138,18 +1139,17 @@ class SurfaceResource(SyncAPIResource):
|
|
1138
1139
|
extra_query: Query | None = None,
|
1139
1140
|
extra_body: Body | None = None,
|
1140
1141
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1141
|
-
) ->
|
1142
|
+
) -> SurfaceQueryhelpResponse:
|
1142
1143
|
"""
|
1143
1144
|
Service operation to provide detailed information on available dynamic query
|
1144
1145
|
parameters for a particular data type.
|
1145
1146
|
"""
|
1146
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1147
1147
|
return self._get(
|
1148
1148
|
"/udl/surface/queryhelp",
|
1149
1149
|
options=make_request_options(
|
1150
1150
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1151
1151
|
),
|
1152
|
-
cast_to=
|
1152
|
+
cast_to=SurfaceQueryhelpResponse,
|
1153
1153
|
)
|
1154
1154
|
|
1155
1155
|
def tuple(
|
@@ -2314,18 +2314,17 @@ class AsyncSurfaceResource(AsyncAPIResource):
|
|
2314
2314
|
extra_query: Query | None = None,
|
2315
2315
|
extra_body: Body | None = None,
|
2316
2316
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
2317
|
-
) ->
|
2317
|
+
) -> SurfaceQueryhelpResponse:
|
2318
2318
|
"""
|
2319
2319
|
Service operation to provide detailed information on available dynamic query
|
2320
2320
|
parameters for a particular data type.
|
2321
2321
|
"""
|
2322
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
2323
2322
|
return await self._get(
|
2324
2323
|
"/udl/surface/queryhelp",
|
2325
2324
|
options=make_request_options(
|
2326
2325
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
2327
2326
|
),
|
2328
|
-
cast_to=
|
2327
|
+
cast_to=SurfaceQueryhelpResponse,
|
2329
2328
|
)
|
2330
2329
|
|
2331
2330
|
async def tuple(
|
@@ -31,6 +31,7 @@ from .._base_client import AsyncPaginator, make_request_options
|
|
31
31
|
from ..types.surface_obstruction_get_response import SurfaceObstructionGetResponse
|
32
32
|
from ..types.surface_obstruction_list_response import SurfaceObstructionListResponse
|
33
33
|
from ..types.surface_obstruction_tuple_response import SurfaceObstructionTupleResponse
|
34
|
+
from ..types.surface_obstruction_queryhelp_response import SurfaceObstructionQueryhelpResponse
|
34
35
|
|
35
36
|
__all__ = ["SurfaceObstructionResource", "AsyncSurfaceObstructionResource"]
|
36
37
|
|
@@ -453,18 +454,17 @@ class SurfaceObstructionResource(SyncAPIResource):
|
|
453
454
|
extra_query: Query | None = None,
|
454
455
|
extra_body: Body | None = None,
|
455
456
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
456
|
-
) ->
|
457
|
+
) -> SurfaceObstructionQueryhelpResponse:
|
457
458
|
"""
|
458
459
|
Service operation to provide detailed information on available dynamic query
|
459
460
|
parameters for a particular data type.
|
460
461
|
"""
|
461
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
462
462
|
return self._get(
|
463
463
|
"/udl/surfaceobstruction/queryhelp",
|
464
464
|
options=make_request_options(
|
465
465
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
466
466
|
),
|
467
|
-
cast_to=
|
467
|
+
cast_to=SurfaceObstructionQueryhelpResponse,
|
468
468
|
)
|
469
469
|
|
470
470
|
def tuple(
|
@@ -978,18 +978,17 @@ class AsyncSurfaceObstructionResource(AsyncAPIResource):
|
|
978
978
|
extra_query: Query | None = None,
|
979
979
|
extra_body: Body | None = None,
|
980
980
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
981
|
-
) ->
|
981
|
+
) -> SurfaceObstructionQueryhelpResponse:
|
982
982
|
"""
|
983
983
|
Service operation to provide detailed information on available dynamic query
|
984
984
|
parameters for a particular data type.
|
985
985
|
"""
|
986
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
987
986
|
return await self._get(
|
988
987
|
"/udl/surfaceobstruction/queryhelp",
|
989
988
|
options=make_request_options(
|
990
989
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
991
990
|
),
|
992
|
-
cast_to=
|
991
|
+
cast_to=SurfaceObstructionQueryhelpResponse,
|
993
992
|
)
|
994
993
|
|
995
994
|
async def tuple(
|
@@ -39,6 +39,7 @@ from ..._base_client import AsyncPaginator, make_request_options
|
|
39
39
|
from ...types.swir.swir_full import SwirFull
|
40
40
|
from ...types.swir_list_response import SwirListResponse
|
41
41
|
from ...types.swir_tuple_response import SwirTupleResponse
|
42
|
+
from ...types.swir_queryhelp_response import SwirQueryhelpResponse
|
42
43
|
|
43
44
|
__all__ = ["SwirResource", "AsyncSwirResource"]
|
44
45
|
|
@@ -390,18 +391,17 @@ class SwirResource(SyncAPIResource):
|
|
390
391
|
extra_query: Query | None = None,
|
391
392
|
extra_body: Body | None = None,
|
392
393
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
393
|
-
) ->
|
394
|
+
) -> SwirQueryhelpResponse:
|
394
395
|
"""
|
395
396
|
Service operation to provide detailed information on available dynamic query
|
396
397
|
parameters for a particular data type.
|
397
398
|
"""
|
398
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
399
399
|
return self._get(
|
400
400
|
"/udl/swir/queryhelp",
|
401
401
|
options=make_request_options(
|
402
402
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
403
403
|
),
|
404
|
-
cast_to=
|
404
|
+
cast_to=SwirQueryhelpResponse,
|
405
405
|
)
|
406
406
|
|
407
407
|
def tuple(
|
@@ -812,18 +812,17 @@ class AsyncSwirResource(AsyncAPIResource):
|
|
812
812
|
extra_query: Query | None = None,
|
813
813
|
extra_body: Body | None = None,
|
814
814
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
815
|
-
) ->
|
815
|
+
) -> SwirQueryhelpResponse:
|
816
816
|
"""
|
817
817
|
Service operation to provide detailed information on available dynamic query
|
818
818
|
parameters for a particular data type.
|
819
819
|
"""
|
820
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
821
820
|
return await self._get(
|
822
821
|
"/udl/swir/queryhelp",
|
823
822
|
options=make_request_options(
|
824
823
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
825
824
|
),
|
826
|
-
cast_to=
|
825
|
+
cast_to=SwirQueryhelpResponse,
|
827
826
|
)
|
828
827
|
|
829
828
|
async def tuple(
|
@@ -39,6 +39,7 @@ from ..._base_client import AsyncPaginator, make_request_options
|
|
39
39
|
from ...types.tai_utc.taiutc_full import TaiutcFull
|
40
40
|
from ...types.tai_utc_list_response import TaiUtcListResponse
|
41
41
|
from ...types.tai_utc_tuple_response import TaiUtcTupleResponse
|
42
|
+
from ...types.tai_utc_queryhelp_response import TaiUtcQueryhelpResponse
|
42
43
|
|
43
44
|
__all__ = ["TaiUtcResource", "AsyncTaiUtcResource"]
|
44
45
|
|
@@ -453,18 +454,17 @@ class TaiUtcResource(SyncAPIResource):
|
|
453
454
|
extra_query: Query | None = None,
|
454
455
|
extra_body: Body | None = None,
|
455
456
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
456
|
-
) ->
|
457
|
+
) -> TaiUtcQueryhelpResponse:
|
457
458
|
"""
|
458
459
|
Service operation to provide detailed information on available dynamic query
|
459
460
|
parameters for a particular data type.
|
460
461
|
"""
|
461
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
462
462
|
return self._get(
|
463
463
|
"/udl/taiutc/queryhelp",
|
464
464
|
options=make_request_options(
|
465
465
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
466
466
|
),
|
467
|
-
cast_to=
|
467
|
+
cast_to=TaiUtcQueryhelpResponse,
|
468
468
|
)
|
469
469
|
|
470
470
|
def tuple(
|
@@ -939,18 +939,17 @@ class AsyncTaiUtcResource(AsyncAPIResource):
|
|
939
939
|
extra_query: Query | None = None,
|
940
940
|
extra_body: Body | None = None,
|
941
941
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
942
|
-
) ->
|
942
|
+
) -> TaiUtcQueryhelpResponse:
|
943
943
|
"""
|
944
944
|
Service operation to provide detailed information on available dynamic query
|
945
945
|
parameters for a particular data type.
|
946
946
|
"""
|
947
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
948
947
|
return await self._get(
|
949
948
|
"/udl/taiutc/queryhelp",
|
950
949
|
options=make_request_options(
|
951
950
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
952
951
|
),
|
953
|
-
cast_to=
|
952
|
+
cast_to=TaiUtcQueryhelpResponse,
|
954
953
|
)
|
955
954
|
|
956
955
|
async def tuple(
|
@@ -36,6 +36,7 @@ from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
|
36
36
|
from ..._base_client import AsyncPaginator, make_request_options
|
37
37
|
from ...types.track_list_response import TrackListResponse
|
38
38
|
from ...types.track_tuple_response import TrackTupleResponse
|
39
|
+
from ...types.track_queryhelp_response import TrackQueryhelpResponse
|
39
40
|
|
40
41
|
__all__ = ["TrackResource", "AsyncTrackResource"]
|
41
42
|
|
@@ -213,18 +214,17 @@ class TrackResource(SyncAPIResource):
|
|
213
214
|
extra_query: Query | None = None,
|
214
215
|
extra_body: Body | None = None,
|
215
216
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
216
|
-
) ->
|
217
|
+
) -> TrackQueryhelpResponse:
|
217
218
|
"""
|
218
219
|
Service operation to provide detailed information on available dynamic query
|
219
220
|
parameters for a particular data type.
|
220
221
|
"""
|
221
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
222
222
|
return self._get(
|
223
223
|
"/udl/track/queryhelp",
|
224
224
|
options=make_request_options(
|
225
225
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
226
226
|
),
|
227
|
-
cast_to=
|
227
|
+
cast_to=TrackQueryhelpResponse,
|
228
228
|
)
|
229
229
|
|
230
230
|
def tuple(
|
@@ -498,18 +498,17 @@ class AsyncTrackResource(AsyncAPIResource):
|
|
498
498
|
extra_query: Query | None = None,
|
499
499
|
extra_body: Body | None = None,
|
500
500
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
501
|
-
) ->
|
501
|
+
) -> TrackQueryhelpResponse:
|
502
502
|
"""
|
503
503
|
Service operation to provide detailed information on available dynamic query
|
504
504
|
parameters for a particular data type.
|
505
505
|
"""
|
506
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
507
506
|
return await self._get(
|
508
507
|
"/udl/track/queryhelp",
|
509
508
|
options=make_request_options(
|
510
509
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
511
510
|
),
|
512
|
-
cast_to=
|
511
|
+
cast_to=TrackQueryhelpResponse,
|
513
512
|
)
|
514
513
|
|
515
514
|
async def tuple(
|
@@ -35,6 +35,7 @@ from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
|
35
35
|
from ..._base_client import AsyncPaginator, make_request_options
|
36
36
|
from ...types.track_detail_list_response import TrackDetailListResponse
|
37
37
|
from ...types.track_detail_tuple_response import TrackDetailTupleResponse
|
38
|
+
from ...types.track_detail_queryhelp_response import TrackDetailQueryhelpResponse
|
38
39
|
|
39
40
|
__all__ = ["TrackDetailsResource", "AsyncTrackDetailsResource"]
|
40
41
|
|
@@ -212,18 +213,17 @@ class TrackDetailsResource(SyncAPIResource):
|
|
212
213
|
extra_query: Query | None = None,
|
213
214
|
extra_body: Body | None = None,
|
214
215
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
215
|
-
) ->
|
216
|
+
) -> TrackDetailQueryhelpResponse:
|
216
217
|
"""
|
217
218
|
Service operation to provide detailed information on available dynamic query
|
218
219
|
parameters for a particular data type.
|
219
220
|
"""
|
220
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
221
221
|
return self._get(
|
222
222
|
"/udl/trackdetails/queryhelp",
|
223
223
|
options=make_request_options(
|
224
224
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
225
225
|
),
|
226
|
-
cast_to=
|
226
|
+
cast_to=TrackDetailQueryhelpResponse,
|
227
227
|
)
|
228
228
|
|
229
229
|
def tuple(
|
@@ -461,18 +461,17 @@ class AsyncTrackDetailsResource(AsyncAPIResource):
|
|
461
461
|
extra_query: Query | None = None,
|
462
462
|
extra_body: Body | None = None,
|
463
463
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
464
|
-
) ->
|
464
|
+
) -> TrackDetailQueryhelpResponse:
|
465
465
|
"""
|
466
466
|
Service operation to provide detailed information on available dynamic query
|
467
467
|
parameters for a particular data type.
|
468
468
|
"""
|
469
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
470
469
|
return await self._get(
|
471
470
|
"/udl/trackdetails/queryhelp",
|
472
471
|
options=make_request_options(
|
473
472
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
474
473
|
),
|
475
|
-
cast_to=
|
474
|
+
cast_to=TrackDetailQueryhelpResponse,
|
476
475
|
)
|
477
476
|
|
478
477
|
async def tuple(
|
@@ -41,6 +41,7 @@ from ..._base_client import AsyncPaginator, make_request_options
|
|
41
41
|
from ...types.track_route_list_response import TrackRouteListResponse
|
42
42
|
from ...types.track_route_tuple_response import TrackRouteTupleResponse
|
43
43
|
from ...types.track_route.track_route_full import TrackRouteFull
|
44
|
+
from ...types.track_route_queryhelp_response import TrackRouteQueryhelpResponse
|
44
45
|
|
45
46
|
__all__ = ["TrackRouteResource", "AsyncTrackRouteResource"]
|
46
47
|
|
@@ -694,18 +695,17 @@ class TrackRouteResource(SyncAPIResource):
|
|
694
695
|
extra_query: Query | None = None,
|
695
696
|
extra_body: Body | None = None,
|
696
697
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
697
|
-
) ->
|
698
|
+
) -> TrackRouteQueryhelpResponse:
|
698
699
|
"""
|
699
700
|
Service operation to provide detailed information on available dynamic query
|
700
701
|
parameters for a particular data type.
|
701
702
|
"""
|
702
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
703
703
|
return self._get(
|
704
704
|
"/udl/trackroute/queryhelp",
|
705
705
|
options=make_request_options(
|
706
706
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
707
707
|
),
|
708
|
-
cast_to=
|
708
|
+
cast_to=TrackRouteQueryhelpResponse,
|
709
709
|
)
|
710
710
|
|
711
711
|
def tuple(
|
@@ -1615,18 +1615,17 @@ class AsyncTrackRouteResource(AsyncAPIResource):
|
|
1615
1615
|
extra_query: Query | None = None,
|
1616
1616
|
extra_body: Body | None = None,
|
1617
1617
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1618
|
-
) ->
|
1618
|
+
) -> TrackRouteQueryhelpResponse:
|
1619
1619
|
"""
|
1620
1620
|
Service operation to provide detailed information on available dynamic query
|
1621
1621
|
parameters for a particular data type.
|
1622
1622
|
"""
|
1623
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1624
1623
|
return await self._get(
|
1625
1624
|
"/udl/trackroute/queryhelp",
|
1626
1625
|
options=make_request_options(
|
1627
1626
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1628
1627
|
),
|
1629
|
-
cast_to=
|
1628
|
+
cast_to=TrackRouteQueryhelpResponse,
|
1630
1629
|
)
|
1631
1630
|
|
1632
1631
|
async def tuple(
|
@@ -29,6 +29,7 @@ from .._base_client import AsyncPaginator, make_request_options
|
|
29
29
|
from ..types.transponder_get_response import TransponderGetResponse
|
30
30
|
from ..types.transponder_list_response import TransponderListResponse
|
31
31
|
from ..types.transponder_tuple_response import TransponderTupleResponse
|
32
|
+
from ..types.transponder_queryhelp_response import TransponderQueryhelpResponse
|
32
33
|
|
33
34
|
__all__ = ["TransponderResource", "AsyncTransponderResource"]
|
34
35
|
|
@@ -485,18 +486,17 @@ class TransponderResource(SyncAPIResource):
|
|
485
486
|
extra_query: Query | None = None,
|
486
487
|
extra_body: Body | None = None,
|
487
488
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
488
|
-
) ->
|
489
|
+
) -> TransponderQueryhelpResponse:
|
489
490
|
"""
|
490
491
|
Service operation to provide detailed information on available dynamic query
|
491
492
|
parameters for a particular data type.
|
492
493
|
"""
|
493
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
494
494
|
return self._get(
|
495
495
|
"/udl/transponder/queryhelp",
|
496
496
|
options=make_request_options(
|
497
497
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
498
498
|
),
|
499
|
-
cast_to=
|
499
|
+
cast_to=TransponderQueryhelpResponse,
|
500
500
|
)
|
501
501
|
|
502
502
|
def tuple(
|
@@ -1008,18 +1008,17 @@ class AsyncTransponderResource(AsyncAPIResource):
|
|
1008
1008
|
extra_query: Query | None = None,
|
1009
1009
|
extra_body: Body | None = None,
|
1010
1010
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1011
|
-
) ->
|
1011
|
+
) -> TransponderQueryhelpResponse:
|
1012
1012
|
"""
|
1013
1013
|
Service operation to provide detailed information on available dynamic query
|
1014
1014
|
parameters for a particular data type.
|
1015
1015
|
"""
|
1016
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1017
1016
|
return await self._get(
|
1018
1017
|
"/udl/transponder/queryhelp",
|
1019
1018
|
options=make_request_options(
|
1020
1019
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1021
1020
|
),
|
1022
|
-
cast_to=
|
1021
|
+
cast_to=TransponderQueryhelpResponse,
|
1023
1022
|
)
|
1024
1023
|
|
1025
1024
|
async def tuple(
|
@@ -33,6 +33,7 @@ from ..types.entity_ingest_param import EntityIngestParam
|
|
33
33
|
from ..types.vessel_get_response import VesselGetResponse
|
34
34
|
from ..types.vessel_list_response import VesselListResponse
|
35
35
|
from ..types.vessel_tuple_response import VesselTupleResponse
|
36
|
+
from ..types.vessel_queryhelp_response import VesselQueryhelpResponse
|
36
37
|
|
37
38
|
__all__ = ["VesselResource", "AsyncVesselResource"]
|
38
39
|
|
@@ -643,18 +644,17 @@ class VesselResource(SyncAPIResource):
|
|
643
644
|
extra_query: Query | None = None,
|
644
645
|
extra_body: Body | None = None,
|
645
646
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
646
|
-
) ->
|
647
|
+
) -> VesselQueryhelpResponse:
|
647
648
|
"""
|
648
649
|
Service operation to provide detailed information on available dynamic query
|
649
650
|
parameters for a particular data type.
|
650
651
|
"""
|
651
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
652
652
|
return self._get(
|
653
653
|
"/udl/vessel/queryhelp",
|
654
654
|
options=make_request_options(
|
655
655
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
656
656
|
),
|
657
|
-
cast_to=
|
657
|
+
cast_to=VesselQueryhelpResponse,
|
658
658
|
)
|
659
659
|
|
660
660
|
def tuple(
|
@@ -1320,18 +1320,17 @@ class AsyncVesselResource(AsyncAPIResource):
|
|
1320
1320
|
extra_query: Query | None = None,
|
1321
1321
|
extra_body: Body | None = None,
|
1322
1322
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1323
|
-
) ->
|
1323
|
+
) -> VesselQueryhelpResponse:
|
1324
1324
|
"""
|
1325
1325
|
Service operation to provide detailed information on available dynamic query
|
1326
1326
|
parameters for a particular data type.
|
1327
1327
|
"""
|
1328
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1329
1328
|
return await self._get(
|
1330
1329
|
"/udl/vessel/queryhelp",
|
1331
1330
|
options=make_request_options(
|
1332
1331
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1333
1332
|
),
|
1334
|
-
cast_to=
|
1333
|
+
cast_to=VesselQueryhelpResponse,
|
1335
1334
|
)
|
1336
1335
|
|
1337
1336
|
async def tuple(
|
@@ -41,6 +41,7 @@ from ..._base_client import AsyncPaginator, make_request_options
|
|
41
41
|
from ...types.video_list_response import VideoListResponse
|
42
42
|
from ...types.video_tuple_response import VideoTupleResponse
|
43
43
|
from ...types.video.video_streams_full import VideoStreamsFull
|
44
|
+
from ...types.video_queryhelp_response import VideoQueryhelpResponse
|
44
45
|
from ...types.video_get_stream_file_response import VideoGetStreamFileResponse
|
45
46
|
from ...types.video_get_player_streaming_info_response import VideoGetPlayerStreamingInfoResponse
|
46
47
|
from ...types.video_get_publisher_streaming_info_response import VideoGetPublisherStreamingInfoResponse
|
@@ -459,18 +460,17 @@ class VideoResource(SyncAPIResource):
|
|
459
460
|
extra_query: Query | None = None,
|
460
461
|
extra_body: Body | None = None,
|
461
462
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
462
|
-
) ->
|
463
|
+
) -> VideoQueryhelpResponse:
|
463
464
|
"""
|
464
465
|
Service operation to provide detailed information on available dynamic query
|
465
466
|
parameters for a particular data type.
|
466
467
|
"""
|
467
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
468
468
|
return self._get(
|
469
469
|
"/udl/video/queryhelp",
|
470
470
|
options=make_request_options(
|
471
471
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
472
472
|
),
|
473
|
-
cast_to=
|
473
|
+
cast_to=VideoQueryhelpResponse,
|
474
474
|
)
|
475
475
|
|
476
476
|
def tuple(
|
@@ -941,18 +941,17 @@ class AsyncVideoResource(AsyncAPIResource):
|
|
941
941
|
extra_query: Query | None = None,
|
942
942
|
extra_body: Body | None = None,
|
943
943
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
944
|
-
) ->
|
944
|
+
) -> VideoQueryhelpResponse:
|
945
945
|
"""
|
946
946
|
Service operation to provide detailed information on available dynamic query
|
947
947
|
parameters for a particular data type.
|
948
948
|
"""
|
949
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
950
949
|
return await self._get(
|
951
950
|
"/udl/video/queryhelp",
|
952
951
|
options=make_request_options(
|
953
952
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
954
953
|
),
|
955
|
-
cast_to=
|
954
|
+
cast_to=VideoQueryhelpResponse,
|
956
955
|
)
|
957
956
|
|
958
957
|
async def tuple(
|
@@ -40,6 +40,7 @@ from ..._base_client import AsyncPaginator, make_request_options
|
|
40
40
|
from ...types.weather_data_list_response import WeatherDataListResponse
|
41
41
|
from ...types.weather_data_tuple_response import WeatherDataTupleResponse
|
42
42
|
from ...types.weather_data.weather_data_full import WeatherDataFull
|
43
|
+
from ...types.weather_data_queryhelp_response import WeatherDataQueryhelpResponse
|
43
44
|
|
44
45
|
__all__ = ["WeatherDataResource", "AsyncWeatherDataResource"]
|
45
46
|
|
@@ -502,18 +503,17 @@ class WeatherDataResource(SyncAPIResource):
|
|
502
503
|
extra_query: Query | None = None,
|
503
504
|
extra_body: Body | None = None,
|
504
505
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
505
|
-
) ->
|
506
|
+
) -> WeatherDataQueryhelpResponse:
|
506
507
|
"""
|
507
508
|
Service operation to provide detailed information on available dynamic query
|
508
509
|
parameters for a particular data type.
|
509
510
|
"""
|
510
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
511
511
|
return self._get(
|
512
512
|
"/udl/weatherdata/queryhelp",
|
513
513
|
options=make_request_options(
|
514
514
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
515
515
|
),
|
516
|
-
cast_to=
|
516
|
+
cast_to=WeatherDataQueryhelpResponse,
|
517
517
|
)
|
518
518
|
|
519
519
|
def tuple(
|
@@ -1072,18 +1072,17 @@ class AsyncWeatherDataResource(AsyncAPIResource):
|
|
1072
1072
|
extra_query: Query | None = None,
|
1073
1073
|
extra_body: Body | None = None,
|
1074
1074
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1075
|
-
) ->
|
1075
|
+
) -> WeatherDataQueryhelpResponse:
|
1076
1076
|
"""
|
1077
1077
|
Service operation to provide detailed information on available dynamic query
|
1078
1078
|
parameters for a particular data type.
|
1079
1079
|
"""
|
1080
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1081
1080
|
return await self._get(
|
1082
1081
|
"/udl/weatherdata/queryhelp",
|
1083
1082
|
options=make_request_options(
|
1084
1083
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1085
1084
|
),
|
1086
|
-
cast_to=
|
1085
|
+
cast_to=WeatherDataQueryhelpResponse,
|
1087
1086
|
)
|
1088
1087
|
|
1089
1088
|
async def tuple(
|
@@ -38,6 +38,7 @@ from ...pagination import SyncOffsetPage, AsyncOffsetPage
|
|
38
38
|
from ..._base_client import AsyncPaginator, make_request_options
|
39
39
|
from ...types.weather_report_list_response import WeatherReportListResponse
|
40
40
|
from ...types.weather_report_tuple_response import WeatherReportTupleResponse
|
41
|
+
from ...types.weather_report_queryhelp_response import WeatherReportQueryhelpResponse
|
41
42
|
from ...types.weather_report.weather_report_full import WeatherReportFull
|
42
43
|
|
43
44
|
__all__ = ["WeatherReportResource", "AsyncWeatherReportResource"]
|
@@ -723,18 +724,17 @@ class WeatherReportResource(SyncAPIResource):
|
|
723
724
|
extra_query: Query | None = None,
|
724
725
|
extra_body: Body | None = None,
|
725
726
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
726
|
-
) ->
|
727
|
+
) -> WeatherReportQueryhelpResponse:
|
727
728
|
"""
|
728
729
|
Service operation to provide detailed information on available dynamic query
|
729
730
|
parameters for a particular data type.
|
730
731
|
"""
|
731
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
732
732
|
return self._get(
|
733
733
|
"/udl/weatherreport/queryhelp",
|
734
734
|
options=make_request_options(
|
735
735
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
736
736
|
),
|
737
|
-
cast_to=
|
737
|
+
cast_to=WeatherReportQueryhelpResponse,
|
738
738
|
)
|
739
739
|
|
740
740
|
def tuple(
|
@@ -1515,18 +1515,17 @@ class AsyncWeatherReportResource(AsyncAPIResource):
|
|
1515
1515
|
extra_query: Query | None = None,
|
1516
1516
|
extra_body: Body | None = None,
|
1517
1517
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1518
|
-
) ->
|
1518
|
+
) -> WeatherReportQueryhelpResponse:
|
1519
1519
|
"""
|
1520
1520
|
Service operation to provide detailed information on available dynamic query
|
1521
1521
|
parameters for a particular data type.
|
1522
1522
|
"""
|
1523
|
-
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1524
1523
|
return await self._get(
|
1525
1524
|
"/udl/weatherreport/queryhelp",
|
1526
1525
|
options=make_request_options(
|
1527
1526
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1528
1527
|
),
|
1529
|
-
cast_to=
|
1528
|
+
cast_to=WeatherReportQueryhelpResponse,
|
1530
1529
|
)
|
1531
1530
|
|
1532
1531
|
async def tuple(
|