udl-sdk 0.1.0a3__py3-none-any.whl → 0.1.0a5__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.
Files changed (273) hide show
  1. {udl_sdk-0.1.0a3.dist-info → udl_sdk-0.1.0a5.dist-info}/METADATA +1 -1
  2. {udl_sdk-0.1.0a3.dist-info → udl_sdk-0.1.0a5.dist-info}/RECORD +273 -273
  3. unifieddatalibrary/_base_client.py +175 -239
  4. unifieddatalibrary/_client.py +1 -4
  5. unifieddatalibrary/_models.py +2 -2
  6. unifieddatalibrary/_utils/_utils.py +9 -1
  7. unifieddatalibrary/_version.py +1 -1
  8. unifieddatalibrary/resources/air_events.py +1 -4
  9. unifieddatalibrary/resources/air_load_plans.py +1 -4
  10. unifieddatalibrary/resources/air_operations/air_tasking_orders.py +1 -4
  11. unifieddatalibrary/resources/air_operations/aircraft_sortie.py +1 -4
  12. unifieddatalibrary/resources/air_operations/aircraft_sorties.py +1 -4
  13. unifieddatalibrary/resources/air_operations/airspace_control_orders.py +1 -4
  14. unifieddatalibrary/resources/air_operations/crewpapers.py +1 -4
  15. unifieddatalibrary/resources/air_operations/diplomatic_clearance.py +1 -4
  16. unifieddatalibrary/resources/air_tasking_orders.py +1 -4
  17. unifieddatalibrary/resources/air_transport_missions/air_transport_missions.py +1 -4
  18. unifieddatalibrary/resources/air_transport_missions/history.py +1 -4
  19. unifieddatalibrary/resources/aircraft.py +2 -9
  20. unifieddatalibrary/resources/aircraft_sorties.py +1 -4
  21. unifieddatalibrary/resources/aircraft_status_remarks.py +1 -4
  22. unifieddatalibrary/resources/aircraft_statuses/aircraft_statuses.py +2 -9
  23. unifieddatalibrary/resources/aircraft_statuses/history.py +1 -4
  24. unifieddatalibrary/resources/aircraftstatusremark.py +1 -4
  25. unifieddatalibrary/resources/airfield_slots.py +1 -4
  26. unifieddatalibrary/resources/airfield_status.py +1 -4
  27. unifieddatalibrary/resources/airfields.py +1 -4
  28. unifieddatalibrary/resources/airfieldslotconsumptions.py +1 -4
  29. unifieddatalibrary/resources/airfieldslots.py +1 -4
  30. unifieddatalibrary/resources/airfieldstatus/airfieldstatus.py +1 -4
  31. unifieddatalibrary/resources/airfieldstatus/history.py +1 -4
  32. unifieddatalibrary/resources/airloadplans.py +1 -4
  33. unifieddatalibrary/resources/airspace_control_orders.py +1 -4
  34. unifieddatalibrary/resources/ais/ais.py +2 -11
  35. unifieddatalibrary/resources/ais/history.py +1 -4
  36. unifieddatalibrary/resources/ais_objects.py +1 -4
  37. unifieddatalibrary/resources/analytic_imagery.py +1 -6
  38. unifieddatalibrary/resources/antennas.py +1 -4
  39. unifieddatalibrary/resources/attitude_data.py +1 -4
  40. unifieddatalibrary/resources/attitude_sets/attitude_sets.py +1 -4
  41. unifieddatalibrary/resources/attitude_sets/history.py +1 -4
  42. unifieddatalibrary/resources/aviationriskmanagement.py +1 -4
  43. unifieddatalibrary/resources/batteries.py +1 -4
  44. unifieddatalibrary/resources/batterydetails.py +1 -4
  45. unifieddatalibrary/resources/beam.py +1 -4
  46. unifieddatalibrary/resources/beam_contours.py +1 -4
  47. unifieddatalibrary/resources/buses.py +1 -4
  48. unifieddatalibrary/resources/channels.py +1 -4
  49. unifieddatalibrary/resources/collect_requests/collect_requests.py +1 -4
  50. unifieddatalibrary/resources/collect_requests/history.py +1 -4
  51. unifieddatalibrary/resources/collect_responses/collect_responses.py +1 -4
  52. unifieddatalibrary/resources/collect_responses/history/aodr.py +1 -4
  53. unifieddatalibrary/resources/collect_responses/history/history.py +1 -4
  54. unifieddatalibrary/resources/collect_responses/tuple.py +1 -4
  55. unifieddatalibrary/resources/comm.py +1 -4
  56. unifieddatalibrary/resources/conjunctions/conjunctions.py +1 -4
  57. unifieddatalibrary/resources/conjunctions/history.py +1 -4
  58. unifieddatalibrary/resources/cots.py +1 -4
  59. unifieddatalibrary/resources/countries.py +1 -4
  60. unifieddatalibrary/resources/crew.py +2 -10
  61. unifieddatalibrary/resources/diffofarrival/diffofarrival.py +1 -4
  62. unifieddatalibrary/resources/diffofarrival/history.py +1 -4
  63. unifieddatalibrary/resources/diplomatic_clearance/country.py +1 -4
  64. unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +1 -4
  65. unifieddatalibrary/resources/diplomatic_clearance/history.py +1 -4
  66. unifieddatalibrary/resources/drift_history.py +1 -4
  67. unifieddatalibrary/resources/dropzone.py +1 -4
  68. unifieddatalibrary/resources/ecpsdr.py +1 -4
  69. unifieddatalibrary/resources/effect_requests/effect_requests.py +1 -4
  70. unifieddatalibrary/resources/effect_requests/history.py +1 -4
  71. unifieddatalibrary/resources/effect_responses/effect_responses.py +1 -4
  72. unifieddatalibrary/resources/effect_responses/history.py +1 -4
  73. unifieddatalibrary/resources/elsets/current.py +1 -4
  74. unifieddatalibrary/resources/elsets/elsets.py +1 -4
  75. unifieddatalibrary/resources/elsets/history.py +1 -4
  76. unifieddatalibrary/resources/emittergeolocation.py +1 -4
  77. unifieddatalibrary/resources/engine_details.py +1 -4
  78. unifieddatalibrary/resources/engines.py +1 -4
  79. unifieddatalibrary/resources/entities.py +1 -4
  80. unifieddatalibrary/resources/eo_observations/eo_observations.py +1 -4
  81. unifieddatalibrary/resources/eo_observations/history.py +1 -4
  82. unifieddatalibrary/resources/eoobservations.py +1 -4
  83. unifieddatalibrary/resources/eop/eop.py +2 -11
  84. unifieddatalibrary/resources/eop/history.py +1 -4
  85. unifieddatalibrary/resources/ephemeris/attitude_data/attitude_data.py +1 -4
  86. unifieddatalibrary/resources/ephemeris/attitude_data/history.py +1 -4
  87. unifieddatalibrary/resources/ephemeris/ephemeris.py +1 -4
  88. unifieddatalibrary/resources/ephemeris/history.py +1 -4
  89. unifieddatalibrary/resources/ephemeris_sets/ephemeris_sets.py +1 -4
  90. unifieddatalibrary/resources/ephemeris_sets/history.py +1 -4
  91. unifieddatalibrary/resources/equipment.py +1 -4
  92. unifieddatalibrary/resources/equipmentremarks.py +2 -9
  93. unifieddatalibrary/resources/evac/evac.py +1 -4
  94. unifieddatalibrary/resources/evac/history.py +1 -4
  95. unifieddatalibrary/resources/evac/tuple.py +1 -4
  96. unifieddatalibrary/resources/event_evolution/event_evolution.py +1 -4
  97. unifieddatalibrary/resources/event_evolution/history.py +1 -4
  98. unifieddatalibrary/resources/featureassessment/featureassessment.py +1 -4
  99. unifieddatalibrary/resources/featureassessment/history.py +1 -4
  100. unifieddatalibrary/resources/flightplan.py +1 -4
  101. unifieddatalibrary/resources/geostatus.py +1 -4
  102. unifieddatalibrary/resources/globalatmosphericmodel/globalatmosphericmodel.py +1 -4
  103. unifieddatalibrary/resources/globalatmosphericmodel/history.py +1 -4
  104. unifieddatalibrary/resources/gnss_observations/history.py +1 -4
  105. unifieddatalibrary/resources/gnss_raw_if/history.py +1 -4
  106. unifieddatalibrary/resources/gnssobservationset.py +1 -4
  107. unifieddatalibrary/resources/gnssrawif.py +2 -12
  108. unifieddatalibrary/resources/ground_imagery/ground_imagery.py +1 -6
  109. unifieddatalibrary/resources/ground_imagery/history.py +1 -4
  110. unifieddatalibrary/resources/groundimagery.py +1 -4
  111. unifieddatalibrary/resources/h3geo/h3geo.py +1 -4
  112. unifieddatalibrary/resources/h3geo/history.py +1 -4
  113. unifieddatalibrary/resources/h3geohexcell.py +1 -4
  114. unifieddatalibrary/resources/hazard/hazard.py +1 -4
  115. unifieddatalibrary/resources/hazard/history.py +1 -4
  116. unifieddatalibrary/resources/iono_observation/history.py +1 -4
  117. unifieddatalibrary/resources/ionoobservation.py +1 -4
  118. unifieddatalibrary/resources/ir.py +1 -4
  119. unifieddatalibrary/resources/isr_collections/history.py +1 -4
  120. unifieddatalibrary/resources/isr_collections/isr_collections.py +1 -4
  121. unifieddatalibrary/resources/item.py +2 -10
  122. unifieddatalibrary/resources/item_trackings/history.py +1 -4
  123. unifieddatalibrary/resources/item_trackings/item_trackings.py +1 -4
  124. unifieddatalibrary/resources/launch_event/history.py +1 -4
  125. unifieddatalibrary/resources/launch_event/launch_event.py +1 -4
  126. unifieddatalibrary/resources/launchdetection.py +2 -9
  127. unifieddatalibrary/resources/launchevent.py +1 -4
  128. unifieddatalibrary/resources/launchsite.py +1 -4
  129. unifieddatalibrary/resources/launchsitedetails.py +1 -4
  130. unifieddatalibrary/resources/launchvehicle.py +1 -4
  131. unifieddatalibrary/resources/launchvehicledetails.py +1 -4
  132. unifieddatalibrary/resources/link_status/datalink.py +1 -4
  133. unifieddatalibrary/resources/link_status/history.py +1 -4
  134. unifieddatalibrary/resources/link_status/link_status.py +1 -4
  135. unifieddatalibrary/resources/location.py +1 -4
  136. unifieddatalibrary/resources/logisticssupport/history.py +1 -4
  137. unifieddatalibrary/resources/logisticssupport/logisticssupport.py +1 -4
  138. unifieddatalibrary/resources/maneuvers/history.py +1 -4
  139. unifieddatalibrary/resources/maneuvers/maneuvers.py +1 -4
  140. unifieddatalibrary/resources/manifold.py +2 -10
  141. unifieddatalibrary/resources/manifoldelset.py +1 -4
  142. unifieddatalibrary/resources/missile_tracks/history.py +1 -4
  143. unifieddatalibrary/resources/missile_tracks/missile_tracks.py +1 -4
  144. unifieddatalibrary/resources/missionassignment/history.py +1 -4
  145. unifieddatalibrary/resources/missionassignment/missionassignment.py +1 -4
  146. unifieddatalibrary/resources/monoradar.py +2 -10
  147. unifieddatalibrary/resources/mti.py +1 -4
  148. unifieddatalibrary/resources/navigation.py +2 -9
  149. unifieddatalibrary/resources/navigationalobstruction.py +1 -4
  150. unifieddatalibrary/resources/notification.py +1 -4
  151. unifieddatalibrary/resources/objectofinterest.py +2 -9
  152. unifieddatalibrary/resources/observations/ecpsdr.py +1 -4
  153. unifieddatalibrary/resources/observations/monoradar/history.py +1 -4
  154. unifieddatalibrary/resources/observations/monoradar/monoradar.py +1 -4
  155. unifieddatalibrary/resources/observations/radarobservation/history.py +1 -4
  156. unifieddatalibrary/resources/observations/rfobservation/history.py +1 -4
  157. unifieddatalibrary/resources/observations/swir.py +1 -4
  158. unifieddatalibrary/resources/onboardnavigation.py +1 -4
  159. unifieddatalibrary/resources/onorbit/antenna_details.py +1 -4
  160. unifieddatalibrary/resources/onorbit/onorbit.py +2 -10
  161. unifieddatalibrary/resources/onorbitantenna.py +1 -4
  162. unifieddatalibrary/resources/onorbitbattery.py +1 -4
  163. unifieddatalibrary/resources/onorbitdetails.py +1 -4
  164. unifieddatalibrary/resources/onorbitevent.py +1 -4
  165. unifieddatalibrary/resources/onorbitlist.py +1 -4
  166. unifieddatalibrary/resources/onorbitsolararray.py +1 -4
  167. unifieddatalibrary/resources/onorbitthruster.py +1 -4
  168. unifieddatalibrary/resources/onorbitthrusterstatus/history.py +1 -4
  169. unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +1 -4
  170. unifieddatalibrary/resources/operatingunit.py +1 -4
  171. unifieddatalibrary/resources/operatingunitremark.py +1 -4
  172. unifieddatalibrary/resources/orbitdetermination/history.py +1 -4
  173. unifieddatalibrary/resources/orbitdetermination/orbitdetermination.py +1 -4
  174. unifieddatalibrary/resources/orbittrack/history.py +1 -4
  175. unifieddatalibrary/resources/orbittrack/orbittrack.py +1 -4
  176. unifieddatalibrary/resources/organization.py +1 -4
  177. unifieddatalibrary/resources/organizationdetails.py +1 -4
  178. unifieddatalibrary/resources/passiveradarobservation/history.py +1 -4
  179. unifieddatalibrary/resources/passiveradarobservation/passiveradarobservation.py +1 -4
  180. unifieddatalibrary/resources/personnelrecovery/history.py +1 -4
  181. unifieddatalibrary/resources/personnelrecovery/personnelrecovery.py +1 -4
  182. unifieddatalibrary/resources/poi.py +1 -4
  183. unifieddatalibrary/resources/port.py +1 -4
  184. unifieddatalibrary/resources/radarobservation.py +1 -4
  185. unifieddatalibrary/resources/report_and_activity/poi/history.py +1 -4
  186. unifieddatalibrary/resources/report_and_activity/udl_h3geo.py +1 -4
  187. unifieddatalibrary/resources/report_and_activity/udl_sigact.py +1 -4
  188. unifieddatalibrary/resources/rfband.py +1 -4
  189. unifieddatalibrary/resources/rfbandtype.py +1 -4
  190. unifieddatalibrary/resources/rfemitter.py +2 -9
  191. unifieddatalibrary/resources/rfemitterdetails.py +2 -9
  192. unifieddatalibrary/resources/rfobservation/history.py +1 -4
  193. unifieddatalibrary/resources/rfobservation/rfobservation.py +1 -4
  194. unifieddatalibrary/resources/routestats.py +1 -4
  195. unifieddatalibrary/resources/sarobservation/history.py +1 -4
  196. unifieddatalibrary/resources/sarobservation/sarobservation.py +1 -4
  197. unifieddatalibrary/resources/scientific.py +2 -9
  198. unifieddatalibrary/resources/scs/file.py +1 -4
  199. unifieddatalibrary/resources/scs/folders.py +1 -4
  200. unifieddatalibrary/resources/scs/paths.py +1 -4
  201. unifieddatalibrary/resources/scs/scs.py +1 -4
  202. unifieddatalibrary/resources/scs/v2.py +1 -4
  203. unifieddatalibrary/resources/sensor/calibration/calibration.py +1 -4
  204. unifieddatalibrary/resources/sensor/calibration/history.py +1 -4
  205. unifieddatalibrary/resources/sensor/sensor.py +1 -4
  206. unifieddatalibrary/resources/sensormaintenance/history.py +1 -4
  207. unifieddatalibrary/resources/sensormaintenance/sensormaintenance.py +1 -4
  208. unifieddatalibrary/resources/sensorplan/history.py +1 -4
  209. unifieddatalibrary/resources/sensorplan/sensorplan.py +1 -4
  210. unifieddatalibrary/resources/seradatacommdetails.py +2 -9
  211. unifieddatalibrary/resources/seradataearlywarning.py +1 -4
  212. unifieddatalibrary/resources/seradatanavigation.py +2 -9
  213. unifieddatalibrary/resources/seradataopticalpayload.py +1 -4
  214. unifieddatalibrary/resources/seradataradarpayload.py +1 -4
  215. unifieddatalibrary/resources/seradatasigintpayload.py +1 -4
  216. unifieddatalibrary/resources/seradataspacecraftdetails.py +1 -4
  217. unifieddatalibrary/resources/sgi/history.py +1 -4
  218. unifieddatalibrary/resources/sgi/sgi.py +1 -4
  219. unifieddatalibrary/resources/sigact/history.py +1 -4
  220. unifieddatalibrary/resources/sigact/sigact.py +1 -6
  221. unifieddatalibrary/resources/site/operations.py +1 -4
  222. unifieddatalibrary/resources/site/site.py +1 -4
  223. unifieddatalibrary/resources/siteremark.py +1 -4
  224. unifieddatalibrary/resources/sitestatus/history.py +1 -4
  225. unifieddatalibrary/resources/sitestatus/sitestatus.py +1 -4
  226. unifieddatalibrary/resources/skyimagery/history.py +1 -4
  227. unifieddatalibrary/resources/skyimagery/skyimagery.py +1 -6
  228. unifieddatalibrary/resources/soiobservationset/history.py +1 -4
  229. unifieddatalibrary/resources/soiobservationset/soiobservationset.py +1 -4
  230. unifieddatalibrary/resources/solararray.py +1 -4
  231. unifieddatalibrary/resources/solararraydetails.py +2 -9
  232. unifieddatalibrary/resources/sortieppr/history.py +1 -4
  233. unifieddatalibrary/resources/sortieppr/sortieppr.py +1 -4
  234. unifieddatalibrary/resources/spaceenvobservation/history.py +1 -4
  235. unifieddatalibrary/resources/spaceenvobservation/spaceenvobservation.py +1 -4
  236. unifieddatalibrary/resources/stage.py +1 -4
  237. unifieddatalibrary/resources/starcatalog/history.py +1 -4
  238. unifieddatalibrary/resources/starcatalog/starcatalog.py +1 -4
  239. unifieddatalibrary/resources/statevector/current.py +1 -4
  240. unifieddatalibrary/resources/statevector/history.py +1 -4
  241. unifieddatalibrary/resources/statevector/statevector.py +1 -4
  242. unifieddatalibrary/resources/status.py +1 -4
  243. unifieddatalibrary/resources/substatus.py +1 -4
  244. unifieddatalibrary/resources/surface.py +1 -4
  245. unifieddatalibrary/resources/surfaceobstruction.py +1 -4
  246. unifieddatalibrary/resources/swir/history.py +1 -4
  247. unifieddatalibrary/resources/swir/swir.py +2 -11
  248. unifieddatalibrary/resources/taiutc/history.py +1 -4
  249. unifieddatalibrary/resources/taiutc/taiutc.py +1 -4
  250. unifieddatalibrary/resources/tdoa_fdoa/diffofarrival/diffofarrival.py +1 -4
  251. unifieddatalibrary/resources/tdoa_fdoa/diffofarrival/history.py +1 -4
  252. unifieddatalibrary/resources/track/history.py +1 -4
  253. unifieddatalibrary/resources/track/track.py +1 -4
  254. unifieddatalibrary/resources/trackdetails/history.py +1 -4
  255. unifieddatalibrary/resources/trackdetails/trackdetails.py +1 -4
  256. unifieddatalibrary/resources/trackroute/history.py +1 -4
  257. unifieddatalibrary/resources/trackroute/trackroute.py +1 -4
  258. unifieddatalibrary/resources/transponder.py +1 -4
  259. unifieddatalibrary/resources/udl/geostatus/history.py +1 -4
  260. unifieddatalibrary/resources/udl/gnssobservationset/history.py +1 -4
  261. unifieddatalibrary/resources/udl/mti/history.py +1 -4
  262. unifieddatalibrary/resources/udl/notification/history.py +1 -4
  263. unifieddatalibrary/resources/udl/onboardnavigation/history.py +1 -4
  264. unifieddatalibrary/resources/udl/onorbitthrusterstatus/history.py +1 -4
  265. unifieddatalibrary/resources/vessel.py +1 -4
  266. unifieddatalibrary/resources/video/history.py +1 -4
  267. unifieddatalibrary/resources/video/video.py +1 -4
  268. unifieddatalibrary/resources/weatherdata/history.py +1 -4
  269. unifieddatalibrary/resources/weatherdata/weatherdata.py +1 -4
  270. unifieddatalibrary/resources/weatherreport/history.py +1 -4
  271. unifieddatalibrary/resources/weatherreport/weatherreport.py +1 -4
  272. {udl_sdk-0.1.0a3.dist-info → udl_sdk-0.1.0a5.dist-info}/WHEEL +0 -0
  273. {udl_sdk-0.1.0a3.dist-info → udl_sdk-0.1.0a5.dist-info}/licenses/LICENSE +0 -0
@@ -8,17 +8,9 @@ from typing_extensions import Literal
8
8
 
9
9
  import httpx
10
10
 
11
- from ..types import (
12
- crew_tuple_params,
13
- crew_create_params,
14
- crew_update_params,
15
- crew_unvalidated_publish_params,
16
- )
11
+ from ..types import crew_tuple_params, crew_create_params, crew_update_params, crew_unvalidated_publish_params
17
12
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
18
- from .._utils import (
19
- maybe_transform,
20
- async_maybe_transform,
21
- )
13
+ from .._utils import maybe_transform, async_maybe_transform
22
14
  from .._compat import cached_property
23
15
  from .._resource import SyncAPIResource, AsyncAPIResource
24
16
  from .._response import (
@@ -17,10 +17,7 @@ from .history import (
17
17
  AsyncHistoryResourceWithStreamingResponse,
18
18
  )
19
19
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
20
- from ..._utils import (
21
- maybe_transform,
22
- async_maybe_transform,
23
- )
20
+ from ..._utils import maybe_transform, async_maybe_transform
24
21
  from ..._compat import cached_property
25
22
  from ..._resource import SyncAPIResource, AsyncAPIResource
26
23
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -9,10 +9,7 @@ from typing_extensions import Literal
9
9
  import httpx
10
10
 
11
11
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
12
- from ..._utils import (
13
- maybe_transform,
14
- async_maybe_transform,
15
- )
12
+ from ..._utils import maybe_transform, async_maybe_transform
16
13
  from ..._compat import cached_property
17
14
  from ..._resource import SyncAPIResource, AsyncAPIResource
18
15
  from ..._response import (
@@ -33,10 +33,7 @@ from .history import (
33
33
  AsyncHistoryResourceWithStreamingResponse,
34
34
  )
35
35
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
36
- from ..._utils import (
37
- maybe_transform,
38
- async_maybe_transform,
39
- )
36
+ from ..._utils import maybe_transform, async_maybe_transform
40
37
  from ..._compat import cached_property
41
38
  from ..._resource import SyncAPIResource, AsyncAPIResource
42
39
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -6,10 +6,7 @@ import httpx
6
6
 
7
7
  from ..types import drift_history_tuple_params
8
8
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
9
- from .._utils import (
10
- maybe_transform,
11
- async_maybe_transform,
12
- )
9
+ from .._utils import maybe_transform, async_maybe_transform
13
10
  from .._compat import cached_property
14
11
  from .._resource import SyncAPIResource, AsyncAPIResource
15
12
  from .._response import (
@@ -16,10 +16,7 @@ from ..types import (
16
16
  dropzone_unvalidated_publish_params,
17
17
  )
18
18
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
19
- from .._utils import (
20
- maybe_transform,
21
- async_maybe_transform,
22
- )
19
+ from .._utils import maybe_transform, async_maybe_transform
23
20
  from .._compat import cached_property
24
21
  from .._resource import SyncAPIResource, AsyncAPIResource
25
22
  from .._response import (
@@ -8,10 +8,7 @@ import httpx
8
8
 
9
9
  from ..types import ecpsdr_unvalidated_publish_params
10
10
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from .._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from .._utils import maybe_transform, async_maybe_transform
15
12
  from .._compat import cached_property
16
13
  from .._resource import SyncAPIResource, AsyncAPIResource
17
14
  from .._response import (
@@ -25,10 +25,7 @@ from .history import (
25
25
  AsyncHistoryResourceWithStreamingResponse,
26
26
  )
27
27
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
28
- from ..._utils import (
29
- maybe_transform,
30
- async_maybe_transform,
31
- )
28
+ from ..._utils import maybe_transform, async_maybe_transform
32
29
  from ..._compat import cached_property
33
30
  from ..._resource import SyncAPIResource, AsyncAPIResource
34
31
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import date
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -25,10 +25,7 @@ from .history import (
25
25
  AsyncHistoryResourceWithStreamingResponse,
26
26
  )
27
27
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
28
- from ..._utils import (
29
- maybe_transform,
30
- async_maybe_transform,
31
- )
28
+ from ..._utils import maybe_transform, async_maybe_transform
32
29
  from ..._compat import cached_property
33
30
  from ..._resource import SyncAPIResource, AsyncAPIResource
34
31
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import date
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -5,10 +5,7 @@ from __future__ import annotations
5
5
  import httpx
6
6
 
7
7
  from ..._types import NOT_GIVEN, Body, Query, Headers, NotGiven
8
- from ..._utils import (
9
- maybe_transform,
10
- async_maybe_transform,
11
- )
8
+ from ..._utils import maybe_transform, async_maybe_transform
12
9
  from ..._compat import cached_property
13
10
  from ..._resource import SyncAPIResource, AsyncAPIResource
14
11
  from ..._response import (
@@ -33,10 +33,7 @@ from .history import (
33
33
  AsyncHistoryResourceWithStreamingResponse,
34
34
  )
35
35
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
36
- from ..._utils import (
37
- maybe_transform,
38
- async_maybe_transform,
39
- )
36
+ from ..._utils import maybe_transform, async_maybe_transform
40
37
  from ..._compat import cached_property
41
38
  from ..._resource import SyncAPIResource, AsyncAPIResource
42
39
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -17,10 +17,7 @@ from ..types import (
17
17
  emittergeolocation_unvalidated_publish_params,
18
18
  )
19
19
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
20
- from .._utils import (
21
- maybe_transform,
22
- async_maybe_transform,
23
- )
20
+ from .._utils import maybe_transform, async_maybe_transform
24
21
  from .._compat import cached_property
25
22
  from .._resource import SyncAPIResource, AsyncAPIResource
26
23
  from .._response import (
@@ -9,10 +9,7 @@ import httpx
9
9
 
10
10
  from ..types import engine_detail_create_params, engine_detail_update_params
11
11
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
12
- from .._utils import (
13
- maybe_transform,
14
- async_maybe_transform,
15
- )
12
+ from .._utils import maybe_transform, async_maybe_transform
16
13
  from .._compat import cached_property
17
14
  from .._resource import SyncAPIResource, AsyncAPIResource
18
15
  from .._response import (
@@ -8,10 +8,7 @@ import httpx
8
8
 
9
9
  from ..types import engine_tuple_params, engine_create_params, engine_update_params
10
10
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from .._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from .._utils import maybe_transform, async_maybe_transform
15
12
  from .._compat import cached_property
16
13
  from .._resource import SyncAPIResource, AsyncAPIResource
17
14
  from .._response import (
@@ -9,10 +9,7 @@ import httpx
9
9
 
10
10
  from ..types import entity_tuple_params, entity_create_params, entity_update_params
11
11
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
12
- from .._utils import (
13
- maybe_transform,
14
- async_maybe_transform,
15
- )
12
+ from .._utils import maybe_transform, async_maybe_transform
16
13
  from .._compat import cached_property
17
14
  from .._resource import SyncAPIResource, AsyncAPIResource
18
15
  from .._response import (
@@ -24,10 +24,7 @@ from .history import (
24
24
  AsyncHistoryResourceWithStreamingResponse,
25
25
  )
26
26
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
27
- from ..._utils import (
28
- maybe_transform,
29
- async_maybe_transform,
30
- )
27
+ from ..._utils import maybe_transform, async_maybe_transform
31
28
  from ..._compat import cached_property
32
29
  from ..._resource import SyncAPIResource, AsyncAPIResource
33
30
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -9,10 +9,7 @@ import httpx
9
9
 
10
10
  from ..types import eoobservation_tuple_params
11
11
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
12
- from .._utils import (
13
- maybe_transform,
14
- async_maybe_transform,
15
- )
12
+ from .._utils import maybe_transform, async_maybe_transform
16
13
  from .._compat import cached_property
17
14
  from .._resource import SyncAPIResource, AsyncAPIResource
18
15
  from .._response import (
@@ -8,13 +8,7 @@ from typing_extensions import Literal
8
8
 
9
9
  import httpx
10
10
 
11
- from ...types import (
12
- eop_list_params,
13
- eop_count_params,
14
- eop_create_params,
15
- eop_update_params,
16
- eop_list_tuple_params,
17
- )
11
+ from ...types import eop_list_params, eop_count_params, eop_create_params, eop_update_params, eop_list_tuple_params
18
12
  from .history import (
19
13
  HistoryResource,
20
14
  AsyncHistoryResource,
@@ -24,10 +18,7 @@ from .history import (
24
18
  AsyncHistoryResourceWithStreamingResponse,
25
19
  )
26
20
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
27
- from ..._utils import (
28
- maybe_transform,
29
- async_maybe_transform,
30
- )
21
+ from ..._utils import maybe_transform, async_maybe_transform
31
22
  from ..._compat import cached_property
32
23
  from ..._resource import SyncAPIResource, AsyncAPIResource
33
24
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -13,10 +13,7 @@ from .history import (
13
13
  AsyncHistoryResourceWithStreamingResponse,
14
14
  )
15
15
  from ...._types import NOT_GIVEN, Body, Query, Headers, NotGiven
16
- from ...._utils import (
17
- maybe_transform,
18
- async_maybe_transform,
19
- )
16
+ from ...._utils import maybe_transform, async_maybe_transform
20
17
  from ...._compat import cached_property
21
18
  from ...._resource import SyncAPIResource, AsyncAPIResource
22
19
  from ...._response import (
@@ -5,10 +5,7 @@ from __future__ import annotations
5
5
  import httpx
6
6
 
7
7
  from ...._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
8
- from ...._utils import (
9
- maybe_transform,
10
- async_maybe_transform,
11
- )
8
+ from ...._utils import maybe_transform, async_maybe_transform
12
9
  from ...._compat import cached_property
13
10
  from ...._resource import SyncAPIResource, AsyncAPIResource
14
11
  from ...._response import (
@@ -24,10 +24,7 @@ from .history import (
24
24
  AsyncHistoryResourceWithStreamingResponse,
25
25
  )
26
26
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
27
- from ..._utils import (
28
- maybe_transform,
29
- async_maybe_transform,
30
- )
27
+ from ..._utils import maybe_transform, async_maybe_transform
31
28
  from ..._compat import cached_property
32
29
  from ..._resource import SyncAPIResource, AsyncAPIResource
33
30
  from ..._response import (
@@ -5,10 +5,7 @@ from __future__ import annotations
5
5
  import httpx
6
6
 
7
7
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
8
- from ..._utils import (
9
- maybe_transform,
10
- async_maybe_transform,
11
- )
8
+ from ..._utils import maybe_transform, async_maybe_transform
12
9
  from ..._compat import cached_property
13
10
  from ..._resource import SyncAPIResource, AsyncAPIResource
14
11
  from ..._response import (
@@ -23,10 +23,7 @@ from .history import (
23
23
  AsyncHistoryResourceWithStreamingResponse,
24
24
  )
25
25
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
26
- from ..._utils import (
27
- maybe_transform,
28
- async_maybe_transform,
29
- )
26
+ from ..._utils import maybe_transform, async_maybe_transform
30
27
  from ..._compat import cached_property
31
28
  from ..._resource import SyncAPIResource, AsyncAPIResource
32
29
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -15,10 +15,7 @@ from ..types import (
15
15
  equipment_create_bulk_params,
16
16
  )
17
17
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
18
- from .._utils import (
19
- maybe_transform,
20
- async_maybe_transform,
21
- )
18
+ from .._utils import maybe_transform, async_maybe_transform
22
19
  from .._compat import cached_property
23
20
  from .._resource import SyncAPIResource, AsyncAPIResource
24
21
  from .._response import (
@@ -7,16 +7,9 @@ from typing_extensions import Literal
7
7
 
8
8
  import httpx
9
9
 
10
- from ..types import (
11
- equipmentremark_tuple_params,
12
- equipmentremark_create_params,
13
- equipmentremark_create_bulk_params,
14
- )
10
+ from ..types import equipmentremark_tuple_params, equipmentremark_create_params, equipmentremark_create_bulk_params
15
11
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
16
- from .._utils import (
17
- maybe_transform,
18
- async_maybe_transform,
19
- )
12
+ from .._utils import maybe_transform, async_maybe_transform
20
13
  from .._compat import cached_property
21
14
  from .._resource import SyncAPIResource, AsyncAPIResource
22
15
  from .._response import (
@@ -32,10 +32,7 @@ from .history import (
32
32
  AsyncHistoryResourceWithStreamingResponse,
33
33
  )
34
34
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
35
- from ..._utils import (
36
- maybe_transform,
37
- async_maybe_transform,
38
- )
35
+ from ..._utils import maybe_transform, async_maybe_transform
39
36
  from ..._compat import cached_property
40
37
  from ..._resource import SyncAPIResource, AsyncAPIResource
41
38
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -25,10 +25,7 @@ from .history import (
25
25
  AsyncHistoryResourceWithStreamingResponse,
26
26
  )
27
27
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
28
- from ..._utils import (
29
- maybe_transform,
30
- async_maybe_transform,
31
- )
28
+ from ..._utils import maybe_transform, async_maybe_transform
32
29
  from ..._compat import cached_property
33
30
  from ..._resource import SyncAPIResource, AsyncAPIResource
34
31
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -25,10 +25,7 @@ from .history import (
25
25
  AsyncHistoryResourceWithStreamingResponse,
26
26
  )
27
27
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
28
- from ..._utils import (
29
- maybe_transform,
30
- async_maybe_transform,
31
- )
28
+ from ..._utils import maybe_transform, async_maybe_transform
32
29
  from ..._compat import cached_property
33
30
  from ..._resource import SyncAPIResource, AsyncAPIResource
34
31
  from ..._response import (
@@ -5,10 +5,7 @@ from __future__ import annotations
5
5
  import httpx
6
6
 
7
7
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
8
- from ..._utils import (
9
- maybe_transform,
10
- async_maybe_transform,
11
- )
8
+ from ..._utils import maybe_transform, async_maybe_transform
12
9
  from ..._compat import cached_property
13
10
  from ..._resource import SyncAPIResource, AsyncAPIResource
14
11
  from ..._response import (
@@ -15,10 +15,7 @@ from ..types import (
15
15
  flightplan_unvalidated_publish_params,
16
16
  )
17
17
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
18
- from .._utils import (
19
- maybe_transform,
20
- async_maybe_transform,
21
- )
18
+ from .._utils import maybe_transform, async_maybe_transform
22
19
  from .._compat import cached_property
23
20
  from .._resource import SyncAPIResource, AsyncAPIResource
24
21
  from .._response import (
@@ -16,10 +16,7 @@ from ..types import (
16
16
  geostatus_create_bulk_params,
17
17
  )
18
18
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
19
- from .._utils import (
20
- maybe_transform,
21
- async_maybe_transform,
22
- )
19
+ from .._utils import maybe_transform, async_maybe_transform
23
20
  from .._compat import cached_property
24
21
  from .._resource import SyncAPIResource, AsyncAPIResource
25
22
  from .._response import (
@@ -23,10 +23,7 @@ from .history import (
23
23
  AsyncHistoryResourceWithStreamingResponse,
24
24
  )
25
25
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
26
- from ..._utils import (
27
- maybe_transform,
28
- async_maybe_transform,
29
- )
26
+ from ..._utils import maybe_transform, async_maybe_transform
30
27
  from ..._compat import cached_property
31
28
  from ..._resource import SyncAPIResource, AsyncAPIResource
32
29
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -8,10 +8,7 @@ from datetime import datetime
8
8
  import httpx
9
9
 
10
10
  from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
11
- from ..._utils import (
12
- maybe_transform,
13
- async_maybe_transform,
14
- )
11
+ from ..._utils import maybe_transform, async_maybe_transform
15
12
  from ..._compat import cached_property
16
13
  from ..._resource import SyncAPIResource, AsyncAPIResource
17
14
  from ..._response import (
@@ -15,10 +15,7 @@ from ..types import (
15
15
  gnssobservationset_unvalidated_publish_params,
16
16
  )
17
17
  from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
18
- from .._utils import (
19
- maybe_transform,
20
- async_maybe_transform,
21
- )
18
+ from .._utils import maybe_transform, async_maybe_transform
22
19
  from .._compat import cached_property
23
20
  from .._resource import SyncAPIResource, AsyncAPIResource
24
21
  from .._response import (