@shakerquiz/contracts 0.0.182 → 0.0.183

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.
Files changed (129) hide show
  1. package/package.json +1 -2
  2. package/source/contracts/PATCH/game/{admin.json → Admin.json} +9 -9
  3. package/source/contracts/PATCH/game/{organizer.json → Organizer.json} +9 -9
  4. package/source/contracts/PATCH/game/Service.json +9 -9
  5. package/source/contracts/PATCH/games/{admin.json → Admin.json} +9 -9
  6. package/source/contracts/PATCH/games/{organizer.json → Organizer.json} +9 -9
  7. package/source/contracts/PATCH/games/Service.json +9 -9
  8. package/source/contracts/PATCH/registration/channel/{admin.json → Admin.json} +11 -11
  9. package/source/contracts/PATCH/registration/channel/{organizer.json → Organizer.json} +11 -11
  10. package/source/contracts/PATCH/registration/channel/Service.json +11 -11
  11. package/source/contracts/PATCH/registration/channel/Unknown.json +11 -11
  12. package/source/contracts/POST/games/{search/admin.json → city/search/Admin.json} +9 -9
  13. package/source/contracts/POST/games/{search/organizer.json → city/search/Organizer.json} +9 -9
  14. package/source/contracts/POST/games/{city/search/admin.json → search/Admin.json} +9 -9
  15. package/source/contracts/POST/games/{city/search/organizer.json → search/Organizer.json} +9 -9
  16. package/source/contracts/POST/games/summary/search/Admin.json +33 -0
  17. package/source/contracts/POST/games/summary/search/Organizer.json +33 -0
  18. package/source/contracts/POST/games/theme/search/Admin.json +33 -0
  19. package/source/contracts/POST/games/theme/search/Organizer.json +33 -0
  20. package/source/contracts/POST/games/venue/search/Admin.json +33 -0
  21. package/source/contracts/POST/games/venue/search/Organizer.json +33 -0
  22. package/source/contracts/POST/registration/Unknown.json +11 -11
  23. package/source/index.js +464 -464
  24. package/source/contracts/POST/games/summary/search/admin.json +0 -33
  25. package/source/contracts/POST/games/summary/search/organizer.json +0 -33
  26. package/source/contracts/POST/games/theme/search/admin.json +0 -33
  27. package/source/contracts/POST/games/theme/search/organizer.json +0 -33
  28. package/source/contracts/POST/games/venue/search/admin.json +0 -33
  29. package/source/contracts/POST/games/venue/search/organizer.json +0 -33
  30. /package/source/contracts/PATCH/city/{admin.json → Admin.json} +0 -0
  31. /package/source/contracts/PATCH/city/{organizer.json → Organizer.json} +0 -0
  32. /package/source/contracts/PATCH/city/country/{admin.json → Admin.json} +0 -0
  33. /package/source/contracts/PATCH/city/country/{organizer.json → Organizer.json} +0 -0
  34. /package/source/contracts/PATCH/city/currency/{admin.json → Admin.json} +0 -0
  35. /package/source/contracts/PATCH/city/currency/{organizer.json → Organizer.json} +0 -0
  36. /package/source/contracts/PATCH/city/timezone/{admin.json → Admin.json} +0 -0
  37. /package/source/contracts/PATCH/city/timezone/{organizer.json → Organizer.json} +0 -0
  38. /package/source/contracts/PATCH/city/vk_group_token/{admin.json → Admin.json} +0 -0
  39. /package/source/contracts/PATCH/city/vk_group_token/{organizer.json → Organizer.json} +0 -0
  40. /package/source/contracts/PATCH/registration/{admin.json → Admin.json} +0 -0
  41. /package/source/contracts/PATCH/registration/{organizer.json → Organizer.json} +0 -0
  42. /package/source/contracts/PATCH/registration/lineup/{admin.json → Admin.json} +0 -0
  43. /package/source/contracts/PATCH/registration/lineup/{organizer.json → Organizer.json} +0 -0
  44. /package/source/contracts/PATCH/registration/status/{admin.json → Admin.json} +0 -0
  45. /package/source/contracts/PATCH/registration/status/{organizer.json → Organizer.json} +0 -0
  46. /package/source/contracts/PATCH/registrations/lineup/{admin.json → Admin.json} +0 -0
  47. /package/source/contracts/PATCH/registrations/lineup/{organizer.json → Organizer.json} +0 -0
  48. /package/source/contracts/PATCH/registrations/status/{admin.json → Admin.json} +0 -0
  49. /package/source/contracts/PATCH/registrations/status/{organizer.json → Organizer.json} +0 -0
  50. /package/source/contracts/PATCH/theme/{admin.json → Admin.json} +0 -0
  51. /package/source/contracts/PATCH/themes/{admin.json → Admin.json} +0 -0
  52. /package/source/contracts/PATCH/user/{admin.json → Admin.json} +0 -0
  53. /package/source/contracts/PATCH/user/password/{admin.json → Admin.json} +0 -0
  54. /package/source/contracts/PATCH/user/role/{admin.json → Admin.json} +0 -0
  55. /package/source/contracts/PATCH/venue/{admin.json → Admin.json} +0 -0
  56. /package/source/contracts/PATCH/venue/{organizer.json → Organizer.json} +0 -0
  57. /package/source/contracts/PATCH/venues/{admin.json → Admin.json} +0 -0
  58. /package/source/contracts/PATCH/venues/{organizer.json → Organizer.json} +0 -0
  59. /package/source/contracts/POST/chatapp/registration/mailing/{admin.json → Admin.json} +0 -0
  60. /package/source/contracts/POST/chatapp/registration/mailing/{organizer.json → Organizer.json} +0 -0
  61. /package/source/contracts/POST/checkin/{admin.json → Admin.json} +0 -0
  62. /package/source/contracts/POST/checkin/{organizer.json → Organizer.json} +0 -0
  63. /package/source/contracts/POST/cities/country/search/{admin.json → Admin.json} +0 -0
  64. /package/source/contracts/POST/cities/country/search/{organizer.json → Organizer.json} +0 -0
  65. /package/source/contracts/POST/cities/currency/search/{admin.json → Admin.json} +0 -0
  66. /package/source/contracts/POST/cities/currency/search/{organizer.json → Organizer.json} +0 -0
  67. /package/source/contracts/POST/cities/search/{admin.json → Admin.json} +0 -0
  68. /package/source/contracts/POST/cities/search/{organizer.json → Organizer.json} +0 -0
  69. /package/source/contracts/POST/cities/timezone/search/{admin.json → Admin.json} +0 -0
  70. /package/source/contracts/POST/cities/timezone/search/{organizer.json → Organizer.json} +0 -0
  71. /package/source/contracts/POST/cities/venues/search/{admin.json → Admin.json} +0 -0
  72. /package/source/contracts/POST/cities/venues/search/{organizer.json → Organizer.json} +0 -0
  73. /package/source/contracts/POST/city/{admin.json → Admin.json} +0 -0
  74. /package/source/contracts/POST/city/vk_group_token/{admin.json → Admin.json} +0 -0
  75. /package/source/contracts/POST/game/{admin.json → Admin.json} +0 -0
  76. /package/source/contracts/POST/game/{organizer.json → Organizer.json} +0 -0
  77. /package/source/contracts/POST/registration/{admin.json → Admin.json} +0 -0
  78. /package/source/contracts/POST/registration/{organizer.json → Organizer.json} +0 -0
  79. /package/source/contracts/POST/registration/mailing/{admin.json → Admin.json} +0 -0
  80. /package/source/contracts/POST/registration/mailing/{organizer.json → Organizer.json} +0 -0
  81. /package/source/contracts/POST/registrations/cancellation/search/{admin.json → Admin.json} +0 -0
  82. /package/source/contracts/POST/registrations/cancellation/search/{organizer.json → Organizer.json} +0 -0
  83. /package/source/contracts/POST/registrations/city/search/{admin.json → Admin.json} +0 -0
  84. /package/source/contracts/POST/registrations/city/search/{organizer.json → Organizer.json} +0 -0
  85. /package/source/contracts/POST/registrations/confirmation/search/{admin.json → Admin.json} +0 -0
  86. /package/source/contracts/POST/registrations/confirmation/search/{organizer.json → Organizer.json} +0 -0
  87. /package/source/contracts/POST/registrations/cover/search/{admin.json → Admin.json} +0 -0
  88. /package/source/contracts/POST/registrations/cover/search/{organizer.json → Organizer.json} +0 -0
  89. /package/source/contracts/POST/registrations/game/search/{admin.json → Admin.json} +0 -0
  90. /package/source/contracts/POST/registrations/game/search/{organizer.json → Organizer.json} +0 -0
  91. /package/source/contracts/POST/registrations/lineup/search/{admin.json → Admin.json} +0 -0
  92. /package/source/contracts/POST/registrations/lineup/search/{organizer.json → Organizer.json} +0 -0
  93. /package/source/contracts/POST/registrations/promotion/search/{admin.json → Admin.json} +0 -0
  94. /package/source/contracts/POST/registrations/promotion/search/{organizer.json → Organizer.json} +0 -0
  95. /package/source/contracts/POST/registrations/reservation/search/{admin.json → Admin.json} +0 -0
  96. /package/source/contracts/POST/registrations/reservation/search/{organizer.json → Organizer.json} +0 -0
  97. /package/source/contracts/POST/registrations/search/{admin.json → Admin.json} +0 -0
  98. /package/source/contracts/POST/registrations/search/{organizer.json → Organizer.json} +0 -0
  99. /package/source/contracts/POST/registrations/status/search/{admin.json → Admin.json} +0 -0
  100. /package/source/contracts/POST/registrations/status/search/{organizer.json → Organizer.json} +0 -0
  101. /package/source/contracts/POST/registrations/theme/search/{admin.json → Admin.json} +0 -0
  102. /package/source/contracts/POST/registrations/theme/search/{organizer.json → Organizer.json} +0 -0
  103. /package/source/contracts/POST/registrations/venue/search/{admin.json → Admin.json} +0 -0
  104. /package/source/contracts/POST/registrations/venue/search/{organizer.json → Organizer.json} +0 -0
  105. /package/source/contracts/POST/roles/search/{admin.json → Admin.json} +0 -0
  106. /package/source/contracts/POST/theme/{admin.json → Admin.json} +0 -0
  107. /package/source/contracts/POST/theme/cover/{admin.json → Admin.json} +0 -0
  108. /package/source/contracts/POST/themes/cover/search/{admin.json → Admin.json} +0 -0
  109. /package/source/contracts/POST/themes/cover/search/{organizer.json → Organizer.json} +0 -0
  110. /package/source/contracts/POST/themes/search/{admin.json → Admin.json} +0 -0
  111. /package/source/contracts/POST/themes/search/{organizer.json → Organizer.json} +0 -0
  112. /package/source/contracts/POST/user/{admin.json → Admin.json} +0 -0
  113. /package/source/contracts/POST/user/city/{admin.json → Admin.json} +0 -0
  114. /package/source/contracts/POST/user/password/{admin.json → Admin.json} +0 -0
  115. /package/source/contracts/POST/user/role/{admin.json → Admin.json} +0 -0
  116. /package/source/contracts/POST/users/cities/search/{admin.json → Admin.json} +0 -0
  117. /package/source/contracts/POST/users/password/search/{admin.json → Admin.json} +0 -0
  118. /package/source/contracts/POST/users/role/search/{admin.json → Admin.json} +0 -0
  119. /package/source/contracts/POST/users/search/{admin.json → Admin.json} +0 -0
  120. /package/source/contracts/POST/venue/{admin.json → Admin.json} +0 -0
  121. /package/source/contracts/POST/venue/{organizer.json → Organizer.json} +0 -0
  122. /package/source/contracts/POST/venues/city/search/{admin.json → Admin.json} +0 -0
  123. /package/source/contracts/POST/venues/city/search/{organizer.json → Organizer.json} +0 -0
  124. /package/source/contracts/POST/venues/search/{admin.json → Admin.json} +0 -0
  125. /package/source/contracts/POST/venues/search/{organizer.json → Organizer.json} +0 -0
  126. /package/source/contracts/POST/venues/status/search/{admin.json → Admin.json} +0 -0
  127. /package/source/contracts/POST/venues/status/search/{organizer.json → Organizer.json} +0 -0
  128. /package/source/contracts/PUT/theme/cover/{admin.json → Admin.json} +0 -0
  129. /package/source/contracts/PUT/theme/cover/{organizer.json → Organizer.json} +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.182",
4
+ "version": "0.0.183",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -16,7 +16,6 @@
16
16
  ],
17
17
  "exports": "./source/index.js",
18
18
  "devDependencies": {
19
- "@shakerquiz/utilities": "4.0.78",
20
19
  "@types/bun": "1.3.7"
21
20
  }
22
21
  }
@@ -21,15 +21,15 @@
21
21
  "status": {
22
22
  "type": "string",
23
23
  "enum": [
24
- "APPROVED",
25
- "ARCHIVE",
26
- "CLOSED",
27
- "FINISHED",
28
- "FORINVITES",
29
- "IS_RESERVE",
30
- "MODERATION",
31
- "PUBLISHED",
32
- "REJECTED"
24
+ "Approve",
25
+ "Archive",
26
+ "Close",
27
+ "Finish",
28
+ "Invite",
29
+ "Reserve",
30
+ "Moderate",
31
+ "Publish",
32
+ "Reject"
33
33
  ]
34
34
  }
35
35
  },
@@ -21,15 +21,15 @@
21
21
  "status": {
22
22
  "type": "string",
23
23
  "enum": [
24
- "APPROVED",
25
- "ARCHIVE",
26
- "CLOSED",
27
- "FINISHED",
28
- "FORINVITES",
29
- "IS_RESERVE",
30
- "MODERATION",
31
- "PUBLISHED",
32
- "REJECTED"
24
+ "Approve",
25
+ "Archive",
26
+ "Close",
27
+ "Finish",
28
+ "Invite",
29
+ "Reserve",
30
+ "Moderate",
31
+ "Publish",
32
+ "Reject"
33
33
  ]
34
34
  }
35
35
  },
@@ -21,15 +21,15 @@
21
21
  "status": {
22
22
  "type": "string",
23
23
  "enum": [
24
- "APPROVED",
25
- "ARCHIVE",
26
- "CLOSED",
27
- "FINISHED",
28
- "FORINVITES",
29
- "IS_RESERVE",
30
- "MODERATION",
31
- "PUBLISHED",
32
- "REJECTED"
24
+ "Approve",
25
+ "Archive",
26
+ "Close",
27
+ "Finish",
28
+ "Invite",
29
+ "Reserve",
30
+ "Moderate",
31
+ "Publish",
32
+ "Reject"
33
33
  ]
34
34
  }
35
35
  },
@@ -11,15 +11,15 @@
11
11
  "status": {
12
12
  "type": "string",
13
13
  "enum": [
14
- "APPROVED",
15
- "ARCHIVE",
16
- "CLOSED",
17
- "FINISHED",
18
- "FORINVITES",
19
- "IS_RESERVE",
20
- "MODERATION",
21
- "PUBLISHED",
22
- "REJECTED"
14
+ "Approve",
15
+ "Archive",
16
+ "Close",
17
+ "Finish",
18
+ "Invite",
19
+ "Reserve",
20
+ "Moderate",
21
+ "Publish",
22
+ "Reject"
23
23
  ]
24
24
  }
25
25
  },
@@ -11,15 +11,15 @@
11
11
  "status": {
12
12
  "type": "string",
13
13
  "enum": [
14
- "APPROVED",
15
- "ARCHIVE",
16
- "CLOSED",
17
- "FINISHED",
18
- "FORINVITES",
19
- "IS_RESERVE",
20
- "MODERATION",
21
- "PUBLISHED",
22
- "REJECTED"
14
+ "Approve",
15
+ "Archive",
16
+ "Close",
17
+ "Finish",
18
+ "Invite",
19
+ "Reserve",
20
+ "Moderate",
21
+ "Publish",
22
+ "Reject"
23
23
  ]
24
24
  }
25
25
  },
@@ -11,15 +11,15 @@
11
11
  "status": {
12
12
  "type": "string",
13
13
  "enum": [
14
- "APPROVED",
15
- "ARCHIVE",
16
- "CLOSED",
17
- "FINISHED",
18
- "FORINVITES",
19
- "IS_RESERVE",
20
- "MODERATION",
21
- "PUBLISHED",
22
- "REJECTED"
14
+ "Approve",
15
+ "Archive",
16
+ "Close",
17
+ "Finish",
18
+ "Invite",
19
+ "Reserve",
20
+ "Moderate",
21
+ "Publish",
22
+ "Reject"
23
23
  ]
24
24
  }
25
25
  },
@@ -5,17 +5,17 @@
5
5
  "channel": {
6
6
  "type": "string",
7
7
  "enum": [
8
- "vkontakte",
9
- "telegramBot",
10
- "email"
8
+ "Vkontakte",
9
+ "Telegram",
10
+ "Email"
11
11
  ]
12
12
  },
13
13
  "confirmed_channel": {
14
14
  "type": "string",
15
15
  "enum": [
16
- "vkontakte",
17
- "telegramBot",
18
- "email"
16
+ "Vkontakte",
17
+ "Telegram",
18
+ "Email"
19
19
  ]
20
20
  },
21
21
  "email": {
@@ -24,7 +24,7 @@
24
24
  "vkontakte": {
25
25
  "type": "string"
26
26
  },
27
- "telegramBot": {
27
+ "telegram": {
28
28
  "type": "string"
29
29
  }
30
30
  },
@@ -36,7 +36,7 @@
36
36
  {
37
37
  "if": {
38
38
  "properties": {
39
- "channel": { "const": "vkontakte" }
39
+ "channel": { "const": "Vkontakte" }
40
40
  }
41
41
  },
42
42
  "then": {
@@ -46,17 +46,17 @@
46
46
  {
47
47
  "if": {
48
48
  "properties": {
49
- "channel": { "const": "telegramBot" }
49
+ "channel": { "const": "Telegram" }
50
50
  }
51
51
  },
52
52
  "then": {
53
- "required": ["telegramBot", "confirmed_channel"]
53
+ "required": ["telegram", "confirmed_channel"]
54
54
  }
55
55
  },
56
56
  {
57
57
  "if": {
58
58
  "properties": {
59
- "channel": { "const": "email" }
59
+ "channel": { "const": "Email" }
60
60
  }
61
61
  },
62
62
  "then": {
@@ -5,17 +5,17 @@
5
5
  "channel": {
6
6
  "type": "string",
7
7
  "enum": [
8
- "vkontakte",
9
- "telegramBot",
10
- "email"
8
+ "Vkontakte",
9
+ "Telegram",
10
+ "Email"
11
11
  ]
12
12
  },
13
13
  "confirmed_channel": {
14
14
  "type": "string",
15
15
  "enum": [
16
- "vkontakte",
17
- "telegramBot",
18
- "email"
16
+ "Vkontakte",
17
+ "Telegram",
18
+ "Email"
19
19
  ]
20
20
  },
21
21
  "email": {
@@ -24,7 +24,7 @@
24
24
  "vkontakte": {
25
25
  "type": "string"
26
26
  },
27
- "telegramBot": {
27
+ "telegram": {
28
28
  "type": "string"
29
29
  }
30
30
  },
@@ -36,7 +36,7 @@
36
36
  {
37
37
  "if": {
38
38
  "properties": {
39
- "channel": { "const": "vkontakte" }
39
+ "channel": { "const": "Vkontakte" }
40
40
  }
41
41
  },
42
42
  "then": {
@@ -46,17 +46,17 @@
46
46
  {
47
47
  "if": {
48
48
  "properties": {
49
- "channel": { "const": "telegramBot" }
49
+ "channel": { "const": "Telegram" }
50
50
  }
51
51
  },
52
52
  "then": {
53
- "required": ["telegramBot", "confirmed_channel"]
53
+ "required": ["telegram", "confirmed_channel"]
54
54
  }
55
55
  },
56
56
  {
57
57
  "if": {
58
58
  "properties": {
59
- "channel": { "const": "email" }
59
+ "channel": { "const": "Email" }
60
60
  }
61
61
  },
62
62
  "then": {
@@ -5,17 +5,17 @@
5
5
  "channel": {
6
6
  "type": "string",
7
7
  "enum": [
8
- "vkontakte",
9
- "telegramBot",
10
- "email"
8
+ "Vkontakte",
9
+ "Telegram",
10
+ "Email"
11
11
  ]
12
12
  },
13
13
  "confirmed_channel": {
14
14
  "type": "string",
15
15
  "enum": [
16
- "vkontakte",
17
- "telegramBot",
18
- "email"
16
+ "Vkontakte",
17
+ "Telegram",
18
+ "Email"
19
19
  ]
20
20
  },
21
21
  "email": {
@@ -24,7 +24,7 @@
24
24
  "vkontakte": {
25
25
  "type": "string"
26
26
  },
27
- "telegramBot": {
27
+ "telegram": {
28
28
  "type": "string"
29
29
  }
30
30
  },
@@ -36,7 +36,7 @@
36
36
  {
37
37
  "if": {
38
38
  "properties": {
39
- "channel": { "const": "vkontakte" }
39
+ "channel": { "const": "Vkontakte" }
40
40
  }
41
41
  },
42
42
  "then": {
@@ -46,17 +46,17 @@
46
46
  {
47
47
  "if": {
48
48
  "properties": {
49
- "channel": { "const": "telegramBot" }
49
+ "channel": { "const": "Telegram" }
50
50
  }
51
51
  },
52
52
  "then": {
53
- "required": ["telegramBot", "confirmed_channel"]
53
+ "required": ["telegram", "confirmed_channel"]
54
54
  }
55
55
  },
56
56
  {
57
57
  "if": {
58
58
  "properties": {
59
- "channel": { "const": "email" }
59
+ "channel": { "const": "Email" }
60
60
  }
61
61
  },
62
62
  "then": {
@@ -5,17 +5,17 @@
5
5
  "channel": {
6
6
  "type": "string",
7
7
  "enum": [
8
- "vkontakte",
9
- "telegramBot",
10
- "email"
8
+ "Vkontakte",
9
+ "Telegram",
10
+ "Email"
11
11
  ]
12
12
  },
13
13
  "confirmed_channel": {
14
14
  "type": "string",
15
15
  "enum": [
16
- "vkontakte",
17
- "telegramBot",
18
- "email"
16
+ "Vkontakte",
17
+ "Telegram",
18
+ "Email"
19
19
  ]
20
20
  },
21
21
  "email": {
@@ -24,7 +24,7 @@
24
24
  "vkontakte": {
25
25
  "type": "string"
26
26
  },
27
- "telegramBot": {
27
+ "telegram": {
28
28
  "type": "string"
29
29
  }
30
30
  },
@@ -36,7 +36,7 @@
36
36
  {
37
37
  "if": {
38
38
  "properties": {
39
- "channel": { "const": "vkontakte" }
39
+ "channel": { "const": "Vkontakte" }
40
40
  }
41
41
  },
42
42
  "then": {
@@ -46,17 +46,17 @@
46
46
  {
47
47
  "if": {
48
48
  "properties": {
49
- "channel": { "const": "telegramBot" }
49
+ "channel": { "const": "Telegram" }
50
50
  }
51
51
  },
52
52
  "then": {
53
- "required": ["telegramBot", "confirmed_channel"]
53
+ "required": ["telegram", "confirmed_channel"]
54
54
  }
55
55
  },
56
56
  {
57
57
  "if": {
58
58
  "properties": {
59
- "channel": { "const": "email" }
59
+ "channel": { "const": "Email" }
60
60
  }
61
61
  },
62
62
  "then": {
@@ -14,15 +14,15 @@
14
14
  "items": {
15
15
  "type": "string",
16
16
  "enum": [
17
- "APPROVED",
18
- "ARCHIVE",
19
- "CLOSED",
20
- "FINISHED",
21
- "FORINVITES",
22
- "IS_RESERVE",
23
- "MODERATION",
24
- "PUBLISHED",
25
- "REJECTED"
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
26
  ]
27
27
  },
28
28
  "uniqueItems": true
@@ -14,15 +14,15 @@
14
14
  "items": {
15
15
  "type": "string",
16
16
  "enum": [
17
- "APPROVED",
18
- "ARCHIVE",
19
- "CLOSED",
20
- "FINISHED",
21
- "FORINVITES",
22
- "IS_RESERVE",
23
- "MODERATION",
24
- "PUBLISHED",
25
- "REJECTED"
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
26
  ]
27
27
  },
28
28
  "uniqueItems": true
@@ -14,15 +14,15 @@
14
14
  "items": {
15
15
  "type": "string",
16
16
  "enum": [
17
- "APPROVED",
18
- "ARCHIVE",
19
- "CLOSED",
20
- "FINISHED",
21
- "FORINVITES",
22
- "IS_RESERVE",
23
- "MODERATION",
24
- "PUBLISHED",
25
- "REJECTED"
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
26
  ]
27
27
  },
28
28
  "uniqueItems": true
@@ -14,15 +14,15 @@
14
14
  "items": {
15
15
  "type": "string",
16
16
  "enum": [
17
- "APPROVED",
18
- "ARCHIVE",
19
- "CLOSED",
20
- "FINISHED",
21
- "FORINVITES",
22
- "IS_RESERVE",
23
- "MODERATION",
24
- "PUBLISHED",
25
- "REJECTED"
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
26
  ]
27
27
  },
28
28
  "uniqueItems": true
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "game": {
6
+ "type": "array",
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "uniqueItems": true
11
+ },
12
+ "game/status": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string",
16
+ "enum": [
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
+ ]
27
+ },
28
+ "uniqueItems": true
29
+ }
30
+ },
31
+ "required": [],
32
+ "additionalProperties": false
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "game": {
6
+ "type": "array",
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "uniqueItems": true
11
+ },
12
+ "game/status": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string",
16
+ "enum": [
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
+ ]
27
+ },
28
+ "uniqueItems": true
29
+ }
30
+ },
31
+ "required": [],
32
+ "additionalProperties": false
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "game": {
6
+ "type": "array",
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "uniqueItems": true
11
+ },
12
+ "game/status": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string",
16
+ "enum": [
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
+ ]
27
+ },
28
+ "uniqueItems": true
29
+ }
30
+ },
31
+ "required": [],
32
+ "additionalProperties": false
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "game": {
6
+ "type": "array",
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "uniqueItems": true
11
+ },
12
+ "game/status": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string",
16
+ "enum": [
17
+ "Approve",
18
+ "Archive",
19
+ "Close",
20
+ "Finish",
21
+ "Invite",
22
+ "Reserve",
23
+ "Moderate",
24
+ "Publish",
25
+ "Reject"
26
+ ]
27
+ },
28
+ "uniqueItems": true
29
+ }
30
+ },
31
+ "required": [],
32
+ "additionalProperties": false
33
+ }