@parra/parra-js-sdk 0.3.279 → 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.
@@ -3329,6 +3329,7 @@ export interface PolicyDocumentCollectionStub {
3329
3329
  deleted_at?: string | null;
3330
3330
  type: PolicyDocumentType;
3331
3331
  status: PolicyDocumentStatus;
3332
+ self_hosted: boolean;
3332
3333
  title: string | null;
3333
3334
  url: string;
3334
3335
  published_version?: PolicyDocumentVersionStub | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.279",
3
+ "version": "0.3.280",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",