Skip to content

Commit 33fd9b1

Browse files
authored
Merge pull request #52 from VineeTagarwaL-code/main
feat: update nsfw param
2 parents b049fda + 16b3bb8 commit 33fd9b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jigsawstack/validate.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ class NSFWParams(TypedDict):
5353

5454
class NSFWResponse(TypedDict):
5555
success: bool
56+
nsfw: bool
57+
nudity: bool
58+
gore: bool
59+
nsfw_score: float
60+
nudity_score: float
61+
gore_score: float
5662

5763

5864
class EmailValidationParams(TypedDict):

0 commit comments

Comments
 (0)