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
2 changed files with 3 additions and 3 deletions

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;