@parra/parra-js-sdk 0.3.398 → 0.3.400
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -3620,12 +3620,12 @@ export interface YoutubeVideoFeedIntegrationConnectionData {
|
|
3620
3620
|
youtube_channel_id: string;
|
3621
3621
|
}
|
3622
3622
|
export interface UpdateYoutubeVideoFeedItemNotificationIntegrationConnectionData {
|
3623
|
-
connected_app_connection_id: string;
|
3624
3623
|
feed_id: string;
|
3624
|
+
notification_template_id: string;
|
3625
3625
|
}
|
3626
3626
|
export interface YoutubeVideoFeedItemNotificationIntegrationConnectionData {
|
3627
|
-
connected_app_connection_id: string;
|
3628
3627
|
feed_id: string;
|
3628
|
+
notification_template_id: string;
|
3629
3629
|
}
|
3630
3630
|
export interface UpdateXReleaseCollectionIntegrationConnectionData {
|
3631
3631
|
connected_app_connection_id: string;
|