udl-sdk 0.1.0a17__py3-none-any.whl → 0.1.0a19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/METADATA +1 -1
  2. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/RECORD +137 -130
  3. unifieddatalibrary/_client.py +27 -61
  4. unifieddatalibrary/_models.py +1 -1
  5. unifieddatalibrary/_version.py +1 -1
  6. unifieddatalibrary/resources/__init__.py +28 -84
  7. unifieddatalibrary/resources/air_operations/__init__.py +0 -14
  8. unifieddatalibrary/resources/air_operations/air_operations.py +0 -32
  9. unifieddatalibrary/resources/air_operations/aircraft_sorties.py +1507 -37
  10. unifieddatalibrary/resources/air_operations/crewpapers.py +4 -4
  11. unifieddatalibrary/resources/airload_plans.py +1311 -59
  12. unifieddatalibrary/resources/attitude_sets/attitude_sets.py +106 -0
  13. unifieddatalibrary/resources/conjunctions/conjunctions.py +4 -4
  14. unifieddatalibrary/resources/gnss_raw_if/gnss_raw_if.py +801 -0
  15. unifieddatalibrary/resources/iono_observations/__init__.py +33 -0
  16. unifieddatalibrary/resources/{iono_observation → iono_observations}/history.py +2 -2
  17. unifieddatalibrary/resources/{ion_oobservation.py → iono_observations/iono_observations.py} +123 -91
  18. unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -4
  19. unifieddatalibrary/resources/onorbitantenna.py +5 -4
  20. unifieddatalibrary/resources/onorbitbattery.py +5 -4
  21. unifieddatalibrary/resources/onorbitsolararray.py +5 -4
  22. unifieddatalibrary/resources/onorbitthruster.py +5 -4
  23. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/__init__.py +13 -13
  24. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/history.py +2 -2
  25. unifieddatalibrary/resources/{report_and_activity/report_and_activity.py → report_and_activities/report_and_activities.py} +35 -35
  26. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_h3geo.py +1 -1
  27. unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_sigact.py +1 -1
  28. unifieddatalibrary/resources/scs/paths.py +4 -4
  29. unifieddatalibrary/resources/scs/scs.py +4 -4
  30. unifieddatalibrary/resources/scs/v2.py +4 -4
  31. unifieddatalibrary/resources/status.py +5 -4
  32. unifieddatalibrary/resources/supporting_data/__init__.py +0 -42
  33. unifieddatalibrary/resources/supporting_data/dataowner.py +257 -1
  34. unifieddatalibrary/resources/supporting_data/supporting_data.py +0 -96
  35. unifieddatalibrary/resources/track_route/track_route.py +26 -23
  36. unifieddatalibrary/types/__init__.py +40 -30
  37. unifieddatalibrary/types/air_operations/__init__.py +12 -12
  38. unifieddatalibrary/types/air_operations/{aircraft_sortie_list_params.py → aircraft_sorty_count_params.py} +2 -2
  39. unifieddatalibrary/types/air_operations/aircraft_sorty_count_response.py +7 -0
  40. unifieddatalibrary/types/air_operations/{aircraft_sortie_create_bulk_params.py → aircraft_sorty_create_bulk_params.py} +2 -2
  41. unifieddatalibrary/types/air_operations/{aircraft_sortie_create_params.py → aircraft_sorty_create_params.py} +2 -2
  42. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_aodr_params.py → aircraft_sorty_history_aodr_params.py} +2 -2
  43. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_count_params.py → aircraft_sorty_history_count_params.py} +2 -2
  44. unifieddatalibrary/types/{ion_oobservation_count_response.py → air_operations/aircraft_sorty_history_count_response.py} +2 -2
  45. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_params.py → aircraft_sorty_history_query_params.py} +2 -2
  46. unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_response.py → aircraft_sorty_history_query_response.py} +2 -2
  47. unifieddatalibrary/types/air_operations/{aircraft_sortie_count_params.py → aircraft_sorty_list_params.py} +2 -2
  48. unifieddatalibrary/types/{air_load_plan_count_params.py → airload_plan_count_params.py} +2 -2
  49. unifieddatalibrary/types/{air_load_plan_count_response.py → airload_plan_count_response.py} +2 -2
  50. unifieddatalibrary/types/{air_load_plan_create_params.py → airload_plan_create_params.py} +2 -2
  51. unifieddatalibrary/types/{air_load_plan_list_params.py → airload_plan_list_params.py} +2 -2
  52. unifieddatalibrary/types/{air_load_plan_queryhelp_response.py → airload_plan_queryhelp_response.py} +2 -2
  53. unifieddatalibrary/types/{air_load_plan_retrieve_params.py → airload_plan_retrieve_params.py} +2 -2
  54. unifieddatalibrary/types/{air_load_plan_tuple_params.py → airload_plan_tuple_params.py} +2 -2
  55. unifieddatalibrary/types/{air_load_plan_tuple_response.py → airload_plan_tuple_response.py} +2 -2
  56. unifieddatalibrary/types/altitude_blocks_ingest_param.py +22 -0
  57. unifieddatalibrary/types/{attitudeset_retrieve_params.py → attitude_set_retrieve_params.py} +2 -2
  58. unifieddatalibrary/types/{gnss_rawif_count_params.py → gnss_raw_if_count_params.py} +2 -2
  59. unifieddatalibrary/types/{gnss_rawif_count_response.py → gnss_raw_if_count_response.py} +2 -2
  60. unifieddatalibrary/types/{gnss_rawif_file_get_params.py → gnss_raw_if_file_get_params.py} +2 -2
  61. unifieddatalibrary/types/{gnss_rawif_get_params.py → gnss_raw_if_get_params.py} +2 -2
  62. unifieddatalibrary/types/{gnss_rawif_get_response.py → gnss_raw_if_get_response.py} +2 -2
  63. unifieddatalibrary/types/{gnss_rawif_list_params.py → gnss_raw_if_list_params.py} +2 -2
  64. unifieddatalibrary/types/{gnss_rawif_list_response.py → gnss_raw_if_list_response.py} +2 -2
  65. unifieddatalibrary/types/{gnss_rawif_queryhelp_response.py → gnss_raw_if_queryhelp_response.py} +2 -2
  66. unifieddatalibrary/types/{gnss_rawif_tuple_params.py → gnss_raw_if_tuple_params.py} +2 -2
  67. unifieddatalibrary/types/{gnss_rawif_tuple_response.py → gnss_raw_if_tuple_response.py} +3 -3
  68. unifieddatalibrary/types/{gnss_rawif_upload_zip_params.py → gnss_raw_if_upload_zip_params.py} +2 -2
  69. unifieddatalibrary/types/{ion_oobservation_count_params.py → iono_observation_count_params.py} +2 -2
  70. unifieddatalibrary/types/{air_operations/aircraft_sortie_count_response.py → iono_observation_count_response.py} +2 -2
  71. unifieddatalibrary/types/{ion_oobservation_create_bulk_params.py → iono_observation_create_bulk_params.py} +2 -2
  72. unifieddatalibrary/types/{ion_oobservation_list_params.py → iono_observation_list_params.py} +2 -2
  73. unifieddatalibrary/types/{ion_oobservation_list_response.py → iono_observation_list_response.py} +2 -2
  74. unifieddatalibrary/types/{ion_oobservation_queryhelp_response.py → iono_observation_queryhelp_response.py} +2 -2
  75. unifieddatalibrary/types/{ion_oobservation_tuple_params.py → iono_observation_tuple_params.py} +2 -2
  76. unifieddatalibrary/types/{ion_oobservation_tuple_response.py → iono_observation_tuple_response.py} +82 -82
  77. unifieddatalibrary/types/{ion_oobservation_unvalidated_publish_params.py → iono_observation_unvalidated_publish_params.py} +2 -2
  78. unifieddatalibrary/types/logistics_remarks_ingest_param.py +25 -0
  79. unifieddatalibrary/types/logistics_support_create_bulk_params.py +4 -51
  80. unifieddatalibrary/types/logistics_support_create_params.py +4 -49
  81. unifieddatalibrary/types/logistics_support_unvalidated_publish_params.py +4 -51
  82. unifieddatalibrary/types/logistics_support_update_params.py +4 -49
  83. unifieddatalibrary/types/onorbitantenna_create_params.py +3 -38
  84. unifieddatalibrary/types/onorbitantenna_update_params.py +3 -38
  85. unifieddatalibrary/types/onorbitbattery_create_params.py +3 -38
  86. unifieddatalibrary/types/onorbitbattery_update_params.py +3 -38
  87. unifieddatalibrary/types/onorbitsolararray_create_params.py +3 -38
  88. unifieddatalibrary/types/onorbitsolararray_update_params.py +3 -38
  89. unifieddatalibrary/types/onorbitthruster_create_params.py +3 -41
  90. unifieddatalibrary/types/onorbitthruster_update_params.py +3 -41
  91. unifieddatalibrary/types/point_of_contact_ingest_param.py +41 -0
  92. unifieddatalibrary/types/route_points_ingest_param.py +82 -0
  93. unifieddatalibrary/types/shared/__init__.py +5 -0
  94. unifieddatalibrary/types/shared/antenna_ingest.py +62 -0
  95. unifieddatalibrary/types/shared/battery_ingest.py +62 -0
  96. unifieddatalibrary/types/shared/engine_ingest.py +65 -0
  97. unifieddatalibrary/types/shared/solar_array_ingest.py +62 -0
  98. unifieddatalibrary/types/shared/sub_status_ingest.py +74 -0
  99. unifieddatalibrary/types/shared_params/__init__.py +5 -0
  100. unifieddatalibrary/types/shared_params/antenna_ingest.py +45 -0
  101. unifieddatalibrary/types/shared_params/battery_ingest.py +45 -0
  102. unifieddatalibrary/types/shared_params/engine_ingest.py +48 -0
  103. unifieddatalibrary/types/shared_params/solar_array_ingest.py +45 -0
  104. unifieddatalibrary/types/shared_params/sub_status_ingest.py +57 -0
  105. unifieddatalibrary/types/status_create_params.py +3 -50
  106. unifieddatalibrary/types/status_update_params.py +3 -50
  107. unifieddatalibrary/types/supporting_data/__init__.py +13 -5
  108. unifieddatalibrary/types/supporting_data/{query_help_retrieve_response.py → dataowner_query_help_response.py} +2 -2
  109. unifieddatalibrary/types/supporting_data/{dataowner_type_list_params.py → dataowner_retrieve_data_owner_types_params.py} +2 -2
  110. unifieddatalibrary/types/supporting_data/dataowner_retrieve_data_owner_types_response.py +8 -0
  111. unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_params.py → dataowner_retrieve_provider_metadata_params.py} +2 -2
  112. unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_response.py → dataowner_retrieve_provider_metadata_response.py} +2 -2
  113. unifieddatalibrary/types/track_route_create_bulk_params.py +5 -267
  114. unifieddatalibrary/types/track_route_create_params.py +7 -122
  115. unifieddatalibrary/types/track_route_ingest_param.py +157 -0
  116. unifieddatalibrary/types/track_route_unvalidated_publish_params.py +7 -122
  117. unifieddatalibrary/types/track_route_update_params.py +7 -122
  118. unifieddatalibrary/resources/air_load_plans.py +0 -1341
  119. unifieddatalibrary/resources/air_operations/aircraft_sortie.py +0 -1557
  120. unifieddatalibrary/resources/attitudesets.py +0 -191
  121. unifieddatalibrary/resources/gnss_rawif.py +0 -871
  122. unifieddatalibrary/resources/iono_observation/__init__.py +0 -33
  123. unifieddatalibrary/resources/iono_observation/iono_observation.py +0 -102
  124. unifieddatalibrary/resources/supporting_data/dataowner_types.py +0 -186
  125. unifieddatalibrary/resources/supporting_data/provider_metadata.py +0 -179
  126. unifieddatalibrary/resources/supporting_data/query_help.py +0 -141
  127. unifieddatalibrary/types/air_operations/aircraft_sortie_history_count_response.py +0 -7
  128. unifieddatalibrary/types/supporting_data/dataowner_type_list_response.py +0 -7
  129. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/WHEEL +0 -0
  130. {udl_sdk-0.1.0a17.dist-info → udl_sdk-0.1.0a19.dist-info}/licenses/LICENSE +0 -0
  131. /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
  132. /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/poi.py +0 -0
  133. /unifieddatalibrary/types/{iono_observation → iono_observations}/__init__.py +0 -0
  134. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_aodr_params.py +0 -0
  135. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_params.py +0 -0
  136. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_response.py +0 -0
  137. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_params.py +0 -0
  138. /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_response.py +0 -0
  139. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/__init__.py +0 -0
  140. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
  141. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_aodr_params.py +0 -0
  142. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_params.py +0 -0
  143. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_response.py +0 -0
  144. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_params.py +0 -0
  145. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_response.py +0 -0
  146. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_h3geo_unvalidated_publish_params.py +0 -0
  147. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_file_get_params.py +0 -0
  148. /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_unvalidated_publish_params.py +0 -0
@@ -2,6 +2,19 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
+ from typing import Union, Mapping, cast
6
+ from datetime import datetime
7
+
8
+ import httpx
9
+
10
+ from ...types import (
11
+ gnss_raw_if_get_params,
12
+ gnss_raw_if_list_params,
13
+ gnss_raw_if_count_params,
14
+ gnss_raw_if_tuple_params,
15
+ gnss_raw_if_file_get_params,
16
+ gnss_raw_if_upload_zip_params,
17
+ )
5
18
  from .history import (
6
19
  HistoryResource,
7
20
  AsyncHistoryResource,
@@ -10,8 +23,30 @@ from .history import (
10
23
  HistoryResourceWithStreamingResponse,
11
24
  AsyncHistoryResourceWithStreamingResponse,
12
25
  )
26
+ from ..._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven, FileTypes
27
+ from ..._utils import extract_files, maybe_transform, deepcopy_minimal, async_maybe_transform
13
28
  from ..._compat import cached_property
14
29
  from ..._resource import SyncAPIResource, AsyncAPIResource
30
+ from ..._response import (
31
+ BinaryAPIResponse,
32
+ AsyncBinaryAPIResponse,
33
+ StreamedBinaryAPIResponse,
34
+ AsyncStreamedBinaryAPIResponse,
35
+ to_raw_response_wrapper,
36
+ to_streamed_response_wrapper,
37
+ async_to_raw_response_wrapper,
38
+ to_custom_raw_response_wrapper,
39
+ async_to_streamed_response_wrapper,
40
+ to_custom_streamed_response_wrapper,
41
+ async_to_custom_raw_response_wrapper,
42
+ async_to_custom_streamed_response_wrapper,
43
+ )
44
+ from ...pagination import SyncOffsetPage, AsyncOffsetPage
45
+ from ..._base_client import AsyncPaginator, make_request_options
46
+ from ...types.gnss_raw_if_get_response import GnssRawIfGetResponse
47
+ from ...types.gnss_raw_if_list_response import GnssRawIfListResponse
48
+ from ...types.gnss_raw_if_tuple_response import GnssRawIfTupleResponse
49
+ from ...types.gnss_raw_if_queryhelp_response import GnssRawIfQueryhelpResponse
15
50
 
16
51
  __all__ = ["GnssRawIfResource", "AsyncGnssRawIfResource"]
17
52
 
@@ -40,6 +75,343 @@ class GnssRawIfResource(SyncAPIResource):
40
75
  """
41
76
  return GnssRawIfResourceWithStreamingResponse(self)
42
77
 
78
+ def list(
79
+ self,
80
+ *,
81
+ start_time: Union[str, datetime],
82
+ first_result: int | NotGiven = NOT_GIVEN,
83
+ max_results: int | NotGiven = NOT_GIVEN,
84
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
85
+ # The extra values given here take precedence over values defined on the client or passed to this method.
86
+ extra_headers: Headers | None = None,
87
+ extra_query: Query | None = None,
88
+ extra_body: Body | None = None,
89
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
90
+ ) -> SyncOffsetPage[GnssRawIfListResponse]:
91
+ """
92
+ Service operation to dynamically query data by a variety of query parameters not
93
+ specified in this API documentation. See the queryhelp operation
94
+ (/udl/<datatype>/queryhelp) for more details on valid/required query
95
+ parameter information.
96
+
97
+ Args:
98
+ start_time: Start time of the data contained in the associated binary file, in ISO 8601 UTC
99
+ format with microsecond precision. (YYYY-MM-DDTHH:MM:SS.ssssssZ)
100
+
101
+ extra_headers: Send extra headers
102
+
103
+ extra_query: Add additional query parameters to the request
104
+
105
+ extra_body: Add additional JSON properties to the request
106
+
107
+ timeout: Override the client-level default timeout for this request, in seconds
108
+ """
109
+ return self._get_api_list(
110
+ "/udl/gnssrawif",
111
+ page=SyncOffsetPage[GnssRawIfListResponse],
112
+ options=make_request_options(
113
+ extra_headers=extra_headers,
114
+ extra_query=extra_query,
115
+ extra_body=extra_body,
116
+ timeout=timeout,
117
+ query=maybe_transform(
118
+ {
119
+ "start_time": start_time,
120
+ "first_result": first_result,
121
+ "max_results": max_results,
122
+ },
123
+ gnss_raw_if_list_params.GnssRawIfListParams,
124
+ ),
125
+ ),
126
+ model=GnssRawIfListResponse,
127
+ )
128
+
129
+ def count(
130
+ self,
131
+ *,
132
+ start_time: Union[str, datetime],
133
+ first_result: int | NotGiven = NOT_GIVEN,
134
+ max_results: int | NotGiven = NOT_GIVEN,
135
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
136
+ # The extra values given here take precedence over values defined on the client or passed to this method.
137
+ extra_headers: Headers | None = None,
138
+ extra_query: Query | None = None,
139
+ extra_body: Body | None = None,
140
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
141
+ ) -> str:
142
+ """
143
+ Service operation to return the count of records satisfying the specified query
144
+ parameters. This operation is useful to determine how many records pass a
145
+ particular query criteria without retrieving large amounts of data. See the
146
+ queryhelp operation (/udl/<datatype>/queryhelp) for more details on
147
+ valid/required query parameter information.
148
+
149
+ Args:
150
+ start_time: Start time of the data contained in the associated binary file, in ISO 8601 UTC
151
+ format with microsecond precision. (YYYY-MM-DDTHH:MM:SS.ssssssZ)
152
+
153
+ extra_headers: Send extra headers
154
+
155
+ extra_query: Add additional query parameters to the request
156
+
157
+ extra_body: Add additional JSON properties to the request
158
+
159
+ timeout: Override the client-level default timeout for this request, in seconds
160
+ """
161
+ extra_headers = {"Accept": "text/plain", **(extra_headers or {})}
162
+ return self._get(
163
+ "/udl/gnssrawif/count",
164
+ options=make_request_options(
165
+ extra_headers=extra_headers,
166
+ extra_query=extra_query,
167
+ extra_body=extra_body,
168
+ timeout=timeout,
169
+ query=maybe_transform(
170
+ {
171
+ "start_time": start_time,
172
+ "first_result": first_result,
173
+ "max_results": max_results,
174
+ },
175
+ gnss_raw_if_count_params.GnssRawIfCountParams,
176
+ ),
177
+ ),
178
+ cast_to=str,
179
+ )
180
+
181
+ def file_get(
182
+ self,
183
+ id: str,
184
+ *,
185
+ first_result: int | NotGiven = NOT_GIVEN,
186
+ max_results: int | NotGiven = NOT_GIVEN,
187
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
188
+ # The extra values given here take precedence over values defined on the client or passed to this method.
189
+ extra_headers: Headers | None = None,
190
+ extra_query: Query | None = None,
191
+ extra_body: Body | None = None,
192
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
193
+ ) -> BinaryAPIResponse:
194
+ """
195
+ Service operation to get a single GNSSRAWIF hdf5 file by its unique ID passed as
196
+ a path parameter. The file is returned as an attachment Content-Disposition.
197
+
198
+ Args:
199
+ extra_headers: Send extra headers
200
+
201
+ extra_query: Add additional query parameters to the request
202
+
203
+ extra_body: Add additional JSON properties to the request
204
+
205
+ timeout: Override the client-level default timeout for this request, in seconds
206
+ """
207
+ if not id:
208
+ raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
209
+ extra_headers = {"Accept": "application/octet-stream", **(extra_headers or {})}
210
+ return self._get(
211
+ f"/udl/gnssrawif/getFile/{id}",
212
+ options=make_request_options(
213
+ extra_headers=extra_headers,
214
+ extra_query=extra_query,
215
+ extra_body=extra_body,
216
+ timeout=timeout,
217
+ query=maybe_transform(
218
+ {
219
+ "first_result": first_result,
220
+ "max_results": max_results,
221
+ },
222
+ gnss_raw_if_file_get_params.GnssRawIfFileGetParams,
223
+ ),
224
+ ),
225
+ cast_to=BinaryAPIResponse,
226
+ )
227
+
228
+ def get(
229
+ self,
230
+ id: str,
231
+ *,
232
+ first_result: int | NotGiven = NOT_GIVEN,
233
+ max_results: int | NotGiven = NOT_GIVEN,
234
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
235
+ # The extra values given here take precedence over values defined on the client or passed to this method.
236
+ extra_headers: Headers | None = None,
237
+ extra_query: Query | None = None,
238
+ extra_body: Body | None = None,
239
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
240
+ ) -> GnssRawIfGetResponse:
241
+ """
242
+ Service operation to get a single GNSSRawIF by its unique ID passed as a path
243
+ parameter.
244
+
245
+ Args:
246
+ extra_headers: Send extra headers
247
+
248
+ extra_query: Add additional query parameters to the request
249
+
250
+ extra_body: Add additional JSON properties to the request
251
+
252
+ timeout: Override the client-level default timeout for this request, in seconds
253
+ """
254
+ if not id:
255
+ raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
256
+ return self._get(
257
+ f"/udl/gnssrawif/{id}",
258
+ options=make_request_options(
259
+ extra_headers=extra_headers,
260
+ extra_query=extra_query,
261
+ extra_body=extra_body,
262
+ timeout=timeout,
263
+ query=maybe_transform(
264
+ {
265
+ "first_result": first_result,
266
+ "max_results": max_results,
267
+ },
268
+ gnss_raw_if_get_params.GnssRawIfGetParams,
269
+ ),
270
+ ),
271
+ cast_to=GnssRawIfGetResponse,
272
+ )
273
+
274
+ def queryhelp(
275
+ self,
276
+ *,
277
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
278
+ # The extra values given here take precedence over values defined on the client or passed to this method.
279
+ extra_headers: Headers | None = None,
280
+ extra_query: Query | None = None,
281
+ extra_body: Body | None = None,
282
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
283
+ ) -> GnssRawIfQueryhelpResponse:
284
+ """
285
+ Service operation to provide detailed information on available dynamic query
286
+ parameters for a particular data type.
287
+ """
288
+ return self._get(
289
+ "/udl/gnssrawif/queryhelp",
290
+ options=make_request_options(
291
+ extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
292
+ ),
293
+ cast_to=GnssRawIfQueryhelpResponse,
294
+ )
295
+
296
+ def tuple(
297
+ self,
298
+ *,
299
+ columns: str,
300
+ start_time: Union[str, datetime],
301
+ first_result: int | NotGiven = NOT_GIVEN,
302
+ max_results: int | NotGiven = NOT_GIVEN,
303
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
304
+ # The extra values given here take precedence over values defined on the client or passed to this method.
305
+ extra_headers: Headers | None = None,
306
+ extra_query: Query | None = None,
307
+ extra_body: Body | None = None,
308
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
309
+ ) -> GnssRawIfTupleResponse:
310
+ """
311
+ Service operation to dynamically query data and only return specified
312
+ columns/fields. Requested columns are specified by the 'columns' query parameter
313
+ and should be a comma separated list of valid fields for the specified data
314
+ type. classificationMarking is always returned. See the queryhelp operation
315
+ (/udl/<datatype>/queryhelp) for more details on valid/required query parameter
316
+ information. An example URI: /udl/elset/tuple?columns=satNo,period&epoch=>now-5
317
+ hours would return the satNo and period of elsets with an epoch greater than 5
318
+ hours ago.
319
+
320
+ Args:
321
+ columns: Comma-separated list of valid field names for this data type to be returned in
322
+ the response. Only the fields specified will be returned as well as the
323
+ classification marking of the data, if applicable. See the ‘queryhelp’ operation
324
+ for a complete list of possible fields.
325
+
326
+ start_time: Start time of the data contained in the associated binary file, in ISO 8601 UTC
327
+ format with microsecond precision. (YYYY-MM-DDTHH:MM:SS.ssssssZ)
328
+
329
+ extra_headers: Send extra headers
330
+
331
+ extra_query: Add additional query parameters to the request
332
+
333
+ extra_body: Add additional JSON properties to the request
334
+
335
+ timeout: Override the client-level default timeout for this request, in seconds
336
+ """
337
+ return self._get(
338
+ "/udl/gnssrawif/tuple",
339
+ options=make_request_options(
340
+ extra_headers=extra_headers,
341
+ extra_query=extra_query,
342
+ extra_body=extra_body,
343
+ timeout=timeout,
344
+ query=maybe_transform(
345
+ {
346
+ "columns": columns,
347
+ "start_time": start_time,
348
+ "first_result": first_result,
349
+ "max_results": max_results,
350
+ },
351
+ gnss_raw_if_tuple_params.GnssRawIfTupleParams,
352
+ ),
353
+ ),
354
+ cast_to=GnssRawIfTupleResponse,
355
+ )
356
+
357
+ def upload_zip(
358
+ self,
359
+ *,
360
+ file: FileTypes,
361
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
362
+ # The extra values given here take precedence over values defined on the client or passed to this method.
363
+ extra_headers: Headers | None = None,
364
+ extra_query: Query | None = None,
365
+ extra_body: Body | None = None,
366
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
367
+ ) -> None:
368
+ """
369
+ Upload an HDF5 file with its metadata.
370
+
371
+ The request body requires a zip file containing exactly two files:\\
372
+ 1\\)) A file with the `.json` file extension whose content conforms to the `GNSSRawIF_Ingest`
373
+ schema.\\
374
+ 2\\)) A file with the `.hdf5` file extension.
375
+
376
+ The JSON and HDF5 files will be associated with each other via the `id` field.
377
+ Query the metadata via `GET /udl/gnssrawif` and use
378
+ `GET /udl/gnssrawif/getFile/{id}` to retrieve the HDF5 file.
379
+
380
+ This operation only accepts application/zip media. The application/json request
381
+ body is documented to provide a convenient reference to the ingest schema.
382
+
383
+ This operation is intended to be used for automated feeds into UDL. A specific
384
+ role is required to perform this service operation. Please contact the UDL team
385
+ for assistance.
386
+
387
+ Args:
388
+ file: Zip file containing files described in the specification
389
+
390
+ extra_headers: Send extra headers
391
+
392
+ extra_query: Add additional query parameters to the request
393
+
394
+ extra_body: Add additional JSON properties to the request
395
+
396
+ timeout: Override the client-level default timeout for this request, in seconds
397
+ """
398
+ extra_headers = {"Accept": "*/*", **(extra_headers or {})}
399
+ body = deepcopy_minimal({"file": file})
400
+ files = extract_files(cast(Mapping[str, object], body), paths=[["file"]])
401
+ # It should be noted that the actual Content-Type header that will be
402
+ # sent to the server will contain a `boundary` parameter, e.g.
403
+ # multipart/form-data; boundary=---abc--
404
+ extra_headers["Content-Type"] = "multipart/form-data"
405
+ return self._post(
406
+ "/filedrop/udl-gnssrawif",
407
+ body=maybe_transform(body, gnss_raw_if_upload_zip_params.GnssRawIfUploadZipParams),
408
+ files=files,
409
+ options=make_request_options(
410
+ extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
411
+ ),
412
+ cast_to=NoneType,
413
+ )
414
+
43
415
 
44
416
  class AsyncGnssRawIfResource(AsyncAPIResource):
45
417
  @cached_property
@@ -65,11 +437,371 @@ class AsyncGnssRawIfResource(AsyncAPIResource):
65
437
  """
66
438
  return AsyncGnssRawIfResourceWithStreamingResponse(self)
67
439
 
440
+ def list(
441
+ self,
442
+ *,
443
+ start_time: Union[str, datetime],
444
+ first_result: int | NotGiven = NOT_GIVEN,
445
+ max_results: int | NotGiven = NOT_GIVEN,
446
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
447
+ # The extra values given here take precedence over values defined on the client or passed to this method.
448
+ extra_headers: Headers | None = None,
449
+ extra_query: Query | None = None,
450
+ extra_body: Body | None = None,
451
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
452
+ ) -> AsyncPaginator[GnssRawIfListResponse, AsyncOffsetPage[GnssRawIfListResponse]]:
453
+ """
454
+ Service operation to dynamically query data by a variety of query parameters not
455
+ specified in this API documentation. See the queryhelp operation
456
+ (/udl/&lt;datatype&gt;/queryhelp) for more details on valid/required query
457
+ parameter information.
458
+
459
+ Args:
460
+ start_time: Start time of the data contained in the associated binary file, in ISO 8601 UTC
461
+ format with microsecond precision. (YYYY-MM-DDTHH:MM:SS.ssssssZ)
462
+
463
+ extra_headers: Send extra headers
464
+
465
+ extra_query: Add additional query parameters to the request
466
+
467
+ extra_body: Add additional JSON properties to the request
468
+
469
+ timeout: Override the client-level default timeout for this request, in seconds
470
+ """
471
+ return self._get_api_list(
472
+ "/udl/gnssrawif",
473
+ page=AsyncOffsetPage[GnssRawIfListResponse],
474
+ options=make_request_options(
475
+ extra_headers=extra_headers,
476
+ extra_query=extra_query,
477
+ extra_body=extra_body,
478
+ timeout=timeout,
479
+ query=maybe_transform(
480
+ {
481
+ "start_time": start_time,
482
+ "first_result": first_result,
483
+ "max_results": max_results,
484
+ },
485
+ gnss_raw_if_list_params.GnssRawIfListParams,
486
+ ),
487
+ ),
488
+ model=GnssRawIfListResponse,
489
+ )
490
+
491
+ async def count(
492
+ self,
493
+ *,
494
+ start_time: Union[str, datetime],
495
+ first_result: int | NotGiven = NOT_GIVEN,
496
+ max_results: int | NotGiven = NOT_GIVEN,
497
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
498
+ # The extra values given here take precedence over values defined on the client or passed to this method.
499
+ extra_headers: Headers | None = None,
500
+ extra_query: Query | None = None,
501
+ extra_body: Body | None = None,
502
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
503
+ ) -> str:
504
+ """
505
+ Service operation to return the count of records satisfying the specified query
506
+ parameters. This operation is useful to determine how many records pass a
507
+ particular query criteria without retrieving large amounts of data. See the
508
+ queryhelp operation (/udl/&lt;datatype&gt;/queryhelp) for more details on
509
+ valid/required query parameter information.
510
+
511
+ Args:
512
+ start_time: Start time of the data contained in the associated binary file, in ISO 8601 UTC
513
+ format with microsecond precision. (YYYY-MM-DDTHH:MM:SS.ssssssZ)
514
+
515
+ extra_headers: Send extra headers
516
+
517
+ extra_query: Add additional query parameters to the request
518
+
519
+ extra_body: Add additional JSON properties to the request
520
+
521
+ timeout: Override the client-level default timeout for this request, in seconds
522
+ """
523
+ extra_headers = {"Accept": "text/plain", **(extra_headers or {})}
524
+ return await self._get(
525
+ "/udl/gnssrawif/count",
526
+ options=make_request_options(
527
+ extra_headers=extra_headers,
528
+ extra_query=extra_query,
529
+ extra_body=extra_body,
530
+ timeout=timeout,
531
+ query=await async_maybe_transform(
532
+ {
533
+ "start_time": start_time,
534
+ "first_result": first_result,
535
+ "max_results": max_results,
536
+ },
537
+ gnss_raw_if_count_params.GnssRawIfCountParams,
538
+ ),
539
+ ),
540
+ cast_to=str,
541
+ )
542
+
543
+ async def file_get(
544
+ self,
545
+ id: str,
546
+ *,
547
+ first_result: int | NotGiven = NOT_GIVEN,
548
+ max_results: int | NotGiven = NOT_GIVEN,
549
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
550
+ # The extra values given here take precedence over values defined on the client or passed to this method.
551
+ extra_headers: Headers | None = None,
552
+ extra_query: Query | None = None,
553
+ extra_body: Body | None = None,
554
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
555
+ ) -> AsyncBinaryAPIResponse:
556
+ """
557
+ Service operation to get a single GNSSRAWIF hdf5 file by its unique ID passed as
558
+ a path parameter. The file is returned as an attachment Content-Disposition.
559
+
560
+ Args:
561
+ extra_headers: Send extra headers
562
+
563
+ extra_query: Add additional query parameters to the request
564
+
565
+ extra_body: Add additional JSON properties to the request
566
+
567
+ timeout: Override the client-level default timeout for this request, in seconds
568
+ """
569
+ if not id:
570
+ raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
571
+ extra_headers = {"Accept": "application/octet-stream", **(extra_headers or {})}
572
+ return await self._get(
573
+ f"/udl/gnssrawif/getFile/{id}",
574
+ options=make_request_options(
575
+ extra_headers=extra_headers,
576
+ extra_query=extra_query,
577
+ extra_body=extra_body,
578
+ timeout=timeout,
579
+ query=await async_maybe_transform(
580
+ {
581
+ "first_result": first_result,
582
+ "max_results": max_results,
583
+ },
584
+ gnss_raw_if_file_get_params.GnssRawIfFileGetParams,
585
+ ),
586
+ ),
587
+ cast_to=AsyncBinaryAPIResponse,
588
+ )
589
+
590
+ async def get(
591
+ self,
592
+ id: str,
593
+ *,
594
+ first_result: int | NotGiven = NOT_GIVEN,
595
+ max_results: int | NotGiven = NOT_GIVEN,
596
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
597
+ # The extra values given here take precedence over values defined on the client or passed to this method.
598
+ extra_headers: Headers | None = None,
599
+ extra_query: Query | None = None,
600
+ extra_body: Body | None = None,
601
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
602
+ ) -> GnssRawIfGetResponse:
603
+ """
604
+ Service operation to get a single GNSSRawIF by its unique ID passed as a path
605
+ parameter.
606
+
607
+ Args:
608
+ extra_headers: Send extra headers
609
+
610
+ extra_query: Add additional query parameters to the request
611
+
612
+ extra_body: Add additional JSON properties to the request
613
+
614
+ timeout: Override the client-level default timeout for this request, in seconds
615
+ """
616
+ if not id:
617
+ raise ValueError(f"Expected a non-empty value for `id` but received {id!r}")
618
+ return await self._get(
619
+ f"/udl/gnssrawif/{id}",
620
+ options=make_request_options(
621
+ extra_headers=extra_headers,
622
+ extra_query=extra_query,
623
+ extra_body=extra_body,
624
+ timeout=timeout,
625
+ query=await async_maybe_transform(
626
+ {
627
+ "first_result": first_result,
628
+ "max_results": max_results,
629
+ },
630
+ gnss_raw_if_get_params.GnssRawIfGetParams,
631
+ ),
632
+ ),
633
+ cast_to=GnssRawIfGetResponse,
634
+ )
635
+
636
+ async def queryhelp(
637
+ self,
638
+ *,
639
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
640
+ # The extra values given here take precedence over values defined on the client or passed to this method.
641
+ extra_headers: Headers | None = None,
642
+ extra_query: Query | None = None,
643
+ extra_body: Body | None = None,
644
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
645
+ ) -> GnssRawIfQueryhelpResponse:
646
+ """
647
+ Service operation to provide detailed information on available dynamic query
648
+ parameters for a particular data type.
649
+ """
650
+ return await self._get(
651
+ "/udl/gnssrawif/queryhelp",
652
+ options=make_request_options(
653
+ extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
654
+ ),
655
+ cast_to=GnssRawIfQueryhelpResponse,
656
+ )
657
+
658
+ async def tuple(
659
+ self,
660
+ *,
661
+ columns: str,
662
+ start_time: Union[str, datetime],
663
+ first_result: int | NotGiven = NOT_GIVEN,
664
+ max_results: int | NotGiven = NOT_GIVEN,
665
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
666
+ # The extra values given here take precedence over values defined on the client or passed to this method.
667
+ extra_headers: Headers | None = None,
668
+ extra_query: Query | None = None,
669
+ extra_body: Body | None = None,
670
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
671
+ ) -> GnssRawIfTupleResponse:
672
+ """
673
+ Service operation to dynamically query data and only return specified
674
+ columns/fields. Requested columns are specified by the 'columns' query parameter
675
+ and should be a comma separated list of valid fields for the specified data
676
+ type. classificationMarking is always returned. See the queryhelp operation
677
+ (/udl/<datatype>/queryhelp) for more details on valid/required query parameter
678
+ information. An example URI: /udl/elset/tuple?columns=satNo,period&epoch=>now-5
679
+ hours would return the satNo and period of elsets with an epoch greater than 5
680
+ hours ago.
681
+
682
+ Args:
683
+ columns: Comma-separated list of valid field names for this data type to be returned in
684
+ the response. Only the fields specified will be returned as well as the
685
+ classification marking of the data, if applicable. See the ‘queryhelp’ operation
686
+ for a complete list of possible fields.
687
+
688
+ start_time: Start time of the data contained in the associated binary file, in ISO 8601 UTC
689
+ format with microsecond precision. (YYYY-MM-DDTHH:MM:SS.ssssssZ)
690
+
691
+ extra_headers: Send extra headers
692
+
693
+ extra_query: Add additional query parameters to the request
694
+
695
+ extra_body: Add additional JSON properties to the request
696
+
697
+ timeout: Override the client-level default timeout for this request, in seconds
698
+ """
699
+ return await self._get(
700
+ "/udl/gnssrawif/tuple",
701
+ options=make_request_options(
702
+ extra_headers=extra_headers,
703
+ extra_query=extra_query,
704
+ extra_body=extra_body,
705
+ timeout=timeout,
706
+ query=await async_maybe_transform(
707
+ {
708
+ "columns": columns,
709
+ "start_time": start_time,
710
+ "first_result": first_result,
711
+ "max_results": max_results,
712
+ },
713
+ gnss_raw_if_tuple_params.GnssRawIfTupleParams,
714
+ ),
715
+ ),
716
+ cast_to=GnssRawIfTupleResponse,
717
+ )
718
+
719
+ async def upload_zip(
720
+ self,
721
+ *,
722
+ file: FileTypes,
723
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
724
+ # The extra values given here take precedence over values defined on the client or passed to this method.
725
+ extra_headers: Headers | None = None,
726
+ extra_query: Query | None = None,
727
+ extra_body: Body | None = None,
728
+ timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
729
+ ) -> None:
730
+ """
731
+ Upload an HDF5 file with its metadata.
732
+
733
+ The request body requires a zip file containing exactly two files:\\
734
+ 1\\)) A file with the `.json` file extension whose content conforms to the `GNSSRawIF_Ingest`
735
+ schema.\\
736
+ 2\\)) A file with the `.hdf5` file extension.
737
+
738
+ The JSON and HDF5 files will be associated with each other via the `id` field.
739
+ Query the metadata via `GET /udl/gnssrawif` and use
740
+ `GET /udl/gnssrawif/getFile/{id}` to retrieve the HDF5 file.
741
+
742
+ This operation only accepts application/zip media. The application/json request
743
+ body is documented to provide a convenient reference to the ingest schema.
744
+
745
+ This operation is intended to be used for automated feeds into UDL. A specific
746
+ role is required to perform this service operation. Please contact the UDL team
747
+ for assistance.
748
+
749
+ Args:
750
+ file: Zip file containing files described in the specification
751
+
752
+ extra_headers: Send extra headers
753
+
754
+ extra_query: Add additional query parameters to the request
755
+
756
+ extra_body: Add additional JSON properties to the request
757
+
758
+ timeout: Override the client-level default timeout for this request, in seconds
759
+ """
760
+ extra_headers = {"Accept": "*/*", **(extra_headers or {})}
761
+ body = deepcopy_minimal({"file": file})
762
+ files = extract_files(cast(Mapping[str, object], body), paths=[["file"]])
763
+ # It should be noted that the actual Content-Type header that will be
764
+ # sent to the server will contain a `boundary` parameter, e.g.
765
+ # multipart/form-data; boundary=---abc--
766
+ extra_headers["Content-Type"] = "multipart/form-data"
767
+ return await self._post(
768
+ "/filedrop/udl-gnssrawif",
769
+ body=await async_maybe_transform(body, gnss_raw_if_upload_zip_params.GnssRawIfUploadZipParams),
770
+ files=files,
771
+ options=make_request_options(
772
+ extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
773
+ ),
774
+ cast_to=NoneType,
775
+ )
776
+
68
777
 
69
778
  class GnssRawIfResourceWithRawResponse:
70
779
  def __init__(self, gnss_raw_if: GnssRawIfResource) -> None:
71
780
  self._gnss_raw_if = gnss_raw_if
72
781
 
782
+ self.list = to_raw_response_wrapper(
783
+ gnss_raw_if.list,
784
+ )
785
+ self.count = to_raw_response_wrapper(
786
+ gnss_raw_if.count,
787
+ )
788
+ self.file_get = to_custom_raw_response_wrapper(
789
+ gnss_raw_if.file_get,
790
+ BinaryAPIResponse,
791
+ )
792
+ self.get = to_raw_response_wrapper(
793
+ gnss_raw_if.get,
794
+ )
795
+ self.queryhelp = to_raw_response_wrapper(
796
+ gnss_raw_if.queryhelp,
797
+ )
798
+ self.tuple = to_raw_response_wrapper(
799
+ gnss_raw_if.tuple,
800
+ )
801
+ self.upload_zip = to_raw_response_wrapper(
802
+ gnss_raw_if.upload_zip,
803
+ )
804
+
73
805
  @cached_property
74
806
  def history(self) -> HistoryResourceWithRawResponse:
75
807
  return HistoryResourceWithRawResponse(self._gnss_raw_if.history)
@@ -79,6 +811,29 @@ class AsyncGnssRawIfResourceWithRawResponse:
79
811
  def __init__(self, gnss_raw_if: AsyncGnssRawIfResource) -> None:
80
812
  self._gnss_raw_if = gnss_raw_if
81
813
 
814
+ self.list = async_to_raw_response_wrapper(
815
+ gnss_raw_if.list,
816
+ )
817
+ self.count = async_to_raw_response_wrapper(
818
+ gnss_raw_if.count,
819
+ )
820
+ self.file_get = async_to_custom_raw_response_wrapper(
821
+ gnss_raw_if.file_get,
822
+ AsyncBinaryAPIResponse,
823
+ )
824
+ self.get = async_to_raw_response_wrapper(
825
+ gnss_raw_if.get,
826
+ )
827
+ self.queryhelp = async_to_raw_response_wrapper(
828
+ gnss_raw_if.queryhelp,
829
+ )
830
+ self.tuple = async_to_raw_response_wrapper(
831
+ gnss_raw_if.tuple,
832
+ )
833
+ self.upload_zip = async_to_raw_response_wrapper(
834
+ gnss_raw_if.upload_zip,
835
+ )
836
+
82
837
  @cached_property
83
838
  def history(self) -> AsyncHistoryResourceWithRawResponse:
84
839
  return AsyncHistoryResourceWithRawResponse(self._gnss_raw_if.history)
@@ -88,6 +843,29 @@ class GnssRawIfResourceWithStreamingResponse:
88
843
  def __init__(self, gnss_raw_if: GnssRawIfResource) -> None:
89
844
  self._gnss_raw_if = gnss_raw_if
90
845
 
846
+ self.list = to_streamed_response_wrapper(
847
+ gnss_raw_if.list,
848
+ )
849
+ self.count = to_streamed_response_wrapper(
850
+ gnss_raw_if.count,
851
+ )
852
+ self.file_get = to_custom_streamed_response_wrapper(
853
+ gnss_raw_if.file_get,
854
+ StreamedBinaryAPIResponse,
855
+ )
856
+ self.get = to_streamed_response_wrapper(
857
+ gnss_raw_if.get,
858
+ )
859
+ self.queryhelp = to_streamed_response_wrapper(
860
+ gnss_raw_if.queryhelp,
861
+ )
862
+ self.tuple = to_streamed_response_wrapper(
863
+ gnss_raw_if.tuple,
864
+ )
865
+ self.upload_zip = to_streamed_response_wrapper(
866
+ gnss_raw_if.upload_zip,
867
+ )
868
+
91
869
  @cached_property
92
870
  def history(self) -> HistoryResourceWithStreamingResponse:
93
871
  return HistoryResourceWithStreamingResponse(self._gnss_raw_if.history)
@@ -97,6 +875,29 @@ class AsyncGnssRawIfResourceWithStreamingResponse:
97
875
  def __init__(self, gnss_raw_if: AsyncGnssRawIfResource) -> None:
98
876
  self._gnss_raw_if = gnss_raw_if
99
877
 
878
+ self.list = async_to_streamed_response_wrapper(
879
+ gnss_raw_if.list,
880
+ )
881
+ self.count = async_to_streamed_response_wrapper(
882
+ gnss_raw_if.count,
883
+ )
884
+ self.file_get = async_to_custom_streamed_response_wrapper(
885
+ gnss_raw_if.file_get,
886
+ AsyncStreamedBinaryAPIResponse,
887
+ )
888
+ self.get = async_to_streamed_response_wrapper(
889
+ gnss_raw_if.get,
890
+ )
891
+ self.queryhelp = async_to_streamed_response_wrapper(
892
+ gnss_raw_if.queryhelp,
893
+ )
894
+ self.tuple = async_to_streamed_response_wrapper(
895
+ gnss_raw_if.tuple,
896
+ )
897
+ self.upload_zip = async_to_streamed_response_wrapper(
898
+ gnss_raw_if.upload_zip,
899
+ )
900
+
100
901
  @cached_property
101
902
  def history(self) -> AsyncHistoryResourceWithStreamingResponse:
102
903
  return AsyncHistoryResourceWithStreamingResponse(self._gnss_raw_if.history)