From 8d697a8398d91aa860105083866a19a49ccf4c8b Mon Sep 17 00:00:00 2001 From: Matt Creaser Date: Tue, 14 May 2024 10:20:45 -0300 Subject: [PATCH] Add AuthMode to ModelSubscription --- .editorconfig | 3 +- .idea/codeStyles/Project.xml | 1 - aws-api/api/aws-api.api | 15 ++ .../api/aws/AppSyncGraphQLRequestFactory.kt | 46 +++-- .../api/graphql/model/ModelSubscription.kt | 136 ++++++++++--- .../graphql/model/ModelSubscriptionTest.kt | 183 ++++++++++++++++-- 6 files changed, 325 insertions(+), 59 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7b8a8aa853..a37bf220da 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,4 @@ [*.{kt,kts}] #this is to match java checkstyle -max_line_length=120 \ No newline at end of file +max_line_length=120 +ktlint_code_style=android_studio diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 80a2c0abf4..b41da14643 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,6 +1,5 @@ -