guilded-api-typings
Advanced tools
Comparing version 0.0.0-dev-20220901094829 to 0.0.0-dev-20220901105754
# 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 @@ |
{ | ||
"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
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
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
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
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
124853
1953