Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

guilded-api-typings

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guilded-api-typings - npm Package Compare versions

Comparing version 0.13.1 to 0.13.2

6

CHANGELOG.md
# 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

2

package.json
{
"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

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