@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.402",
3
+ "version": "0.3.403",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",