From b8cd437a67d435aa4a301fceeeac3c1faa2fab13 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 17 Apr 2026 12:04:55 +0200 Subject: [PATCH] fix: rename labels lexicon --- packages/core/src/generated/lexicon-records.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/core/src/generated/lexicon-records.ts b/packages/core/src/generated/lexicon-records.ts index 7ff6d5e..a60e47a 100644 --- a/packages/core/src/generated/lexicon-records.ts +++ b/packages/core/src/generated/lexicon-records.ts @@ -94,13 +94,6 @@ export interface KanbanStatusRecord { status: string; } -export interface LabelRecord { - /** at-uri — AT URI of the labeled entity. */ - subject: string; - /** Label names assigned to the entity. Replaces any previous set. */ - labels: string[]; -} - export interface ModerationRecord { /** at-uri — AT URI of the Sphere. */ sphere: string; @@ -109,6 +102,13 @@ export interface ModerationRecord { action: string; } +export interface SphereLabelRecord { + /** at-uri — AT URI of the labeled entity. */ + subject: string; + /** Label names assigned to the entity. Replaces any previous set. */ + labels: string[]; +} + export interface SphereMemberRecord { /** at-uri — AT URI of the Sphere record (site.exosphere.sphere.profile) on the owner's PDS. */ sphere: string; @@ -162,8 +162,8 @@ export interface PdsRecordMap { "site.exosphere.kanban.entry": KanbanEntryRecord; "site.exosphere.kanban.permissions": KanbanPermissionsRecord; "site.exosphere.kanban.status": KanbanStatusRecord; - "site.exosphere.sphere.label": LabelRecord; "site.exosphere.moderation": ModerationRecord; + "site.exosphere.sphere.label": SphereLabelRecord; "site.exosphere.sphere.member": SphereMemberRecord; "site.exosphere.sphere.memberApproval": SphereMemberApprovalRecord; "site.exosphere.sphere.permissions": SpherePermissionsRecord; -- 2.51.2