@shakerquiz/utilities 4.0.34 → 4.0.35

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/utilities",
4
- "version": "4.0.34",
4
+ "version": "4.0.35",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -35,8 +35,6 @@ export const Keys = Object.freeze(
35
35
  'cancellation',
36
36
  'lineup',
37
37
  'lineups',
38
- 'allocation',
39
- 'reservation',
40
38
  'telegram',
41
39
  'chatapp',
42
40
  'bitrix',
@@ -319,24 +319,6 @@ export const Segments = Object.freeze(
319
319
  pattern: undefined,
320
320
  }),
321
321
  ),
322
- Object.freeze(
323
- /** @type {const} */ ({
324
- key: Key['allocation'],
325
- cardinality: '1',
326
- relation: undefined,
327
- service: undefined,
328
- pattern: undefined,
329
- }),
330
- ),
331
- Object.freeze(
332
- /** @type {const} */ ({
333
- key: Key['reservation'],
334
- cardinality: '1',
335
- relation: undefined,
336
- service: undefined,
337
- pattern: undefined,
338
- }),
339
- ),
340
322
  Object.freeze(
341
323
  /** @type {const} */ ({
342
324
  key: Key['telegram'],