udl-sdk 0.1.0a17__py3-none-any.whl → 0.1.0a19__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.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/RECORD +137 -130
- unifieddatalibrary/_client.py +27 -61
- unifieddatalibrary/_models.py +1 -1
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/__init__.py +28 -84
- unifieddatalibrary/resources/air_operations/__init__.py +0 -14
- unifieddatalibrary/resources/air_operations/air_operations.py +0 -32
- unifieddatalibrary/resources/air_operations/aircraft_sorties.py +1507 -37
- unifieddatalibrary/resources/air_operations/crewpapers.py +4 -4
- unifieddatalibrary/resources/airload_plans.py +1311 -59
- unifieddatalibrary/resources/attitude_sets/attitude_sets.py +106 -0
- unifieddatalibrary/resources/conjunctions/conjunctions.py +4 -4
- unifieddatalibrary/resources/gnss_raw_if/gnss_raw_if.py +801 -0
- unifieddatalibrary/resources/iono_observations/__init__.py +33 -0
- unifieddatalibrary/resources/{iono_observation → iono_observations}/history.py +2 -2
- unifieddatalibrary/resources/{ion_oobservation.py → iono_observations/iono_observations.py} +123 -91
- unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -4
- unifieddatalibrary/resources/onorbitantenna.py +5 -4
- unifieddatalibrary/resources/onorbitbattery.py +5 -4
- unifieddatalibrary/resources/onorbitsolararray.py +5 -4
- unifieddatalibrary/resources/onorbitthruster.py +5 -4
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/__init__.py +13 -13
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/history.py +2 -2
- unifieddatalibrary/resources/{report_and_activity/report_and_activity.py → report_and_activities/report_and_activities.py} +35 -35
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_h3geo.py +1 -1
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_sigact.py +1 -1
- unifieddatalibrary/resources/scs/paths.py +4 -4
- unifieddatalibrary/resources/scs/scs.py +4 -4
- unifieddatalibrary/resources/scs/v2.py +4 -4
- unifieddatalibrary/resources/status.py +5 -4
- unifieddatalibrary/resources/supporting_data/__init__.py +0 -42
- unifieddatalibrary/resources/supporting_data/dataowner.py +257 -1
- unifieddatalibrary/resources/supporting_data/supporting_data.py +0 -96
- unifieddatalibrary/resources/track_route/track_route.py +26 -23
- unifieddatalibrary/types/__init__.py +40 -30
- unifieddatalibrary/types/air_operations/__init__.py +12 -12
- unifieddatalibrary/types/air_operations/{aircraft_sortie_list_params.py → aircraft_sorty_count_params.py} +2 -2
- unifieddatalibrary/types/air_operations/aircraft_sorty_count_response.py +7 -0
- unifieddatalibrary/types/air_operations/{aircraft_sortie_create_bulk_params.py → aircraft_sorty_create_bulk_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_create_params.py → aircraft_sorty_create_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_aodr_params.py → aircraft_sorty_history_aodr_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_count_params.py → aircraft_sorty_history_count_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_count_response.py → air_operations/aircraft_sorty_history_count_response.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_params.py → aircraft_sorty_history_query_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_response.py → aircraft_sorty_history_query_response.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_count_params.py → aircraft_sorty_list_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_count_params.py → airload_plan_count_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_count_response.py → airload_plan_count_response.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_create_params.py → airload_plan_create_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_list_params.py → airload_plan_list_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_queryhelp_response.py → airload_plan_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_retrieve_params.py → airload_plan_retrieve_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_tuple_params.py → airload_plan_tuple_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_tuple_response.py → airload_plan_tuple_response.py} +2 -2
- unifieddatalibrary/types/altitude_blocks_ingest_param.py +22 -0
- unifieddatalibrary/types/{attitudeset_retrieve_params.py → attitude_set_retrieve_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_count_params.py → gnss_raw_if_count_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_count_response.py → gnss_raw_if_count_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_file_get_params.py → gnss_raw_if_file_get_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_get_params.py → gnss_raw_if_get_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_get_response.py → gnss_raw_if_get_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_list_params.py → gnss_raw_if_list_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_list_response.py → gnss_raw_if_list_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_queryhelp_response.py → gnss_raw_if_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_tuple_params.py → gnss_raw_if_tuple_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_tuple_response.py → gnss_raw_if_tuple_response.py} +3 -3
- unifieddatalibrary/types/{gnss_rawif_upload_zip_params.py → gnss_raw_if_upload_zip_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_count_params.py → iono_observation_count_params.py} +2 -2
- unifieddatalibrary/types/{air_operations/aircraft_sortie_count_response.py → iono_observation_count_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_create_bulk_params.py → iono_observation_create_bulk_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_list_params.py → iono_observation_list_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_list_response.py → iono_observation_list_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_queryhelp_response.py → iono_observation_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_tuple_params.py → iono_observation_tuple_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_tuple_response.py → iono_observation_tuple_response.py} +82 -82
- unifieddatalibrary/types/{ion_oobservation_unvalidated_publish_params.py → iono_observation_unvalidated_publish_params.py} +2 -2
- unifieddatalibrary/types/logistics_remarks_ingest_param.py +25 -0
- unifieddatalibrary/types/logistics_support_create_bulk_params.py +4 -51
- unifieddatalibrary/types/logistics_support_create_params.py +4 -49
- unifieddatalibrary/types/logistics_support_unvalidated_publish_params.py +4 -51
- unifieddatalibrary/types/logistics_support_update_params.py +4 -49
- unifieddatalibrary/types/onorbitantenna_create_params.py +3 -38
- unifieddatalibrary/types/onorbitantenna_update_params.py +3 -38
- unifieddatalibrary/types/onorbitbattery_create_params.py +3 -38
- unifieddatalibrary/types/onorbitbattery_update_params.py +3 -38
- unifieddatalibrary/types/onorbitsolararray_create_params.py +3 -38
- unifieddatalibrary/types/onorbitsolararray_update_params.py +3 -38
- unifieddatalibrary/types/onorbitthruster_create_params.py +3 -41
- unifieddatalibrary/types/onorbitthruster_update_params.py +3 -41
- unifieddatalibrary/types/point_of_contact_ingest_param.py +41 -0
- unifieddatalibrary/types/route_points_ingest_param.py +82 -0
- unifieddatalibrary/types/shared/__init__.py +5 -0
- unifieddatalibrary/types/shared/antenna_ingest.py +62 -0
- unifieddatalibrary/types/shared/battery_ingest.py +62 -0
- unifieddatalibrary/types/shared/engine_ingest.py +65 -0
- unifieddatalibrary/types/shared/solar_array_ingest.py +62 -0
- unifieddatalibrary/types/shared/sub_status_ingest.py +74 -0
- unifieddatalibrary/types/shared_params/__init__.py +5 -0
- unifieddatalibrary/types/shared_params/antenna_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/battery_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/engine_ingest.py +48 -0
- unifieddatalibrary/types/shared_params/solar_array_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/sub_status_ingest.py +57 -0
- unifieddatalibrary/types/status_create_params.py +3 -50
- unifieddatalibrary/types/status_update_params.py +3 -50
- unifieddatalibrary/types/supporting_data/__init__.py +13 -5
- unifieddatalibrary/types/supporting_data/{query_help_retrieve_response.py → dataowner_query_help_response.py} +2 -2
- unifieddatalibrary/types/supporting_data/{dataowner_type_list_params.py → dataowner_retrieve_data_owner_types_params.py} +2 -2
- unifieddatalibrary/types/supporting_data/dataowner_retrieve_data_owner_types_response.py +8 -0
- unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_params.py → dataowner_retrieve_provider_metadata_params.py} +2 -2
- unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_response.py → dataowner_retrieve_provider_metadata_response.py} +2 -2
- unifieddatalibrary/types/track_route_create_bulk_params.py +5 -267
- unifieddatalibrary/types/track_route_create_params.py +7 -122
- unifieddatalibrary/types/track_route_ingest_param.py +157 -0
- unifieddatalibrary/types/track_route_unvalidated_publish_params.py +7 -122
- unifieddatalibrary/types/track_route_update_params.py +7 -122
- unifieddatalibrary/resources/air_load_plans.py +0 -1341
- unifieddatalibrary/resources/air_operations/aircraft_sortie.py +0 -1557
- unifieddatalibrary/resources/attitudesets.py +0 -191
- unifieddatalibrary/resources/gnss_rawif.py +0 -871
- unifieddatalibrary/resources/iono_observation/__init__.py +0 -33
- unifieddatalibrary/resources/iono_observation/iono_observation.py +0 -102
- unifieddatalibrary/resources/supporting_data/dataowner_types.py +0 -186
- unifieddatalibrary/resources/supporting_data/provider_metadata.py +0 -179
- unifieddatalibrary/resources/supporting_data/query_help.py +0 -141
- unifieddatalibrary/types/air_operations/aircraft_sortie_history_count_response.py +0 -7
- unifieddatalibrary/types/supporting_data/dataowner_type_list_response.py +0 -7
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/licenses/LICENSE +0 -0
- /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
- /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/poi.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/__init__.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_aodr_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_response.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/__init__.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_aodr_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_h3geo_unvalidated_publish_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_file_get_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_unvalidated_publish_params.py +0 -0
@@ -25,7 +25,10 @@ from .shared import (
|
|
25
25
|
PathwayFull as PathwayFull,
|
26
26
|
AircraftFull as AircraftFull,
|
27
27
|
AirfieldFull as AirfieldFull,
|
28
|
+
EngineIngest as EngineIngest,
|
28
29
|
LocationFull as LocationFull,
|
30
|
+
AntennaIngest as AntennaIngest,
|
31
|
+
BatteryIngest as BatteryIngest,
|
29
32
|
EphemerisFull as EphemerisFull,
|
30
33
|
SortiePprFull as SortiePprFull,
|
31
34
|
SubStatusFull as SubStatusFull,
|
@@ -37,12 +40,14 @@ from .shared import (
|
|
37
40
|
ConjunctionFull as ConjunctionFull,
|
38
41
|
ParamDescriptor as ParamDescriptor,
|
39
42
|
StateVectorFull as StateVectorFull,
|
43
|
+
SubStatusIngest as SubStatusIngest,
|
40
44
|
AirfieldslotFull as AirfieldslotFull,
|
41
45
|
AttitudedataFull as AttitudedataFull,
|
42
46
|
DriftHistoryFull as DriftHistoryFull,
|
43
47
|
LocationAbridged as LocationAbridged,
|
44
48
|
NotificationFull as NotificationFull,
|
45
49
|
OrganizationFull as OrganizationFull,
|
50
|
+
SolarArrayIngest as SolarArrayIngest,
|
46
51
|
EngineDetailsFull as EngineDetailsFull,
|
47
52
|
EoObservationFull as EoObservationFull,
|
48
53
|
OperatingunitFull as OperatingunitFull,
|
@@ -388,7 +393,6 @@ from .ephemeris_list_params import EphemerisListParams as EphemerisListParams
|
|
388
393
|
from .equipment_list_params import EquipmentListParams as EquipmentListParams
|
389
394
|
from .equipment_remark_full import EquipmentRemarkFull as EquipmentRemarkFull
|
390
395
|
from .geo_status_get_params import GeoStatusGetParams as GeoStatusGetParams
|
391
|
-
from .gnss_rawif_get_params import GnssRawifGetParams as GnssRawifGetParams
|
392
396
|
from .h3_geo_count_response import H3GeoCountResponse as H3GeoCountResponse
|
393
397
|
from .h3_geo_tuple_response import H3GeoTupleResponse as H3GeoTupleResponse
|
394
398
|
from .hazard_count_response import HazardCountResponse as HazardCountResponse
|
@@ -459,7 +463,7 @@ from .equipment_count_params import EquipmentCountParams as EquipmentCountParams
|
|
459
463
|
from .equipment_tuple_params import EquipmentTupleParams as EquipmentTupleParams
|
460
464
|
from .flightplan_list_params import FlightplanListParams as FlightplanListParams
|
461
465
|
from .geo_status_list_params import GeoStatusListParams as GeoStatusListParams
|
462
|
-
from .
|
466
|
+
from .gnss_raw_if_get_params import GnssRawIfGetParams as GnssRawIfGetParams
|
463
467
|
from .launch_site_get_params import LaunchSiteGetParams as LaunchSiteGetParams
|
464
468
|
from .link_status_get_params import LinkStatusGetParams as LinkStatusGetParams
|
465
469
|
from .location_create_params import LocationCreateParams as LocationCreateParams
|
@@ -530,9 +534,7 @@ from .flightplan_count_params import FlightplanCountParams as FlightplanCountPar
|
|
530
534
|
from .flightplan_tuple_params import FlightplanTupleParams as FlightplanTupleParams
|
531
535
|
from .geo_status_count_params import GeoStatusCountParams as GeoStatusCountParams
|
532
536
|
from .geo_status_tuple_params import GeoStatusTupleParams as GeoStatusTupleParams
|
533
|
-
from .
|
534
|
-
from .gnss_rawif_get_response import GnssRawifGetResponse as GnssRawifGetResponse
|
535
|
-
from .gnss_rawif_tuple_params import GnssRawifTupleParams as GnssRawifTupleParams
|
537
|
+
from .gnss_raw_if_list_params import GnssRawIfListParams as GnssRawIfListParams
|
536
538
|
from .isr_collection_poc_full import IsrCollectionPocFull as IsrCollectionPocFull
|
537
539
|
from .item_queryhelp_response import ItemQueryhelpResponse as ItemQueryhelpResponse
|
538
540
|
from .launch_event_get_params import LaunchEventGetParams as LaunchEventGetParams
|
@@ -591,6 +593,7 @@ from .air_event_count_response import AirEventCountResponse as AirEventCountResp
|
|
591
593
|
from .air_event_tuple_response import AirEventTupleResponse as AirEventTupleResponse
|
592
594
|
from .aircraft_retrieve_params import AircraftRetrieveParams as AircraftRetrieveParams
|
593
595
|
from .airfield_retrieve_params import AirfieldRetrieveParams as AirfieldRetrieveParams
|
596
|
+
from .airload_plan_list_params import AirloadPlanListParams as AirloadPlanListParams
|
594
597
|
from .attitude_set_list_params import AttitudeSetListParams as AttitudeSetListParams
|
595
598
|
from .beam_contour_list_params import BeamContourListParams as BeamContourListParams
|
596
599
|
from .beam_query_help_response import BeamQueryHelpResponse as BeamQueryHelpResponse
|
@@ -609,7 +612,9 @@ from .flightplan_create_params import FlightplanCreateParams as FlightplanCreate
|
|
609
612
|
from .flightplan_update_params import FlightplanUpdateParams as FlightplanUpdateParams
|
610
613
|
from .geo_status_create_params import GeoStatusCreateParams as GeoStatusCreateParams
|
611
614
|
from .geo_status_list_response import GeoStatusListResponse as GeoStatusListResponse
|
612
|
-
from .
|
615
|
+
from .gnss_raw_if_count_params import GnssRawIfCountParams as GnssRawIfCountParams
|
616
|
+
from .gnss_raw_if_get_response import GnssRawIfGetResponse as GnssRawIfGetResponse
|
617
|
+
from .gnss_raw_if_tuple_params import GnssRawIfTupleParams as GnssRawIfTupleParams
|
613
618
|
from .item_tracking_get_params import ItemTrackingGetParams as ItemTrackingGetParams
|
614
619
|
from .launch_event_list_params import LaunchEventListParams as LaunchEventListParams
|
615
620
|
from .launch_site_count_params import LaunchSiteCountParams as LaunchSiteCountParams
|
@@ -669,6 +674,7 @@ from .track_create_bulk_params import TrackCreateBulkParams as TrackCreateBulkPa
|
|
669
674
|
from .track_detail_list_params import TrackDetailListParams as TrackDetailListParams
|
670
675
|
from .track_queryhelp_response import TrackQueryhelpResponse as TrackQueryhelpResponse
|
671
676
|
from .track_route_count_params import TrackRouteCountParams as TrackRouteCountParams
|
677
|
+
from .track_route_ingest_param import TrackRouteIngestParam as TrackRouteIngestParam
|
672
678
|
from .track_route_tuple_params import TrackRouteTupleParams as TrackRouteTupleParams
|
673
679
|
from .transponder_count_params import TransponderCountParams as TransponderCountParams
|
674
680
|
from .transponder_get_response import TransponderGetResponse as TransponderGetResponse
|
@@ -676,8 +682,9 @@ from .transponder_tuple_params import TransponderTupleParams as TransponderTuple
|
|
676
682
|
from .video_queryhelp_response import VideoQueryhelpResponse as VideoQueryhelpResponse
|
677
683
|
from .weather_data_list_params import WeatherDataListParams as WeatherDataListParams
|
678
684
|
from .ai_history_count_response import AIHistoryCountResponse as AIHistoryCountResponse
|
679
|
-
from .air_load_plan_list_params import AirLoadPlanListParams as AirLoadPlanListParams
|
680
685
|
from .airfield_slot_list_params import AirfieldSlotListParams as AirfieldSlotListParams
|
686
|
+
from .airload_plan_count_params import AirloadPlanCountParams as AirloadPlanCountParams
|
687
|
+
from .airload_plan_tuple_params import AirloadPlanTupleParams as AirloadPlanTupleParams
|
681
688
|
from .analytic_imagery_abridged import AnalyticImageryAbridged as AnalyticImageryAbridged
|
682
689
|
from .attitude_set_count_params import AttitudeSetCountParams as AttitudeSetCountParams
|
683
690
|
from .attitude_set_tuple_params import AttitudeSetTupleParams as AttitudeSetTupleParams
|
@@ -695,8 +702,7 @@ from .flightplan_count_response import FlightplanCountResponse as FlightplanCoun
|
|
695
702
|
from .flightplan_tuple_response import FlightplanTupleResponse as FlightplanTupleResponse
|
696
703
|
from .geo_status_count_response import GeoStatusCountResponse as GeoStatusCountResponse
|
697
704
|
from .geo_status_tuple_response import GeoStatusTupleResponse as GeoStatusTupleResponse
|
698
|
-
from .
|
699
|
-
from .gnss_rawif_tuple_response import GnssRawifTupleResponse as GnssRawifTupleResponse
|
705
|
+
from .gnss_raw_if_list_response import GnssRawIfListResponse as GnssRawIfListResponse
|
700
706
|
from .ground_imagery_get_params import GroundImageryGetParams as GroundImageryGetParams
|
701
707
|
from .h3_geo_queryhelp_response import H3GeoQueryhelpResponse as H3GeoQueryhelpResponse
|
702
708
|
from .hazard_create_bulk_params import HazardCreateBulkParams as HazardCreateBulkParams
|
@@ -737,6 +743,7 @@ from .rf_band_type_get_response import RfBandTypeGetResponse as RfBandTypeGetRes
|
|
737
743
|
from .rf_band_type_tuple_params import RfBandTypeTupleParams as RfBandTypeTupleParams
|
738
744
|
from .rf_emitter_count_response import RfEmitterCountResponse as RfEmitterCountResponse
|
739
745
|
from .rf_emitter_tuple_response import RfEmitterTupleResponse as RfEmitterTupleResponse
|
746
|
+
from .route_points_ingest_param import RoutePointsIngestParam as RoutePointsIngestParam
|
740
747
|
from .route_stat_count_response import RouteStatCountResponse as RouteStatCountResponse
|
741
748
|
from .route_stat_query_response import RouteStatQueryResponse as RouteStatQueryResponse
|
742
749
|
from .route_stat_tuple_response import RouteStatTupleResponse as RouteStatTupleResponse
|
@@ -780,10 +787,9 @@ from .vessel_queryhelp_response import VesselQueryhelpResponse as VesselQueryhel
|
|
780
787
|
from .weather_data_count_params import WeatherDataCountParams as WeatherDataCountParams
|
781
788
|
from .weather_data_tuple_params import WeatherDataTupleParams as WeatherDataTupleParams
|
782
789
|
from .weather_report_get_params import WeatherReportGetParams as WeatherReportGetParams
|
783
|
-
from .air_load_plan_count_params import AirLoadPlanCountParams as AirLoadPlanCountParams
|
784
|
-
from .air_load_plan_tuple_params import AirLoadPlanTupleParams as AirLoadPlanTupleParams
|
785
790
|
from .airfield_slot_count_params import AirfieldSlotCountParams as AirfieldSlotCountParams
|
786
791
|
from .airfield_slot_tuple_params import AirfieldSlotTupleParams as AirfieldSlotTupleParams
|
792
|
+
from .airload_plan_create_params import AirloadPlanCreateParams as AirloadPlanCreateParams
|
787
793
|
from .airload_plan_update_params import AirloadPlanUpdateParams as AirloadPlanUpdateParams
|
788
794
|
from .antenna_queryhelp_response import AntennaQueryhelpResponse as AntennaQueryhelpResponse
|
789
795
|
from .attitude_data_tuple_params import AttitudeDataTupleParams as AttitudeDataTupleParams
|
@@ -803,7 +809,8 @@ from .entity_query_help_response import EntityQueryHelpResponse as EntityQueryHe
|
|
803
809
|
from .ephemeris_set_count_params import EphemerisSetCountParams as EphemerisSetCountParams
|
804
810
|
from .ephemeris_set_tuple_params import EphemerisSetTupleParams as EphemerisSetTupleParams
|
805
811
|
from .flightplan_retrieve_params import FlightplanRetrieveParams as FlightplanRetrieveParams
|
806
|
-
from .
|
812
|
+
from .gnss_raw_if_count_response import GnssRawIfCountResponse as GnssRawIfCountResponse
|
813
|
+
from .gnss_raw_if_tuple_response import GnssRawIfTupleResponse as GnssRawIfTupleResponse
|
807
814
|
from .ground_imagery_list_params import GroundImageryListParams as GroundImageryListParams
|
808
815
|
from .isr_collection_list_params import IsrCollectionListParams as IsrCollectionListParams
|
809
816
|
from .item_tracking_count_params import ItemTrackingCountParams as ItemTrackingCountParams
|
@@ -869,7 +876,6 @@ from .transponder_tuple_response import TransponderTupleResponse as TransponderT
|
|
869
876
|
from .weather_data_create_params import WeatherDataCreateParams as WeatherDataCreateParams
|
870
877
|
from .weather_data_list_response import WeatherDataListResponse as WeatherDataListResponse
|
871
878
|
from .weather_report_list_params import WeatherReportListParams as WeatherReportListParams
|
872
|
-
from .air_load_plan_create_params import AirLoadPlanCreateParams as AirLoadPlanCreateParams
|
873
879
|
from .aircraft_queryhelp_response import AircraftQueryhelpResponse as AircraftQueryhelpResponse
|
874
880
|
from .aircraft_sorty_tuple_params import AircraftSortyTupleParams as AircraftSortyTupleParams
|
875
881
|
from .aircraft_status_list_params import AircraftStatusListParams as AircraftStatusListParams
|
@@ -878,9 +884,10 @@ from .airfield_queryhelp_response import AirfieldQueryhelpResponse as AirfieldQu
|
|
878
884
|
from .airfield_slot_create_params import AirfieldSlotCreateParams as AirfieldSlotCreateParams
|
879
885
|
from .airfield_slot_update_params import AirfieldSlotUpdateParams as AirfieldSlotUpdateParams
|
880
886
|
from .airfield_status_list_params import AirfieldStatusListParams as AirfieldStatusListParams
|
887
|
+
from .airload_plan_count_response import AirloadPlanCountResponse as AirloadPlanCountResponse
|
888
|
+
from .airload_plan_tuple_response import AirloadPlanTupleResponse as AirloadPlanTupleResponse
|
881
889
|
from .attitude_set_count_response import AttitudeSetCountResponse as AttitudeSetCountResponse
|
882
890
|
from .attitude_set_tuple_response import AttitudeSetTupleResponse as AttitudeSetTupleResponse
|
883
|
-
from .attitudeset_retrieve_params import AttitudesetRetrieveParams as AttitudesetRetrieveParams
|
884
891
|
from .batterydetail_create_params import BatterydetailCreateParams as BatterydetailCreateParams
|
885
892
|
from .batterydetail_update_params import BatterydetailUpdateParams as BatterydetailUpdateParams
|
886
893
|
from .beam_contour_count_response import BeamContourCountResponse as BeamContourCountResponse
|
@@ -896,6 +903,7 @@ from .engine_detail_update_params import EngineDetailUpdateParams as EngineDetai
|
|
896
903
|
from .entity_get_all_types_params import EntityGetAllTypesParams as EntityGetAllTypesParams
|
897
904
|
from .ephemeris_set_create_params import EphemerisSetCreateParams as EphemerisSetCreateParams
|
898
905
|
from .event_evolution_list_params import EventEvolutionListParams as EventEvolutionListParams
|
906
|
+
from .gnss_raw_if_file_get_params import GnssRawIfFileGetParams as GnssRawIfFileGetParams
|
899
907
|
from .ground_imagery_count_params import GroundImageryCountParams as GroundImageryCountParams
|
900
908
|
from .ground_imagery_get_response import GroundImageryGetResponse as GroundImageryGetResponse
|
901
909
|
from .ground_imagery_tuple_params import GroundImageryTupleParams as GroundImageryTupleParams
|
@@ -948,8 +956,6 @@ from .weather_report_count_params import WeatherReportCountParams as WeatherRepo
|
|
948
956
|
from .weather_report_tuple_params import WeatherReportTupleParams as WeatherReportTupleParams
|
949
957
|
from .air_event_create_bulk_params import AirEventCreateBulkParams as AirEventCreateBulkParams
|
950
958
|
from .air_event_queryhelp_response import AirEventQueryhelpResponse as AirEventQueryhelpResponse
|
951
|
-
from .air_load_plan_count_response import AirLoadPlanCountResponse as AirLoadPlanCountResponse
|
952
|
-
from .air_load_plan_tuple_response import AirLoadPlanTupleResponse as AirLoadPlanTupleResponse
|
953
959
|
from .aircraft_sorty_update_params import AircraftSortyUpdateParams as AircraftSortyUpdateParams
|
954
960
|
from .aircraft_status_count_params import AircraftStatusCountParams as AircraftStatusCountParams
|
955
961
|
from .aircraft_status_tuple_params import AircraftStatusTupleParams as AircraftStatusTupleParams
|
@@ -957,8 +963,11 @@ from .airfield_slot_count_response import AirfieldSlotCountResponse as AirfieldS
|
|
957
963
|
from .airfield_slot_tuple_response import AirfieldSlotTupleResponse as AirfieldSlotTupleResponse
|
958
964
|
from .airfield_status_count_params import AirfieldStatusCountParams as AirfieldStatusCountParams
|
959
965
|
from .airfield_status_tuple_params import AirfieldStatusTupleParams as AirfieldStatusTupleParams
|
966
|
+
from .airload_plan_retrieve_params import AirloadPlanRetrieveParams as AirloadPlanRetrieveParams
|
967
|
+
from .altitude_blocks_ingest_param import AltitudeBlocksIngestParam as AltitudeBlocksIngestParam
|
960
968
|
from .analytic_imagery_list_params import AnalyticImageryListParams as AnalyticImageryListParams
|
961
969
|
from .attitude_data_tuple_response import AttitudeDataTupleResponse as AttitudeDataTupleResponse
|
970
|
+
from .attitude_set_retrieve_params import AttitudeSetRetrieveParams as AttitudeSetRetrieveParams
|
962
971
|
from .beam_contour_retrieve_params import BeamContourRetrieveParams as BeamContourRetrieveParams
|
963
972
|
from .collect_request_count_params import CollectRequestCountParams as CollectRequestCountParams
|
964
973
|
from .collect_request_tuple_params import CollectRequestTupleParams as CollectRequestTupleParams
|
@@ -980,12 +989,11 @@ from .equipment_create_bulk_params import EquipmentCreateBulkParams as Equipment
|
|
980
989
|
from .equipment_remark_list_params import EquipmentRemarkListParams as EquipmentRemarkListParams
|
981
990
|
from .event_evolution_count_params import EventEvolutionCountParams as EventEvolutionCountParams
|
982
991
|
from .event_evolution_tuple_params import EventEvolutionTupleParams as EventEvolutionTupleParams
|
983
|
-
from .gnss_rawif_upload_zip_params import GnssRawifUploadZipParams as GnssRawifUploadZipParams
|
984
992
|
from .ground_imagery_create_params import GroundImageryCreateParams as GroundImageryCreateParams
|
985
993
|
from .ground_imagery_list_response import GroundImageryListResponse as GroundImageryListResponse
|
986
994
|
from .h3_geo_hex_cell_count_params import H3GeoHexCellCountParams as H3GeoHexCellCountParams
|
987
995
|
from .h3_geo_hex_cell_tuple_params import H3GeoHexCellTupleParams as H3GeoHexCellTupleParams
|
988
|
-
from .
|
996
|
+
from .iono_observation_list_params import IonoObservationListParams as IonoObservationListParams
|
989
997
|
from .isr_collection_list_response import IsrCollectionListResponse as IsrCollectionListResponse
|
990
998
|
from .item_tracking_count_response import ItemTrackingCountResponse as ItemTrackingCountResponse
|
991
999
|
from .item_tracking_tuple_response import ItemTrackingTupleResponse as ItemTrackingTupleResponse
|
@@ -1019,7 +1027,6 @@ from .substatus_queryhelp_response import SubstatusQueryhelpResponse as Substatu
|
|
1019
1027
|
from .video_get_stream_file_params import VideoGetStreamFileParams as VideoGetStreamFileParams
|
1020
1028
|
from .weather_report_create_params import WeatherReportCreateParams as WeatherReportCreateParams
|
1021
1029
|
from .weather_report_list_response import WeatherReportListResponse as WeatherReportListResponse
|
1022
|
-
from .air_load_plan_retrieve_params import AirLoadPlanRetrieveParams as AirLoadPlanRetrieveParams
|
1023
1030
|
from .aircraft_sorty_tuple_response import AircraftSortyTupleResponse as AircraftSortyTupleResponse
|
1024
1031
|
from .aircraft_status_create_params import AircraftStatusCreateParams as AircraftStatusCreateParams
|
1025
1032
|
from .aircraft_status_update_params import AircraftStatusUpdateParams as AircraftStatusUpdateParams
|
@@ -1051,12 +1058,12 @@ from .event_evolution_list_response import EventEvolutionListResponse as EventEv
|
|
1051
1058
|
from .flightplan_queryhelp_response import FlightplanQueryhelpResponse as FlightplanQueryhelpResponse
|
1052
1059
|
from .geo_status_create_bulk_params import GeoStatusCreateBulkParams as GeoStatusCreateBulkParams
|
1053
1060
|
from .geo_status_queryhelp_response import GeoStatusQueryhelpResponse as GeoStatusQueryhelpResponse
|
1054
|
-
from .
|
1061
|
+
from .gnss_raw_if_upload_zip_params import GnssRawIfUploadZipParams as GnssRawIfUploadZipParams
|
1055
1062
|
from .ground_imagery_count_response import GroundImageryCountResponse as GroundImageryCountResponse
|
1056
1063
|
from .ground_imagery_tuple_response import GroundImageryTupleResponse as GroundImageryTupleResponse
|
1057
1064
|
from .h3_geo_hex_cell_list_response import H3GeoHexCellListResponse as H3GeoHexCellListResponse
|
1058
|
-
from .
|
1059
|
-
from .
|
1065
|
+
from .iono_observation_count_params import IonoObservationCountParams as IonoObservationCountParams
|
1066
|
+
from .iono_observation_tuple_params import IonoObservationTupleParams as IonoObservationTupleParams
|
1060
1067
|
from .isr_collection_count_response import IsrCollectionCountResponse as IsrCollectionCountResponse
|
1061
1068
|
from .isr_collection_tuple_response import IsrCollectionTupleResponse as IsrCollectionTupleResponse
|
1062
1069
|
from .launch_detection_count_params import LaunchDetectionCountParams as LaunchDetectionCountParams
|
@@ -1079,6 +1086,7 @@ from .orbittrack_create_bulk_params import OrbittrackCreateBulkParams as Orbittr
|
|
1079
1086
|
from .orbittrack_queryhelp_response import OrbittrackQueryhelpResponse as OrbittrackQueryhelpResponse
|
1080
1087
|
from .organizationdetail_get_params import OrganizationdetailGetParams as OrganizationdetailGetParams
|
1081
1088
|
from .personnelrecovery_list_params import PersonnelrecoveryListParams as PersonnelrecoveryListParams
|
1089
|
+
from .point_of_contact_ingest_param import PointOfContactIngestParam as PointOfContactIngestParam
|
1082
1090
|
from .rf_emitter_detail_list_params import RfEmitterDetailListParams as RfEmitterDetailListParams
|
1083
1091
|
from .rf_emitter_queryhelp_response import RfEmitterQueryhelpResponse as RfEmitterQueryhelpResponse
|
1084
1092
|
from .route_stat_create_bulk_params import RouteStatCreateBulkParams as RouteStatCreateBulkParams
|
@@ -1111,16 +1119,18 @@ from .effect_response_tuple_response import EffectResponseTupleResponse as Effec
|
|
1111
1119
|
from .equipment_remark_create_params import EquipmentRemarkCreateParams as EquipmentRemarkCreateParams
|
1112
1120
|
from .event_evolution_count_response import EventEvolutionCountResponse as EventEvolutionCountResponse
|
1113
1121
|
from .event_evolution_tuple_response import EventEvolutionTupleResponse as EventEvolutionTupleResponse
|
1122
|
+
from .gnss_raw_if_queryhelp_response import GnssRawIfQueryhelpResponse as GnssRawIfQueryhelpResponse
|
1114
1123
|
from .ground_imagery_get_file_params import GroundImageryGetFileParams as GroundImageryGetFileParams
|
1115
1124
|
from .h3_geo_hex_cell_count_response import H3GeoHexCellCountResponse as H3GeoHexCellCountResponse
|
1116
1125
|
from .h3_geo_hex_cell_tuple_response import H3GeoHexCellTupleResponse as H3GeoHexCellTupleResponse
|
1117
|
-
from .
|
1126
|
+
from .iono_observation_list_response import IonoObservationListResponse as IonoObservationListResponse
|
1118
1127
|
from .launch_detection_create_params import LaunchDetectionCreateParams as LaunchDetectionCreateParams
|
1119
1128
|
from .launch_detection_list_response import LaunchDetectionListResponse as LaunchDetectionListResponse
|
1120
1129
|
from .launch_detection_update_params import LaunchDetectionUpdateParams as LaunchDetectionUpdateParams
|
1121
1130
|
from .launch_site_detail_list_params import LaunchSiteDetailListParams as LaunchSiteDetailListParams
|
1122
1131
|
from .launch_site_queryhelp_response import LaunchSiteQueryhelpResponse as LaunchSiteQueryhelpResponse
|
1123
1132
|
from .link_status_queryhelp_response import LinkStatusQueryhelpResponse as LinkStatusQueryhelpResponse
|
1133
|
+
from .logistics_remarks_ingest_param import LogisticsRemarksIngestParam as LogisticsRemarksIngestParam
|
1124
1134
|
from .logistics_support_count_params import LogisticsSupportCountParams as LogisticsSupportCountParams
|
1125
1135
|
from .logistics_support_get_response import LogisticsSupportGetResponse as LogisticsSupportGetResponse
|
1126
1136
|
from .logistics_support_tuple_params import LogisticsSupportTupleParams as LogisticsSupportTupleParams
|
@@ -1163,6 +1173,7 @@ from .transponder_queryhelp_response import TransponderQueryhelpResponse as Tran
|
|
1163
1173
|
from .video_get_stream_file_response import VideoGetStreamFileResponse as VideoGetStreamFileResponse
|
1164
1174
|
from .aircraft_status_retrieve_params import AircraftStatusRetrieveParams as AircraftStatusRetrieveParams
|
1165
1175
|
from .airfield_status_retrieve_params import AirfieldStatusRetrieveParams as AirfieldStatusRetrieveParams
|
1176
|
+
from .airload_plan_queryhelp_response import AirloadPlanQueryhelpResponse as AirloadPlanQueryhelpResponse
|
1166
1177
|
from .analytic_imagery_count_response import AnalyticImageryCountResponse as AnalyticImageryCountResponse
|
1167
1178
|
from .analytic_imagery_history_params import AnalyticImageryHistoryParams as AnalyticImageryHistoryParams
|
1168
1179
|
from .analytic_imagery_tuple_response import AnalyticImageryTupleResponse as AnalyticImageryTupleResponse
|
@@ -1180,8 +1191,8 @@ from .feature_assessment_count_params import FeatureAssessmentCountParams as Fea
|
|
1180
1191
|
from .feature_assessment_query_params import FeatureAssessmentQueryParams as FeatureAssessmentQueryParams
|
1181
1192
|
from .feature_assessment_tuple_params import FeatureAssessmentTupleParams as FeatureAssessmentTupleParams
|
1182
1193
|
from .gnss_observationset_list_params import GnssObservationsetListParams as GnssObservationsetListParams
|
1183
|
-
from .
|
1184
|
-
from .
|
1194
|
+
from .iono_observation_count_response import IonoObservationCountResponse as IonoObservationCountResponse
|
1195
|
+
from .iono_observation_tuple_response import IonoObservationTupleResponse as IonoObservationTupleResponse
|
1185
1196
|
from .item_unvalidated_publish_params import ItemUnvalidatedPublishParams as ItemUnvalidatedPublishParams
|
1186
1197
|
from .launch_detection_count_response import LaunchDetectionCountResponse as LaunchDetectionCountResponse
|
1187
1198
|
from .launch_detection_tuple_response import LaunchDetectionTupleResponse as LaunchDetectionTupleResponse
|
@@ -1228,7 +1239,6 @@ from .track_detail_create_bulk_params import TrackDetailCreateBulkParams as Trac
|
|
1228
1239
|
from .track_detail_queryhelp_response import TrackDetailQueryhelpResponse as TrackDetailQueryhelpResponse
|
1229
1240
|
from .weather_data_create_bulk_params import WeatherDataCreateBulkParams as WeatherDataCreateBulkParams
|
1230
1241
|
from .weather_data_queryhelp_response import WeatherDataQueryhelpResponse as WeatherDataQueryhelpResponse
|
1231
|
-
from .air_load_plan_queryhelp_response import AirLoadPlanQueryhelpResponse as AirLoadPlanQueryhelpResponse
|
1232
1242
|
from .airfield_slot_queryhelp_response import AirfieldSlotQueryhelpResponse as AirfieldSlotQueryhelpResponse
|
1233
1243
|
from .airfieldslotconsumption_abridged import AirfieldslotconsumptionAbridged as AirfieldslotconsumptionAbridged
|
1234
1244
|
from .analytic_imagery_file_get_params import AnalyticImageryFileGetParams as AnalyticImageryFileGetParams
|
@@ -1409,8 +1419,8 @@ from .dropzone_unvalidated_publish_params import DropzoneUnvalidatedPublishParam
|
|
1409
1419
|
from .effect_response_query_help_response import EffectResponseQueryHelpResponse as EffectResponseQueryHelpResponse
|
1410
1420
|
from .emitter_geolocation_retrieve_params import EmitterGeolocationRetrieveParams as EmitterGeolocationRetrieveParams
|
1411
1421
|
from .equipment_remark_create_bulk_params import EquipmentRemarkCreateBulkParams as EquipmentRemarkCreateBulkParams
|
1412
|
-
from .
|
1413
|
-
from .
|
1422
|
+
from .iono_observation_create_bulk_params import IonoObservationCreateBulkParams as IonoObservationCreateBulkParams
|
1423
|
+
from .iono_observation_queryhelp_response import IonoObservationQueryhelpResponse as IonoObservationQueryhelpResponse
|
1414
1424
|
from .launch_detection_queryhelp_response import LaunchDetectionQueryhelpResponse as LaunchDetectionQueryhelpResponse
|
1415
1425
|
from .launch_vehicle_detail_create_params import LaunchVehicleDetailCreateParams as LaunchVehicleDetailCreateParams
|
1416
1426
|
from .launch_vehicle_detail_list_response import LaunchVehicleDetailListResponse as LaunchVehicleDetailListResponse
|
@@ -1922,8 +1932,8 @@ from .aviation_risk_management_create_bulk_params import (
|
|
1922
1932
|
from .collect_response_unvalidated_publish_params import (
|
1923
1933
|
CollectResponseUnvalidatedPublishParams as CollectResponseUnvalidatedPublishParams,
|
1924
1934
|
)
|
1925
|
-
from .
|
1926
|
-
|
1935
|
+
from .iono_observation_unvalidated_publish_params import (
|
1936
|
+
IonoObservationUnvalidatedPublishParams as IonoObservationUnvalidatedPublishParams,
|
1927
1937
|
)
|
1928
1938
|
from .navigational_obstruction_create_bulk_params import (
|
1929
1939
|
NavigationalObstructionCreateBulkParams as NavigationalObstructionCreateBulkParams,
|
@@ -4,30 +4,30 @@ from __future__ import annotations
|
|
4
4
|
|
5
5
|
from .aircraftsortie_abridged import AircraftsortieAbridged as AircraftsortieAbridged
|
6
6
|
from .airtaskingorder_abridged import AirtaskingorderAbridged as AirtaskingorderAbridged
|
7
|
+
from .aircraft_sorty_list_params import AircraftSortyListParams as AircraftSortyListParams
|
7
8
|
from .crewpaper_unpublish_params import CrewpaperUnpublishParams as CrewpaperUnpublishParams
|
8
|
-
from .
|
9
|
+
from .aircraft_sorty_count_params import AircraftSortyCountParams as AircraftSortyCountParams
|
9
10
|
from .crewpaper_upload_pdf_params import CrewpaperUploadPdfParams as CrewpaperUploadPdfParams
|
10
|
-
from .
|
11
|
+
from .aircraft_sorty_create_params import AircraftSortyCreateParams as AircraftSortyCreateParams
|
11
12
|
from .diplomaticclearance_abridged import DiplomaticclearanceAbridged as DiplomaticclearanceAbridged
|
12
13
|
from .air_tasking_order_list_params import AirTaskingOrderListParams as AirTaskingOrderListParams
|
13
|
-
from .
|
14
|
+
from .aircraft_sorty_count_response import AircraftSortyCountResponse as AircraftSortyCountResponse
|
14
15
|
from .air_tasking_order_count_params import AirTaskingOrderCountParams as AirTaskingOrderCountParams
|
15
16
|
from .air_tasking_order_tuple_params import AirTaskingOrderTupleParams as AirTaskingOrderTupleParams
|
16
|
-
from .aircraft_sortie_count_response import AircraftSortieCountResponse as AircraftSortieCountResponse
|
17
17
|
from .air_tasking_order_create_params import AirTaskingOrderCreateParams as AirTaskingOrderCreateParams
|
18
18
|
from .air_tasking_order_count_response import AirTaskingOrderCountResponse as AirTaskingOrderCountResponse
|
19
19
|
from .air_tasking_order_tuple_response import AirTaskingOrderTupleResponse as AirTaskingOrderTupleResponse
|
20
20
|
from .air_tasking_order_retrieve_params import AirTaskingOrderRetrieveParams as AirTaskingOrderRetrieveParams
|
21
|
-
from .
|
22
|
-
from .
|
23
|
-
from .
|
24
|
-
from .
|
21
|
+
from .aircraft_sorty_create_bulk_params import AircraftSortyCreateBulkParams as AircraftSortyCreateBulkParams
|
22
|
+
from .aircraft_sorty_history_aodr_params import AircraftSortyHistoryAodrParams as AircraftSortyHistoryAodrParams
|
23
|
+
from .aircraft_sorty_history_count_params import AircraftSortyHistoryCountParams as AircraftSortyHistoryCountParams
|
24
|
+
from .aircraft_sorty_history_query_params import AircraftSortyHistoryQueryParams as AircraftSortyHistoryQueryParams
|
25
25
|
from .air_tasking_order_query_help_response import AirTaskingOrderQueryHelpResponse as AirTaskingOrderQueryHelpResponse
|
26
|
-
from .
|
27
|
-
|
26
|
+
from .aircraft_sorty_history_count_response import (
|
27
|
+
AircraftSortyHistoryCountResponse as AircraftSortyHistoryCountResponse,
|
28
28
|
)
|
29
|
-
from .
|
30
|
-
|
29
|
+
from .aircraft_sorty_history_query_response import (
|
30
|
+
AircraftSortyHistoryQueryResponse as AircraftSortyHistoryQueryResponse,
|
31
31
|
)
|
32
32
|
from .aircraft_sorty_unvalidated_publish_params import (
|
33
33
|
AircraftSortyUnvalidatedPublishParams as AircraftSortyUnvalidatedPublishParams,
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from ..._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AircraftSortyCountParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AircraftSortyCountParams(TypedDict, total=False):
|
15
15
|
planned_dep_time: Required[Annotated[Union[str, datetime], PropertyInfo(alias="plannedDepTime", format="iso8601")]]
|
16
16
|
"""
|
17
17
|
The scheduled time that the Aircraft sortie is planned to depart, in ISO 8601
|
@@ -8,10 +8,10 @@ from typing_extensions import Literal, Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from ..._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AircraftSortyCreateBulkParams", "Body"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AircraftSortyCreateBulkParams(TypedDict, total=False):
|
15
15
|
body: Required[Iterable[Body]]
|
16
16
|
|
17
17
|
|
@@ -8,10 +8,10 @@ from typing_extensions import Literal, Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from ..._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AircraftSortyCreateParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AircraftSortyCreateParams(TypedDict, total=False):
|
15
15
|
classification_marking: Required[Annotated[str, PropertyInfo(alias="classificationMarking")]]
|
16
16
|
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
17
17
|
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from ..._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AircraftSortyHistoryAodrParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AircraftSortyHistoryAodrParams(TypedDict, total=False):
|
15
15
|
planned_dep_time: Required[Annotated[Union[str, datetime], PropertyInfo(alias="plannedDepTime", format="iso8601")]]
|
16
16
|
"""
|
17
17
|
The scheduled time that the Aircraft sortie is planned to depart, in ISO 8601
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from ..._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AircraftSortyHistoryCountParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AircraftSortyHistoryCountParams(TypedDict, total=False):
|
15
15
|
planned_dep_time: Required[Annotated[Union[str, datetime], PropertyInfo(alias="plannedDepTime", format="iso8601")]]
|
16
16
|
"""
|
17
17
|
The scheduled time that the Aircraft sortie is planned to depart, in ISO 8601
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from ..._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AircraftSortyHistoryQueryParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AircraftSortyHistoryQueryParams(TypedDict, total=False):
|
15
15
|
planned_dep_time: Required[Annotated[Union[str, datetime], PropertyInfo(alias="plannedDepTime", format="iso8601")]]
|
16
16
|
"""
|
17
17
|
The scheduled time that the Aircraft sortie is planned to depart, in ISO 8601
|
@@ -5,6 +5,6 @@ from typing_extensions import TypeAlias
|
|
5
5
|
|
6
6
|
from ..shared.aircraftsortie_full import AircraftsortieFull
|
7
7
|
|
8
|
-
__all__ = ["
|
8
|
+
__all__ = ["AircraftSortyHistoryQueryResponse"]
|
9
9
|
|
10
|
-
|
10
|
+
AircraftSortyHistoryQueryResponse: TypeAlias = List[AircraftsortieFull]
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from ..._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AircraftSortyListParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AircraftSortyListParams(TypedDict, total=False):
|
15
15
|
planned_dep_time: Required[Annotated[Union[str, datetime], PropertyInfo(alias="plannedDepTime", format="iso8601")]]
|
16
16
|
"""
|
17
17
|
The scheduled time that the Aircraft sortie is planned to depart, in ISO 8601
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from .._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AirloadPlanCountParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AirloadPlanCountParams(TypedDict, total=False):
|
15
15
|
est_dep_time: Required[Annotated[Union[str, datetime], PropertyInfo(alias="estDepTime", format="iso8601")]]
|
16
16
|
"""
|
17
17
|
The current estimated time that the aircraft is planned to depart, in ISO 8601
|
@@ -9,7 +9,7 @@ from typing_extensions import Literal, Required, Annotated, TypedDict
|
|
9
9
|
from .._utils import PropertyInfo
|
10
10
|
|
11
11
|
__all__ = [
|
12
|
-
"
|
12
|
+
"AirloadPlanCreateParams",
|
13
13
|
"AirLoadPlanHazmatActual",
|
14
14
|
"AirLoadPlanHr",
|
15
15
|
"AirLoadPlanPalletDetail",
|
@@ -18,7 +18,7 @@ __all__ = [
|
|
18
18
|
]
|
19
19
|
|
20
20
|
|
21
|
-
class
|
21
|
+
class AirloadPlanCreateParams(TypedDict, total=False):
|
22
22
|
classification_marking: Required[Annotated[str, PropertyInfo(alias="classificationMarking")]]
|
23
23
|
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
24
24
|
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from .._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AirloadPlanListParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AirloadPlanListParams(TypedDict, total=False):
|
15
15
|
est_dep_time: Required[Annotated[Union[str, datetime], PropertyInfo(alias="estDepTime", format="iso8601")]]
|
16
16
|
"""
|
17
17
|
The current estimated time that the aircraft is planned to depart, in ISO 8601
|
unifieddatalibrary/types/{air_load_plan_queryhelp_response.py → airload_plan_queryhelp_response.py}
RENAMED
@@ -7,10 +7,10 @@ from pydantic import Field as FieldInfo
|
|
7
7
|
from .._models import BaseModel
|
8
8
|
from .shared.param_descriptor import ParamDescriptor
|
9
9
|
|
10
|
-
__all__ = ["
|
10
|
+
__all__ = ["AirloadPlanQueryhelpResponse"]
|
11
11
|
|
12
12
|
|
13
|
-
class
|
13
|
+
class AirloadPlanQueryhelpResponse(BaseModel):
|
14
14
|
aodr_supported: Optional[bool] = FieldInfo(alias="aodrSupported", default=None)
|
15
15
|
|
16
16
|
classification_marking: Optional[str] = FieldInfo(alias="classificationMarking", default=None)
|
unifieddatalibrary/types/{air_load_plan_retrieve_params.py → airload_plan_retrieve_params.py}
RENAMED
@@ -6,10 +6,10 @@ from typing_extensions import Annotated, TypedDict
|
|
6
6
|
|
7
7
|
from .._utils import PropertyInfo
|
8
8
|
|
9
|
-
__all__ = ["
|
9
|
+
__all__ = ["AirloadPlanRetrieveParams"]
|
10
10
|
|
11
11
|
|
12
|
-
class
|
12
|
+
class AirloadPlanRetrieveParams(TypedDict, total=False):
|
13
13
|
first_result: Annotated[int, PropertyInfo(alias="firstResult")]
|
14
14
|
|
15
15
|
max_results: Annotated[int, PropertyInfo(alias="maxResults")]
|
@@ -8,10 +8,10 @@ from typing_extensions import Required, Annotated, TypedDict
|
|
8
8
|
|
9
9
|
from .._utils import PropertyInfo
|
10
10
|
|
11
|
-
__all__ = ["
|
11
|
+
__all__ = ["AirloadPlanTupleParams"]
|
12
12
|
|
13
13
|
|
14
|
-
class
|
14
|
+
class AirloadPlanTupleParams(TypedDict, total=False):
|
15
15
|
columns: Required[str]
|
16
16
|
"""
|
17
17
|
Comma-separated list of valid field names for this data type to be returned in
|
@@ -5,6 +5,6 @@ from typing_extensions import TypeAlias
|
|
5
5
|
|
6
6
|
from .shared.airloadplan_full import AirloadplanFull
|
7
7
|
|
8
|
-
__all__ = ["
|
8
|
+
__all__ = ["AirloadPlanTupleResponse"]
|
9
9
|
|
10
|
-
|
10
|
+
AirloadPlanTupleResponse: TypeAlias = List[AirloadplanFull]
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
|
5
|
+
from typing_extensions import Annotated, TypedDict
|
6
|
+
|
7
|
+
from .._utils import PropertyInfo
|
8
|
+
|
9
|
+
__all__ = ["AltitudeBlocksIngestParam"]
|
10
|
+
|
11
|
+
|
12
|
+
class AltitudeBlocksIngestParam(TypedDict, total=False):
|
13
|
+
altitude_sequence_id: Annotated[str, PropertyInfo(alias="altitudeSequenceId")]
|
14
|
+
"""Sequencing field for the altitude block."""
|
15
|
+
|
16
|
+
lower_altitude: Annotated[float, PropertyInfo(alias="lowerAltitude")]
|
17
|
+
"""Lowest altitude of the track route altitude block above mean sea level in feet."""
|
18
|
+
|
19
|
+
upper_altitude: Annotated[float, PropertyInfo(alias="upperAltitude")]
|
20
|
+
"""
|
21
|
+
Highest altitude of the track route altitude block above mean sea level in feet.
|
22
|
+
"""
|
@@ -6,10 +6,10 @@ from typing_extensions import Annotated, TypedDict
|
|
6
6
|
|
7
7
|
from .._utils import PropertyInfo
|
8
8
|
|
9
|
-
__all__ = ["
|
9
|
+
__all__ = ["AttitudeSetRetrieveParams"]
|
10
10
|
|
11
11
|
|
12
|
-
class
|
12
|
+
class AttitudeSetRetrieveParams(TypedDict, total=False):
|
13
13
|
first_result: Annotated[int, PropertyInfo(alias="firstResult")]
|
14
14
|
|
15
15
|
max_results: Annotated[int, PropertyInfo(alias="maxResults")]
|