@parra/parra-js-sdk 0.3.402 → 0.3.403
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +1 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -3594,12 +3594,11 @@ export interface ParraFeedbackFormBoardIntegrationConnectionData {
|
|
3594
3594
|
form_id: string;
|
3595
3595
|
}
|
3596
3596
|
export interface UpdateParraFeedItemVideoNotificationIntegrationConnectionData {
|
3597
|
-
feed_id: string;
|
3598
3597
|
notification_template_id: string;
|
3599
3598
|
}
|
3600
3599
|
export interface ParraFeedItemVideoNotificationIntegrationConnectionData {
|
3601
|
-
feed_id: string;
|
3602
3600
|
notification_template_id: string;
|
3601
|
+
feed_id: string;
|
3603
3602
|
}
|
3604
3603
|
export interface UpdateSlackReleaseCollectionIntegrationConnectionData {
|
3605
3604
|
connected_app_connection_id: string;
|