@parra/parra-js-sdk 0.3.66 → 0.3.68

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.
@@ -1420,7 +1420,7 @@ export interface TenantIntegration {
1420
1420
  name: string;
1421
1421
  description: string;
1422
1422
  scope: IntegrationScope;
1423
- connected_app: ConnectedApp;
1423
+ connected_app: TenantConnectedApp;
1424
1424
  connections: Array<IntegrationConnection>;
1425
1425
  }
1426
1426
  export interface UpdateIntegrationConnectionRequestBody {
@@ -1436,7 +1436,7 @@ export interface CreateParraFeedbackFormBoardIntegrationConnectionRequestBody {
1436
1436
  form_id: string;
1437
1437
  board_id: string;
1438
1438
  ticket_title: string;
1439
- ticket_description?: string;
1439
+ ticket_description?: string | null;
1440
1440
  }
1441
1441
  export type CreateIntegrationConnectionRequestBody = CreateSlackFeedbackFormIntegrationConnectionRequestBody | CreateParraFeedbackFormBoardIntegrationConnectionRequestBody;
1442
1442
  export interface TenantInvitationRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.66",
3
+ "version": "0.3.68",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",