@parra/parra-js-sdk 0.3.289 → 0.3.290
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 +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -3365,6 +3365,7 @@ export interface PolicyDocumentCollectionStub {
|
|
|
3365
3365
|
self_hosted: boolean;
|
|
3366
3366
|
title: string | null;
|
|
3367
3367
|
url: string;
|
|
3368
|
+
slug?: string | null;
|
|
3368
3369
|
published_version?: PolicyDocumentVersionStub | null;
|
|
3369
3370
|
draft_version?: PolicyDocumentVersionStub | null;
|
|
3370
3371
|
}
|