@parra/parra-js-sdk 0.3.84 → 0.3.85

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.
@@ -1456,7 +1456,11 @@ export interface TenantIntegration {
1456
1456
  export interface UpdateIntegrationConnectionRequestBody {
1457
1457
  active?: boolean;
1458
1458
  }
1459
- export type UpdateIntegrationConnectionDataRequestBody = UpdateSlackReleaseCollectionIntegrationConnectionData | UpdateSlackFeedbackFormIntegrationConnectionData | UpdateParraFeedbackFormBoardIntegrationConnectionData;
1459
+ export interface UpdateXReleaseCollectionIntegrationConnectionData {
1460
+ connected_app_connection_id: string;
1461
+ text: string;
1462
+ }
1463
+ export type UpdateIntegrationConnectionDataRequestBody = UpdateSlackFeedbackFormIntegrationConnectionData | UpdateParraFeedbackFormBoardIntegrationConnectionData | UpdateSlackReleaseCollectionIntegrationConnectionData | UpdateXReleaseCollectionIntegrationConnectionData;
1460
1464
  export interface CreateIntegrationConnectionRequestBody {
1461
1465
  }
1462
1466
  export interface TenantInvitationRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.84",
3
+ "version": "0.3.85",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",