snowtransfer
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -77,3 +77,3 @@ /** | ||
INTERACTION_CALLBACK: (interactionID: string, token: string) => "/interactions/:interaction_id/:token/callback"; | ||
INVITE: (inviteID: string) => "/invite/:invite_id"; | ||
INVITE: (inviteID: string) => "/invites/:invite_id"; | ||
OAUTH2_APPLICATION: (appID: string) => "/oauth2/applications/:app_id"; | ||
@@ -80,0 +80,0 @@ STAGE_INSTANCE_CHANNEL: (chanID: string) => "/stage-instances/:channel_id"; |
@@ -82,3 +82,3 @@ "use strict"; | ||
INTERACTION_CALLBACK: (interactionID, token) => `/interactions/${interactionID}/${token}/callback`, | ||
INVITE: (inviteID) => `/invite/${inviteID}`, | ||
INVITE: (inviteID) => `/invites/${inviteID}`, | ||
OAUTH2_APPLICATION: (appID) => `/oauth2/applications/${appID}`, | ||
@@ -85,0 +85,0 @@ STAGE_INSTANCE_CHANNEL: (chanID) => `${Endpoints.STAGE_INSTANCES}/${chanID}`, |
@@ -29,2 +29,4 @@ /** | ||
topic: string; | ||
privacy_level?: import("discord-typings").PrivacyLevel; | ||
send_start_notification?: boolean; | ||
}): Promise<import("discord-typings").StageInstance>; | ||
@@ -51,2 +53,3 @@ /** | ||
topic: string; | ||
privacy_level?: import("discord-typings").PrivacyLevel; | ||
}): Promise<import("discord-typings").StageInstance>; | ||
@@ -53,0 +56,0 @@ /** |
{ | ||
"name": "snowtransfer", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Minimalistic Rest client for the Discord Api", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
"centra": "^2.5.0", | ||
"discord-typings": "^10.0.2", | ||
"discord-typings": "^10.0.3", | ||
"form-data": "~4.0.0" | ||
@@ -36,0 +36,0 @@ }, |
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
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
311669
6079
Updateddiscord-typings@^10.0.3