From fd03c833497b42cb7c5843377d753aaef1ddb59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Misbach?= Date: Tue, 19 Sep 2023 15:32:20 +0200 Subject: [PATCH] Update submodules for F3411 v19+v22a interfaces (#13) * Update submodules for F3411 v19+v22a interfaces * run 'make apis' * rebase on main * fix submodules issues --- interfaces/astm/f3411/v19 | 2 +- interfaces/astm/f3411/v22a | 2 +- src/uas_standards/astm/f3411/v19/api.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/astm/f3411/v19 b/interfaces/astm/f3411/v19 index 36e7ea2..228b301 160000 --- a/interfaces/astm/f3411/v19 +++ b/interfaces/astm/f3411/v19 @@ -1 +1 @@ -Subproject commit 36e7ea23a010ff91053f82ac4f6a9bfc698503f9 +Subproject commit 228b301be1f4466df9b014f20b515665861a8e67 diff --git a/interfaces/astm/f3411/v22a b/interfaces/astm/f3411/v22a index 1007138..dd4016b 160000 --- a/interfaces/astm/f3411/v22a +++ b/interfaces/astm/f3411/v22a @@ -1 +1 @@ -Subproject commit 1007138177947b3b766f76bc867daf6de3ff0b61 +Subproject commit dd4016b09fc8cb98f30c2a17b5a088fb2995ab54 diff --git a/src/uas_standards/astm/f3411/v19/api.py b/src/uas_standards/astm/f3411/v19/api.py index 5c8f986..3b03edf 100644 --- a/src/uas_standards/astm/f3411/v19/api.py +++ b/src/uas_standards/astm/f3411/v19/api.py @@ -356,7 +356,7 @@ class SearchSubscriptionsResponse(ImplicitDict): class SubscriptionState(ImplicitDict): """State of AreaSubscription which is causing a notification to be sent.""" - subscription_id: Optional[SubscriptionUUID] + subscription_id: SubscriptionUUID notification_index: Optional[SubscriptionNotificationIndex]