@parra/parra-js-sdk 0.3.289 → 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;
@@ -3365,6 +3366,7 @@ export interface PolicyDocumentCollectionStub {
3365
3366
  self_hosted: boolean;
3366
3367
  title: string | null;
3367
3368
  url: string;
3369
+ slug?: string | null;
3368
3370
  published_version?: PolicyDocumentVersionStub | null;
3369
3371
  draft_version?: PolicyDocumentVersionStub | null;
3370
3372
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.289",
3
+ "version": "0.3.291",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",