guilded-api-typings
Advanced tools
Comparing version 0.0.0-dev-20221127223103 to 0.0.0-dev-20221206175006
# guilded-api-typings | ||
## 0.0.0-dev-20221127223103 | ||
## 0.0.0-dev-20221206175006 | ||
### Patch Changes | ||
- 9550271: faet: add the `BotServerMembershipDeleted` event | ||
## 0.13.1 | ||
### Patch Changes | ||
- 913a2b8: fix: switch to `Server` WebSocket events | ||
@@ -8,0 +14,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.0.0-dev-20221127223103", | ||
"version": "0.0.0-dev-20221206175006", | ||
"description": "Type definitions for the Guilded API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
133372
2083
0
0