@@ -90,6 +90,7 @@ declare global {
90
90
const ValidationNumber : typeof import ( '../core/validation/src/types/index' ) [ 'ValidationNumber' ]
91
91
const ValidationString : typeof import ( '../core/validation/src/types/index' ) [ 'ValidationString' ]
92
92
const VineBoolean : typeof import ( '../core/validation/src/validate' ) [ 'VineBoolean' ]
93
+ const VineDate : typeof import ( '../core/validation/src/validate' ) [ 'VineDate' ]
93
94
const VineEnum : typeof import ( '../core/validation/src/validate' ) [ 'VineEnum' ]
94
95
const VineNumber : typeof import ( '../core/validation/src/validate' ) [ 'VineNumber' ]
95
96
const VineString : typeof import ( '../core/validation/src/validate' ) [ 'VineString' ]
@@ -676,6 +677,7 @@ declare global {
676
677
const runComponentsDevServer : typeof import ( '../core/actions/src/dev/index' ) [ 'runComponentsDevServer' ]
677
678
const runDashboardDevServer : typeof import ( '../core/actions/src/dev/index' ) [ 'runDashboardDevServer' ]
678
679
const runDatabaseMigration : typeof import ( '../core/database/src/migrations' ) [ 'runDatabaseMigration' ]
680
+ const runDatabaseMigrationForeign : typeof import ( '../core/database/src/migrations' ) [ 'runDatabaseMigrationForeign' ]
679
681
const runDesktopDevServer : typeof import ( '../core/actions/src/dev/index' ) [ 'runDesktopDevServer' ]
680
682
const runDevServer : typeof import ( '../core/actions/src/dev/index' ) [ 'runDevServer' ]
681
683
const runDocsDevServer : typeof import ( '../core/actions/src/dev/index' ) [ 'runDocsDevServer' ]
@@ -991,6 +993,7 @@ declare global {
991
993
const userListenersPath : typeof import ( '../core/path/src/paths' ) [ 'userListenersPath' ]
992
994
const userMiddlewarePath : typeof import ( '../core/path/src/paths' ) [ 'userMiddlewarePath' ]
993
995
const userMigrationsPath : typeof import ( '../core/path/src/paths' ) [ 'userMigrationsPath' ]
996
+ const userModels : typeof import ( '../core/orm/src/utils' ) [ 'userModels' ]
994
997
const userModelsPath : typeof import ( '../core/path/src/paths' ) [ 'userModelsPath' ]
995
998
const userNotificationsPath : typeof import ( '../core/path/src/paths' ) [ 'userNotificationsPath' ]
996
999
const utilsPath : typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ]
@@ -1098,6 +1101,7 @@ declare module 'vue' {
1098
1101
readonly ValidationNumber : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationNumber' ] >
1099
1102
readonly ValidationString : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationString' ] >
1100
1103
readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineBoolean' ] >
1104
+ readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineDate' ] >
1101
1105
readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineEnum' ] >
1102
1106
readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineNumber' ] >
1103
1107
readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineString' ] >
@@ -1647,6 +1651,7 @@ declare module 'vue' {
1647
1651
readonly runComponentsDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runComponentsDevServer' ] >
1648
1652
readonly runDashboardDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDashboardDevServer' ] >
1649
1653
readonly runDatabaseMigration : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'runDatabaseMigration' ] >
1654
+ readonly runDatabaseMigrationForeign : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'runDatabaseMigrationForeign' ] >
1650
1655
readonly runDesktopDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDesktopDevServer' ] >
1651
1656
readonly runDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDevServer' ] >
1652
1657
readonly runDocsDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDocsDevServer' ] >
@@ -1946,6 +1951,7 @@ declare module 'vue' {
1946
1951
readonly userListenersPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userListenersPath' ] >
1947
1952
readonly userMiddlewarePath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userMiddlewarePath' ] >
1948
1953
readonly userMigrationsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userMigrationsPath' ] >
1954
+ readonly userModels : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'userModels' ] >
1949
1955
readonly userModelsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userModelsPath' ] >
1950
1956
readonly userNotificationsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userNotificationsPath' ] >
1951
1957
readonly utilsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ] >
@@ -2036,6 +2042,7 @@ declare module '@vue/runtime-core' {
2036
2042
readonly ValidationNumber : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationNumber' ] >
2037
2043
readonly ValidationString : UnwrapRef < typeof import ( '../core/validation/src/types/index' ) [ 'ValidationString' ] >
2038
2044
readonly VineBoolean : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineBoolean' ] >
2045
+ readonly VineDate : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineDate' ] >
2039
2046
readonly VineEnum : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineEnum' ] >
2040
2047
readonly VineNumber : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineNumber' ] >
2041
2048
readonly VineString : UnwrapRef < typeof import ( '../core/validation/src/validate' ) [ 'VineString' ] >
@@ -2585,6 +2592,7 @@ declare module '@vue/runtime-core' {
2585
2592
readonly runComponentsDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runComponentsDevServer' ] >
2586
2593
readonly runDashboardDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDashboardDevServer' ] >
2587
2594
readonly runDatabaseMigration : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'runDatabaseMigration' ] >
2595
+ readonly runDatabaseMigrationForeign : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'runDatabaseMigrationForeign' ] >
2588
2596
readonly runDesktopDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDesktopDevServer' ] >
2589
2597
readonly runDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDevServer' ] >
2590
2598
readonly runDocsDevServer : UnwrapRef < typeof import ( '../core/actions/src/dev/index' ) [ 'runDocsDevServer' ] >
@@ -2884,6 +2892,7 @@ declare module '@vue/runtime-core' {
2884
2892
readonly userListenersPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userListenersPath' ] >
2885
2893
readonly userMiddlewarePath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userMiddlewarePath' ] >
2886
2894
readonly userMigrationsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userMigrationsPath' ] >
2895
+ readonly userModels : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'userModels' ] >
2887
2896
readonly userModelsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userModelsPath' ] >
2888
2897
readonly userNotificationsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'userNotificationsPath' ] >
2889
2898
readonly utilsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'utilsPath' ] >
0 commit comments