Update coral

https://github.com/samuelthomas2774/nxapi/issues/25
This commit is contained in:
Samuel Elliott 2022-09-28 20:43:03 +01:00
parent 50d942ae44
commit 43cbccd9cb
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"require_version": [],
"coral": {
"znca_version": "2.2.0"
"znca_version": "2.3.0"
},
"coral_auth": {
"default": "imink",

View File

@ -78,7 +78,7 @@ export interface AccountLogin {
};
}
/** /v3/Account/GetToken */
/** /v3/Account/GetToken, /v3/Extension/Account/GetToken */
export type AccountToken = AccountLogin;
export interface AccountTokenParameter {
@ -196,7 +196,7 @@ export interface WebServiceTokenParameter {
f: string;
}
/** /v2/Game/GetWebServiceToken */
/** /v2/Game/GetWebServiceToken, /v2/Extension/Game/GetWebServiceToken */
export interface WebServiceToken {
accessToken: string;
expiresIn: number;