@@ -121,6 +121,7 @@ declare global {
121
121
const assert : typeof import ( '../core/testing/src/index' ) [ 'assert' ]
122
122
const assetsPath : typeof import ( '../core/path/src/paths' ) [ 'assetsPath' ]
123
123
const asyncComputed : typeof import ( '../core/utils/src/vendors' ) [ 'asyncComputed' ]
124
+ const attempt : typeof import ( '../core/auth/src/authentication' ) [ 'attempt' ]
124
125
const auth : typeof import ( '../core/auth/src/index' ) [ 'auth' ]
125
126
const authPath : typeof import ( '../core/path/src/paths' ) [ 'authPath' ]
126
127
const autoResetRef : typeof import ( '../core/utils/src/vendors' ) [ 'autoResetRef' ]
@@ -376,7 +377,10 @@ declare global {
376
377
const generateMigrationFile : typeof import ( '../core/database/src/migrations' ) [ 'generateMigrationFile' ]
377
378
const generateMigrations : typeof import ( '../core/database/src/migrations' ) [ 'generateMigrations' ]
378
379
const generatePkgxConfig : typeof import ( '../core/actions/src/generate/index' ) [ 'generatePkgxConfig' ]
380
+ const generateQrCode : typeof import ( '../core/auth/src/authenticator' ) [ 'generateQrCode' ]
379
381
const generateSeeder : typeof import ( '../core/actions/src/generate/index' ) [ 'generateSeeder' ]
382
+ const generateTwoFactorSecret : typeof import ( '../core/auth/src/authenticator' ) [ 'generateTwoFactorSecret' ]
383
+ const generateTwoFactorToken : typeof import ( '../core/auth/src/authenticator' ) [ 'generateTwoFactorToken' ]
380
384
const generateTypes : typeof import ( '../core/actions/src/generate/index' ) [ 'generateTypes' ]
381
385
const generateVsCodeCustomData : typeof import ( '../core/actions/src/generate/index' ) [ 'generateVsCodeCustomData' ]
382
386
const generateWebTypes : typeof import ( '../core/actions/src/generate/index' ) [ 'generateWebTypes' ]
@@ -586,8 +590,8 @@ declare global {
586
590
const okAsync : typeof import ( '../core/error-handling/src/index' ) [ 'okAsync' ]
587
591
const onActivated : typeof import ( 'vue' ) [ 'onActivated' ]
588
592
const onBeforeMount : typeof import ( 'vue' ) [ 'onBeforeMount' ]
589
- const onBeforeRouteLeave : typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteLeave' ]
590
- const onBeforeRouteUpdate : typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteUpdate' ]
593
+ const onBeforeRouteLeave : typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ]
594
+ const onBeforeRouteUpdate : typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ]
591
595
const onBeforeUnmount : typeof import ( 'vue' ) [ 'onBeforeUnmount' ]
592
596
const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
593
597
const onClickOutside : typeof import ( '../core/utils/src/vendors' ) [ 'onClickOutside' ]
@@ -942,8 +946,8 @@ declare global {
942
946
const useRefHistory : typeof import ( '../core/utils/src/vendors' ) [ 'useRefHistory' ]
943
947
const useResizeObserver : typeof import ( '../core/utils/src/vendors' ) [ 'useResizeObserver' ]
944
948
const useRound : typeof import ( '../core/utils/src/math' ) [ 'useRound' ]
945
- const useRoute : typeof import ( 'vue-router/auto ' ) [ 'useRoute' ]
946
- const useRouter : typeof import ( 'vue-router/auto ' ) [ 'useRouter' ]
949
+ const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
950
+ const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
947
951
const useSMS : typeof import ( '../core/notifications/src/index' ) [ 'useSMS' ]
948
952
const useScheduler : typeof import ( '../core/scheduler/src/index' ) [ 'useScheduler' ]
949
953
const useScreenOrientation : typeof import ( '../core/utils/src/vendors' ) [ 'useScreenOrientation' ]
@@ -1022,6 +1026,7 @@ declare global {
1022
1026
const validationPath : typeof import ( '../core/path/src/paths' ) [ 'validationPath' ]
1023
1027
const validator : typeof import ( '../core/validation/src/validate' ) [ 'validator' ]
1024
1028
const verifyHash : typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ]
1029
+ const verifyTwoFactorCode : typeof import ( '../core/auth/src/authenticator' ) [ 'verifyTwoFactorCode' ]
1025
1030
const version : typeof import ( '../core/utils/src/versions' ) [ 'version' ]
1026
1031
const views : typeof import ( '../core/build/src/index' ) [ 'views' ]
1027
1032
const viewsPath : typeof import ( '../core/path/src/paths' ) [ 'viewsPath' ]
@@ -1076,15 +1081,6 @@ declare global {
1076
1081
// @ts -ignore
1077
1082
export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
1078
1083
import ( 'vue' )
1079
- // @ts -ignore
1080
- export type { Every } from '../core/types/src/cron-jobs'
1081
- import ( '../core/types/src/cron-jobs' )
1082
- // @ts -ignore
1083
- export type { SocialLinkIcon } from '../core/types/src/docs'
1084
- import ( '../core/types/src/docs' )
1085
- // @ts -ignore
1086
- export type { ExitCode } from '../core/types/src/exit-code'
1087
- import ( '../core/types/src/exit-code' )
1088
1084
}
1089
1085
// for vue template auto import
1090
1086
import { UnwrapRef } from 'vue'
@@ -1157,7 +1153,7 @@ declare module 'vue' {
1157
1153
readonly arraysPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'arraysPath' ] >
1158
1154
readonly assetsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'assetsPath' ] >
1159
1155
readonly asyncComputed : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'asyncComputed' ] >
1160
- readonly auth : UnwrapRef < typeof import ( '../core/auth/src/index ' ) [ 'auth ' ] >
1156
+ readonly attempt : UnwrapRef < typeof import ( '../core/auth/src/authentication ' ) [ 'attempt ' ] >
1161
1157
readonly authPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'authPath' ] >
1162
1158
readonly autoResetRef : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'autoResetRef' ] >
1163
1159
readonly base64Encode : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'base64Encode' ] >
@@ -1290,7 +1286,6 @@ declare module 'vue' {
1290
1286
readonly defineJob : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineJob' ] >
1291
1287
readonly defineLibrary : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineLibrary' ] >
1292
1288
readonly defineNotification : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineNotification' ] >
1293
- readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ 'definePage' ] >
1294
1289
readonly definePayment : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'definePayment' ] >
1295
1290
readonly defineQueue : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineQueue' ] >
1296
1291
readonly defineSearchEngine : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineSearchEngine' ] >
@@ -1391,7 +1386,10 @@ declare module 'vue' {
1391
1386
readonly generateMigration : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'generateMigration' ] >
1392
1387
readonly generateMigrations : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'generateMigrations' ] >
1393
1388
readonly generatePkgxConfig : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generatePkgxConfig' ] >
1389
+ readonly generateQrCode : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'generateQrCode' ] >
1394
1390
readonly generateSeeder : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateSeeder' ] >
1391
+ readonly generateTwoFactorSecret : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'generateTwoFactorSecret' ] >
1392
+ readonly generateTwoFactorToken : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'generateTwoFactorToken' ] >
1395
1393
readonly generateTypes : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateTypes' ] >
1396
1394
readonly generateVsCodeCustomData : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateVsCodeCustomData' ] >
1397
1395
readonly generateWebTypes : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateWebTypes' ] >
@@ -1594,8 +1592,8 @@ declare module 'vue' {
1594
1592
readonly okAsync : UnwrapRef < typeof import ( '../core/error-handling/src/index' ) [ 'okAsync' ] >
1595
1593
readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
1596
1594
readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
1597
- readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteLeave' ] >
1598
- readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteUpdate' ] >
1595
+ readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
1596
+ readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ] >
1599
1597
readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
1600
1598
readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
1601
1599
readonly onClickOutside : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'onClickOutside' ] >
@@ -1927,8 +1925,8 @@ declare module 'vue' {
1927
1925
readonly useRefHistory : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useRefHistory' ] >
1928
1926
readonly useResizeObserver : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useResizeObserver' ] >
1929
1927
readonly useRound : UnwrapRef < typeof import ( '../core/utils/src/math' ) [ 'useRound' ] >
1930
- readonly useRoute : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRoute' ] >
1931
- readonly useRouter : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRouter' ] >
1928
+ readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
1929
+ readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
1932
1930
readonly useSMS : UnwrapRef < typeof import ( '../core/notifications/src/index' ) [ 'useSMS' ] >
1933
1931
readonly useScreenOrientation : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useScreenOrientation' ] >
1934
1932
readonly useScreenSafeArea : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useScreenSafeArea' ] >
@@ -2005,6 +2003,7 @@ declare module 'vue' {
2005
2003
readonly validateField : UnwrapRef < typeof import ( '../core/validation/src/validator' ) [ 'validateField' ] >
2006
2004
readonly validationPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'validationPath' ] >
2007
2005
readonly verifyHash : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ] >
2006
+ readonly verifyTwoFactorCode : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'verifyTwoFactorCode' ] >
2008
2007
readonly version : UnwrapRef < typeof import ( '../core/utils/src/versions' ) [ 'version' ] >
2009
2008
readonly viewsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'viewsPath' ] >
2010
2009
readonly viteConfigPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'viteConfigPath' ] >
@@ -2115,7 +2114,7 @@ declare module '@vue/runtime-core' {
2115
2114
readonly arraysPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'arraysPath' ] >
2116
2115
readonly assetsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'assetsPath' ] >
2117
2116
readonly asyncComputed : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'asyncComputed' ] >
2118
- readonly auth : UnwrapRef < typeof import ( '../core/auth/src/index ' ) [ 'auth ' ] >
2117
+ readonly attempt : UnwrapRef < typeof import ( '../core/auth/src/authentication ' ) [ 'attempt ' ] >
2119
2118
readonly authPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'authPath' ] >
2120
2119
readonly autoResetRef : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'autoResetRef' ] >
2121
2120
readonly base64Encode : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'base64Encode' ] >
@@ -2248,7 +2247,6 @@ declare module '@vue/runtime-core' {
2248
2247
readonly defineJob : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineJob' ] >
2249
2248
readonly defineLibrary : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineLibrary' ] >
2250
2249
readonly defineNotification : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineNotification' ] >
2251
- readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ 'definePage' ] >
2252
2250
readonly definePayment : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'definePayment' ] >
2253
2251
readonly defineQueue : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineQueue' ] >
2254
2252
readonly defineSearchEngine : UnwrapRef < typeof import ( '../core/utils/src/config' ) [ 'defineSearchEngine' ] >
@@ -2349,7 +2347,10 @@ declare module '@vue/runtime-core' {
2349
2347
readonly generateMigration : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'generateMigration' ] >
2350
2348
readonly generateMigrations : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'generateMigrations' ] >
2351
2349
readonly generatePkgxConfig : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generatePkgxConfig' ] >
2350
+ readonly generateQrCode : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'generateQrCode' ] >
2352
2351
readonly generateSeeder : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateSeeder' ] >
2352
+ readonly generateTwoFactorSecret : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'generateTwoFactorSecret' ] >
2353
+ readonly generateTwoFactorToken : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'generateTwoFactorToken' ] >
2353
2354
readonly generateTypes : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateTypes' ] >
2354
2355
readonly generateVsCodeCustomData : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateVsCodeCustomData' ] >
2355
2356
readonly generateWebTypes : UnwrapRef < typeof import ( '../core/actions/src/generate/index' ) [ 'generateWebTypes' ] >
@@ -2552,8 +2553,8 @@ declare module '@vue/runtime-core' {
2552
2553
readonly okAsync : UnwrapRef < typeof import ( '../core/error-handling/src/index' ) [ 'okAsync' ] >
2553
2554
readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
2554
2555
readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
2555
- readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteLeave' ] >
2556
- readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteUpdate' ] >
2556
+ readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
2557
+ readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ] >
2557
2558
readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
2558
2559
readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
2559
2560
readonly onClickOutside : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'onClickOutside' ] >
@@ -2885,8 +2886,8 @@ declare module '@vue/runtime-core' {
2885
2886
readonly useRefHistory : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useRefHistory' ] >
2886
2887
readonly useResizeObserver : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useResizeObserver' ] >
2887
2888
readonly useRound : UnwrapRef < typeof import ( '../core/utils/src/math' ) [ 'useRound' ] >
2888
- readonly useRoute : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRoute' ] >
2889
- readonly useRouter : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRouter' ] >
2889
+ readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
2890
+ readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
2890
2891
readonly useSMS : UnwrapRef < typeof import ( '../core/notifications/src/index' ) [ 'useSMS' ] >
2891
2892
readonly useScreenOrientation : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useScreenOrientation' ] >
2892
2893
readonly useScreenSafeArea : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'useScreenSafeArea' ] >
@@ -2963,6 +2964,7 @@ declare module '@vue/runtime-core' {
2963
2964
readonly validateField : UnwrapRef < typeof import ( '../core/validation/src/validator' ) [ 'validateField' ] >
2964
2965
readonly validationPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'validationPath' ] >
2965
2966
readonly verifyHash : UnwrapRef < typeof import ( '../core/security/src/hash' ) [ 'verifyHash' ] >
2967
+ readonly verifyTwoFactorCode : UnwrapRef < typeof import ( '../core/auth/src/authenticator' ) [ 'verifyTwoFactorCode' ] >
2966
2968
readonly version : UnwrapRef < typeof import ( '../core/utils/src/versions' ) [ 'version' ] >
2967
2969
readonly viewsPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'viewsPath' ] >
2968
2970
readonly viteConfigPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'viteConfigPath' ] >
0 commit comments