TRANSACTIONS.SYNC_UPDATES_AVAILABLE webhook payload.
@type t() :: %PlaidEx.Webhooks.Schemas.TransactionsSyncEvent{ environment: String.t(), historical_update_complete: boolean(), initial_update_complete: boolean(), item_id: String.t(), webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()