@shakerquiz/contracts 0.0.89 → 0.0.91
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/contracts/PATCH/city/admin.json +2 -1
- package/source/contracts/PATCH/city/country/admin.json +2 -1
- package/source/contracts/PATCH/city/currency/admin.json +2 -1
- package/source/contracts/PATCH/city/timezone/admin.json +2 -1
- package/source/contracts/PATCH/city/vk_group_token/admin.json +2 -1
- package/source/contracts/PATCH/game/admin.json +2 -1
- package/source/contracts/PATCH/game/organizer.json +2 -1
- package/source/contracts/PATCH/game/status/Service.json +1 -0
- package/source/contracts/PATCH/game/status/admin.json +2 -1
- package/source/contracts/PATCH/game/status/organizer.json +2 -1
- package/source/contracts/PATCH/games/admin.json +2 -1
- package/source/contracts/PATCH/games/organizer.json +2 -1
- package/source/contracts/PATCH/games/status/admin.json +2 -1
- package/source/contracts/PATCH/games/status/organizer.json +2 -1
- package/source/contracts/PATCH/registration/Service.json +2 -1
- package/source/contracts/PATCH/registration/Unknown.json +2 -1
- package/source/contracts/PATCH/registration/admin.json +2 -1
- package/source/contracts/PATCH/registration/channel/Service.json +2 -1
- package/source/contracts/PATCH/registration/channel/Unknown.json +2 -1
- package/source/contracts/PATCH/registration/channel/admin.json +2 -1
- package/source/contracts/PATCH/registration/channel/organizer.json +2 -1
- package/source/contracts/PATCH/registration/lineup/admin.json +2 -1
- package/source/contracts/PATCH/registration/lineup/organizer.json +2 -1
- package/source/contracts/PATCH/registration/organizer.json +2 -1
- package/source/contracts/PATCH/registration/status/Service.json +2 -1
- package/source/contracts/PATCH/registration/status/admin.json +7 -6
- package/source/contracts/PATCH/registration/status/organizer.json +7 -6
- package/source/contracts/PATCH/registrations/Service.json +2 -1
- package/source/contracts/PATCH/registrations/lineup/Service.json +2 -1
- package/source/contracts/PATCH/registrations/lineup/admin.json +2 -1
- package/source/contracts/PATCH/registrations/lineup/organizer.json +2 -1
- package/source/contracts/PATCH/registrations/status/Service.json +7 -6
- package/source/contracts/PATCH/registrations/status/admin.json +7 -6
- package/source/contracts/PATCH/registrations/status/organizer.json +7 -6
- package/source/contracts/PATCH/theme/admin.json +2 -1
- package/source/contracts/PATCH/themes/admin.json +2 -1
- package/source/contracts/PATCH/user/admin.json +2 -1
- package/source/contracts/PATCH/user/password/admin.json +2 -1
- package/source/contracts/PATCH/user/role/admin.json +2 -1
- package/source/contracts/PATCH/venue/admin.json +2 -1
- package/source/contracts/PATCH/venue/organizer.json +2 -1
- package/source/contracts/PATCH/venues/admin.json +2 -1
- package/source/contracts/PATCH/venues/organizer.json +2 -1
- package/source/contracts/POST/chatapp/registration/mailing/admin.json +1 -0
- package/source/contracts/POST/chatapp/registration/mailing/organizer.json +1 -0
- package/source/contracts/POST/checkin/Unknown.json +2 -1
- package/source/contracts/POST/city/admin.json +2 -1
- package/source/contracts/POST/city/vk_group_token/admin.json +2 -1
- package/source/contracts/POST/game/admin.json +2 -1
- package/source/contracts/POST/game/organizer.json +2 -1
- package/source/contracts/POST/game/registrations/export/admin.json +2 -1
- package/source/contracts/POST/game/registrations/export/organizer.json +2 -1
- package/source/contracts/POST/registration/mailing/admin.json +2 -1
- package/source/contracts/POST/registration/mailing/organizer.json +2 -1
- package/source/contracts/POST/registrations/export/admin.json +2 -1
- package/source/contracts/POST/registrations/export/organizer.json +2 -1
- package/source/contracts/POST/theme/admin.json +2 -1
- package/source/contracts/POST/user/admin.json +2 -1
- package/source/contracts/POST/user/city/admin.json +2 -1
- package/source/contracts/POST/user/password/admin.json +2 -1
- package/source/contracts/POST/user/role/admin.json +2 -1
- package/source/contracts/POST/venue/admin.json +2 -1
- package/source/contracts/POST/venue/organizer.json +2 -1
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2
3
|
"type": "object",
|
|
3
4
|
"properties": {
|
|
4
5
|
"status": {
|
|
@@ -12,14 +13,14 @@
|
|
|
12
13
|
"Cancelled"
|
|
13
14
|
]
|
|
14
15
|
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
},
|
|
17
|
+
"required": [
|
|
18
|
+
"value"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
20
21
|
},
|
|
21
22
|
"required": [
|
|
22
23
|
"status"
|
|
23
24
|
],
|
|
24
25
|
"additionalProperties": false
|
|
25
|
-
}
|
|
26
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2
3
|
"type": "object",
|
|
3
4
|
"properties": {
|
|
4
5
|
"status": {
|
|
@@ -12,14 +13,14 @@
|
|
|
12
13
|
"Cancelled"
|
|
13
14
|
]
|
|
14
15
|
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
},
|
|
17
|
+
"required": [
|
|
18
|
+
"value"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
20
21
|
},
|
|
21
22
|
"required": [
|
|
22
23
|
"status"
|
|
23
24
|
],
|
|
24
25
|
"additionalProperties": false
|
|
25
|
-
}
|
|
26
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2
3
|
"type": "array",
|
|
3
4
|
"items": {
|
|
4
5
|
"type": "object",
|
|
@@ -18,11 +19,11 @@
|
|
|
18
19
|
"Cancelled"
|
|
19
20
|
]
|
|
20
21
|
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
},
|
|
23
|
+
"required": [
|
|
24
|
+
"value"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
26
27
|
},
|
|
27
28
|
"required": [
|
|
28
29
|
"id",
|
|
@@ -30,4 +31,4 @@
|
|
|
30
31
|
]
|
|
31
32
|
},
|
|
32
33
|
"uniqueItems": true
|
|
33
|
-
}
|
|
34
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2
3
|
"type": "array",
|
|
3
4
|
"items": {
|
|
4
5
|
"type": "object",
|
|
@@ -18,11 +19,11 @@
|
|
|
18
19
|
"Cancelled"
|
|
19
20
|
]
|
|
20
21
|
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
},
|
|
23
|
+
"required": [
|
|
24
|
+
"value"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
26
27
|
},
|
|
27
28
|
"required": [
|
|
28
29
|
"id",
|
|
@@ -30,4 +31,4 @@
|
|
|
30
31
|
]
|
|
31
32
|
},
|
|
32
33
|
"uniqueItems": true
|
|
33
|
-
}
|
|
34
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2
3
|
"type": "array",
|
|
3
4
|
"items": {
|
|
4
5
|
"type": "object",
|
|
@@ -18,11 +19,11 @@
|
|
|
18
19
|
"Cancelled"
|
|
19
20
|
]
|
|
20
21
|
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
},
|
|
23
|
+
"required": [
|
|
24
|
+
"value"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
26
27
|
},
|
|
27
28
|
"required": [
|
|
28
29
|
"id",
|
|
@@ -30,4 +31,4 @@
|
|
|
30
31
|
]
|
|
31
32
|
},
|
|
32
33
|
"uniqueItems": true
|
|
33
|
-
}
|
|
34
|
+
}
|