guilded-api-typings
Advanced tools
Comparing version 0.13.1 to 0.13.2
# guilded-api-typings | ||
## 0.13.2 | ||
### Patch Changes | ||
- 9550271: faet: add the `BotServerMembershipDeleted` event | ||
## 0.13.1 | ||
@@ -4,0 +10,0 @@ |
@@ -55,2 +55,12 @@ import { APIChannel } from './structures/Channel'; | ||
/** | ||
* Emitted when the bot is removed from a server. | ||
* @see https://www.guilded.gg/docs/api/websockets/BotServerMembershipDeleted | ||
*/ | ||
BotServerMembershipDeleted: { | ||
/** The server the bot was removed from. */ | ||
server: APIServer; | ||
/** The ID of the user that removed the bot from the server. */ | ||
deletedBy: string; | ||
}; | ||
/** | ||
* Emitted when a message is created. | ||
@@ -57,0 +67,0 @@ * @see https://www.guilded.gg/docs/api/websockets/ChatMessageCreated |
{ | ||
"name": "guilded-api-typings", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "Type definitions for the Guilded API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
133336
2083
0