Skip to content

Commit dcbb22c

Browse files
ci: apply automated fixes and generate docs
1 parent 91abbf7 commit dcbb22c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/reference/functions/isstandardschemavalidator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: isStandardSchemaValidator
1111
function isStandardSchemaValidator(validator): validator is StandardSchemaV1<unknown, unknown>
1212
```
1313

14-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:90](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L90)
14+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:110](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L110)
1515

1616
## Parameters
1717

docs/reference/interfaces/standardschemav1issue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: StandardSchemaV1Issue
77

88
# Interface: StandardSchemaV1Issue
99

10-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:159](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L159)
10+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:179](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L179)
1111

1212
The issue interface of the failure output.
1313

@@ -19,7 +19,7 @@ The issue interface of the failure output.
1919
readonly message: string;
2020
```
2121

22-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:163](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L163)
22+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:183](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L183)
2323

2424
The error message of the issue.
2525

@@ -31,6 +31,6 @@ The error message of the issue.
3131
readonly optional path: readonly (PropertyKey | StandardSchemaV1PathSegment)[];
3232
```
3333

34-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:167](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L167)
34+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:187](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L187)
3535

3636
The path of the issue, if any.

docs/reference/type-aliases/standardschemav1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: StandardSchemaV1
1111
type StandardSchemaV1<Input, Output> = object;
1212
```
1313

14-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:98](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L98)
14+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:118](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L118)
1515

1616
The Standard Schema interface.
1717

docs/reference/variables/standardschemavalidators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: standardSchemaValidators
1111
const standardSchemaValidators: object;
1212
```
1313

14-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:53](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L53)
14+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:73](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L73)
1515

1616
## Type declaration
1717

0 commit comments

Comments
 (0)