@webiny/api-audit-logs 5.38.0 → 5.38.1-beta.0
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 +24 -24
- package/utils/getAuditConfig.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-audit-logs",
|
|
3
|
-
"version": "5.38.0",
|
|
3
|
+
"version": "5.38.1-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,33 +24,33 @@
|
|
|
24
24
|
"@babel/preset-env": "7.22.7",
|
|
25
25
|
"@babel/preset-typescript": "7.22.5",
|
|
26
26
|
"@babel/runtime": "7.22.6",
|
|
27
|
-
"@webiny/api-admin-users": "5.38.0",
|
|
28
|
-
"@webiny/api-file-manager": "5.38.0",
|
|
29
|
-
"@webiny/api-headless-cms": "5.38.0",
|
|
30
|
-
"@webiny/api-i18n": "5.38.0",
|
|
31
|
-
"@webiny/api-security": "5.38.0",
|
|
32
|
-
"@webiny/api-tenancy": "5.38.0",
|
|
33
|
-
"@webiny/api-wcp": "5.38.0",
|
|
34
|
-
"@webiny/cli": "5.38.0",
|
|
35
|
-
"@webiny/handler-aws": "5.38.0",
|
|
36
|
-
"@webiny/handler-graphql": "5.38.0",
|
|
37
|
-
"@webiny/plugins": "5.38.0",
|
|
38
|
-
"@webiny/project-utils": "5.38.0",
|
|
27
|
+
"@webiny/api-admin-users": "5.38.1-beta.0",
|
|
28
|
+
"@webiny/api-file-manager": "5.38.1-beta.0",
|
|
29
|
+
"@webiny/api-headless-cms": "5.38.1-beta.0",
|
|
30
|
+
"@webiny/api-i18n": "5.38.1-beta.0",
|
|
31
|
+
"@webiny/api-security": "5.38.1-beta.0",
|
|
32
|
+
"@webiny/api-tenancy": "5.38.1-beta.0",
|
|
33
|
+
"@webiny/api-wcp": "5.38.1-beta.0",
|
|
34
|
+
"@webiny/cli": "5.38.1-beta.0",
|
|
35
|
+
"@webiny/handler-aws": "5.38.1-beta.0",
|
|
36
|
+
"@webiny/handler-graphql": "5.38.1-beta.0",
|
|
37
|
+
"@webiny/plugins": "5.38.1-beta.0",
|
|
38
|
+
"@webiny/project-utils": "5.38.1-beta.0",
|
|
39
39
|
"graphql": "15.8.0",
|
|
40
40
|
"ttypescript": "1.5.15",
|
|
41
41
|
"typescript": "4.7.4"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@webiny/api": "5.38.0",
|
|
45
|
-
"@webiny/api-aco": "5.38.0",
|
|
46
|
-
"@webiny/api-apw": "5.38.0",
|
|
47
|
-
"@webiny/api-form-builder": "5.38.0",
|
|
48
|
-
"@webiny/api-mailer": "5.38.0",
|
|
49
|
-
"@webiny/api-page-builder": "5.38.0",
|
|
50
|
-
"@webiny/api-page-builder-import-export": "5.38.0",
|
|
51
|
-
"@webiny/error": "5.38.0",
|
|
52
|
-
"@webiny/handler": "5.38.0",
|
|
53
|
-
"@webiny/utils": "5.38.0"
|
|
44
|
+
"@webiny/api": "5.38.1-beta.0",
|
|
45
|
+
"@webiny/api-aco": "5.38.1-beta.0",
|
|
46
|
+
"@webiny/api-apw": "5.38.1-beta.0",
|
|
47
|
+
"@webiny/api-form-builder": "5.38.1-beta.0",
|
|
48
|
+
"@webiny/api-mailer": "5.38.1-beta.0",
|
|
49
|
+
"@webiny/api-page-builder": "5.38.1-beta.0",
|
|
50
|
+
"@webiny/api-page-builder-import-export": "5.38.1-beta.0",
|
|
51
|
+
"@webiny/error": "5.38.1-beta.0",
|
|
52
|
+
"@webiny/handler": "5.38.1-beta.0",
|
|
53
|
+
"@webiny/utils": "5.38.1-beta.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "a22d4ab9fbb4ad35106687cbe17b51a84afd4976"
|
|
56
56
|
}
|
|
@@ -10,12 +10,12 @@ export declare const getAuditConfig: (audit: AuditAction) => (message: string, d
|
|
|
10
10
|
};
|
|
11
11
|
data: {
|
|
12
12
|
data: string;
|
|
13
|
-
timestamp: Date;
|
|
14
13
|
message: string;
|
|
15
14
|
app: string;
|
|
16
15
|
entity: string;
|
|
17
16
|
entityId: string;
|
|
18
17
|
action: string;
|
|
18
|
+
timestamp: Date;
|
|
19
19
|
initiator: string;
|
|
20
20
|
};
|
|
21
21
|
} | {
|