@shakerquiz/contracts 0.0.159 → 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 +1 -1
- 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
|
@@ -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
|
}
|