Skip to content

Commit a342f36

Browse files
authored
Merge pull request #36 from ebastos/main
Add additional type descriptions
2 parents 61654ad + 8f1bb68 commit a342f36

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ws-api"
7-
version = "0.29.3"
7+
version = "0.29.4"
88
description = "Access your Wealthsimple account using their (GraphQL) API."
99
readme = "README.md"
1010
license = {file = "LICENSE"}

ws_api/formatters.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"SELF_DIRECTED_RRSP": "RRSP: self-directed",
66
"MANAGED_RRSP": "RRSP: managed",
77
"SELF_DIRECTED_SPOUSAL_RRSP": "RRSP: self-directed spousal",
8+
"MANAGED_SPOUSAL_RRSP": "RRSP: managed spousal",
89
"SELF_DIRECTED_TFSA": "TFSA: self-directed",
910
"MANAGED_TFSA": "TFSA: managed",
1011
"SELF_DIRECTED_FHSA": "FHSA: self-directed",
@@ -18,6 +19,8 @@
1819
"SELF_DIRECTED_SPOUSAL_RRIF": "RRIF: self-directed spousal",
1920
"CREDIT_CARD": "Credit card",
2021
"SELF_DIRECTED_LIRA": "LIRA: self-directed",
22+
"MANAGED_LIRA": "LIRA: managed",
23+
"MANAGED_FIXED_INCOME_NON_REGISTERED": "Income Portfolio: managed",
2124
}
2225

2326

0 commit comments

Comments
 (0)