@parra/parra-js-sdk 0.3.402 → 0.3.403
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 +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;
|