@parra/parra-js-sdk 0.3.35 → 0.3.36

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.
@@ -847,6 +847,7 @@ export interface Ticket {
847
847
  description?: string | null;
848
848
  voting_enabled: boolean;
849
849
  is_public: boolean;
850
+ ticket_number: string;
850
851
  tenant_id: string;
851
852
  vote_count: number;
852
853
  status: TicketStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.35",
3
+ "version": "0.3.36",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",