@parra/parra-js-sdk 0.3.65 → 0.3.66

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.
@@ -1427,6 +1427,7 @@ export interface UpdateIntegrationConnectionRequestBody {
1427
1427
  active?: boolean;
1428
1428
  }
1429
1429
  export interface CreateSlackFeedbackFormIntegrationConnectionRequestBody {
1430
+ form_id: string;
1430
1431
  connected_app_connection_id: string;
1431
1432
  channel: string;
1432
1433
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.65",
3
+ "version": "0.3.66",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",