@shakerquiz/utilities 0.4.45 → 0.4.47
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/schemas/PATCH/Registration/default/schema.json +14 -1
- package/source/schemas/PATCH/Registration/organizer/schema.json +23 -1
- package/source/schemas/POST/Registration/default/schema.json +76 -2
- /package/source/schemas/POST/Game/{schema.json → organizer/schema.json} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
|
-
"properties": {
|
|
3
|
+
"properties": {
|
|
4
|
+
"change_people_count": {
|
|
5
|
+
"type": "integer"
|
|
6
|
+
},
|
|
7
|
+
"channel": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"is_canceled": {
|
|
11
|
+
"type": "boolean"
|
|
12
|
+
},
|
|
13
|
+
"is_confirm": {
|
|
14
|
+
"type": "boolean"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
4
17
|
"required": [],
|
|
5
18
|
"additionalProperties": false
|
|
6
19
|
}
|
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
|
-
"properties": {
|
|
3
|
+
"properties": {
|
|
4
|
+
"change_people_count": {
|
|
5
|
+
"type": "integer"
|
|
6
|
+
},
|
|
7
|
+
"human_name": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"is_alone": {
|
|
11
|
+
"type": "boolean"
|
|
12
|
+
},
|
|
13
|
+
"is_canceled": {
|
|
14
|
+
"type": "boolean"
|
|
15
|
+
},
|
|
16
|
+
"is_confirm": {
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
"is_reserve": {
|
|
20
|
+
"type": "boolean"
|
|
21
|
+
},
|
|
22
|
+
"team_name": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
4
26
|
"required": [],
|
|
5
27
|
"additionalProperties": false
|
|
6
28
|
}
|
|
@@ -1,6 +1,80 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
|
-
"properties": {
|
|
4
|
-
|
|
3
|
+
"properties": {
|
|
4
|
+
"ads_from": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"channel": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"comment": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"email": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"event_id": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"format": "uuid"
|
|
19
|
+
},
|
|
20
|
+
"human_name": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"is_alone": {
|
|
24
|
+
"type": "boolean"
|
|
25
|
+
},
|
|
26
|
+
"is_birthday": {
|
|
27
|
+
"type": "boolean"
|
|
28
|
+
},
|
|
29
|
+
"is_extensible": {
|
|
30
|
+
"type": "boolean"
|
|
31
|
+
},
|
|
32
|
+
"is_first": {
|
|
33
|
+
"type": "boolean"
|
|
34
|
+
},
|
|
35
|
+
"people_count": {
|
|
36
|
+
"type": "integer"
|
|
37
|
+
},
|
|
38
|
+
"phone": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
"promocode": {
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
"team_name": {
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"telegramBot": {
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
|
+
"utm_campaign": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"utm_content": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"utm_medium": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"utm_source": {
|
|
60
|
+
"type": "string"
|
|
61
|
+
},
|
|
62
|
+
"utm_term": {
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"vkontakte": {
|
|
66
|
+
"type": "string"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"required": [
|
|
70
|
+
"event_id",
|
|
71
|
+
"human_name",
|
|
72
|
+
"is_alone",
|
|
73
|
+
"is_birthday",
|
|
74
|
+
"is_extensible",
|
|
75
|
+
"is_first",
|
|
76
|
+
"people_count",
|
|
77
|
+
"team_name"
|
|
78
|
+
],
|
|
5
79
|
"additionalProperties": false
|
|
6
80
|
}
|
|
File without changes
|