@frontegg/rest-api 3.0.50 → 3.0.52

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/auth/enums.d.ts CHANGED
@@ -3,7 +3,8 @@ export declare enum SocialLoginProviders {
3
3
  Facebook = "facebook",
4
4
  Google = "google",
5
5
  Github = "github",
6
- Slack = "slack"
6
+ Slack = "slack",
7
+ Apple = "apple"
7
8
  }
8
9
  export declare enum AuthStrategyEnum {
9
10
  EmailAndPassword = "EmailAndPassword",
package/auth/enums.js CHANGED
@@ -6,6 +6,7 @@ export let SocialLoginProviders;
6
6
  SocialLoginProviders["Google"] = "google";
7
7
  SocialLoginProviders["Github"] = "github";
8
8
  SocialLoginProviders["Slack"] = "slack";
9
+ SocialLoginProviders["Apple"] = "apple";
9
10
  })(SocialLoginProviders || (SocialLoginProviders = {}));
10
11
 
11
12
  export let AuthStrategyEnum;
package/constants.js CHANGED
@@ -186,6 +186,6 @@ export const urls = {
186
186
  },
187
187
  directory: {
188
188
  v1: '/directory/resources/v1/configurations/scim2',
189
- temp: '/resources/scim/temp'
189
+ temp: '/directory/resources/scim/temp'
190
190
  }
191
191
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.50
1
+ /** @license Frontegg v3.0.52
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.
@@ -13,6 +13,7 @@ exports.SocialLoginProviders = SocialLoginProviders;
13
13
  SocialLoginProviders["Google"] = "google";
14
14
  SocialLoginProviders["Github"] = "github";
15
15
  SocialLoginProviders["Slack"] = "slack";
16
+ SocialLoginProviders["Apple"] = "apple";
16
17
  })(SocialLoginProviders || (exports.SocialLoginProviders = SocialLoginProviders = {}));
17
18
 
18
19
  let AuthStrategyEnum;
package/node/constants.js CHANGED
@@ -192,7 +192,7 @@ const urls = {
192
192
  },
193
193
  directory: {
194
194
  v1: '/directory/resources/v1/configurations/scim2',
195
- temp: '/resources/scim/temp'
195
+ temp: '/directory/resources/scim/temp'
196
196
  }
197
197
  };
198
198
  exports.urls = urls;
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.50
1
+ /** @license Frontegg v3.0.52
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.0.50",
3
+ "version": "3.0.52",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {