@shakerquiz/forms 0.0.77 → 0.0.79

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/source/index.js +0 -70
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/forms",
4
- "version": "0.0.77",
4
+ "version": "0.0.79",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -16,8 +16,8 @@
16
16
  ],
17
17
  "exports": "./source/index.js",
18
18
  "devDependencies": {
19
- "@shakerquiz/contracts": "0.0.110",
20
- "@shakerquiz/utilities": "4.0.48",
19
+ "@shakerquiz/contracts": "0.0.112",
20
+ "@shakerquiz/utilities": "4.0.49",
21
21
  "@types/bun": "1.3.7"
22
22
  }
23
23
  }
package/source/index.js CHANGED
@@ -13,15 +13,6 @@ import PATCH_city_timezone_organizer from './forms/PATCH/city/timezone/organizer
13
13
  import PATCH_venue_admin from './forms/PATCH/venue/admin.json' with { type: 'json' }
14
14
  import PATCH_venue_organizer from './forms/PATCH/venue/organizer.json' with { type: 'json' }
15
15
  import PATCH_theme_admin from './forms/PATCH/theme/admin.json' with { type: 'json' }
16
- import PATCH_game_admin from './forms/PATCH/game/admin.json' with { type: 'json' }
17
- import PATCH_game_organizer from './forms/PATCH/game/organizer.json' with { type: 'json' }
18
- import PATCH_game_status_admin from './forms/PATCH/game/status/admin.json' with { type: 'json' }
19
- import PATCH_game_status_organizer from './forms/PATCH/game/status/organizer.json' with { type: 'json' }
20
- import PATCH_registration_admin from './forms/PATCH/registration/admin.json' with { type: 'json' }
21
- import PATCH_registration_organizer from './forms/PATCH/registration/organizer.json' with { type: 'json' }
22
- import PATCH_registration_Unknown from './forms/PATCH/registration/Unknown.json' with { type: 'json' }
23
- import PATCH_registration_status_admin from './forms/PATCH/registration/status/admin.json' with { type: 'json' }
24
- import PATCH_registration_lineup_admin from './forms/PATCH/registration/lineup/admin.json' with { type: 'json' }
25
16
  import PATCH_registration_channel_admin from './forms/PATCH/registration/channel/admin.json' with { type: 'json' }
26
17
  import POST_user_admin from './forms/POST/user/admin.json' with { type: 'json' }
27
18
  import POST_user_password_admin from './forms/POST/user/password/admin.json' with { type: 'json' }
@@ -36,11 +27,6 @@ import POST_venue_admin from './forms/POST/venue/admin.json' with { type: 'json'
36
27
  import POST_venue_organizer from './forms/POST/venue/organizer.json' with { type: 'json' }
37
28
  import POST_theme_admin from './forms/POST/theme/admin.json' with { type: 'json' }
38
29
  import POST_theme_cover_admin from './forms/POST/theme/cover/admin.json' with { type: 'json' }
39
- import POST_game_admin from './forms/POST/game/admin.json' with { type: 'json' }
40
- import POST_game_organizer from './forms/POST/game/organizer.json' with { type: 'json' }
41
- import POST_registration_admin from './forms/POST/registration/admin.json' with { type: 'json' }
42
- import POST_registration_organizer from './forms/POST/registration/organizer.json' with { type: 'json' }
43
- import POST_registration_Unknown from './forms/POST/registration/Unknown.json' with { type: 'json' }
44
30
  import PUT_theme_cover_admin from './forms/PUT/theme/cover/admin.json' with { type: 'json' }
45
31
 
46
32
  export const Forms = Object.freeze(
@@ -60,15 +46,6 @@ export const Forms = Object.freeze(
60
46
  'PATCH/venue/admin',
61
47
  'PATCH/venue/organizer',
62
48
  'PATCH/theme/admin',
63
- 'PATCH/game/admin',
64
- 'PATCH/game/organizer',
65
- 'PATCH/game/status/admin',
66
- 'PATCH/game/status/organizer',
67
- 'PATCH/registration/admin',
68
- 'PATCH/registration/organizer',
69
- 'PATCH/registration/Unknown',
70
- 'PATCH/registration/status/admin',
71
- 'PATCH/registration/lineup/admin',
72
49
  'PATCH/registration/channel/admin',
73
50
  'POST/user/admin',
74
51
  'POST/user/password/admin',
@@ -83,11 +60,6 @@ export const Forms = Object.freeze(
83
60
  'POST/venue/organizer',
84
61
  'POST/theme/admin',
85
62
  'POST/theme/cover/admin',
86
- 'POST/game/admin',
87
- 'POST/game/organizer',
88
- 'POST/registration/admin',
89
- 'POST/registration/organizer',
90
- 'POST/registration/Unknown',
91
63
  'PUT/theme/cover/admin'
92
64
  ]),
93
65
  )
@@ -109,15 +81,6 @@ export const Schemas = Object.freeze(
109
81
  PATCH_venue_admin,
110
82
  PATCH_venue_organizer,
111
83
  PATCH_theme_admin,
112
- PATCH_game_admin,
113
- PATCH_game_organizer,
114
- PATCH_game_status_admin,
115
- PATCH_game_status_organizer,
116
- PATCH_registration_admin,
117
- PATCH_registration_organizer,
118
- PATCH_registration_Unknown,
119
- PATCH_registration_status_admin,
120
- PATCH_registration_lineup_admin,
121
84
  PATCH_registration_channel_admin,
122
85
  POST_user_admin,
123
86
  POST_user_password_admin,
@@ -132,11 +95,6 @@ export const Schemas = Object.freeze(
132
95
  POST_venue_organizer,
133
96
  POST_theme_admin,
134
97
  POST_theme_cover_admin,
135
- POST_game_admin,
136
- POST_game_organizer,
137
- POST_registration_admin,
138
- POST_registration_organizer,
139
- POST_registration_Unknown,
140
98
  PUT_theme_cover_admin
141
99
  ]),
142
100
  )
@@ -158,15 +116,6 @@ export const FormSchema = Object.freeze(
158
116
  'PATCH/venue/admin': PATCH_venue_admin,
159
117
  'PATCH/venue/organizer': PATCH_venue_organizer,
160
118
  'PATCH/theme/admin': PATCH_theme_admin,
161
- 'PATCH/game/admin': PATCH_game_admin,
162
- 'PATCH/game/organizer': PATCH_game_organizer,
163
- 'PATCH/game/status/admin': PATCH_game_status_admin,
164
- 'PATCH/game/status/organizer': PATCH_game_status_organizer,
165
- 'PATCH/registration/admin': PATCH_registration_admin,
166
- 'PATCH/registration/organizer': PATCH_registration_organizer,
167
- 'PATCH/registration/Unknown': PATCH_registration_Unknown,
168
- 'PATCH/registration/status/admin': PATCH_registration_status_admin,
169
- 'PATCH/registration/lineup/admin': PATCH_registration_lineup_admin,
170
119
  'PATCH/registration/channel/admin': PATCH_registration_channel_admin,
171
120
  'POST/user/admin': POST_user_admin,
172
121
  'POST/user/password/admin': POST_user_password_admin,
@@ -181,11 +130,6 @@ export const FormSchema = Object.freeze(
181
130
  'POST/venue/organizer': POST_venue_organizer,
182
131
  'POST/theme/admin': POST_theme_admin,
183
132
  'POST/theme/cover/admin': POST_theme_cover_admin,
184
- 'POST/game/admin': POST_game_admin,
185
- 'POST/game/organizer': POST_game_organizer,
186
- 'POST/registration/admin': POST_registration_admin,
187
- 'POST/registration/organizer': POST_registration_organizer,
188
- 'POST/registration/Unknown': POST_registration_Unknown,
189
133
  'PUT/theme/cover/admin': PUT_theme_cover_admin
190
134
  }),
191
135
  )
@@ -207,15 +151,6 @@ export const FormKind = Object.freeze(
207
151
  'PATCH/venue/admin': 'Schema',
208
152
  'PATCH/venue/organizer': 'Schema',
209
153
  'PATCH/theme/admin': 'Schema',
210
- 'PATCH/game/admin': 'Schema',
211
- 'PATCH/game/organizer': 'Schema',
212
- 'PATCH/game/status/admin': 'Schema',
213
- 'PATCH/game/status/organizer': 'Schema',
214
- 'PATCH/registration/admin': 'Schema',
215
- 'PATCH/registration/organizer': 'Schema',
216
- 'PATCH/registration/Unknown': 'Schema',
217
- 'PATCH/registration/status/admin': 'Schema',
218
- 'PATCH/registration/lineup/admin': 'Schema',
219
154
  'PATCH/registration/channel/admin': 'Schema',
220
155
  'POST/user/admin': 'Schema',
221
156
  'POST/user/password/admin': 'Schema',
@@ -230,11 +165,6 @@ export const FormKind = Object.freeze(
230
165
  'POST/venue/organizer': 'Schema',
231
166
  'POST/theme/admin': 'Schema',
232
167
  'POST/theme/cover/admin': 'FormData',
233
- 'POST/game/admin': 'Schema',
234
- 'POST/game/organizer': 'Schema',
235
- 'POST/registration/admin': 'Schema',
236
- 'POST/registration/organizer': 'Schema',
237
- 'POST/registration/Unknown': 'Schema',
238
168
  'PUT/theme/cover/admin': 'FormData'
239
169
  }),
240
170
  )