@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.
- package/package.json +2 -2
- package/source/contracts/POST/registrations/cancellation/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/cancellation/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/cancellation/search/Service.json +11 -0
- package/source/contracts/POST/registrations/city/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/city/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/city/search/Service.json +11 -0
- package/source/contracts/POST/registrations/city/search/Unknown.json +11 -0
- package/source/contracts/POST/registrations/confirmation/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/confirmation/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/confirmation/search/Service.json +11 -0
- package/source/contracts/POST/registrations/cover/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/cover/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/cover/search/Service.json +11 -0
- package/source/contracts/POST/registrations/game/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/game/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/game/search/Service.json +11 -0
- package/source/contracts/POST/registrations/lineup/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/lineup/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/lineup/search/Service.json +11 -0
- package/source/contracts/POST/registrations/mailing/status/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/mailing/status/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/promotion/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/promotion/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/promotion/search/Service.json +11 -0
- package/source/contracts/POST/registrations/reservation/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/reservation/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/reservation/search/Service.json +11 -0
- package/source/contracts/POST/registrations/restoration/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/restoration/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/restoration/search/Service.json +11 -0
- package/source/contracts/POST/registrations/restoration/search/Unknown.json +11 -0
- package/source/contracts/POST/registrations/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/status/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/status/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/status/search/Service.json +11 -0
- package/source/contracts/POST/registrations/theme/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/theme/search/Organizer.json +11 -0
- package/source/contracts/POST/registrations/theme/search/Service.json +11 -0
- package/source/contracts/POST/registrations/venue/search/Admin.json +11 -0
- package/source/contracts/POST/registrations/venue/search/Organizer.json +11 -0
- 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.
|
|
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.
|
|
22
|
+
"@shakerquiz/utilities": "4.0.96"
|
|
23
23
|
}
|
|
24
24
|
}
|