@frontegg/rest-api 7.111.0-alpha.2 → 7.111.0-alpha.3

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.
@@ -494,6 +494,8 @@ export interface IExchangeOAuthTokens {
494
494
  code_verifier?: string;
495
495
  redirect_uri?: string;
496
496
  refresh_token?: string;
497
+ grant_type?: string;
498
+ tenantId?: string;
497
499
  }
498
500
  export interface IOAuthTokenResponse {
499
501
  access_token: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.111.0-alpha.2
1
+ /** @license Frontegg v7.111.0-alpha.3
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.111.0-alpha.2
1
+ /** @license Frontegg v7.111.0-alpha.3
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
- "version": "7.111.0-alpha.2",
3
+ "version": "7.111.0-alpha.3",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",