@shakerquiz/contracts 0.0.164 → 0.0.166
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 +2 -2
- package/source/contracts/POST/game/admin.json +2 -2
- package/source/contracts/POST/game/organizer.json +2 -2
- package/source/contracts/POST/registration/Unknown.json +2 -2
- package/source/contracts/POST/registration/admin.json +2 -2
- package/source/contracts/POST/registration/organizer.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@shakerquiz/contracts",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.166",
|
|
5
5
|
"author": "yurkimus <yurkimus@gmail.com>",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"repository": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"exports": "./source/index.js",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@shakerquiz/utilities": "4.0.
|
|
19
|
+
"@shakerquiz/utilities": "4.0.71",
|
|
20
20
|
"@types/bun": "1.3.7"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
-
"
|
|
5
|
+
"venue_id": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"format": "uuid"
|
|
8
8
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"required": [
|
|
22
|
-
"
|
|
22
|
+
"venue_id",
|
|
23
23
|
"theme_id",
|
|
24
24
|
"number",
|
|
25
25
|
"event_time"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
-
"
|
|
5
|
+
"venue_id": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"format": "uuid"
|
|
8
8
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"required": [
|
|
22
|
-
"
|
|
22
|
+
"venue_id",
|
|
23
23
|
"theme_id",
|
|
24
24
|
"number",
|
|
25
25
|
"event_time"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
-
"
|
|
5
|
+
"game_id": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"format": "uuid"
|
|
8
8
|
},
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"required": [
|
|
84
|
-
"
|
|
84
|
+
"game_id",
|
|
85
85
|
"human_name",
|
|
86
86
|
"team_name",
|
|
87
87
|
"people_count",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
-
"
|
|
5
|
+
"game_id": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"format": "uuid"
|
|
8
8
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"required": [
|
|
44
|
-
"
|
|
44
|
+
"game_id",
|
|
45
45
|
"human_name",
|
|
46
46
|
"team_name",
|
|
47
47
|
"people_count",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
|
-
"
|
|
5
|
+
"game_id": {
|
|
6
6
|
"type": "string",
|
|
7
7
|
"format": "uuid"
|
|
8
8
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"required": [
|
|
44
|
-
"
|
|
44
|
+
"game_id",
|
|
45
45
|
"human_name",
|
|
46
46
|
"team_name",
|
|
47
47
|
"people_count",
|