udl-sdk 0.1.0a17__py3-none-any.whl → 0.1.0a18__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.0a18.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a18.dist-info}/RECORD +136 -129
- unifieddatalibrary/_client.py +27 -61
- 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.0a18.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a18.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
unifieddatalibrary/_client.py
CHANGED
@@ -55,7 +55,6 @@ from .resources import (
|
|
55
55
|
substatus,
|
56
56
|
air_events,
|
57
57
|
flightplan,
|
58
|
-
gnss_rawif,
|
59
58
|
navigation,
|
60
59
|
rf_emitter,
|
61
60
|
scientific,
|
@@ -67,7 +66,6 @@ from .resources import (
|
|
67
66
|
site_remark,
|
68
67
|
solar_array,
|
69
68
|
transponder,
|
70
|
-
attitudesets,
|
71
69
|
onorbitevent,
|
72
70
|
organization,
|
73
71
|
rf_band_type,
|
@@ -77,7 +75,6 @@ from .resources import (
|
|
77
75
|
drift_history,
|
78
76
|
manifoldelset,
|
79
77
|
operatingunit,
|
80
|
-
air_load_plans,
|
81
78
|
airfield_slots,
|
82
79
|
batterydetails,
|
83
80
|
engine_details,
|
@@ -89,7 +86,6 @@ from .resources import (
|
|
89
86
|
onorbitthruster,
|
90
87
|
aircraft_sorties,
|
91
88
|
analytic_imagery,
|
92
|
-
ion_oobservation,
|
93
89
|
launch_detection,
|
94
90
|
secure_messaging,
|
95
91
|
equipment_remarks,
|
@@ -177,10 +173,10 @@ from .resources.sar_observation import sar_observation
|
|
177
173
|
from .resources.supporting_data import supporting_data
|
178
174
|
from .resources.collect_requests import collect_requests
|
179
175
|
from .resources.effect_responses import effect_responses
|
180
|
-
from .resources.iono_observation import iono_observation
|
181
176
|
from .resources.aircraft_statuses import aircraft_statuses
|
182
177
|
from .resources.collect_responses import collect_responses
|
183
178
|
from .resources.gnss_observations import gnss_observations
|
179
|
+
from .resources.iono_observations import iono_observations
|
184
180
|
from .resources.logistics_support import logistics_support
|
185
181
|
from .resources.onboardnavigation import onboardnavigation
|
186
182
|
from .resources.personnelrecovery import personnelrecovery
|
@@ -189,10 +185,10 @@ from .resources.mission_assignment import mission_assignment
|
|
189
185
|
from .resources.orbitdetermination import orbitdetermination
|
190
186
|
from .resources.sensor_maintenance import sensor_maintenance
|
191
187
|
from .resources.gnss_observationset import gnss_observationset
|
192
|
-
from .resources.report_and_activity import report_and_activity
|
193
188
|
from .resources.soi_observation_set import soi_observation_set
|
194
189
|
from .resources.diplomatic_clearance import diplomatic_clearance
|
195
190
|
from .resources.onorbitthrusterstatus import onorbitthrusterstatus
|
191
|
+
from .resources.report_and_activities import report_and_activities
|
196
192
|
from .resources.space_env_observation import space_env_observation
|
197
193
|
from .resources.air_transport_missions import air_transport_missions
|
198
194
|
from .resources.global_atmospheric_model import global_atmospheric_model
|
@@ -211,7 +207,6 @@ __all__ = [
|
|
211
207
|
|
212
208
|
class Unifieddatalibrary(SyncAPIClient):
|
213
209
|
air_events: air_events.AirEventsResource
|
214
|
-
air_load_plans: air_load_plans.AirLoadPlansResource
|
215
210
|
air_operations: air_operations.AirOperationsResource
|
216
211
|
air_transport_missions: air_transport_missions.AirTransportMissionsResource
|
217
212
|
aircraft: aircraft.AircraftResource
|
@@ -230,7 +225,6 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
230
225
|
antennas: antennas.AntennasResource
|
231
226
|
attitude_data: attitude_data.AttitudeDataResource
|
232
227
|
attitude_sets: attitude_sets.AttitudeSetsResource
|
233
|
-
attitudesets: attitudesets.AttitudesetsResource
|
234
228
|
batteries: batteries.BatteriesResource
|
235
229
|
batterydetails: batterydetails.BatterydetailsResource
|
236
230
|
beam: beam.BeamResource
|
@@ -270,12 +264,10 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
270
264
|
flightplan: flightplan.FlightplanResource
|
271
265
|
geo_status: geo_status.GeoStatusResource
|
272
266
|
gnss_observationset: gnss_observationset.GnssObservationsetResource
|
273
|
-
gnss_rawif: gnss_rawif.GnssRawifResource
|
274
267
|
ground_imagery: ground_imagery.GroundImageryResource
|
275
268
|
h3_geo: h3_geo.H3GeoResource
|
276
269
|
h3_geo_hex_cell: h3_geo_hex_cell.H3GeoHexCellResource
|
277
270
|
hazard: hazard.HazardResource
|
278
|
-
ion_oobservation: ion_oobservation.IonOobservationResource
|
279
271
|
ir: ir.IrResource
|
280
272
|
isr_collections: isr_collections.IsrCollectionsResource
|
281
273
|
item: item.ItemResource
|
@@ -369,8 +361,8 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
369
361
|
weather_report: weather_report.WeatherReportResource
|
370
362
|
gnss_observations: gnss_observations.GnssObservationsResource
|
371
363
|
gnss_raw_if: gnss_raw_if.GnssRawIfResource
|
372
|
-
|
373
|
-
|
364
|
+
iono_observations: iono_observations.IonoObservationsResource
|
365
|
+
report_and_activities: report_and_activities.ReportAndActivitiesResource
|
374
366
|
secure_messaging: secure_messaging.SecureMessagingResource
|
375
367
|
scs: scs.ScsResource
|
376
368
|
scs_views: scs_views.ScsViewsResource
|
@@ -444,7 +436,6 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
444
436
|
)
|
445
437
|
|
446
438
|
self.air_events = air_events.AirEventsResource(self)
|
447
|
-
self.air_load_plans = air_load_plans.AirLoadPlansResource(self)
|
448
439
|
self.air_operations = air_operations.AirOperationsResource(self)
|
449
440
|
self.air_transport_missions = air_transport_missions.AirTransportMissionsResource(self)
|
450
441
|
self.aircraft = aircraft.AircraftResource(self)
|
@@ -463,7 +454,6 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
463
454
|
self.antennas = antennas.AntennasResource(self)
|
464
455
|
self.attitude_data = attitude_data.AttitudeDataResource(self)
|
465
456
|
self.attitude_sets = attitude_sets.AttitudeSetsResource(self)
|
466
|
-
self.attitudesets = attitudesets.AttitudesetsResource(self)
|
467
457
|
self.batteries = batteries.BatteriesResource(self)
|
468
458
|
self.batterydetails = batterydetails.BatterydetailsResource(self)
|
469
459
|
self.beam = beam.BeamResource(self)
|
@@ -503,12 +493,10 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
503
493
|
self.flightplan = flightplan.FlightplanResource(self)
|
504
494
|
self.geo_status = geo_status.GeoStatusResource(self)
|
505
495
|
self.gnss_observationset = gnss_observationset.GnssObservationsetResource(self)
|
506
|
-
self.gnss_rawif = gnss_rawif.GnssRawifResource(self)
|
507
496
|
self.ground_imagery = ground_imagery.GroundImageryResource(self)
|
508
497
|
self.h3_geo = h3_geo.H3GeoResource(self)
|
509
498
|
self.h3_geo_hex_cell = h3_geo_hex_cell.H3GeoHexCellResource(self)
|
510
499
|
self.hazard = hazard.HazardResource(self)
|
511
|
-
self.ion_oobservation = ion_oobservation.IonOobservationResource(self)
|
512
500
|
self.ir = ir.IrResource(self)
|
513
501
|
self.isr_collections = isr_collections.IsrCollectionsResource(self)
|
514
502
|
self.item = item.ItemResource(self)
|
@@ -602,8 +590,8 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
602
590
|
self.weather_report = weather_report.WeatherReportResource(self)
|
603
591
|
self.gnss_observations = gnss_observations.GnssObservationsResource(self)
|
604
592
|
self.gnss_raw_if = gnss_raw_if.GnssRawIfResource(self)
|
605
|
-
self.
|
606
|
-
self.
|
593
|
+
self.iono_observations = iono_observations.IonoObservationsResource(self)
|
594
|
+
self.report_and_activities = report_and_activities.ReportAndActivitiesResource(self)
|
607
595
|
self.secure_messaging = secure_messaging.SecureMessagingResource(self)
|
608
596
|
self.scs = scs.ScsResource(self)
|
609
597
|
self.scs_views = scs_views.ScsViewsResource(self)
|
@@ -755,7 +743,6 @@ class Unifieddatalibrary(SyncAPIClient):
|
|
755
743
|
|
756
744
|
class AsyncUnifieddatalibrary(AsyncAPIClient):
|
757
745
|
air_events: air_events.AsyncAirEventsResource
|
758
|
-
air_load_plans: air_load_plans.AsyncAirLoadPlansResource
|
759
746
|
air_operations: air_operations.AsyncAirOperationsResource
|
760
747
|
air_transport_missions: air_transport_missions.AsyncAirTransportMissionsResource
|
761
748
|
aircraft: aircraft.AsyncAircraftResource
|
@@ -774,7 +761,6 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
774
761
|
antennas: antennas.AsyncAntennasResource
|
775
762
|
attitude_data: attitude_data.AsyncAttitudeDataResource
|
776
763
|
attitude_sets: attitude_sets.AsyncAttitudeSetsResource
|
777
|
-
attitudesets: attitudesets.AsyncAttitudesetsResource
|
778
764
|
batteries: batteries.AsyncBatteriesResource
|
779
765
|
batterydetails: batterydetails.AsyncBatterydetailsResource
|
780
766
|
beam: beam.AsyncBeamResource
|
@@ -814,12 +800,10 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
814
800
|
flightplan: flightplan.AsyncFlightplanResource
|
815
801
|
geo_status: geo_status.AsyncGeoStatusResource
|
816
802
|
gnss_observationset: gnss_observationset.AsyncGnssObservationsetResource
|
817
|
-
gnss_rawif: gnss_rawif.AsyncGnssRawifResource
|
818
803
|
ground_imagery: ground_imagery.AsyncGroundImageryResource
|
819
804
|
h3_geo: h3_geo.AsyncH3GeoResource
|
820
805
|
h3_geo_hex_cell: h3_geo_hex_cell.AsyncH3GeoHexCellResource
|
821
806
|
hazard: hazard.AsyncHazardResource
|
822
|
-
ion_oobservation: ion_oobservation.AsyncIonOobservationResource
|
823
807
|
ir: ir.AsyncIrResource
|
824
808
|
isr_collections: isr_collections.AsyncIsrCollectionsResource
|
825
809
|
item: item.AsyncItemResource
|
@@ -913,8 +897,8 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
913
897
|
weather_report: weather_report.AsyncWeatherReportResource
|
914
898
|
gnss_observations: gnss_observations.AsyncGnssObservationsResource
|
915
899
|
gnss_raw_if: gnss_raw_if.AsyncGnssRawIfResource
|
916
|
-
|
917
|
-
|
900
|
+
iono_observations: iono_observations.AsyncIonoObservationsResource
|
901
|
+
report_and_activities: report_and_activities.AsyncReportAndActivitiesResource
|
918
902
|
secure_messaging: secure_messaging.AsyncSecureMessagingResource
|
919
903
|
scs: scs.AsyncScsResource
|
920
904
|
scs_views: scs_views.AsyncScsViewsResource
|
@@ -988,7 +972,6 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
988
972
|
)
|
989
973
|
|
990
974
|
self.air_events = air_events.AsyncAirEventsResource(self)
|
991
|
-
self.air_load_plans = air_load_plans.AsyncAirLoadPlansResource(self)
|
992
975
|
self.air_operations = air_operations.AsyncAirOperationsResource(self)
|
993
976
|
self.air_transport_missions = air_transport_missions.AsyncAirTransportMissionsResource(self)
|
994
977
|
self.aircraft = aircraft.AsyncAircraftResource(self)
|
@@ -1007,7 +990,6 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
1007
990
|
self.antennas = antennas.AsyncAntennasResource(self)
|
1008
991
|
self.attitude_data = attitude_data.AsyncAttitudeDataResource(self)
|
1009
992
|
self.attitude_sets = attitude_sets.AsyncAttitudeSetsResource(self)
|
1010
|
-
self.attitudesets = attitudesets.AsyncAttitudesetsResource(self)
|
1011
993
|
self.batteries = batteries.AsyncBatteriesResource(self)
|
1012
994
|
self.batterydetails = batterydetails.AsyncBatterydetailsResource(self)
|
1013
995
|
self.beam = beam.AsyncBeamResource(self)
|
@@ -1047,12 +1029,10 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
1047
1029
|
self.flightplan = flightplan.AsyncFlightplanResource(self)
|
1048
1030
|
self.geo_status = geo_status.AsyncGeoStatusResource(self)
|
1049
1031
|
self.gnss_observationset = gnss_observationset.AsyncGnssObservationsetResource(self)
|
1050
|
-
self.gnss_rawif = gnss_rawif.AsyncGnssRawifResource(self)
|
1051
1032
|
self.ground_imagery = ground_imagery.AsyncGroundImageryResource(self)
|
1052
1033
|
self.h3_geo = h3_geo.AsyncH3GeoResource(self)
|
1053
1034
|
self.h3_geo_hex_cell = h3_geo_hex_cell.AsyncH3GeoHexCellResource(self)
|
1054
1035
|
self.hazard = hazard.AsyncHazardResource(self)
|
1055
|
-
self.ion_oobservation = ion_oobservation.AsyncIonOobservationResource(self)
|
1056
1036
|
self.ir = ir.AsyncIrResource(self)
|
1057
1037
|
self.isr_collections = isr_collections.AsyncIsrCollectionsResource(self)
|
1058
1038
|
self.item = item.AsyncItemResource(self)
|
@@ -1146,8 +1126,8 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
1146
1126
|
self.weather_report = weather_report.AsyncWeatherReportResource(self)
|
1147
1127
|
self.gnss_observations = gnss_observations.AsyncGnssObservationsResource(self)
|
1148
1128
|
self.gnss_raw_if = gnss_raw_if.AsyncGnssRawIfResource(self)
|
1149
|
-
self.
|
1150
|
-
self.
|
1129
|
+
self.iono_observations = iono_observations.AsyncIonoObservationsResource(self)
|
1130
|
+
self.report_and_activities = report_and_activities.AsyncReportAndActivitiesResource(self)
|
1151
1131
|
self.secure_messaging = secure_messaging.AsyncSecureMessagingResource(self)
|
1152
1132
|
self.scs = scs.AsyncScsResource(self)
|
1153
1133
|
self.scs_views = scs_views.AsyncScsViewsResource(self)
|
@@ -1300,7 +1280,6 @@ class AsyncUnifieddatalibrary(AsyncAPIClient):
|
|
1300
1280
|
class UnifieddatalibraryWithRawResponse:
|
1301
1281
|
def __init__(self, client: Unifieddatalibrary) -> None:
|
1302
1282
|
self.air_events = air_events.AirEventsResourceWithRawResponse(client.air_events)
|
1303
|
-
self.air_load_plans = air_load_plans.AirLoadPlansResourceWithRawResponse(client.air_load_plans)
|
1304
1283
|
self.air_operations = air_operations.AirOperationsResourceWithRawResponse(client.air_operations)
|
1305
1284
|
self.air_transport_missions = air_transport_missions.AirTransportMissionsResourceWithRawResponse(
|
1306
1285
|
client.air_transport_missions
|
@@ -1327,7 +1306,6 @@ class UnifieddatalibraryWithRawResponse:
|
|
1327
1306
|
self.antennas = antennas.AntennasResourceWithRawResponse(client.antennas)
|
1328
1307
|
self.attitude_data = attitude_data.AttitudeDataResourceWithRawResponse(client.attitude_data)
|
1329
1308
|
self.attitude_sets = attitude_sets.AttitudeSetsResourceWithRawResponse(client.attitude_sets)
|
1330
|
-
self.attitudesets = attitudesets.AttitudesetsResourceWithRawResponse(client.attitudesets)
|
1331
1309
|
self.batteries = batteries.BatteriesResourceWithRawResponse(client.batteries)
|
1332
1310
|
self.batterydetails = batterydetails.BatterydetailsResourceWithRawResponse(client.batterydetails)
|
1333
1311
|
self.beam = beam.BeamResourceWithRawResponse(client.beam)
|
@@ -1377,12 +1355,10 @@ class UnifieddatalibraryWithRawResponse:
|
|
1377
1355
|
self.gnss_observationset = gnss_observationset.GnssObservationsetResourceWithRawResponse(
|
1378
1356
|
client.gnss_observationset
|
1379
1357
|
)
|
1380
|
-
self.gnss_rawif = gnss_rawif.GnssRawifResourceWithRawResponse(client.gnss_rawif)
|
1381
1358
|
self.ground_imagery = ground_imagery.GroundImageryResourceWithRawResponse(client.ground_imagery)
|
1382
1359
|
self.h3_geo = h3_geo.H3GeoResourceWithRawResponse(client.h3_geo)
|
1383
1360
|
self.h3_geo_hex_cell = h3_geo_hex_cell.H3GeoHexCellResourceWithRawResponse(client.h3_geo_hex_cell)
|
1384
1361
|
self.hazard = hazard.HazardResourceWithRawResponse(client.hazard)
|
1385
|
-
self.ion_oobservation = ion_oobservation.IonOobservationResourceWithRawResponse(client.ion_oobservation)
|
1386
1362
|
self.ir = ir.IrResourceWithRawResponse(client.ir)
|
1387
1363
|
self.isr_collections = isr_collections.IsrCollectionsResourceWithRawResponse(client.isr_collections)
|
1388
1364
|
self.item = item.ItemResourceWithRawResponse(client.item)
|
@@ -1514,9 +1490,9 @@ class UnifieddatalibraryWithRawResponse:
|
|
1514
1490
|
self.weather_report = weather_report.WeatherReportResourceWithRawResponse(client.weather_report)
|
1515
1491
|
self.gnss_observations = gnss_observations.GnssObservationsResourceWithRawResponse(client.gnss_observations)
|
1516
1492
|
self.gnss_raw_if = gnss_raw_if.GnssRawIfResourceWithRawResponse(client.gnss_raw_if)
|
1517
|
-
self.
|
1518
|
-
self.
|
1519
|
-
client.
|
1493
|
+
self.iono_observations = iono_observations.IonoObservationsResourceWithRawResponse(client.iono_observations)
|
1494
|
+
self.report_and_activities = report_and_activities.ReportAndActivitiesResourceWithRawResponse(
|
1495
|
+
client.report_and_activities
|
1520
1496
|
)
|
1521
1497
|
self.secure_messaging = secure_messaging.SecureMessagingResourceWithRawResponse(client.secure_messaging)
|
1522
1498
|
self.scs = scs.ScsResourceWithRawResponse(client.scs)
|
@@ -1526,7 +1502,6 @@ class UnifieddatalibraryWithRawResponse:
|
|
1526
1502
|
class AsyncUnifieddatalibraryWithRawResponse:
|
1527
1503
|
def __init__(self, client: AsyncUnifieddatalibrary) -> None:
|
1528
1504
|
self.air_events = air_events.AsyncAirEventsResourceWithRawResponse(client.air_events)
|
1529
|
-
self.air_load_plans = air_load_plans.AsyncAirLoadPlansResourceWithRawResponse(client.air_load_plans)
|
1530
1505
|
self.air_operations = air_operations.AsyncAirOperationsResourceWithRawResponse(client.air_operations)
|
1531
1506
|
self.air_transport_missions = air_transport_missions.AsyncAirTransportMissionsResourceWithRawResponse(
|
1532
1507
|
client.air_transport_missions
|
@@ -1557,7 +1532,6 @@ class AsyncUnifieddatalibraryWithRawResponse:
|
|
1557
1532
|
self.antennas = antennas.AsyncAntennasResourceWithRawResponse(client.antennas)
|
1558
1533
|
self.attitude_data = attitude_data.AsyncAttitudeDataResourceWithRawResponse(client.attitude_data)
|
1559
1534
|
self.attitude_sets = attitude_sets.AsyncAttitudeSetsResourceWithRawResponse(client.attitude_sets)
|
1560
|
-
self.attitudesets = attitudesets.AsyncAttitudesetsResourceWithRawResponse(client.attitudesets)
|
1561
1535
|
self.batteries = batteries.AsyncBatteriesResourceWithRawResponse(client.batteries)
|
1562
1536
|
self.batterydetails = batterydetails.AsyncBatterydetailsResourceWithRawResponse(client.batterydetails)
|
1563
1537
|
self.beam = beam.AsyncBeamResourceWithRawResponse(client.beam)
|
@@ -1613,12 +1587,10 @@ class AsyncUnifieddatalibraryWithRawResponse:
|
|
1613
1587
|
self.gnss_observationset = gnss_observationset.AsyncGnssObservationsetResourceWithRawResponse(
|
1614
1588
|
client.gnss_observationset
|
1615
1589
|
)
|
1616
|
-
self.gnss_rawif = gnss_rawif.AsyncGnssRawifResourceWithRawResponse(client.gnss_rawif)
|
1617
1590
|
self.ground_imagery = ground_imagery.AsyncGroundImageryResourceWithRawResponse(client.ground_imagery)
|
1618
1591
|
self.h3_geo = h3_geo.AsyncH3GeoResourceWithRawResponse(client.h3_geo)
|
1619
1592
|
self.h3_geo_hex_cell = h3_geo_hex_cell.AsyncH3GeoHexCellResourceWithRawResponse(client.h3_geo_hex_cell)
|
1620
1593
|
self.hazard = hazard.AsyncHazardResourceWithRawResponse(client.hazard)
|
1621
|
-
self.ion_oobservation = ion_oobservation.AsyncIonOobservationResourceWithRawResponse(client.ion_oobservation)
|
1622
1594
|
self.ir = ir.AsyncIrResourceWithRawResponse(client.ir)
|
1623
1595
|
self.isr_collections = isr_collections.AsyncIsrCollectionsResourceWithRawResponse(client.isr_collections)
|
1624
1596
|
self.item = item.AsyncItemResourceWithRawResponse(client.item)
|
@@ -1770,9 +1742,11 @@ class AsyncUnifieddatalibraryWithRawResponse:
|
|
1770
1742
|
client.gnss_observations
|
1771
1743
|
)
|
1772
1744
|
self.gnss_raw_if = gnss_raw_if.AsyncGnssRawIfResourceWithRawResponse(client.gnss_raw_if)
|
1773
|
-
self.
|
1774
|
-
|
1775
|
-
|
1745
|
+
self.iono_observations = iono_observations.AsyncIonoObservationsResourceWithRawResponse(
|
1746
|
+
client.iono_observations
|
1747
|
+
)
|
1748
|
+
self.report_and_activities = report_and_activities.AsyncReportAndActivitiesResourceWithRawResponse(
|
1749
|
+
client.report_and_activities
|
1776
1750
|
)
|
1777
1751
|
self.secure_messaging = secure_messaging.AsyncSecureMessagingResourceWithRawResponse(client.secure_messaging)
|
1778
1752
|
self.scs = scs.AsyncScsResourceWithRawResponse(client.scs)
|
@@ -1782,7 +1756,6 @@ class AsyncUnifieddatalibraryWithRawResponse:
|
|
1782
1756
|
class UnifieddatalibraryWithStreamedResponse:
|
1783
1757
|
def __init__(self, client: Unifieddatalibrary) -> None:
|
1784
1758
|
self.air_events = air_events.AirEventsResourceWithStreamingResponse(client.air_events)
|
1785
|
-
self.air_load_plans = air_load_plans.AirLoadPlansResourceWithStreamingResponse(client.air_load_plans)
|
1786
1759
|
self.air_operations = air_operations.AirOperationsResourceWithStreamingResponse(client.air_operations)
|
1787
1760
|
self.air_transport_missions = air_transport_missions.AirTransportMissionsResourceWithStreamingResponse(
|
1788
1761
|
client.air_transport_missions
|
@@ -1813,7 +1786,6 @@ class UnifieddatalibraryWithStreamedResponse:
|
|
1813
1786
|
self.antennas = antennas.AntennasResourceWithStreamingResponse(client.antennas)
|
1814
1787
|
self.attitude_data = attitude_data.AttitudeDataResourceWithStreamingResponse(client.attitude_data)
|
1815
1788
|
self.attitude_sets = attitude_sets.AttitudeSetsResourceWithStreamingResponse(client.attitude_sets)
|
1816
|
-
self.attitudesets = attitudesets.AttitudesetsResourceWithStreamingResponse(client.attitudesets)
|
1817
1789
|
self.batteries = batteries.BatteriesResourceWithStreamingResponse(client.batteries)
|
1818
1790
|
self.batterydetails = batterydetails.BatterydetailsResourceWithStreamingResponse(client.batterydetails)
|
1819
1791
|
self.beam = beam.BeamResourceWithStreamingResponse(client.beam)
|
@@ -1869,12 +1841,10 @@ class UnifieddatalibraryWithStreamedResponse:
|
|
1869
1841
|
self.gnss_observationset = gnss_observationset.GnssObservationsetResourceWithStreamingResponse(
|
1870
1842
|
client.gnss_observationset
|
1871
1843
|
)
|
1872
|
-
self.gnss_rawif = gnss_rawif.GnssRawifResourceWithStreamingResponse(client.gnss_rawif)
|
1873
1844
|
self.ground_imagery = ground_imagery.GroundImageryResourceWithStreamingResponse(client.ground_imagery)
|
1874
1845
|
self.h3_geo = h3_geo.H3GeoResourceWithStreamingResponse(client.h3_geo)
|
1875
1846
|
self.h3_geo_hex_cell = h3_geo_hex_cell.H3GeoHexCellResourceWithStreamingResponse(client.h3_geo_hex_cell)
|
1876
1847
|
self.hazard = hazard.HazardResourceWithStreamingResponse(client.hazard)
|
1877
|
-
self.ion_oobservation = ion_oobservation.IonOobservationResourceWithStreamingResponse(client.ion_oobservation)
|
1878
1848
|
self.ir = ir.IrResourceWithStreamingResponse(client.ir)
|
1879
1849
|
self.isr_collections = isr_collections.IsrCollectionsResourceWithStreamingResponse(client.isr_collections)
|
1880
1850
|
self.item = item.ItemResourceWithStreamingResponse(client.item)
|
@@ -2026,9 +1996,11 @@ class UnifieddatalibraryWithStreamedResponse:
|
|
2026
1996
|
client.gnss_observations
|
2027
1997
|
)
|
2028
1998
|
self.gnss_raw_if = gnss_raw_if.GnssRawIfResourceWithStreamingResponse(client.gnss_raw_if)
|
2029
|
-
self.
|
2030
|
-
|
2031
|
-
|
1999
|
+
self.iono_observations = iono_observations.IonoObservationsResourceWithStreamingResponse(
|
2000
|
+
client.iono_observations
|
2001
|
+
)
|
2002
|
+
self.report_and_activities = report_and_activities.ReportAndActivitiesResourceWithStreamingResponse(
|
2003
|
+
client.report_and_activities
|
2032
2004
|
)
|
2033
2005
|
self.secure_messaging = secure_messaging.SecureMessagingResourceWithStreamingResponse(client.secure_messaging)
|
2034
2006
|
self.scs = scs.ScsResourceWithStreamingResponse(client.scs)
|
@@ -2038,7 +2010,6 @@ class UnifieddatalibraryWithStreamedResponse:
|
|
2038
2010
|
class AsyncUnifieddatalibraryWithStreamedResponse:
|
2039
2011
|
def __init__(self, client: AsyncUnifieddatalibrary) -> None:
|
2040
2012
|
self.air_events = air_events.AsyncAirEventsResourceWithStreamingResponse(client.air_events)
|
2041
|
-
self.air_load_plans = air_load_plans.AsyncAirLoadPlansResourceWithStreamingResponse(client.air_load_plans)
|
2042
2013
|
self.air_operations = air_operations.AsyncAirOperationsResourceWithStreamingResponse(client.air_operations)
|
2043
2014
|
self.air_transport_missions = air_transport_missions.AsyncAirTransportMissionsResourceWithStreamingResponse(
|
2044
2015
|
client.air_transport_missions
|
@@ -2073,7 +2044,6 @@ class AsyncUnifieddatalibraryWithStreamedResponse:
|
|
2073
2044
|
self.antennas = antennas.AsyncAntennasResourceWithStreamingResponse(client.antennas)
|
2074
2045
|
self.attitude_data = attitude_data.AsyncAttitudeDataResourceWithStreamingResponse(client.attitude_data)
|
2075
2046
|
self.attitude_sets = attitude_sets.AsyncAttitudeSetsResourceWithStreamingResponse(client.attitude_sets)
|
2076
|
-
self.attitudesets = attitudesets.AsyncAttitudesetsResourceWithStreamingResponse(client.attitudesets)
|
2077
2047
|
self.batteries = batteries.AsyncBatteriesResourceWithStreamingResponse(client.batteries)
|
2078
2048
|
self.batterydetails = batterydetails.AsyncBatterydetailsResourceWithStreamingResponse(client.batterydetails)
|
2079
2049
|
self.beam = beam.AsyncBeamResourceWithStreamingResponse(client.beam)
|
@@ -2137,14 +2107,10 @@ class AsyncUnifieddatalibraryWithStreamedResponse:
|
|
2137
2107
|
self.gnss_observationset = gnss_observationset.AsyncGnssObservationsetResourceWithStreamingResponse(
|
2138
2108
|
client.gnss_observationset
|
2139
2109
|
)
|
2140
|
-
self.gnss_rawif = gnss_rawif.AsyncGnssRawifResourceWithStreamingResponse(client.gnss_rawif)
|
2141
2110
|
self.ground_imagery = ground_imagery.AsyncGroundImageryResourceWithStreamingResponse(client.ground_imagery)
|
2142
2111
|
self.h3_geo = h3_geo.AsyncH3GeoResourceWithStreamingResponse(client.h3_geo)
|
2143
2112
|
self.h3_geo_hex_cell = h3_geo_hex_cell.AsyncH3GeoHexCellResourceWithStreamingResponse(client.h3_geo_hex_cell)
|
2144
2113
|
self.hazard = hazard.AsyncHazardResourceWithStreamingResponse(client.hazard)
|
2145
|
-
self.ion_oobservation = ion_oobservation.AsyncIonOobservationResourceWithStreamingResponse(
|
2146
|
-
client.ion_oobservation
|
2147
|
-
)
|
2148
2114
|
self.ir = ir.AsyncIrResourceWithStreamingResponse(client.ir)
|
2149
2115
|
self.isr_collections = isr_collections.AsyncIsrCollectionsResourceWithStreamingResponse(client.isr_collections)
|
2150
2116
|
self.item = item.AsyncItemResourceWithStreamingResponse(client.item)
|
@@ -2302,11 +2268,11 @@ class AsyncUnifieddatalibraryWithStreamedResponse:
|
|
2302
2268
|
client.gnss_observations
|
2303
2269
|
)
|
2304
2270
|
self.gnss_raw_if = gnss_raw_if.AsyncGnssRawIfResourceWithStreamingResponse(client.gnss_raw_if)
|
2305
|
-
self.
|
2306
|
-
client.
|
2271
|
+
self.iono_observations = iono_observations.AsyncIonoObservationsResourceWithStreamingResponse(
|
2272
|
+
client.iono_observations
|
2307
2273
|
)
|
2308
|
-
self.
|
2309
|
-
client.
|
2274
|
+
self.report_and_activities = report_and_activities.AsyncReportAndActivitiesResourceWithStreamingResponse(
|
2275
|
+
client.report_and_activities
|
2310
2276
|
)
|
2311
2277
|
self.secure_messaging = secure_messaging.AsyncSecureMessagingResourceWithStreamingResponse(
|
2312
2278
|
client.secure_messaging
|
unifieddatalibrary/_version.py
CHANGED
@@ -416,14 +416,6 @@ from .geo_status import (
|
|
416
416
|
GeoStatusResourceWithStreamingResponse,
|
417
417
|
AsyncGeoStatusResourceWithStreamingResponse,
|
418
418
|
)
|
419
|
-
from .gnss_rawif import (
|
420
|
-
GnssRawifResource,
|
421
|
-
AsyncGnssRawifResource,
|
422
|
-
GnssRawifResourceWithRawResponse,
|
423
|
-
AsyncGnssRawifResourceWithRawResponse,
|
424
|
-
GnssRawifResourceWithStreamingResponse,
|
425
|
-
AsyncGnssRawifResourceWithStreamingResponse,
|
426
|
-
)
|
427
419
|
from .navigation import (
|
428
420
|
NavigationResource,
|
429
421
|
AsyncNavigationResource,
|
@@ -576,14 +568,6 @@ from .transponder import (
|
|
576
568
|
TransponderResourceWithStreamingResponse,
|
577
569
|
AsyncTransponderResourceWithStreamingResponse,
|
578
570
|
)
|
579
|
-
from .attitudesets import (
|
580
|
-
AttitudesetsResource,
|
581
|
-
AsyncAttitudesetsResource,
|
582
|
-
AttitudesetsResourceWithRawResponse,
|
583
|
-
AsyncAttitudesetsResourceWithRawResponse,
|
584
|
-
AttitudesetsResourceWithStreamingResponse,
|
585
|
-
AsyncAttitudesetsResourceWithStreamingResponse,
|
586
|
-
)
|
587
571
|
from .conjunctions import (
|
588
572
|
ConjunctionsResource,
|
589
573
|
AsyncConjunctionsResource,
|
@@ -728,14 +712,6 @@ from .track_details import (
|
|
728
712
|
TrackDetailsResourceWithStreamingResponse,
|
729
713
|
AsyncTrackDetailsResourceWithStreamingResponse,
|
730
714
|
)
|
731
|
-
from .air_load_plans import (
|
732
|
-
AirLoadPlansResource,
|
733
|
-
AsyncAirLoadPlansResource,
|
734
|
-
AirLoadPlansResourceWithRawResponse,
|
735
|
-
AsyncAirLoadPlansResourceWithRawResponse,
|
736
|
-
AirLoadPlansResourceWithStreamingResponse,
|
737
|
-
AsyncAirLoadPlansResourceWithStreamingResponse,
|
738
|
-
)
|
739
715
|
from .air_operations import (
|
740
716
|
AirOperationsResource,
|
741
717
|
AsyncAirOperationsResource,
|
@@ -944,22 +920,6 @@ from .effect_responses import (
|
|
944
920
|
EffectResponsesResourceWithStreamingResponse,
|
945
921
|
AsyncEffectResponsesResourceWithStreamingResponse,
|
946
922
|
)
|
947
|
-
from .ion_oobservation import (
|
948
|
-
IonOobservationResource,
|
949
|
-
AsyncIonOobservationResource,
|
950
|
-
IonOobservationResourceWithRawResponse,
|
951
|
-
AsyncIonOobservationResourceWithRawResponse,
|
952
|
-
IonOobservationResourceWithStreamingResponse,
|
953
|
-
AsyncIonOobservationResourceWithStreamingResponse,
|
954
|
-
)
|
955
|
-
from .iono_observation import (
|
956
|
-
IonoObservationResource,
|
957
|
-
AsyncIonoObservationResource,
|
958
|
-
IonoObservationResourceWithRawResponse,
|
959
|
-
AsyncIonoObservationResourceWithRawResponse,
|
960
|
-
IonoObservationResourceWithStreamingResponse,
|
961
|
-
AsyncIonoObservationResourceWithStreamingResponse,
|
962
|
-
)
|
963
923
|
from .launch_detection import (
|
964
924
|
LaunchDetectionResource,
|
965
925
|
AsyncLaunchDetectionResource,
|
@@ -1008,6 +968,14 @@ from .gnss_observations import (
|
|
1008
968
|
GnssObservationsResourceWithStreamingResponse,
|
1009
969
|
AsyncGnssObservationsResourceWithStreamingResponse,
|
1010
970
|
)
|
971
|
+
from .iono_observations import (
|
972
|
+
IonoObservationsResource,
|
973
|
+
AsyncIonoObservationsResource,
|
974
|
+
IonoObservationsResourceWithRawResponse,
|
975
|
+
AsyncIonoObservationsResourceWithRawResponse,
|
976
|
+
IonoObservationsResourceWithStreamingResponse,
|
977
|
+
AsyncIonoObservationsResourceWithStreamingResponse,
|
978
|
+
)
|
1011
979
|
from .logistics_support import (
|
1012
980
|
LogisticsSupportResource,
|
1013
981
|
AsyncLogisticsSupportResource,
|
@@ -1128,14 +1096,6 @@ from .organizationdetails import (
|
|
1128
1096
|
OrganizationdetailsResourceWithStreamingResponse,
|
1129
1097
|
AsyncOrganizationdetailsResourceWithStreamingResponse,
|
1130
1098
|
)
|
1131
|
-
from .report_and_activity import (
|
1132
|
-
ReportAndActivityResource,
|
1133
|
-
AsyncReportAndActivityResource,
|
1134
|
-
ReportAndActivityResourceWithRawResponse,
|
1135
|
-
AsyncReportAndActivityResourceWithRawResponse,
|
1136
|
-
ReportAndActivityResourceWithStreamingResponse,
|
1137
|
-
AsyncReportAndActivityResourceWithStreamingResponse,
|
1138
|
-
)
|
1139
1099
|
from .soi_observation_set import (
|
1140
1100
|
SoiObservationSetResource,
|
1141
1101
|
AsyncSoiObservationSetResource,
|
@@ -1184,6 +1144,14 @@ from .onorbitthrusterstatus import (
|
|
1184
1144
|
OnorbitthrusterstatusResourceWithStreamingResponse,
|
1185
1145
|
AsyncOnorbitthrusterstatusResourceWithStreamingResponse,
|
1186
1146
|
)
|
1147
|
+
from .report_and_activities import (
|
1148
|
+
ReportAndActivitiesResource,
|
1149
|
+
AsyncReportAndActivitiesResource,
|
1150
|
+
ReportAndActivitiesResourceWithRawResponse,
|
1151
|
+
AsyncReportAndActivitiesResourceWithRawResponse,
|
1152
|
+
ReportAndActivitiesResourceWithStreamingResponse,
|
1153
|
+
AsyncReportAndActivitiesResourceWithStreamingResponse,
|
1154
|
+
)
|
1187
1155
|
from .space_env_observation import (
|
1188
1156
|
SpaceEnvObservationResource,
|
1189
1157
|
AsyncSpaceEnvObservationResource,
|
@@ -1320,12 +1288,6 @@ __all__ = [
|
|
1320
1288
|
"AsyncAirEventsResourceWithRawResponse",
|
1321
1289
|
"AirEventsResourceWithStreamingResponse",
|
1322
1290
|
"AsyncAirEventsResourceWithStreamingResponse",
|
1323
|
-
"AirLoadPlansResource",
|
1324
|
-
"AsyncAirLoadPlansResource",
|
1325
|
-
"AirLoadPlansResourceWithRawResponse",
|
1326
|
-
"AsyncAirLoadPlansResourceWithRawResponse",
|
1327
|
-
"AirLoadPlansResourceWithStreamingResponse",
|
1328
|
-
"AsyncAirLoadPlansResourceWithStreamingResponse",
|
1329
1291
|
"AirOperationsResource",
|
1330
1292
|
"AsyncAirOperationsResource",
|
1331
1293
|
"AirOperationsResourceWithRawResponse",
|
@@ -1434,12 +1396,6 @@ __all__ = [
|
|
1434
1396
|
"AsyncAttitudeSetsResourceWithRawResponse",
|
1435
1397
|
"AttitudeSetsResourceWithStreamingResponse",
|
1436
1398
|
"AsyncAttitudeSetsResourceWithStreamingResponse",
|
1437
|
-
"AttitudesetsResource",
|
1438
|
-
"AsyncAttitudesetsResource",
|
1439
|
-
"AttitudesetsResourceWithRawResponse",
|
1440
|
-
"AsyncAttitudesetsResourceWithRawResponse",
|
1441
|
-
"AttitudesetsResourceWithStreamingResponse",
|
1442
|
-
"AsyncAttitudesetsResourceWithStreamingResponse",
|
1443
1399
|
"BatteriesResource",
|
1444
1400
|
"AsyncBatteriesResource",
|
1445
1401
|
"BatteriesResourceWithRawResponse",
|
@@ -1674,12 +1630,6 @@ __all__ = [
|
|
1674
1630
|
"AsyncGnssObservationsetResourceWithRawResponse",
|
1675
1631
|
"GnssObservationsetResourceWithStreamingResponse",
|
1676
1632
|
"AsyncGnssObservationsetResourceWithStreamingResponse",
|
1677
|
-
"GnssRawifResource",
|
1678
|
-
"AsyncGnssRawifResource",
|
1679
|
-
"GnssRawifResourceWithRawResponse",
|
1680
|
-
"AsyncGnssRawifResourceWithRawResponse",
|
1681
|
-
"GnssRawifResourceWithStreamingResponse",
|
1682
|
-
"AsyncGnssRawifResourceWithStreamingResponse",
|
1683
1633
|
"GroundImageryResource",
|
1684
1634
|
"AsyncGroundImageryResource",
|
1685
1635
|
"GroundImageryResourceWithRawResponse",
|
@@ -1704,12 +1654,6 @@ __all__ = [
|
|
1704
1654
|
"AsyncHazardResourceWithRawResponse",
|
1705
1655
|
"HazardResourceWithStreamingResponse",
|
1706
1656
|
"AsyncHazardResourceWithStreamingResponse",
|
1707
|
-
"IonOobservationResource",
|
1708
|
-
"AsyncIonOobservationResource",
|
1709
|
-
"IonOobservationResourceWithRawResponse",
|
1710
|
-
"AsyncIonOobservationResourceWithRawResponse",
|
1711
|
-
"IonOobservationResourceWithStreamingResponse",
|
1712
|
-
"AsyncIonOobservationResourceWithStreamingResponse",
|
1713
1657
|
"IrResource",
|
1714
1658
|
"AsyncIrResource",
|
1715
1659
|
"IrResourceWithRawResponse",
|
@@ -2268,18 +2212,18 @@ __all__ = [
|
|
2268
2212
|
"AsyncGnssRawIfResourceWithRawResponse",
|
2269
2213
|
"GnssRawIfResourceWithStreamingResponse",
|
2270
2214
|
"AsyncGnssRawIfResourceWithStreamingResponse",
|
2271
|
-
"
|
2272
|
-
"
|
2273
|
-
"
|
2274
|
-
"
|
2275
|
-
"
|
2276
|
-
"
|
2277
|
-
"
|
2278
|
-
"
|
2279
|
-
"
|
2280
|
-
"
|
2281
|
-
"
|
2282
|
-
"
|
2215
|
+
"IonoObservationsResource",
|
2216
|
+
"AsyncIonoObservationsResource",
|
2217
|
+
"IonoObservationsResourceWithRawResponse",
|
2218
|
+
"AsyncIonoObservationsResourceWithRawResponse",
|
2219
|
+
"IonoObservationsResourceWithStreamingResponse",
|
2220
|
+
"AsyncIonoObservationsResourceWithStreamingResponse",
|
2221
|
+
"ReportAndActivitiesResource",
|
2222
|
+
"AsyncReportAndActivitiesResource",
|
2223
|
+
"ReportAndActivitiesResourceWithRawResponse",
|
2224
|
+
"AsyncReportAndActivitiesResourceWithRawResponse",
|
2225
|
+
"ReportAndActivitiesResourceWithStreamingResponse",
|
2226
|
+
"AsyncReportAndActivitiesResourceWithStreamingResponse",
|
2283
2227
|
"SecureMessagingResource",
|
2284
2228
|
"AsyncSecureMessagingResource",
|
2285
2229
|
"SecureMessagingResourceWithRawResponse",
|
@@ -16,14 +16,6 @@ from .air_operations import (
|
|
16
16
|
AirOperationsResourceWithStreamingResponse,
|
17
17
|
AsyncAirOperationsResourceWithStreamingResponse,
|
18
18
|
)
|
19
|
-
from .aircraft_sortie import (
|
20
|
-
AircraftSortieResource,
|
21
|
-
AsyncAircraftSortieResource,
|
22
|
-
AircraftSortieResourceWithRawResponse,
|
23
|
-
AsyncAircraftSortieResourceWithRawResponse,
|
24
|
-
AircraftSortieResourceWithStreamingResponse,
|
25
|
-
AsyncAircraftSortieResourceWithStreamingResponse,
|
26
|
-
)
|
27
19
|
from .aircraft_sorties import (
|
28
20
|
AircraftSortiesResource,
|
29
21
|
AsyncAircraftSortiesResource,
|
@@ -64,12 +56,6 @@ __all__ = [
|
|
64
56
|
"AsyncAirTaskingOrdersResourceWithRawResponse",
|
65
57
|
"AirTaskingOrdersResourceWithStreamingResponse",
|
66
58
|
"AsyncAirTaskingOrdersResourceWithStreamingResponse",
|
67
|
-
"AircraftSortieResource",
|
68
|
-
"AsyncAircraftSortieResource",
|
69
|
-
"AircraftSortieResourceWithRawResponse",
|
70
|
-
"AsyncAircraftSortieResourceWithRawResponse",
|
71
|
-
"AircraftSortieResourceWithStreamingResponse",
|
72
|
-
"AsyncAircraftSortieResourceWithStreamingResponse",
|
73
59
|
"AircraftSortiesResource",
|
74
60
|
"AsyncAircraftSortiesResource",
|
75
61
|
"AircraftSortiesResourceWithRawResponse",
|