Exosphere is a set of small, modular, self-hostable community tools built on the AT Protocol. app.exosphere.site
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: rename labels lexicon

Hugo b8cd437a dbb8d773

+8 -8
+8 -8
packages/core/src/generated/lexicon-records.ts
··· 94 94 status: string; 95 95 } 96 96 97 - export interface LabelRecord { 98 - /** at-uri — AT URI of the labeled entity. */ 99 - subject: string; 100 - /** Label names assigned to the entity. Replaces any previous set. */ 101 - labels: string[]; 102 - } 103 - 104 97 export interface ModerationRecord { 105 98 /** at-uri — AT URI of the Sphere. */ 106 99 sphere: string; 107 100 /** at-uri — AT URI of the content being moderated. */ 108 101 subject: string; 109 102 action: string; 103 + } 104 + 105 + export interface SphereLabelRecord { 106 + /** at-uri — AT URI of the labeled entity. */ 107 + subject: string; 108 + /** Label names assigned to the entity. Replaces any previous set. */ 109 + labels: string[]; 110 110 } 111 111 112 112 export interface SphereMemberRecord { ··· 162 162 "site.exosphere.kanban.entry": KanbanEntryRecord; 163 163 "site.exosphere.kanban.permissions": KanbanPermissionsRecord; 164 164 "site.exosphere.kanban.status": KanbanStatusRecord; 165 - "site.exosphere.sphere.label": LabelRecord; 166 165 "site.exosphere.moderation": ModerationRecord; 166 + "site.exosphere.sphere.label": SphereLabelRecord; 167 167 "site.exosphere.sphere.member": SphereMemberRecord; 168 168 "site.exosphere.sphere.memberApproval": SphereMemberApprovalRecord; 169 169 "site.exosphere.sphere.permissions": SpherePermissionsRecord;