Update AGENTS with recent doc/payment changes
All checks were successful
build-and-deploy / build-deploy (push) Successful in 16s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 16s
This commit is contained in:
@@ -138,11 +138,16 @@ Payments
|
||||
- POST /properties/{propertyId}/bookings/{bookingId}/payments
|
||||
- GET /properties/{propertyId}/bookings/{bookingId}/payments
|
||||
- GET /properties/{propertyId}/bookings/{bookingId}/balance
|
||||
- DELETE /properties/{propertyId}/bookings/{bookingId}/payments/{paymentId} (ADMIN/super admin; CASH only; booking OPEN or CHECKED_IN)
|
||||
|
||||
Guest documents
|
||||
- /properties/{propertyId}/guests/{guestId}/documents (upload/list)
|
||||
- /properties/{propertyId}/guests/{guestId}/documents/{documentId}/file
|
||||
- AI extraction with strict system prompt.
|
||||
- DELETE /properties/{propertyId}/guests/{guestId}/documents/{documentId} (ADMIN/MANAGER; booking OPEN or CHECKED_IN; deletes file + row)
|
||||
- Document file endpoint accepts Firebase auth (ADMIN/MANAGER) or token query param.
|
||||
- AI extraction is queued (single-thread) to limit concurrency.
|
||||
- storage.documents.aiBaseUrl supported for llama fetch (defaults to publicBaseUrl; use http for llama).
|
||||
|
||||
Room images
|
||||
- /properties/{propertyId}/rooms/{roomId}/images (upload/list)
|
||||
|
||||
Reference in New Issue
Block a user