@parra/parra-js-sdk 0.3.396 → 0.3.397
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +1 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -3678,8 +3678,7 @@ export interface UpdateIntegrationConnectionRequestBody {
|
|
3678
3678
|
active?: boolean;
|
3679
3679
|
}
|
3680
3680
|
export type UpdateIntegrationConnectionDataRequestBody = UpdateSlackFeedbackFormIntegrationConnectionData | UpdateParraFeedbackFormBoardIntegrationConnectionData | UpdateSlackReleaseCollectionIntegrationConnectionData | UpdateSlackCommentReviewIntegrationConnectionData | UpdateYoutubeVideoFeedIntegrationConnectionData | UpdateYoutubeVideoFeedItemNotificationIntegrationConnectionData | UpdateXReleaseCollectionIntegrationConnectionData;
|
3681
|
-
export
|
3682
|
-
}
|
3681
|
+
export type CreateIntegrationConnectionRequestBody = SlackFeedbackFormIntegrationConnectionData | ParraFeedbackFormBoardIntegrationConnectionData | SlackReleaseCollectionIntegrationConnectionData | SlackCommentReviewIntegrationConnectionData | YoutubeVideoFeedIntegrationConnectionData | YoutubeVideoFeedItemNotificationIntegrationConnectionData | XReleaseCollectionIntegrationConnectionData;
|
3683
3682
|
export interface TenantInvitationRequestBody {
|
3684
3683
|
name: string;
|
3685
3684
|
email: string;
|