@paroicms/public-server-lib 0.50.4 → 0.51.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/public-server-lib",
3
- "version": "0.50.4",
3
+ "version": "0.51.0",
4
4
  "description": "Common utilitaries for paroicms plugins (backend side).",
5
5
  "author": "Paroi Team",
6
6
  "repository": {
@@ -121,6 +121,7 @@ export interface TpDocPayload extends TpDocValues {
121
121
  flaggedWithOne: undefined;
122
122
  og: TpOgValues;
123
123
  breadcrumb: TpBreadcrumbItem[];
124
+ parent?: TpOneDocumentLoadDescriptor;
124
125
  siblings: TpSiblingDocuments;
125
126
  typeLabel: string;
126
127
  urlQuery: TpUrlQuery | undefined;