@parra/parra-js-sdk 0.3.452 → 0.3.453

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.
@@ -4050,10 +4050,12 @@ export interface SlackUserCollectionIntegrationConnectionData {
4050
4050
  export interface UpdateDiscordCommentReviewIntegrationConnectionData {
4051
4051
  connected_app_connection_id: string;
4052
4052
  channel: string;
4053
+ message: string;
4053
4054
  }
4054
4055
  export interface DiscordCommentReviewIntegrationConnectionData {
4055
4056
  connected_app_connection_id: string;
4056
4057
  channel: string;
4058
+ message: string;
4057
4059
  }
4058
4060
  export interface UpdateDiscordFeedbackFormIntegrationConnectionData {
4059
4061
  connected_app_connection_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.452",
3
+ "version": "0.3.453",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",