Skip to main content

Account

Version: v4.0.0

Supporting model

A request/response or nested model — not a stored DynamoDB entity.

Overview

Account

Fields

FieldTypeRequiredDefaultDescription
account_idstr
account_namestr

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_id type changed: Optional[str] → str (breaking).
  • Field account_id became required (breaking).
  • Field account_name type changed: Optional[str] → str (breaking).
  • Field account_name became required (breaking).
v3.0.0 · 2025-07-07 · Olaniyi Ajayi · 3570a8d26

contact APIs

  • Added optional field account_code.
  • Field account_id type changed: str → Optional[str] (breaking).
  • Field account_id became optional.
  • Field account_name type changed: str → Optional[str] (breaking).
  • Field account_name became optional.
v2.0.0 · 2025-07-06 · Cian (shared account) · 4ec8e08f5

fx

  • Removed field account_code (breaking).
  • Field account_id type changed: Optional[str] → str (breaking).
  • Field account_id became required (breaking).
  • Field account_name type changed: Optional[str] → str (breaking).
  • Field account_name became 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.