-
Notifications
You must be signed in to change notification settings - Fork 5
/
observer.json
62 lines (62 loc) · 1.19 KB
/
observer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"realm__serve_static": {
"critical": false,
"result_type": "list",
"fields": {
"mime": "string",
"cache_control": "string"
}
},
"realm__in__parse_ud_cookie": {
"critical": false,
"result_type": "list",
"fields": {
"ud": "string"
}
},
"realm__storybook__get": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__response__json_ok": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__response__json": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__response__json_with_context": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__pg__connection": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__handle": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__hash_password": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__verify_password": {
"critical": false,
"result_type": "list",
"fields": {}
},
"realm__pg__connection_with_url": {
"critical": false,
"result_type": "list",
"fields": {}
}
}