@parra/parra-js-sdk 0.3.402 → 0.3.404
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +3 -3
- package/dist/ParraAPI.js +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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) {
|