udl-sdk 0.1.0a16__py3-none-any.whl → 0.1.0a18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {udl_sdk-0.1.0a16.dist-info → udl_sdk-0.1.0a18.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a16.dist-info → udl_sdk-0.1.0a18.dist-info}/RECORD +136 -129
- unifieddatalibrary/_client.py +113 -82
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/__init__.py +28 -84
- unifieddatalibrary/resources/air_operations/__init__.py +0 -14
- unifieddatalibrary/resources/air_operations/air_operations.py +0 -32
- unifieddatalibrary/resources/air_operations/aircraft_sorties.py +1507 -37
- unifieddatalibrary/resources/air_operations/crewpapers.py +4 -4
- unifieddatalibrary/resources/airload_plans.py +1311 -59
- unifieddatalibrary/resources/attitude_sets/attitude_sets.py +106 -0
- unifieddatalibrary/resources/conjunctions/conjunctions.py +4 -4
- unifieddatalibrary/resources/gnss_raw_if/gnss_raw_if.py +801 -0
- unifieddatalibrary/resources/iono_observations/__init__.py +33 -0
- unifieddatalibrary/resources/{iono_observation → iono_observations}/history.py +2 -2
- unifieddatalibrary/resources/{ion_oobservation.py → iono_observations/iono_observations.py} +123 -91
- unifieddatalibrary/resources/logistics_support/logistics_support.py +5 -4
- unifieddatalibrary/resources/onorbitantenna.py +5 -4
- unifieddatalibrary/resources/onorbitbattery.py +5 -4
- unifieddatalibrary/resources/onorbitsolararray.py +5 -4
- unifieddatalibrary/resources/onorbitthruster.py +5 -4
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/__init__.py +13 -13
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/history.py +2 -2
- unifieddatalibrary/resources/{report_and_activity/report_and_activity.py → report_and_activities/report_and_activities.py} +35 -35
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_h3geo.py +1 -1
- unifieddatalibrary/resources/{report_and_activity → report_and_activities}/udl_sigact.py +1 -1
- unifieddatalibrary/resources/scs/paths.py +4 -4
- unifieddatalibrary/resources/scs/scs.py +4 -4
- unifieddatalibrary/resources/scs/v2.py +4 -4
- unifieddatalibrary/resources/status.py +5 -4
- unifieddatalibrary/resources/supporting_data/__init__.py +0 -42
- unifieddatalibrary/resources/supporting_data/dataowner.py +257 -1
- unifieddatalibrary/resources/supporting_data/supporting_data.py +0 -96
- unifieddatalibrary/resources/track_route/track_route.py +26 -23
- unifieddatalibrary/types/__init__.py +40 -30
- unifieddatalibrary/types/air_operations/__init__.py +12 -12
- unifieddatalibrary/types/air_operations/{aircraft_sortie_list_params.py → aircraft_sorty_count_params.py} +2 -2
- unifieddatalibrary/types/air_operations/aircraft_sorty_count_response.py +7 -0
- unifieddatalibrary/types/air_operations/{aircraft_sortie_create_bulk_params.py → aircraft_sorty_create_bulk_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_create_params.py → aircraft_sorty_create_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_aodr_params.py → aircraft_sorty_history_aodr_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_count_params.py → aircraft_sorty_history_count_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_count_response.py → air_operations/aircraft_sorty_history_count_response.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_params.py → aircraft_sorty_history_query_params.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_history_query_response.py → aircraft_sorty_history_query_response.py} +2 -2
- unifieddatalibrary/types/air_operations/{aircraft_sortie_count_params.py → aircraft_sorty_list_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_count_params.py → airload_plan_count_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_count_response.py → airload_plan_count_response.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_create_params.py → airload_plan_create_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_list_params.py → airload_plan_list_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_queryhelp_response.py → airload_plan_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_retrieve_params.py → airload_plan_retrieve_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_tuple_params.py → airload_plan_tuple_params.py} +2 -2
- unifieddatalibrary/types/{air_load_plan_tuple_response.py → airload_plan_tuple_response.py} +2 -2
- unifieddatalibrary/types/altitude_blocks_ingest_param.py +22 -0
- unifieddatalibrary/types/{attitudeset_retrieve_params.py → attitude_set_retrieve_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_count_params.py → gnss_raw_if_count_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_count_response.py → gnss_raw_if_count_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_file_get_params.py → gnss_raw_if_file_get_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_get_params.py → gnss_raw_if_get_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_get_response.py → gnss_raw_if_get_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_list_params.py → gnss_raw_if_list_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_list_response.py → gnss_raw_if_list_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_queryhelp_response.py → gnss_raw_if_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_tuple_params.py → gnss_raw_if_tuple_params.py} +2 -2
- unifieddatalibrary/types/{gnss_rawif_tuple_response.py → gnss_raw_if_tuple_response.py} +3 -3
- unifieddatalibrary/types/{gnss_rawif_upload_zip_params.py → gnss_raw_if_upload_zip_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_count_params.py → iono_observation_count_params.py} +2 -2
- unifieddatalibrary/types/{air_operations/aircraft_sortie_count_response.py → iono_observation_count_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_create_bulk_params.py → iono_observation_create_bulk_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_list_params.py → iono_observation_list_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_list_response.py → iono_observation_list_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_queryhelp_response.py → iono_observation_queryhelp_response.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_tuple_params.py → iono_observation_tuple_params.py} +2 -2
- unifieddatalibrary/types/{ion_oobservation_tuple_response.py → iono_observation_tuple_response.py} +82 -82
- unifieddatalibrary/types/{ion_oobservation_unvalidated_publish_params.py → iono_observation_unvalidated_publish_params.py} +2 -2
- unifieddatalibrary/types/logistics_remarks_ingest_param.py +25 -0
- unifieddatalibrary/types/logistics_support_create_bulk_params.py +4 -51
- unifieddatalibrary/types/logistics_support_create_params.py +4 -49
- unifieddatalibrary/types/logistics_support_unvalidated_publish_params.py +4 -51
- unifieddatalibrary/types/logistics_support_update_params.py +4 -49
- unifieddatalibrary/types/onorbitantenna_create_params.py +3 -38
- unifieddatalibrary/types/onorbitantenna_update_params.py +3 -38
- unifieddatalibrary/types/onorbitbattery_create_params.py +3 -38
- unifieddatalibrary/types/onorbitbattery_update_params.py +3 -38
- unifieddatalibrary/types/onorbitsolararray_create_params.py +3 -38
- unifieddatalibrary/types/onorbitsolararray_update_params.py +3 -38
- unifieddatalibrary/types/onorbitthruster_create_params.py +3 -41
- unifieddatalibrary/types/onorbitthruster_update_params.py +3 -41
- unifieddatalibrary/types/point_of_contact_ingest_param.py +41 -0
- unifieddatalibrary/types/route_points_ingest_param.py +82 -0
- unifieddatalibrary/types/shared/__init__.py +5 -0
- unifieddatalibrary/types/shared/antenna_ingest.py +62 -0
- unifieddatalibrary/types/shared/battery_ingest.py +62 -0
- unifieddatalibrary/types/shared/engine_ingest.py +65 -0
- unifieddatalibrary/types/shared/solar_array_ingest.py +62 -0
- unifieddatalibrary/types/shared/sub_status_ingest.py +74 -0
- unifieddatalibrary/types/shared_params/__init__.py +5 -0
- unifieddatalibrary/types/shared_params/antenna_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/battery_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/engine_ingest.py +48 -0
- unifieddatalibrary/types/shared_params/solar_array_ingest.py +45 -0
- unifieddatalibrary/types/shared_params/sub_status_ingest.py +57 -0
- unifieddatalibrary/types/status_create_params.py +3 -50
- unifieddatalibrary/types/status_update_params.py +3 -50
- unifieddatalibrary/types/supporting_data/__init__.py +13 -5
- unifieddatalibrary/types/supporting_data/{query_help_retrieve_response.py → dataowner_query_help_response.py} +2 -2
- unifieddatalibrary/types/supporting_data/{dataowner_type_list_params.py → dataowner_retrieve_data_owner_types_params.py} +2 -2
- unifieddatalibrary/types/supporting_data/dataowner_retrieve_data_owner_types_response.py +8 -0
- unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_params.py → dataowner_retrieve_provider_metadata_params.py} +2 -2
- unifieddatalibrary/types/supporting_data/{provider_metadata_retrieve_response.py → dataowner_retrieve_provider_metadata_response.py} +2 -2
- unifieddatalibrary/types/track_route_create_bulk_params.py +5 -267
- unifieddatalibrary/types/track_route_create_params.py +7 -122
- unifieddatalibrary/types/track_route_ingest_param.py +157 -0
- unifieddatalibrary/types/track_route_unvalidated_publish_params.py +7 -122
- unifieddatalibrary/types/track_route_update_params.py +7 -122
- unifieddatalibrary/resources/air_load_plans.py +0 -1341
- unifieddatalibrary/resources/air_operations/aircraft_sortie.py +0 -1557
- unifieddatalibrary/resources/attitudesets.py +0 -191
- unifieddatalibrary/resources/gnss_rawif.py +0 -871
- unifieddatalibrary/resources/iono_observation/__init__.py +0 -33
- unifieddatalibrary/resources/iono_observation/iono_observation.py +0 -102
- unifieddatalibrary/resources/supporting_data/dataowner_types.py +0 -186
- unifieddatalibrary/resources/supporting_data/provider_metadata.py +0 -179
- unifieddatalibrary/resources/supporting_data/query_help.py +0 -141
- unifieddatalibrary/types/air_operations/aircraft_sortie_history_count_response.py +0 -7
- unifieddatalibrary/types/supporting_data/dataowner_type_list_response.py +0 -7
- {udl_sdk-0.1.0a16.dist-info → udl_sdk-0.1.0a18.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a16.dist-info → udl_sdk-0.1.0a18.dist-info}/licenses/LICENSE +0 -0
- /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
- /unifieddatalibrary/resources/{report_and_activity → report_and_activities}/poi/poi.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/__init__.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_aodr_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_count_response.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_params.py +0 -0
- /unifieddatalibrary/types/{iono_observation → iono_observations}/history_list_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/__init__.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/__init__.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_aodr_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_count_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/poi/history_list_response.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_h3geo_unvalidated_publish_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_file_get_params.py +0 -0
- /unifieddatalibrary/types/{report_and_activity → report_and_activities}/udl_sigact_unvalidated_publish_params.py +0 -0
unifieddatalibrary/types/{ion_oobservation_tuple_response.py → iono_observation_tuple_response.py}
RENAMED
@@ -9,38 +9,38 @@ from pydantic import Field as FieldInfo
|
|
9
9
|
from .._models import BaseModel
|
10
10
|
|
11
11
|
__all__ = [
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
12
|
+
"IonoObservationTupleResponse",
|
13
|
+
"IonoObservationTupleResponseItem",
|
14
|
+
"IonoObservationTupleResponseItemAmplitude",
|
15
|
+
"IonoObservationTupleResponseItemAntennaElementPosition",
|
16
|
+
"IonoObservationTupleResponseItemAzimuth",
|
17
|
+
"IonoObservationTupleResponseItemCharAtt",
|
18
|
+
"IonoObservationTupleResponseItemDatum",
|
19
|
+
"IonoObservationTupleResponseItemDensityProfile",
|
20
|
+
"IonoObservationTupleResponseItemDensityProfileIri",
|
21
|
+
"IonoObservationTupleResponseItemDensityProfileParabolic",
|
22
|
+
"IonoObservationTupleResponseItemDensityProfileParabolicParabolicItem",
|
23
|
+
"IonoObservationTupleResponseItemDensityProfileQuasiParabolic",
|
24
|
+
"IonoObservationTupleResponseItemDensityProfileQuasiParabolicQuasiParabolicSegment",
|
25
|
+
"IonoObservationTupleResponseItemDensityProfileShiftedChebyshev",
|
26
|
+
"IonoObservationTupleResponseItemDensityProfileShiftedChebyshevShiftedChebyshev",
|
27
|
+
"IonoObservationTupleResponseItemDensityProfileTopsideExtensionChapmanConst",
|
28
|
+
"IonoObservationTupleResponseItemDensityProfileTopsideExtensionVaryChap",
|
29
|
+
"IonoObservationTupleResponseItemDoppler",
|
30
|
+
"IonoObservationTupleResponseItemElevation",
|
31
|
+
"IonoObservationTupleResponseItemFrequency",
|
32
|
+
"IonoObservationTupleResponseItemPhase",
|
33
|
+
"IonoObservationTupleResponseItemPolarization",
|
34
|
+
"IonoObservationTupleResponseItemPower",
|
35
|
+
"IonoObservationTupleResponseItemRange",
|
36
|
+
"IonoObservationTupleResponseItemScalerInfo",
|
37
|
+
"IonoObservationTupleResponseItemStokes",
|
38
|
+
"IonoObservationTupleResponseItemTime",
|
39
|
+
"IonoObservationTupleResponseItemTraceGeneric",
|
40
40
|
]
|
41
41
|
|
42
42
|
|
43
|
-
class
|
43
|
+
class IonoObservationTupleResponseItemAmplitude(BaseModel):
|
44
44
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
45
45
|
"""Array of amplitude data."""
|
46
46
|
|
@@ -54,7 +54,7 @@ class IonOobservationTupleResponseItemAmplitude(BaseModel):
|
|
54
54
|
"""Notes for the amplitude data."""
|
55
55
|
|
56
56
|
|
57
|
-
class
|
57
|
+
class IonoObservationTupleResponseItemAntennaElementPosition(BaseModel):
|
58
58
|
data: Optional[List[List[float]]] = None
|
59
59
|
"""Array of 3-element tuples (x,y,z) in km."""
|
60
60
|
|
@@ -65,7 +65,7 @@ class IonOobservationTupleResponseItemAntennaElementPosition(BaseModel):
|
|
65
65
|
"""Array of integers of the antenna_element dimensions."""
|
66
66
|
|
67
67
|
|
68
|
-
class
|
68
|
+
class IonoObservationTupleResponseItemAzimuth(BaseModel):
|
69
69
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
70
70
|
"""Array of incoming azimuth at the receiver."""
|
71
71
|
|
@@ -79,7 +79,7 @@ class IonOobservationTupleResponseItemAzimuth(BaseModel):
|
|
79
79
|
"""Notes for the azimuth data."""
|
80
80
|
|
81
81
|
|
82
|
-
class
|
82
|
+
class IonoObservationTupleResponseItemCharAtt(BaseModel):
|
83
83
|
char_name: Optional[str] = FieldInfo(alias="charName", default=None)
|
84
84
|
"""Characteristic name.
|
85
85
|
|
@@ -137,7 +137,7 @@ class IonOobservationTupleResponseItemCharAtt(BaseModel):
|
|
137
137
|
"""
|
138
138
|
|
139
139
|
|
140
|
-
class
|
140
|
+
class IonoObservationTupleResponseItemDatum(BaseModel):
|
141
141
|
data: Optional[List[float]] = None
|
142
142
|
"""Array to support sparse data collections."""
|
143
143
|
|
@@ -145,7 +145,7 @@ class IonOobservationTupleResponseItemDatum(BaseModel):
|
|
145
145
|
"""Notes for the datum with details of what the data is, units, etc."""
|
146
146
|
|
147
147
|
|
148
|
-
class
|
148
|
+
class IonoObservationTupleResponseItemDensityProfileIri(BaseModel):
|
149
149
|
b0: Optional[float] = None
|
150
150
|
"""B0 parameter of the F2 layer shape."""
|
151
151
|
|
@@ -216,7 +216,7 @@ class IonOobservationTupleResponseItemDensityProfileIri(BaseModel):
|
|
216
216
|
"""The valley depth, in grams per cubic centimeter."""
|
217
217
|
|
218
218
|
|
219
|
-
class
|
219
|
+
class IonoObservationTupleResponseItemDensityProfileParabolicParabolicItem(BaseModel):
|
220
220
|
f: Optional[float] = None
|
221
221
|
"""Plasma frequency at the layer peak, in MHz."""
|
222
222
|
|
@@ -230,17 +230,17 @@ class IonOobservationTupleResponseItemDensityProfileParabolicParabolicItem(BaseM
|
|
230
230
|
"""Height of the layer peak, in kilometers."""
|
231
231
|
|
232
232
|
|
233
|
-
class
|
233
|
+
class IonoObservationTupleResponseItemDensityProfileParabolic(BaseModel):
|
234
234
|
description: Optional[str] = None
|
235
235
|
"""General description of the QP computation algorithm."""
|
236
236
|
|
237
|
-
parabolic_items: Optional[List[
|
237
|
+
parabolic_items: Optional[List[IonoObservationTupleResponseItemDensityProfileParabolicParabolicItem]] = FieldInfo(
|
238
238
|
alias="parabolicItems", default=None
|
239
239
|
)
|
240
240
|
"""Describes the E, F1, and F2 layers as parabolic-shape segments."""
|
241
241
|
|
242
242
|
|
243
|
-
class
|
243
|
+
class IonoObservationTupleResponseItemDensityProfileQuasiParabolicQuasiParabolicSegment(BaseModel):
|
244
244
|
a: Optional[float] = None
|
245
245
|
"""Coefficient A."""
|
246
246
|
|
@@ -263,7 +263,7 @@ class IonOobservationTupleResponseItemDensityProfileQuasiParabolicQuasiParabolic
|
|
263
263
|
"""Ending range of the segment, in kilometers from the Earth's center."""
|
264
264
|
|
265
265
|
|
266
|
-
class
|
266
|
+
class IonoObservationTupleResponseItemDensityProfileQuasiParabolic(BaseModel):
|
267
267
|
description: Optional[str] = None
|
268
268
|
"""General description of the quasi-parabolic computation algorithm."""
|
269
269
|
|
@@ -271,7 +271,7 @@ class IonOobservationTupleResponseItemDensityProfileQuasiParabolic(BaseModel):
|
|
271
271
|
"""Value of the Earth's radius, in kilometers, used for computations."""
|
272
272
|
|
273
273
|
quasi_parabolic_segments: Optional[
|
274
|
-
List[
|
274
|
+
List[IonoObservationTupleResponseItemDensityProfileQuasiParabolicQuasiParabolicSegment]
|
275
275
|
] = FieldInfo(alias="quasiParabolicSegments", default=None)
|
276
276
|
"""Array of quasi-parabolic segments.
|
277
277
|
|
@@ -281,7 +281,7 @@ class IonOobservationTupleResponseItemDensityProfileQuasiParabolic(BaseModel):
|
|
281
281
|
"""
|
282
282
|
|
283
283
|
|
284
|
-
class
|
284
|
+
class IonoObservationTupleResponseItemDensityProfileShiftedChebyshevShiftedChebyshev(BaseModel):
|
285
285
|
coeffs: Optional[List[float]] = None
|
286
286
|
"""Array of coefficients."""
|
287
287
|
|
@@ -307,12 +307,12 @@ class IonOobservationTupleResponseItemDensityProfileShiftedChebyshevShiftedCheby
|
|
307
307
|
"""Height at which density is half of the peak Nm, in kilometers."""
|
308
308
|
|
309
309
|
|
310
|
-
class
|
310
|
+
class IonoObservationTupleResponseItemDensityProfileShiftedChebyshev(BaseModel):
|
311
311
|
description: Optional[str] = None
|
312
312
|
"""Description of the computation technique."""
|
313
313
|
|
314
314
|
shifted_chebyshevs: Optional[
|
315
|
-
List[
|
315
|
+
List[IonoObservationTupleResponseItemDensityProfileShiftedChebyshevShiftedChebyshev]
|
316
316
|
] = FieldInfo(alias="shiftedChebyshevs", default=None)
|
317
317
|
"""
|
318
318
|
Up to 3 groups of coefficients, using “shiftedChebyshev” sub-field, to describe
|
@@ -321,7 +321,7 @@ class IonOobservationTupleResponseItemDensityProfileShiftedChebyshev(BaseModel):
|
|
321
321
|
"""
|
322
322
|
|
323
323
|
|
324
|
-
class
|
324
|
+
class IonoObservationTupleResponseItemDensityProfileTopsideExtensionChapmanConst(BaseModel):
|
325
325
|
chi: Optional[float] = None
|
326
326
|
"""
|
327
327
|
Peak Density Thickness (PDT) for description of the flat-nose shape, in
|
@@ -341,7 +341,7 @@ class IonOobservationTupleResponseItemDensityProfileTopsideExtensionChapmanConst
|
|
341
341
|
"""Scale height if F2 layer at the peak, in kilometers."""
|
342
342
|
|
343
343
|
|
344
|
-
class
|
344
|
+
class IonoObservationTupleResponseItemDensityProfileTopsideExtensionVaryChap(BaseModel):
|
345
345
|
alpha: Optional[float] = None
|
346
346
|
"""Alpha parameter of the profile shape."""
|
347
347
|
|
@@ -370,19 +370,19 @@ class IonOobservationTupleResponseItemDensityProfileTopsideExtensionVaryChap(Bas
|
|
370
370
|
"""Scale height if F2 layer at the peak, in kilometers."""
|
371
371
|
|
372
372
|
|
373
|
-
class
|
374
|
-
iri: Optional[
|
373
|
+
class IonoObservationTupleResponseItemDensityProfile(BaseModel):
|
374
|
+
iri: Optional[IonoObservationTupleResponseItemDensityProfileIri] = None
|
375
375
|
"""Full set of the IRI formalism coefficients."""
|
376
376
|
|
377
|
-
parabolic: Optional[
|
377
|
+
parabolic: Optional[IonoObservationTupleResponseItemDensityProfileParabolic] = None
|
378
378
|
"""Coefficients to describe the E, F1, and F2 layers as parabolic-shape segments."""
|
379
379
|
|
380
|
-
quasi_parabolic: Optional[
|
380
|
+
quasi_parabolic: Optional[IonoObservationTupleResponseItemDensityProfileQuasiParabolic] = FieldInfo(
|
381
381
|
alias="quasiParabolic", default=None
|
382
382
|
)
|
383
383
|
"""Coefficients to describe profile shape as quasi-parabolic segments."""
|
384
384
|
|
385
|
-
shifted_chebyshev: Optional[
|
385
|
+
shifted_chebyshev: Optional[IonoObservationTupleResponseItemDensityProfileShiftedChebyshev] = FieldInfo(
|
386
386
|
alias="shiftedChebyshev", default=None
|
387
387
|
)
|
388
388
|
"""
|
@@ -391,11 +391,11 @@ class IonOobservationTupleResponseItemDensityProfile(BaseModel):
|
|
391
391
|
"""
|
392
392
|
|
393
393
|
topside_extension_chapman_const: Optional[
|
394
|
-
|
394
|
+
IonoObservationTupleResponseItemDensityProfileTopsideExtensionChapmanConst
|
395
395
|
] = FieldInfo(alias="topsideExtensionChapmanConst", default=None)
|
396
396
|
"""Parameters of the constant-scale-height Chapman layer."""
|
397
397
|
|
398
|
-
topside_extension_vary_chap: Optional[
|
398
|
+
topside_extension_vary_chap: Optional[IonoObservationTupleResponseItemDensityProfileTopsideExtensionVaryChap] = (
|
399
399
|
FieldInfo(alias="topsideExtensionVaryChap", default=None)
|
400
400
|
)
|
401
401
|
"""Varying scale height Chapman topside layer."""
|
@@ -407,7 +407,7 @@ class IonOobservationTupleResponseItemDensityProfile(BaseModel):
|
|
407
407
|
"""Description of the valley model and parameters."""
|
408
408
|
|
409
409
|
|
410
|
-
class
|
410
|
+
class IonoObservationTupleResponseItemDoppler(BaseModel):
|
411
411
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
412
412
|
"""Array of received doppler shifts in Hz."""
|
413
413
|
|
@@ -421,7 +421,7 @@ class IonOobservationTupleResponseItemDoppler(BaseModel):
|
|
421
421
|
"""Notes for the doppler data."""
|
422
422
|
|
423
423
|
|
424
|
-
class
|
424
|
+
class IonoObservationTupleResponseItemElevation(BaseModel):
|
425
425
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
426
426
|
"""Array of incoming elevation at the receiver."""
|
427
427
|
|
@@ -435,7 +435,7 @@ class IonOobservationTupleResponseItemElevation(BaseModel):
|
|
435
435
|
"""Notes for the elevation data."""
|
436
436
|
|
437
437
|
|
438
|
-
class
|
438
|
+
class IonoObservationTupleResponseItemFrequency(BaseModel):
|
439
439
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
440
440
|
"""Array of frequency data."""
|
441
441
|
|
@@ -449,7 +449,7 @@ class IonOobservationTupleResponseItemFrequency(BaseModel):
|
|
449
449
|
"""Notes for the frequency data."""
|
450
450
|
|
451
451
|
|
452
|
-
class
|
452
|
+
class IonoObservationTupleResponseItemPhase(BaseModel):
|
453
453
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
454
454
|
"""Array of phase data."""
|
455
455
|
|
@@ -467,7 +467,7 @@ class IonOobservationTupleResponseItemPhase(BaseModel):
|
|
467
467
|
"""
|
468
468
|
|
469
469
|
|
470
|
-
class
|
470
|
+
class IonoObservationTupleResponseItemPolarization(BaseModel):
|
471
471
|
data: Optional[List[List[List[List[List[List[List[Literal["X", "O"]]]]]]]]] = None
|
472
472
|
"""Array of polarization data."""
|
473
473
|
|
@@ -481,7 +481,7 @@ class IonOobservationTupleResponseItemPolarization(BaseModel):
|
|
481
481
|
"""Notes for the polarization data."""
|
482
482
|
|
483
483
|
|
484
|
-
class
|
484
|
+
class IonoObservationTupleResponseItemPower(BaseModel):
|
485
485
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
486
486
|
"""Array of received power in db."""
|
487
487
|
|
@@ -495,7 +495,7 @@ class IonOobservationTupleResponseItemPower(BaseModel):
|
|
495
495
|
"""Notes for the power data."""
|
496
496
|
|
497
497
|
|
498
|
-
class
|
498
|
+
class IonoObservationTupleResponseItemRange(BaseModel):
|
499
499
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
500
500
|
"""Array of range data."""
|
501
501
|
|
@@ -509,7 +509,7 @@ class IonOobservationTupleResponseItemRange(BaseModel):
|
|
509
509
|
"""Notes for the range data."""
|
510
510
|
|
511
511
|
|
512
|
-
class
|
512
|
+
class IonoObservationTupleResponseItemScalerInfo(BaseModel):
|
513
513
|
confidence_level: Optional[int] = FieldInfo(alias="confidenceLevel", default=None)
|
514
514
|
"""Scaler confidence level."""
|
515
515
|
|
@@ -529,7 +529,7 @@ class IonOobservationTupleResponseItemScalerInfo(BaseModel):
|
|
529
529
|
"""Scaler version."""
|
530
530
|
|
531
531
|
|
532
|
-
class
|
532
|
+
class IonoObservationTupleResponseItemStokes(BaseModel):
|
533
533
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
534
534
|
"""Array of received stokes data."""
|
535
535
|
|
@@ -546,7 +546,7 @@ class IonOobservationTupleResponseItemStokes(BaseModel):
|
|
546
546
|
"""S1, S2, and S3 (the normalized Stokes parameters 1, 2, and 3)."""
|
547
547
|
|
548
548
|
|
549
|
-
class
|
549
|
+
class IonoObservationTupleResponseItemTime(BaseModel):
|
550
550
|
data: Optional[List[List[List[List[List[List[List[float]]]]]]]] = None
|
551
551
|
"""
|
552
552
|
Array of times in number of seconds passed since January 1st, 1970 with the same
|
@@ -563,7 +563,7 @@ class IonOobservationTupleResponseItemTime(BaseModel):
|
|
563
563
|
"""The notes indicate the scheme and accuracy."""
|
564
564
|
|
565
565
|
|
566
|
-
class
|
566
|
+
class IonoObservationTupleResponseItemTraceGeneric(BaseModel):
|
567
567
|
data: Optional[List[List[List[float]]]] = None
|
568
568
|
"""Multi-dimensional Array.
|
569
569
|
|
@@ -578,7 +578,7 @@ class IonOobservationTupleResponseItemTraceGeneric(BaseModel):
|
|
578
578
|
"""Notes for the trace generic data."""
|
579
579
|
|
580
580
|
|
581
|
-
class
|
581
|
+
class IonoObservationTupleResponseItem(BaseModel):
|
582
582
|
classification_marking: str = FieldInfo(alias="classificationMarking")
|
583
583
|
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
584
584
|
|
@@ -620,9 +620,9 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
620
620
|
id: Optional[str] = None
|
621
621
|
"""Unique identifier of the record, auto-generated by the system."""
|
622
622
|
|
623
|
-
amplitude: Optional[
|
623
|
+
amplitude: Optional[IonoObservationTupleResponseItemAmplitude] = None
|
624
624
|
|
625
|
-
antenna_element_position: Optional[
|
625
|
+
antenna_element_position: Optional[IonoObservationTupleResponseItemAntennaElementPosition] = FieldInfo(
|
626
626
|
alias="antennaElementPosition", default=None
|
627
627
|
)
|
628
628
|
|
@@ -637,7 +637,7 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
637
637
|
artist_flags: Optional[List[int]] = FieldInfo(alias="artistFlags", default=None)
|
638
638
|
"""Array of Legacy Artist Flags."""
|
639
639
|
|
640
|
-
azimuth: Optional[
|
640
|
+
azimuth: Optional[IonoObservationTupleResponseItemAzimuth] = None
|
641
641
|
|
642
642
|
b0: Optional[float] = None
|
643
643
|
"""IRI thickness parameter in km. URSI ID: D0."""
|
@@ -645,7 +645,7 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
645
645
|
b1: Optional[float] = None
|
646
646
|
"""IRI profile shape parameter. URSI ID: D1."""
|
647
647
|
|
648
|
-
char_atts: Optional[List[
|
648
|
+
char_atts: Optional[List[IonoObservationTupleResponseItemCharAtt]] = FieldInfo(alias="charAtts", default=None)
|
649
649
|
"""List of attributes that are associated with the specified characteristics.
|
650
650
|
|
651
651
|
Characteristics are defined by the CHARS: URSI IIWG format for archiving monthly
|
@@ -669,12 +669,12 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
669
669
|
d1: Optional[float] = None
|
670
670
|
"""IRI profile shape parameter, F1 layer. URSI ID: D2."""
|
671
671
|
|
672
|
-
datum: Optional[
|
672
|
+
datum: Optional[IonoObservationTupleResponseItemDatum] = None
|
673
673
|
|
674
674
|
deltafo_f2: Optional[float] = FieldInfo(alias="deltafoF2", default=None)
|
675
675
|
"""Adjustment to the scaled foF2 during profile inversion in MHz."""
|
676
676
|
|
677
|
-
density_profile: Optional[
|
677
|
+
density_profile: Optional[IonoObservationTupleResponseItemDensityProfile] = FieldInfo(
|
678
678
|
alias="densityProfile", default=None
|
679
679
|
)
|
680
680
|
"""
|
@@ -682,7 +682,7 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
682
682
|
IonoObservation.
|
683
683
|
"""
|
684
684
|
|
685
|
-
doppler: Optional[
|
685
|
+
doppler: Optional[IonoObservationTupleResponseItemDoppler] = None
|
686
686
|
|
687
687
|
down_e: Optional[float] = FieldInfo(alias="downE", default=None)
|
688
688
|
"""Lowering of E trace to the leading edge in km."""
|
@@ -705,7 +705,7 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
705
705
|
profile (must match the size of the electronDensity array).
|
706
706
|
"""
|
707
707
|
|
708
|
-
elevation: Optional[
|
708
|
+
elevation: Optional[IonoObservationTupleResponseItemElevation] = None
|
709
709
|
|
710
710
|
fb_es: Optional[float] = FieldInfo(alias="fbEs", default=None)
|
711
711
|
"""The blanketing frequency of layer used to derive foEs in MHz. URSI ID: 32."""
|
@@ -779,7 +779,7 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
779
779
|
URSI ID: 55.
|
780
780
|
"""
|
781
781
|
|
782
|
-
frequency: Optional[
|
782
|
+
frequency: Optional[IonoObservationTupleResponseItemFrequency] = None
|
783
783
|
|
784
784
|
fx_e: Optional[float] = FieldInfo(alias="fxE", default=None)
|
785
785
|
"""The extraordinary wave E critical frequency, in MHz. URSI ID: 21."""
|
@@ -883,7 +883,7 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
883
883
|
and not necessarily a valid sensor ID.
|
884
884
|
"""
|
885
885
|
|
886
|
-
phase: Optional[
|
886
|
+
phase: Optional[IonoObservationTupleResponseItemPhase] = None
|
887
887
|
|
888
888
|
plasma_frequency: Optional[List[float]] = FieldInfo(alias="plasmaFrequency", default=None)
|
889
889
|
"""
|
@@ -900,9 +900,9 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
900
900
|
platform_name: Optional[str] = FieldInfo(alias="platformName", default=None)
|
901
901
|
"""Equipment location."""
|
902
902
|
|
903
|
-
polarization: Optional[
|
903
|
+
polarization: Optional[IonoObservationTupleResponseItemPolarization] = None
|
904
904
|
|
905
|
-
power: Optional[
|
905
|
+
power: Optional[IonoObservationTupleResponseItemPower] = None
|
906
906
|
|
907
907
|
qe: Optional[float] = None
|
908
908
|
"""Average range spread of E layer in km. URSI ID: 85."""
|
@@ -910,7 +910,7 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
910
910
|
qf: Optional[float] = None
|
911
911
|
"""Average range spread of F layer in km. URSI ID: 84."""
|
912
912
|
|
913
|
-
range: Optional[
|
913
|
+
range: Optional[IonoObservationTupleResponseItemRange] = None
|
914
914
|
|
915
915
|
receive_coordinates: Optional[List[List[float]]] = FieldInfo(alias="receiveCoordinates", default=None)
|
916
916
|
"""
|
@@ -932,13 +932,13 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
932
932
|
scale_height_f2_peak: Optional[float] = FieldInfo(alias="scaleHeightF2Peak", default=None)
|
933
933
|
"""Effective scale height at hmF2 Titheridge method in km. URSI ID: 69."""
|
934
934
|
|
935
|
-
scaler_info: Optional[
|
935
|
+
scaler_info: Optional[IonoObservationTupleResponseItemScalerInfo] = FieldInfo(alias="scalerInfo", default=None)
|
936
936
|
"""
|
937
937
|
The ScalerInfo record describes the person or system who interpreted the
|
938
938
|
ionogram in IonoObservation.
|
939
939
|
"""
|
940
940
|
|
941
|
-
stokes: Optional[
|
941
|
+
stokes: Optional[IonoObservationTupleResponseItemStokes] = None
|
942
942
|
|
943
943
|
system_notes: Optional[str] = FieldInfo(alias="systemNotes", default=None)
|
944
944
|
"""Details concerning the composition/intention/interpretation/audience/etc.
|
@@ -963,9 +963,9 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
963
963
|
tid_phase_speeds: Optional[List[float]] = FieldInfo(alias="tidPhaseSpeeds", default=None)
|
964
964
|
"""Array of speed in m/s at which the disturbance travels through the ionosphere."""
|
965
965
|
|
966
|
-
time: Optional[
|
966
|
+
time: Optional[IonoObservationTupleResponseItemTime] = None
|
967
967
|
|
968
|
-
trace_generic: Optional[
|
968
|
+
trace_generic: Optional[IonoObservationTupleResponseItemTraceGeneric] = FieldInfo(
|
969
969
|
alias="traceGeneric", default=None
|
970
970
|
)
|
971
971
|
|
@@ -1011,4 +1011,4 @@ class IonOobservationTupleResponseItem(BaseModel):
|
|
1011
1011
|
"""Peak height of E-layer in km. URSI ID: 90."""
|
1012
1012
|
|
1013
1013
|
|
1014
|
-
|
1014
|
+
IonoObservationTupleResponse: TypeAlias = List[IonoObservationTupleResponseItem]
|
@@ -9,7 +9,7 @@ from typing_extensions import Literal, Required, Annotated, TypedDict
|
|
9
9
|
from .._utils import PropertyInfo
|
10
10
|
|
11
11
|
__all__ = [
|
12
|
-
"
|
12
|
+
"IonoObservationUnvalidatedPublishParams",
|
13
13
|
"Body",
|
14
14
|
"BodyAmplitude",
|
15
15
|
"BodyAntennaElementPosition",
|
@@ -40,7 +40,7 @@ __all__ = [
|
|
40
40
|
]
|
41
41
|
|
42
42
|
|
43
|
-
class
|
43
|
+
class IonoObservationUnvalidatedPublishParams(TypedDict, total=False):
|
44
44
|
body: Required[Iterable[Body]]
|
45
45
|
|
46
46
|
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
|
5
|
+
from typing import Union
|
6
|
+
from datetime import datetime
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
8
|
+
|
9
|
+
from .._utils import PropertyInfo
|
10
|
+
|
11
|
+
__all__ = ["LogisticsRemarksIngestParam"]
|
12
|
+
|
13
|
+
|
14
|
+
class LogisticsRemarksIngestParam(TypedDict, total=False):
|
15
|
+
last_changed: Annotated[Union[str, datetime], PropertyInfo(alias="lastChanged", format="iso8601")]
|
16
|
+
"""
|
17
|
+
Date the remark was published or updated, in ISO 8601 UTC format, with
|
18
|
+
millisecond precision.
|
19
|
+
"""
|
20
|
+
|
21
|
+
remark: str
|
22
|
+
"""Text of the remark."""
|
23
|
+
|
24
|
+
username: str
|
25
|
+
"""User who published the remark."""
|
@@ -7,20 +7,18 @@ from datetime import datetime
|
|
7
7
|
from typing_extensions import Literal, Required, Annotated, TypedDict
|
8
8
|
|
9
9
|
from .._utils import PropertyInfo
|
10
|
+
from .logistics_remarks_ingest_param import LogisticsRemarksIngestParam
|
10
11
|
|
11
12
|
__all__ = [
|
12
13
|
"LogisticsSupportCreateBulkParams",
|
13
14
|
"Body",
|
14
15
|
"BodyLogisticsDiscrepancyInfo",
|
15
|
-
"BodyLogisticsRemark",
|
16
16
|
"BodyLogisticsSupportItem",
|
17
17
|
"BodyLogisticsSupportItemLogisticsPart",
|
18
18
|
"BodyLogisticsSupportItemLogisticsPartLogisticsStock",
|
19
|
-
"BodyLogisticsSupportItemLogisticsRemark",
|
20
19
|
"BodyLogisticsSupportItemLogisticsSpecialty",
|
21
20
|
"BodyLogisticsTransportationPlan",
|
22
21
|
"BodyLogisticsTransportationPlanLogisticsSegment",
|
23
|
-
"BodyLogisticsTransportationPlanLogisticsTransportationPlansRemark",
|
24
22
|
]
|
25
23
|
|
26
24
|
|
@@ -44,20 +42,6 @@ class BodyLogisticsDiscrepancyInfo(TypedDict, total=False):
|
|
44
42
|
"""The job start time, in ISO 8601 UTC format with millisecond precision."""
|
45
43
|
|
46
44
|
|
47
|
-
class BodyLogisticsRemark(TypedDict, total=False):
|
48
|
-
last_changed: Annotated[Union[str, datetime], PropertyInfo(alias="lastChanged", format="iso8601")]
|
49
|
-
"""
|
50
|
-
Date the remark was published or updated, in ISO 8601 UTC format, with
|
51
|
-
millisecond precision.
|
52
|
-
"""
|
53
|
-
|
54
|
-
remark: str
|
55
|
-
"""Text of the remark."""
|
56
|
-
|
57
|
-
username: str
|
58
|
-
"""User who published the remark."""
|
59
|
-
|
60
|
-
|
61
45
|
class BodyLogisticsSupportItemLogisticsPartLogisticsStock(TypedDict, total=False):
|
62
46
|
quantity: int
|
63
47
|
"""The quantity of available parts needed from sourceICAO."""
|
@@ -118,20 +102,6 @@ class BodyLogisticsSupportItemLogisticsPart(TypedDict, total=False):
|
|
118
102
|
"""Work Unit Code (WUC), or for some aircraft types, the Reference Designator."""
|
119
103
|
|
120
104
|
|
121
|
-
class BodyLogisticsSupportItemLogisticsRemark(TypedDict, total=False):
|
122
|
-
last_changed: Annotated[Union[str, datetime], PropertyInfo(alias="lastChanged", format="iso8601")]
|
123
|
-
"""
|
124
|
-
Date the remark was published or updated, in ISO 8601 UTC format, with
|
125
|
-
millisecond precision.
|
126
|
-
"""
|
127
|
-
|
128
|
-
remark: str
|
129
|
-
"""Text of the remark."""
|
130
|
-
|
131
|
-
username: str
|
132
|
-
"""User who published the remark."""
|
133
|
-
|
134
|
-
|
135
105
|
class BodyLogisticsSupportItemLogisticsSpecialty(TypedDict, total=False):
|
136
106
|
first_name: Annotated[str, PropertyInfo(alias="firstName")]
|
137
107
|
"""The first name of the specialist."""
|
@@ -199,9 +169,7 @@ class BodyLogisticsSupportItem(TypedDict, total=False):
|
|
199
169
|
logistics_parts: Annotated[Iterable[BodyLogisticsSupportItemLogisticsPart], PropertyInfo(alias="logisticsParts")]
|
200
170
|
"""The parts associated with this support item."""
|
201
171
|
|
202
|
-
logistics_remarks: Annotated[
|
203
|
-
Iterable[BodyLogisticsSupportItemLogisticsRemark], PropertyInfo(alias="logisticsRemarks")
|
204
|
-
]
|
172
|
+
logistics_remarks: Annotated[Iterable[LogisticsRemarksIngestParam], PropertyInfo(alias="logisticsRemarks")]
|
205
173
|
"""Remarks associated with this support item."""
|
206
174
|
|
207
175
|
logistics_specialties: Annotated[
|
@@ -345,20 +313,6 @@ class BodyLogisticsTransportationPlanLogisticsSegment(TypedDict, total=False):
|
|
345
313
|
"""The identifier that represents a specific aircraft within an aircraft type."""
|
346
314
|
|
347
315
|
|
348
|
-
class BodyLogisticsTransportationPlanLogisticsTransportationPlansRemark(TypedDict, total=False):
|
349
|
-
last_changed: Annotated[Union[str, datetime], PropertyInfo(alias="lastChanged", format="iso8601")]
|
350
|
-
"""
|
351
|
-
Date the remark was published or updated, in ISO 8601 UTC format, with
|
352
|
-
millisecond precision.
|
353
|
-
"""
|
354
|
-
|
355
|
-
remark: str
|
356
|
-
"""Text of the remark."""
|
357
|
-
|
358
|
-
username: str
|
359
|
-
"""User who published the remark."""
|
360
|
-
|
361
|
-
|
362
316
|
class BodyLogisticsTransportationPlan(TypedDict, total=False):
|
363
317
|
act_dep_time: Annotated[Union[str, datetime], PropertyInfo(alias="actDepTime", format="iso8601")]
|
364
318
|
"""
|
@@ -431,8 +385,7 @@ class BodyLogisticsTransportationPlan(TypedDict, total=False):
|
|
431
385
|
"""The transportation segments associated with this transportation plan."""
|
432
386
|
|
433
387
|
logistics_transportation_plans_remarks: Annotated[
|
434
|
-
Iterable[
|
435
|
-
PropertyInfo(alias="logisticsTransportationPlansRemarks"),
|
388
|
+
Iterable[LogisticsRemarksIngestParam], PropertyInfo(alias="logisticsTransportationPlansRemarks")
|
436
389
|
]
|
437
390
|
"""Remarks associated with this transportation plan."""
|
438
391
|
|
@@ -571,7 +524,7 @@ class Body(TypedDict, total=False):
|
|
571
524
|
logistics_record_id: Annotated[str, PropertyInfo(alias="logisticsRecordId")]
|
572
525
|
"""The identifier that represents a Logistics Master Record."""
|
573
526
|
|
574
|
-
logistics_remarks: Annotated[Iterable[
|
527
|
+
logistics_remarks: Annotated[Iterable[LogisticsRemarksIngestParam], PropertyInfo(alias="logisticsRemarks")]
|
575
528
|
"""Remarks associated with this LogisticsSupport record."""
|
576
529
|
|
577
530
|
logistics_support_items: Annotated[Iterable[BodyLogisticsSupportItem], PropertyInfo(alias="logisticsSupportItems")]
|