chore: build library from latest spec [skip ci]

This commit is contained in:
Stoat CI
2026-01-10 18:00:59 +00:00
parent e4a7b4f03d
commit 439dd2bf1f
+10 -2
View File
@@ -762,6 +762,10 @@ export interface components {
/** @enum {string} */
type: "NotOwner";
}
| {
/** @enum {string} */
type: "IsElevated";
}
| {
/** @enum {string} */
type: "DatabaseError";
@@ -2002,6 +2006,8 @@ export interface components {
};
/** @description Role */
Role: {
/** @description Unique Id */
_id: string;
/** @description Role name */
name: string;
/** @description Permissions available to this role */
@@ -4600,7 +4606,8 @@ export interface operations {
/** Report a piece of content to the moderation team. */
report_content_report_content: {
responses: {
200: unknown;
/** Success */
204: never;
/** An error occurred. */
default: {
content: {
@@ -5075,7 +5082,8 @@ export interface operations {
/** Accept/acknowledge changes to platform policy. */
acknowledge_policy_changes_acknowledge_policy_changes: {
responses: {
200: unknown;
/** Success */
204: never;
/** An error occurred. */
default: {
content: {