feat(api): sincronizar tipo de elemento y activo/inactivo en la app móvil
- bundle: mapFeature incluye feature_type_id e is_active; nuevo array feature_types (catálogo) para que el móvil resuelva nombres/colores. - /sync feature.update acepta is_active y feature_type_id (last-write-wins). - openapi.yaml: bundle documenta feature_types. Tests: MobileApiTest cubre feature.update con los nuevos campos + bundle. Suite 88 passing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -183,6 +183,7 @@ components:
|
||||
phases: { type: array, items: { type: object } }
|
||||
layers: { type: array, items: { type: object } }
|
||||
features: { type: array, items: { type: object } }
|
||||
feature_types: { type: array, items: { type: object } }
|
||||
inspections: { type: array, items: { type: object } }
|
||||
issues: { type: array, items: { type: object } }
|
||||
issue_tasks: { type: array, items: { type: object } }
|
||||
|
||||
Reference in New Issue
Block a user