@followupus/common 0.10.11 → 0.10.13
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/dist/shared/audit.d.ts
CHANGED
|
@@ -13,12 +13,42 @@ export declare const AUDIT_ACTIONS: {
|
|
|
13
13
|
OrgSecuritySettingChange: string;
|
|
14
14
|
PermissionChange: string;
|
|
15
15
|
RoleAssignment: string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
SpaceCreation: string;
|
|
17
|
+
AppCreation: string;
|
|
18
|
+
FolderCreation: string;
|
|
19
|
+
BoardCreation: string;
|
|
20
|
+
BoardViewCreation: string;
|
|
21
|
+
DocCreation: string;
|
|
22
|
+
SpaceRenaming: string;
|
|
23
|
+
AppRenaming: string;
|
|
24
|
+
FolderRenaming: string;
|
|
25
|
+
BoardRenaming: string;
|
|
26
|
+
BoardViewRenaming: string;
|
|
27
|
+
DocRenaming: string;
|
|
28
|
+
SpaceDeletion: string;
|
|
29
|
+
AppDeletion: string;
|
|
30
|
+
FolderDeletion: string;
|
|
31
|
+
BoardDeletion: string;
|
|
32
|
+
BoardViewDeletion: string;
|
|
33
|
+
DocDeletion: string;
|
|
34
|
+
SpaceArchiving: string;
|
|
35
|
+
AppArchiving: string;
|
|
36
|
+
FolderArchiving: string;
|
|
37
|
+
BoardArchiving: string;
|
|
38
|
+
BoardViewArchiving: string;
|
|
39
|
+
DocArchiving: string;
|
|
40
|
+
SpaceRestoring: string;
|
|
41
|
+
AppRestoring: string;
|
|
42
|
+
FolderRestoring: string;
|
|
43
|
+
BoardRestoring: string;
|
|
44
|
+
BoardViewRestoring: string;
|
|
45
|
+
DocRestoring: string;
|
|
46
|
+
SpacePermanentDeletion: string;
|
|
47
|
+
AppPermanentDeletion: string;
|
|
48
|
+
FolderPermanentDeletion: string;
|
|
49
|
+
BoardPermanentDeletion: string;
|
|
50
|
+
BoardViewPermanentDeletion: string;
|
|
51
|
+
DocPermanentDeletion: string;
|
|
22
52
|
FileImport: string;
|
|
23
53
|
WorkspaceDataExport: string;
|
|
24
54
|
WorkspaceAuditLogExport: string;
|
package/dist/shared/audit.js
CHANGED
|
@@ -13,12 +13,42 @@ export const AUDIT_ACTIONS = {
|
|
|
13
13
|
OrgSecuritySettingChange: "OrgSecuritySettingChange",
|
|
14
14
|
PermissionChange: "PermissionChange",
|
|
15
15
|
RoleAssignment: "RoleAssignment",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
SpaceCreation: "SpaceCreation",
|
|
17
|
+
AppCreation: "AppCreation",
|
|
18
|
+
FolderCreation: "FolderCreation",
|
|
19
|
+
BoardCreation: "BoardCreation",
|
|
20
|
+
BoardViewCreation: "BoardViewCreation",
|
|
21
|
+
DocCreation: "DocCreation",
|
|
22
|
+
SpaceRenaming: "SpaceRenaming",
|
|
23
|
+
AppRenaming: "AppRenaming",
|
|
24
|
+
FolderRenaming: "FolderRenaming",
|
|
25
|
+
BoardRenaming: "BoardRenaming",
|
|
26
|
+
BoardViewRenaming: "BoardViewRenaming",
|
|
27
|
+
DocRenaming: "DocRenaming",
|
|
28
|
+
SpaceDeletion: "SpaceDeletion",
|
|
29
|
+
AppDeletion: "AppDeletion",
|
|
30
|
+
FolderDeletion: "FolderDeletion",
|
|
31
|
+
BoardDeletion: "BoardDeletion",
|
|
32
|
+
BoardViewDeletion: "BoardViewDeletion",
|
|
33
|
+
DocDeletion: "DocDeletion",
|
|
34
|
+
SpaceArchiving: "SpaceArchiving",
|
|
35
|
+
AppArchiving: "AppArchiving",
|
|
36
|
+
FolderArchiving: "FolderArchiving",
|
|
37
|
+
BoardArchiving: "BoardArchiving",
|
|
38
|
+
BoardViewArchiving: "BoardViewArchiving",
|
|
39
|
+
DocArchiving: "DocArchiving",
|
|
40
|
+
SpaceRestoring: "SpaceRestoring",
|
|
41
|
+
AppRestoring: "AppRestoring",
|
|
42
|
+
FolderRestoring: "FolderRestoring",
|
|
43
|
+
BoardRestoring: "BoardRestoring",
|
|
44
|
+
BoardViewRestoring: "BoardViewRestoring",
|
|
45
|
+
DocRestoring: "DocRestoring",
|
|
46
|
+
SpacePermanentDeletion: "SpacePermanentDeletion",
|
|
47
|
+
AppPermanentDeletion: "AppPermanentDeletion",
|
|
48
|
+
FolderPermanentDeletion: "FolderPermanentDeletion",
|
|
49
|
+
BoardPermanentDeletion: "BoardPermanentDeletion",
|
|
50
|
+
BoardViewPermanentDeletion: "BoardViewPermanentDeletion",
|
|
51
|
+
DocPermanentDeletion: "DocPermanentDeletion",
|
|
22
52
|
FileImport: "FileImport",
|
|
23
53
|
WorkspaceDataExport: "WorkspaceDataExport",
|
|
24
54
|
WorkspaceAuditLogExport: "WorkspaceAuditLogExport",
|
|
@@ -10,5 +10,13 @@ export declare const MESSAGE_CATEGORY: {
|
|
|
10
10
|
FROM_AUTOMATIONS: string;
|
|
11
11
|
NEW_ACTIONS: string;
|
|
12
12
|
RESOLVED_ACTIONS: string;
|
|
13
|
+
MY_OWNER_OBJECT_CHANGED: string;
|
|
14
|
+
MY_OWNER_OBJECT_INVITED_CHANGED: string;
|
|
15
|
+
MY_OWNER_OBJECT_ROLE_CHANGED: string;
|
|
16
|
+
WORKFLOWS_OWNERSHIP_TRANSFERRED: string;
|
|
17
|
+
WORKFLOWS_OBJECT_CHANGED: string;
|
|
18
|
+
WORKSPACE_ISSUE_OR_FIXED: string;
|
|
19
|
+
MY_OWNER_INTEGRATIONS_DISABLED_OR_DELETE: string;
|
|
20
|
+
MY_ROLE_CHANGED_OBJECT: string;
|
|
13
21
|
};
|
|
14
22
|
export type MessageCategoryType = (typeof MESSAGE_CATEGORY)[keyof typeof MESSAGE_CATEGORY];
|
|
@@ -10,4 +10,12 @@ export const MESSAGE_CATEGORY = {
|
|
|
10
10
|
FROM_AUTOMATIONS: "FROM_AUTOMATIONS",
|
|
11
11
|
NEW_ACTIONS: "NEW_ACTIONS",
|
|
12
12
|
RESOLVED_ACTIONS: "RESOLVED_ACTIONS",
|
|
13
|
+
MY_OWNER_OBJECT_CHANGED: "MY_OWNER_OBJECT_CHANGED",
|
|
14
|
+
MY_OWNER_OBJECT_INVITED_CHANGED: "MY_OWNER_OBJECT_INVITED_CHANGED",
|
|
15
|
+
MY_OWNER_OBJECT_ROLE_CHANGED: "MY_OWNER_OBJECT_ROLE_CHANGED",
|
|
16
|
+
WORKFLOWS_OWNERSHIP_TRANSFERRED: 'WORKSPACE_OWNERSHIP_TRANSFERRED',
|
|
17
|
+
WORKFLOWS_OBJECT_CHANGED: 'WORKFLOWS_OBJECT_CHANGED',
|
|
18
|
+
WORKSPACE_ISSUE_OR_FIXED: 'WORKSPACE_ISSUE_OR_FIXED',
|
|
19
|
+
MY_OWNER_INTEGRATIONS_DISABLED_OR_DELETE: 'MY_OWNER_INTEGRATIONS_DISABLED_OR_DELETE',
|
|
20
|
+
MY_ROLE_CHANGED_OBJECT: "MY_ROLE_CHANGED_OBJECT",
|
|
13
21
|
};
|