@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.
@@ -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 interface CreateIntegrationConnectionRequestBody {
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.396",
3
+ "version": "0.3.397",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",