Comparing version 0.0.37 to 0.0.38
@@ -36,2 +36,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -126,3 +127,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -155,2 +156,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -272,2 +274,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -345,2 +348,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -377,3 +381,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -407,57 +411,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -490,2 +440,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -545,3 +496,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -565,2 +570,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -597,3 +603,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -627,57 +632,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -710,2 +661,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -765,49 +717,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}, unknown>; | ||
appeal: z.ZodCatch<z.ZodNullable<z.ZodObject<{ | ||
text: z.ZodString; | ||
state: z.ZodEnum<["approved", "rejected", "pending"]>; | ||
}, "strip", z.ZodTypeAny, { | ||
text: string; | ||
state: "approved" | "rejected" | "pending"; | ||
}, { | ||
text: string; | ||
state: "approved" | "rejected" | "pending"; | ||
}>>>; | ||
created_at: z.ZodCatch<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
created_at: string; | ||
text: string; | ||
action: "sensitive" | "none" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend"; | ||
status_ids: string[]; | ||
target_account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -867,4 +773,50 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}, unknown>; | ||
appeal: z.ZodCatch<z.ZodNullable<z.ZodObject<{ | ||
text: z.ZodString; | ||
state: z.ZodEnum<["approved", "rejected", "pending"]>; | ||
}, "strip", z.ZodTypeAny, { | ||
text: string; | ||
state: "approved" | "rejected" | "pending"; | ||
}, { | ||
text: string; | ||
state: "approved" | "rejected" | "pending"; | ||
}>>>; | ||
created_at: z.ZodCatch<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
created_at: string; | ||
text: string; | ||
action: "sensitive" | "none" | "disable" | "mark_statuses_as_sensitive" | "delete_statuses" | "silence" | "suspend"; | ||
status_ids: string[]; | ||
target_account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -896,2 +848,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -951,3 +904,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -954,0 +961,0 @@ appeal: { |
@@ -68,2 +68,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -158,3 +159,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -187,2 +188,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -304,2 +306,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -377,2 +380,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -409,3 +413,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -439,57 +443,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -522,2 +472,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -577,3 +528,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -597,2 +602,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -629,3 +635,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -659,57 +664,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -742,2 +693,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -797,3 +749,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, unknown>>>; | ||
@@ -860,57 +866,3 @@ created_by_application_id: z.ZodCatch<z.ZodOptional<z.ZodString>>; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -943,2 +895,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -998,3 +951,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
} | null; | ||
@@ -1081,57 +1088,3 @@ suggested: boolean | null; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -1164,2 +1117,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -1219,3 +1173,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
} | null; | ||
@@ -1222,0 +1230,0 @@ suggested: boolean | null; |
@@ -33,2 +33,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -123,3 +124,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -152,2 +153,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -269,2 +271,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -342,2 +345,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -374,3 +378,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -404,57 +408,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -487,2 +437,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -542,3 +493,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -562,2 +567,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -594,3 +600,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -624,57 +629,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -707,2 +658,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -762,3 +714,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, unknown>; | ||
@@ -1517,57 +1523,3 @@ unread: z.ZodNumber; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -1600,2 +1552,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -1655,3 +1608,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -1658,0 +1665,0 @@ unread: number; |
@@ -34,57 +34,3 @@ import { z } from 'zod'; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -117,2 +63,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -172,35 +119,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}[], unknown>; | ||
last_status: z.ZodCatch<z.ZodNullable<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -260,4 +175,36 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}[], unknown>; | ||
last_status: z.ZodCatch<z.ZodNullable<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -289,2 +236,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -344,3 +292,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}[]; | ||
@@ -347,0 +349,0 @@ unread: boolean; |
@@ -40,57 +40,3 @@ import { z } from 'zod'; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -123,2 +69,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -178,37 +125,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}[], unknown>; | ||
account_ids: z.ZodCatch<z.ZodEffects<z.ZodCatch<z.ZodArray<z.ZodAny, "many">>, string[], unknown>>; | ||
}, "strip", z.ZodTypeAny, { | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -268,4 +181,38 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}[], unknown>; | ||
account_ids: z.ZodCatch<z.ZodEffects<z.ZodCatch<z.ZodArray<z.ZodAny, "many">>, string[], unknown>>; | ||
}, "strip", z.ZodTypeAny, { | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -297,2 +244,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -352,49 +300,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}[]; | ||
account_ids: string[]; | ||
url?: undefined; | ||
static_url?: undefined; | ||
}, { | ||
name: string; | ||
url?: unknown; | ||
static_url?: unknown; | ||
count?: unknown; | ||
me?: unknown; | ||
accounts?: unknown; | ||
account_ids?: unknown; | ||
}>, z.ZodObject<z.objectUtil.extendShape<{ | ||
count: z.ZodCatch<z.ZodNullable<z.ZodNumber>>; | ||
me: z.ZodCatch<z.ZodBoolean>; | ||
name: z.ZodEffects<z.ZodString, string, string>; | ||
url: z.ZodCatch<z.ZodLiteral<undefined>>; | ||
static_url: z.ZodCatch<z.ZodLiteral<undefined>>; | ||
accounts: z.ZodEffects<z.ZodCatch<z.ZodArray<z.ZodAny, "many">>, { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -454,4 +356,50 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}[]; | ||
account_ids: string[]; | ||
url?: undefined; | ||
static_url?: undefined; | ||
}, { | ||
name: string; | ||
url?: unknown; | ||
static_url?: unknown; | ||
count?: unknown; | ||
me?: unknown; | ||
accounts?: unknown; | ||
account_ids?: unknown; | ||
}>, z.ZodObject<z.objectUtil.extendShape<{ | ||
count: z.ZodCatch<z.ZodNullable<z.ZodNumber>>; | ||
me: z.ZodCatch<z.ZodBoolean>; | ||
name: z.ZodEffects<z.ZodString, string, string>; | ||
url: z.ZodCatch<z.ZodLiteral<undefined>>; | ||
static_url: z.ZodCatch<z.ZodLiteral<undefined>>; | ||
accounts: z.ZodEffects<z.ZodCatch<z.ZodArray<z.ZodAny, "many">>, { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -483,2 +431,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -538,43 +487,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}[], unknown>; | ||
account_ids: z.ZodCatch<z.ZodEffects<z.ZodCatch<z.ZodArray<z.ZodAny, "many">>, string[], unknown>>; | ||
}, { | ||
name: z.ZodString; | ||
url: z.ZodString; | ||
static_url: z.ZodString; | ||
}>, "strip", z.ZodTypeAny, { | ||
url: string; | ||
static_url: string; | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -634,4 +543,44 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}[], unknown>; | ||
account_ids: z.ZodCatch<z.ZodEffects<z.ZodCatch<z.ZodArray<z.ZodAny, "many">>, string[], unknown>>; | ||
}, { | ||
name: z.ZodString; | ||
url: z.ZodString; | ||
static_url: z.ZodString; | ||
}>, "strip", z.ZodTypeAny, { | ||
url: string; | ||
static_url: string; | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -663,2 +612,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -718,45 +668,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}[]; | ||
account_ids: string[]; | ||
}, { | ||
url: string; | ||
static_url: string; | ||
name: string; | ||
count?: unknown; | ||
me?: unknown; | ||
accounts?: unknown; | ||
account_ids?: unknown; | ||
}>]>, { | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -816,4 +724,46 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}[]; | ||
account_ids: string[]; | ||
}, { | ||
url: string; | ||
static_url: string; | ||
name: string; | ||
count?: unknown; | ||
me?: unknown; | ||
accounts?: unknown; | ||
account_ids?: unknown; | ||
}>]>, { | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -845,2 +795,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -900,41 +851,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}[]; | ||
account_ids: string[]; | ||
url?: undefined; | ||
static_url?: undefined; | ||
} | { | ||
url: string; | ||
static_url: string; | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -994,4 +907,42 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}[]; | ||
account_ids: string[]; | ||
url?: undefined; | ||
static_url?: undefined; | ||
} | { | ||
url: string; | ||
static_url: string; | ||
name: string; | ||
count: number | null; | ||
me: boolean; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -1023,2 +974,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -1078,3 +1030,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}[]; | ||
@@ -1081,0 +1087,0 @@ account_ids: string[]; |
@@ -33,57 +33,3 @@ import { default as z } from 'zod'; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -116,2 +62,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -171,34 +118,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}[], unknown>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -258,4 +174,35 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}[], unknown>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
accounts: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -287,2 +234,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -342,3 +290,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}[]; | ||
@@ -345,0 +347,0 @@ }, { |
@@ -38,2 +38,3 @@ import { default as z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -128,3 +129,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -157,2 +158,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -274,2 +276,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -347,2 +350,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -379,3 +383,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -409,57 +413,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -492,2 +442,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -547,3 +498,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -567,2 +572,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -599,3 +605,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -629,57 +634,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -712,2 +663,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -767,36 +719,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}, unknown>; | ||
role: z.ZodNativeEnum<typeof GroupRoles>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
role: GroupRoles; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -856,4 +775,37 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}, unknown>; | ||
role: z.ZodNativeEnum<typeof GroupRoles>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
role: GroupRoles; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -885,2 +837,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -940,3 +893,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -943,0 +950,0 @@ }, { |
@@ -33,2 +33,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -123,3 +124,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -152,2 +153,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -269,2 +271,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -342,2 +345,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -374,3 +378,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -404,57 +408,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -487,2 +437,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -542,3 +493,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -562,2 +567,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -594,3 +600,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -624,57 +629,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -707,2 +658,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -762,44 +714,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}, unknown>; | ||
created_at: z.ZodString; | ||
id: z.ZodString; | ||
rejected_at: z.ZodCatch<z.ZodNullable<z.ZodString>>; | ||
reply: z.ZodCatch<z.ZodNullable<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
status: z.ZodCatch<z.ZodNullable<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
type: z.ZodEnum<["favourite", "reply", "reblog"]>; | ||
uri: z.ZodCatch<z.ZodNullable<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
type: "reblog" | "reply" | "favourite"; | ||
status: import('./status').Status | null; | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -859,4 +770,45 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}, unknown>; | ||
created_at: z.ZodString; | ||
id: z.ZodString; | ||
rejected_at: z.ZodCatch<z.ZodNullable<z.ZodString>>; | ||
reply: z.ZodCatch<z.ZodNullable<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
status: z.ZodCatch<z.ZodNullable<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
type: z.ZodEnum<["favourite", "reply", "reblog"]>; | ||
uri: z.ZodCatch<z.ZodNullable<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
type: "reblog" | "reply" | "favourite"; | ||
status: import('./status').Status | null; | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -888,2 +840,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -943,3 +896,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -946,0 +953,0 @@ uri: string | null; |
@@ -35,2 +35,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -125,3 +126,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -154,2 +155,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -271,2 +273,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -344,2 +347,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -376,3 +380,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -406,57 +410,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -489,2 +439,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -544,3 +495,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -564,2 +569,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -596,3 +602,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -626,57 +631,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -709,2 +660,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -764,37 +716,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}, unknown>; | ||
notifications_count: z.ZodString; | ||
last_status: z.ZodCatch<z.ZodOptional<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -854,4 +772,38 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}, unknown>; | ||
notifications_count: z.ZodString; | ||
last_status: z.ZodCatch<z.ZodOptional<z.ZodType<import('./status').Status, z.ZodTypeDef, import('./status').Status>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -883,2 +835,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -938,3 +891,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -941,0 +948,0 @@ updated_at: string; |
@@ -41,2 +41,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -131,3 +132,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -160,2 +161,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -277,2 +279,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -350,2 +353,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -382,3 +386,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -412,57 +416,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -495,2 +445,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -550,3 +501,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -570,2 +575,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -602,3 +608,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -632,57 +637,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -715,2 +666,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -770,35 +722,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}, unknown>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
status_ids: string[] | null; | ||
target_account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -858,4 +778,36 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}, unknown>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
id: string; | ||
status_ids: string[] | null; | ||
target_account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -887,2 +839,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -942,3 +895,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
} | null; | ||
@@ -945,0 +952,0 @@ action_taken_at: string | null; |
@@ -32,2 +32,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -122,3 +123,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -151,2 +152,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -268,2 +270,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -341,2 +344,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -373,3 +377,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -403,57 +407,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -486,2 +436,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -541,3 +492,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -561,2 +566,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -593,3 +599,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -623,57 +628,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -706,2 +657,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -761,42 +713,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}, unknown>; | ||
created_at: z.ZodString; | ||
title: z.ZodString; | ||
artist: z.ZodCatch<z.ZodString>; | ||
album: z.ZodCatch<z.ZodString>; | ||
external_link: z.ZodCatch<z.ZodNullable<z.ZodString>>; | ||
length: z.ZodCatch<z.ZodNullable<z.ZodNumber>>; | ||
}, "strip", z.ZodTypeAny, { | ||
length: number | null; | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -856,4 +769,43 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}, unknown>; | ||
created_at: z.ZodString; | ||
title: z.ZodString; | ||
artist: z.ZodCatch<z.ZodString>; | ||
album: z.ZodCatch<z.ZodString>; | ||
external_link: z.ZodCatch<z.ZodNullable<z.ZodString>>; | ||
length: z.ZodCatch<z.ZodNullable<z.ZodNumber>>; | ||
}, "strip", z.ZodTypeAny, { | ||
length: number | null; | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -885,2 +837,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -940,49 +893,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}; | ||
title: string; | ||
artist: string; | ||
album: string; | ||
external_link: string | null; | ||
}, { | ||
id: string; | ||
created_at: string; | ||
title: string; | ||
length?: unknown; | ||
account?: unknown; | ||
artist?: unknown; | ||
album?: unknown; | ||
external_link?: unknown; | ||
}>, { | ||
length: number | null; | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -1042,4 +949,50 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}; | ||
title: string; | ||
artist: string; | ||
album: string; | ||
external_link: string | null; | ||
}, { | ||
id: string; | ||
created_at: string; | ||
title: string; | ||
length?: unknown; | ||
account?: unknown; | ||
artist?: unknown; | ||
album?: unknown; | ||
external_link?: unknown; | ||
}>, { | ||
length: number | null; | ||
id: string; | ||
created_at: string; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -1071,2 +1024,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -1126,3 +1080,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -1129,0 +1137,0 @@ title: string; |
@@ -32,57 +32,3 @@ import { z } from 'zod'; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -115,2 +61,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -170,3 +117,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}[], unknown>; | ||
@@ -248,57 +249,3 @@ statuses: z.ZodEffects<z.ZodCatch<z.ZodArray<z.ZodAny, "many">>, import('./status').Status[], unknown>; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -331,2 +278,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -386,3 +334,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}[]; | ||
@@ -389,0 +391,0 @@ statuses: import('./status').Status[]; |
@@ -36,2 +36,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -126,3 +127,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -155,2 +156,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -272,2 +274,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -345,2 +348,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -377,3 +381,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -407,57 +411,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -490,2 +440,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -545,3 +496,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -565,2 +570,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -597,3 +603,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -627,57 +632,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -710,2 +661,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -765,3 +717,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, unknown>; | ||
@@ -933,57 +939,3 @@ poll: z.ZodCatch<z.ZodNullable<z.ZodObject<{ | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -1016,2 +968,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -1071,3 +1024,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -1074,0 +1081,0 @@ content: string; |
@@ -34,2 +34,3 @@ import { z } from 'zod'; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -124,3 +125,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
}, { | ||
moved: z.ZodCatch<z.ZodOptional<z.ZodObject<{ | ||
moved: z.ZodCatch<z.ZodNullable<z.ZodLazy<z.ZodObject<{ | ||
id: z.ZodString; | ||
@@ -153,2 +154,3 @@ username: z.ZodCatch<z.ZodString>; | ||
noindex: z.ZodCatch<z.ZodNullable<z.ZodBoolean>>; | ||
moved: z.ZodCatch<z.ZodNull>; | ||
suspended: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
@@ -270,2 +272,3 @@ limited: z.ZodCatch<z.ZodOptional<z.ZodBoolean>>; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -343,2 +346,3 @@ last_status_at: string | null; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -375,3 +379,3 @@ limited?: unknown; | ||
__meta?: unknown; | ||
}>>>; | ||
}>>>>; | ||
}>, "strip", z.ZodTypeAny, { | ||
@@ -405,57 +409,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -488,2 +438,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -543,3 +494,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}, { | ||
@@ -563,2 +568,3 @@ url: string; | ||
noindex?: unknown; | ||
moved?: unknown; | ||
suspended?: unknown; | ||
@@ -595,3 +601,2 @@ limited?: unknown; | ||
__meta?: unknown; | ||
moved?: unknown; | ||
}>, { | ||
@@ -625,57 +630,3 @@ url: string; | ||
noindex: boolean | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
moved: { | ||
url: string; | ||
@@ -708,2 +659,3 @@ id: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -763,34 +715,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}, unknown>; | ||
}, "strip", z.ZodTypeAny, { | ||
source: string | null; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -850,4 +771,35 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}, unknown>; | ||
}, "strip", z.ZodTypeAny, { | ||
source: string | null; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -879,2 +831,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -934,39 +887,3 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | undefined; | ||
}; | ||
sources: string[]; | ||
}, { | ||
source?: unknown; | ||
account?: unknown; | ||
sources?: unknown; | ||
}>, { | ||
source: string | null; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
} | null; | ||
created_at: string; | ||
@@ -1026,4 +943,40 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
moved?: { | ||
}; | ||
sources: string[]; | ||
}, { | ||
source?: unknown; | ||
account?: unknown; | ||
sources?: unknown; | ||
}>, { | ||
source: string | null; | ||
account: { | ||
url: string; | ||
id: string; | ||
note: string; | ||
username: string; | ||
acct: string; | ||
display_name: string; | ||
avatar: string; | ||
avatar_static: string; | ||
header: string; | ||
header_static: string; | ||
locked: boolean; | ||
fields: { | ||
value: string; | ||
name: string; | ||
verified_at: string | null; | ||
}[]; | ||
emojis: { | ||
shortcode: string; | ||
url: string; | ||
static_url: string; | ||
visible_in_picker: boolean; | ||
category: string | null; | ||
}[]; | ||
bot: boolean; | ||
group: boolean; | ||
discoverable: boolean; | ||
noindex: boolean | null; | ||
moved: { | ||
url: string; | ||
id: string; | ||
@@ -1055,2 +1008,3 @@ note: string; | ||
noindex: boolean | null; | ||
moved: null; | ||
created_at: string; | ||
@@ -1110,3 +1064,57 @@ last_status_at: string | null; | ||
verified?: boolean | undefined; | ||
} | null; | ||
created_at: string; | ||
last_status_at: string | null; | ||
statuses_count: number; | ||
followers_count: number; | ||
following_count: number; | ||
roles: { | ||
id: string; | ||
name: string; | ||
color: string; | ||
permissions: string; | ||
highlighted: boolean; | ||
}[]; | ||
fqn: string | null; | ||
ap_id: string | null; | ||
background_image: string | null; | ||
hide_favorites: boolean; | ||
accepts_chat_messages: boolean | null; | ||
avatar_description: string; | ||
enable_rss: boolean; | ||
header_description: string; | ||
__meta: { | ||
pleroma?: any; | ||
source?: any; | ||
}; | ||
suspended?: boolean | undefined; | ||
limited?: boolean | undefined; | ||
relationship?: { | ||
blocked_by: boolean; | ||
blocking: boolean; | ||
domain_blocking: boolean; | ||
endorsed: boolean; | ||
followed_by: boolean; | ||
following: boolean; | ||
id: string; | ||
muting: boolean; | ||
muting_notifications: boolean; | ||
note: string; | ||
notifying: boolean; | ||
requested: boolean; | ||
showing_reblogs: boolean; | ||
} | undefined; | ||
is_moderator?: boolean | undefined; | ||
is_admin?: boolean | undefined; | ||
is_suggested?: boolean | undefined; | ||
hide_followers?: boolean | undefined; | ||
hide_follows?: boolean | undefined; | ||
hide_followers_count?: boolean | undefined; | ||
hide_follows_count?: boolean | undefined; | ||
favicon?: string | undefined; | ||
birthday?: string | undefined; | ||
deactivated?: boolean | undefined; | ||
location?: string | undefined; | ||
local?: boolean | undefined; | ||
verified?: boolean | undefined; | ||
}; | ||
@@ -1113,0 +1121,0 @@ sources: string[]; |
@@ -18,3 +18,3 @@ import { Instance } from './entities'; | ||
/** | ||
* GoToSocial, an ActivityPub server writter in Golang. | ||
* GoToSocial, an ActivityPub server written in Golang. | ||
* @see {@link https://gotosocial.org/} | ||
@@ -334,2 +334,5 @@ */ | ||
/** | ||
* TODO | ||
*/ | ||
/** | ||
* Ability to follow hashtags. | ||
@@ -336,0 +339,0 @@ * @see POST /api/v1/tags/:name/follow |
@@ -20,3 +20,3 @@ import { LanguageParam, OnlyEventsParam, OnlyMediaParam, PaginationParams, WithMutedParam, WithRelationshipsParam } from './common'; | ||
* Array of String (ISO 639-1 language two-letter code). Filter received statuses for these languages. If not provided, you will receive this account’s posts in all languages. | ||
* Requires `features.followAccountLangugaes`. | ||
* Requires `features.followAccountLanguages`. | ||
*/ | ||
@@ -23,0 +23,0 @@ languages?: string[]; |
{ | ||
"name": "pl-api", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"type": "module", | ||
@@ -21,16 +21,17 @@ "homepage": "https://github.com/mkljczk/pl-fe/tree/fork/packages/pl-api", | ||
"devDependencies": { | ||
"@stylistic/eslint-plugin": "^2.8.0", | ||
"@types/http-link-header": "^1.0.7", | ||
"@types/lodash.pick": "^4.4.9", | ||
"@types/node": "^20.14.12", | ||
"@types/node": "^22.7.4", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.0.0", | ||
"eslint": "^8.49.0", | ||
"@typescript-eslint/eslint-plugin": "^8.8.0", | ||
"@typescript-eslint/parser": "^8.8.0", | ||
"eslint": "8.57.1", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-compat": "^6.0.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"typescript": "^5.6.2", | ||
"vite": "^5.4.0", | ||
"vite-plugin-dts": "^4.2.1" | ||
"vite": "^5.4.8", | ||
"vite-plugin-dts": "^4.2.3" | ||
}, | ||
@@ -37,0 +38,0 @@ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6233679
15
140263