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.0.0-dev-20220901094829 to 0.0.0-dev-20220901105754

6

CHANGELOG.md
# guilded-api-typings
## 0.0.0-dev-20220901094829
## 0.0.0-dev-20220901105754
### Minor Changes
- bb54674: feat: set server member XP
### Patch Changes

@@ -6,0 +10,0 @@

2

package.json
{
"name": "guilded-api-typings",
"version": "0.0.0-dev-20220901094829",
"version": "0.0.0-dev-20220901105754",
"description": "Type definitions for the Guilded API.",

@@ -5,0 +5,0 @@ "repository": {

@@ -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

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