Account
Version: v4.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Account
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | str | ✅ | — | — |
account_name | str | ✅ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v4.0.0 · 2025-07-07 · Olaniyi Ajayi · 485ac0313
migration script
- Removed field
account_code(breaking). - Field
account_idtype changed: Optional[str] → str (breaking). - Field
account_idbecame required (breaking). - Field
account_nametype changed: Optional[str] → str (breaking). - Field
account_namebecame required (breaking).
v3.0.0 · 2025-07-07 · Olaniyi Ajayi · 3570a8d26
contact APIs
- Added optional field
account_code. - Field
account_idtype changed: str → Optional[str] (breaking). - Field
account_idbecame optional. - Field
account_nametype changed: str → Optional[str] (breaking). - Field
account_namebecame optional.
v2.0.0 · 2025-07-06 · Cian (shared account) · 4ec8e08f5
fx
- Removed field
account_code(breaking). - Field
account_idtype changed: Optional[str] → str (breaking). - Field
account_idbecame required (breaking). - Field
account_nametype changed: Optional[str] → str (breaking). - Field
account_namebecame required (breaking).
v1.0.0 · 2025-07-05 · Olaniyi Ajayi · 8910dd4d0
init
- Initial version.
Generated from
dismantly-backend/Microservices/Contact/dependencies/models.py. Do not edit by hand.