@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.
- package/dist/ParraAPI.d.ts +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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
|
}
|