Skip to content

πŸ”§ Account Fields Compatibility Fix - v0.9.9

Choose a tag to compare

@keithah keithah released this 18 Sep 15:02
· 19 commits to main since this release

πŸ”§ Account Fields Compatibility Fix

This release restores full field compatibility with the original monarchmoney package.

βœ… Fixed Issue #35

  • AccountService.get_accounts() now returns all 31 fields instead of just 4
  • Restored missing fields: syncDisabled, deactivatedAt, isHidden, isAsset, mask, createdAt, updatedAt, institution details, credential info, and more
  • Now matches the exact field set returned by the original monarchmoney package

πŸ“Š Before vs After

  • Before: 4 fields (id, displayName, currentBalance, __typename)
  • After: 31 fields (complete compatibility with original package)

πŸ”§ Technical Details

  • Updated GraphQL query to use comprehensive AccountFields fragment
  • Includes full account metadata, institution details, and credential information
  • Maintains backward compatibility - existing code continues to work

🎯 Impact

Perfect drop-in replacement for original package - all account fields now available for analysis, filtering, and data processing.


Thanks to @matthewdavis for identifying the missing fields in issue #35!