@parra/parra-js-sdk 0.3.66 → 0.3.67
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.
- package/dist/ParraAPI.d.ts +1 -1
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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 {
|