@parra/parra-js-sdk 0.3.403 → 0.3.404

Sign up to get free protection for your applications and to get access to all the features.
@@ -3146,7 +3146,8 @@ export declare enum GrantType {
3146
3146
  password = "password",
3147
3147
  refreshToken = "refresh_token",
3148
3148
  passwordlessOtp = "passwordless_otp",
3149
- webauthnToken = "webauthn_token"
3149
+ webauthnToken = "webauthn_token",
3150
+ signInWithApple = "sign_in_with_apple"
3150
3151
  }
3151
3152
  export interface Grant {
3152
3153
  id: GrantType;
package/dist/ParraAPI.js CHANGED
@@ -295,6 +295,7 @@ var GrantType;
295
295
  GrantType["refreshToken"] = "refresh_token";
296
296
  GrantType["passwordlessOtp"] = "passwordless_otp";
297
297
  GrantType["webauthnToken"] = "webauthn_token";
298
+ GrantType["signInWithApple"] = "sign_in_with_apple";
298
299
  })(GrantType || (exports.GrantType = GrantType = {}));
299
300
  var JwtAlgorithm;
300
301
  (function (JwtAlgorithm) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.403",
3
+ "version": "0.3.404",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",