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", "name": "traxxx-web",
"version": "0.51.14", "version": "0.51.15",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.51.14", "version": "0.51.15",
"dependencies": { "dependencies": {
"@brillout/json-serializer": "^0.5.8", "@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5", "@dicebear/collection": "^7.0.5",

View File

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

View File

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

View File

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