@shakerquiz/utilities 4.0.33 → 4.0.34

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.33",
4
+ "version": "4.0.34",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -71,8 +71,6 @@ export const RouteCardinality = Object.freeze(
71
71
  'registration/cancellation': '1/1',
72
72
  'registration/lineup': '1/1',
73
73
  'registration/lineups': '1/n',
74
- 'registration/allocation': '1/1',
75
- 'registration/reservation': '1/1',
76
74
  'registration/channel': '1/1',
77
75
  'registration/export': '1/1',
78
76
  'registration/city': '1/1',
@@ -168,8 +166,6 @@ export const RoutePathname = Object.freeze(
168
166
  'registration/cancellation': 'registration/:registration/cancellation',
169
167
  'registration/lineup': 'registration/:registration/lineup',
170
168
  'registration/lineups': 'registration/:registration/lineups',
171
- 'registration/allocation': 'registration/:registration/allocation',
172
- 'registration/reservation': 'registration/:registration/reservation',
173
169
  'registration/channel': 'registration/:registration/channel',
174
170
  'registration/export': 'registration/:registration/export',
175
171
  'registration/city': 'registration/:registration/city/:city',
@@ -386,12 +382,6 @@ export const RouteParameters = Object.freeze(
386
382
  'registration/lineups': [
387
383
  ':registration',
388
384
  ],
389
- 'registration/allocation': [
390
- ':registration',
391
- ],
392
- 'registration/reservation': [
393
- ':registration',
394
- ],
395
385
  'registration/channel': [
396
386
  ':registration',
397
387
  ],
@@ -530,8 +520,6 @@ export const PathnameRoute = Object.freeze(
530
520
  'registration/:registration/cancellation': 'registration/cancellation',
531
521
  'registration/:registration/lineup': 'registration/lineup',
532
522
  'registration/:registration/lineups': 'registration/lineups',
533
- 'registration/:registration/allocation': 'registration/allocation',
534
- 'registration/:registration/reservation': 'registration/reservation',
535
523
  'registration/:registration/channel': 'registration/channel',
536
524
  'registration/:registration/export': 'registration/export',
537
525
  'registration/:registration/city/:city': 'registration/city',
@@ -748,12 +736,6 @@ export const PathnameParameters = Object.freeze(
748
736
  'registration/:registration/lineups': [
749
737
  ':registration',
750
738
  ],
751
- 'registration/:registration/allocation': [
752
- ':registration',
753
- ],
754
- 'registration/:registration/reservation': [
755
- ':registration',
756
- ],
757
739
  'registration/:registration/channel': [
758
740
  ':registration',
759
741
  ],
@@ -909,8 +891,6 @@ export const RouteBreakdown = Object.freeze(
909
891
  'registration/cancellation': 'registration/cancellation',
910
892
  'registration/lineup': 'registration/lineup',
911
893
  'registration/lineups': 'registration/lineups',
912
- 'registration/allocation': 'registration/allocation',
913
- 'registration/reservation': 'registration/reservation',
914
894
  'registration/channel': 'registration/channel',
915
895
  'registration/export': 'registration/export',
916
896
  'registration/city': 'registration/city',
@@ -1006,8 +986,6 @@ export const RouteService = Object.freeze(
1006
986
  'registration/cancellation': 'Registrations',
1007
987
  'registration/lineup': 'Registrations',
1008
988
  'registration/lineups': 'Registrations',
1009
- 'registration/allocation': 'Registrations',
1010
- 'registration/reservation': 'Registrations',
1011
989
  'registration/channel': 'Registrations',
1012
990
  'registration/export': 'Registrations',
1013
991
  'registration/city': 'Registrations',
@@ -1122,8 +1100,6 @@ export const ServiceRoutes = Object.freeze(
1122
1100
  'registration/cancellation',
1123
1101
  'registration/lineup',
1124
1102
  'registration/lineups',
1125
- 'registration/allocation',
1126
- 'registration/reservation',
1127
1103
  'registration/channel',
1128
1104
  'registration/export',
1129
1105
  'registration/city',
@@ -69,8 +69,6 @@ export const Routes = Object.freeze(
69
69
  'registration/cancellation',
70
70
  'registration/lineup',
71
71
  'registration/lineups',
72
- 'registration/allocation',
73
- 'registration/reservation',
74
72
  'registration/channel',
75
73
  'registration/export',
76
74
  'registration/city',