@parra/parra-js-sdk 0.3.452 → 0.3.454
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 +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -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;
|