@parra/parra-js-sdk 0.3.88 → 0.3.89
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 +3 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -991,6 +991,7 @@ export interface UserTicket {
|
|
|
991
991
|
updated_at: string;
|
|
992
992
|
deleted_at?: string | null;
|
|
993
993
|
title: string;
|
|
994
|
+
short_title?: string | null;
|
|
994
995
|
type: TicketType;
|
|
995
996
|
description?: string | null;
|
|
996
997
|
status: TicketStatus;
|
|
@@ -1000,6 +1001,8 @@ export interface UserTicket {
|
|
|
1000
1001
|
voting_enabled: boolean;
|
|
1001
1002
|
voted: boolean;
|
|
1002
1003
|
ticket_number: string;
|
|
1004
|
+
estimated_completion_date?: string | null;
|
|
1005
|
+
released_at?: string | null;
|
|
1003
1006
|
}
|
|
1004
1007
|
export interface ReleaseVersionInfoRequestBody {
|
|
1005
1008
|
type: ReleaseType;
|