@shakerquiz/forms 0.0.126 → 0.0.128

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/forms",
4
- "version": "0.0.126",
4
+ "version": "0.0.128",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "exports": "./source/index.js",
18
18
  "devDependencies": {
19
- "@shakerquiz/contracts": "0.0.152",
19
+ "@shakerquiz/contracts": "0.0.154",
20
20
  "@shakerquiz/utilities": "4.0.64",
21
21
  "@types/bun": "1.3.7"
22
22
  }
package/source/index.js CHANGED
@@ -14,7 +14,6 @@ import POST_venue_organizer from './forms/POST/venue/organizer.json' with { type
14
14
  import POST_registration_Unknown from './forms/POST/registration/Unknown.json' with { type: 'json' }
15
15
  import POST_registration_admin from './forms/POST/registration/admin.json' with { type: 'json' }
16
16
  import POST_registration_organizer from './forms/POST/registration/organizer.json' with { type: 'json' }
17
- import PATCH_theme_cover_admin from './forms/PATCH/theme/cover/admin.json' with { type: 'json' }
18
17
  import PATCH_theme_admin from './forms/PATCH/theme/admin.json' with { type: 'json' }
19
18
  import PATCH_user_role_admin from './forms/PATCH/user/role/admin.json' with { type: 'json' }
20
19
  import PATCH_user_password_admin from './forms/PATCH/user/password/admin.json' with { type: 'json' }
@@ -61,7 +60,6 @@ export const FormSchema = Object.freeze(
61
60
  'POST/registration/Unknown': POST_registration_Unknown,
62
61
  'POST/registration/admin': POST_registration_admin,
63
62
  'POST/registration/organizer': POST_registration_organizer,
64
- 'PATCH/theme/cover/admin': PATCH_theme_cover_admin,
65
63
  'PATCH/theme/admin': PATCH_theme_admin,
66
64
  'PATCH/user/role/admin': PATCH_user_role_admin,
67
65
  'PATCH/user/password/admin': PATCH_user_password_admin,
@@ -110,7 +108,6 @@ export const FormKind = Object.freeze(
110
108
  'POST/registration/Unknown': 'Schema',
111
109
  'POST/registration/admin': 'Schema',
112
110
  'POST/registration/organizer': 'Schema',
113
- 'PATCH/theme/cover/admin': 'Unknown',
114
111
  'PATCH/theme/admin': 'Schema',
115
112
  'PATCH/user/role/admin': 'Schema',
116
113
  'PATCH/user/password/admin': 'Schema',
@@ -137,6 +134,6 @@ export const FormKind = Object.freeze(
137
134
  'PATCH/registration/lineup/admin': 'Schema',
138
135
  'PATCH/registration/admin': 'Schema',
139
136
  'PATCH/registration/organizer': 'Schema',
140
- 'PUT/theme/cover/admin': 'FormData'
137
+ 'PUT/theme/cover/admin': 'Schema'
141
138
  }),
142
139
  )
@@ -1,9 +0,0 @@
1
- {
2
- "state": "Interactive",
3
- "fields": [
4
- {
5
- "name": "file",
6
- "kind": "file"
7
- }
8
- ]
9
- }