@parra/parra-js-sdk 0.3.398 → 0.3.399
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
|
@@ -3622,10 +3622,12 @@ export interface YoutubeVideoFeedIntegrationConnectionData {
|
|
|
3622
3622
|
export interface UpdateYoutubeVideoFeedItemNotificationIntegrationConnectionData {
|
|
3623
3623
|
connected_app_connection_id: string;
|
|
3624
3624
|
feed_id: string;
|
|
3625
|
+
notification_template_id: string;
|
|
3625
3626
|
}
|
|
3626
3627
|
export interface YoutubeVideoFeedItemNotificationIntegrationConnectionData {
|
|
3627
3628
|
connected_app_connection_id: string;
|
|
3628
3629
|
feed_id: string;
|
|
3630
|
+
notification_template_id: string;
|
|
3629
3631
|
}
|
|
3630
3632
|
export interface UpdateXReleaseCollectionIntegrationConnectionData {
|
|
3631
3633
|
connected_app_connection_id: string;
|