@twurple/common
Advanced tools
Comparing version 7.0.0-pre.0 to 7.0.0-pre.1
/** | ||
* The location of an extension's configuration. | ||
*/ | ||
export declare type HelixExtensionConfigurationLocation = 'hosted' | 'custom' | 'none'; | ||
export type HelixExtensionConfigurationLocation = 'hosted' | 'custom' | 'none'; | ||
/** | ||
* The support level of subscriptions in an extension. | ||
*/ | ||
export declare type HelixExtensionSubscriptionsSupportLevel = 'optional' | 'none'; | ||
export type HelixExtensionSubscriptionsSupportLevel = 'optional' | 'none'; | ||
/** | ||
* The size of an extension icon. | ||
*/ | ||
export declare type HelixExtensionIconSize = '100x100' | '24x24' | '300x200'; | ||
export type HelixExtensionIconSize = '100x100' | '24x24' | '300x200'; | ||
/** | ||
* The state of an extension. | ||
*/ | ||
export declare type HelixExtensionState = 'InTest' | 'InReview' | 'Rejected' | 'Approved' | 'Released' | 'Deprecated' | 'PendingAction' | 'AssetsUploaded' | 'Deleted'; | ||
export type HelixExtensionState = 'InTest' | 'InReview' | 'Rejected' | 'Approved' | 'Released' | 'Deprecated' | 'PendingAction' | 'AssetsUploaded' | 'Deleted'; | ||
/** @private */ | ||
@@ -18,0 +18,0 @@ interface HelixExtensionMobileViewData { |
import type { NoInfer } from '@d-fischer/shared-utils'; | ||
/** @private */ | ||
declare type PackageName = 'api' | 'auth' | 'chat' | 'common' | 'easy-bot' | 'eventsub-base' | 'eventsub-http' | 'eventsub-ws' | 'pubsub'; | ||
type PackageName = 'api' | 'auth' | 'chat' | 'common' | 'easy-bot' | 'eventsub-base' | 'eventsub-http' | 'eventsub-ws' | 'pubsub'; | ||
/** @private */ | ||
@@ -5,0 +5,0 @@ export declare function rtfm(pkg: PackageName, name: string): ClassDecorator; |
/** | ||
* The possible lengths of a channel commercial. | ||
*/ | ||
export declare type CommercialLength = 30 | 60 | 90 | 120 | 150 | 180; | ||
export type CommercialLength = 30 | 60 | 90 | 120 | 150 | 180; | ||
/** | ||
* The type of a user. | ||
*/ | ||
export declare type HelixUserType = 'staff' | 'admin' | 'global_mod' | ''; | ||
export type HelixUserType = 'staff' | 'admin' | 'global_mod' | ''; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -25,7 +25,7 @@ /** | ||
*/ | ||
export declare type UserIdResolvable = string | number | UserIdResolvableType; | ||
export type UserIdResolvable = string | number | UserIdResolvableType; | ||
/** | ||
* A user name or a user or channel object. | ||
*/ | ||
export declare type UserNameResolvable = string | UserNameResolveableType; | ||
export type UserNameResolvable = string | UserNameResolveableType; | ||
/** | ||
@@ -32,0 +32,0 @@ * Extracts the user ID from an argument that is possibly an object containing that ID. |
{ | ||
"name": "@twurple/common", | ||
"version": "7.0.0-pre.0", | ||
"version": "7.0.0-pre.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
74509
57
2068