@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.154",
4
+ "version": "0.0.155",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -24,8 +24,7 @@
24
24
  }
25
25
  },
26
26
  "required": [
27
- "id",
28
- "status"
27
+ "id"
29
28
  ],
30
29
  "additionalProperties": false
31
30
  },
@@ -24,8 +24,7 @@
24
24
  }
25
25
  },
26
26
  "required": [
27
- "id",
28
- "status"
27
+ "id"
29
28
  ],
30
29
  "additionalProperties": false
31
30
  },
@@ -24,8 +24,7 @@
24
24
  }
25
25
  },
26
26
  "required": [
27
- "id",
28
- "status"
27
+ "id"
29
28
  ],
30
29
  "additionalProperties": false
31
30
  },
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 PATCH_games_status_Service from './contracts/PATCH/games/status/Service.json' with { type: 'json' }
76
- import PATCH_games_status_admin from './contracts/PATCH/games/status/admin.json' with { type: 'json' }
77
- import PATCH_games_status_organizer from './contracts/PATCH/games/status/organizer.json' with { type: 'json' }
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/status/Service',
173
- 'PATCH/games/status/admin',
174
- 'PATCH/games/status/organizer',
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
- PATCH_games_status_Service,
272
- PATCH_games_status_admin,
273
- PATCH_games_status_organizer,
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/status/Service': PATCH_games_status_Service,
371
- 'PATCH/games/status/admin': PATCH_games_status_admin,
372
- 'PATCH/games/status/organizer': PATCH_games_status_organizer,
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,