Update Category model and sync service to include colorValue and iconCodePoint fields
Despliegue Automático / desplegar (push) Successful in 3m37s
Despliegue Automático / desplegar (push) Successful in 3m37s
This commit is contained in:
+8
-2
@@ -201,9 +201,12 @@ Campos:
|
||||
```json
|
||||
{
|
||||
"id": "uuid",
|
||||
"encrypted_name": "texto_cifrado",
|
||||
"name": "texto_cifrado",
|
||||
"serverVersion": 1,
|
||||
"isDeleted": false,
|
||||
"isDirty": true,
|
||||
"colorValue": 4281558681,
|
||||
"iconCodePoint": 58896,
|
||||
"updatedAt": "2026-05-18T10:05:00.000Z"
|
||||
}
|
||||
```
|
||||
@@ -211,9 +214,12 @@ Campos:
|
||||
Campos:
|
||||
|
||||
- `id`: `UUID`, obligatorio.
|
||||
- `encrypted_name`: `string`, obligatorio.
|
||||
- `name`: `string` (cifrado), obligatorio. Equivale a `encrypted_name`; ambos contienen el nombre encriptado.
|
||||
- `serverVersion`: `number` entero >= 0, obligatorio. Es la versión base local con la que se hizo el cambio.
|
||||
- `isDeleted`: `boolean`, opcional, por defecto `false`.
|
||||
- `isDirty`: `boolean`, opcional. El servidor lo ignora en la escritura y devuelve `false` en la respuesta de sync.
|
||||
- `colorValue`: `number`, opcional.
|
||||
- `iconCodePoint`: `number`, opcional.
|
||||
- `updatedAt`: `ISO date string`, opcional (solo informativo para UI).
|
||||
|
||||
#### Estructura de nota
|
||||
|
||||
Reference in New Issue
Block a user