@parra/parra-js-sdk 0.3.455 → 0.3.457

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.
@@ -3971,6 +3971,7 @@ export interface CreateXConnectedAppConnectionRequestBody {
3971
3971
  export type CreateConnectedAppConnectionRequestBody = CreateAppStoreConnectConnectedAppConnectionRequestBody | CreateApnsConnectedAppConnectionRequestBody | CreateResendConnectedAppConnectionRequestBody | CreateSendgridConnectedAppConnectionRequestBody | CreateSlackConnectedAppConnectionRequestBody | CreateDiscordConnectedAppConnectionRequestBody | CreateYoutubeConnectedAppConnectionRequestBody | CreateTwilioConnectedAppConnectionRequestBody | CreateXConnectedAppConnectionRequestBody;
3972
3972
  export declare enum IntegrationType {
3973
3973
  parraFeedbackFormBoard = "parra-feedback-form-board",
3974
+ parraFormCreatorUpdate = "parra-form-creator-update",
3974
3975
  parraFeedItemVideoNotification = "parra-feed-item-video-notification",
3975
3976
  discordFeedbackForm = "discord-feedback-form",
3976
3977
  discordPurchaseCollection = "discord-purchase-collection",
@@ -4011,6 +4012,17 @@ export interface ParraFeedbackFormBoardIntegrationConnectionData {
4011
4012
  ticket_description?: string | null;
4012
4013
  form_id: string;
4013
4014
  }
4015
+ export interface UpdateParraFormCreatorUpdateIntegrationConnectionData {
4016
+ title?: string | null;
4017
+ body?: string | null;
4018
+ creator_update_template_id?: string | null;
4019
+ }
4020
+ export interface ParraFormCreatorUpdateIntegrationConnectionData {
4021
+ title?: string | null;
4022
+ body?: string | null;
4023
+ creator_update_template_id?: string | null;
4024
+ form_id: string;
4025
+ }
4014
4026
  export interface UpdateParraFeedItemVideoNotificationIntegrationConnectionData {
4015
4027
  notification_template_id: string;
4016
4028
  }
@@ -4124,7 +4136,7 @@ export interface XReleaseCollectionIntegrationConnectionData {
4124
4136
  connected_app_connection_id: string;
4125
4137
  text: string;
4126
4138
  }
4127
- export type IntegrationConnectionData = SlackFeedbackFormIntegrationConnectionData | ParraFeedbackFormBoardIntegrationConnectionData | ParraFeedItemVideoNotificationIntegrationConnectionData | SlackReleaseCollectionIntegrationConnectionData | SlackPurchaseCollectionIntegrationConnectionData | SlackUserCollectionIntegrationConnectionData | DiscordCommentReviewIntegrationConnectionData | DiscordFeedbackFormIntegrationConnectionData | DiscordReleaseCollectionIntegrationConnectionData | DiscordPurchaseCollectionIntegrationConnectionData | DiscordUserCollectionIntegrationConnectionData | SlackCommentReviewIntegrationConnectionData | YoutubeVideoFeedIntegrationConnectionData | XReleaseCollectionIntegrationConnectionData;
4139
+ export type IntegrationConnectionData = SlackFeedbackFormIntegrationConnectionData | ParraFeedbackFormBoardIntegrationConnectionData | ParraFormCreatorUpdateIntegrationConnectionData | ParraFeedItemVideoNotificationIntegrationConnectionData | SlackReleaseCollectionIntegrationConnectionData | SlackPurchaseCollectionIntegrationConnectionData | SlackUserCollectionIntegrationConnectionData | DiscordCommentReviewIntegrationConnectionData | DiscordFeedbackFormIntegrationConnectionData | DiscordReleaseCollectionIntegrationConnectionData | DiscordPurchaseCollectionIntegrationConnectionData | DiscordUserCollectionIntegrationConnectionData | SlackCommentReviewIntegrationConnectionData | YoutubeVideoFeedIntegrationConnectionData | XReleaseCollectionIntegrationConnectionData;
4128
4140
  export interface IntegrationConnection {
4129
4141
  id: string;
4130
4142
  created_at: string;
@@ -4166,8 +4178,8 @@ export interface TenantIntegration {
4166
4178
  export interface UpdateIntegrationConnectionRequestBody {
4167
4179
  active?: boolean;
4168
4180
  }
4169
- export type UpdateIntegrationConnectionDataRequestBody = UpdateSlackFeedbackFormIntegrationConnectionData | UpdateParraFeedbackFormBoardIntegrationConnectionData | UpdateParraFeedItemVideoNotificationIntegrationConnectionData | UpdateSlackReleaseCollectionIntegrationConnectionData | UpdateSlackPurchaseCollectionIntegrationConnectionData | UpdateSlackUserCollectionIntegrationConnectionData | UpdateDiscordCommentReviewIntegrationConnectionData | UpdateDiscordFeedbackFormIntegrationConnectionData | UpdateDiscordReleaseCollectionIntegrationConnectionData | UpdateDiscordPurchaseCollectionIntegrationConnectionData | UpdateDiscordUserCollectionIntegrationConnectionData | UpdateYoutubeVideoFeedIntegrationConnectionData | UpdateXReleaseCollectionIntegrationConnectionData;
4170
- export type CreateIntegrationConnectionRequestBody = SlackFeedbackFormIntegrationConnectionData | ParraFeedbackFormBoardIntegrationConnectionData | ParraFeedItemVideoNotificationIntegrationConnectionData | SlackReleaseCollectionIntegrationConnectionData | SlackPurchaseCollectionIntegrationConnectionData | SlackUserCollectionIntegrationConnectionData | DiscordCommentReviewIntegrationConnectionData | DiscordFeedbackFormIntegrationConnectionData | DiscordReleaseCollectionIntegrationConnectionData | DiscordPurchaseCollectionIntegrationConnectionData | SlackCommentReviewIntegrationConnectionData | YoutubeVideoFeedIntegrationConnectionData | XReleaseCollectionIntegrationConnectionData;
4181
+ export type UpdateIntegrationConnectionDataRequestBody = UpdateSlackFeedbackFormIntegrationConnectionData | UpdateParraFeedbackFormBoardIntegrationConnectionData | UpdateParraFormCreatorUpdateIntegrationConnectionData | UpdateParraFeedItemVideoNotificationIntegrationConnectionData | UpdateSlackReleaseCollectionIntegrationConnectionData | UpdateSlackPurchaseCollectionIntegrationConnectionData | UpdateSlackUserCollectionIntegrationConnectionData | UpdateDiscordCommentReviewIntegrationConnectionData | UpdateDiscordFeedbackFormIntegrationConnectionData | UpdateDiscordReleaseCollectionIntegrationConnectionData | UpdateDiscordPurchaseCollectionIntegrationConnectionData | UpdateDiscordUserCollectionIntegrationConnectionData | UpdateYoutubeVideoFeedIntegrationConnectionData | UpdateXReleaseCollectionIntegrationConnectionData;
4182
+ export type CreateIntegrationConnectionRequestBody = SlackFeedbackFormIntegrationConnectionData | ParraFeedbackFormBoardIntegrationConnectionData | ParraFormCreatorUpdateIntegrationConnectionData | ParraFeedItemVideoNotificationIntegrationConnectionData | SlackReleaseCollectionIntegrationConnectionData | SlackPurchaseCollectionIntegrationConnectionData | SlackUserCollectionIntegrationConnectionData | DiscordCommentReviewIntegrationConnectionData | DiscordFeedbackFormIntegrationConnectionData | DiscordReleaseCollectionIntegrationConnectionData | DiscordPurchaseCollectionIntegrationConnectionData | SlackCommentReviewIntegrationConnectionData | YoutubeVideoFeedIntegrationConnectionData | XReleaseCollectionIntegrationConnectionData;
4171
4183
  export interface TenantInvitationRequestBody {
4172
4184
  name: string;
4173
4185
  email: string;
package/dist/ParraAPI.js CHANGED
@@ -454,6 +454,7 @@ var ConnectedAppConnectionStatus;
454
454
  var IntegrationType;
455
455
  (function (IntegrationType) {
456
456
  IntegrationType["parraFeedbackFormBoard"] = "parra-feedback-form-board";
457
+ IntegrationType["parraFormCreatorUpdate"] = "parra-form-creator-update";
457
458
  IntegrationType["parraFeedItemVideoNotification"] = "parra-feed-item-video-notification";
458
459
  IntegrationType["discordFeedbackForm"] = "discord-feedback-form";
459
460
  IntegrationType["discordPurchaseCollection"] = "discord-purchase-collection";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.455",
3
+ "version": "0.3.457",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",