@parra/parra-js-sdk 0.3.278 → 0.3.280
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
|
@@ -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;
|
|
@@ -3328,6 +3329,7 @@ export interface PolicyDocumentCollectionStub {
|
|
|
3328
3329
|
deleted_at?: string | null;
|
|
3329
3330
|
type: PolicyDocumentType;
|
|
3330
3331
|
status: PolicyDocumentStatus;
|
|
3332
|
+
self_hosted: boolean;
|
|
3331
3333
|
title: string | null;
|
|
3332
3334
|
url: string;
|
|
3333
3335
|
published_version?: PolicyDocumentVersionStub | null;
|