@parra/parra-js-sdk 0.3.290 → 0.3.291

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.
@@ -1519,6 +1519,7 @@ export interface TicketLink {
1519
1519
  title: string;
1520
1520
  url: string;
1521
1521
  description?: string | null;
1522
+ icon_url?: string | null;
1522
1523
  }
1523
1524
  export interface Ticket {
1524
1525
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.290",
3
+ "version": "0.3.291",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",