udl-sdk 0.1.0a5__py3-none-any.whl → 0.1.0a6__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.0a5.dist-info → udl_sdk-0.1.0a6.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a5.dist-info → udl_sdk-0.1.0a6.dist-info}/RECORD +50 -49
- unifieddatalibrary/_response.py +1 -1
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/drift_history.py +5 -5
- unifieddatalibrary/resources/onorbit/onorbit.py +5 -5
- unifieddatalibrary/resources/scs/file.py +10 -12
- unifieddatalibrary/types/__init__.py +3 -3
- unifieddatalibrary/types/conjunction_full.py +3 -3
- unifieddatalibrary/types/drift_history_list_response.py +2 -2
- unifieddatalibrary/types/drift_history_tuple_response.py +2 -2
- unifieddatalibrary/types/elset.py +2 -2
- unifieddatalibrary/types/emittergeolocation_retrieve_response.py +2 -2
- unifieddatalibrary/types/emittergeolocation_tuple_response.py +2 -2
- unifieddatalibrary/types/eo_observations/eo_observation_full.py +2 -2
- unifieddatalibrary/types/ephemeris_set.py +2 -2
- unifieddatalibrary/types/launch_event/history_list_response.py +2 -2
- unifieddatalibrary/types/launchevent_get_response.py +2 -2
- unifieddatalibrary/types/launchevent_tuple_response.py +2 -2
- unifieddatalibrary/types/objectofinterest_get_response.py +2 -2
- unifieddatalibrary/types/objectofinterest_tuple_response.py +2 -2
- unifieddatalibrary/types/observations/ecpsdr.py +2 -2
- unifieddatalibrary/types/onorbit_tuple_response.py +2 -2
- unifieddatalibrary/types/onorbitevent_get_response.py +2 -2
- unifieddatalibrary/types/onorbitevent_tuple_response.py +2 -2
- unifieddatalibrary/types/rfobservation_tuple_response.py +2 -2
- unifieddatalibrary/types/scs/__init__.py +1 -0
- unifieddatalibrary/types/scs/file_list_response.py +10 -0
- unifieddatalibrary/types/shared/__init__.py +3 -3
- unifieddatalibrary/types/shared/attitudeset_full.py +2 -2
- unifieddatalibrary/types/shared/collect_request_full.py +2 -2
- unifieddatalibrary/types/shared/collect_response_full.py +2 -2
- unifieddatalibrary/types/shared/{drifthistory_abridged.py → drift_history_abridged.py} +2 -2
- unifieddatalibrary/types/shared/{drift_history.py → drift_history_full.py} +2 -2
- unifieddatalibrary/types/shared/{onorbit.py → onorbit_full.py} +2 -2
- unifieddatalibrary/types/state_vector_full.py +2 -2
- unifieddatalibrary/types/swir/swir_full.py +2 -2
- unifieddatalibrary/types/tdoa_fdoa/diffofarrival_full.py +2 -2
- unifieddatalibrary/types/udl/geostatus/geo_status_full.py +2 -2
- unifieddatalibrary/types/udl/maneuver/maneuver_full.py +2 -2
- unifieddatalibrary/types/udl/onboardnavigation/onboardnavigation_full.py +2 -2
- unifieddatalibrary/types/udl/orbitdetermination/orbitdetermination_full.py +2 -2
- unifieddatalibrary/types/udl/orbittrack/orbittrack_full.py +2 -2
- unifieddatalibrary/types/udl/passiveradarobservation/passiveradarobservation_full.py +2 -2
- unifieddatalibrary/types/udl/radarobservation/radarobservation_full.py +2 -2
- unifieddatalibrary/types/udl/rfobservation/rfobservationdetails_full.py +2 -2
- unifieddatalibrary/types/udl/sarobservation/sarobservation_full.py +2 -2
- unifieddatalibrary/types/udl/skyimagery/skyimagery_full.py +2 -2
- {udl_sdk-0.1.0a5.dist-info → udl_sdk-0.1.0a6.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a5.dist-info → udl_sdk-0.1.0a6.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: udl-sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a6
|
4
4
|
Summary: The official Python library for the unifieddatalibrary API
|
5
5
|
Project-URL: Homepage, https://github.com/rsivilli-bluestaq/udl-python-sdk
|
6
6
|
Project-URL: Repository, https://github.com/rsivilli-bluestaq/udl-python-sdk
|
@@ -8,10 +8,10 @@ unifieddatalibrary/_files.py,sha256=I5XL95vSXR6HzubhyzQOmPUWP7zmQPUvPY95hBXNqwY,
|
|
8
8
|
unifieddatalibrary/_models.py,sha256=mB2r2VWQq49jG-F0RIXDrBxPp3v-Eg12wMOtVTNxtv4,29057
|
9
9
|
unifieddatalibrary/_qs.py,sha256=AOkSz4rHtK4YI3ZU_kzea-zpwBUgEY8WniGmTPyEimc,4846
|
10
10
|
unifieddatalibrary/_resource.py,sha256=Ik-pULzkvFIY2OgB9Ra7mIQKCle38FSP36dWWCH9vxk,1172
|
11
|
-
unifieddatalibrary/_response.py,sha256=
|
11
|
+
unifieddatalibrary/_response.py,sha256=hdekMRMvxTvYdKfYIPvAxSpdiuRILRCYd5Dwcye-icg,28890
|
12
12
|
unifieddatalibrary/_streaming.py,sha256=LwKrocz7ZRmYd47TA3q-PLXwgdTgjANE-TCIRZB958s,10148
|
13
13
|
unifieddatalibrary/_types.py,sha256=Ig7yl6V3WuOW7nf5r9vmMDvds0bSTpM5nCI-OnuurP8,6155
|
14
|
-
unifieddatalibrary/_version.py,sha256=
|
14
|
+
unifieddatalibrary/_version.py,sha256=QcdbdPXmkJICyeRWugLpDxQ2CqMOiEnPu7sUcPIpySc,178
|
15
15
|
unifieddatalibrary/pagination.py,sha256=_pVGwN4smUYQCUm2N_26lmP5aSYxcf5_wPU95-Y6egg,2385
|
16
16
|
unifieddatalibrary/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
unifieddatalibrary/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
@@ -60,7 +60,7 @@ unifieddatalibrary/resources/comm.py,sha256=124RjbE9T7t0dFJ3wTs9S2hBZHZYdiOozvDQ
|
|
60
60
|
unifieddatalibrary/resources/cots.py,sha256=ISBzt0nigf9xXyRb-luuntXRBRqL9gWO8V1-gU-RhuU,11635
|
61
61
|
unifieddatalibrary/resources/countries.py,sha256=yHBhBVlj4_2Y7_fB95tZ1yfHn6YoIcx6FE4bQiN4jQI,38336
|
62
62
|
unifieddatalibrary/resources/crew.py,sha256=IK2lQRmY8hw_tn7-eHWAhHgJPtVhzDjM6_ZgbvcZzdI,86127
|
63
|
-
unifieddatalibrary/resources/drift_history.py,sha256=
|
63
|
+
unifieddatalibrary/resources/drift_history.py,sha256=3adbD4wCB6CKZG6DqczoEPfIJOiPhi5-26-b7hUmJA4,19565
|
64
64
|
unifieddatalibrary/resources/dropzone.py,sha256=VEGOZaVnrPcJzCrsRSeHdOnE1TtnI176xWouurTADKw,67028
|
65
65
|
unifieddatalibrary/resources/ecpsdr.py,sha256=5RNhKaUYsGLcLaXEvstLMm0Xx7--Rk0fJAPQVGhCMzg,6704
|
66
66
|
unifieddatalibrary/resources/emittergeolocation.py,sha256=RAvCdFHdzJS9k6h47Gpu3jDnaN90HrzooQIBJaSu5kY,60474
|
@@ -275,7 +275,7 @@ unifieddatalibrary/resources/observations/rfobservation/history.py,sha256=lPl-3d
|
|
275
275
|
unifieddatalibrary/resources/observations/rfobservation/rfobservation.py,sha256=qeo0_KctPLfNM4QGoQeD7JndUz3xwuJqhW2o0FfW-7I,3914
|
276
276
|
unifieddatalibrary/resources/onorbit/__init__.py,sha256=TACURPcuZj9YvwiMiGKaEnpWyEBJhwjqavVSIDSKSCA,1120
|
277
277
|
unifieddatalibrary/resources/onorbit/antenna_details.py,sha256=yDLsBHvbL8T-U1c41zGZPTTtb7FSEw_n5v_uYU7P9XU,40065
|
278
|
-
unifieddatalibrary/resources/onorbit/onorbit.py,sha256=
|
278
|
+
unifieddatalibrary/resources/onorbit/onorbit.py,sha256=HrJ62rzCGA7QOMi9b6rJdnJK2cAvGh3mPNI7HXVj9BQ,55214
|
279
279
|
unifieddatalibrary/resources/onorbitthrusterstatus/__init__.py,sha256=TCZcT40dGGrMC1EJJu6NZhH1jSktHpUgUDBuKek6eEY,1210
|
280
280
|
unifieddatalibrary/resources/onorbitthrusterstatus/history.py,sha256=-zGsp2UVVnVnUVgMCP71qeML8i1IKzW0QaFjlp3Mf1Y,8905
|
281
281
|
unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py,sha256=fjvLBldtpc7zo6FJd_Q73Zw2Mo3uDDLIDA4ReDAN7Wc,50910
|
@@ -306,7 +306,7 @@ unifieddatalibrary/resources/sarobservation/history.py,sha256=GPByULk8Sirun6WL0I
|
|
306
306
|
unifieddatalibrary/resources/sarobservation/sarobservation.py,sha256=G2n9TRvtZU3u8Qfn8idA3QEbv5NAKTTt4mD2sp6WWMg,69821
|
307
307
|
unifieddatalibrary/resources/scs/__init__.py,sha256=1ZmLGA5XuS-Hji0zBMG6lNANO_UYJUiH3FpZBQfm04k,4441
|
308
308
|
unifieddatalibrary/resources/scs/classification_markings.py,sha256=02arM-jZbL86vJ2ACLP_XmN0wMXDOprgmfvHnzw9GUE,5736
|
309
|
-
unifieddatalibrary/resources/scs/file.py,sha256=
|
309
|
+
unifieddatalibrary/resources/scs/file.py,sha256=fj0QS_a-wHhfmZ_Ow4cUX2PbFb5QZLA2ygthZK8pAKY,13700
|
310
310
|
unifieddatalibrary/resources/scs/file_metadata.py,sha256=sagh3I_6ehMM6PpUULwQ-qtvPPUcZeOwtAe-RVq8Xv0,5284
|
311
311
|
unifieddatalibrary/resources/scs/folders.py,sha256=Ob6wDrxLBJccCjy5f-T4mg59Gv_O4DmoKFyNXzau0rk,16025
|
312
312
|
unifieddatalibrary/resources/scs/groups.py,sha256=p3x5DJqktg8UGQaLghrt4ZDVjFMRoNMaTHbBdnHT7Lg,4953
|
@@ -412,7 +412,7 @@ unifieddatalibrary/resources/weatherdata/weatherdata.py,sha256=u18fGRf88_6cfTyOI
|
|
412
412
|
unifieddatalibrary/resources/weatherreport/__init__.py,sha256=g4F-msBnqcP42ilYp6G1R9bv9tU3gZrKbFRVv7v91Wo,1106
|
413
413
|
unifieddatalibrary/resources/weatherreport/history.py,sha256=504n2BIdGErsXQHuJHQJrRb_re7omdp3VMH371S5yKQ,19154
|
414
414
|
unifieddatalibrary/resources/weatherreport/weatherreport.py,sha256=P2DsnssKhbnDt3TUkF2hW5BYpnALe2GEDJ-NIxp8ShA,79483
|
415
|
-
unifieddatalibrary/types/__init__.py,sha256=
|
415
|
+
unifieddatalibrary/types/__init__.py,sha256=gBfQRuUZbkcvU16iK9LjAQQm6tpi_EqPhM6r_-PFC30,118490
|
416
416
|
unifieddatalibrary/types/ai_count_params.py,sha256=61P9neL-e3NmX9ohaUJP7Kd9RxWGD4uM5i-lGwY8x0c,559
|
417
417
|
unifieddatalibrary/types/ai_count_response.py,sha256=plzGzC4KJ9iSG0-x0VOcE4m7iettRKZPKRz1nVFCqx0,192
|
418
418
|
unifieddatalibrary/types/ai_create_bulk_params.py,sha256=NnotyZNmfWmUBqDYtbXqRWtIm3yArM5MmvoKbwSF648,10107
|
@@ -651,7 +651,7 @@ unifieddatalibrary/types/conjunction_count_params.py,sha256=72kd8GyG-Dmk_dZ4M_UK
|
|
651
651
|
unifieddatalibrary/types/conjunction_count_response.py,sha256=oJnPYnU6y_MepAHwA0uaNHCftGEF2LYBbJaJJU4dreY,210
|
652
652
|
unifieddatalibrary/types/conjunction_create_bulk_params.py,sha256=FB-81KX6XgtqQUjtKdX7kibyn4T4tK9aJJUm5gXDy_w,65226
|
653
653
|
unifieddatalibrary/types/conjunction_create_udl_params.py,sha256=MsGYxkoapTrjkdRhpaVedqG5o3N6lZ9vir-tOdl4F2A,65268
|
654
|
-
unifieddatalibrary/types/conjunction_full.py,sha256=
|
654
|
+
unifieddatalibrary/types/conjunction_full.py,sha256=5pKOX8ChBpoG_cEBLcj2XzAbTyTDQg1hCnW4_KvjtJQ,71574
|
655
655
|
unifieddatalibrary/types/conjunction_get_history_params.py,sha256=sSgcD4ftLVag24I4nB6Cnf6MHTgWXR43614B4ceBKr4,779
|
656
656
|
unifieddatalibrary/types/conjunction_get_history_response.py,sha256=U_dDcsgmm1Y3KILyIMBPaPMfPbgWJ5zogkGnmSanuUQ,309
|
657
657
|
unifieddatalibrary/types/conjunction_list_params.py,sha256=p-7UXSE_38hUOYJwpQefw6P4hs4wTQWku3QzABUSor4,528
|
@@ -691,9 +691,9 @@ unifieddatalibrary/types/diplomatic_clearance_tuple_params.py,sha256=BM8so793sPm
|
|
691
691
|
unifieddatalibrary/types/diplomatic_clearance_tuple_response.py,sha256=ml2Q4XNCx0Wed47MHaHn4LwtTzyyWcn70jeX6NwVWRA,354
|
692
692
|
unifieddatalibrary/types/diplomatic_clearance_update_params.py,sha256=fsoj0tzUMF_SbwrUXKYAPNAfwDruY2vAx3NcBJBIODw,8907
|
693
693
|
unifieddatalibrary/types/drift_history_count_response.py,sha256=xzpe5ZJUv78FExhrJ1nUmEy9LkQ9GUymI-qIhC3TAFw,212
|
694
|
-
unifieddatalibrary/types/drift_history_list_response.py,sha256=
|
694
|
+
unifieddatalibrary/types/drift_history_list_response.py,sha256=0hQYMPuFmvCAkrdbGaytJ5MJprDEcSaM50aQTubolEo,322
|
695
695
|
unifieddatalibrary/types/drift_history_tuple_params.py,sha256=L4sW-yOYhxbciEyDJMUSu_TEgZy9zhkSRdBwzjoZTO0,604
|
696
|
-
unifieddatalibrary/types/drift_history_tuple_response.py,sha256=
|
696
|
+
unifieddatalibrary/types/drift_history_tuple_response.py,sha256=377rDY1LPgXOwlCOLm0FW8EfSVZtdWP9llT_jCqPFko,312
|
697
697
|
unifieddatalibrary/types/dropzone_count_response.py,sha256=2cc_SOyWiSuQiLEfjCLhACJ3mD3PAKY9SVWYw-Lg7N4,204
|
698
698
|
unifieddatalibrary/types/dropzone_create_bulk_params.py,sha256=dMwLrOucjJ4bmeXx-AvqQ8LLSXZ5j700toUbZzcITNg,6307
|
699
699
|
unifieddatalibrary/types/dropzone_create_params.py,sha256=shoXvZ9G_0RsWZs2-PamFr7aLDC6DP-BBRPncQCyKHs,6208
|
@@ -724,7 +724,7 @@ unifieddatalibrary/types/effect_response_retrieve_response.py,sha256=NoVBNLe-mhW
|
|
724
724
|
unifieddatalibrary/types/effect_response_tuple_params.py,sha256=TiQgTCOD2P3iKjV8hw7_yLqlmEnPMZQbmsi7IvbroX4,930
|
725
725
|
unifieddatalibrary/types/effect_response_tuple_response.py,sha256=v7VUt_3J-YB4cc1VgmVLIoHqvWJw1g6PFyl3y_I1g2s,10445
|
726
726
|
unifieddatalibrary/types/effect_response_unvalidated_publish_params.py,sha256=XyTxU1-7s7X4E9KOrDzNLQpQSEeoJbhS0li6S_xE8dw,9426
|
727
|
-
unifieddatalibrary/types/elset.py,sha256=
|
727
|
+
unifieddatalibrary/types/elset.py,sha256=G-BtW4oG3GyxPcynVU-doKPMP34wbQud7LI6mIgcumE,12665
|
728
728
|
unifieddatalibrary/types/elset_abridged.py,sha256=8krb6ufELgO6_o0dnlmmqUmtupK21QSkFoCnlmr0fHU,10352
|
729
729
|
unifieddatalibrary/types/elset_count_params.py,sha256=r_Ju7D15NlXW24GSobjMJ7LqU9ZrRpEvfCx0bVVQjwg,560
|
730
730
|
unifieddatalibrary/types/elset_count_response.py,sha256=kHihIWeZOeLmRo5HYsRT1LvNyFeKRYmSwbqlESPYINc,198
|
@@ -743,9 +743,9 @@ unifieddatalibrary/types/emittergeolocation_create_bulk_params.py,sha256=ecrbf1C
|
|
743
743
|
unifieddatalibrary/types/emittergeolocation_create_params.py,sha256=SElvb94MjY_kKfJ9iQqKXEKZq20K91_xU26ydrnmxfQ,9011
|
744
744
|
unifieddatalibrary/types/emittergeolocation_query_params.py,sha256=lEGLeryhCXXSHnEpOM6fe9EwXiDkGPtaYsScZjfo5GI,643
|
745
745
|
unifieddatalibrary/types/emittergeolocation_query_response.py,sha256=mPwhLUHNUWq5MzyThgKQveanmcLyWVUOY5EqqmPaAE0,10486
|
746
|
-
unifieddatalibrary/types/emittergeolocation_retrieve_response.py,sha256=
|
746
|
+
unifieddatalibrary/types/emittergeolocation_retrieve_response.py,sha256=_ID_FKWGmXxNh9ajJrnrNiZQmPePCDE6WhawA0aU3Pw,10742
|
747
747
|
unifieddatalibrary/types/emittergeolocation_tuple_params.py,sha256=oEl72FzdcBhLASRSKig3KtUjlFujQGjK3v7fwesAe34,979
|
748
|
-
unifieddatalibrary/types/emittergeolocation_tuple_response.py,sha256=
|
748
|
+
unifieddatalibrary/types/emittergeolocation_tuple_response.py,sha256=IbuvMie4X78nHPLSwSQGne1cUCK5H0pLOade8bxyFyU,10879
|
749
749
|
unifieddatalibrary/types/emittergeolocation_unvalidated_publish_params.py,sha256=n3Pp8J-Hl6XL5fvxaHO8I8tiVc929Zr6W5fOjxFQrVA,9116
|
750
750
|
unifieddatalibrary/types/engine.py,sha256=OwXA-gZOgt-GzzJS70d23hsJdx0fJcLU4LrmaOmkxWI,2975
|
751
751
|
unifieddatalibrary/types/engine_abridged.py,sha256=iuxusNWl9Zg0OcCMU_7fI13j-eQmr-vGOzydam1Tgo0,2259
|
@@ -795,7 +795,7 @@ unifieddatalibrary/types/ephemeris_count_response.py,sha256=A7XBsRCRSKiJd-EwqqRa
|
|
795
795
|
unifieddatalibrary/types/ephemeris_file_upload_params.py,sha256=CYLx25DW8XgHNSWPSmClYwR8VG6w11uOUygc_4GJqTw,1780
|
796
796
|
unifieddatalibrary/types/ephemeris_list_params.py,sha256=jYQuuSfcFxmbUR5Img4mQ2XUTXUDQwsDHFVQ58KD7cY,596
|
797
797
|
unifieddatalibrary/types/ephemeris_list_response.py,sha256=E1aIza1iDkMOqsVEsQ1yEAhPWNelkDqPoV5vW_bYn-o,299
|
798
|
-
unifieddatalibrary/types/ephemeris_set.py,sha256=
|
798
|
+
unifieddatalibrary/types/ephemeris_set.py,sha256=bZs-DTYV0XuxqiGnF9w-lMJNbGAKSuICPXyxgw5-1MU,9682
|
799
799
|
unifieddatalibrary/types/ephemeris_set_abridged.py,sha256=S2AoGLU12l9TPBmn-7WT10ePzUK5Z6KUrXCWtHli_Xk,8032
|
800
800
|
unifieddatalibrary/types/ephemeris_set_count_params.py,sha256=8BF4MSQKfagJzCJjzyX6s2kF-xZUNxOzcN47zfuzK7Y,968
|
801
801
|
unifieddatalibrary/types/ephemeris_set_count_response.py,sha256=MPbJvVceAjBQB1Ohq0JcRgROrLa9E76JMEMY07bPkCs,212
|
@@ -972,11 +972,11 @@ unifieddatalibrary/types/launchevent_count_params.py,sha256=-eMTVSY84HCWErHh5qcX
|
|
972
972
|
unifieddatalibrary/types/launchevent_count_response.py,sha256=Hz4nYKBoYgb_rThtZHsPDJdtX_GiDCQ4E-dipL8KiWw,210
|
973
973
|
unifieddatalibrary/types/launchevent_create_bulk_params.py,sha256=6TbUIH7QrcID31DEbc6-i0fbkuvsdnvFqKg6qtFBzMQ,3419
|
974
974
|
unifieddatalibrary/types/launchevent_create_params.py,sha256=yqTCSGiNoP2WnROczCY2i3dC2kkGOhAhNtew7L-KGS0,3320
|
975
|
-
unifieddatalibrary/types/launchevent_get_response.py,sha256=
|
975
|
+
unifieddatalibrary/types/launchevent_get_response.py,sha256=Lww2XECn5Y2OuFze1MDrToNWi5perYn6b6n1HdaV4YY,4158
|
976
976
|
unifieddatalibrary/types/launchevent_list_params.py,sha256=06mMbDkvIvEdiSCQFNbfX7S1aG0Hldeuj3VtvvDuwjI,591
|
977
977
|
unifieddatalibrary/types/launchevent_list_response.py,sha256=XgPWEYnJUbrwQwpPBuuCdLm2IRbZux8Bl4YI_A-4Mfw,4078
|
978
978
|
unifieddatalibrary/types/launchevent_tuple_params.py,sha256=0qhUDdcLdos24QIBeT-cRYjDawYGb6TbWtQiJNfMSo8,929
|
979
|
-
unifieddatalibrary/types/launchevent_tuple_response.py,sha256=
|
979
|
+
unifieddatalibrary/types/launchevent_tuple_response.py,sha256=BT5aaGjo1J_uMR6MulUdQEMlRQHy95E9KEGH3eQrrmI,4290
|
980
980
|
unifieddatalibrary/types/launchevent_unvalidated_publish_params.py,sha256=TbFgEJE6cx-qUYcpit3zTh_TleKWZjCz_kItLyUlwUs,3435
|
981
981
|
unifieddatalibrary/types/launchsite_count_response.py,sha256=kkFqyEo_YaJrKaidMVnrl6eZQxorwR0EkUhoYL7IWBE,208
|
982
982
|
unifieddatalibrary/types/launchsite_create_params.py,sha256=Cbn4_xMmeVi6VIzp_YUl1Q8TPdcaX4hTSx6fsBtliH0,2153
|
@@ -1113,10 +1113,10 @@ unifieddatalibrary/types/notification_tuple_params.py,sha256=MESBwSXUhF7ivAoFxsf
|
|
1113
1113
|
unifieddatalibrary/types/notification_tuple_response.py,sha256=J4N2ngISokcn6KZygeAvGp6HnPzOB3YGU6MSOs8EzjA,321
|
1114
1114
|
unifieddatalibrary/types/objectofinterest_count_response.py,sha256=mNKn84Po2kPIAHeytpiLJL0vFz2Au6YySQSOju2Nu40,220
|
1115
1115
|
unifieddatalibrary/types/objectofinterest_create_params.py,sha256=VfycSQy-YJbZmKiVCzB3Ulfc8F0-jU89LFs2beJ3L3s,8690
|
1116
|
-
unifieddatalibrary/types/objectofinterest_get_response.py,sha256=
|
1116
|
+
unifieddatalibrary/types/objectofinterest_get_response.py,sha256=BnDCgcsAX3ha0VxTgfiV8_Ug9V5HSnVup418bYwrG_s,13159
|
1117
1117
|
unifieddatalibrary/types/objectofinterest_list_response.py,sha256=4RyTDvXMMWNC6WxBTUHVcOY1i_RWrBmcndtVzG3ZQlk,9210
|
1118
1118
|
unifieddatalibrary/types/objectofinterest_tuple_params.py,sha256=j7DFOxiQm1lC_I6iuGzQHYyhGE_LwoT-fyuMPEfm3wU,612
|
1119
|
-
unifieddatalibrary/types/objectofinterest_tuple_response.py,sha256=
|
1119
|
+
unifieddatalibrary/types/objectofinterest_tuple_response.py,sha256=8i8K56fpQ_O29zaI9gavKoxX4d72cCOTlXaOMYlyuD4,13414
|
1120
1120
|
unifieddatalibrary/types/objectofinterest_update_params.py,sha256=HlYTHcpJhP664-N8AM7dke3ykklsyHPm3dmtRA9N_fc,8732
|
1121
1121
|
unifieddatalibrary/types/onboardnavigation_count_params.py,sha256=LDsne-nli1A81k_O0Y8xog3we6CccNA5U4gx16m1DCc,594
|
1122
1122
|
unifieddatalibrary/types/onboardnavigation_count_response.py,sha256=8R7iTYOSeRpNd7x8ac8rxsRyRi1ivgcxh6dAnpjSUpU,222
|
@@ -1132,7 +1132,7 @@ unifieddatalibrary/types/onorbit_get_signature_params.py,sha256=Udxa4G9CS8KZDJGq
|
|
1132
1132
|
unifieddatalibrary/types/onorbit_get_signature_response.py,sha256=dIvzjvcs8Cqi63_QjqmXdRwH3KHdBI75s9VxBHDcAdk,30662
|
1133
1133
|
unifieddatalibrary/types/onorbit_list_response.py,sha256=UmNHqvS0OyWnPoftvRvMAj5tNjVCp4Fi5npz1KP33A4,5346
|
1134
1134
|
unifieddatalibrary/types/onorbit_tuple_params.py,sha256=-WNaoCjBgQYCQnUBSLrHaPWCLVGqWZAJBB6EC_mxfoI,594
|
1135
|
-
unifieddatalibrary/types/onorbit_tuple_response.py,sha256=
|
1135
|
+
unifieddatalibrary/types/onorbit_tuple_response.py,sha256=yAh3UBNXyW_6o_cHg5swsB7axer4pJmYGUGXVeys_BM,286
|
1136
1136
|
unifieddatalibrary/types/onorbit_update_params.py,sha256=TRJN18OGt0bNbF77x7coLFdmb7rhxzU8BYblckV-xvQ,4623
|
1137
1137
|
unifieddatalibrary/types/onorbitantenna_create_params.py,sha256=yy0jFUR9k2EuYDt9pVcNOdvvB08VPItfBmI1P-gghBA,3460
|
1138
1138
|
unifieddatalibrary/types/onorbitantenna_get_response.py,sha256=ccyEJjM6ZzuEIRRY3hA-n_DOriHVftd0wvrREAvjftI,3074
|
@@ -1148,10 +1148,10 @@ unifieddatalibrary/types/onorbitdetail_list_response.py,sha256=mFdeXUCDxE6yO9_-d
|
|
1148
1148
|
unifieddatalibrary/types/onorbitdetail_update_params.py,sha256=vykSH9uP18ZrPGxPIvPQk8htkR9CULARv7GTbWoAZc8,8313
|
1149
1149
|
unifieddatalibrary/types/onorbitevent_count_response.py,sha256=JXuNgRmol0umn-HSRrb5ID79z-XZw2SUCXAyJsuM8M8,212
|
1150
1150
|
unifieddatalibrary/types/onorbitevent_create_params.py,sha256=InSDlYCRA-SA_HrU_WxNrn4zAspNaORrlL5ZKb5T3yc,8406
|
1151
|
-
unifieddatalibrary/types/onorbitevent_get_response.py,sha256=
|
1151
|
+
unifieddatalibrary/types/onorbitevent_get_response.py,sha256=l2gwxwxQhl8OOa0pUy0DOCti54v2PLOrhpYrbkDy_lc,9830
|
1152
1152
|
unifieddatalibrary/types/onorbitevent_list_response.py,sha256=j6OSjpcTXpLQCz0Dxrcwyod6lSmebuCDVe7O56qIzTk,9401
|
1153
1153
|
unifieddatalibrary/types/onorbitevent_tuple_params.py,sha256=RyHsfhGLOD1qj5VOc_gfJi6q7hAj-PPM6Jfl3nFEIrM,604
|
1154
|
-
unifieddatalibrary/types/onorbitevent_tuple_response.py,sha256=
|
1154
|
+
unifieddatalibrary/types/onorbitevent_tuple_response.py,sha256=vV8AXW-aVVfjWiHM5K2p6h3SoYCR2aDrgzYDk-fn-Q4,9965
|
1155
1155
|
unifieddatalibrary/types/onorbitevent_update_params.py,sha256=aJvVB5hJ1lTJKoeSyviaFW6v-myyJR70ofrj579x-QU,8448
|
1156
1156
|
unifieddatalibrary/types/onorbitlist_count_response.py,sha256=CmwV_ZUU8Dle32yqTevDIt3ObW6dvnFmGx7svKvnPRs,210
|
1157
1157
|
unifieddatalibrary/types/onorbitlist_create_params.py,sha256=f4cRrkDWsVqDb0NNFaq0mS6tkXgXJPDkcvr0WFTV4aQ,1920
|
@@ -1303,7 +1303,7 @@ unifieddatalibrary/types/rfobservation_create_params.py,sha256=cntBh7VVociNzbDne
|
|
1303
1303
|
unifieddatalibrary/types/rfobservation_list_params.py,sha256=dJi_7VWPXVNuGkMzOu7br9XMs-UO9fmk_s9yb6M0a-E,585
|
1304
1304
|
unifieddatalibrary/types/rfobservation_list_response.py,sha256=wgZvs5T9sr0dreB4eMA4hbLZQ1x04STeYJWtnClzxk8,15447
|
1305
1305
|
unifieddatalibrary/types/rfobservation_tuple_params.py,sha256=IvYWLEd-iciAbHuPmBZB-86A-f-g-9p-MlTjMoaveVA,923
|
1306
|
-
unifieddatalibrary/types/rfobservation_tuple_response.py,sha256=
|
1306
|
+
unifieddatalibrary/types/rfobservation_tuple_response.py,sha256=NT_G4HUNaV5eiIct_W1xbgKAqfETUnvT9lq1vz1eHro,16049
|
1307
1307
|
unifieddatalibrary/types/rfobservation_unvalidated_publish_params.py,sha256=iGA9cV3-k6_Frth_i2_xwRQDeORQ2QbSsDL87nZiNU8,16260
|
1308
1308
|
unifieddatalibrary/types/routestat_count_response.py,sha256=Ps3eVpzcRZVrdsBpXAVYRUtYM34f1yc9AHeoHjdeTEE,206
|
1309
1309
|
unifieddatalibrary/types/routestat_create_bulk_params.py,sha256=Pg3Z56rYhMtZ-BFDWxBUIgA4UfQLY13cP5njSbUzkgw,6364
|
@@ -1529,7 +1529,7 @@ unifieddatalibrary/types/starcatalog_tuple_response.py,sha256=gyn052opFQZTP1HAET
|
|
1529
1529
|
unifieddatalibrary/types/starcatalog_unvalidated_publish_params.py,sha256=t1DtITy6voTtuO3axacGp2-6BzHBdH3XBcZJGvupbAE,7730
|
1530
1530
|
unifieddatalibrary/types/starcatalog_update_params.py,sha256=RlpqxHM_InXjqqRoyIVGBl_2AEhicSeuoIM773eY1k8,7639
|
1531
1531
|
unifieddatalibrary/types/state_vector_abridged.py,sha256=0iuToCmMl8_9rjDcknwLGOVeG1aJsRZI5_ITh0WEZG0,26491
|
1532
|
-
unifieddatalibrary/types/state_vector_full.py,sha256=
|
1532
|
+
unifieddatalibrary/types/state_vector_full.py,sha256=qvrfylVeWGAXnC_etv9bC9Z8x2aGFoVI0_CghzazsDg,28630
|
1533
1533
|
unifieddatalibrary/types/state_vector_ingest_param.py,sha256=OF3CUkS9I_ZJzSOgskR5Zetn6OWoeiWYd82cWzjlNdE,26001
|
1534
1534
|
unifieddatalibrary/types/statevector_count_params.py,sha256=JuhD12LhSnrXOzLSBLBwlWFmi2WxjQzZP1z-i4IaZB0,602
|
1535
1535
|
unifieddatalibrary/types/statevector_count_response.py,sha256=QQruHSEDnfvjkEMVWgpMJ_tmA5kHvt5RZrjHG3KSZlA,210
|
@@ -1761,7 +1761,7 @@ unifieddatalibrary/types/elsets/history_count_response.py,sha256=ZAHTF5IoOvMAg9G
|
|
1761
1761
|
unifieddatalibrary/types/elsets/history_list_params.py,sha256=zHh-SHkjn0kmW5YvFxNJD27EC36OBbyIRs0CpIfFghQ,802
|
1762
1762
|
unifieddatalibrary/types/elsets/history_list_response.py,sha256=o5y7Fz-t3C02aF493RVR2gKCDmCyx2JGV5npMduYzGw,259
|
1763
1763
|
unifieddatalibrary/types/eo_observations/__init__.py,sha256=DbZjqgkZoaUk9SRpjCbPuIF7mbOWgYeUYfPv5n7V-mo,573
|
1764
|
-
unifieddatalibrary/types/eo_observations/eo_observation_full.py,sha256=
|
1764
|
+
unifieddatalibrary/types/eo_observations/eo_observation_full.py,sha256=jh-pAM5uF6qhnsUQL3OQz7Br9muOO0wjrU_WIJUxXiE,43621
|
1765
1765
|
unifieddatalibrary/types/eo_observations/history_aodr_params.py,sha256=B8RCdWv7BxCd-IvehnOgO5UEcktj3Nfz5t-9mxgHILU,1637
|
1766
1766
|
unifieddatalibrary/types/eo_observations/history_count_params.py,sha256=r-D4f7FOHUUTrRqrZrAPzB5kItd36ta2s7ze5q8EKEI,664
|
1767
1767
|
unifieddatalibrary/types/eo_observations/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
@@ -1869,7 +1869,7 @@ unifieddatalibrary/types/launch_event/history_aodr_params.py,sha256=_LhkgrV7GNhY
|
|
1869
1869
|
unifieddatalibrary/types/launch_event/history_count_params.py,sha256=JQEmqe05Sn9TaNGqSavYek_QQMI3UQKYgslNL11IAfI,586
|
1870
1870
|
unifieddatalibrary/types/launch_event/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
1871
1871
|
unifieddatalibrary/types/launch_event/history_list_params.py,sha256=JMoy1EEQNvopQ_2aQVY5gWK2tOqggy1GBXDrXpNBoJQ,823
|
1872
|
-
unifieddatalibrary/types/launch_event/history_list_response.py,sha256
|
1872
|
+
unifieddatalibrary/types/launch_event/history_list_response.py,sha256=Oaz74MrCMuQ4ox5-VYLqdJWT35djYSxnxOSQE7ym9J4,4267
|
1873
1873
|
unifieddatalibrary/types/link_status/__init__.py,sha256=Mi5yblUx0Qe1cI6zym05tZJ7ar0dvAhfqeB4STNFRyo,1258
|
1874
1874
|
unifieddatalibrary/types/link_status/datalink_count_params.py,sha256=NZ_5q0eNLo47gK13K553PpKRnljVFEFHANPG8ggv-aw,640
|
1875
1875
|
unifieddatalibrary/types/link_status/datalink_count_response.py,sha256=y8FwgktrilL-gM_Qo8mvej3IJJoU0sm-h1obkeIN89Y,204
|
@@ -1909,7 +1909,7 @@ unifieddatalibrary/types/missionassignment/history_count_response.py,sha256=ZAHT
|
|
1909
1909
|
unifieddatalibrary/types/missionassignment/history_query_params.py,sha256=TOX-LgXTdtlp48KTiuI4UIkANwiaMbqTJf7VHeN6Oc8,791
|
1910
1910
|
unifieddatalibrary/types/missionassignment/history_query_response.py,sha256=vAzb1Vw4DbDYpyuoWqvPzZApBmnD0xF4jPw80EoYEiI,333
|
1911
1911
|
unifieddatalibrary/types/observations/__init__.py,sha256=rhDxCjBn9PoHNFqgWKDu8L_uvdJEtkgivXWGpJLCsCM,1056
|
1912
|
-
unifieddatalibrary/types/observations/ecpsdr.py,sha256=
|
1912
|
+
unifieddatalibrary/types/observations/ecpsdr.py,sha256=NiF84ltASB7baD4U_rSD-Qr0SorsitH7kvHg-RuxXeQ,10497
|
1913
1913
|
unifieddatalibrary/types/observations/ecpsdr_abridged.py,sha256=PETwMEN6uRi8LhX0Ek3Liu0RPNRyHwRqnDU7eKzE5mU,9953
|
1914
1914
|
unifieddatalibrary/types/observations/ecpsdr_count_params.py,sha256=MQ0O_9tlbo67pHhkCjKoMwFWCzmJ6H8A9nfWvlPzAjQ,611
|
1915
1915
|
unifieddatalibrary/types/observations/ecpsdr_count_response.py,sha256=nYJRWVy-8oeZu32jJpLJTVaLgt6KsWPK9hqvJgVxGwE,200
|
@@ -1987,10 +1987,11 @@ unifieddatalibrary/types/sarobservation/history_count_params.py,sha256=EfLCWm-Ch
|
|
1987
1987
|
unifieddatalibrary/types/sarobservation/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
1988
1988
|
unifieddatalibrary/types/sarobservation/history_retrieve_params.py,sha256=lT1vC7qsaaGUmv9v0KZVP-SMjzvNsmUTAKHgFZF1R1Y,850
|
1989
1989
|
unifieddatalibrary/types/sarobservation/history_retrieve_response.py,sha256=Zj7mHNIY2oE-x4p0N71ugJTNZfvFgWRvvunPz08eoEw,326
|
1990
|
-
unifieddatalibrary/types/scs/__init__.py,sha256=
|
1990
|
+
unifieddatalibrary/types/scs/__init__.py,sha256=auRJmdZ7ry3uozdO0ShA6Ta6xPKmId80gYCFBzymiuk,1856
|
1991
1991
|
unifieddatalibrary/types/scs/attachment.py,sha256=1H6fcazWr3YE_kTzR_sXraTFoYkZecRhnyXTJWfPTmU,493
|
1992
1992
|
unifieddatalibrary/types/scs/classification_marking_list_response.py,sha256=uey05iBmr_VmNhjJPsWTwL517sx86Cp5mb5D18fTFRk,258
|
1993
1993
|
unifieddatalibrary/types/scs/file_list_params.py,sha256=dQkTUr4EuLjermkl6NuUi2GhwRxyceSWshW51Xe7MeY,408
|
1994
|
+
unifieddatalibrary/types/scs/file_list_response.py,sha256=2lPe30c7_ynj_9rJBVfCjNuG4fkz1-EzNrZ-ZWz_vd0,270
|
1994
1995
|
unifieddatalibrary/types/scs/file_metadata_list_response.py,sha256=CydNlbxr3ZjiWeAs4UWGwWJFGKQdQK61Soma3pLQ-VI,240
|
1995
1996
|
unifieddatalibrary/types/scs/file_retrieve_params.py,sha256=XmgFEO833YEG65qrtmDJOFRioysNESxs_MSFQ9kxqgE,311
|
1996
1997
|
unifieddatalibrary/types/scs/file_update_params.py,sha256=69_53v909JtC7uc0crtA93M8bO6O1_wz14DnfHV1AMM,453
|
@@ -2046,22 +2047,22 @@ unifieddatalibrary/types/sgi/history_count_params.py,sha256=NprF5OY8NUxbumZsCrHc
|
|
2046
2047
|
unifieddatalibrary/types/sgi/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
2047
2048
|
unifieddatalibrary/types/sgi/history_list_params.py,sha256=G6Qm02e5bgIPCZKNfpQOwNk0qTNTn7Fugh_bkN16vno,1412
|
2048
2049
|
unifieddatalibrary/types/sgi/history_list_response.py,sha256=HI9Cs-4S5YI3wj_B0I-vokCU-4PSZbUZhUsZ8dYtNyE,274
|
2049
|
-
unifieddatalibrary/types/shared/__init__.py,sha256=
|
2050
|
+
unifieddatalibrary/types/shared/__init__.py,sha256=cf1nbsGWW89vDbbzefAi9dM-9KY7zoYs0yzBKhhChm4,1040
|
2050
2051
|
unifieddatalibrary/types/shared/air_transport_mission_full.py,sha256=QUl8Q4DSQtvplir-YCwjaj8hR2gWxkGovrFxkC5KsJw,15313
|
2051
2052
|
unifieddatalibrary/types/shared/aircraftstatus_full.py,sha256=4LbZe7eMva8s2Lquln4urjeqNgOCC2efdXNrIC8kAlE,11467
|
2052
2053
|
unifieddatalibrary/types/shared/ais_full.py,sha256=k5h5BoOqDylO8ZoqH5pwsXC_jprM69kkGeUHGaVUyGE,11151
|
2053
|
-
unifieddatalibrary/types/shared/attitudeset_full.py,sha256=
|
2054
|
-
unifieddatalibrary/types/shared/collect_request_full.py,sha256=
|
2055
|
-
unifieddatalibrary/types/shared/collect_response_full.py,sha256=
|
2056
|
-
unifieddatalibrary/types/shared/
|
2057
|
-
unifieddatalibrary/types/shared/
|
2054
|
+
unifieddatalibrary/types/shared/attitudeset_full.py,sha256=LoVKCA413dyqGXBCA5NW3CWYRpImCp3R-VH4wFarWuI,8323
|
2055
|
+
unifieddatalibrary/types/shared/collect_request_full.py,sha256=hI8a6_-pkCRyX184IrDnWOJhjjnMw9C-JWji1N7MLdE,61408
|
2056
|
+
unifieddatalibrary/types/shared/collect_response_full.py,sha256=U4d0EdwvAKLXg5uLSnjDJgkekjh3E5J_WcTQZjUeMlg,8415
|
2057
|
+
unifieddatalibrary/types/shared/drift_history_abridged.py,sha256=JT2yiq-HGAlOkENtsZjBf7zDDOxmKwXKG77Uh-l1yTw,2324
|
2058
|
+
unifieddatalibrary/types/shared/drift_history_full.py,sha256=PpMhLMqaJn6qasbQPn1DidRALyIZlndoV8FUDSTF1dE,2316
|
2058
2059
|
unifieddatalibrary/types/shared/eop_full.py,sha256=MgMiBpujlSjA0lgK_1IM4KENAGF-I4s2E6biAqz-BRk,10454
|
2059
2060
|
unifieddatalibrary/types/shared/ephemeris_full.py,sha256=Fy_t0CP8xAI_NXVXckSds4BaI12SlxwALVVWvXiNubY,5946
|
2060
2061
|
unifieddatalibrary/types/shared/evac_full.py,sha256=fYWuSAlj5MVNbKu8Ml7_8idjTxZFtCjf2SjuqPkvhDI,23934
|
2061
2062
|
unifieddatalibrary/types/shared/event_evolution_full.py,sha256=al3aCTG2uNLjwPE66SHlGfgA3vPP-HodEtLAOaF6C04,8483
|
2062
2063
|
unifieddatalibrary/types/shared/file_data.py,sha256=yLGPoFg2DoBReBXu_88cR73CSbwqYGwV_HZYrKxH030,2553
|
2063
2064
|
unifieddatalibrary/types/shared/flight_plan_full.py,sha256=ADBk1hTQ89m-3kaLmvk5nmPdTu0nL6k_NihZ-6-znMY,36474
|
2064
|
-
unifieddatalibrary/types/shared/
|
2065
|
+
unifieddatalibrary/types/shared/onorbit_full.py,sha256=iaJqmLGiCSPjaaMfVj2iJgDhgLokn6p4G4nGybPyZL0,71471
|
2065
2066
|
unifieddatalibrary/types/shared_params/__init__.py,sha256=7mH2hRew5jx-hRX2X8TwndgwnpdasbUkxstNaai3D-E,131
|
2066
2067
|
unifieddatalibrary/types/shared_params/file_data.py,sha256=L0ZQOwUur89FIfYAYDm6c0I1K-gz8kyvNLKik4fsfOw,2096
|
2067
2068
|
unifieddatalibrary/types/sigact/__init__.py,sha256=ZVPj-gsfzUJF3lPEWnprtV7eJ53fZBG9-AzHEX8tiBk,429
|
@@ -2136,7 +2137,7 @@ unifieddatalibrary/types/swir/history_count_params.py,sha256=QuI6IQJMFv3rDQG2a5n
|
|
2136
2137
|
unifieddatalibrary/types/swir/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
2137
2138
|
unifieddatalibrary/types/swir/history_list_params.py,sha256=KYk7XYy2oC3scCAV9TbuAa4FBsIDNJMupw9lIyG_RLg,758
|
2138
2139
|
unifieddatalibrary/types/swir/history_list_response.py,sha256=oHEFeB_RE_3FPGQ7dPQuTsbCuQqc2-_ZCwr7De3gcqM,268
|
2139
|
-
unifieddatalibrary/types/swir/swir_full.py,sha256=
|
2140
|
+
unifieddatalibrary/types/swir/swir_full.py,sha256=lvU8DqJ4YWbOYmubGLaOQ94Ujs4aiockMuNEsdd7Y3E,4557
|
2140
2141
|
unifieddatalibrary/types/taiutc/__init__.py,sha256=yC-Hz8KeVyOKEG34l3W7JQoVMeWqwsI6C8_iNzpXnXo,551
|
2141
2142
|
unifieddatalibrary/types/taiutc/history_aodr_params.py,sha256=CbsqcNfj2rp9StCtFj5ab_qY7rMSaBAPtb9D1katlEQ,1603
|
2142
2143
|
unifieddatalibrary/types/taiutc/history_count_params.py,sha256=sVHOp2V41w2MZWI0HaizTOa2KwU2QfiJqQpTwzMGU7g,630
|
@@ -2150,7 +2151,7 @@ unifieddatalibrary/types/tdoa_fdoa/diffofarrival_count_params.py,sha256=xtYUz4vn
|
|
2150
2151
|
unifieddatalibrary/types/tdoa_fdoa/diffofarrival_count_response.py,sha256=nx9wZwC-rPN1RiasK8118SuuiQKWIRueCnixw1vWyjU,214
|
2151
2152
|
unifieddatalibrary/types/tdoa_fdoa/diffofarrival_create_bulk_params.py,sha256=e98hSycSJPKulMGEb8k-re4OaD8UsMD3XUfCfQY0VAU,7829
|
2152
2153
|
unifieddatalibrary/types/tdoa_fdoa/diffofarrival_create_params.py,sha256=KPPMZ6v9X0BqFeG9VZL5-LHTaFPwWbc9zQzaIfyKuoE,7730
|
2153
|
-
unifieddatalibrary/types/tdoa_fdoa/diffofarrival_full.py,sha256=
|
2154
|
+
unifieddatalibrary/types/tdoa_fdoa/diffofarrival_full.py,sha256=BMfQGueDm5jIJC-1X1FjcAporQSip1uoYpYzgedGaMA,9254
|
2154
2155
|
unifieddatalibrary/types/tdoa_fdoa/diffofarrival_list_params.py,sha256=lXSFkgxahbXJfzwcmL8qgaK0x7g14Yap8oNH62vA7So,586
|
2155
2156
|
unifieddatalibrary/types/tdoa_fdoa/diffofarrival_list_response.py,sha256=HU_2_45QwHBus-Mpqo4xps_0mV7KLqzqjBkyvFcNM1A,319
|
2156
2157
|
unifieddatalibrary/types/tdoa_fdoa/diffofarrival/__init__.py,sha256=TPN_8S6VwmnkKbEzZ_0WZHHAO3QRZGDT2lm7sFiBXI4,345
|
@@ -2180,7 +2181,7 @@ unifieddatalibrary/types/trackroute/history_list_response.py,sha256=I7olo3Km0xg-
|
|
2180
2181
|
unifieddatalibrary/types/trackroute/track_route_full.py,sha256=CCJzIU26bV8f0jAo78Ak8hfEVcPLcPGK7IuRLEVLDPk,11866
|
2181
2182
|
unifieddatalibrary/types/udl/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
2182
2183
|
unifieddatalibrary/types/udl/geostatus/__init__.py,sha256=8m86OxjdyDAu5gaBOxltvSWTpGcyineKP-_wN-ZaYuk,561
|
2183
|
-
unifieddatalibrary/types/udl/geostatus/geo_status_full.py,sha256=
|
2184
|
+
unifieddatalibrary/types/udl/geostatus/geo_status_full.py,sha256=G8WTUTnhwY-d3nLZ-zDHybTNZ8iL8W0yHZNVZ_BxumA,5841
|
2184
2185
|
unifieddatalibrary/types/udl/geostatus/history_aodr_params.py,sha256=YSmBMSFJodIf1SJpKa6k8LKX5R-vidFbR1we0_NWPQI,1555
|
2185
2186
|
unifieddatalibrary/types/udl/geostatus/history_count_params.py,sha256=6D5UQ5WRvqgrf4QMq2ZqR3pexWlJibA4GaT-9XKTQiU,582
|
2186
2187
|
unifieddatalibrary/types/udl/geostatus/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
@@ -2206,7 +2207,7 @@ unifieddatalibrary/types/udl/itemtracking/item_tracking_full.py,sha256=YK998AV4U
|
|
2206
2207
|
unifieddatalibrary/types/udl/linkstatus/__init__.py,sha256=GoJodwuuOpOHmkNVpJ1DwtmxlmxgiTLQPVTsdWKMtfQ,186
|
2207
2208
|
unifieddatalibrary/types/udl/linkstatus/link_status_full.py,sha256=TwiYZscuephvkprlfokP5XT9lZrFleIwqyoNXrapwbY,6100
|
2208
2209
|
unifieddatalibrary/types/udl/maneuver/__init__.py,sha256=ECZCXttJQuP3b286-RA9qwhhig0uFbmaJK6IoPCvWlg,179
|
2209
|
-
unifieddatalibrary/types/udl/maneuver/maneuver_full.py,sha256=
|
2210
|
+
unifieddatalibrary/types/udl/maneuver/maneuver_full.py,sha256=deGmAKdkaBs00DQle2-zX7wXcDy4Q1dfk2UepAwMXvE,103695
|
2210
2211
|
unifieddatalibrary/types/udl/missiletrack/__init__.py,sha256=MURsGRChO1hRDm_Cariyx2Y6e0o64-u0nvNQMFs6PSg,192
|
2211
2212
|
unifieddatalibrary/types/udl/missiletrack/missile_track_full.py,sha256=kelSgjDWhI-QODIHQ2aST5DUfJWsi5OgjD9Bm4k6M1I,24012
|
2212
2213
|
unifieddatalibrary/types/udl/missionassignment/__init__.py,sha256=ZXF6m4WZ8sS_SAi2F0oU0Sw5SS8vz5bYLfPZmE6eBPE,207
|
@@ -2233,25 +2234,25 @@ unifieddatalibrary/types/udl/onboardnavigation/history_count_params.py,sha256=W8
|
|
2233
2234
|
unifieddatalibrary/types/udl/onboardnavigation/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
2234
2235
|
unifieddatalibrary/types/udl/onboardnavigation/history_list_params.py,sha256=e75e1jp3rUx0ZojuXhI8ApAWL83Rsxo0JxZCrlR7NWQ,813
|
2235
2236
|
unifieddatalibrary/types/udl/onboardnavigation/history_list_response.py,sha256=SWxn_yFQDiBBvYUDHVuQir9Y_euooO8n_Sfgkzu9QNo,307
|
2236
|
-
unifieddatalibrary/types/udl/onboardnavigation/onboardnavigation_full.py,sha256=
|
2237
|
+
unifieddatalibrary/types/udl/onboardnavigation/onboardnavigation_full.py,sha256=expAegrfPF59kZkJVBDrtdkxpKeQSiuRS8XKXdoN2rg,5821
|
2237
2238
|
unifieddatalibrary/types/udl/onorbitthrusterstatus/__init__.py,sha256=ftYxZ4hkFOwZgyYcCImytLBtdV6aIoH3-B9ZJimb1Sk,368
|
2238
2239
|
unifieddatalibrary/types/udl/onorbitthrusterstatus/history_list_params.py,sha256=0yS166Z-ubm3_LB2YLl1HjtjkViNo1C0nh8eZ0rciC4,1416
|
2239
2240
|
unifieddatalibrary/types/udl/onorbitthrusterstatus/history_list_response.py,sha256=0_cD9ZrwZJpZHA5VxQaWaumdSEFlQXW4hehCyDmKBkI,319
|
2240
2241
|
unifieddatalibrary/types/udl/onorbitthrusterstatus/onorbitthrusterstatus_full.py,sha256=V2R3UmkOgbY-dGq8tlWHp7qEGf-cPEOgpPHo80-6kZk,4925
|
2241
2242
|
unifieddatalibrary/types/udl/orbitdetermination/__init__.py,sha256=EbsHVsd-y_Ntr1jziKGmkom0YcBoRKM1Po1yLhvwl_E,209
|
2242
|
-
unifieddatalibrary/types/udl/orbitdetermination/orbitdetermination_full.py,sha256=
|
2243
|
+
unifieddatalibrary/types/udl/orbitdetermination/orbitdetermination_full.py,sha256=jLnRm9_fUkQI5N4oS--EiVyY4FHMGxIU4aIp630WwR4,52500
|
2243
2244
|
unifieddatalibrary/types/udl/orbittrack/__init__.py,sha256=ZyBm8L3MlHz114RgXhxpLE39c-MRZS45vn7JYRLeX1c,185
|
2244
|
-
unifieddatalibrary/types/udl/orbittrack/orbittrack_full.py,sha256=
|
2245
|
+
unifieddatalibrary/types/udl/orbittrack/orbittrack_full.py,sha256=8T4omig_elsiPvoX9dYtIVUutyA6CpTgNxbw-DBwa6Y,12869
|
2245
2246
|
unifieddatalibrary/types/udl/passiveradarobservation/__init__.py,sha256=oKvJdE9Hj1u3jaQq-zPZb1kodvzIHzSt_p32GX_cseE,224
|
2246
|
-
unifieddatalibrary/types/udl/passiveradarobservation/passiveradarobservation_full.py,sha256=
|
2247
|
+
unifieddatalibrary/types/udl/passiveradarobservation/passiveradarobservation_full.py,sha256=F2mUqaB4nwi_dCvlw9b-p0FmTs_E80PPsj9OQ49QcH0,13335
|
2247
2248
|
unifieddatalibrary/types/udl/poi/__init__.py,sha256=So9Y26eMPj_TRUsf7Uo8JZMLYPIDCTE_m4jVHKyZ1jg,164
|
2248
2249
|
unifieddatalibrary/types/udl/poi/poi_full.py,sha256=rtnOGFFBt870LK_r2wsr_fCmfFahZf0GcRPEFHs1ghU,10208
|
2249
2250
|
unifieddatalibrary/types/udl/radarobservation/__init__.py,sha256=Tph7ULJGvT5DDBrb73AFV9GegCJ_igBZrVYyV1bOMpc,203
|
2250
|
-
unifieddatalibrary/types/udl/radarobservation/radarobservation_full.py,sha256=
|
2251
|
+
unifieddatalibrary/types/udl/radarobservation/radarobservation_full.py,sha256=6E_lwKwleeghA0p1w-bq0o4tTIv4sK8l3FG5b-oGJFI,14285
|
2251
2252
|
unifieddatalibrary/types/udl/rfobservation/__init__.py,sha256=V5MAwNjR9JxlW7-ARTBHWEY7JISBHJkBfQpzErY8mzE,215
|
2252
|
-
unifieddatalibrary/types/udl/rfobservation/rfobservationdetails_full.py,sha256=
|
2253
|
+
unifieddatalibrary/types/udl/rfobservation/rfobservationdetails_full.py,sha256=GlIho4D4bJG2jD7ZlM-NRgiuB985JDbYgp5TILlN_S4,18341
|
2253
2254
|
unifieddatalibrary/types/udl/sarobservation/__init__.py,sha256=Qoo74_WjGMmweKavaoNw5FuORy2-iqzeIxRNUGBgr8Q,197
|
2254
|
-
unifieddatalibrary/types/udl/sarobservation/sarobservation_full.py,sha256=
|
2255
|
+
unifieddatalibrary/types/udl/sarobservation/sarobservation_full.py,sha256=TztkAdkNvK1Bw5ZXByNpvLJyTb1vHMGVH0ttjgyfLmI,15395
|
2255
2256
|
unifieddatalibrary/types/udl/sensormaintenance/__init__.py,sha256=K4QCfV3oAUSCxpvntI_xx-KAS0CWFQzWWD5V5Sf67fM,206
|
2256
2257
|
unifieddatalibrary/types/udl/sensormaintenance/sensormaintenance_full.py,sha256=9JMuglrdvlI8PTBb3IZUHaQe4wZUgqCAPVxrcH4MKKA,5507
|
2257
2258
|
unifieddatalibrary/types/udl/sensorplan/__init__.py,sha256=annQ1Sm6IclLMPnmJStlfsbD5x-VA3qcZ0bVSXdpWUI,185
|
@@ -2263,7 +2264,7 @@ unifieddatalibrary/types/udl/sigact/sigact_full.py,sha256=kUIRMhNvwE2nTGLDPFPm-0
|
|
2263
2264
|
unifieddatalibrary/types/udl/sitestatus/__init__.py,sha256=6YRj2sA8EEaW8p7tLzh5dIrQtjzuBoTqyZLaesZRH6A,185
|
2264
2265
|
unifieddatalibrary/types/udl/sitestatus/sitestatus_full.py,sha256=5N8_WDlLoH3pbHDXQbb9SRgPQdVf5ctU1bhIM7q31_0,9856
|
2265
2266
|
unifieddatalibrary/types/udl/skyimagery/__init__.py,sha256=w1dRCUftZIRQQpt-4sJNdvyspCp3QVyePt3tcHO5_cs,185
|
2266
|
-
unifieddatalibrary/types/udl/skyimagery/skyimagery_full.py,sha256=
|
2267
|
+
unifieddatalibrary/types/udl/skyimagery/skyimagery_full.py,sha256=LWEPCYsANBqPATyFJDDSWmkG0_vDWHSZvb_zVe3DX1E,10533
|
2267
2268
|
unifieddatalibrary/types/video/__init__.py,sha256=AXhXwMWiwKwa1cBOtfptzlVyMs6w6roWvO2g7f4HCfY,423
|
2268
2269
|
unifieddatalibrary/types/video/history_count_response.py,sha256=ZAHTF5IoOvMAg9GyvtMvgeowh-ythtIJhcWtMbcM8wk,202
|
2269
2270
|
unifieddatalibrary/types/video/history_list_params.py,sha256=okT3fvrPrxRJoE_T_LDKGuz-iVe_dVI2tqI5216M90g,485
|
@@ -2283,7 +2284,7 @@ unifieddatalibrary/types/weatherreport/history_count_response.py,sha256=ZAHTF5Io
|
|
2283
2284
|
unifieddatalibrary/types/weatherreport/history_list_params.py,sha256=_Zc3k4XnZx0uJjuY28oo4l1bbH7LNhVyLyD3oIPfuVo,883
|
2284
2285
|
unifieddatalibrary/types/weatherreport/history_list_response.py,sha256=aYoLUa35ixkutE0S6Wd0pwhsLzF-dXrOk6Y3pAOBwG0,296
|
2285
2286
|
unifieddatalibrary/types/weatherreport/weather_report_full.py,sha256=iv7fHg9aQh6ztvl0ztve5Z3_8Ww-efPMBgrS0n5gXvM,20751
|
2286
|
-
udl_sdk-0.1.
|
2287
|
-
udl_sdk-0.1.
|
2288
|
-
udl_sdk-0.1.
|
2289
|
-
udl_sdk-0.1.
|
2287
|
+
udl_sdk-0.1.0a6.dist-info/METADATA,sha256=gtPncTJsdxrVo8Gw6mV29UyP959e3OQz_cIcv1dzZmg,15982
|
2288
|
+
udl_sdk-0.1.0a6.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
2289
|
+
udl_sdk-0.1.0a6.dist-info/licenses/LICENSE,sha256=YBMC8KbJHXtxIo1-d_G5WdWjtiwFyrcZ5jAsRwN4POI,11348
|
2290
|
+
udl_sdk-0.1.0a6.dist-info/RECORD,,
|
unifieddatalibrary/_response.py
CHANGED
@@ -235,7 +235,7 @@ class BaseAPIResponse(Generic[R]):
|
|
235
235
|
# split is required to handle cases where additional information is included
|
236
236
|
# in the response, e.g. application/json; charset=utf-8
|
237
237
|
content_type, *_ = response.headers.get("content-type", "*").split(";")
|
238
|
-
if content_type
|
238
|
+
if not content_type.endswith("json"):
|
239
239
|
if is_basemodel(cast_to):
|
240
240
|
try:
|
241
241
|
data = response.json()
|
unifieddatalibrary/_version.py
CHANGED
@@ -16,7 +16,7 @@ from .._response import (
|
|
16
16
|
async_to_streamed_response_wrapper,
|
17
17
|
)
|
18
18
|
from .._base_client import make_request_options
|
19
|
-
from ..types.shared.
|
19
|
+
from ..types.shared.drift_history_full import DriftHistoryFull
|
20
20
|
from ..types.drift_history_list_response import DriftHistoryListResponse
|
21
21
|
from ..types.drift_history_tuple_response import DriftHistoryTupleResponse
|
22
22
|
|
@@ -53,7 +53,7 @@ class DriftHistoryResource(SyncAPIResource):
|
|
53
53
|
extra_query: Query | None = None,
|
54
54
|
extra_body: Body | None = None,
|
55
55
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
56
|
-
) ->
|
56
|
+
) -> DriftHistoryFull:
|
57
57
|
"""
|
58
58
|
Service operation to get a single DriftHistory record by its unique ID passed as
|
59
59
|
a path parameter. DriftHistory represents historical drift rates for GEO Onorbit
|
@@ -75,7 +75,7 @@ class DriftHistoryResource(SyncAPIResource):
|
|
75
75
|
options=make_request_options(
|
76
76
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
77
77
|
),
|
78
|
-
cast_to=
|
78
|
+
cast_to=DriftHistoryFull,
|
79
79
|
)
|
80
80
|
|
81
81
|
def list(
|
@@ -229,7 +229,7 @@ class AsyncDriftHistoryResource(AsyncAPIResource):
|
|
229
229
|
extra_query: Query | None = None,
|
230
230
|
extra_body: Body | None = None,
|
231
231
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
232
|
-
) ->
|
232
|
+
) -> DriftHistoryFull:
|
233
233
|
"""
|
234
234
|
Service operation to get a single DriftHistory record by its unique ID passed as
|
235
235
|
a path parameter. DriftHistory represents historical drift rates for GEO Onorbit
|
@@ -251,7 +251,7 @@ class AsyncDriftHistoryResource(AsyncAPIResource):
|
|
251
251
|
options=make_request_options(
|
252
252
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
253
253
|
),
|
254
|
-
cast_to=
|
254
|
+
cast_to=DriftHistoryFull,
|
255
255
|
)
|
256
256
|
|
257
257
|
async def list(
|
@@ -28,7 +28,7 @@ from .antenna_details import (
|
|
28
28
|
AntennaDetailsResourceWithStreamingResponse,
|
29
29
|
AsyncAntennaDetailsResourceWithStreamingResponse,
|
30
30
|
)
|
31
|
-
from ...types.shared.
|
31
|
+
from ...types.shared.onorbit_full import OnorbitFull
|
32
32
|
from ...types.onorbit_list_response import OnorbitListResponse
|
33
33
|
from ...types.onorbit_tuple_response import OnorbitTupleResponse
|
34
34
|
from ...types.onorbit_get_signature_response import OnorbitGetSignatureResponse
|
@@ -469,7 +469,7 @@ class OnorbitResource(SyncAPIResource):
|
|
469
469
|
extra_query: Query | None = None,
|
470
470
|
extra_body: Body | None = None,
|
471
471
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
472
|
-
) ->
|
472
|
+
) -> OnorbitFull:
|
473
473
|
"""
|
474
474
|
Service operation to get a single OnOrbit object by its unique ID passed as a
|
475
475
|
path parameter.
|
@@ -490,7 +490,7 @@ class OnorbitResource(SyncAPIResource):
|
|
490
490
|
options=make_request_options(
|
491
491
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
492
492
|
),
|
493
|
-
cast_to=
|
493
|
+
cast_to=OnorbitFull,
|
494
494
|
)
|
495
495
|
|
496
496
|
def get_signature(
|
@@ -1036,7 +1036,7 @@ class AsyncOnorbitResource(AsyncAPIResource):
|
|
1036
1036
|
extra_query: Query | None = None,
|
1037
1037
|
extra_body: Body | None = None,
|
1038
1038
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1039
|
-
) ->
|
1039
|
+
) -> OnorbitFull:
|
1040
1040
|
"""
|
1041
1041
|
Service operation to get a single OnOrbit object by its unique ID passed as a
|
1042
1042
|
path parameter.
|
@@ -1057,7 +1057,7 @@ class AsyncOnorbitResource(AsyncAPIResource):
|
|
1057
1057
|
options=make_request_options(
|
1058
1058
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
1059
1059
|
),
|
1060
|
-
cast_to=
|
1060
|
+
cast_to=OnorbitFull,
|
1061
1061
|
)
|
1062
1062
|
|
1063
1063
|
async def get_signature(
|
@@ -17,9 +17,9 @@ from ..._response import (
|
|
17
17
|
async_to_streamed_response_wrapper,
|
18
18
|
)
|
19
19
|
from ...types.scs import file_list_params, file_update_params, file_retrieve_params
|
20
|
-
from ...
|
21
|
-
from ..._base_client import AsyncPaginator, make_request_options
|
20
|
+
from ..._base_client import make_request_options
|
22
21
|
from ...types.shared.file_data import FileData as SharedFileData
|
22
|
+
from ...types.scs.file_list_response import FileListResponse
|
23
23
|
from ...types.shared_params.file_data import FileData as SharedParamsFileData
|
24
24
|
|
25
25
|
__all__ = ["FileResource", "AsyncFileResource"]
|
@@ -130,7 +130,7 @@ class FileResource(SyncAPIResource):
|
|
130
130
|
extra_query: Query | None = None,
|
131
131
|
extra_body: Body | None = None,
|
132
132
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
133
|
-
) ->
|
133
|
+
) -> FileListResponse:
|
134
134
|
"""
|
135
135
|
Returns a non-recursive list of FileData objects representing the files and
|
136
136
|
subdirectories in the passed-in path directory that are visible to the calling
|
@@ -151,9 +151,8 @@ class FileResource(SyncAPIResource):
|
|
151
151
|
|
152
152
|
timeout: Override the client-level default timeout for this request, in seconds
|
153
153
|
"""
|
154
|
-
return self.
|
154
|
+
return self._get(
|
155
155
|
"/scs/list",
|
156
|
-
page=SyncOffsetPage[SharedFileData],
|
157
156
|
options=make_request_options(
|
158
157
|
extra_headers=extra_headers,
|
159
158
|
extra_query=extra_query,
|
@@ -168,7 +167,7 @@ class FileResource(SyncAPIResource):
|
|
168
167
|
file_list_params.FileListParams,
|
169
168
|
),
|
170
169
|
),
|
171
|
-
|
170
|
+
cast_to=FileListResponse,
|
172
171
|
)
|
173
172
|
|
174
173
|
|
@@ -265,7 +264,7 @@ class AsyncFileResource(AsyncAPIResource):
|
|
265
264
|
cast_to=NoneType,
|
266
265
|
)
|
267
266
|
|
268
|
-
def list(
|
267
|
+
async def list(
|
269
268
|
self,
|
270
269
|
*,
|
271
270
|
path: str,
|
@@ -277,7 +276,7 @@ class AsyncFileResource(AsyncAPIResource):
|
|
277
276
|
extra_query: Query | None = None,
|
278
277
|
extra_body: Body | None = None,
|
279
278
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
280
|
-
) ->
|
279
|
+
) -> FileListResponse:
|
281
280
|
"""
|
282
281
|
Returns a non-recursive list of FileData objects representing the files and
|
283
282
|
subdirectories in the passed-in path directory that are visible to the calling
|
@@ -298,15 +297,14 @@ class AsyncFileResource(AsyncAPIResource):
|
|
298
297
|
|
299
298
|
timeout: Override the client-level default timeout for this request, in seconds
|
300
299
|
"""
|
301
|
-
return self.
|
300
|
+
return await self._get(
|
302
301
|
"/scs/list",
|
303
|
-
page=AsyncOffsetPage[SharedFileData],
|
304
302
|
options=make_request_options(
|
305
303
|
extra_headers=extra_headers,
|
306
304
|
extra_query=extra_query,
|
307
305
|
extra_body=extra_body,
|
308
306
|
timeout=timeout,
|
309
|
-
query=
|
307
|
+
query=await async_maybe_transform(
|
310
308
|
{
|
311
309
|
"path": path,
|
312
310
|
"count": count,
|
@@ -315,7 +313,7 @@ class AsyncFileResource(AsyncAPIResource):
|
|
315
313
|
file_list_params.FileListParams,
|
316
314
|
),
|
317
315
|
),
|
318
|
-
|
316
|
+
cast_to=FileListResponse,
|
319
317
|
)
|
320
318
|
|
321
319
|
|
@@ -7,18 +7,18 @@ from .engine import Engine as Engine
|
|
7
7
|
from .shared import (
|
8
8
|
AIsFull as AIsFull,
|
9
9
|
EopFull as EopFull,
|
10
|
-
Onorbit as Onorbit,
|
11
10
|
EvacFull as EvacFull,
|
12
11
|
FileData as FileData,
|
13
|
-
|
12
|
+
OnorbitFull as OnorbitFull,
|
14
13
|
EphemerisFull as EphemerisFull,
|
15
14
|
FlightPlanFull as FlightPlanFull,
|
16
15
|
AttitudesetFull as AttitudesetFull,
|
16
|
+
DriftHistoryFull as DriftHistoryFull,
|
17
17
|
AircraftstatusFull as AircraftstatusFull,
|
18
18
|
CollectRequestFull as CollectRequestFull,
|
19
19
|
EventEvolutionFull as EventEvolutionFull,
|
20
20
|
CollectResponseFull as CollectResponseFull,
|
21
|
-
|
21
|
+
DriftHistoryAbridged as DriftHistoryAbridged,
|
22
22
|
AirTransportMissionFull as AirTransportMissionFull,
|
23
23
|
)
|
24
24
|
from .bus_full import BusFull as BusFull
|
@@ -7,7 +7,7 @@ from typing_extensions import Literal
|
|
7
7
|
from pydantic import Field as FieldInfo
|
8
8
|
|
9
9
|
from .._models import BaseModel
|
10
|
-
from .shared.
|
10
|
+
from .shared.onorbit_full import OnorbitFull
|
11
11
|
|
12
12
|
__all__ = ["ConjunctionFull", "StateVector1", "StateVector2"]
|
13
13
|
|
@@ -1476,10 +1476,10 @@ class ConjunctionFull(BaseModel):
|
|
1476
1476
|
miss_distance: Optional[float] = FieldInfo(alias="missDistance", default=None)
|
1477
1477
|
"""Distance between objects at Time of Closest Approach (TCA) in meters."""
|
1478
1478
|
|
1479
|
-
on_orbit1: Optional[
|
1479
|
+
on_orbit1: Optional[OnorbitFull] = FieldInfo(alias="onOrbit1", default=None)
|
1480
1480
|
"""Model object representing on-orbit objects or satellites in the system."""
|
1481
1481
|
|
1482
|
-
on_orbit2: Optional[
|
1482
|
+
on_orbit2: Optional[OnorbitFull] = FieldInfo(alias="onOrbit2", default=None)
|
1483
1483
|
"""Model object representing on-orbit objects or satellites in the system."""
|
1484
1484
|
|
1485
1485
|
orig_id_on_orbit1: Optional[str] = FieldInfo(alias="origIdOnOrbit1", default=None)
|
@@ -3,8 +3,8 @@
|
|
3
3
|
from typing import List
|
4
4
|
from typing_extensions import TypeAlias
|
5
5
|
|
6
|
-
from .shared.
|
6
|
+
from .shared.drift_history_abridged import DriftHistoryAbridged
|
7
7
|
|
8
8
|
__all__ = ["DriftHistoryListResponse"]
|
9
9
|
|
10
|
-
DriftHistoryListResponse: TypeAlias = List[
|
10
|
+
DriftHistoryListResponse: TypeAlias = List[DriftHistoryAbridged]
|
@@ -3,8 +3,8 @@
|
|
3
3
|
from typing import List
|
4
4
|
from typing_extensions import TypeAlias
|
5
5
|
|
6
|
-
from .shared.
|
6
|
+
from .shared.drift_history_full import DriftHistoryFull
|
7
7
|
|
8
8
|
__all__ = ["DriftHistoryTupleResponse"]
|
9
9
|
|
10
|
-
DriftHistoryTupleResponse: TypeAlias = List[
|
10
|
+
DriftHistoryTupleResponse: TypeAlias = List[DriftHistoryFull]
|