From 387a09f5bd4d69ce80452d49530657f39b05a7fa Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 22 Jun 2026 00:23:55 +1000 Subject: Moved internal tag GUIDs to the ApiModels assembly --- ApiModels.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ApiModels.cs') diff --git a/ApiModels.cs b/ApiModels.cs index 6ac744e..99b3ca3 100644 --- a/ApiModels.cs +++ b/ApiModels.cs @@ -12,6 +12,18 @@ public enum TagSource { UserTag = 1 } +public enum HBObjectId { + NsfwTag = -1, + IngestTag = -2, + AdminUser = -3 +} + +public static class InternalTag { + public static readonly Guid NsfwTag = new("EBDAD4F8-455A-4351-8017-1D4854D6FA38"); + public static readonly Guid IngestTag = new("EA212801-5BCC-4C0E-814F-FB9D30DB58BC"); + public static readonly Guid AdminUser = new("4FA948F4-7C45-4F81-BB6B-E417491E6C96"); +} + public record Media { public Guid MediaId { get; init; } public string? ShortDescription { get; init; } -- cgit v1.3