@shakerquiz/contracts 0.0.154 → 0.0.155
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
package/source/index.js
CHANGED
|
@@ -72,9 +72,9 @@ import PATCH_city_currency_admin from './contracts/PATCH/city/currency/admin.jso
|
|
|
72
72
|
import PATCH_city_country_admin from './contracts/PATCH/city/country/admin.json' with { type: 'json' }
|
|
73
73
|
import PATCH_city_vk_group_token_admin from './contracts/PATCH/city/vk_group_token/admin.json' with { type: 'json' }
|
|
74
74
|
import PATCH_city_admin from './contracts/PATCH/city/admin.json' with { type: 'json' }
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
75
|
+
import PATCH_games_Service from './contracts/PATCH/games/Service.json' with { type: 'json' }
|
|
76
|
+
import PATCH_games_admin from './contracts/PATCH/games/admin.json' with { type: 'json' }
|
|
77
|
+
import PATCH_games_organizer from './contracts/PATCH/games/organizer.json' with { type: 'json' }
|
|
78
78
|
import PATCH_venue_admin from './contracts/PATCH/venue/admin.json' with { type: 'json' }
|
|
79
79
|
import PATCH_venue_organizer from './contracts/PATCH/venue/organizer.json' with { type: 'json' }
|
|
80
80
|
import PATCH_registration_Service from './contracts/PATCH/registration/Service.json' with { type: 'json' }
|
|
@@ -169,9 +169,9 @@ export const Contracts = Object.freeze(
|
|
|
169
169
|
'PATCH/city/country/admin',
|
|
170
170
|
'PATCH/city/vk_group_token/admin',
|
|
171
171
|
'PATCH/city/admin',
|
|
172
|
-
'PATCH/games/
|
|
173
|
-
'PATCH/games/
|
|
174
|
-
'PATCH/games/
|
|
172
|
+
'PATCH/games/Service',
|
|
173
|
+
'PATCH/games/admin',
|
|
174
|
+
'PATCH/games/organizer',
|
|
175
175
|
'PATCH/venue/admin',
|
|
176
176
|
'PATCH/venue/organizer',
|
|
177
177
|
'PATCH/registration/Service',
|
|
@@ -268,9 +268,9 @@ export const Schemas = Object.freeze(
|
|
|
268
268
|
PATCH_city_country_admin,
|
|
269
269
|
PATCH_city_vk_group_token_admin,
|
|
270
270
|
PATCH_city_admin,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
271
|
+
PATCH_games_Service,
|
|
272
|
+
PATCH_games_admin,
|
|
273
|
+
PATCH_games_organizer,
|
|
274
274
|
PATCH_venue_admin,
|
|
275
275
|
PATCH_venue_organizer,
|
|
276
276
|
PATCH_registration_Service,
|
|
@@ -367,9 +367,9 @@ export const ContractSchema = Object.freeze(
|
|
|
367
367
|
'PATCH/city/country/admin': PATCH_city_country_admin,
|
|
368
368
|
'PATCH/city/vk_group_token/admin': PATCH_city_vk_group_token_admin,
|
|
369
369
|
'PATCH/city/admin': PATCH_city_admin,
|
|
370
|
-
'PATCH/games/
|
|
371
|
-
'PATCH/games/
|
|
372
|
-
'PATCH/games/
|
|
370
|
+
'PATCH/games/Service': PATCH_games_Service,
|
|
371
|
+
'PATCH/games/admin': PATCH_games_admin,
|
|
372
|
+
'PATCH/games/organizer': PATCH_games_organizer,
|
|
373
373
|
'PATCH/venue/admin': PATCH_venue_admin,
|
|
374
374
|
'PATCH/venue/organizer': PATCH_venue_organizer,
|
|
375
375
|
'PATCH/registration/Service': PATCH_registration_Service,
|