@shakerquiz/contracts 0.0.221 → 0.0.223

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 (43) hide show
  1. package/package.json +2 -2
  2. package/source/contracts/POST/registrations/cancellation/search/Admin.json +11 -0
  3. package/source/contracts/POST/registrations/cancellation/search/Organizer.json +11 -0
  4. package/source/contracts/POST/registrations/cancellation/search/Service.json +11 -0
  5. package/source/contracts/POST/registrations/city/search/Admin.json +11 -0
  6. package/source/contracts/POST/registrations/city/search/Organizer.json +11 -0
  7. package/source/contracts/POST/registrations/city/search/Service.json +11 -0
  8. package/source/contracts/POST/registrations/city/search/Unknown.json +11 -0
  9. package/source/contracts/POST/registrations/confirmation/search/Admin.json +11 -0
  10. package/source/contracts/POST/registrations/confirmation/search/Organizer.json +11 -0
  11. package/source/contracts/POST/registrations/confirmation/search/Service.json +11 -0
  12. package/source/contracts/POST/registrations/cover/search/Admin.json +11 -0
  13. package/source/contracts/POST/registrations/cover/search/Organizer.json +11 -0
  14. package/source/contracts/POST/registrations/cover/search/Service.json +11 -0
  15. package/source/contracts/POST/registrations/game/search/Admin.json +11 -0
  16. package/source/contracts/POST/registrations/game/search/Organizer.json +11 -0
  17. package/source/contracts/POST/registrations/game/search/Service.json +11 -0
  18. package/source/contracts/POST/registrations/lineup/search/Admin.json +11 -0
  19. package/source/contracts/POST/registrations/lineup/search/Organizer.json +11 -0
  20. package/source/contracts/POST/registrations/lineup/search/Service.json +11 -0
  21. package/source/contracts/POST/registrations/mailing/status/search/Admin.json +11 -0
  22. package/source/contracts/POST/registrations/mailing/status/search/Organizer.json +11 -0
  23. package/source/contracts/POST/registrations/promotion/search/Admin.json +11 -0
  24. package/source/contracts/POST/registrations/promotion/search/Organizer.json +11 -0
  25. package/source/contracts/POST/registrations/promotion/search/Service.json +11 -0
  26. package/source/contracts/POST/registrations/reservation/search/Admin.json +11 -0
  27. package/source/contracts/POST/registrations/reservation/search/Organizer.json +11 -0
  28. package/source/contracts/POST/registrations/reservation/search/Service.json +11 -0
  29. package/source/contracts/POST/registrations/restoration/search/Admin.json +11 -0
  30. package/source/contracts/POST/registrations/restoration/search/Organizer.json +11 -0
  31. package/source/contracts/POST/registrations/restoration/search/Service.json +11 -0
  32. package/source/contracts/POST/registrations/restoration/search/Unknown.json +11 -0
  33. package/source/contracts/POST/registrations/search/Admin.json +11 -0
  34. package/source/contracts/POST/registrations/search/Organizer.json +11 -0
  35. package/source/contracts/POST/registrations/status/search/Admin.json +11 -0
  36. package/source/contracts/POST/registrations/status/search/Organizer.json +11 -0
  37. package/source/contracts/POST/registrations/status/search/Service.json +11 -0
  38. package/source/contracts/POST/registrations/theme/search/Admin.json +11 -0
  39. package/source/contracts/POST/registrations/theme/search/Organizer.json +11 -0
  40. package/source/contracts/POST/registrations/theme/search/Service.json +11 -0
  41. package/source/contracts/POST/registrations/venue/search/Admin.json +11 -0
  42. package/source/contracts/POST/registrations/venue/search/Organizer.json +11 -0
  43. package/source/contracts/POST/registrations/venue/search/Service.json +11 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.221",
4
+ "version": "0.0.223",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -19,6 +19,6 @@
19
19
  "@types/bun": "1.3.7"
20
20
  },
21
21
  "dependencies": {
22
- "@shakerquiz/utilities": "4.0.95"
22
+ "@shakerquiz/utilities": "4.0.96"
23
23
  }
24
24
  }
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],
@@ -55,6 +55,17 @@
55
55
  ]
56
56
  },
57
57
  "uniqueItems": true
58
+ },
59
+ "registration/visibility": {
60
+ "type": "array",
61
+ "items": {
62
+ "type": "string",
63
+ "enum": [
64
+ "Visible",
65
+ "Hidden"
66
+ ]
67
+ },
68
+ "uniqueItems": true
58
69
  }
59
70
  },
60
71
  "required": [],