@parra/parra-js-sdk 0.3.402 → 0.3.404

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.
@@ -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;
@@ -3594,12 +3595,11 @@ export interface ParraFeedbackFormBoardIntegrationConnectionData {
3594
3595
  form_id: string;
3595
3596
  }
3596
3597
  export interface UpdateParraFeedItemVideoNotificationIntegrationConnectionData {
3597
- feed_id: string;
3598
3598
  notification_template_id: string;
3599
3599
  }
3600
3600
  export interface ParraFeedItemVideoNotificationIntegrationConnectionData {
3601
- feed_id: string;
3602
3601
  notification_template_id: string;
3602
+ feed_id: string;
3603
3603
  }
3604
3604
  export interface UpdateSlackReleaseCollectionIntegrationConnectionData {
3605
3605
  connected_app_connection_id: string;
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.402",
3
+ "version": "0.3.404",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",