TablePreferencesItem
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "TABLE_CONFIG"
Overview
Stored table preferences item in DynamoDB.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
user_id | str | ✅ | — | — |
table_key | TableKeyEnum (INVOICE_SEARCH, INVOICE_VIEW, PAYMENT_VIEW, CREDIT_NOTE_VIEW, CASH_REFUND_VIEW, ACCOUNTS_SEARCH) | ✅ | — | Supported table keys for this service. |
type | str | ❌ | TABLE_CONFIG | — |
table_configuration_id | str | ✅ | — | — |
table_configuration | TablePreferencesPayload | ✅ | — | Payload for table preferences updates. |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
TablePreferencesPayload — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
columns | dict | ✅ | — | — |
Change history
v1.0.0· 2026-04-20 · Cian (shared account) · Initial version. (7273ddc12)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-04-20 · Cian (shared account) · 7273ddc12
Refactor inventory backend services
- Initial version.
Generated from
dismantly-backend/Microservices/Invoice/dependencies/models.py. Do not edit by hand.