Skip to content

Interface: CreateTenantResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Admin / CreateTenantResponse

Interface: CreateTenantResponse

Defined in: src/types/admin.ts:125

Response for the create-tenant operation.

Remarks

Reports whether the tenant was newly created (vs. already existed, since the operation is idempotent), how many seed sorts were inserted, and the provisioned tenant UUID.

Properties

created

created: boolean

Defined in: src/types/admin.ts:127

true if the tenant was newly created; false if it already existed (idempotent).


seededSorts

seededSorts: number

Defined in: src/types/admin.ts:130

Number of seed sorts successfully inserted into the tenant hierarchy.


tenantId

tenantId: string

Defined in: src/types/admin.ts:133

The provisioned tenant UUID (echoes the request or the generated value).