@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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.289",
3
+ "version": "0.3.290",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",