From 471587f536a24882db3240320ff25bc9d6df5770 Mon Sep 17 00:00:00 2001 From: hammem Date: Sat, 20 Apr 2024 14:57:01 +0000 Subject: [PATCH] Remove base64 encoded logo image fields from GQL queries --- monarchmoney/monarchmoney.py | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/monarchmoney/monarchmoney.py b/monarchmoney/monarchmoney.py index 219b6b1..a9ccc34 100644 --- a/monarchmoney/monarchmoney.py +++ b/monarchmoney/monarchmoney.py @@ -170,7 +170,6 @@ async def get_accounts(self) -> Dict[str, Any]: holdingsCount manualInvestmentsTrackingMethod order - icon logoUrl type { name @@ -192,7 +191,6 @@ async def get_accounts(self) -> Dict[str, Any]: plaidInstitutionId name status - logo __typename } __typename @@ -200,7 +198,6 @@ async def get_accounts(self) -> Dict[str, Any]: institution { id name - logo primaryColor url __typename @@ -613,7 +610,6 @@ async def get_account_history(self, account_id: int) -> Dict[str, Any]: holdingsCount manualInvestmentsTrackingMethod order - icon logoUrl type { name @@ -636,7 +632,6 @@ async def get_account_history(self, account_id: int) -> Dict[str, Any]: plaidInstitutionId name status - logo __typename } __typename @@ -644,7 +639,6 @@ async def get_account_history(self, account_id: int) -> Dict[str, Any]: institution { id name - logo primaryColor url __typename @@ -717,7 +711,6 @@ async def get_account_history(self, account_id: int) -> Dict[str, Any]: category { id name - icon group { id type @@ -805,7 +798,6 @@ async def get_institutions(self) -> Dict[str, Any]: institution { id name - logo url __typename } @@ -834,7 +826,6 @@ async def get_institutions(self) -> Dict[str, Any]: updateRequired institution { hasIssuesReported - logo status balanceStatus transactionsStatus @@ -978,7 +969,6 @@ async def get_budgets( categories { id name - icon order budgetVariability rolloverPeriod { @@ -995,7 +985,6 @@ async def get_budgets( goals @include(if: $useLegacyGoals) { id name - icon completedAt targetDate __typename @@ -1227,7 +1216,6 @@ async def get_transactions( category { id name - icon __typename } merchant { @@ -1424,7 +1412,6 @@ async def get_transaction_categories(self) -> Dict[str, Any]: id order name - icon systemCategory isSystemCategory isDisabled @@ -1565,7 +1552,6 @@ async def create_transaction_category( id order name - icon systemCategory systemCategoryDisplayName budgetVariability @@ -1832,7 +1818,6 @@ async def get_transaction_details( } category { id - icon name __typename } @@ -1854,7 +1839,6 @@ async def get_transaction_details( fragment TransactionDrawerAccountSectionFields on Account { id displayName - icon logoUrl id mask @@ -1891,7 +1875,6 @@ async def get_transaction_splits(self, transaction_id: str) -> Dict[str, Any]: category { id name - icon __typename } merchant { @@ -1908,7 +1891,6 @@ async def get_transaction_splits(self, transaction_id: str) -> Dict[str, Any]: } category { id - icon name __typename } @@ -1963,7 +1945,6 @@ async def update_transaction_splits( } category { id - icon name __typename } @@ -2020,7 +2001,6 @@ async def get_cashflow( category { id name - icon group { id type @@ -2456,13 +2436,11 @@ async def get_recurring_transactions( category { id name - icon __typename } account { id displayName - icon logoUrl __typename }