@@ -90,11 +90,11 @@ declare global {
90
90
const ValidationEnum : typeof import ( '../core/validation/src/types/index' ) [ 'ValidationEnum' ]
91
91
const ValidationNumber : typeof import ( '../core/validation/src/types/index' ) [ 'ValidationNumber' ]
92
92
const ValidationString : typeof import ( '../core/validation/src/types/index' ) [ 'ValidationString' ]
93
- const VineBoolean : typeof import ( '../core/validation/src/validate ' ) [ 'VineBoolean' ]
94
- const VineDate : typeof import ( '../core/validation/src/validate ' ) [ 'VineDate' ]
95
- const VineEnum : typeof import ( '../core/validation/src/validate ' ) [ 'VineEnum' ]
96
- const VineNumber : typeof import ( '../core/validation/src/validate ' ) [ 'VineNumber' ]
97
- const VineString : typeof import ( '../core/validation/src/validate ' ) [ 'VineString' ]
93
+ const VineBoolean : typeof import ( '../core/validation/src/schema ' ) [ 'VineBoolean' ]
94
+ const VineDate : typeof import ( '../core/validation/src/schema ' ) [ 'VineDate' ]
95
+ const VineEnum : typeof import ( '../core/validation/src/schema ' ) [ 'VineEnum' ]
96
+ const VineNumber : typeof import ( '../core/validation/src/schema ' ) [ 'VineNumber' ]
97
+ const VineString : typeof import ( '../core/validation/src/schema ' ) [ 'VineString' ]
98
98
const _dirname : typeof import ( '../core/storage/src/helpers' ) [ '_dirname' ]
99
99
const acceptHMRUpdate : typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ]
100
100
const actionsPath : typeof import ( '../core/path/src/paths' ) [ 'actionsPath' ]
@@ -670,7 +670,7 @@ declare global {
670
670
const route : typeof import ( '../core/router/src/router' ) [ 'route' ]
671
671
const routerPath : typeof import ( '../core/path/src/paths' ) [ 'routerPath' ]
672
672
const routesPath : typeof import ( '../core/path/src/paths' ) [ 'routesPath' ]
673
- const rule : typeof import ( '../core/validation/src/validate ' ) [ 'rule' ]
673
+ const rule : typeof import ( '../core/validation/src/schema ' ) [ 'rule' ]
674
674
const runAction : typeof import ( '../core/actions/src/helpers/utils' ) [ 'runAction' ]
675
675
const runActions : typeof import ( '../core/actions/src/helpers/utils' ) [ 'runActions' ]
676
676
const runAdd : typeof import ( '../core/actions/src/index' ) [ 'runAdd' ]
@@ -694,7 +694,7 @@ declare global {
694
694
const runtimePath : typeof import ( '../core/path/src/paths' ) [ 'runtimePath' ]
695
695
const schedule : typeof import ( '../core/scheduler/src/schedule' ) [ 'default' ]
696
696
const schedulerPath : typeof import ( '../core/path/src/paths' ) [ 'schedulerPath' ]
697
- const schema : typeof import ( '../core/validation/src/validate ' ) [ 'schema' ]
697
+ const schema : typeof import ( '../core/validation/src/schema ' ) [ 'schema' ]
698
698
const scriptsPath : typeof import ( '../core/path/src/paths' ) [ 'scriptsPath' ]
699
699
const searchEnginePath : typeof import ( '../core/path/src/paths' ) [ 'searchEnginePath' ]
700
700
const searchFilters : typeof import ( '../core/search-engine/src/index' ) [ 'searchFilters' ]
@@ -1001,7 +1001,7 @@ declare global {
1001
1001
const userModelsPath : typeof import ( '../core/path/src/paths' ) [ 'userModelsPath' ]
1002
1002
const userNotificationsPath : typeof import ( '../core/path/src/paths' ) [ 'userNotificationsPath' ]
1003
1003
const utilsPath : typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ]
1004
- const validate : typeof import ( '../core/validation/src/validate ' ) [ 'validate' ]
1004
+ const validate : typeof import ( '../core/validation/src/schema ' ) [ 'validate' ]
1005
1005
const validationPath : typeof import ( '../core/path/src/paths' ) [ 'validationPath' ]
1006
1006
const validator : typeof import ( '../core/validation/src/validate' ) [ 'validator' ]
1007
1007
const verifyHash : typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ]
@@ -1105,11 +1105,11 @@ declare module 'vue' {
1105
1105
readonly ValidationEnum : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationEnum' ] >
1106
1106
readonly ValidationNumber : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationNumber' ] >
1107
1107
readonly ValidationString : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationString' ] >
1108
- readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineBoolean' ] >
1109
- readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineDate' ] >
1110
- readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineEnum' ] >
1111
- readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineNumber' ] >
1112
- readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineString' ] >
1108
+ readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineBoolean' ] >
1109
+ readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineDate' ] >
1110
+ readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineEnum' ] >
1111
+ readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineNumber' ] >
1112
+ readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineString' ] >
1113
1113
readonly _dirname : UnwrapRef < typeof import ( '../core/storage/src/helpers' ) [ '_dirname' ] >
1114
1114
readonly acceptHMRUpdate : UnwrapRef < typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ] >
1115
1115
readonly actionsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'actionsPath' ] >
@@ -1648,7 +1648,7 @@ declare module 'vue' {
1648
1648
readonly route : UnwrapRef < typeof import ( '../core/router/src/router' ) [ 'route' ] >
1649
1649
readonly routerPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'routerPath' ] >
1650
1650
readonly routesPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'routesPath' ] >
1651
- readonly rule : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'rule' ] >
1651
+ readonly rule : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'rule' ] >
1652
1652
readonly runAction : UnwrapRef < typeof import ( '../core/actions/src/helpers/utils' ) [ 'runAction' ] >
1653
1653
readonly runActions : UnwrapRef < typeof import ( '../core/actions/src/helpers/utils' ) [ 'runActions' ] >
1654
1654
readonly runAdd : UnwrapRef < typeof import ( '../core/actions/src/index' ) [ 'runAdd' ] >
@@ -1668,7 +1668,7 @@ declare module 'vue' {
1668
1668
readonly runtimePath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'runtimePath' ] >
1669
1669
readonly schedule : UnwrapRef < typeof import ( '../core/scheduler/src/schedule' ) [ 'default' ] >
1670
1670
readonly schedulerPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'schedulerPath' ] >
1671
- readonly schema : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'schema' ] >
1671
+ readonly schema : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'schema' ] >
1672
1672
readonly scriptsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'scriptsPath' ] >
1673
1673
readonly searchEnginePath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'searchEnginePath' ] >
1674
1674
readonly searchFilters : UnwrapRef < typeof import ( '../core/search-engine/src/index' ) [ 'searchFilters' ] >
@@ -1961,7 +1961,7 @@ declare module 'vue' {
1961
1961
readonly userModelsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userModelsPath' ] >
1962
1962
readonly userNotificationsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userNotificationsPath' ] >
1963
1963
readonly utilsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ] >
1964
- readonly validate : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'validate' ] >
1964
+ readonly validate : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'validate' ] >
1965
1965
readonly validationPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'validationPath' ] >
1966
1966
readonly verifyHash : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ] >
1967
1967
readonly version : UnwrapRef < typeof import ( '../core/utils/src/versions' ) [ 'version' ] >
@@ -2048,11 +2048,11 @@ declare module '@vue/runtime-core' {
2048
2048
readonly ValidationEnum : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationEnum' ] >
2049
2049
readonly ValidationNumber : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationNumber' ] >
2050
2050
readonly ValidationString : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationString' ] >
2051
- readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineBoolean' ] >
2052
- readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineDate' ] >
2053
- readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineEnum' ] >
2054
- readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineNumber' ] >
2055
- readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'VineString' ] >
2051
+ readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineBoolean' ] >
2052
+ readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineDate' ] >
2053
+ readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineEnum' ] >
2054
+ readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineNumber' ] >
2055
+ readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'VineString' ] >
2056
2056
readonly _dirname : UnwrapRef < typeof import ( '../core/storage/src/helpers' ) [ '_dirname' ] >
2057
2057
readonly acceptHMRUpdate : UnwrapRef < typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ] >
2058
2058
readonly actionsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'actionsPath' ] >
@@ -2591,7 +2591,7 @@ declare module '@vue/runtime-core' {
2591
2591
readonly route : UnwrapRef < typeof import ( '../core/router/src/router' ) [ 'route' ] >
2592
2592
readonly routerPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'routerPath' ] >
2593
2593
readonly routesPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'routesPath' ] >
2594
- readonly rule : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'rule' ] >
2594
+ readonly rule : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'rule' ] >
2595
2595
readonly runAction : UnwrapRef < typeof import ( '../core/actions/src/helpers/utils' ) [ 'runAction' ] >
2596
2596
readonly runActions : UnwrapRef < typeof import ( '../core/actions/src/helpers/utils' ) [ 'runActions' ] >
2597
2597
readonly runAdd : UnwrapRef < typeof import ( '../core/actions/src/index' ) [ 'runAdd' ] >
@@ -2611,7 +2611,7 @@ declare module '@vue/runtime-core' {
2611
2611
readonly runtimePath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'runtimePath' ] >
2612
2612
readonly schedule : UnwrapRef < typeof import ( '../core/scheduler/src/schedule' ) [ 'default' ] >
2613
2613
readonly schedulerPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'schedulerPath' ] >
2614
- readonly schema : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'schema' ] >
2614
+ readonly schema : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'schema' ] >
2615
2615
readonly scriptsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'scriptsPath' ] >
2616
2616
readonly searchEnginePath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'searchEnginePath' ] >
2617
2617
readonly searchFilters : UnwrapRef < typeof import ( '../core/search-engine/src/index' ) [ 'searchFilters' ] >
@@ -2904,7 +2904,7 @@ declare module '@vue/runtime-core' {
2904
2904
readonly userModelsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userModelsPath' ] >
2905
2905
readonly userNotificationsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userNotificationsPath' ] >
2906
2906
readonly utilsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ] >
2907
- readonly validate : UnwrapRef < typeof import ( '../core/validation/src/validate ' ) [ 'validate' ] >
2907
+ readonly validate : UnwrapRef < typeof import ( '../core/validation/src/schema ' ) [ 'validate' ] >
2908
2908
readonly validationPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'validationPath' ] >
2909
2909
readonly verifyHash : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ] >
2910
2910
readonly version : UnwrapRef < typeof import ( '../core/utils/src/versions' ) [ 'version' ] >
0 commit comments