@lichess-org/types 2.0.38 → 2.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lichess-api.d.ts +2 -2
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -13707,10 +13707,10 @@ export interface operations {
|
|
|
13707
13707
|
content: {
|
|
13708
13708
|
"application/x-www-form-urlencoded": {
|
|
13709
13709
|
/**
|
|
13710
|
-
* @description Must be `authorization_code`.
|
|
13711
13710
|
* @example authorization_code
|
|
13711
|
+
* @constant
|
|
13712
13712
|
*/
|
|
13713
|
-
grant_type?:
|
|
13713
|
+
grant_type?: "authorization_code";
|
|
13714
13714
|
/**
|
|
13715
13715
|
* @description The authorization code that was sent in the `code` parameter to your `redirect_uri`.
|
|
13716
13716
|
* @example liu_iS1uOZg99Htmo58ex2jKgYziUfzsnAl0
|