mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
refactor: 🚚 Rename Lysand to Versia
This commit is contained in:
parent
5b119949dc
commit
c9f4885c72
27 changed files with 112 additions and 112 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* Custom emojis extension.
|
||||
* @module federation/schemas/extensions/custom_emojis
|
||||
* @see module:federation/schemas/base
|
||||
* @see https://lysand.org/extensions/custom-emojis
|
||||
* @see https://versia.pub/extensions/custom-emojis
|
||||
*/
|
||||
import { z } from "zod";
|
||||
import { ContentFormatSchema } from "../content_format";
|
||||
|
|
@ -10,7 +10,7 @@ import { emojiRegex } from "../regex";
|
|||
|
||||
/**
|
||||
* @description Used to validate the properties the extension's custom field
|
||||
* @see https://lysand.org/extensions/custom-emojis
|
||||
* @see https://versia.pub/extensions/custom-emojis
|
||||
* @example
|
||||
* {
|
||||
* // ...
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* Polls extension
|
||||
* @module federation/schemas/extensions/polls
|
||||
* @see module:federation/schemas/base
|
||||
* @see https://lysand.org/extensions/polls
|
||||
* @see https://versia.pub/extensions/polls
|
||||
*/
|
||||
import { z } from "zod";
|
||||
import { ExtensionSchema } from "../base";
|
||||
|
|
@ -10,7 +10,7 @@ import { ContentFormatSchema } from "../content_format";
|
|||
|
||||
/**
|
||||
* @description Poll extension entity
|
||||
* @see https://lysand.org/extensions/polls
|
||||
* @see https://versia.pub/extensions/polls
|
||||
* @example
|
||||
* {
|
||||
* "type": "Extension",
|
||||
|
|
@ -53,7 +53,7 @@ export const PollSchema = ExtensionSchema.extend({
|
|||
|
||||
/**
|
||||
* @description Vote extension entity
|
||||
* @see https://lysand.org/extensions/polls
|
||||
* @see https://versia.pub/extensions/polls
|
||||
* @example
|
||||
* {
|
||||
* "type": "Extension",
|
||||
|
|
@ -73,7 +73,7 @@ export const VoteSchema = ExtensionSchema.extend({
|
|||
|
||||
/**
|
||||
* @description Vote result extension entity
|
||||
* @see https://lysand.org/extensions/polls
|
||||
* @see https://versia.pub/extensions/polls
|
||||
* @example
|
||||
* {
|
||||
* "type": "Extension",
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
* Reactions extension
|
||||
* @module federation/schemas/extensions/reactions
|
||||
* @see module:federation/schemas/base
|
||||
* @see https://lysand.org/extensions/reactions
|
||||
* @see https://versia.pub/extensions/reactions
|
||||
*/
|
||||
import { z } from "zod";
|
||||
import { ExtensionSchema } from "../base";
|
||||
|
||||
/**
|
||||
* @description Reaction extension entity
|
||||
* @see https://lysand.org/extensions/reactions
|
||||
* @see https://versia.pub/extensions/reactions
|
||||
* @example
|
||||
* {
|
||||
* "type": "Extension",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* Vanity extension schema.
|
||||
* @module federation/schemas/extensions/vanity
|
||||
* @see module:federation/schemas/base
|
||||
* @see https://lysand.org/extensions/vanity
|
||||
* @see https://versia.pub/extensions/vanity
|
||||
*/
|
||||
|
||||
import { z } from "zod";
|
||||
|
|
@ -10,7 +10,7 @@ import { ContentFormatSchema } from "../content_format";
|
|||
|
||||
/**
|
||||
* @description Vanity extension entity
|
||||
* @see https://lysand.org/extensions/vanity
|
||||
* @see https://versia.pub/extensions/vanity
|
||||
* @example
|
||||
* {
|
||||
* // ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue