@parra/parra-js-sdk 0.3.68 → 0.3.69

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.
@@ -1434,7 +1434,6 @@ export interface CreateSlackFeedbackFormIntegrationConnectionRequestBody {
1434
1434
  }
1435
1435
  export interface CreateParraFeedbackFormBoardIntegrationConnectionRequestBody {
1436
1436
  form_id: string;
1437
- board_id: string;
1438
1437
  ticket_title: string;
1439
1438
  ticket_description?: string | null;
1440
1439
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.68",
3
+ "version": "0.3.69",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",