File tree 2 files changed +0
-14
lines changed
src/cloudflare/types/page_shield
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ class PageShieldScript(BaseModel):
12
12
13
13
added_at : Optional [object ] = None
14
14
15
- dataflow_score : Optional [object ] = None
16
-
17
15
domain_reported_malicious : Optional [object ] = None
18
16
19
17
fetched_at : Optional [object ] = None
@@ -30,8 +28,6 @@ class PageShieldScript(BaseModel):
30
28
31
29
last_seen_at : Optional [object ] = None
32
30
33
- obfuscation_score : Optional [object ] = None
34
-
35
31
page_urls : Optional [object ] = None
36
32
37
33
url : Optional [object ] = None
Original file line number Diff line number Diff line change 8
8
9
9
10
10
class Version (BaseModel ):
11
- dataflow_score : Optional [int ] = None
12
- """The dataflow score of the JavaScript content."""
13
-
14
11
fetched_at : Optional [str ] = None
15
12
"""The timestamp of when the script was last fetched."""
16
13
@@ -20,17 +17,12 @@ class Version(BaseModel):
20
17
js_integrity_score : Optional [int ] = None
21
18
"""The integrity score of the JavaScript content."""
22
19
23
- obfuscation_score : Optional [int ] = None
24
- """The obfuscation score of the JavaScript content."""
25
-
26
20
27
21
class ScriptGetResponse (BaseModel ):
28
22
id : Optional [object ] = None
29
23
30
24
added_at : Optional [object ] = None
31
25
32
- dataflow_score : Optional [object ] = None
33
-
34
26
domain_reported_malicious : Optional [object ] = None
35
27
36
28
fetched_at : Optional [object ] = None
@@ -47,8 +39,6 @@ class ScriptGetResponse(BaseModel):
47
39
48
40
last_seen_at : Optional [object ] = None
49
41
50
- obfuscation_score : Optional [object ] = None
51
-
52
42
page_urls : Optional [object ] = None
53
43
54
44
url : Optional [object ] = None
You can’t perform that action at this time.
0 commit comments