@camox/api-contract 0.15.1 → 0.16.0

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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4577,6 +4577,7 @@ declare const router: {
4577
4577
  content: import("zod").ZodUnknown;
4578
4578
  settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
4579
4579
  afterPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
4580
+ beforePosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
4580
4581
  repeatableItems: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
4581
4582
  tempId: import("zod").ZodString;
4582
4583
  parentTempId: import("zod").ZodNullable<import("zod").ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camox/api-contract",
3
- "version": "0.15.1",
3
+ "version": "0.16.0",
4
4
  "files": [
5
5
  "src",
6
6
  "dist"