@shakerquiz/utilities 0.3.34 → 0.3.36
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.
- package/package.json +1 -1
- package/source/enumerations/schemas.d.ts +8 -0
- package/source/enumerations/schemas.js +17 -0
- package/source/functions/schema.d.ts +5 -0
- package/source/functions/schema.js +70 -0
- package/source/index.d.ts +2 -0
- package/source/index.js +2 -0
- package/source/schemas/city.d.ts +44 -203
- package/source/schemas/city.js +44 -126
- package/source/schemas/game.d.ts +96 -25
- package/source/schemas/game.js +96 -25
- package/source/schemas/registration.d.ts +128 -33
- package/source/schemas/registration.js +128 -33
- package/source/schemas/theme.d.ts +28 -8
- package/source/schemas/theme.js +28 -8
- package/source/schemas/user.d.ts +72 -19
- package/source/schemas/user.js +72 -19
- package/source/schemas/venue.d.ts +76 -20
- package/source/schemas/venue.js +76 -20
|
@@ -1,34 +1,129 @@
|
|
|
1
|
-
export namespace
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
export namespace RegistrationSchema {
|
|
2
|
+
namespace ads_from {
|
|
3
|
+
let type: "Undefined";
|
|
4
|
+
}
|
|
5
|
+
namespace change_people_count {
|
|
6
|
+
let type_1: "Undefined";
|
|
7
|
+
export { type_1 as type };
|
|
8
|
+
}
|
|
9
|
+
namespace channel {
|
|
10
|
+
let type_2: "Undefined";
|
|
11
|
+
export { type_2 as type };
|
|
12
|
+
}
|
|
13
|
+
namespace chatapp_id {
|
|
14
|
+
let type_3: "Undefined";
|
|
15
|
+
export { type_3 as type };
|
|
16
|
+
}
|
|
17
|
+
namespace comment {
|
|
18
|
+
let type_4: "Undefined";
|
|
19
|
+
export { type_4 as type };
|
|
20
|
+
}
|
|
21
|
+
namespace email {
|
|
22
|
+
let type_5: "Undefined";
|
|
23
|
+
export { type_5 as type };
|
|
24
|
+
}
|
|
25
|
+
namespace event_id {
|
|
26
|
+
let type_6: "Undefined";
|
|
27
|
+
export { type_6 as type };
|
|
28
|
+
}
|
|
29
|
+
namespace fact_people_count {
|
|
30
|
+
let type_7: "Undefined";
|
|
31
|
+
export { type_7 as type };
|
|
32
|
+
}
|
|
33
|
+
namespace human_name {
|
|
34
|
+
let type_8: "Undefined";
|
|
35
|
+
export { type_8 as type };
|
|
36
|
+
}
|
|
37
|
+
namespace id {
|
|
38
|
+
let type_9: "Undefined";
|
|
39
|
+
export { type_9 as type };
|
|
40
|
+
}
|
|
41
|
+
namespace is_actual_presence {
|
|
42
|
+
let type_10: "Undefined";
|
|
43
|
+
export { type_10 as type };
|
|
44
|
+
}
|
|
45
|
+
namespace is_alone {
|
|
46
|
+
let type_11: "Undefined";
|
|
47
|
+
export { type_11 as type };
|
|
48
|
+
}
|
|
49
|
+
namespace is_birthday {
|
|
50
|
+
let type_12: "Undefined";
|
|
51
|
+
export { type_12 as type };
|
|
52
|
+
}
|
|
53
|
+
namespace is_canceled {
|
|
54
|
+
let type_13: "Undefined";
|
|
55
|
+
export { type_13 as type };
|
|
56
|
+
}
|
|
57
|
+
namespace is_confirm {
|
|
58
|
+
let type_14: "Undefined";
|
|
59
|
+
export { type_14 as type };
|
|
60
|
+
}
|
|
61
|
+
namespace is_extensible {
|
|
62
|
+
let type_15: "Undefined";
|
|
63
|
+
export { type_15 as type };
|
|
64
|
+
}
|
|
65
|
+
namespace is_first {
|
|
66
|
+
let type_16: "Undefined";
|
|
67
|
+
export { type_16 as type };
|
|
68
|
+
}
|
|
69
|
+
namespace is_reserve {
|
|
70
|
+
let type_17: "Undefined";
|
|
71
|
+
export { type_17 as type };
|
|
72
|
+
}
|
|
73
|
+
namespace last_broadcast {
|
|
74
|
+
let type_18: "Undefined";
|
|
75
|
+
export { type_18 as type };
|
|
76
|
+
}
|
|
77
|
+
namespace people_count {
|
|
78
|
+
let type_19: "Undefined";
|
|
79
|
+
export { type_19 as type };
|
|
80
|
+
}
|
|
81
|
+
namespace phone {
|
|
82
|
+
let type_20: "Undefined";
|
|
83
|
+
export { type_20 as type };
|
|
84
|
+
}
|
|
85
|
+
namespace promocode {
|
|
86
|
+
let type_21: "Undefined";
|
|
87
|
+
export { type_21 as type };
|
|
88
|
+
}
|
|
89
|
+
namespace team_name {
|
|
90
|
+
let type_22: "Undefined";
|
|
91
|
+
export { type_22 as type };
|
|
92
|
+
}
|
|
93
|
+
namespace telegramBot {
|
|
94
|
+
let type_23: "Undefined";
|
|
95
|
+
export { type_23 as type };
|
|
96
|
+
}
|
|
97
|
+
namespace time_created {
|
|
98
|
+
let type_24: "Undefined";
|
|
99
|
+
export { type_24 as type };
|
|
100
|
+
}
|
|
101
|
+
namespace time_updated {
|
|
102
|
+
let type_25: "Undefined";
|
|
103
|
+
export { type_25 as type };
|
|
104
|
+
}
|
|
105
|
+
namespace utm_campaign {
|
|
106
|
+
let type_26: "Undefined";
|
|
107
|
+
export { type_26 as type };
|
|
108
|
+
}
|
|
109
|
+
namespace utm_content {
|
|
110
|
+
let type_27: "Undefined";
|
|
111
|
+
export { type_27 as type };
|
|
112
|
+
}
|
|
113
|
+
namespace utm_medium {
|
|
114
|
+
let type_28: "Undefined";
|
|
115
|
+
export { type_28 as type };
|
|
116
|
+
}
|
|
117
|
+
namespace utm_source {
|
|
118
|
+
let type_29: "Undefined";
|
|
119
|
+
export { type_29 as type };
|
|
120
|
+
}
|
|
121
|
+
namespace utm_term {
|
|
122
|
+
let type_30: "Undefined";
|
|
123
|
+
export { type_30 as type };
|
|
124
|
+
}
|
|
125
|
+
namespace vkontakte {
|
|
126
|
+
let type_31: "Undefined";
|
|
127
|
+
export { type_31 as type };
|
|
128
|
+
}
|
|
34
129
|
}
|
|
@@ -1,34 +1,129 @@
|
|
|
1
|
-
export var
|
|
2
|
-
ads_from:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
export var RegistrationSchema = /** @type {const} */ ({
|
|
2
|
+
ads_from: {
|
|
3
|
+
type: 'Undefined',
|
|
4
|
+
},
|
|
5
|
+
|
|
6
|
+
change_people_count: {
|
|
7
|
+
type: 'Undefined',
|
|
8
|
+
},
|
|
9
|
+
|
|
10
|
+
channel: {
|
|
11
|
+
type: 'Undefined',
|
|
12
|
+
},
|
|
13
|
+
|
|
14
|
+
chatapp_id: {
|
|
15
|
+
type: 'Undefined',
|
|
16
|
+
},
|
|
17
|
+
|
|
18
|
+
comment: {
|
|
19
|
+
type: 'Undefined',
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
email: {
|
|
23
|
+
type: 'Undefined',
|
|
24
|
+
},
|
|
25
|
+
|
|
26
|
+
event_id: {
|
|
27
|
+
type: 'Undefined',
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
fact_people_count: {
|
|
31
|
+
type: 'Undefined',
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
human_name: {
|
|
35
|
+
type: 'Undefined',
|
|
36
|
+
},
|
|
37
|
+
|
|
38
|
+
id: {
|
|
39
|
+
type: 'Undefined',
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
is_actual_presence: {
|
|
43
|
+
type: 'Undefined',
|
|
44
|
+
},
|
|
45
|
+
|
|
46
|
+
is_alone: {
|
|
47
|
+
type: 'Undefined',
|
|
48
|
+
},
|
|
49
|
+
|
|
50
|
+
is_birthday: {
|
|
51
|
+
type: 'Undefined',
|
|
52
|
+
},
|
|
53
|
+
|
|
54
|
+
is_canceled: {
|
|
55
|
+
type: 'Undefined',
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
is_confirm: {
|
|
59
|
+
type: 'Undefined',
|
|
60
|
+
},
|
|
61
|
+
|
|
62
|
+
is_extensible: {
|
|
63
|
+
type: 'Undefined',
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
is_first: {
|
|
67
|
+
type: 'Undefined',
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
is_reserve: {
|
|
71
|
+
type: 'Undefined',
|
|
72
|
+
},
|
|
73
|
+
|
|
74
|
+
last_broadcast: {
|
|
75
|
+
type: 'Undefined',
|
|
76
|
+
},
|
|
77
|
+
|
|
78
|
+
people_count: {
|
|
79
|
+
type: 'Undefined',
|
|
80
|
+
},
|
|
81
|
+
|
|
82
|
+
phone: {
|
|
83
|
+
type: 'Undefined',
|
|
84
|
+
},
|
|
85
|
+
|
|
86
|
+
promocode: {
|
|
87
|
+
type: 'Undefined',
|
|
88
|
+
},
|
|
89
|
+
|
|
90
|
+
team_name: {
|
|
91
|
+
type: 'Undefined',
|
|
92
|
+
},
|
|
93
|
+
|
|
94
|
+
telegramBot: {
|
|
95
|
+
type: 'Undefined',
|
|
96
|
+
},
|
|
97
|
+
|
|
98
|
+
time_created: {
|
|
99
|
+
type: 'Undefined',
|
|
100
|
+
},
|
|
101
|
+
|
|
102
|
+
time_updated: {
|
|
103
|
+
type: 'Undefined',
|
|
104
|
+
},
|
|
105
|
+
|
|
106
|
+
utm_campaign: {
|
|
107
|
+
type: 'Undefined',
|
|
108
|
+
},
|
|
109
|
+
|
|
110
|
+
utm_content: {
|
|
111
|
+
type: 'Undefined',
|
|
112
|
+
},
|
|
113
|
+
|
|
114
|
+
utm_medium: {
|
|
115
|
+
type: 'Undefined',
|
|
116
|
+
},
|
|
117
|
+
|
|
118
|
+
utm_source: {
|
|
119
|
+
type: 'Undefined',
|
|
120
|
+
},
|
|
121
|
+
|
|
122
|
+
utm_term: {
|
|
123
|
+
type: 'Undefined',
|
|
124
|
+
},
|
|
125
|
+
|
|
126
|
+
vkontakte: {
|
|
127
|
+
type: 'Undefined',
|
|
128
|
+
},
|
|
34
129
|
})
|
|
@@ -1,9 +1,29 @@
|
|
|
1
|
-
export namespace
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
export namespace ThemeSchema {
|
|
2
|
+
namespace description {
|
|
3
|
+
let type: "Undefined";
|
|
4
|
+
}
|
|
5
|
+
namespace id {
|
|
6
|
+
let type_1: "Undefined";
|
|
7
|
+
export { type_1 as type };
|
|
8
|
+
}
|
|
9
|
+
namespace image_id {
|
|
10
|
+
let type_2: "Undefined";
|
|
11
|
+
export { type_2 as type };
|
|
12
|
+
}
|
|
13
|
+
namespace name {
|
|
14
|
+
let type_3: "Undefined";
|
|
15
|
+
export { type_3 as type };
|
|
16
|
+
}
|
|
17
|
+
namespace short_description {
|
|
18
|
+
let type_4: "Undefined";
|
|
19
|
+
export { type_4 as type };
|
|
20
|
+
}
|
|
21
|
+
namespace time_created {
|
|
22
|
+
let type_5: "Undefined";
|
|
23
|
+
export { type_5 as type };
|
|
24
|
+
}
|
|
25
|
+
namespace time_updated {
|
|
26
|
+
let type_6: "Undefined";
|
|
27
|
+
export { type_6 as type };
|
|
28
|
+
}
|
|
9
29
|
}
|
package/source/schemas/theme.js
CHANGED
|
@@ -1,9 +1,29 @@
|
|
|
1
|
-
export var
|
|
2
|
-
description:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
export var ThemeSchema = /** @type {const} */ ({
|
|
2
|
+
description: {
|
|
3
|
+
type: 'Undefined',
|
|
4
|
+
},
|
|
5
|
+
|
|
6
|
+
id: {
|
|
7
|
+
type: 'Undefined',
|
|
8
|
+
},
|
|
9
|
+
|
|
10
|
+
image_id: {
|
|
11
|
+
type: 'Undefined',
|
|
12
|
+
},
|
|
13
|
+
|
|
14
|
+
name: {
|
|
15
|
+
type: 'Undefined',
|
|
16
|
+
},
|
|
17
|
+
|
|
18
|
+
short_description: {
|
|
19
|
+
type: 'Undefined',
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
time_created: {
|
|
23
|
+
type: 'Undefined',
|
|
24
|
+
},
|
|
25
|
+
|
|
26
|
+
time_updated: {
|
|
27
|
+
type: 'Undefined',
|
|
28
|
+
},
|
|
9
29
|
})
|
package/source/schemas/user.d.ts
CHANGED
|
@@ -1,20 +1,73 @@
|
|
|
1
|
-
export namespace
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
export namespace UserSchema {
|
|
2
|
+
namespace email {
|
|
3
|
+
let type: "Undefined";
|
|
4
|
+
}
|
|
5
|
+
namespace first_name {
|
|
6
|
+
let type_1: "Undefined";
|
|
7
|
+
export { type_1 as type };
|
|
8
|
+
}
|
|
9
|
+
namespace gmail_link {
|
|
10
|
+
let type_2: "Undefined";
|
|
11
|
+
export { type_2 as type };
|
|
12
|
+
}
|
|
13
|
+
namespace hashed_password {
|
|
14
|
+
let type_3: "Undefined";
|
|
15
|
+
export { type_3 as type };
|
|
16
|
+
}
|
|
17
|
+
namespace id {
|
|
18
|
+
let type_4: "Undefined";
|
|
19
|
+
export { type_4 as type };
|
|
20
|
+
}
|
|
21
|
+
namespace image_id {
|
|
22
|
+
let type_5: "Undefined";
|
|
23
|
+
export { type_5 as type };
|
|
24
|
+
}
|
|
25
|
+
namespace is_active {
|
|
26
|
+
let type_6: "Undefined";
|
|
27
|
+
export { type_6 as type };
|
|
28
|
+
}
|
|
29
|
+
namespace is_superuser {
|
|
30
|
+
let type_7: "Undefined";
|
|
31
|
+
export { type_7 as type };
|
|
32
|
+
}
|
|
33
|
+
namespace is_verified {
|
|
34
|
+
let type_8: "Undefined";
|
|
35
|
+
export { type_8 as type };
|
|
36
|
+
}
|
|
37
|
+
namespace last_name {
|
|
38
|
+
let type_9: "Undefined";
|
|
39
|
+
export { type_9 as type };
|
|
40
|
+
}
|
|
41
|
+
namespace mailru_link {
|
|
42
|
+
let type_10: "Undefined";
|
|
43
|
+
export { type_10 as type };
|
|
44
|
+
}
|
|
45
|
+
namespace phone {
|
|
46
|
+
let type_11: "Undefined";
|
|
47
|
+
export { type_11 as type };
|
|
48
|
+
}
|
|
49
|
+
namespace role_id {
|
|
50
|
+
let type_12: "Undefined";
|
|
51
|
+
export { type_12 as type };
|
|
52
|
+
}
|
|
53
|
+
namespace telegram_data {
|
|
54
|
+
let type_13: "Undefined";
|
|
55
|
+
export { type_13 as type };
|
|
56
|
+
}
|
|
57
|
+
namespace telegram_id {
|
|
58
|
+
let type_14: "Undefined";
|
|
59
|
+
export { type_14 as type };
|
|
60
|
+
}
|
|
61
|
+
namespace third_name {
|
|
62
|
+
let type_15: "Undefined";
|
|
63
|
+
export { type_15 as type };
|
|
64
|
+
}
|
|
65
|
+
namespace time_created {
|
|
66
|
+
let type_16: "Undefined";
|
|
67
|
+
export { type_16 as type };
|
|
68
|
+
}
|
|
69
|
+
namespace time_updated {
|
|
70
|
+
let type_17: "Undefined";
|
|
71
|
+
export { type_17 as type };
|
|
72
|
+
}
|
|
20
73
|
}
|
package/source/schemas/user.js
CHANGED
|
@@ -1,20 +1,73 @@
|
|
|
1
|
-
export var
|
|
2
|
-
email:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
export var UserSchema = /** @type {const} */ ({
|
|
2
|
+
email: {
|
|
3
|
+
type: 'Undefined',
|
|
4
|
+
},
|
|
5
|
+
|
|
6
|
+
first_name: {
|
|
7
|
+
type: 'Undefined',
|
|
8
|
+
},
|
|
9
|
+
|
|
10
|
+
gmail_link: {
|
|
11
|
+
type: 'Undefined',
|
|
12
|
+
},
|
|
13
|
+
|
|
14
|
+
hashed_password: {
|
|
15
|
+
type: 'Undefined',
|
|
16
|
+
},
|
|
17
|
+
|
|
18
|
+
id: {
|
|
19
|
+
type: 'Undefined',
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
image_id: {
|
|
23
|
+
type: 'Undefined',
|
|
24
|
+
},
|
|
25
|
+
|
|
26
|
+
is_active: {
|
|
27
|
+
type: 'Undefined',
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
is_superuser: {
|
|
31
|
+
type: 'Undefined',
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
is_verified: {
|
|
35
|
+
type: 'Undefined',
|
|
36
|
+
},
|
|
37
|
+
|
|
38
|
+
last_name: {
|
|
39
|
+
type: 'Undefined',
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
mailru_link: {
|
|
43
|
+
type: 'Undefined',
|
|
44
|
+
},
|
|
45
|
+
|
|
46
|
+
phone: {
|
|
47
|
+
type: 'Undefined',
|
|
48
|
+
},
|
|
49
|
+
|
|
50
|
+
role_id: {
|
|
51
|
+
type: 'Undefined',
|
|
52
|
+
},
|
|
53
|
+
|
|
54
|
+
telegram_data: {
|
|
55
|
+
type: 'Undefined',
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
telegram_id: {
|
|
59
|
+
type: 'Undefined',
|
|
60
|
+
},
|
|
61
|
+
|
|
62
|
+
third_name: {
|
|
63
|
+
type: 'Undefined',
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
time_created: {
|
|
67
|
+
type: 'Undefined',
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
time_updated: {
|
|
71
|
+
type: 'Undefined',
|
|
72
|
+
},
|
|
20
73
|
})
|
|
@@ -1,21 +1,77 @@
|
|
|
1
|
-
export namespace
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
export namespace VenueSchema {
|
|
2
|
+
namespace city_id {
|
|
3
|
+
let type: "Undefined";
|
|
4
|
+
}
|
|
5
|
+
namespace comment {
|
|
6
|
+
let type_1: "Undefined";
|
|
7
|
+
export { type_1 as type };
|
|
8
|
+
}
|
|
9
|
+
namespace comment_equipment {
|
|
10
|
+
let type_2: "Undefined";
|
|
11
|
+
export { type_2 as type };
|
|
12
|
+
}
|
|
13
|
+
namespace comment_responsible {
|
|
14
|
+
let type_3: "Undefined";
|
|
15
|
+
export { type_3 as type };
|
|
16
|
+
}
|
|
17
|
+
namespace floor {
|
|
18
|
+
let type_4: "Undefined";
|
|
19
|
+
export { type_4 as type };
|
|
20
|
+
}
|
|
21
|
+
namespace game_time {
|
|
22
|
+
let type_5: "Undefined";
|
|
23
|
+
export { type_5 as type };
|
|
24
|
+
}
|
|
25
|
+
namespace house_number {
|
|
26
|
+
let type_6: "Undefined";
|
|
27
|
+
export { type_6 as type };
|
|
28
|
+
}
|
|
29
|
+
namespace id {
|
|
30
|
+
let type_7: "Undefined";
|
|
31
|
+
export { type_7 as type };
|
|
32
|
+
}
|
|
33
|
+
namespace is_adult {
|
|
34
|
+
let type_8: "Undefined";
|
|
35
|
+
export { type_8 as type };
|
|
36
|
+
}
|
|
37
|
+
namespace latitude {
|
|
38
|
+
let type_9: "Undefined";
|
|
39
|
+
export { type_9 as type };
|
|
40
|
+
}
|
|
41
|
+
namespace location_info {
|
|
42
|
+
let type_10: "Undefined";
|
|
43
|
+
export { type_10 as type };
|
|
44
|
+
}
|
|
45
|
+
namespace longitude {
|
|
46
|
+
let type_11: "Undefined";
|
|
47
|
+
export { type_11 as type };
|
|
48
|
+
}
|
|
49
|
+
namespace metro {
|
|
50
|
+
let type_12: "Undefined";
|
|
51
|
+
export { type_12 as type };
|
|
52
|
+
}
|
|
53
|
+
namespace name {
|
|
54
|
+
let type_13: "Undefined";
|
|
55
|
+
export { type_13 as type };
|
|
56
|
+
}
|
|
57
|
+
namespace people_capacity {
|
|
58
|
+
let type_14: "Undefined";
|
|
59
|
+
export { type_14 as type };
|
|
60
|
+
}
|
|
61
|
+
namespace street {
|
|
62
|
+
let type_15: "Undefined";
|
|
63
|
+
export { type_15 as type };
|
|
64
|
+
}
|
|
65
|
+
namespace team_capacity {
|
|
66
|
+
let type_16: "Undefined";
|
|
67
|
+
export { type_16 as type };
|
|
68
|
+
}
|
|
69
|
+
namespace time_created {
|
|
70
|
+
let type_17: "Undefined";
|
|
71
|
+
export { type_17 as type };
|
|
72
|
+
}
|
|
73
|
+
namespace time_updated {
|
|
74
|
+
let type_18: "Undefined";
|
|
75
|
+
export { type_18 as type };
|
|
76
|
+
}
|
|
21
77
|
}
|