@frontegg/rest-api 3.1.44 → 3.1.46

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.
@@ -162,6 +162,7 @@ export interface ISocialLoginProviderConfigurationV2 {
162
162
  authorizationUrl?: string | null;
163
163
  options?: Record<string, unknown>;
164
164
  customised: boolean;
165
+ additionalScopes?: string[];
165
166
  }
166
167
  export interface ICustomSocialLoginProviderConfigurationV1 {
167
168
  providers: {
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.44
1
+ /** @license Frontegg v3.1.46
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 v3.1.44
1
+ /** @license Frontegg v3.1.46
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": "3.1.44",
3
+ "version": "3.1.46",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {