@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.
- package/dist/index.d.ts +1 -0
- 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>;
|