@esb-market-contracts/admin-backend 1.8.38 → 1.8.39

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/api.d.ts +2 -2
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -197,8 +197,8 @@ declare const assetsRouter: import("hono/hono-base").HonoBase<{
197
197
  "/backoffice/assets/create": {
198
198
  $post: {
199
199
  input: {
200
- json: {
201
- name: string;
200
+ form: {
201
+ name: import("hono/types").ParsedFormValue | import("hono/types").ParsedFormValue[];
202
202
  serialNumber?: string | null | undefined;
203
203
  notes?: string | null | undefined;
204
204
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esb-market-contracts/admin-backend",
3
3
  "description": "Shared TypeScript contract definitions for admin-backend.",
4
- "version": "1.8.38",
4
+ "version": "1.8.39",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "sideEffects": false,