@@ -216,7 +216,7 @@ private Methods() {
216216 public static final String ADMIN_WORKFLOWS_COLLABORATORS_REMOVE = "admin.workflows.collaborators.remove" ;
217217 public static final String ADMIN_WORKFLOWS_PERMISSIONS_LOOKUP = "admin.workflows.permissions.lookup" ;
218218 public static final String ADMIN_WORKFLOWS_SEARCH = "admin.workflows.search" ;
219- public static final String ADMIN_WORKFLOWS_UNPUBLISH = "admin.workflows.unpublish" ;
219+ public static final String ADMIN_WORKFLOWS_UNPUBLISH = "admin.workflows.unpublish" ;
220220
221221 // ------------------------------
222222 // api
@@ -247,7 +247,6 @@ private Methods() {
247247 public static final String APPS_MANIFEST_VALIDATE = "apps.manifest.validate" ;
248248 public static final String TOOLING_TOKENS_ROTATE = "tooling.tokens.rotate" ;
249249
250-
251250 // ------------------------------
252251 // apps.event.authorizations
253252 // ------------------------------
@@ -261,7 +260,8 @@ private Methods() {
261260 // Developer preview has ended
262261 // This feature was exclusive to our workspace apps developer preview.
263262 // The preview has now ended, but fan-favorite features such as token rotation
264- // and the Conversations API will become available to classic Slack apps over the coming months.
263+ // and the Conversations API will become available to classic Slack apps over
264+ // the coming months.
265265
266266 @ Deprecated
267267 public static final String APPS_PERMISSIONS_INFO = "apps.permissions.info" ;
@@ -453,6 +453,12 @@ private Methods() {
453453
454454 public static final String EMOJI_LIST = "emoji.list" ;
455455
456+ // ------------------------------
457+ // entity
458+ // ------------------------------
459+
460+ public static final String ENTITY_PRESENT_DETAILS = "entity.presentDetails" ;
461+
456462 // ------------------------------
457463 // files.comments
458464 // ------------------------------
@@ -725,4 +731,10 @@ private Methods() {
725731 public static final String WORKFLOWS_STEP_COMPLETED = "workflows.stepCompleted" ;
726732 public static final String WORKFLOWS_STEP_FAILED = "workflows.stepFailed" ;
727733 public static final String WORKFLOWS_UPDATE_STEP = "workflows.updateStep" ;
734+
735+ // ------------------------------
736+ // work object entities
737+ // ------------------------------
738+
739+ public static final String ENTITY_PRESENT_DETAILSs = "entity.presentDetails" ;
728740}
0 commit comments