@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.
@@ -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",