@shakerquiz/contracts 0.0.158 → 0.0.160
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/registrations/city/search/admin.json +16 -1
- package/source/contracts/POST/registrations/city/search/organizer.json +16 -1
- package/source/contracts/POST/registrations/game/search/admin.json +16 -1
- package/source/contracts/POST/registrations/game/search/organizer.json +16 -1
- package/source/contracts/POST/registrations/lineup/search/admin.json +16 -1
- package/source/contracts/POST/registrations/lineup/search/organizer.json +16 -1
- package/source/contracts/POST/registrations/search/admin.json +16 -1
- package/source/contracts/POST/registrations/search/organizer.json +16 -1
- package/source/contracts/POST/registrations/status/search/admin.json +16 -1
- package/source/contracts/POST/registrations/status/search/organizer.json +16 -1
- package/source/contracts/POST/registrations/theme/search/admin.json +16 -1
- package/source/contracts/POST/registrations/theme/search/organizer.json +16 -1
- package/source/contracts/POST/registrations/venue/search/admin.json +16 -1
- package/source/contracts/POST/registrations/venue/search/organizer.json +16 -1
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.160",
|
|
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.68",
|
|
20
20
|
"@types/bun": "1.3.7"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|
|
@@ -31,12 +31,27 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"uniqueItems": true
|
|
34
|
+
},
|
|
35
|
+
"registration/interval": {
|
|
36
|
+
"type": "array",
|
|
37
|
+
"items": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": [
|
|
40
|
+
"1 month",
|
|
41
|
+
"3 months",
|
|
42
|
+
"6 months",
|
|
43
|
+
"1 year",
|
|
44
|
+
"all time"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"uniqueItems": true
|
|
34
48
|
}
|
|
35
49
|
},
|
|
36
50
|
"required": [
|
|
37
51
|
"registration",
|
|
38
52
|
"registration/status",
|
|
39
|
-
"registration/lineup"
|
|
53
|
+
"registration/lineup",
|
|
54
|
+
"registration/interval"
|
|
40
55
|
],
|
|
41
56
|
"additionalProperties": false
|
|
42
57
|
}
|