udl-sdk 0.1.0a4__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.0a4.dist-info → udl_sdk-0.1.0a6.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a4.dist-info → udl_sdk-0.1.0a6.dist-info}/RECORD +315 -314
- unifieddatalibrary/_base_client.py +175 -239
- unifieddatalibrary/_client.py +1 -4
- unifieddatalibrary/_models.py +2 -2
- unifieddatalibrary/_response.py +1 -1
- unifieddatalibrary/_utils/_utils.py +9 -1
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/air_events.py +1 -4
- unifieddatalibrary/resources/air_load_plans.py +1 -4
- unifieddatalibrary/resources/air_operations/air_tasking_orders.py +1 -4
- unifieddatalibrary/resources/air_operations/aircraft_sortie.py +1 -4
- unifieddatalibrary/resources/air_operations/aircraft_sorties.py +1 -4
- unifieddatalibrary/resources/air_operations/airspace_control_orders.py +1 -4
- unifieddatalibrary/resources/air_operations/crewpapers.py +1 -4
- unifieddatalibrary/resources/air_operations/diplomatic_clearance.py +1 -4
- unifieddatalibrary/resources/air_tasking_orders.py +1 -4
- unifieddatalibrary/resources/air_transport_missions/air_transport_missions.py +1 -4
- unifieddatalibrary/resources/air_transport_missions/history.py +1 -4
- unifieddatalibrary/resources/aircraft.py +2 -9
- unifieddatalibrary/resources/aircraft_sorties.py +1 -4
- unifieddatalibrary/resources/aircraft_status_remarks.py +1 -4
- unifieddatalibrary/resources/aircraft_statuses/aircraft_statuses.py +2 -9
- unifieddatalibrary/resources/aircraft_statuses/history.py +1 -4
- unifieddatalibrary/resources/aircraftstatusremark.py +1 -4
- unifieddatalibrary/resources/airfield_slots.py +1 -4
- unifieddatalibrary/resources/airfield_status.py +1 -4
- unifieddatalibrary/resources/airfields.py +1 -4
- unifieddatalibrary/resources/airfieldslotconsumptions.py +1 -4
- unifieddatalibrary/resources/airfieldslots.py +1 -4
- unifieddatalibrary/resources/airfieldstatus/airfieldstatus.py +1 -4
- unifieddatalibrary/resources/airfieldstatus/history.py +1 -4
- unifieddatalibrary/resources/airloadplans.py +1 -4
- unifieddatalibrary/resources/airspace_control_orders.py +1 -4
- unifieddatalibrary/resources/ais/ais.py +2 -11
- unifieddatalibrary/resources/ais/history.py +1 -4
- unifieddatalibrary/resources/ais_objects.py +1 -4
- unifieddatalibrary/resources/analytic_imagery.py +1 -6
- unifieddatalibrary/resources/antennas.py +1 -4
- unifieddatalibrary/resources/attitude_data.py +1 -4
- unifieddatalibrary/resources/attitude_sets/attitude_sets.py +1 -4
- unifieddatalibrary/resources/attitude_sets/history.py +1 -4
- unifieddatalibrary/resources/aviationriskmanagement.py +1 -4
- unifieddatalibrary/resources/batteries.py +1 -4
- unifieddatalibrary/resources/batterydetails.py +1 -4
- unifieddatalibrary/resources/beam.py +1 -4
- unifieddatalibrary/resources/beam_contours.py +1 -4
- unifieddatalibrary/resources/buses.py +1 -4
- unifieddatalibrary/resources/channels.py +1 -4
- unifieddatalibrary/resources/collect_requests/collect_requests.py +1 -4
- unifieddatalibrary/resources/collect_requests/history.py +1 -4
- unifieddatalibrary/resources/collect_responses/collect_responses.py +1 -4
- unifieddatalibrary/resources/collect_responses/history/aodr.py +1 -4
- unifieddatalibrary/resources/collect_responses/history/history.py +1 -4
- unifieddatalibrary/resources/collect_responses/tuple.py +1 -4
- unifieddatalibrary/resources/comm.py +1 -4
- unifieddatalibrary/resources/conjunctions/conjunctions.py +1 -4
- unifieddatalibrary/resources/conjunctions/history.py +1 -4
- unifieddatalibrary/resources/cots.py +1 -4
- unifieddatalibrary/resources/countries.py +1 -4
- unifieddatalibrary/resources/crew.py +2 -10
- unifieddatalibrary/resources/diffofarrival/diffofarrival.py +1 -4
- unifieddatalibrary/resources/diffofarrival/history.py +1 -4
- unifieddatalibrary/resources/diplomatic_clearance/country.py +1 -4
- unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +1 -4
- unifieddatalibrary/resources/diplomatic_clearance/history.py +1 -4
- unifieddatalibrary/resources/drift_history.py +6 -9
- unifieddatalibrary/resources/dropzone.py +1 -4
- unifieddatalibrary/resources/ecpsdr.py +1 -4
- unifieddatalibrary/resources/effect_requests/effect_requests.py +1 -4
- unifieddatalibrary/resources/effect_requests/history.py +1 -4
- unifieddatalibrary/resources/effect_responses/effect_responses.py +1 -4
- unifieddatalibrary/resources/effect_responses/history.py +1 -4
- unifieddatalibrary/resources/elsets/current.py +1 -4
- unifieddatalibrary/resources/elsets/elsets.py +1 -4
- unifieddatalibrary/resources/elsets/history.py +1 -4
- unifieddatalibrary/resources/emittergeolocation.py +1 -4
- unifieddatalibrary/resources/engine_details.py +1 -4
- unifieddatalibrary/resources/engines.py +1 -4
- unifieddatalibrary/resources/entities.py +1 -4
- unifieddatalibrary/resources/eo_observations/eo_observations.py +1 -4
- unifieddatalibrary/resources/eo_observations/history.py +1 -4
- unifieddatalibrary/resources/eoobservations.py +1 -4
- unifieddatalibrary/resources/eop/eop.py +2 -11
- unifieddatalibrary/resources/eop/history.py +1 -4
- unifieddatalibrary/resources/ephemeris/attitude_data/attitude_data.py +1 -4
- unifieddatalibrary/resources/ephemeris/attitude_data/history.py +1 -4
- unifieddatalibrary/resources/ephemeris/ephemeris.py +1 -4
- unifieddatalibrary/resources/ephemeris/history.py +1 -4
- unifieddatalibrary/resources/ephemeris_sets/ephemeris_sets.py +1 -4
- unifieddatalibrary/resources/ephemeris_sets/history.py +1 -4
- unifieddatalibrary/resources/equipment.py +1 -4
- unifieddatalibrary/resources/equipmentremarks.py +2 -9
- unifieddatalibrary/resources/evac/evac.py +1 -4
- unifieddatalibrary/resources/evac/history.py +1 -4
- unifieddatalibrary/resources/evac/tuple.py +1 -4
- unifieddatalibrary/resources/event_evolution/event_evolution.py +1 -4
- unifieddatalibrary/resources/event_evolution/history.py +1 -4
- unifieddatalibrary/resources/featureassessment/featureassessment.py +1 -4
- unifieddatalibrary/resources/featureassessment/history.py +1 -4
- unifieddatalibrary/resources/flightplan.py +1 -4
- unifieddatalibrary/resources/geostatus.py +1 -4
- unifieddatalibrary/resources/globalatmosphericmodel/globalatmosphericmodel.py +1 -4
- unifieddatalibrary/resources/globalatmosphericmodel/history.py +1 -4
- unifieddatalibrary/resources/gnss_observations/history.py +1 -4
- unifieddatalibrary/resources/gnss_raw_if/history.py +1 -4
- unifieddatalibrary/resources/gnssobservationset.py +1 -4
- unifieddatalibrary/resources/gnssrawif.py +2 -12
- unifieddatalibrary/resources/ground_imagery/ground_imagery.py +1 -6
- unifieddatalibrary/resources/ground_imagery/history.py +1 -4
- unifieddatalibrary/resources/groundimagery.py +1 -4
- unifieddatalibrary/resources/h3geo/h3geo.py +1 -4
- unifieddatalibrary/resources/h3geo/history.py +1 -4
- unifieddatalibrary/resources/h3geohexcell.py +1 -4
- unifieddatalibrary/resources/hazard/hazard.py +1 -4
- unifieddatalibrary/resources/hazard/history.py +1 -4
- unifieddatalibrary/resources/iono_observation/history.py +1 -4
- unifieddatalibrary/resources/ionoobservation.py +1 -4
- unifieddatalibrary/resources/ir.py +1 -4
- unifieddatalibrary/resources/isr_collections/history.py +1 -4
- unifieddatalibrary/resources/isr_collections/isr_collections.py +1 -4
- unifieddatalibrary/resources/item.py +2 -10
- unifieddatalibrary/resources/item_trackings/history.py +1 -4
- unifieddatalibrary/resources/item_trackings/item_trackings.py +1 -4
- unifieddatalibrary/resources/launch_event/history.py +1 -4
- unifieddatalibrary/resources/launch_event/launch_event.py +1 -4
- unifieddatalibrary/resources/launchdetection.py +2 -9
- unifieddatalibrary/resources/launchevent.py +1 -4
- unifieddatalibrary/resources/launchsite.py +1 -4
- unifieddatalibrary/resources/launchsitedetails.py +1 -4
- unifieddatalibrary/resources/launchvehicle.py +1 -4
- unifieddatalibrary/resources/launchvehicledetails.py +1 -4
- unifieddatalibrary/resources/link_status/datalink.py +1 -4
- unifieddatalibrary/resources/link_status/history.py +1 -4
- unifieddatalibrary/resources/link_status/link_status.py +1 -4
- unifieddatalibrary/resources/location.py +1 -4
- unifieddatalibrary/resources/logisticssupport/history.py +1 -4
- unifieddatalibrary/resources/logisticssupport/logisticssupport.py +1 -4
- unifieddatalibrary/resources/maneuvers/history.py +1 -4
- unifieddatalibrary/resources/maneuvers/maneuvers.py +1 -4
- unifieddatalibrary/resources/manifold.py +2 -10
- unifieddatalibrary/resources/manifoldelset.py +1 -4
- unifieddatalibrary/resources/missile_tracks/history.py +1 -4
- unifieddatalibrary/resources/missile_tracks/missile_tracks.py +1 -4
- unifieddatalibrary/resources/missionassignment/history.py +1 -4
- unifieddatalibrary/resources/missionassignment/missionassignment.py +1 -4
- unifieddatalibrary/resources/monoradar.py +2 -10
- unifieddatalibrary/resources/mti.py +1 -4
- unifieddatalibrary/resources/navigation.py +2 -9
- unifieddatalibrary/resources/navigationalobstruction.py +1 -4
- unifieddatalibrary/resources/notification.py +1 -4
- unifieddatalibrary/resources/objectofinterest.py +2 -9
- unifieddatalibrary/resources/observations/ecpsdr.py +1 -4
- unifieddatalibrary/resources/observations/monoradar/history.py +1 -4
- unifieddatalibrary/resources/observations/monoradar/monoradar.py +1 -4
- unifieddatalibrary/resources/observations/radarobservation/history.py +1 -4
- unifieddatalibrary/resources/observations/rfobservation/history.py +1 -4
- unifieddatalibrary/resources/observations/swir.py +1 -4
- unifieddatalibrary/resources/onboardnavigation.py +1 -4
- unifieddatalibrary/resources/onorbit/antenna_details.py +1 -4
- unifieddatalibrary/resources/onorbit/onorbit.py +7 -15
- unifieddatalibrary/resources/onorbitantenna.py +1 -4
- unifieddatalibrary/resources/onorbitbattery.py +1 -4
- unifieddatalibrary/resources/onorbitdetails.py +1 -4
- unifieddatalibrary/resources/onorbitevent.py +1 -4
- unifieddatalibrary/resources/onorbitlist.py +1 -4
- unifieddatalibrary/resources/onorbitsolararray.py +1 -4
- unifieddatalibrary/resources/onorbitthruster.py +1 -4
- unifieddatalibrary/resources/onorbitthrusterstatus/history.py +1 -4
- unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +1 -4
- unifieddatalibrary/resources/operatingunit.py +1 -4
- unifieddatalibrary/resources/operatingunitremark.py +1 -4
- unifieddatalibrary/resources/orbitdetermination/history.py +1 -4
- unifieddatalibrary/resources/orbitdetermination/orbitdetermination.py +1 -4
- unifieddatalibrary/resources/orbittrack/history.py +1 -4
- unifieddatalibrary/resources/orbittrack/orbittrack.py +1 -4
- unifieddatalibrary/resources/organization.py +1 -4
- unifieddatalibrary/resources/organizationdetails.py +1 -4
- unifieddatalibrary/resources/passiveradarobservation/history.py +1 -4
- unifieddatalibrary/resources/passiveradarobservation/passiveradarobservation.py +1 -4
- unifieddatalibrary/resources/personnelrecovery/history.py +1 -4
- unifieddatalibrary/resources/personnelrecovery/personnelrecovery.py +1 -4
- unifieddatalibrary/resources/poi.py +1 -4
- unifieddatalibrary/resources/port.py +1 -4
- unifieddatalibrary/resources/radarobservation.py +1 -4
- unifieddatalibrary/resources/report_and_activity/poi/history.py +1 -4
- unifieddatalibrary/resources/report_and_activity/udl_h3geo.py +1 -4
- unifieddatalibrary/resources/report_and_activity/udl_sigact.py +1 -4
- unifieddatalibrary/resources/rfband.py +1 -4
- unifieddatalibrary/resources/rfbandtype.py +1 -4
- unifieddatalibrary/resources/rfemitter.py +2 -9
- unifieddatalibrary/resources/rfemitterdetails.py +2 -9
- unifieddatalibrary/resources/rfobservation/history.py +1 -4
- unifieddatalibrary/resources/rfobservation/rfobservation.py +1 -4
- unifieddatalibrary/resources/routestats.py +1 -4
- unifieddatalibrary/resources/sarobservation/history.py +1 -4
- unifieddatalibrary/resources/sarobservation/sarobservation.py +1 -4
- unifieddatalibrary/resources/scientific.py +2 -9
- unifieddatalibrary/resources/scs/file.py +11 -16
- unifieddatalibrary/resources/scs/folders.py +1 -4
- unifieddatalibrary/resources/scs/paths.py +1 -4
- unifieddatalibrary/resources/scs/scs.py +1 -4
- unifieddatalibrary/resources/scs/v2.py +1 -4
- unifieddatalibrary/resources/sensor/calibration/calibration.py +1 -4
- unifieddatalibrary/resources/sensor/calibration/history.py +1 -4
- unifieddatalibrary/resources/sensor/sensor.py +1 -4
- unifieddatalibrary/resources/sensormaintenance/history.py +1 -4
- unifieddatalibrary/resources/sensormaintenance/sensormaintenance.py +1 -4
- unifieddatalibrary/resources/sensorplan/history.py +1 -4
- unifieddatalibrary/resources/sensorplan/sensorplan.py +1 -4
- unifieddatalibrary/resources/seradatacommdetails.py +2 -9
- unifieddatalibrary/resources/seradataearlywarning.py +1 -4
- unifieddatalibrary/resources/seradatanavigation.py +2 -9
- unifieddatalibrary/resources/seradataopticalpayload.py +1 -4
- unifieddatalibrary/resources/seradataradarpayload.py +1 -4
- unifieddatalibrary/resources/seradatasigintpayload.py +1 -4
- unifieddatalibrary/resources/seradataspacecraftdetails.py +1 -4
- unifieddatalibrary/resources/sgi/history.py +1 -4
- unifieddatalibrary/resources/sgi/sgi.py +1 -4
- unifieddatalibrary/resources/sigact/history.py +1 -4
- unifieddatalibrary/resources/sigact/sigact.py +1 -6
- unifieddatalibrary/resources/site/operations.py +1 -4
- unifieddatalibrary/resources/site/site.py +1 -4
- unifieddatalibrary/resources/siteremark.py +1 -4
- unifieddatalibrary/resources/sitestatus/history.py +1 -4
- unifieddatalibrary/resources/sitestatus/sitestatus.py +1 -4
- unifieddatalibrary/resources/skyimagery/history.py +1 -4
- unifieddatalibrary/resources/skyimagery/skyimagery.py +1 -6
- unifieddatalibrary/resources/soiobservationset/history.py +1 -4
- unifieddatalibrary/resources/soiobservationset/soiobservationset.py +1 -4
- unifieddatalibrary/resources/solararray.py +1 -4
- unifieddatalibrary/resources/solararraydetails.py +2 -9
- unifieddatalibrary/resources/sortieppr/history.py +1 -4
- unifieddatalibrary/resources/sortieppr/sortieppr.py +1 -4
- unifieddatalibrary/resources/spaceenvobservation/history.py +1 -4
- unifieddatalibrary/resources/spaceenvobservation/spaceenvobservation.py +1 -4
- unifieddatalibrary/resources/stage.py +1 -4
- unifieddatalibrary/resources/starcatalog/history.py +1 -4
- unifieddatalibrary/resources/starcatalog/starcatalog.py +1 -4
- unifieddatalibrary/resources/statevector/current.py +1 -4
- unifieddatalibrary/resources/statevector/history.py +1 -4
- unifieddatalibrary/resources/statevector/statevector.py +1 -4
- unifieddatalibrary/resources/status.py +1 -4
- unifieddatalibrary/resources/substatus.py +1 -4
- unifieddatalibrary/resources/surface.py +1 -4
- unifieddatalibrary/resources/surfaceobstruction.py +1 -4
- unifieddatalibrary/resources/swir/history.py +1 -4
- unifieddatalibrary/resources/swir/swir.py +2 -11
- unifieddatalibrary/resources/taiutc/history.py +1 -4
- unifieddatalibrary/resources/taiutc/taiutc.py +1 -4
- unifieddatalibrary/resources/tdoa_fdoa/diffofarrival/diffofarrival.py +1 -4
- unifieddatalibrary/resources/tdoa_fdoa/diffofarrival/history.py +1 -4
- unifieddatalibrary/resources/track/history.py +1 -4
- unifieddatalibrary/resources/track/track.py +1 -4
- unifieddatalibrary/resources/trackdetails/history.py +1 -4
- unifieddatalibrary/resources/trackdetails/trackdetails.py +1 -4
- unifieddatalibrary/resources/trackroute/history.py +1 -4
- unifieddatalibrary/resources/trackroute/trackroute.py +1 -4
- unifieddatalibrary/resources/transponder.py +1 -4
- unifieddatalibrary/resources/udl/geostatus/history.py +1 -4
- unifieddatalibrary/resources/udl/gnssobservationset/history.py +1 -4
- unifieddatalibrary/resources/udl/mti/history.py +1 -4
- unifieddatalibrary/resources/udl/notification/history.py +1 -4
- unifieddatalibrary/resources/udl/onboardnavigation/history.py +1 -4
- unifieddatalibrary/resources/udl/onorbitthrusterstatus/history.py +1 -4
- unifieddatalibrary/resources/vessel.py +1 -4
- unifieddatalibrary/resources/video/history.py +1 -4
- unifieddatalibrary/resources/video/video.py +1 -4
- unifieddatalibrary/resources/weatherdata/history.py +1 -4
- unifieddatalibrary/resources/weatherdata/weatherdata.py +1 -4
- unifieddatalibrary/resources/weatherreport/history.py +1 -4
- unifieddatalibrary/resources/weatherreport/weatherreport.py +1 -4
- 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.0a4.dist-info → udl_sdk-0.1.0a6.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a4.dist-info → udl_sdk-0.1.0a6.dist-info}/licenses/LICENSE +0 -0
@@ -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 (
|
@@ -16,10 +16,7 @@ from ..types import (
|
|
16
16
|
routestat_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 @@ 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 (
|
@@ -6,16 +6,9 @@ from typing_extensions import Literal
|
|
6
6
|
|
7
7
|
import httpx
|
8
8
|
|
9
|
-
from ..types import
|
10
|
-
scientific_tuple_params,
|
11
|
-
scientific_create_params,
|
12
|
-
scientific_update_params,
|
13
|
-
)
|
9
|
+
from ..types import scientific_tuple_params, scientific_create_params, scientific_update_params
|
14
10
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
15
|
-
from .._utils import
|
16
|
-
maybe_transform,
|
17
|
-
async_maybe_transform,
|
18
|
-
)
|
11
|
+
from .._utils import maybe_transform, async_maybe_transform
|
19
12
|
from .._compat import cached_property
|
20
13
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
21
14
|
from .._response import (
|
@@ -7,10 +7,7 @@ from typing import Iterable
|
|
7
7
|
import httpx
|
8
8
|
|
9
9
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
10
|
-
from ..._utils import
|
11
|
-
maybe_transform,
|
12
|
-
async_maybe_transform,
|
13
|
-
)
|
10
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
14
11
|
from ..._compat import cached_property
|
15
12
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
16
13
|
from ..._response import (
|
@@ -20,9 +17,9 @@ from ..._response import (
|
|
20
17
|
async_to_streamed_response_wrapper,
|
21
18
|
)
|
22
19
|
from ...types.scs import file_list_params, file_update_params, file_retrieve_params
|
23
|
-
from ...
|
24
|
-
from ..._base_client import AsyncPaginator, make_request_options
|
20
|
+
from ..._base_client import make_request_options
|
25
21
|
from ...types.shared.file_data import FileData as SharedFileData
|
22
|
+
from ...types.scs.file_list_response import FileListResponse
|
26
23
|
from ...types.shared_params.file_data import FileData as SharedParamsFileData
|
27
24
|
|
28
25
|
__all__ = ["FileResource", "AsyncFileResource"]
|
@@ -133,7 +130,7 @@ class FileResource(SyncAPIResource):
|
|
133
130
|
extra_query: Query | None = None,
|
134
131
|
extra_body: Body | None = None,
|
135
132
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
136
|
-
) ->
|
133
|
+
) -> FileListResponse:
|
137
134
|
"""
|
138
135
|
Returns a non-recursive list of FileData objects representing the files and
|
139
136
|
subdirectories in the passed-in path directory that are visible to the calling
|
@@ -154,9 +151,8 @@ class FileResource(SyncAPIResource):
|
|
154
151
|
|
155
152
|
timeout: Override the client-level default timeout for this request, in seconds
|
156
153
|
"""
|
157
|
-
return self.
|
154
|
+
return self._get(
|
158
155
|
"/scs/list",
|
159
|
-
page=SyncOffsetPage[SharedFileData],
|
160
156
|
options=make_request_options(
|
161
157
|
extra_headers=extra_headers,
|
162
158
|
extra_query=extra_query,
|
@@ -171,7 +167,7 @@ class FileResource(SyncAPIResource):
|
|
171
167
|
file_list_params.FileListParams,
|
172
168
|
),
|
173
169
|
),
|
174
|
-
|
170
|
+
cast_to=FileListResponse,
|
175
171
|
)
|
176
172
|
|
177
173
|
|
@@ -268,7 +264,7 @@ class AsyncFileResource(AsyncAPIResource):
|
|
268
264
|
cast_to=NoneType,
|
269
265
|
)
|
270
266
|
|
271
|
-
def list(
|
267
|
+
async def list(
|
272
268
|
self,
|
273
269
|
*,
|
274
270
|
path: str,
|
@@ -280,7 +276,7 @@ class AsyncFileResource(AsyncAPIResource):
|
|
280
276
|
extra_query: Query | None = None,
|
281
277
|
extra_body: Body | None = None,
|
282
278
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
283
|
-
) ->
|
279
|
+
) -> FileListResponse:
|
284
280
|
"""
|
285
281
|
Returns a non-recursive list of FileData objects representing the files and
|
286
282
|
subdirectories in the passed-in path directory that are visible to the calling
|
@@ -301,15 +297,14 @@ class AsyncFileResource(AsyncAPIResource):
|
|
301
297
|
|
302
298
|
timeout: Override the client-level default timeout for this request, in seconds
|
303
299
|
"""
|
304
|
-
return self.
|
300
|
+
return await self._get(
|
305
301
|
"/scs/list",
|
306
|
-
page=AsyncOffsetPage[SharedFileData],
|
307
302
|
options=make_request_options(
|
308
303
|
extra_headers=extra_headers,
|
309
304
|
extra_query=extra_query,
|
310
305
|
extra_body=extra_body,
|
311
306
|
timeout=timeout,
|
312
|
-
query=
|
307
|
+
query=await async_maybe_transform(
|
313
308
|
{
|
314
309
|
"path": path,
|
315
310
|
"count": count,
|
@@ -318,7 +313,7 @@ class AsyncFileResource(AsyncAPIResource):
|
|
318
313
|
file_list_params.FileListParams,
|
319
314
|
),
|
320
315
|
),
|
321
|
-
|
316
|
+
cast_to=FileListResponse,
|
322
317
|
)
|
323
318
|
|
324
319
|
|
@@ -7,10 +7,7 @@ from typing_extensions import Literal
|
|
7
7
|
import httpx
|
8
8
|
|
9
9
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
10
|
-
from ..._utils import
|
11
|
-
maybe_transform,
|
12
|
-
async_maybe_transform,
|
13
|
-
)
|
10
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
14
11
|
from ..._compat import cached_property
|
15
12
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
16
13
|
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, FileTypes
|
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 (
|
@@ -57,10 +57,7 @@ from .folders import (
|
|
57
57
|
AsyncFoldersResourceWithStreamingResponse,
|
58
58
|
)
|
59
59
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven, FileTypes
|
60
|
-
from ..._utils import
|
61
|
-
maybe_transform,
|
62
|
-
async_maybe_transform,
|
63
|
-
)
|
60
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
64
61
|
from ..._compat import cached_property
|
65
62
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
66
63
|
from ..._response import (
|
@@ -7,10 +7,7 @@ from typing import List
|
|
7
7
|
import httpx
|
8
8
|
|
9
9
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven, FileTypes
|
10
|
-
from ..._utils import
|
11
|
-
maybe_transform,
|
12
|
-
async_maybe_transform,
|
13
|
-
)
|
10
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
14
11
|
from ..._compat import cached_property
|
15
12
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
16
13
|
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, 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 sensor_tuple_params, sensor_create_params, sensor_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 @@ 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 (
|
@@ -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 (
|
@@ -6,16 +6,9 @@ from typing_extensions import Literal
|
|
6
6
|
|
7
7
|
import httpx
|
8
8
|
|
9
|
-
from ..types import
|
10
|
-
seradatacommdetail_tuple_params,
|
11
|
-
seradatacommdetail_create_params,
|
12
|
-
seradatacommdetail_update_params,
|
13
|
-
)
|
9
|
+
from ..types import seradatacommdetail_tuple_params, seradatacommdetail_create_params, seradatacommdetail_update_params
|
14
10
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
15
|
-
from .._utils import
|
16
|
-
maybe_transform,
|
17
|
-
async_maybe_transform,
|
18
|
-
)
|
11
|
+
from .._utils import maybe_transform, async_maybe_transform
|
19
12
|
from .._compat import cached_property
|
20
13
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
21
14
|
from .._response import (
|
@@ -12,10 +12,7 @@ from ..types import (
|
|
12
12
|
seradataearlywarning_update_params,
|
13
13
|
)
|
14
14
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
15
|
-
from .._utils import
|
16
|
-
maybe_transform,
|
17
|
-
async_maybe_transform,
|
18
|
-
)
|
15
|
+
from .._utils import maybe_transform, async_maybe_transform
|
19
16
|
from .._compat import cached_property
|
20
17
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
21
18
|
from .._response import (
|
@@ -6,16 +6,9 @@ from typing_extensions import Literal
|
|
6
6
|
|
7
7
|
import httpx
|
8
8
|
|
9
|
-
from ..types import
|
10
|
-
seradatanavigation_tuple_params,
|
11
|
-
seradatanavigation_create_params,
|
12
|
-
seradatanavigation_update_params,
|
13
|
-
)
|
9
|
+
from ..types import seradatanavigation_tuple_params, seradatanavigation_create_params, seradatanavigation_update_params
|
14
10
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
15
|
-
from .._utils import
|
16
|
-
maybe_transform,
|
17
|
-
async_maybe_transform,
|
18
|
-
)
|
11
|
+
from .._utils import maybe_transform, async_maybe_transform
|
19
12
|
from .._compat import cached_property
|
20
13
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
21
14
|
from .._response import (
|
@@ -12,10 +12,7 @@ from ..types import (
|
|
12
12
|
seradataopticalpayload_update_params,
|
13
13
|
)
|
14
14
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
15
|
-
from .._utils import
|
16
|
-
maybe_transform,
|
17
|
-
async_maybe_transform,
|
18
|
-
)
|
15
|
+
from .._utils import maybe_transform, async_maybe_transform
|
19
16
|
from .._compat import cached_property
|
20
17
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
21
18
|
from .._response import (
|
@@ -12,10 +12,7 @@ from ..types import (
|
|
12
12
|
seradataradarpayload_update_params,
|
13
13
|
)
|
14
14
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
15
|
-
from .._utils import
|
16
|
-
maybe_transform,
|
17
|
-
async_maybe_transform,
|
18
|
-
)
|
15
|
+
from .._utils import maybe_transform, async_maybe_transform
|
19
16
|
from .._compat import cached_property
|
20
17
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
21
18
|
from .._response import (
|
@@ -12,10 +12,7 @@ from ..types import (
|
|
12
12
|
seradatasigintpayload_update_params,
|
13
13
|
)
|
14
14
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
15
|
-
from .._utils import
|
16
|
-
maybe_transform,
|
17
|
-
async_maybe_transform,
|
18
|
-
)
|
15
|
+
from .._utils import maybe_transform, async_maybe_transform
|
19
16
|
from .._compat import cached_property
|
20
17
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
21
18
|
from .._response import (
|
@@ -14,10 +14,7 @@ from ..types import (
|
|
14
14
|
seradataspacecraftdetail_update_params,
|
15
15
|
)
|
16
16
|
from .._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
17
|
-
from .._utils import
|
18
|
-
maybe_transform,
|
19
|
-
async_maybe_transform,
|
20
|
-
)
|
17
|
+
from .._utils import maybe_transform, async_maybe_transform
|
21
18
|
from .._compat import cached_property
|
22
19
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
23
20
|
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 (
|
@@ -27,10 +27,7 @@ from .history import (
|
|
27
27
|
AsyncHistoryResourceWithStreamingResponse,
|
28
28
|
)
|
29
29
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
30
|
-
from ..._utils import
|
31
|
-
maybe_transform,
|
32
|
-
async_maybe_transform,
|
33
|
-
)
|
30
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
34
31
|
from ..._compat import cached_property
|
35
32
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
36
33
|
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 (
|
@@ -23,12 +23,7 @@ from .history import (
|
|
23
23
|
AsyncHistoryResourceWithStreamingResponse,
|
24
24
|
)
|
25
25
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven, FileTypes
|
26
|
-
from ..._utils import
|
27
|
-
extract_files,
|
28
|
-
maybe_transform,
|
29
|
-
deepcopy_minimal,
|
30
|
-
async_maybe_transform,
|
31
|
-
)
|
26
|
+
from ..._utils import extract_files, maybe_transform, deepcopy_minimal, async_maybe_transform
|
32
27
|
from ..._compat import cached_property
|
33
28
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
34
29
|
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 (
|
@@ -10,10 +10,7 @@ import httpx
|
|
10
10
|
|
11
11
|
from ...types import site_tuple_params, site_create_params, site_update_params
|
12
12
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
13
|
-
from ..._utils import
|
14
|
-
maybe_transform,
|
15
|
-
async_maybe_transform,
|
16
|
-
)
|
13
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
17
14
|
from ..._compat import cached_property
|
18
15
|
from .operations import (
|
19
16
|
OperationsResource,
|
@@ -8,10 +8,7 @@ import httpx
|
|
8
8
|
|
9
9
|
from ..types import siteremark_tuple_params, siteremark_create_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 (
|
@@ -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 (
|
@@ -18,10 +18,7 @@ from .history import (
|
|
18
18
|
AsyncHistoryResourceWithStreamingResponse,
|
19
19
|
)
|
20
20
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
21
|
-
from ..._utils import
|
22
|
-
maybe_transform,
|
23
|
-
async_maybe_transform,
|
24
|
-
)
|
21
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
25
22
|
from ..._compat import cached_property
|
26
23
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
27
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 (
|
@@ -22,12 +22,7 @@ from .history import (
|
|
22
22
|
AsyncHistoryResourceWithStreamingResponse,
|
23
23
|
)
|
24
24
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven, FileTypes
|
25
|
-
from ..._utils import
|
26
|
-
extract_files,
|
27
|
-
maybe_transform,
|
28
|
-
deepcopy_minimal,
|
29
|
-
async_maybe_transform,
|
30
|
-
)
|
25
|
+
from ..._utils import extract_files, maybe_transform, deepcopy_minimal, async_maybe_transform
|
31
26
|
from ..._compat import cached_property
|
32
27
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
33
28
|
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 (
|
@@ -8,10 +8,7 @@ import httpx
|
|
8
8
|
|
9
9
|
from ..types import solararray_tuple_params, solararray_create_params, solararray_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 (
|
@@ -7,16 +7,9 @@ from typing_extensions import Literal
|
|
7
7
|
|
8
8
|
import httpx
|
9
9
|
|
10
|
-
from ..types import
|
11
|
-
solararraydetail_list_params,
|
12
|
-
solararraydetail_create_params,
|
13
|
-
solararraydetail_update_params,
|
14
|
-
)
|
10
|
+
from ..types import solararraydetail_list_params, solararraydetail_create_params, solararraydetail_update_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 (
|
@@ -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 (
|
@@ -26,10 +26,7 @@ from .history import (
|
|
26
26
|
AsyncHistoryResourceWithStreamingResponse,
|
27
27
|
)
|
28
28
|
from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
|
29
|
-
from ..._utils import
|
30
|
-
maybe_transform,
|
31
|
-
async_maybe_transform,
|
32
|
-
)
|
29
|
+
from ..._utils import maybe_transform, async_maybe_transform
|
33
30
|
from ..._compat import cached_property
|
34
31
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
35
32
|
from ..._response import (
|