@parra/parra-js-sdk 0.3.396 → 0.3.397
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/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;
|