@parra/parra-js-sdk 0.3.49 → 0.3.50

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.
@@ -837,6 +837,7 @@ export interface CreateTicketRequestBody {
837
837
  description?: string | null;
838
838
  voting_enabled: boolean;
839
839
  is_public: boolean;
840
+ user_note_id?: string | null;
840
841
  }
841
842
  export declare enum ReleaseStatus {
842
843
  pending = "pending",
@@ -879,6 +880,7 @@ export interface TicketStub {
879
880
  description?: string | null;
880
881
  voting_enabled: boolean;
881
882
  is_public: boolean;
883
+ user_note_id?: string | null;
882
884
  ticket_number: string;
883
885
  tenant_id: string;
884
886
  vote_count: number;
@@ -894,6 +896,7 @@ export interface Ticket {
894
896
  description?: string | null;
895
897
  voting_enabled: boolean;
896
898
  is_public: boolean;
899
+ user_note_id?: string | null;
897
900
  ticket_number: string;
898
901
  tenant_id: string;
899
902
  vote_count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.49",
3
+ "version": "0.3.50",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",