@@ -70,6 +70,7 @@ declare global {
70
70
const Schedule : typeof import ( '../core/scheduler/src/schedule' ) [ 'Schedule' ]
71
71
const ScheduleImpl : typeof import ( '../core/scheduler/src/index' ) [ 'ScheduleImpl' ]
72
72
const Schema : typeof import ( '../core/database/src/schema' ) [ 'Schema' ]
73
+ const SimpleMessagesProvider : typeof import ( '../core/validation/src/schema' ) [ 'SimpleMessagesProvider' ]
73
74
const SocialLinkIcon : typeof import ( '../core/types/src/docs' ) [ 'SocialLinkIcon' ]
74
75
const StacksError : typeof import ( '../core/error-handling/src/handler' ) [ 'StacksError' ]
75
76
const Store : typeof import ( '../core/ui/src/index' ) [ 'Store' ]
@@ -93,6 +94,7 @@ declare global {
93
94
const VineBoolean : typeof import ( '../core/validation/src/schema' ) [ 'VineBoolean' ]
94
95
const VineDate : typeof import ( '../core/validation/src/schema' ) [ 'VineDate' ]
95
96
const VineEnum : typeof import ( '../core/validation/src/schema' ) [ 'VineEnum' ]
97
+ const VineError : typeof import ( '../core/validation/src/schema' ) [ 'VineError' ]
96
98
const VineNumber : typeof import ( '../core/validation/src/schema' ) [ 'VineNumber' ]
97
99
const VineString : typeof import ( '../core/validation/src/schema' ) [ 'VineString' ]
98
100
const _dirname : typeof import ( '../core/storage/src/helpers' ) [ '_dirname' ]
@@ -382,6 +384,7 @@ declare global {
382
384
const getCurrentMigrationFields : typeof import ( '../core/database/src/migrations' ) [ 'getCurrentMigrationFields' ]
383
385
const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
384
386
const getDialect : typeof import ( '../core/database/src/utils' ) [ 'getDialect' ]
387
+ const getErrors : typeof import ( '../core/validation/src/reporter' ) [ 'getErrors' ]
385
388
const getExecutedMigrations : typeof import ( '../core/database/src/migrations' ) [ 'getExecutedMigrations' ]
386
389
const getExportsSize : typeof import ( '../core/utils/src/export-size' ) [ 'getExportsSize' ]
387
390
const getFiles : typeof import ( '../core/storage/src/files' ) [ 'getFiles' ]
@@ -659,6 +662,7 @@ declare global {
659
662
const remove : typeof import ( '../core/orm/src/generated/User' ) [ 'remove' ]
660
663
const renderHeadToString : typeof import ( '../core/utils/src/vendors' ) [ 'renderHeadToString' ]
661
664
const replPath : typeof import ( '../core/path/src/paths' ) [ 'replPath' ]
665
+ const reportError : typeof import ( '../core/validation/src/reporter' ) [ 'reportError' ]
662
666
const request : typeof import ( '../core/router/src/request' ) [ 'request' ]
663
667
const resetDatabase : typeof import ( '../core/database/src/migrations' ) [ 'resetDatabase' ]
664
668
const resolve : typeof import ( '../core/path/src/paths' ) [ 'resolve' ]
@@ -1008,6 +1012,7 @@ declare global {
1008
1012
const userViewsPath : typeof import ( '../core/path/src/paths' ) [ 'userViewsPath' ]
1009
1013
const utilsPath : typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ]
1010
1014
const validate : typeof import ( '../core/validation/src/schema' ) [ 'validate' ]
1015
+ const validateField : typeof import ( '../core/validation/src/validator' ) [ 'validateField' ]
1011
1016
const validationPath : typeof import ( '../core/path/src/paths' ) [ 'validationPath' ]
1012
1017
const validator : typeof import ( '../core/validation/src/validate' ) [ 'validator' ]
1013
1018
const verifyHash : typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ]
@@ -1099,6 +1104,7 @@ declare module 'vue' {
1099
1104
readonly Router : UnwrapRef < typeof import ( '../core/router/src/router' ) [ 'Router' ] >
1100
1105
readonly Schedule : UnwrapRef < typeof import ( '../core/scheduler/src/schedule' ) [ 'Schedule' ] >
1101
1106
readonly Schema : UnwrapRef < typeof import ( '../core/database/src/schema' ) [ 'Schema' ] >
1107
+ readonly SimpleMessagesProvider : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'SimpleMessagesProvider' ] >
1102
1108
readonly SocialLinkIcon : UnwrapRef < typeof import ( '../core/types/src/docs' ) [ 'SocialLinkIcon' ] >
1103
1109
readonly StacksError : UnwrapRef < typeof import ( '../core/error-handling/src/handler' ) [ 'StacksError' ] >
1104
1110
readonly Store : UnwrapRef < typeof import ( '../core/ui/src/index' ) [ 'Store' ] >
@@ -1112,6 +1118,7 @@ declare module 'vue' {
1112
1118
readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineBoolean' ] >
1113
1119
readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineDate' ] >
1114
1120
readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineEnum' ] >
1121
+ readonly VineError : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineError' ] >
1115
1122
readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineNumber' ] >
1116
1123
readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineString' ] >
1117
1124
readonly _dirname : UnwrapRef < typeof import ( '../core/storage/src/helpers' ) [ '_dirname' ] >
@@ -1377,6 +1384,7 @@ declare module 'vue' {
1377
1384
readonly getCurrentMigrationFields : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'getCurrentMigrationFields' ] >
1378
1385
readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
1379
1386
readonly getDialect : UnwrapRef < typeof import ( '../core/database/src/utils' ) [ 'getDialect' ] >
1387
+ readonly getErrors : UnwrapRef < typeof import ( '../core/validation/src/reporter' ) [ 'getErrors' ] >
1380
1388
readonly getExecutedMigrations : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'getExecutedMigrations' ] >
1381
1389
readonly getExportsSize : UnwrapRef < typeof import ( '../core/utils/src/export-size' ) [ 'getExportsSize' ] >
1382
1390
readonly getFiles : UnwrapRef < typeof import ( '../core/storage/src/files' ) [ 'getFiles' ] >
@@ -1643,6 +1651,7 @@ declare module 'vue' {
1643
1651
readonly relativeActionsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'relativeActionsPath' ] >
1644
1652
readonly renderHeadToString : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'renderHeadToString' ] >
1645
1653
readonly replPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'replPath' ] >
1654
+ readonly reportError : UnwrapRef < typeof import ( '../core/validation/src/reporter' ) [ 'reportError' ] >
1646
1655
readonly request : UnwrapRef < typeof import ( '../core/router/src/request' ) [ 'request' ] >
1647
1656
readonly resetDatabase : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'resetDatabase' ] >
1648
1657
readonly resolve : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'resolve' ] >
@@ -1972,6 +1981,7 @@ declare module 'vue' {
1972
1981
readonly userViewsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userViewsPath' ] >
1973
1982
readonly utilsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ] >
1974
1983
readonly validate : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'validate' ] >
1984
+ readonly validateField : UnwrapRef < typeof import ( '../core/validation/src/validator' ) [ 'validateField' ] >
1975
1985
readonly validationPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'validationPath' ] >
1976
1986
readonly verifyHash : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ] >
1977
1987
readonly version : UnwrapRef < typeof import ( '../core/utils/src/versions' ) [ 'version' ] >
@@ -2046,6 +2056,7 @@ declare module '@vue/runtime-core' {
2046
2056
readonly Router : UnwrapRef < typeof import ( '../core/router/src/router' ) [ 'Router' ] >
2047
2057
readonly Schedule : UnwrapRef < typeof import ( '../core/scheduler/src/schedule' ) [ 'Schedule' ] >
2048
2058
readonly Schema : UnwrapRef < typeof import ( '../core/database/src/schema' ) [ 'Schema' ] >
2059
+ readonly SimpleMessagesProvider : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'SimpleMessagesProvider' ] >
2049
2060
readonly SocialLinkIcon : UnwrapRef < typeof import ( '../core/types/src/docs' ) [ 'SocialLinkIcon' ] >
2050
2061
readonly StacksError : UnwrapRef < typeof import ( '../core/error-handling/src/handler' ) [ 'StacksError' ] >
2051
2062
readonly Store : UnwrapRef < typeof import ( '../core/ui/src/index' ) [ 'Store' ] >
@@ -2059,6 +2070,7 @@ declare module '@vue/runtime-core' {
2059
2070
readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineBoolean' ] >
2060
2071
readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineDate' ] >
2061
2072
readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineEnum' ] >
2073
+ readonly VineError : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineError' ] >
2062
2074
readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineNumber' ] >
2063
2075
readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'VineString' ] >
2064
2076
readonly _dirname : UnwrapRef < typeof import ( '../core/storage/src/helpers' ) [ '_dirname' ] >
@@ -2324,6 +2336,7 @@ declare module '@vue/runtime-core' {
2324
2336
readonly getCurrentMigrationFields : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'getCurrentMigrationFields' ] >
2325
2337
readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
2326
2338
readonly getDialect : UnwrapRef < typeof import ( '../core/database/src/utils' ) [ 'getDialect' ] >
2339
+ readonly getErrors : UnwrapRef < typeof import ( '../core/validation/src/reporter' ) [ 'getErrors' ] >
2327
2340
readonly getExecutedMigrations : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'getExecutedMigrations' ] >
2328
2341
readonly getExportsSize : UnwrapRef < typeof import ( '../core/utils/src/export-size' ) [ 'getExportsSize' ] >
2329
2342
readonly getFiles : UnwrapRef < typeof import ( '../core/storage/src/files' ) [ 'getFiles' ] >
@@ -2590,6 +2603,7 @@ declare module '@vue/runtime-core' {
2590
2603
readonly relativeActionsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'relativeActionsPath' ] >
2591
2604
readonly renderHeadToString : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'renderHeadToString' ] >
2592
2605
readonly replPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'replPath' ] >
2606
+ readonly reportError : UnwrapRef < typeof import ( '../core/validation/src/reporter' ) [ 'reportError' ] >
2593
2607
readonly request : UnwrapRef < typeof import ( '../core/router/src/request' ) [ 'request' ] >
2594
2608
readonly resetDatabase : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'resetDatabase' ] >
2595
2609
readonly resolve : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'resolve' ] >
@@ -2919,6 +2933,7 @@ declare module '@vue/runtime-core' {
2919
2933
readonly userViewsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userViewsPath' ] >
2920
2934
readonly utilsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ] >
2921
2935
readonly validate : UnwrapRef < typeof import ( '../core/validation/src/schema' ) [ 'validate' ] >
2936
+ readonly validateField : UnwrapRef < typeof import ( '../core/validation/src/validator' ) [ 'validateField' ] >
2922
2937
readonly validationPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'validationPath' ] >
2923
2938
readonly verifyHash : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ] >
2924
2939
readonly version : UnwrapRef < typeof import ( '../core/utils/src/versions' ) [ 'version' ] >
0 commit comments