@parra/parra-js-sdk 0.3.399 → 0.3.401

Sign up to get free protection for your applications and to get access to all the features.
@@ -3620,12 +3620,10 @@ 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;
3625
3624
  notification_template_id: string;
3626
3625
  }
3627
3626
  export interface YoutubeVideoFeedItemNotificationIntegrationConnectionData {
3628
- connected_app_connection_id: string;
3629
3627
  feed_id: string;
3630
3628
  notification_template_id: string;
3631
3629
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.399",
3
+ "version": "0.3.401",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",