|
Move schemas to /src/util/schemas
|
|---|
|
|
| assets/schemas.json |
|---|
|
Too large (Show diff)
|
| package-lock.json |
|---|
|
Too large (Show diff)
|
| package.json |
|---|
| scripts/schema.js |
|---|
| src/api/routes/auth/login.ts |
|---|
| src/api/routes/auth/mfa/totp.ts |
|---|
| src/api/routes/auth/register.ts |
|---|
| src/api/routes/auth/verify/view-backup-codes-challenge.ts |
|---|
| src/api/routes/channels/#channel_id/index.ts |
|---|
| src/api/routes/channels/#channel_id/invites.ts |
|---|
| src/api/routes/channels/#channel_id/messages/#message_id/ack.ts |
|---|
| src/api/routes/channels/#channel_id/messages/#message_id/index.ts |
|---|
| src/api/routes/channels/#channel_id/messages/bulk-delete.ts |
|---|
| src/api/routes/channels/#channel_id/messages/index.ts |
|---|
| src/api/routes/channels/#channel_id/purge.ts |
|---|
| src/api/routes/channels/#channel_id/webhooks.ts |
|---|
| src/api/routes/guilds/#guild_id/audit-logs.ts |
|---|
| src/api/routes/guilds/#guild_id/bans.ts |
|---|
| src/api/routes/guilds/#guild_id/channels.ts |
|---|
| src/api/routes/guilds/#guild_id/emojis.ts |
|---|
| src/api/routes/guilds/#guild_id/index.ts |
|---|
| src/api/routes/guilds/#guild_id/integrations.ts |
|---|
| src/api/routes/guilds/#guild_id/members/#member_id/index.ts |
|---|
| src/api/routes/guilds/#guild_id/members/#member_id/nick.ts |
|---|
| src/api/routes/guilds/#guild_id/prune.ts |
|---|
| src/api/routes/guilds/#guild_id/roles/#role_id/index.ts |
|---|
| src/api/routes/guilds/#guild_id/roles/index.ts |
|---|
| src/api/routes/guilds/#guild_id/stickers.ts |
|---|
| src/api/routes/guilds/#guild_id/templates.ts |
|---|
| src/api/routes/guilds/#guild_id/vanity-url.ts |
|---|
| src/api/routes/guilds/#guild_id/voice-states/#user_id/index.ts |
|---|
| src/api/routes/guilds/#guild_id/webhooks.ts |
|---|
| src/api/routes/guilds/#guild_id/welcome-screen.ts |
|---|
| src/api/routes/guilds/#guild_id/widget.ts |
|---|
| src/api/routes/guilds/index.ts |
|---|
| src/api/routes/guilds/templates/index.ts |
|---|
| src/api/routes/users/@me/channels.ts |
|---|
| src/api/routes/users/@me/index.ts |
|---|
| src/api/routes/users/@me/mfa/codes-verification.ts |
|---|
| src/api/routes/users/@me/mfa/codes.ts |
|---|
| src/api/routes/users/@me/mfa/totp/disable.ts |
|---|
| src/api/routes/users/@me/mfa/totp/enable.ts |
|---|
| src/api/routes/users/@me/relationships.ts |
|---|
| src/api/util/handlers/Message.ts |
|---|
| src/gateway/events/Message.ts |
|---|
| src/gateway/opcodes/Identify.ts |
|---|
| src/gateway/opcodes/LazyRequest.ts |
|---|
| src/gateway/opcodes/PresenceUpdate.ts |
|---|
| src/gateway/opcodes/VoiceStateUpdate.ts |
|---|
| src/gateway/schema/Activity.ts 100644 → 0 |
|---|
| src/gateway/schema/Identify.ts 100644 → 0 |
|---|
| src/gateway/schema/LazyRequest.ts 100644 → 0 |
|---|
| src/gateway/schema/VoiceStateUpdateSchema.ts 100644 → 0 |
|---|
| src/util/schemas/ActivitySchema.ts 0 → 100644 |
|---|
| src/util/schemas/BackupCodesChallengeSchema.ts 0 → 100644 |
|---|
| src/util/schemas/BanCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/BanModeratorSchema.ts 0 → 100644 |
|---|
| src/util/schemas/BanRegistrySchema.ts 0 → 100644 |
|---|
| src/util/schemas/BulkDeleteSchema.ts 0 → 100644 |
|---|
| src/util/schemas/ChannelModifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/CodesVerificationSchema.ts 0 → 100644 |
|---|
| src/util/schemas/DmChannelCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/EmojiCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/EmojiModifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/GuildCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/GuildTemplateCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/GuildUpdateWelcomeScreenSchema.ts 0 → 100644 |
|---|
| src/util/schemas/IdentifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/InviteCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/LazyRequestSchema.ts 0 → 100644 |
|---|
| src/util/schemas/LoginSchema.ts 0 → 100644 |
|---|
| src/util/schemas/MemberChangeSchema.ts 0 → 100644 |
|---|
| src/util/schemas/MemberNickChangeSchema.ts 0 → 100644 |
|---|
| src/util/schemas/MessageAcknowledgeSchema.ts 0 → 100644 |
|---|
| src/util/schemas/MessageCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/MfaCodesSchema.ts 0 → 100644 |
|---|
| src/util/schemas/ModifyGuildStickerSchema.ts 0 → 100644 |
|---|
| src/util/schemas/PruneSchema.ts 0 → 100644 |
|---|
| src/util/schemas/PurgeSchema.ts 0 → 100644 |
|---|
| src/util/schemas/RegisterSchema.ts 0 → 100644 |
|---|
| src/util/schemas/RelationshipPostSchema.ts 0 → 100644 |
|---|
| src/util/schemas/RelationshipPutSchema.ts 0 → 100644 |
|---|
| src/util/schemas/RoleModifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/SelectProtocolSchema.ts 0 → 100644 |
|---|
| src/util/schemas/TemplateCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/TemplateModifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/TotpDisableSchema.ts 0 → 100644 |
|---|
| src/util/schemas/TotpEnableSchema.ts 0 → 100644 |
|---|
| src/util/schemas/TotpSchema.ts 0 → 100644 |
|---|
| src/util/schemas/UserModifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/VanityUrlSchema.ts 0 → 100644 |
|---|
| src/util/schemas/VoiceIdentifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/VoiceStateUpdateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/VoiceVideoSchema.ts 0 → 100644 |
|---|
| src/util/schemas/WebhookCreateSchema.ts 0 → 100644 |
|---|
| src/util/schemas/WidgetModifySchema.ts 0 → 100644 |
|---|
| src/util/schemas/index.ts |
|---|
| src/util/schemas/voice.ts 100644 → 0 |
|---|