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.9.0 to 0.10.0

dist/index.js

10

CHANGELOG.md
# guilded-api-typings
## 0.10.0
### Minor Changes
- bb54674: feat: set server member XP
### Patch Changes
- 13a6533: types: change `WSOpCodes` to `WSOpCode`
## 0.9.0

@@ -4,0 +14,0 @@

8

package.json
{
"name": "guilded-api-typings",
"version": "0.9.0",
"version": "0.10.0",
"description": "Type definitions for the Guilded API.",

@@ -10,7 +10,7 @@ "repository": {

"homepage": "https://guildedts.js.org",
"main": "lib",
"main": "dist",
"types": "typings",
"files": [
"CHANGELOG.md",
"lib",
"dist",
"typings"

@@ -35,4 +35,4 @@ ],

"build": "pnpm clear && tsc",
"clear": "rimraf lib typings"
"clear": "rimraf dist typings"
}
}

@@ -109,2 +109,10 @@ import { APIUser, APIUserSummary } from './User';

/**
* The payload for editing XP.
* @see https://www.guilded.gg/docs/api/server-xp/ServerXpForUserUpdate
*/
export interface APIServerXpEditPayload {
/** The total XP */
total: number;
}
/**
* Represents a social link on Guilded.

@@ -111,0 +119,0 @@ * @see https://www.guilded.gg/docs/api/socialLinks/MemberSocialLinkRead

@@ -22,3 +22,3 @@ import { APIChannel } from './structures/Channel';

/** The op code. */
op: number;
op: WSOpCode;
/** The name of the event. */

@@ -32,3 +32,3 @@ t?: string;

/** The Guilded WebSocket API operation codes. */
export declare enum WSOpCodes {
export declare enum WSOpCode {
/** The event operation code. */

@@ -35,0 +35,0 @@ Event = 0,

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