@exclusive-website/types 1.6.8 → 1.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,129 +1,129 @@
1
- export declare enum DayStatus {
2
- WORKING = "WORKING",
3
- ON_DEMAND = "ON_DEMAND",
4
- BUSY = "BUSY",
5
- NOT_WORKING = "NOT_WORKING"
6
- }
7
- export declare enum SexualOrientation {
8
- HETERO = "HETERO",
9
- BI = "BI",
10
- HOMO = "HOMO"
11
- }
12
- export declare enum ExperienceLevel {
13
- PROFI = "PROFI",
14
- ADVANCED = "ADVANCED",
15
- AMATEUR = "AMATEUR"
16
- }
17
- export declare enum ServiceType {
18
- ESCORT = "ESCORT",
19
- MASSAGE = "MASSAGE",
20
- DOMINA = "DOMINA"
21
- }
22
- export declare enum Location {
23
- UNDEFINED = "UNDEFINED",
24
- BRATISLAVA = "BRATISLAVA",
25
- KOSICE = "KOSICE",
26
- PRESOV = "PRESOV",
27
- NITRA = "NITRA"
28
- }
29
- export declare enum Language {
30
- ENGLISH = "ENGLISH",
31
- GERMAN = "GERMAN",
32
- UKRAINIAN = "UKRAINIAN",
33
- RUSSIAN = "RUSSIAN",
34
- HUNGARIAN = "HUNGARIAN",
35
- POLISH = "POLISH",
36
- SPANISH = "SPANISH",
37
- FRENCH = "FRENCH"
38
- }
39
- export declare enum AgeRange {
40
- UNDEFINED = "UNDEFINED",
41
- AGE_18_19 = "AGE_18_19",
42
- AGE_20_24 = "AGE_20_24",
43
- AGE_25_29 = "AGE_25_29",
44
- AGE_30_34 = "AGE_30_34",
45
- AGE_35_39 = "AGE_35_39",
46
- AGE_40_PLUS = "AGE_40_PLUS"
47
- }
48
- export declare enum AvailabilityStatus {
49
- UNDEFINED = "UNDEFINED",
50
- AVAILABLE = "AVAILABLE",
51
- UNAVAILABLE = "UNAVAILABLE"
52
- }
53
- export declare enum BreastSize {
54
- UNDEFINED = "UNDEFINED",
55
- SIZE_1 = "SIZE_1",
56
- SIZE_2 = "SIZE_2",
57
- SIZE_3 = "SIZE_3",
58
- SIZE_4 = "SIZE_4",
59
- SIZE_5 = "SIZE_5",
60
- SIZE_6 = "SIZE_6",
61
- SIZE_7_PLUS = "SIZE_7_PLUS"
62
- }
63
- export declare enum NationalityOption {
64
- UNDEFINED = "UNDEFINED",
65
- SLOVAK = "SLOVAK",
66
- HUNGARIAN = "HUNGARIAN",
67
- CZECH = "CZECH",
68
- AUSTRIAN = "AUSTRIAN",
69
- GERMAN = "GERMAN",
70
- OTHER = "OTHER"
71
- }
72
- export declare enum ContactMethod {
73
- WHATSAPP = "WHATSAPP",
74
- TELEGRAM = "TELEGRAM",
75
- VIBER = "VIBER"
76
- }
77
- export declare enum ServicesFor {
78
- MEN = "MEN",
79
- WOMEN = "WOMEN",
80
- COUPLES = "COUPLES"
81
- }
82
- export declare enum UserRole {
83
- MODEL = "MODEL",
84
- CLIENT = "CLIENT"
85
- }
86
- export declare enum Practise {
87
- MASSAGE = "MASSAGE",
88
- HANDJOB = "HANDJOB",
89
- STRIPTEASE = "STRIPTEASE",
90
- MUTUAL_MASSAGE = "MUTUAL_MASSAGE",
91
- FOOTJOB = "FOOTJOB",
92
- FOOTFETISH = "FOOTFETISH",
93
- AUTOEROTIC = "AUTOEROTIC",
94
- STRAPON = "STRAPON",
95
- DOMINATION = "DOMINATION",
96
- BONDAGE = "BONDAGE",
97
- ROLEPLAY = "ROLEPLAY",
98
- EROTIC_MASSAGE = "EROTIC_MASSAGE",
99
- COMPANY = "COMPANY",
100
- ESCORT = "ESCORT",
101
- OTHER = "OTHER"
102
- }
103
- export declare enum OtherPractise {
104
- ANAL = "ANAL",
105
- ORAL_WITHOUT = "ORAL_WITHOUT",
106
- CUM_IN_MOUTH = "CUM_IN_MOUTH",
107
- CUM_ON_FACE = "CUM_ON_FACE",
108
- DEEPTHROAT = "DEEPTHROAT",
109
- DOUBLE_PENETRATION = "DOUBLE_PENETRATION",
110
- FISTING = "FISTING",
111
- POSITION_69 = "POSITION_69",
112
- PISSING = "PISSING",
113
- RIMMING = "RIMMING",
114
- TOYS = "TOYS"
115
- }
116
- export declare enum ShaveStatus {
117
- SHAVED = "SHAVED",
118
- PARTIALLY_SHAVED = "PARTIALLY_SHAVED",
119
- NOT_SHAVED = "NOT_SHAVED"
120
- }
121
- export declare enum HairColor {
122
- BLOND = "BLOND",
123
- BRUNET = "BRUNET",
124
- REDHEAD = "REDHEAD"
125
- }
126
- export declare enum HairLength {
127
- LONG = "LONG",
128
- SHORT = "SHORT"
129
- }
1
+ export declare enum DayStatus {
2
+ WORKING = "WORKING",
3
+ ON_DEMAND = "ON_DEMAND",
4
+ BUSY = "BUSY",
5
+ NOT_WORKING = "NOT_WORKING"
6
+ }
7
+ export declare enum SexualOrientation {
8
+ HETERO = "HETERO",
9
+ BI = "BI",
10
+ HOMO = "HOMO"
11
+ }
12
+ export declare enum ExperienceLevel {
13
+ PROFI = "PROFI",
14
+ ADVANCED = "ADVANCED",
15
+ AMATEUR = "AMATEUR"
16
+ }
17
+ export declare enum ServiceType {
18
+ ESCORT = "ESCORT",
19
+ MASSAGE = "MASSAGE",
20
+ DOMINA = "DOMINA"
21
+ }
22
+ export declare enum Location {
23
+ UNDEFINED = "UNDEFINED",
24
+ BRATISLAVA = "BRATISLAVA",
25
+ KOSICE = "KOSICE",
26
+ PRESOV = "PRESOV",
27
+ NITRA = "NITRA"
28
+ }
29
+ export declare enum Language {
30
+ ENGLISH = "ENGLISH",
31
+ GERMAN = "GERMAN",
32
+ UKRAINIAN = "UKRAINIAN",
33
+ RUSSIAN = "RUSSIAN",
34
+ HUNGARIAN = "HUNGARIAN",
35
+ POLISH = "POLISH",
36
+ SPANISH = "SPANISH",
37
+ FRENCH = "FRENCH"
38
+ }
39
+ export declare enum AgeRange {
40
+ UNDEFINED = "UNDEFINED",
41
+ AGE_18_19 = "AGE_18_19",
42
+ AGE_20_24 = "AGE_20_24",
43
+ AGE_25_29 = "AGE_25_29",
44
+ AGE_30_34 = "AGE_30_34",
45
+ AGE_35_39 = "AGE_35_39",
46
+ AGE_40_PLUS = "AGE_40_PLUS"
47
+ }
48
+ export declare enum AvailabilityStatus {
49
+ UNDEFINED = "UNDEFINED",
50
+ AVAILABLE = "AVAILABLE",
51
+ UNAVAILABLE = "UNAVAILABLE"
52
+ }
53
+ export declare enum BreastSize {
54
+ UNDEFINED = "UNDEFINED",
55
+ SIZE_1 = "SIZE_1",
56
+ SIZE_2 = "SIZE_2",
57
+ SIZE_3 = "SIZE_3",
58
+ SIZE_4 = "SIZE_4",
59
+ SIZE_5 = "SIZE_5",
60
+ SIZE_6 = "SIZE_6",
61
+ SIZE_7_PLUS = "SIZE_7_PLUS"
62
+ }
63
+ export declare enum NationalityOption {
64
+ UNDEFINED = "UNDEFINED",
65
+ SLOVAK = "SLOVAK",
66
+ HUNGARIAN = "HUNGARIAN",
67
+ CZECH = "CZECH",
68
+ AUSTRIAN = "AUSTRIAN",
69
+ GERMAN = "GERMAN",
70
+ OTHER = "OTHER"
71
+ }
72
+ export declare enum ContactMethod {
73
+ WHATSAPP = "WHATSAPP",
74
+ TELEGRAM = "TELEGRAM",
75
+ VIBER = "VIBER"
76
+ }
77
+ export declare enum ServicesFor {
78
+ MEN = "MEN",
79
+ WOMEN = "WOMEN",
80
+ COUPLES = "COUPLES"
81
+ }
82
+ export declare enum UserRole {
83
+ MODEL = "MODEL",
84
+ CLIENT = "CLIENT"
85
+ }
86
+ export declare enum Practise {
87
+ MASSAGE = "MASSAGE",
88
+ HANDJOB = "HANDJOB",
89
+ STRIPTEASE = "STRIPTEASE",
90
+ MUTUAL_MASSAGE = "MUTUAL_MASSAGE",
91
+ FOOTJOB = "FOOTJOB",
92
+ FOOTFETISH = "FOOTFETISH",
93
+ AUTOEROTIC = "AUTOEROTIC",
94
+ STRAPON = "STRAPON",
95
+ DOMINATION = "DOMINATION",
96
+ BONDAGE = "BONDAGE",
97
+ ROLEPLAY = "ROLEPLAY",
98
+ EROTIC_MASSAGE = "EROTIC_MASSAGE",
99
+ COMPANY = "COMPANY",
100
+ ESCORT = "ESCORT",
101
+ OTHER = "OTHER"
102
+ }
103
+ export declare enum OtherPractise {
104
+ ANAL = "ANAL",
105
+ ORAL_WITHOUT = "ORAL_WITHOUT",
106
+ CUM_IN_MOUTH = "CUM_IN_MOUTH",
107
+ CUM_ON_FACE = "CUM_ON_FACE",
108
+ DEEPTHROAT = "DEEPTHROAT",
109
+ DOUBLE_PENETRATION = "DOUBLE_PENETRATION",
110
+ FISTING = "FISTING",
111
+ POSITION_69 = "POSITION_69",
112
+ PISSING = "PISSING",
113
+ RIMMING = "RIMMING",
114
+ TOYS = "TOYS"
115
+ }
116
+ export declare enum ShaveStatus {
117
+ SHAVED = "SHAVED",
118
+ PARTIALLY_SHAVED = "PARTIALLY_SHAVED",
119
+ NOT_SHAVED = "NOT_SHAVED"
120
+ }
121
+ export declare enum HairColor {
122
+ BLOND = "BLOND",
123
+ BRUNET = "BRUNET",
124
+ REDHEAD = "REDHEAD"
125
+ }
126
+ export declare enum HairLength {
127
+ LONG = "LONG",
128
+ SHORT = "SHORT"
129
+ }
@@ -1,165 +1,165 @@
1
- // DAY STATUS
2
- export var DayStatus;
3
- (function (DayStatus) {
4
- DayStatus["WORKING"] = "WORKING";
5
- DayStatus["ON_DEMAND"] = "ON_DEMAND";
6
- DayStatus["BUSY"] = "BUSY";
7
- DayStatus["NOT_WORKING"] = "NOT_WORKING";
8
- })(DayStatus || (DayStatus = {}));
9
- // SEXUAL ORIENTATION
10
- export var SexualOrientation;
11
- (function (SexualOrientation) {
12
- SexualOrientation["HETERO"] = "HETERO";
13
- SexualOrientation["BI"] = "BI";
14
- SexualOrientation["HOMO"] = "HOMO";
15
- })(SexualOrientation || (SexualOrientation = {}));
16
- // EXPERIENCE LEVEL
17
- export var ExperienceLevel;
18
- (function (ExperienceLevel) {
19
- ExperienceLevel["PROFI"] = "PROFI";
20
- ExperienceLevel["ADVANCED"] = "ADVANCED";
21
- ExperienceLevel["AMATEUR"] = "AMATEUR";
22
- })(ExperienceLevel || (ExperienceLevel = {}));
23
- // SERVICE TYPE
24
- export var ServiceType;
25
- (function (ServiceType) {
26
- ServiceType["ESCORT"] = "ESCORT";
27
- ServiceType["MASSAGE"] = "MASSAGE";
28
- ServiceType["DOMINA"] = "DOMINA";
29
- })(ServiceType || (ServiceType = {}));
30
- // LOCATION
31
- export var Location;
32
- (function (Location) {
33
- Location["UNDEFINED"] = "UNDEFINED";
34
- Location["BRATISLAVA"] = "BRATISLAVA";
35
- Location["KOSICE"] = "KOSICE";
36
- Location["PRESOV"] = "PRESOV";
37
- Location["NITRA"] = "NITRA";
38
- })(Location || (Location = {}));
39
- // LANGUAGE
40
- export var Language;
41
- (function (Language) {
42
- Language["ENGLISH"] = "ENGLISH";
43
- Language["GERMAN"] = "GERMAN";
44
- Language["UKRAINIAN"] = "UKRAINIAN";
45
- Language["RUSSIAN"] = "RUSSIAN";
46
- Language["HUNGARIAN"] = "HUNGARIAN";
47
- Language["POLISH"] = "POLISH";
48
- Language["SPANISH"] = "SPANISH";
49
- Language["FRENCH"] = "FRENCH";
50
- })(Language || (Language = {}));
51
- // AGE RANGE
52
- export var AgeRange;
53
- (function (AgeRange) {
54
- AgeRange["UNDEFINED"] = "UNDEFINED";
55
- AgeRange["AGE_18_19"] = "AGE_18_19";
56
- AgeRange["AGE_20_24"] = "AGE_20_24";
57
- AgeRange["AGE_25_29"] = "AGE_25_29";
58
- AgeRange["AGE_30_34"] = "AGE_30_34";
59
- AgeRange["AGE_35_39"] = "AGE_35_39";
60
- AgeRange["AGE_40_PLUS"] = "AGE_40_PLUS";
61
- })(AgeRange || (AgeRange = {}));
62
- // AVAILABILITY
63
- export var AvailabilityStatus;
64
- (function (AvailabilityStatus) {
65
- AvailabilityStatus["UNDEFINED"] = "UNDEFINED";
66
- AvailabilityStatus["AVAILABLE"] = "AVAILABLE";
67
- AvailabilityStatus["UNAVAILABLE"] = "UNAVAILABLE";
68
- })(AvailabilityStatus || (AvailabilityStatus = {}));
69
- // BREAST SIZE
70
- export var BreastSize;
71
- (function (BreastSize) {
72
- BreastSize["UNDEFINED"] = "UNDEFINED";
73
- BreastSize["SIZE_1"] = "SIZE_1";
74
- BreastSize["SIZE_2"] = "SIZE_2";
75
- BreastSize["SIZE_3"] = "SIZE_3";
76
- BreastSize["SIZE_4"] = "SIZE_4";
77
- BreastSize["SIZE_5"] = "SIZE_5";
78
- BreastSize["SIZE_6"] = "SIZE_6";
79
- BreastSize["SIZE_7_PLUS"] = "SIZE_7_PLUS";
80
- })(BreastSize || (BreastSize = {}));
81
- // NATIONALITY
82
- export var NationalityOption;
83
- (function (NationalityOption) {
84
- NationalityOption["UNDEFINED"] = "UNDEFINED";
85
- NationalityOption["SLOVAK"] = "SLOVAK";
86
- NationalityOption["HUNGARIAN"] = "HUNGARIAN";
87
- NationalityOption["CZECH"] = "CZECH";
88
- NationalityOption["AUSTRIAN"] = "AUSTRIAN";
89
- NationalityOption["GERMAN"] = "GERMAN";
90
- NationalityOption["OTHER"] = "OTHER";
91
- })(NationalityOption || (NationalityOption = {}));
92
- // CONTACT METHOD
93
- export var ContactMethod;
94
- (function (ContactMethod) {
95
- ContactMethod["WHATSAPP"] = "WHATSAPP";
96
- ContactMethod["TELEGRAM"] = "TELEGRAM";
97
- ContactMethod["VIBER"] = "VIBER";
98
- })(ContactMethod || (ContactMethod = {}));
99
- // SERVICES FOR
100
- export var ServicesFor;
101
- (function (ServicesFor) {
102
- ServicesFor["MEN"] = "MEN";
103
- ServicesFor["WOMEN"] = "WOMEN";
104
- ServicesFor["COUPLES"] = "COUPLES";
105
- })(ServicesFor || (ServicesFor = {}));
106
- // USER ROLE
107
- export var UserRole;
108
- (function (UserRole) {
109
- UserRole["MODEL"] = "MODEL";
110
- UserRole["CLIENT"] = "CLIENT";
111
- })(UserRole || (UserRole = {}));
112
- // PRACTISE
113
- export var Practise;
114
- (function (Practise) {
115
- Practise["MASSAGE"] = "MASSAGE";
116
- Practise["HANDJOB"] = "HANDJOB";
117
- Practise["STRIPTEASE"] = "STRIPTEASE";
118
- Practise["MUTUAL_MASSAGE"] = "MUTUAL_MASSAGE";
119
- Practise["FOOTJOB"] = "FOOTJOB";
120
- Practise["FOOTFETISH"] = "FOOTFETISH";
121
- Practise["AUTOEROTIC"] = "AUTOEROTIC";
122
- Practise["STRAPON"] = "STRAPON";
123
- Practise["DOMINATION"] = "DOMINATION";
124
- Practise["BONDAGE"] = "BONDAGE";
125
- Practise["ROLEPLAY"] = "ROLEPLAY";
126
- Practise["EROTIC_MASSAGE"] = "EROTIC_MASSAGE";
127
- Practise["COMPANY"] = "COMPANY";
128
- Practise["ESCORT"] = "ESCORT";
129
- Practise["OTHER"] = "OTHER";
130
- })(Practise || (Practise = {}));
131
- // OTHER PRACTISE
132
- export var OtherPractise;
133
- (function (OtherPractise) {
134
- OtherPractise["ANAL"] = "ANAL";
135
- OtherPractise["ORAL_WITHOUT"] = "ORAL_WITHOUT";
136
- OtherPractise["CUM_IN_MOUTH"] = "CUM_IN_MOUTH";
137
- OtherPractise["CUM_ON_FACE"] = "CUM_ON_FACE";
138
- OtherPractise["DEEPTHROAT"] = "DEEPTHROAT";
139
- OtherPractise["DOUBLE_PENETRATION"] = "DOUBLE_PENETRATION";
140
- OtherPractise["FISTING"] = "FISTING";
141
- OtherPractise["POSITION_69"] = "POSITION_69";
142
- OtherPractise["PISSING"] = "PISSING";
143
- OtherPractise["RIMMING"] = "RIMMING";
144
- OtherPractise["TOYS"] = "TOYS";
145
- })(OtherPractise || (OtherPractise = {}));
146
- // SHAVE STATUS
147
- export var ShaveStatus;
148
- (function (ShaveStatus) {
149
- ShaveStatus["SHAVED"] = "SHAVED";
150
- ShaveStatus["PARTIALLY_SHAVED"] = "PARTIALLY_SHAVED";
151
- ShaveStatus["NOT_SHAVED"] = "NOT_SHAVED";
152
- })(ShaveStatus || (ShaveStatus = {}));
153
- // HAIR COLOR
154
- export var HairColor;
155
- (function (HairColor) {
156
- HairColor["BLOND"] = "BLOND";
157
- HairColor["BRUNET"] = "BRUNET";
158
- HairColor["REDHEAD"] = "REDHEAD";
159
- })(HairColor || (HairColor = {}));
160
- // HAIR LENGTH
161
- export var HairLength;
162
- (function (HairLength) {
163
- HairLength["LONG"] = "LONG";
164
- HairLength["SHORT"] = "SHORT";
165
- })(HairLength || (HairLength = {}));
1
+ // DAY STATUS
2
+ export var DayStatus;
3
+ (function (DayStatus) {
4
+ DayStatus["WORKING"] = "WORKING";
5
+ DayStatus["ON_DEMAND"] = "ON_DEMAND";
6
+ DayStatus["BUSY"] = "BUSY";
7
+ DayStatus["NOT_WORKING"] = "NOT_WORKING";
8
+ })(DayStatus || (DayStatus = {}));
9
+ // SEXUAL ORIENTATION
10
+ export var SexualOrientation;
11
+ (function (SexualOrientation) {
12
+ SexualOrientation["HETERO"] = "HETERO";
13
+ SexualOrientation["BI"] = "BI";
14
+ SexualOrientation["HOMO"] = "HOMO";
15
+ })(SexualOrientation || (SexualOrientation = {}));
16
+ // EXPERIENCE LEVEL
17
+ export var ExperienceLevel;
18
+ (function (ExperienceLevel) {
19
+ ExperienceLevel["PROFI"] = "PROFI";
20
+ ExperienceLevel["ADVANCED"] = "ADVANCED";
21
+ ExperienceLevel["AMATEUR"] = "AMATEUR";
22
+ })(ExperienceLevel || (ExperienceLevel = {}));
23
+ // SERVICE TYPE
24
+ export var ServiceType;
25
+ (function (ServiceType) {
26
+ ServiceType["ESCORT"] = "ESCORT";
27
+ ServiceType["MASSAGE"] = "MASSAGE";
28
+ ServiceType["DOMINA"] = "DOMINA";
29
+ })(ServiceType || (ServiceType = {}));
30
+ // LOCATION
31
+ export var Location;
32
+ (function (Location) {
33
+ Location["UNDEFINED"] = "UNDEFINED";
34
+ Location["BRATISLAVA"] = "BRATISLAVA";
35
+ Location["KOSICE"] = "KOSICE";
36
+ Location["PRESOV"] = "PRESOV";
37
+ Location["NITRA"] = "NITRA";
38
+ })(Location || (Location = {}));
39
+ // LANGUAGE
40
+ export var Language;
41
+ (function (Language) {
42
+ Language["ENGLISH"] = "ENGLISH";
43
+ Language["GERMAN"] = "GERMAN";
44
+ Language["UKRAINIAN"] = "UKRAINIAN";
45
+ Language["RUSSIAN"] = "RUSSIAN";
46
+ Language["HUNGARIAN"] = "HUNGARIAN";
47
+ Language["POLISH"] = "POLISH";
48
+ Language["SPANISH"] = "SPANISH";
49
+ Language["FRENCH"] = "FRENCH";
50
+ })(Language || (Language = {}));
51
+ // AGE RANGE
52
+ export var AgeRange;
53
+ (function (AgeRange) {
54
+ AgeRange["UNDEFINED"] = "UNDEFINED";
55
+ AgeRange["AGE_18_19"] = "AGE_18_19";
56
+ AgeRange["AGE_20_24"] = "AGE_20_24";
57
+ AgeRange["AGE_25_29"] = "AGE_25_29";
58
+ AgeRange["AGE_30_34"] = "AGE_30_34";
59
+ AgeRange["AGE_35_39"] = "AGE_35_39";
60
+ AgeRange["AGE_40_PLUS"] = "AGE_40_PLUS";
61
+ })(AgeRange || (AgeRange = {}));
62
+ // AVAILABILITY
63
+ export var AvailabilityStatus;
64
+ (function (AvailabilityStatus) {
65
+ AvailabilityStatus["UNDEFINED"] = "UNDEFINED";
66
+ AvailabilityStatus["AVAILABLE"] = "AVAILABLE";
67
+ AvailabilityStatus["UNAVAILABLE"] = "UNAVAILABLE";
68
+ })(AvailabilityStatus || (AvailabilityStatus = {}));
69
+ // BREAST SIZE
70
+ export var BreastSize;
71
+ (function (BreastSize) {
72
+ BreastSize["UNDEFINED"] = "UNDEFINED";
73
+ BreastSize["SIZE_1"] = "SIZE_1";
74
+ BreastSize["SIZE_2"] = "SIZE_2";
75
+ BreastSize["SIZE_3"] = "SIZE_3";
76
+ BreastSize["SIZE_4"] = "SIZE_4";
77
+ BreastSize["SIZE_5"] = "SIZE_5";
78
+ BreastSize["SIZE_6"] = "SIZE_6";
79
+ BreastSize["SIZE_7_PLUS"] = "SIZE_7_PLUS";
80
+ })(BreastSize || (BreastSize = {}));
81
+ // NATIONALITY
82
+ export var NationalityOption;
83
+ (function (NationalityOption) {
84
+ NationalityOption["UNDEFINED"] = "UNDEFINED";
85
+ NationalityOption["SLOVAK"] = "SLOVAK";
86
+ NationalityOption["HUNGARIAN"] = "HUNGARIAN";
87
+ NationalityOption["CZECH"] = "CZECH";
88
+ NationalityOption["AUSTRIAN"] = "AUSTRIAN";
89
+ NationalityOption["GERMAN"] = "GERMAN";
90
+ NationalityOption["OTHER"] = "OTHER";
91
+ })(NationalityOption || (NationalityOption = {}));
92
+ // CONTACT METHOD
93
+ export var ContactMethod;
94
+ (function (ContactMethod) {
95
+ ContactMethod["WHATSAPP"] = "WHATSAPP";
96
+ ContactMethod["TELEGRAM"] = "TELEGRAM";
97
+ ContactMethod["VIBER"] = "VIBER";
98
+ })(ContactMethod || (ContactMethod = {}));
99
+ // SERVICES FOR
100
+ export var ServicesFor;
101
+ (function (ServicesFor) {
102
+ ServicesFor["MEN"] = "MEN";
103
+ ServicesFor["WOMEN"] = "WOMEN";
104
+ ServicesFor["COUPLES"] = "COUPLES";
105
+ })(ServicesFor || (ServicesFor = {}));
106
+ // USER ROLE
107
+ export var UserRole;
108
+ (function (UserRole) {
109
+ UserRole["MODEL"] = "MODEL";
110
+ UserRole["CLIENT"] = "CLIENT";
111
+ })(UserRole || (UserRole = {}));
112
+ // PRACTISE
113
+ export var Practise;
114
+ (function (Practise) {
115
+ Practise["MASSAGE"] = "MASSAGE";
116
+ Practise["HANDJOB"] = "HANDJOB";
117
+ Practise["STRIPTEASE"] = "STRIPTEASE";
118
+ Practise["MUTUAL_MASSAGE"] = "MUTUAL_MASSAGE";
119
+ Practise["FOOTJOB"] = "FOOTJOB";
120
+ Practise["FOOTFETISH"] = "FOOTFETISH";
121
+ Practise["AUTOEROTIC"] = "AUTOEROTIC";
122
+ Practise["STRAPON"] = "STRAPON";
123
+ Practise["DOMINATION"] = "DOMINATION";
124
+ Practise["BONDAGE"] = "BONDAGE";
125
+ Practise["ROLEPLAY"] = "ROLEPLAY";
126
+ Practise["EROTIC_MASSAGE"] = "EROTIC_MASSAGE";
127
+ Practise["COMPANY"] = "COMPANY";
128
+ Practise["ESCORT"] = "ESCORT";
129
+ Practise["OTHER"] = "OTHER";
130
+ })(Practise || (Practise = {}));
131
+ // OTHER PRACTISE
132
+ export var OtherPractise;
133
+ (function (OtherPractise) {
134
+ OtherPractise["ANAL"] = "ANAL";
135
+ OtherPractise["ORAL_WITHOUT"] = "ORAL_WITHOUT";
136
+ OtherPractise["CUM_IN_MOUTH"] = "CUM_IN_MOUTH";
137
+ OtherPractise["CUM_ON_FACE"] = "CUM_ON_FACE";
138
+ OtherPractise["DEEPTHROAT"] = "DEEPTHROAT";
139
+ OtherPractise["DOUBLE_PENETRATION"] = "DOUBLE_PENETRATION";
140
+ OtherPractise["FISTING"] = "FISTING";
141
+ OtherPractise["POSITION_69"] = "POSITION_69";
142
+ OtherPractise["PISSING"] = "PISSING";
143
+ OtherPractise["RIMMING"] = "RIMMING";
144
+ OtherPractise["TOYS"] = "TOYS";
145
+ })(OtherPractise || (OtherPractise = {}));
146
+ // SHAVE STATUS
147
+ export var ShaveStatus;
148
+ (function (ShaveStatus) {
149
+ ShaveStatus["SHAVED"] = "SHAVED";
150
+ ShaveStatus["PARTIALLY_SHAVED"] = "PARTIALLY_SHAVED";
151
+ ShaveStatus["NOT_SHAVED"] = "NOT_SHAVED";
152
+ })(ShaveStatus || (ShaveStatus = {}));
153
+ // HAIR COLOR
154
+ export var HairColor;
155
+ (function (HairColor) {
156
+ HairColor["BLOND"] = "BLOND";
157
+ HairColor["BRUNET"] = "BRUNET";
158
+ HairColor["REDHEAD"] = "REDHEAD";
159
+ })(HairColor || (HairColor = {}));
160
+ // HAIR LENGTH
161
+ export var HairLength;
162
+ (function (HairLength) {
163
+ HairLength["LONG"] = "LONG";
164
+ HairLength["SHORT"] = "SHORT";
165
+ })(HairLength || (HairLength = {}));
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./types";
2
- export * from "./filterEnums";
1
+ export * from "./types";
2
+ export * from "./filterEnums";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./types";
2
- export * from "./filterEnums";
1
+ export * from "./types";
2
+ export * from "./filterEnums";