twitch-api-types
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -57,3 +57,3 @@ import { PaginatedResponse, PaginationParams, Response } from './responses'; | ||
*/ | ||
broadcaster_id: string; | ||
broadcaster_id: string[]; | ||
} | ||
@@ -60,0 +60,0 @@ export interface GetChannelInformationResponse extends Response<Channel[]> { |
@@ -95,7 +95,7 @@ import { PaginatedResponse, PaginationParams, Response } from './responses'; | ||
*/ | ||
id?: string; | ||
id?: string[]; | ||
/** | ||
* The login name of the user to get. To specify more than one user, include the login parameter for each user to get. For example, `login=foo&login=bar`. The maximum number of login names you may specify is 100. | ||
*/ | ||
login?: string; | ||
login?: string[]; | ||
} | ||
@@ -102,0 +102,0 @@ export interface GetUsersResponse extends Response<User[]> { |
{ | ||
"name": "twitch-api-types", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
45731