Add note to reactivation request
All checks were successful
Build and Push / build (push) Successful in 1m28s

This commit is contained in:
2026-05-02 16:43:54 +02:00
parent 8273d08f15
commit 11157b872c
11 changed files with 235 additions and 11 deletions

View File

@@ -273,6 +273,13 @@ export interface TenantRequest {
* domain-uniqueness check on subsequent registrations.
*/
isPersonal?: boolean;
/**
* Feature 6: free-form note from the customer, attached at request
* creation time. Currently used by resume requests (customer's
* explanation of why they want reactivation); kept optional and
* generic so future flows can reuse without schema work.
*/
customerNotes?: string | null;
/**
* Bug 13: when set, the customer has explicitly dismissed a rejected
* request from their dashboard. Used by `listActiveTenantRequestsByOrgId`