Comparing version 1.0.0 to 1.0.1
@@ -21,1 +21,16 @@ export declare enum AuthorizationPlatform { | ||
} : T extends AuthorizationPlatform.Debug ? {} : {}; | ||
export declare type WritableAuthorizationStatus<T extends AuthorizationPlatform> = { | ||
platform: T; | ||
username: string; | ||
displayName: string; | ||
identifier: string; | ||
email: string; | ||
phone: string; | ||
infos: Record<string, any>; | ||
beacons: Record<string, any>; | ||
} & WritableDynamicAuthorizationStatus<T>; | ||
export declare type WritableDynamicAuthorizationStatus<T extends AuthorizationPlatform> = T extends AuthorizationPlatform.Brontosaurus ? { | ||
raw: string; | ||
} : T extends AuthorizationPlatform.Google ? { | ||
token: string; | ||
} : T extends AuthorizationPlatform.Debug ? {} : {}; |
{ | ||
"name": "authnull", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": ":sparkles: Authnull Server for TypeScript", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
3883
60