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
@@ -0,0 +1,63 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from typing import List, Optional
|
4
|
+
|
5
|
+
from pydantic import Field as FieldInfo
|
6
|
+
|
7
|
+
from .._models import BaseModel
|
8
|
+
|
9
|
+
__all__ = ["AirfieldQueryhelpResponse", "Parameter"]
|
10
|
+
|
11
|
+
|
12
|
+
class Parameter(BaseModel):
|
13
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
14
|
+
|
15
|
+
derived: Optional[bool] = None
|
16
|
+
|
17
|
+
description: Optional[str] = None
|
18
|
+
|
19
|
+
elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
|
20
|
+
|
21
|
+
format: Optional[str] = None
|
22
|
+
|
23
|
+
hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
|
24
|
+
|
25
|
+
hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
|
26
|
+
|
27
|
+
name: Optional[str] = None
|
28
|
+
|
29
|
+
required: Optional[bool] = None
|
30
|
+
|
31
|
+
rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
|
32
|
+
|
33
|
+
rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
|
34
|
+
|
35
|
+
type: Optional[str] = None
|
36
|
+
|
37
|
+
unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
|
38
|
+
|
39
|
+
utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
|
40
|
+
|
41
|
+
|
42
|
+
class AirfieldQueryhelpResponse(BaseModel):
|
43
|
+
aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
|
44
|
+
|
45
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
46
|
+
|
47
|
+
description: Optional[str] = None
|
48
|
+
|
49
|
+
history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
|
50
|
+
|
51
|
+
name: Optional[str] = None
|
52
|
+
|
53
|
+
parameters: Optional[List[Parameter]] = None
|
54
|
+
|
55
|
+
required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
|
56
|
+
|
57
|
+
rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
|
58
|
+
|
59
|
+
sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
|
60
|
+
|
61
|
+
type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
|
62
|
+
|
63
|
+
uri: Optional[str] = None
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from typing import List, Optional
|
4
|
+
|
5
|
+
from pydantic import Field as FieldInfo
|
6
|
+
|
7
|
+
from .._models import BaseModel
|
8
|
+
|
9
|
+
__all__ = ["AirfieldSlotConsumptionQueryhelpResponse", "Parameter"]
|
10
|
+
|
11
|
+
|
12
|
+
class Parameter(BaseModel):
|
13
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
14
|
+
|
15
|
+
derived: Optional[bool] = None
|
16
|
+
|
17
|
+
description: Optional[str] = None
|
18
|
+
|
19
|
+
elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
|
20
|
+
|
21
|
+
format: Optional[str] = None
|
22
|
+
|
23
|
+
hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
|
24
|
+
|
25
|
+
hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
|
26
|
+
|
27
|
+
name: Optional[str] = None
|
28
|
+
|
29
|
+
required: Optional[bool] = None
|
30
|
+
|
31
|
+
rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
|
32
|
+
|
33
|
+
rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
|
34
|
+
|
35
|
+
type: Optional[str] = None
|
36
|
+
|
37
|
+
unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
|
38
|
+
|
39
|
+
utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
|
40
|
+
|
41
|
+
|
42
|
+
class AirfieldSlotConsumptionQueryhelpResponse(BaseModel):
|
43
|
+
aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
|
44
|
+
|
45
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
46
|
+
|
47
|
+
description: Optional[str] = None
|
48
|
+
|
49
|
+
history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
|
50
|
+
|
51
|
+
name: Optional[str] = None
|
52
|
+
|
53
|
+
parameters: Optional[List[Parameter]] = None
|
54
|
+
|
55
|
+
required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
|
56
|
+
|
57
|
+
rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
|
58
|
+
|
59
|
+
sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
|
60
|
+
|
61
|
+
type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
|
62
|
+
|
63
|
+
uri: Optional[str] = None
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from typing import List, Optional
|
4
|
+
|
5
|
+
from pydantic import Field as FieldInfo
|
6
|
+
|
7
|
+
from .._models import BaseModel
|
8
|
+
|
9
|
+
__all__ = ["AirfieldSlotQueryhelpResponse", "Parameter"]
|
10
|
+
|
11
|
+
|
12
|
+
class Parameter(BaseModel):
|
13
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
14
|
+
|
15
|
+
derived: Optional[bool] = None
|
16
|
+
|
17
|
+
description: Optional[str] = None
|
18
|
+
|
19
|
+
elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
|
20
|
+
|
21
|
+
format: Optional[str] = None
|
22
|
+
|
23
|
+
hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
|
24
|
+
|
25
|
+
hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
|
26
|
+
|
27
|
+
name: Optional[str] = None
|
28
|
+
|
29
|
+
required: Optional[bool] = None
|
30
|
+
|
31
|
+
rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
|
32
|
+
|
33
|
+
rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
|
34
|
+
|
35
|
+
type: Optional[str] = None
|
36
|
+
|
37
|
+
unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
|
38
|
+
|
39
|
+
utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
|
40
|
+
|
41
|
+
|
42
|
+
class AirfieldSlotQueryhelpResponse(BaseModel):
|
43
|
+
aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
|
44
|
+
|
45
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
46
|
+
|
47
|
+
description: Optional[str] = None
|
48
|
+
|
49
|
+
history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
|
50
|
+
|
51
|
+
name: Optional[str] = None
|
52
|
+
|
53
|
+
parameters: Optional[List[Parameter]] = None
|
54
|
+
|
55
|
+
required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
|
56
|
+
|
57
|
+
rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
|
58
|
+
|
59
|
+
sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
|
60
|
+
|
61
|
+
type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
|
62
|
+
|
63
|
+
uri: Optional[str] = None
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from typing import List, Optional
|
4
|
+
|
5
|
+
from pydantic import Field as FieldInfo
|
6
|
+
|
7
|
+
from .._models import BaseModel
|
8
|
+
|
9
|
+
__all__ = ["AirfieldStatusQueryhelpResponse", "Parameter"]
|
10
|
+
|
11
|
+
|
12
|
+
class Parameter(BaseModel):
|
13
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
14
|
+
|
15
|
+
derived: Optional[bool] = None
|
16
|
+
|
17
|
+
description: Optional[str] = None
|
18
|
+
|
19
|
+
elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
|
20
|
+
|
21
|
+
format: Optional[str] = None
|
22
|
+
|
23
|
+
hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
|
24
|
+
|
25
|
+
hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
|
26
|
+
|
27
|
+
name: Optional[str] = None
|
28
|
+
|
29
|
+
required: Optional[bool] = None
|
30
|
+
|
31
|
+
rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
|
32
|
+
|
33
|
+
rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
|
34
|
+
|
35
|
+
type: Optional[str] = None
|
36
|
+
|
37
|
+
unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
|
38
|
+
|
39
|
+
utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
|
40
|
+
|
41
|
+
|
42
|
+
class AirfieldStatusQueryhelpResponse(BaseModel):
|
43
|
+
aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
|
44
|
+
|
45
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
46
|
+
|
47
|
+
description: Optional[str] = None
|
48
|
+
|
49
|
+
history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
|
50
|
+
|
51
|
+
name: Optional[str] = None
|
52
|
+
|
53
|
+
parameters: Optional[List[Parameter]] = None
|
54
|
+
|
55
|
+
required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
|
56
|
+
|
57
|
+
rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
|
58
|
+
|
59
|
+
sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
|
60
|
+
|
61
|
+
type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
|
62
|
+
|
63
|
+
uri: Optional[str] = None
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from typing import List, Optional
|
4
|
+
|
5
|
+
from pydantic import Field as FieldInfo
|
6
|
+
|
7
|
+
from .._models import BaseModel
|
8
|
+
|
9
|
+
__all__ = ["AirspaceControlOrderQueryHelpResponse", "Parameter"]
|
10
|
+
|
11
|
+
|
12
|
+
class Parameter(BaseModel):
|
13
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
14
|
+
|
15
|
+
derived: Optional[bool] = None
|
16
|
+
|
17
|
+
description: Optional[str] = None
|
18
|
+
|
19
|
+
elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
|
20
|
+
|
21
|
+
format: Optional[str] = None
|
22
|
+
|
23
|
+
hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
|
24
|
+
|
25
|
+
hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
|
26
|
+
|
27
|
+
name: Optional[str] = None
|
28
|
+
|
29
|
+
required: Optional[bool] = None
|
30
|
+
|
31
|
+
rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
|
32
|
+
|
33
|
+
rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
|
34
|
+
|
35
|
+
type: Optional[str] = None
|
36
|
+
|
37
|
+
unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
|
38
|
+
|
39
|
+
utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
|
40
|
+
|
41
|
+
|
42
|
+
class AirspaceControlOrderQueryHelpResponse(BaseModel):
|
43
|
+
aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
|
44
|
+
|
45
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
46
|
+
|
47
|
+
description: Optional[str] = None
|
48
|
+
|
49
|
+
history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
|
50
|
+
|
51
|
+
name: Optional[str] = None
|
52
|
+
|
53
|
+
parameters: Optional[List[Parameter]] = None
|
54
|
+
|
55
|
+
required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
|
56
|
+
|
57
|
+
rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
|
58
|
+
|
59
|
+
sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
|
60
|
+
|
61
|
+
type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
|
62
|
+
|
63
|
+
uri: Optional[str] = None
|
@@ -8,7 +8,273 @@ from pydantic import Field as FieldInfo
|
|
8
8
|
|
9
9
|
from .._models import BaseModel
|
10
10
|
|
11
|
-
__all__ = ["AnalyticImageryFull"]
|
11
|
+
__all__ = ["AnalyticImageryFull", "FeatureAssessment"]
|
12
|
+
|
13
|
+
|
14
|
+
class FeatureAssessment(BaseModel):
|
15
|
+
classification_marking: str = FieldInfo(alias="classificationMarking")
|
16
|
+
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
17
|
+
|
18
|
+
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
19
|
+
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
20
|
+
|
21
|
+
EXERCISE: Data pertaining to a government or military exercise. The data
|
22
|
+
may include both real and simulated data.
|
23
|
+
|
24
|
+
REAL: Data collected or produced that pertains to real-world objects,
|
25
|
+
events, and analysis.
|
26
|
+
|
27
|
+
SIMULATED: Synthetic data generated by a model to mimic real-world
|
28
|
+
datasets.
|
29
|
+
|
30
|
+
TEST: Specific datasets used to evaluate compliance with specifications and
|
31
|
+
requirements, and for validating technical, functional, and performance
|
32
|
+
characteristics.
|
33
|
+
"""
|
34
|
+
|
35
|
+
feature_ts: datetime = FieldInfo(alias="featureTs")
|
36
|
+
"""
|
37
|
+
Datetime type value associated with this record, in ISO 8601 UTC format with
|
38
|
+
millisecond precision.
|
39
|
+
"""
|
40
|
+
|
41
|
+
feature_uo_m: str = FieldInfo(alias="featureUoM")
|
42
|
+
"""The Unit of Measure associated with this feature.
|
43
|
+
|
44
|
+
If there are no physical units associated with the feature a value of NONE
|
45
|
+
should be specified.
|
46
|
+
"""
|
47
|
+
|
48
|
+
id_analytic_imagery: str = FieldInfo(alias="idAnalyticImagery")
|
49
|
+
"""
|
50
|
+
Unique identifier of the Analytic Imagery associated with this Feature
|
51
|
+
Assessment record.
|
52
|
+
"""
|
53
|
+
|
54
|
+
source: str
|
55
|
+
"""Source of the data."""
|
56
|
+
|
57
|
+
id: Optional[str] = None
|
58
|
+
"""Unique identifier of the record, auto-generated by the system."""
|
59
|
+
|
60
|
+
agjson: Optional[str] = None
|
61
|
+
"""
|
62
|
+
Geographical region or polygon (lat/lon pairs), as depicted by the GeoJSON
|
63
|
+
representation of the geometry/geography, of the feature assessment as projected
|
64
|
+
on the ground. GeoJSON Reference: https://geojson.org/. Ignored if included with
|
65
|
+
a POST or PUT request that also specifies a valid 'area' or 'atext' field.
|
66
|
+
"""
|
67
|
+
|
68
|
+
andims: Optional[int] = None
|
69
|
+
"""Number of dimensions of the geometry depicted by region."""
|
70
|
+
|
71
|
+
ann_lims: Optional[List[List[int]]] = FieldInfo(alias="annLims", default=None)
|
72
|
+
"""Polygonal annotation limits, specified in pixels, as an array of arrays N x M.
|
73
|
+
|
74
|
+
Allows the image provider to highlight one or more polygonal area(s) of
|
75
|
+
interest. The array must contain NxM two-element arrays, where N is the number
|
76
|
+
of polygons of interest. The associated annotation(s) should be included in the
|
77
|
+
annText array.
|
78
|
+
"""
|
79
|
+
|
80
|
+
ann_text: Optional[List[str]] = FieldInfo(alias="annText", default=None)
|
81
|
+
"""
|
82
|
+
Annotation text, a string array of annotation(s) corresponding to the
|
83
|
+
rectangular areas specified in annLims. This array contains the annotation text
|
84
|
+
associated with the areas of interest indicated in annLims, in order. This array
|
85
|
+
should contain one annotation per four values of the area (annLims) array.
|
86
|
+
"""
|
87
|
+
|
88
|
+
area: Optional[str] = None
|
89
|
+
"""
|
90
|
+
Optional geographical region or polygon (lat/lon pairs) of the area surrounding
|
91
|
+
the feature assessment as projected on the ground.
|
92
|
+
"""
|
93
|
+
|
94
|
+
asrid: Optional[int] = None
|
95
|
+
"""Geographical spatial_ref_sys for region."""
|
96
|
+
|
97
|
+
assessment: Optional[str] = None
|
98
|
+
"""Descriptive or additional information associated with this feature/assessment."""
|
99
|
+
|
100
|
+
atext: Optional[str] = None
|
101
|
+
"""
|
102
|
+
Geographical region or polygon (lon/lat pairs), as depicted by the Well-Known
|
103
|
+
Text representation of the geometry/geography, of the feature assessment as
|
104
|
+
projected on the ground. WKT reference:
|
105
|
+
https://www.opengeospatial.org/standards/wkt-crs. Ignored if included with a
|
106
|
+
POST or PUT request that also specifies a valid 'area' field.
|
107
|
+
"""
|
108
|
+
|
109
|
+
atype: Optional[str] = None
|
110
|
+
"""Type of region as projected on the ground (POLYGON, POINT, LINE)."""
|
111
|
+
|
112
|
+
confidence: Optional[float] = None
|
113
|
+
"""Analytic confidence of feature accuracy (0 to 1)."""
|
114
|
+
|
115
|
+
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
116
|
+
"""Time the row was created in the database, auto-populated by the system."""
|
117
|
+
|
118
|
+
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
119
|
+
"""
|
120
|
+
Application user who created the row in the database, auto-populated by the
|
121
|
+
system.
|
122
|
+
"""
|
123
|
+
|
124
|
+
external_id: Optional[str] = FieldInfo(alias="externalId", default=None)
|
125
|
+
"""Feature Assessment ID from external systems.
|
126
|
+
|
127
|
+
This field has no meaning within UDL and is provided as a convenience for
|
128
|
+
systems that require tracking of an internal system generated ID.
|
129
|
+
"""
|
130
|
+
|
131
|
+
feature_array: Optional[List[float]] = FieldInfo(alias="featureArray", default=None)
|
132
|
+
"""
|
133
|
+
An array of numeric feature/assessment values expressed in the specified unit of
|
134
|
+
measure (obUoM). Because of the variability of the Feature Assessment data
|
135
|
+
types, each record may employ a numeric observation value (featureValue), a
|
136
|
+
string observation value (featureString), a Boolean observation value
|
137
|
+
(featureBool), an array of numeric observation values (featureArray), or any
|
138
|
+
combination of these.
|
139
|
+
"""
|
140
|
+
|
141
|
+
feature_bool: Optional[bool] = FieldInfo(alias="featureBool", default=None)
|
142
|
+
"""A boolean feature/assessment.
|
143
|
+
|
144
|
+
Because of the variability of the Feature Assessment data types, each record may
|
145
|
+
employ a numeric observation value (featureValue), a string observation value
|
146
|
+
(featureString), a Boolean observation value (featureBool), an array of numeric
|
147
|
+
observation values (featureArray), or any combination of these.
|
148
|
+
"""
|
149
|
+
|
150
|
+
feature_string: Optional[str] = FieldInfo(alias="featureString", default=None)
|
151
|
+
"""
|
152
|
+
A single feature/assessment string expressed in the specified unit of measure
|
153
|
+
(obUoM). Because of the variability of the Feature Assessment data types, each
|
154
|
+
record may employ a numeric observation value (featureValue), a string
|
155
|
+
observation value (featureString), a Boolean observation value (featureBool), an
|
156
|
+
array of numeric observation values (featureArray), or any combination of these.
|
157
|
+
"""
|
158
|
+
|
159
|
+
feature_string_array: Optional[List[str]] = FieldInfo(alias="featureStringArray", default=None)
|
160
|
+
"""An array of string feature/assessment expressions.
|
161
|
+
|
162
|
+
Because of the variability of the Feature Assessment data types, each record may
|
163
|
+
employ a numeric observation value (featureValue), a string observation value
|
164
|
+
(featureString), a Boolean observation value (featureBool), an array of numeric
|
165
|
+
observation values (featureArray), or any combination of these.
|
166
|
+
"""
|
167
|
+
|
168
|
+
feature_value: Optional[float] = FieldInfo(alias="featureValue", default=None)
|
169
|
+
"""
|
170
|
+
A single feature/assessment value expressed in the specified unit of measure
|
171
|
+
(obUoM). Because of the variability of the Feature Assessment data types, each
|
172
|
+
record may employ a numeric observation value (featureValue), a string
|
173
|
+
observation value (featureString), a Boolean observation value (featureBool), an
|
174
|
+
array of numeric observation values (featureArray), or any combination of these.
|
175
|
+
"""
|
176
|
+
|
177
|
+
heading: Optional[float] = None
|
178
|
+
"""
|
179
|
+
The feature object heading, in degrees clockwise from true North at the object
|
180
|
+
location.
|
181
|
+
"""
|
182
|
+
|
183
|
+
height: Optional[float] = None
|
184
|
+
"""Estimated physical height of the feature, in meters."""
|
185
|
+
|
186
|
+
length: Optional[float] = None
|
187
|
+
"""Estimated physical length of the feature, in meters."""
|
188
|
+
|
189
|
+
name: Optional[str] = None
|
190
|
+
"""Source defined name of the feature associated with this record.
|
191
|
+
|
192
|
+
If an annotation for this feature element exists on the parent image it can be
|
193
|
+
referenced here.
|
194
|
+
"""
|
195
|
+
|
196
|
+
origin: Optional[str] = None
|
197
|
+
"""
|
198
|
+
Originating system or organization which produced the data, if different from
|
199
|
+
the source. The origin may be different than the source if the source was a
|
200
|
+
mediating system which forwarded the data on behalf of the origin system. If
|
201
|
+
null, the source may be assumed to be the origin.
|
202
|
+
"""
|
203
|
+
|
204
|
+
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
205
|
+
"""
|
206
|
+
The originating source network on which this record was created, auto-populated
|
207
|
+
by the system.
|
208
|
+
"""
|
209
|
+
|
210
|
+
source_dl: Optional[str] = FieldInfo(alias="sourceDL", default=None)
|
211
|
+
"""The source data library from which this record was received.
|
212
|
+
|
213
|
+
This could be a remote or tactical UDL or another data library. If null, the
|
214
|
+
record should be assumed to have originated from the primary Enterprise UDL.
|
215
|
+
"""
|
216
|
+
|
217
|
+
speed: Optional[float] = None
|
218
|
+
"""Feature's speed of travel, in meters per second."""
|
219
|
+
|
220
|
+
src_ids: Optional[List[str]] = FieldInfo(alias="srcIds", default=None)
|
221
|
+
"""
|
222
|
+
Array of UUIDs of the UDL data records that are related to the determination of
|
223
|
+
this activity or event. See the associated 'srcTyps' array for the specific
|
224
|
+
types of data, positionally corresponding to the UUIDs in this array. The
|
225
|
+
'srcTyps', 'srcIds', and 'srcTs' arrays must contain the same number of
|
226
|
+
elements. See the corresponding srcTyps array element for the data type of the
|
227
|
+
UUID and use the appropriate API operation to retrieve that object.
|
228
|
+
"""
|
229
|
+
|
230
|
+
src_ts: Optional[List[datetime]] = FieldInfo(alias="srcTs", default=None)
|
231
|
+
"""
|
232
|
+
Array of the primary timestamps, in ISO 8601 UTC format, with appropriate
|
233
|
+
precision for the datatype of each correspondng srcTyp/srcId record. See the
|
234
|
+
associated 'srcTyps' and 'srcIds' arrays for the record type and UUID,
|
235
|
+
respectively, positionally corresponding to the record types in this array. The
|
236
|
+
'srcTyps', 'srcIds', and 'srcTs' arrays must contain the same number of
|
237
|
+
elements. These timestamps are included to support services which do not include
|
238
|
+
a GET by {id} operation. If referencing a datatype which does not include a
|
239
|
+
primary timestamp, the corresponding srcTs array element should be included as
|
240
|
+
null.
|
241
|
+
"""
|
242
|
+
|
243
|
+
src_typs: Optional[List[str]] = FieldInfo(alias="srcTyps", default=None)
|
244
|
+
"""
|
245
|
+
Array of UDL record types (AIS, GROUNDIMAGE, MTI, ONORBIT, POI, SAR, SKYIMAGE,
|
246
|
+
SOI, TRACK) related to this feature assessment. See the associated 'srcIds' and
|
247
|
+
'srcTs' arrays for the record UUIDs and timetsmps. respectively, positionally
|
248
|
+
corresponding to the record types in this array. The 'srcTyps', 'srcIds', and
|
249
|
+
'srcTs' arrays must contain the same number of elements.
|
250
|
+
"""
|
251
|
+
|
252
|
+
tags: Optional[List[str]] = None
|
253
|
+
"""
|
254
|
+
Optional array of provider/source specific tags for this data, where each
|
255
|
+
element is no longer than 32 characters, used for implementing data owner
|
256
|
+
conditional access controls to restrict access to the data. Should be left null
|
257
|
+
by data providers unless conditional access controls are coordinated with the
|
258
|
+
UDL team.
|
259
|
+
"""
|
260
|
+
|
261
|
+
transaction_id: Optional[str] = FieldInfo(alias="transactionId", default=None)
|
262
|
+
"""
|
263
|
+
Optional identifier to track a commercial or marketplace transaction executed to
|
264
|
+
produce this data.
|
265
|
+
"""
|
266
|
+
|
267
|
+
type: Optional[str] = None
|
268
|
+
"""The type of feature (e.g.
|
269
|
+
|
270
|
+
AIRCRAFT, ANTENNA, SOLAR ARRAY, SITE, STRUCTURE, VESSEL, VEHICLE, UNKNOWN, etc.)
|
271
|
+
detailed in this feature assessment record. This type may be a primary feature
|
272
|
+
within an image, for example a VESSEL, or may be a component or characteristic
|
273
|
+
of a primary feature, for example an ANTENNA mounted on a vessel.
|
274
|
+
"""
|
275
|
+
|
276
|
+
width: Optional[float] = None
|
277
|
+
"""Estimated physical width of the feature, in meters."""
|
12
278
|
|
13
279
|
|
14
280
|
class AnalyticImageryFull(BaseModel):
|
@@ -129,6 +395,11 @@ class AnalyticImageryFull(BaseModel):
|
|
129
395
|
used in the analysis or composition of the image content, when applicable.
|
130
396
|
"""
|
131
397
|
|
398
|
+
feature_assessments: Optional[List[FeatureAssessment]] = FieldInfo(alias="featureAssessments", default=None)
|
399
|
+
"""
|
400
|
+
A collection of feature assessments associated with the analytic imagery record.
|
401
|
+
"""
|
402
|
+
|
132
403
|
id_sensor: Optional[str] = FieldInfo(alias="idSensor", default=None)
|
133
404
|
"""Unique identifier of the reporting sensor."""
|
134
405
|
|
@@ -3,8 +3,8 @@
|
|
3
3
|
from typing import List
|
4
4
|
from typing_extensions import TypeAlias
|
5
5
|
|
6
|
-
from .
|
6
|
+
from .analytic_imagery_abridged import AnalyticImageryAbridged
|
7
7
|
|
8
8
|
__all__ = ["AnalyticImageryHistoryResponse"]
|
9
9
|
|
10
|
-
AnalyticImageryHistoryResponse: TypeAlias = List[
|
10
|
+
AnalyticImageryHistoryResponse: TypeAlias = List[AnalyticImageryAbridged]
|
@@ -0,0 +1,63 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from typing import List, Optional
|
4
|
+
|
5
|
+
from pydantic import Field as FieldInfo
|
6
|
+
|
7
|
+
from .._models import BaseModel
|
8
|
+
|
9
|
+
__all__ = ["AnalyticImageryQueryhelpResponse", "Parameter"]
|
10
|
+
|
11
|
+
|
12
|
+
class Parameter(BaseModel):
|
13
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
14
|
+
|
15
|
+
derived: Optional[bool] = None
|
16
|
+
|
17
|
+
description: Optional[str] = None
|
18
|
+
|
19
|
+
elem_match: Optional[bool] = FieldInfo(alias="elemMatch", default=None)
|
20
|
+
|
21
|
+
format: Optional[str] = None
|
22
|
+
|
23
|
+
hist_query_supported: Optional[bool] = FieldInfo(alias="histQuerySupported", default=None)
|
24
|
+
|
25
|
+
hist_tuple_supported: Optional[bool] = FieldInfo(alias="histTupleSupported", default=None)
|
26
|
+
|
27
|
+
name: Optional[str] = None
|
28
|
+
|
29
|
+
required: Optional[bool] = None
|
30
|
+
|
31
|
+
rest_query_supported: Optional[bool] = FieldInfo(alias="restQuerySupported", default=None)
|
32
|
+
|
33
|
+
rest_tuple_supported: Optional[bool] = FieldInfo(alias="restTupleSupported", default=None)
|
34
|
+
|
35
|
+
type: Optional[str] = None
|
36
|
+
|
37
|
+
unit_of_measure: Optional[str] = FieldInfo(alias="unitOfMeasure", default=None)
|
38
|
+
|
39
|
+
utc_date: Optional[bool] = FieldInfo(alias="utcDate", default=None)
|
40
|
+
|
41
|
+
|
42
|
+
class AnalyticImageryQueryhelpResponse(BaseModel):
|
43
|
+
aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
|
44
|
+
|
45
|
+
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
46
|
+
|
47
|
+
description: Optional[str] = None
|
48
|
+
|
49
|
+
history_supported: Optional[bool] = FieldInfo(alias="historySupported", default=None)
|
50
|
+
|
51
|
+
name: Optional[str] = None
|
52
|
+
|
53
|
+
parameters: Optional[List[Parameter]] = None
|
54
|
+
|
55
|
+
required_roles: Optional[List[str]] = FieldInfo(alias="requiredRoles", default=None)
|
56
|
+
|
57
|
+
rest_supported: Optional[bool] = FieldInfo(alias="restSupported", default=None)
|
58
|
+
|
59
|
+
sort_supported: Optional[bool] = FieldInfo(alias="sortSupported", default=None)
|
60
|
+
|
61
|
+
type_name: Optional[str] = FieldInfo(alias="typeName", default=None)
|
62
|
+
|
63
|
+
uri: Optional[str] = None
|