@parra/parra-js-sdk 0.3.278 → 0.3.279
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
|
@@ -3316,6 +3316,7 @@ export interface PolicyDocument {
|
|
|
3316
3316
|
type: PolicyDocumentType;
|
|
3317
3317
|
status: PolicyDocumentStatus;
|
|
3318
3318
|
title: string | null;
|
|
3319
|
+
self_hosted: boolean;
|
|
3319
3320
|
url: string;
|
|
3320
3321
|
tenant_id: string;
|
|
3321
3322
|
published_version?: PolicyDocumentVersion | null;
|