@dotcms/types 0.0.1-beta.37 → 0.0.1-beta.39

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": "@dotcms/types",
3
- "version": "0.0.1-beta.37",
3
+ "version": "0.0.1-beta.39",
4
4
  "keywords": [
5
5
  "dotCMS",
6
6
  "CMS",
@@ -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;