@shakerquiz/contracts 0.0.189 → 0.0.190

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.189",
4
+ "version": "0.0.190",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
package/source/index.js CHANGED
@@ -36,6 +36,8 @@ import POST_user_city_Admin from './contracts/POST/user/city/Admin.json' with {
36
36
  import POST_user_password_Admin from './contracts/POST/user/password/Admin.json' with { type: 'json' }
37
37
  import POST_game_Organizer from './contracts/POST/game/Organizer.json' with { type: 'json' }
38
38
  import POST_game_Admin from './contracts/POST/game/Admin.json' with { type: 'json' }
39
+ import POST_game_registrations_search_Organizer from './contracts/POST/game/registrations/search/Organizer.json' with { type: 'json' }
40
+ import POST_game_registrations_search_Admin from './contracts/POST/game/registrations/search/Admin.json' with { type: 'json' }
39
41
  import POST_registrations_promotion_search_Service from './contracts/POST/registrations/promotion/search/Service.json' with { type: 'json' }
40
42
  import POST_registrations_promotion_search_Organizer from './contracts/POST/registrations/promotion/search/Organizer.json' with { type: 'json' }
41
43
  import POST_registrations_promotion_search_Admin from './contracts/POST/registrations/promotion/search/Admin.json' with { type: 'json' }
@@ -89,8 +91,6 @@ import POST_city_vk_group_token_Admin from './contracts/POST/city/vk_group_token
89
91
  import POST_games_theme_search_Organizer from './contracts/POST/games/theme/search/Organizer.json' with { type: 'json' }
90
92
  import POST_games_theme_search_Admin from './contracts/POST/games/theme/search/Admin.json' with { type: 'json' }
91
93
  import POST_games_theme_search_Unknown from './contracts/POST/games/theme/search/Unknown.json' with { type: 'json' }
92
- import POST_games_registrations_search_Organizer from './contracts/POST/games/registrations/search/Organizer.json' with { type: 'json' }
93
- import POST_games_registrations_search_Admin from './contracts/POST/games/registrations/search/Admin.json' with { type: 'json' }
94
94
  import POST_games_city_search_Organizer from './contracts/POST/games/city/search/Organizer.json' with { type: 'json' }
95
95
  import POST_games_city_search_Admin from './contracts/POST/games/city/search/Admin.json' with { type: 'json' }
96
96
  import POST_games_search_Organizer from './contracts/POST/games/search/Organizer.json' with { type: 'json' }
@@ -202,6 +202,8 @@ export const Contracts = Object.freeze(
202
202
  'POST/user/password/Admin',
203
203
  'POST/game/Organizer',
204
204
  'POST/game/Admin',
205
+ 'POST/game/registrations/search/Organizer',
206
+ 'POST/game/registrations/search/Admin',
205
207
  'POST/registrations/promotion/search/Service',
206
208
  'POST/registrations/promotion/search/Organizer',
207
209
  'POST/registrations/promotion/search/Admin',
@@ -255,8 +257,6 @@ export const Contracts = Object.freeze(
255
257
  'POST/games/theme/search/Organizer',
256
258
  'POST/games/theme/search/Admin',
257
259
  'POST/games/theme/search/Unknown',
258
- 'POST/games/registrations/search/Organizer',
259
- 'POST/games/registrations/search/Admin',
260
260
  'POST/games/city/search/Organizer',
261
261
  'POST/games/city/search/Admin',
262
262
  'POST/games/search/Organizer',
@@ -370,6 +370,8 @@ export const Schemas = Object.freeze(
370
370
  POST_user_password_Admin,
371
371
  POST_game_Organizer,
372
372
  POST_game_Admin,
373
+ POST_game_registrations_search_Organizer,
374
+ POST_game_registrations_search_Admin,
373
375
  POST_registrations_promotion_search_Service,
374
376
  POST_registrations_promotion_search_Organizer,
375
377
  POST_registrations_promotion_search_Admin,
@@ -423,8 +425,6 @@ export const Schemas = Object.freeze(
423
425
  POST_games_theme_search_Organizer,
424
426
  POST_games_theme_search_Admin,
425
427
  POST_games_theme_search_Unknown,
426
- POST_games_registrations_search_Organizer,
427
- POST_games_registrations_search_Admin,
428
428
  POST_games_city_search_Organizer,
429
429
  POST_games_city_search_Admin,
430
430
  POST_games_search_Organizer,
@@ -538,6 +538,8 @@ export const ContractSchema = Object.freeze(
538
538
  'POST/user/password/Admin': POST_user_password_Admin,
539
539
  'POST/game/Organizer': POST_game_Organizer,
540
540
  'POST/game/Admin': POST_game_Admin,
541
+ 'POST/game/registrations/search/Organizer': POST_game_registrations_search_Organizer,
542
+ 'POST/game/registrations/search/Admin': POST_game_registrations_search_Admin,
541
543
  'POST/registrations/promotion/search/Service': POST_registrations_promotion_search_Service,
542
544
  'POST/registrations/promotion/search/Organizer': POST_registrations_promotion_search_Organizer,
543
545
  'POST/registrations/promotion/search/Admin': POST_registrations_promotion_search_Admin,
@@ -591,8 +593,6 @@ export const ContractSchema = Object.freeze(
591
593
  'POST/games/theme/search/Organizer': POST_games_theme_search_Organizer,
592
594
  'POST/games/theme/search/Admin': POST_games_theme_search_Admin,
593
595
  'POST/games/theme/search/Unknown': POST_games_theme_search_Unknown,
594
- 'POST/games/registrations/search/Organizer': POST_games_registrations_search_Organizer,
595
- 'POST/games/registrations/search/Admin': POST_games_registrations_search_Admin,
596
596
  'POST/games/city/search/Organizer': POST_games_city_search_Organizer,
597
597
  'POST/games/city/search/Admin': POST_games_city_search_Admin,
598
598
  'POST/games/search/Organizer': POST_games_search_Organizer,