Socket
Socket
Sign inDemoInstall

discord-api-types

Package Overview
Dependencies
Maintainers
3
Versions
949
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-api-types - npm Package Compare versions

Comparing version 0.37.98 to 0.37.99-next.2803e8d.1724961046

2

package.json
{
"name": "discord-api-types",
"version": "0.37.98",
"version": "0.37.99-next.2803e8d.1724961046",
"description": "Discord API typings that are kept up to date for use in bot library creation.",

@@ -5,0 +5,0 @@ "homepage": "https://discord-api-types.dev",

@@ -675,3 +675,3 @@ /**

/**
* Member bypasses guild verification requirements
* Member is exempt from guild verification requirements
*/

@@ -684,17 +684,25 @@ BypassesVerification = 4,

/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member is a guest and can only access the voice channel they were invited to
*/
IsGuest = 16,
/**
* Member has started Server Guide new member actions
*/
StartedHomeActions = 32,
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member has completed Server Guide new member actions
*/
CompletedHomeActions = 64,
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member's username, display name, or nickname is blocked by AutoMod
*/
AutomodQuarantinedUsernameOrGuildNickname = 128,
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* @deprecated
*/
AutomodQuarantinedBio = 256
AutomodQuarantinedBio = 256,
/**
* Member has dismissed the DM settings upsell
*/
DmSettingsUpsellAcknowledged = 512
}

@@ -701,0 +709,0 @@ /**

@@ -275,3 +275,3 @@ "use strict";

/**
* Member bypasses guild verification requirements
* Member is exempt from guild verification requirements
*/

@@ -284,17 +284,25 @@ GuildMemberFlags[GuildMemberFlags["BypassesVerification"] = 4] = "BypassesVerification";

/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member is a guest and can only access the voice channel they were invited to
*/
GuildMemberFlags[GuildMemberFlags["IsGuest"] = 16] = "IsGuest";
/**
* Member has started Server Guide new member actions
*/
GuildMemberFlags[GuildMemberFlags["StartedHomeActions"] = 32] = "StartedHomeActions";
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member has completed Server Guide new member actions
*/
GuildMemberFlags[GuildMemberFlags["CompletedHomeActions"] = 64] = "CompletedHomeActions";
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member's username, display name, or nickname is blocked by AutoMod
*/
GuildMemberFlags[GuildMemberFlags["AutomodQuarantinedUsernameOrGuildNickname"] = 128] = "AutomodQuarantinedUsernameOrGuildNickname";
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* @deprecated
*/
GuildMemberFlags[GuildMemberFlags["AutomodQuarantinedBio"] = 256] = "AutomodQuarantinedBio";
/**
* Member has dismissed the DM settings upsell
*/
GuildMemberFlags[GuildMemberFlags["DmSettingsUpsellAcknowledged"] = 512] = "DmSettingsUpsellAcknowledged";
})(GuildMemberFlags || (exports.GuildMemberFlags = GuildMemberFlags = {}));

@@ -301,0 +309,0 @@ /**

@@ -667,3 +667,3 @@ /**

/**
* Member bypasses guild verification requirements
* Member is exempt from guild verification requirements
*/

@@ -676,17 +676,25 @@ BypassesVerification = 4,

/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member is a guest and can only access the voice channel they were invited to
*/
IsGuest = 16,
/**
* Member has started Server Guide new member actions
*/
StartedHomeActions = 32,
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member has completed Server Guide new member actions
*/
CompletedHomeActions = 64,
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member's username, display name, or nickname is blocked by AutoMod
*/
AutomodQuarantinedUsernameOrGuildNickname = 128,
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* @deprecated
*/
AutomodQuarantinedBio = 256
AutomodQuarantinedBio = 256,
/**
* Member has dismissed the DM settings upsell
*/
DmSettingsUpsellAcknowledged = 512
}

@@ -693,0 +701,0 @@ /**

@@ -267,3 +267,3 @@ "use strict";

/**
* Member bypasses guild verification requirements
* Member is exempt from guild verification requirements
*/

@@ -276,17 +276,25 @@ GuildMemberFlags[GuildMemberFlags["BypassesVerification"] = 4] = "BypassesVerification";

/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member is a guest and can only access the voice channel they were invited to
*/
GuildMemberFlags[GuildMemberFlags["IsGuest"] = 16] = "IsGuest";
/**
* Member has started Server Guide new member actions
*/
GuildMemberFlags[GuildMemberFlags["StartedHomeActions"] = 32] = "StartedHomeActions";
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member has completed Server Guide new member actions
*/
GuildMemberFlags[GuildMemberFlags["CompletedHomeActions"] = 64] = "CompletedHomeActions";
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Member's username, display name, or nickname is blocked by AutoMod
*/
GuildMemberFlags[GuildMemberFlags["AutomodQuarantinedUsernameOrGuildNickname"] = 128] = "AutomodQuarantinedUsernameOrGuildNickname";
/**
* @unstable This guild member flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* @deprecated
*/
GuildMemberFlags[GuildMemberFlags["AutomodQuarantinedBio"] = 256] = "AutomodQuarantinedBio";
/**
* Member has dismissed the DM settings upsell
*/
GuildMemberFlags[GuildMemberFlags["DmSettingsUpsellAcknowledged"] = 512] = "DmSettingsUpsellAcknowledged";
})(GuildMemberFlags || (exports.GuildMemberFlags = GuildMemberFlags = {}));

@@ -293,0 +301,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc