@dotcms/types 0.0.1-beta.38 → 0.0.1-beta.40
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 +1 -1
- package/src/lib/page/public.d.ts +2 -0
package/package.json
CHANGED
package/src/lib/page/public.d.ts
CHANGED
|
@@ -307,6 +307,7 @@ export interface DotCMSContainer {
|
|
|
307
307
|
* @property {string} modUser - User who last modified
|
|
308
308
|
* @property {string} modUserName - Display name of user who last modified
|
|
309
309
|
* @property {string} owner - Owner of the contentlet
|
|
310
|
+
* @property {string} ownerUserName - Display name of owner of the contentlet
|
|
310
311
|
* @property {number} sortOrder - Sort order position
|
|
311
312
|
* @property {string} stInode - Structure inode
|
|
312
313
|
* @property {string} title - Title of the contentlet
|
|
@@ -333,6 +334,7 @@ export interface DotCMSBasicContentlet {
|
|
|
333
334
|
file?: string;
|
|
334
335
|
folder: string;
|
|
335
336
|
hasLiveVersion?: boolean;
|
|
337
|
+
ownerUserName?: string;
|
|
336
338
|
hasTitleImage: boolean;
|
|
337
339
|
host: string;
|
|
338
340
|
hostName: string;
|