revolt-api
Advanced tools
Comparing version 0.5.2-alpha.2 to 0.5.2-alpha.3
{ | ||
"name": "revolt-api", | ||
"version": "0.5.2-alpha.2", | ||
"version": "0.5.2-alpha.3", | ||
"description": "Revolt API typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -360,3 +360,3 @@ import { body, noContent, parameter, ref, success } from "../openapi/generators.js"; | ||
parameters: [ | ||
await parameter('channel', 'Channel ID', ref("Id")), | ||
await parameter('server', 'Server ID', ref("Id")), | ||
await parameter('role', 'Role ID', ref("Id")) | ||
@@ -363,0 +363,0 @@ ] |
@@ -30,3 +30,3 @@ /** | ||
{ type: 'None' } | | ||
{ type: 'YouTube', id: string } | | ||
{ type: 'YouTube', id: string, timestamp?: string } | | ||
{ type: 'Twitch', content_type: 'Channel' | 'Video' | 'Clip', id: string } | | ||
@@ -33,0 +33,0 @@ { type: 'Spotify', content_type: string, id: string } | |
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
688784