Compare commits

...

2 Commits

4 changed files with 14 additions and 6 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.51.14",
"version": "0.51.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.51.14",
"version": "0.51.15",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@@ -92,7 +92,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.51.14",
"version": "0.51.15",
"imports": {
"#/*": "./*.js"
}

View File

@@ -24,8 +24,8 @@ const tagSlugs = {
'black',
'latina',
'white',
'natural-boobs',
'enhanced-boobs',
'natural-tits',
'fake-tits',
'blonde',
'brunette',
'redhead',

View File

@@ -90,24 +90,32 @@ export const actorsSchema = `
id: Int!
name: String
slug: String
allowGlobalMatch: Boolean
gender: String
dateOfBirth: Date
dateOfDeath: Date
age: Int
ageFromBirth: Int
ageThen: Int
origin: Location
residence: Location
ethnicity: String
height: Int
bust: String
hip: Int
waist: Int
naturalBoobs: Boolean
naturalButt: Boolean
penisLength: Int
penisGirth: Int
isCircumcised: Boolean
eyes: String
hairColor: String
hasPiercings: Boolean
hasTattoos: Boolean
tattoos: String
hasPiercings: Boolean
piercings: String
agency: String
entity: Entity
aliases: [Actor!]!
scenes: Int