@sitevision/api 2024.1.1 → 2024.2.1

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.
Files changed (22) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +2 -2
  3. package/server/ArticleUtil/index.d.ts +35 -0
  4. package/server/LinkPageUtil/index.d.ts +31 -0
  5. package/server/NodeTypeUtil/index.d.ts +18 -0
  6. package/server/PageUtil/index.d.ts +31 -0
  7. package/server/PermissionUtil.Permission/index.d.ts +2 -0
  8. package/server/PermissionUtil.Permission/index.js +3 -1
  9. package/server/PortletContextUtil/index.d.ts +7 -0
  10. package/server/PortletContextUtil/index.js +1 -0
  11. package/server/PublishStatus/index.d.ts +20 -0
  12. package/server/PublishStatus/index.js +17 -0
  13. package/server/PublishingUtil/index.d.ts +53 -0
  14. package/server/PublishingUtil/index.js +3 -1
  15. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.d.ts +14 -0
  16. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.ArticleUtilConstants/index.js +3 -1
  17. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.d.ts +14 -0
  18. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.LinkPageUtilConstants/index.js +3 -1
  19. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.d.ts +21 -0
  20. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.NodeTypeUtilConstants/index.js +4 -1
  21. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.d.ts +14 -0
  22. package/types/senselogic/sitevision/api/render/velocity/VelocityAccess.PageUtilConstants/index.js +2 -0
package/index.d.ts CHANGED
@@ -81,6 +81,7 @@ import './server/PortletUtil';
81
81
  import './server/PrincipalUtil';
82
82
  import './server/Properties';
83
83
  import './server/PropertyUtil';
84
+ import './server/PublishStatus';
84
85
  import './server/PublishingUtil';
85
86
  import './server/QueryStringUtil';
86
87
  import './server/RedirectUtil';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitevision/api",
3
- "version": "2024.1.1",
3
+ "version": "2024.2.1",
4
4
  "author": "Sitevision AB",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,5 +30,5 @@
30
30
  "access": "public",
31
31
  "directory": "dist"
32
32
  },
33
- "gitHead": "58d6b847443464b5d7b10003bc2da0bef02de0e7"
33
+ "gitHead": "ecc0cf7bfd6da83e4fd08c03614bb676c40cb66f"
34
34
  }
@@ -123,6 +123,33 @@ export interface ArticleUtil extends ArticleUtilConstants {
123
123
  */
124
124
  PROPERTY_PUBLISHED_BY: "publishedBy";
125
125
 
126
+ /**
127
+ * <p>
128
+ * Name of the property specifying the last user to unpublish an article.
129
+ * It corresponds to the sv:article property <code>lastUnpublishedBy</code>.
130
+ * </p>
131
+ *
132
+ * <p>
133
+ * The property value must be a {@link javax.jcr.Node} with primary node type sv:user or sv:systemUser.
134
+ * </p>
135
+ * @since Sitevision 2024.01.2
136
+ */
137
+ PROPERTY_LAST_UNPUBLISHED_BY: "lastUnpublishedBy";
138
+
139
+ /**
140
+ * <p>
141
+ * Name of the property specifying the last unpublished date of an article.
142
+ * It corresponds to the sv:article property <code>lastUnpublishDate</code>.
143
+ * </p>
144
+ *
145
+ * <p>
146
+ * The property value must be of type <code>Date</code> or a <code>String</code> on format yyyy-MM-dd HH:mm:ss,
147
+ * where HH:mm:ss is optional (defaults to 00:00:00).
148
+ * </p>
149
+ * @since Sitevision 2024.01.2
150
+ */
151
+ PROPERTY_LAST_UNPUBLISH_DATE: "lastUnpublishDate";
152
+
126
153
  /**
127
154
  * <p>Creates an article as sub node to a specified parent. The parent must be a node with primary
128
155
  * node type sv:archive. If other parent is specified a <code>ConstraintViolationException</code> is thrown.</p>
@@ -212,6 +239,8 @@ export interface ArticleUtil extends ArticleUtilConstants {
212
239
  * <li>{@link #PROPERTY_LAST_PUBLISHED_BY} - null (will not have a value)</li>
213
240
  * <li>{@link #PROPERTY_PUBLISH_DATE} - null (will not have a value)</li>
214
241
  * <li>{@link #PROPERTY_PUBLISHED_BY} - null (will not have a value)</li>
242
+ * <li>{@link #PROPERTY_LAST_UNPUBLISHED_BY} - null (will not have a value)</li>
243
+ * <li>{@link #PROPERTY_LAST_UNPUBLISH_DATE} - null (will not have a value)</li>
215
244
  * </ul>
216
245
  *
217
246
  * <p>The article content is specified using the
@@ -289,6 +318,12 @@ export interface ArticleUtil extends ArticleUtilConstants {
289
318
  * <li>
290
319
  * {@link #PROPERTY_PUBLISHED_BY}
291
320
  * </li>
321
+ * <li>
322
+ * {@link #PROPERTY_LAST_UNPUBLISHED_BY}
323
+ * </li>
324
+ * <li>
325
+ * {@link #PROPERTY_LAST_UNPUBLISH_DATE}
326
+ * </li>
292
327
  * </ul>
293
328
  * <p>
294
329
  * If an invalid value is provided for a property, an <code>IllegalArgumentException</code> is thrown.
@@ -116,6 +116,33 @@ export interface LinkPageUtil extends LinkPageUtilConstants {
116
116
  */
117
117
  PROPERTY_PUBLISHED_BY: "publishedBy";
118
118
 
119
+ /**
120
+ * <p>
121
+ * Name of the property specifying the last user to unpublish a link page.
122
+ * It corresponds to the sv:link property <code>lastUnpublishedBy</code>.
123
+ * </p>
124
+ *
125
+ * <p>
126
+ * The property value must be a {@link javax.jcr.Node} with primary node type sv:user or sv:systemUser.
127
+ * </p>
128
+ * @since Sitevision 2024.01.2
129
+ */
130
+ PROPERTY_LAST_UNPUBLISHED_BY: "lastUnpublishedBy";
131
+
132
+ /**
133
+ * <p>
134
+ * Name of the property specifying the last unpublished date of a link page.
135
+ * It corresponds to the sv:link property <code>lastUnpublishDate</code>.
136
+ * </p>
137
+ *
138
+ * <p>
139
+ * The property value must be of type <code>Date</code> or a <code>String</code> on format yyyy-MM-dd HH:mm:ss,
140
+ * where HH:mm:ss is optional (defaults to 00:00:00).
141
+ * </p>
142
+ * @since Sitevision 2024.01.2
143
+ */
144
+ PROPERTY_LAST_UNPUBLISH_DATE: "lastUnpublishDate";
145
+
119
146
  /**
120
147
  * <p>
121
148
  * Creates a link page as sub node of a specified parent.
@@ -207,6 +234,8 @@ export interface LinkPageUtil extends LinkPageUtilConstants {
207
234
  * <li>{@link #PROPERTY_LAST_PUBLISHED_BY}</li>
208
235
  * <li>{@link #PROPERTY_PUBLISH_DATE}</li>
209
236
  * <li>{@link #PROPERTY_PUBLISHED_BY}</li>
237
+ * <li>{@link #PROPERTY_LAST_UNPUBLISHED_BY}</li>
238
+ * <li>{@link #PROPERTY_LAST_UNPUBLISH_DATE}</li>
210
239
  * </ul>
211
240
  * <p>
212
241
  * If an invalid value is provided for a property, an <code>IllegalArgumentException</code> is thrown
@@ -225,6 +254,8 @@ export interface LinkPageUtil extends LinkPageUtilConstants {
225
254
  * <li>{@link #PROPERTY_LAST_PUBLISHED_BY} - null (will not have a value)</li>
226
255
  * <li>{@link #PROPERTY_PUBLISH_DATE} - null (will not have a value)</li>
227
256
  * <li>{@link #PROPERTY_PUBLISHED_BY} - null (will not have a value)</li>
257
+ * <li>{@link #PROPERTY_LAST_UNPUBLISHED_BY} - null (will not have a value)</li>
258
+ * <li>{@link #PROPERTY_LAST_UNPUBLISH_DATE} - null (will not have a value)</li>
228
259
  * </ul>
229
260
  *
230
261
  * <p>
@@ -1086,6 +1086,12 @@ export interface NodeTypeUtil extends NodeTypeUtilConstants {
1086
1086
  */
1087
1087
  MARKETPLACE_HEADLESS_CUSTOM_MODULE_TYPE: "sv:marketplaceHeadlessCustomModule";
1088
1088
 
1089
+ /**
1090
+ * The primary node type name for the Marketplace widget custom module type.
1091
+ * @since Sitevision 2024.02.1
1092
+ */
1093
+ MARKETPLACE_WIDGET_CUSTOM_MODULE_TYPE: "sv:marketplaceWidgetCustomModule";
1094
+
1089
1095
  /**
1090
1096
  * The primary node type name for the responsive breakpoint repository type.
1091
1097
  * @since Sitevision 6.2
@@ -1176,6 +1182,18 @@ export interface NodeTypeUtil extends NodeTypeUtilConstants {
1176
1182
  */
1177
1183
  WORK_STATUS_TEMPLATE_REPOSITORY_TYPE: "sv:workStatusTemplateRepository";
1178
1184
 
1185
+ /**
1186
+ * The primary node type name for the dashboard type.
1187
+ * @since Sitevision 2024.02.1
1188
+ */
1189
+ DASHBOARD_TYPE: "sv:dashboard";
1190
+
1191
+ /**
1192
+ * The primary node type name for the widget custom module type.
1193
+ * @since Sitevision 2024.02.1
1194
+ */
1195
+ WIDGET_CUSTOM_MODULE_TYPE: "sv:widgetCustomModule";
1196
+
1179
1197
  /**
1180
1198
  * Checks if a node is a layout.
1181
1199
  * @param aNode the node to be checked
@@ -129,6 +129,33 @@ export interface PageUtil extends PageUtilConstants {
129
129
  */
130
130
  PROPERTY_PUBLISHED_BY: "publishedBy";
131
131
 
132
+ /**
133
+ * <p>
134
+ * Name of the property specifying the last user to unpublish a page.
135
+ * It corresponds to the sv:page property <code>lastUnpublishedBy</code>.
136
+ * </p>
137
+ *
138
+ * <p>
139
+ * The property value must be a {@link javax.jcr.Node} with primary node type sv:user or sv:systemUser.
140
+ * </p>
141
+ * @since Sitevision 2024.01.2
142
+ */
143
+ PROPERTY_LAST_UNPUBLISHED_BY: "lastUnpublishedBy";
144
+
145
+ /**
146
+ * <p>
147
+ * Name of the property specifying the last unpublished date of a page.
148
+ * It corresponds to the sv:page property <code>lastUnpublishDate</code>.
149
+ * </p>
150
+ *
151
+ * <p>
152
+ * The property value must be of type <code>Date</code> or a <code>String</code> on format yyyy-MM-dd HH:mm:ss,
153
+ * where HH:mm:ss is optional (defaults to 00:00:00).
154
+ * </p>
155
+ * @since Sitevision 2024.01.2
156
+ */
157
+ PROPERTY_LAST_UNPUBLISH_DATE: "lastUnpublishDate";
158
+
132
159
  /**
133
160
  * <p>
134
161
  * Creates a page as sub node to the specified parent.
@@ -205,6 +232,8 @@ export interface PageUtil extends PageUtilConstants {
205
232
  * <li>{@link #PROPERTY_LAST_PUBLISHED_BY} - null (will not have a value)</li>
206
233
  * <li>{@link #PROPERTY_PUBLISH_DATE} - null (will not have a value)</li>
207
234
  * <li>{@link #PROPERTY_PUBLISHED_BY} - null (will not have a value)</li>
235
+ * <li>{@link #PROPERTY_LAST_UNPUBLISHED_BY} - null (will not have a value)</li>
236
+ * <li>{@link #PROPERTY_LAST_UNPUBLISH_DATE} - null (will not have a value)</li>
208
237
  * </ul>
209
238
  *
210
239
  * <p>The page content is specified using the
@@ -261,6 +290,8 @@ export interface PageUtil extends PageUtilConstants {
261
290
  * <li>{@link #PROPERTY_LAST_PUBLISHED_BY}</li>
262
291
  * <li>{@link #PROPERTY_PUBLISH_DATE}</li>
263
292
  * <li>{@link #PROPERTY_PUBLISHED_BY}</li>
293
+ * <li>{@link #PROPERTY_LAST_UNPUBLISHED_BY}</li>
294
+ * <li>{@link #PROPERTY_LAST_UNPUBLISH_DATE}</li>
264
295
  * </ul>
265
296
  * <p>If an invalid value is provided for a property, an <code>IllegalArgumentException</code> is thrown.</p>
266
297
  *
@@ -52,6 +52,8 @@ declare enum Permission {
52
52
  MANAGE_PINNING,
53
53
  MANAGE_TYPES_IDENTIFIERS,
54
54
  MANAGE_CUSTOM_SEARCH_INDEX,
55
+ MANAGE_PUBLISHING_LOCK,
56
+ MANAGE_DASHBOARDS,
55
57
  }
56
58
 
57
59
  export default Permission;
@@ -36,6 +36,8 @@ var _default = {
36
36
  CREATE_PRIVATE_CHANNELS: "CREATE_PRIVATE_CHANNELS",
37
37
  MANAGE_PINNING: "MANAGE_PINNING",
38
38
  MANAGE_TYPES_IDENTIFIERS: "MANAGE_TYPES_IDENTIFIERS",
39
- MANAGE_CUSTOM_SEARCH_INDEX: "MANAGE_CUSTOM_SEARCH_INDEX"
39
+ MANAGE_CUSTOM_SEARCH_INDEX: "MANAGE_CUSTOM_SEARCH_INDEX",
40
+ MANAGE_PUBLISHING_LOCK: "MANAGE_PUBLISHING_LOCK",
41
+ MANAGE_DASHBOARDS: "MANAGE_DASHBOARDS"
40
42
  };
41
43
  exports["default"] = _default;
@@ -50,6 +50,13 @@ export interface PortletContextUtil extends PortletContextUtilConstants {
50
50
  */
51
51
  getCurrentModuleElement(): Node;
52
52
 
53
+ /**
54
+ * Gets current dashboard node (applicable during render of a sv:widgetCustomModule).
55
+ * @return current dashboard as <code>Node</code>, or <code>null</code> if indeterminable&#xA; (i.e. this method is not called from within a sv:widgetCustomModule)
56
+ * @since Sitevision 2024.02.1
57
+ */
58
+ getCurrentDashboard(): Node;
59
+
53
60
  /**
54
61
  * Gets current Locale.
55
62
  * @return current <code>Locale</code>, or default <code>Locale</code> if indeterminable
@@ -8,6 +8,7 @@ var _default = {
8
8
  getCurrentPage: function getCurrentPage() {},
9
9
  getCurrentPortlet: function getCurrentPortlet() {},
10
10
  getCurrentModuleElement: function getCurrentModuleElement() {},
11
+ getCurrentDashboard: function getCurrentDashboard() {},
11
12
  getCurrentLocale: function getCurrentLocale() {},
12
13
  getCurrentUser: function getCurrentUser() {},
13
14
  getCurrentUserIdentity: function getCurrentUserIdentity() {},
@@ -0,0 +1,20 @@
1
+ /**
2
+ * <p>
3
+ * Different statuses for nodes that can be published.
4
+ * </p>
5
+ * @author Gustav Holmberg
6
+ * @see senselogic.sitevision.api.versioning.PublishingUtil#getPublishStatus(javax.jcr.Node)
7
+ * @since Sitevision 2024.01.2
8
+ */
9
+ declare enum PublishStatus {
10
+ NOT_PUBLISHED,
11
+ PUBLISHED,
12
+ WORKFLOW_STARTED,
13
+ SCHEDULED_PUBLISH,
14
+ SCHEDULED_UNPUBLISH,
15
+ SCHEDULED_PUBLISH_BY_PUBLISHING_PROJECT,
16
+ BELONGS_TO_PUBLISHING_PROJECT,
17
+ LOCKED,
18
+ }
19
+
20
+ export default PublishStatus;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ NOT_PUBLISHED: "NOT_PUBLISHED",
9
+ PUBLISHED: "PUBLISHED",
10
+ WORKFLOW_STARTED: "WORKFLOW_STARTED",
11
+ SCHEDULED_PUBLISH: "SCHEDULED_PUBLISH",
12
+ SCHEDULED_UNPUBLISH: "SCHEDULED_UNPUBLISH",
13
+ SCHEDULED_PUBLISH_BY_PUBLISHING_PROJECT: "SCHEDULED_PUBLISH_BY_PUBLISHING_PROJECT",
14
+ BELONGS_TO_PUBLISHING_PROJECT: "BELONGS_TO_PUBLISHING_PROJECT",
15
+ LOCKED: "LOCKED"
16
+ };
17
+ exports["default"] = _default;
@@ -1,6 +1,7 @@
1
1
  import type { Node } from "../../types/javax/jcr/Node";
2
2
 
3
3
  import type { Date } from "../../types/java/util/Date";
4
+ import type PublishStatus from "../PublishStatus";
4
5
 
5
6
  /**
6
7
  * Publishing/unpublishing utility interface.
@@ -256,6 +257,58 @@ export interface PublishingUtil {
256
257
  * @see senselogic.sitevision.api.security.PermissionUtil#hasEffectivePublishPermission(Node, Node)
257
258
  */
258
259
  unpublishNode(aNode: Node, aDate: Date): void;
260
+
261
+ /**
262
+ * <p>
263
+ * Gets the publish status of a node.
264
+ * </p>
265
+ *
266
+ * <p>
267
+ * Valid nodes are <code>sv:sitePage</code>, <code>sv:page</code>, <code>sv:article</code>, <code>sv:collaborationGroupPage</code>,
268
+ * <code>sv:template</code> and <code>sv:link</code> <em>(must be a "page link", a stand-alone link in the page tree)</em>.
269
+ * If another node is specified an <code>IllegalArgumentException</code> is thrown.
270
+ * </p>
271
+ *
272
+ * <p>
273
+ * If no node is specified a <code>NullPointerException</code> is thrown.
274
+ * </p>
275
+ * @param aNode the node whose publish status is to be checked
276
+ * @return the publish status for aNode
277
+ * @throws NullPointerException if <code>aNode</code> is null
278
+ * @throws IllegalArgumentException if <code>aNode</code> is of invalid type
279
+ * @throws ConstraintViolationException if current user is not authorized to publish nodes
280
+ * @throws RepositoryException if something else goes wrong
281
+ * @since Sitevision 2024.01.2
282
+ */
283
+ getPublishStatus(aNode: Node): PublishStatus;
284
+
285
+ /**
286
+ * <p>
287
+ * Clears the publish and unpublish schedule for a node.
288
+ * </p>
289
+ *
290
+ * <p>
291
+ * Valid nodes are <code>sv:sitePage</code>, <code>sv:page</code>, <code>sv:article</code>, <code>sv:collaborationGroupPage</code>,
292
+ * <code>sv:template</code> and <code>sv:link</code> <em>(must be a "page link", a stand-alone link in the page tree)</em>.
293
+ * If another node is specified an <code>IllegalArgumentException</code> is thrown.
294
+ * </p>
295
+ *
296
+ * <p>
297
+ * If no node is specified a <code>NullPointerException</code> is thrown.
298
+ * </p>
299
+ *
300
+ * <p>
301
+ * The current user must be authorized to publish nodes and manage publishing locks or a <code>ConstraintViolationException</code>
302
+ * will be thrown.
303
+ * </p>
304
+ * @param aNode that is scheduled for either publishing, unpublishing or both
305
+ * @throws NullPointerException if <code>aNode</code> is null
306
+ * @throws IllegalArgumentException if <code>aNode</code> is of invalid type
307
+ * @throws ConstraintViolationException if current user is not authorized to clear the schedule for <code>aNode</code>
308
+ * @throws RepositoryException if something else goes wrong
309
+ * @since Sitevision 2024.01.2
310
+ */
311
+ clearPublishingSchedule(aNode: Node): void;
259
312
  }
260
313
 
261
314
  declare namespace PublishingUtil {}
@@ -7,6 +7,8 @@ exports["default"] = void 0;
7
7
  var _default = {
8
8
  publishNode: function publishNode() {},
9
9
  publishNodeWithNotification: function publishNodeWithNotification() {},
10
- unpublishNode: function unpublishNode() {}
10
+ unpublishNode: function unpublishNode() {},
11
+ getPublishStatus: function getPublishStatus() {},
12
+ clearPublishingSchedule: function clearPublishingSchedule() {}
11
13
  };
12
14
  exports["default"] = _default;
@@ -82,4 +82,18 @@ export type ArticleUtilConstants = {
82
82
  * @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_PUBLISH_DATE}
83
83
  */
84
84
  getPROPERTY_PUBLISH_DATE(): string;
85
+
86
+ /**
87
+ * Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_UNPUBLISHED_BY}.
88
+ * @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_UNPUBLISHED_BY}
89
+ * @since Sitevision 2024.01.2
90
+ */
91
+ getPROPERTY_LAST_UNPUBLISHED_BY(): string;
92
+
93
+ /**
94
+ * Get accessor for {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_UNPUBLISH_DATE}.
95
+ * @return {@link senselogic.sitevision.api.webresource.ArticleUtil#PROPERTY_LAST_UNPUBLISH_DATE}
96
+ * @since Sitevision 2024.01.2
97
+ */
98
+ getPROPERTY_LAST_UNPUBLISH_DATE(): string;
85
99
  };
@@ -16,6 +16,8 @@ var _default = {
16
16
  getPROPERTY_LAST_PUBLISHED_BY: function getPROPERTY_LAST_PUBLISHED_BY() {},
17
17
  getPROPERTY_LAST_PUBLISH_DATE: function getPROPERTY_LAST_PUBLISH_DATE() {},
18
18
  getPROPERTY_PUBLISHED_BY: function getPROPERTY_PUBLISHED_BY() {},
19
- getPROPERTY_PUBLISH_DATE: function getPROPERTY_PUBLISH_DATE() {}
19
+ getPROPERTY_PUBLISH_DATE: function getPROPERTY_PUBLISH_DATE() {},
20
+ getPROPERTY_LAST_UNPUBLISHED_BY: function getPROPERTY_LAST_UNPUBLISHED_BY() {},
21
+ getPROPERTY_LAST_UNPUBLISH_DATE: function getPROPERTY_LAST_UNPUBLISH_DATE() {}
20
22
  };
21
23
  exports["default"] = _default;
@@ -64,4 +64,18 @@ export type LinkPageUtilConstants = {
64
64
  * @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_PUBLISH_DATE}
65
65
  */
66
66
  getPROPERTY_PUBLISH_DATE(): string;
67
+
68
+ /**
69
+ * Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_UNPUBLISHED_BY}.
70
+ * @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_UNPUBLISHED_BY}
71
+ * @since Sitevision 2024.01.2
72
+ */
73
+ getPROPERTY_LAST_UNPUBLISHED_BY(): string;
74
+
75
+ /**
76
+ * Get accessor for {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_UNPUBLISH_DATE}.
77
+ * @return {@link senselogic.sitevision.api.webresource.LinkPageUtil#PROPERTY_LAST_UNPUBLISH_DATE}
78
+ * @since Sitevision 2024.01.2
79
+ */
80
+ getPROPERTY_LAST_UNPUBLISH_DATE(): string;
67
81
  };
@@ -13,6 +13,8 @@ var _default = {
13
13
  getPROPERTY_LAST_PUBLISHED_BY: function getPROPERTY_LAST_PUBLISHED_BY() {},
14
14
  getPROPERTY_LAST_PUBLISH_DATE: function getPROPERTY_LAST_PUBLISH_DATE() {},
15
15
  getPROPERTY_PUBLISHED_BY: function getPROPERTY_PUBLISHED_BY() {},
16
- getPROPERTY_PUBLISH_DATE: function getPROPERTY_PUBLISH_DATE() {}
16
+ getPROPERTY_PUBLISH_DATE: function getPROPERTY_PUBLISH_DATE() {},
17
+ getPROPERTY_LAST_UNPUBLISHED_BY: function getPROPERTY_LAST_UNPUBLISHED_BY() {},
18
+ getPROPERTY_LAST_UNPUBLISH_DATE: function getPROPERTY_LAST_UNPUBLISH_DATE() {}
17
19
  };
18
20
  exports["default"] = _default;
@@ -1199,6 +1199,13 @@ export type NodeTypeUtilConstants = {
1199
1199
  */
1200
1200
  getMARKETPLACE_HEADLESS_CUSTOM_MODULE_TYPE(): string;
1201
1201
 
1202
+ /**
1203
+ * Get accessor for {@link senselogic.sitevision.api.node.NodeTypeUtil#MARKETPLACE_WIDGET_CUSTOM_MODULE_TYPE}.
1204
+ * @return {@link senselogic.sitevision.api.node.NodeTypeUtil#MARKETPLACE_WIDGET_CUSTOM_MODULE_TYPE}
1205
+ * @since Sitevision 2024.02.1
1206
+ */
1207
+ getMARKETPLACE_WIDGET_CUSTOM_MODULE_TYPE(): string;
1208
+
1202
1209
  /**
1203
1210
  * Get accessor for {@link senselogic.sitevision.api.node.NodeTypeUtil#RESPONSIVE_BREAKPOINT_REPOSITORY_TYPE}.
1204
1211
  * @return {@link senselogic.sitevision.api.node.NodeTypeUtil#RESPONSIVE_BREAKPOINT_REPOSITORY_TYPE}
@@ -1303,4 +1310,18 @@ export type NodeTypeUtilConstants = {
1303
1310
  * @since Sitevision 2023.09.2
1304
1311
  */
1305
1312
  getWORK_STATUS_TEMPLATE_REPOSITORY_TYPE(): string;
1313
+
1314
+ /**
1315
+ * Get accessor for {@link senselogic.sitevision.api.node.NodeTypeUtil#DASHBOARD_TYPE}.
1316
+ * @return {@link senselogic.sitevision.api.node.NodeTypeUtil#DASHBOARD_TYPE}
1317
+ * @since Sitevision 2024.02.1
1318
+ */
1319
+ getDASHBOARD_TYPE(): string;
1320
+
1321
+ /**
1322
+ * Get accessor for {@link senselogic.sitevision.api.node.NodeTypeUtil#WIDGET_CUSTOM_MODULE_TYPE}.
1323
+ * @return {@link senselogic.sitevision.api.node.NodeTypeUtil#WIDGET_CUSTOM_MODULE_TYPE}
1324
+ * @since Sitevision 2024.02.1
1325
+ */
1326
+ getWIDGET_CUSTOM_MODULE_TYPE(): string;
1306
1327
  };
@@ -179,6 +179,7 @@ var _default = {
179
179
  getUSER_FIELD_REPOSITORY_TYPE: function getUSER_FIELD_REPOSITORY_TYPE() {},
180
180
  getMARKETPLACE_CUSTOM_MODULE_TYPE: function getMARKETPLACE_CUSTOM_MODULE_TYPE() {},
181
181
  getMARKETPLACE_HEADLESS_CUSTOM_MODULE_TYPE: function getMARKETPLACE_HEADLESS_CUSTOM_MODULE_TYPE() {},
182
+ getMARKETPLACE_WIDGET_CUSTOM_MODULE_TYPE: function getMARKETPLACE_WIDGET_CUSTOM_MODULE_TYPE() {},
182
183
  getRESPONSIVE_BREAKPOINT_REPOSITORY_TYPE: function getRESPONSIVE_BREAKPOINT_REPOSITORY_TYPE() {},
183
184
  getTOPIC_REPOSITORY_TYPE: function getTOPIC_REPOSITORY_TYPE() {},
184
185
  getTOPIC_TYPE: function getTOPIC_TYPE() {},
@@ -193,6 +194,8 @@ var _default = {
193
194
  getOAUTH2_CONFIGURATION_TYPE: function getOAUTH2_CONFIGURATION_TYPE() {},
194
195
  getWORK_STATUS_TYPE: function getWORK_STATUS_TYPE() {},
195
196
  getWORK_STATUS_TEMPLATE_TYPE: function getWORK_STATUS_TEMPLATE_TYPE() {},
196
- getWORK_STATUS_TEMPLATE_REPOSITORY_TYPE: function getWORK_STATUS_TEMPLATE_REPOSITORY_TYPE() {}
197
+ getWORK_STATUS_TEMPLATE_REPOSITORY_TYPE: function getWORK_STATUS_TEMPLATE_REPOSITORY_TYPE() {},
198
+ getDASHBOARD_TYPE: function getDASHBOARD_TYPE() {},
199
+ getWIDGET_CUSTOM_MODULE_TYPE: function getWIDGET_CUSTOM_MODULE_TYPE() {}
197
200
  };
198
201
  exports["default"] = _default;
@@ -83,9 +83,23 @@ export type PageUtilConstants = {
83
83
  */
84
84
  getPROPERTY_PUBLISH_DATE(): string;
85
85
 
86
+ /**
87
+ * Get accessor for {@link senselogic.sitevision.api.webresource.PageUtil#PROPERTY_LAST_UNPUBLISHED_BY}.
88
+ * @return {@link senselogic.sitevision.api.webresource.PageUtil#PROPERTY_LAST_UNPUBLISHED_BY}
89
+ */
90
+ getPROPERTY_LAST_UNPUBLISHED_BY(): string;
91
+
92
+ /**
93
+ * Get accessor for {@link senselogic.sitevision.api.webresource.PageUtil#PROPERTY_LAST_UNPUBLISH_DATE}.
94
+ * @return {@link senselogic.sitevision.api.webresource.PageUtil#PROPERTY_LAST_UNPUBLISH_DATE}
95
+ * @since Sitevision 2024.01.2
96
+ */
97
+ getPROPERTY_LAST_UNPUBLISH_DATE(): string;
98
+
86
99
  /**
87
100
  * Get accessor for {@link senselogic.sitevision.api.webresource.PageUtil#PROPERTY_TITLE}.
88
101
  * @return {@link senselogic.sitevision.api.webresource.PageUtil#PROPERTY_TITLE}
102
+ * @since Sitevision 2024.01.2
89
103
  */
90
104
  getPROPERTY_TITLE(): string;
91
105
  };
@@ -17,6 +17,8 @@ var _default = {
17
17
  getPROPERTY_LAST_PUBLISH_DATE: function getPROPERTY_LAST_PUBLISH_DATE() {},
18
18
  getPROPERTY_PUBLISHED_BY: function getPROPERTY_PUBLISHED_BY() {},
19
19
  getPROPERTY_PUBLISH_DATE: function getPROPERTY_PUBLISH_DATE() {},
20
+ getPROPERTY_LAST_UNPUBLISHED_BY: function getPROPERTY_LAST_UNPUBLISHED_BY() {},
21
+ getPROPERTY_LAST_UNPUBLISH_DATE: function getPROPERTY_LAST_UNPUBLISH_DATE() {},
20
22
  getPROPERTY_TITLE: function getPROPERTY_TITLE() {}
21
23
  };
22
24
  exports["default"] = _default;