@@ -13,7 +13,6 @@ declare global {
13
13
const $toRef : typeof import ( 'vue/macros' ) [ '$toRef' ]
14
14
const Collection : typeof import ( './core/objects/src/index' ) [ 'Collection' ]
15
15
const CssEngine : typeof import ( '@stacksjs/ui' ) [ 'CssEngine' ]
16
- const DnsStack : typeof import ( './core/cloud/src/index' ) [ 'DnsStack' ]
17
16
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
18
17
const Err : typeof import ( './core/error-handling/src/index' ) [ 'Err' ]
19
18
const ExitCode : typeof import ( './core/cli/src/index' ) [ 'ExitCode' ]
@@ -54,9 +53,7 @@ declare global {
54
53
const auth : typeof import ( './core/auth/src/index' ) [ 'auth' ]
55
54
const authPath : typeof import ( './core/path/src/index' ) [ 'authPath' ]
56
55
const autoResetRef : typeof import ( './core/utils/src/vendors' ) [ 'autoResetRef' ]
57
- const backendEnv : typeof import ( './core/validation/src/validate' ) [ 'backendEnv' ]
58
- const backendEnvValidation : typeof import ( './core/validation/src/validate' ) [ 'backendEnvValidation' ]
59
- const backendEnvValidations : typeof import ( './core/validation/src/validate' ) [ 'backendEnvValidations' ]
56
+ const backendEnvSchema : typeof import ( './core/validation/src/validate' ) [ 'backendEnvSchema' ]
60
57
const base64Encode : typeof import ( './core/security/src/hash' ) [ 'base64Encode' ]
61
58
const base64Verify : typeof import ( './core/security/src/hash' ) [ 'base64Verify' ]
62
59
const basename : typeof import ( './core/path/src/index' ) [ 'basename' ]
@@ -233,12 +230,10 @@ declare global {
233
230
const ensurePrefix : typeof import ( './core/strings/src/utils' ) [ 'ensurePrefix' ]
234
231
const ensureSuffix : typeof import ( './core/strings/src/utils' ) [ 'ensureSuffix' ]
235
232
const env : typeof import ( './core/validation/src/validate' ) [ 'env' ]
236
- const envValidation : typeof import ( './core/validation/src/validate' ) [ 'envValidation' ]
237
- const envValidations : typeof import ( './core/validation/src/validate' ) [ 'envValidations' ]
233
+ const envSchema : typeof import ( './core/validation/src/validate' ) [ 'envSchema' ]
238
234
const equal : typeof import ( './core/utils/src/currency' ) [ 'equal' ]
239
235
const err : typeof import ( './core/error-handling/src/index' ) [ 'err' ]
240
236
const errAsync : typeof import ( './core/error-handling/src/index' ) [ 'errAsync' ]
241
- const errorHandler : typeof import ( './core/error-handling/src/index' ) [ 'errorHandler' ]
242
237
const errorHandlingPath : typeof import ( './core/path/src/index' ) [ 'errorHandlingPath' ]
243
238
const errorMessageOptions : typeof import ( './core/validation/src/validate' ) [ 'errorMessageOptions' ]
244
239
const eslint : typeof import ( './core/lint/src/index' ) [ 'eslint' ]
@@ -266,9 +261,7 @@ declare global {
266
261
const fromPromise : typeof import ( './core/error-handling/src/index' ) [ 'fromPromise' ]
267
262
const fromSafePromise : typeof import ( './core/error-handling/src/index' ) [ 'fromSafePromise' ]
268
263
const fromThrowable : typeof import ( './core/error-handling/src/index' ) [ 'fromThrowable' ]
269
- const frontendEnv : typeof import ( './core/validation/src/validate' ) [ 'frontendEnv' ]
270
- const frontendEnvValidation : typeof import ( './core/validation/src/validate' ) [ 'frontendEnvValidation' ]
271
- const frontendEnvValidations : typeof import ( './core/validation/src/validate' ) [ 'frontendEnvValidations' ]
264
+ const frontendEnvSchema : typeof import ( './core/validation/src/validate' ) [ 'frontendEnvSchema' ]
272
265
const fs : typeof import ( './core/storage/src/index' ) [ 'fs' ]
273
266
const functionsPath : typeof import ( './core/path/src/index' ) [ 'functionsPath' ]
274
267
const generateAppKey : typeof import ( './core/security/src/key' ) [ 'generateAppKey' ]
@@ -553,7 +546,6 @@ declare global {
553
546
const runCommands : typeof import ( './core/cli/src/run' ) [ 'runCommands' ]
554
547
const runNpmScript : typeof import ( './core/utils/src/helpers' ) [ 'runNpmScript' ]
555
548
const runtimePath : typeof import ( './core/path/src/index' ) [ 'runtimePath' ]
556
- const safeEnv : typeof import ( './core/validation/src/validate' ) [ 'safeEnv' ]
557
549
const sample : typeof import ( './core/arrays/src/index' ) [ 'sample' ]
558
550
const schedulerPath : typeof import ( './core/path/src/index' ) [ 'schedulerPath' ]
559
551
const scriptsPath : typeof import ( './core/path/src/index' ) [ 'scriptsPath' ]
@@ -698,7 +690,6 @@ declare global {
698
690
const useElementSize : typeof import ( './core/utils/src/vendors' ) [ 'useElementSize' ]
699
691
const useElementVisibility : typeof import ( './core/utils/src/vendors' ) [ 'useElementVisibility' ]
700
692
const useEmail : typeof import ( './core/notifications/src/index' ) [ 'useEmail' ]
701
- const useEnv : typeof import ( './core/validation/src/validate' ) [ 'useEnv' ]
702
693
const useEvent : typeof import ( './core/events/src/index' ) [ 'useEvent' ]
703
694
const useEventBus : typeof import ( './core/utils/src/vendors' ) [ 'useEventBus' ]
704
695
const useEventListener : typeof import ( './core/utils/src/vendors' ) [ 'useEventListener' ]
@@ -863,7 +854,6 @@ declare module 'vue' {
863
854
readonly : UnwrapRef < typeof import ( './core/orm/src/index' ) [ '' ] >
864
855
readonly Collection : UnwrapRef < typeof import ( './core/objects/src/index' ) [ 'Collection' ] >
865
856
readonly CssEngine : UnwrapRef < typeof import ( '@stacksjs/ui' ) [ 'CssEngine' ] >
866
- readonly DnsStack : UnwrapRef < typeof import ( './core/cloud/src/index' ) [ 'DnsStack' ] >
867
857
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
868
858
readonly Err : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'Err' ] >
869
859
readonly ExitCode : UnwrapRef < typeof import ( './core/cli/src/index' ) [ 'ExitCode' ] >
@@ -904,8 +894,7 @@ declare module 'vue' {
904
894
readonly auth : UnwrapRef < typeof import ( './core/auth/src/index' ) [ 'auth' ] >
905
895
readonly authPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'authPath' ] >
906
896
readonly autoResetRef : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'autoResetRef' ] >
907
- readonly backendEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'backendEnv' ] >
908
- readonly backendEnvValidation : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'backendEnvValidation' ] >
897
+ readonly backendEnvSchema : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'backendEnvSchema' ] >
909
898
readonly base64Encode : UnwrapRef < typeof import ( './core/security/src/hash' ) [ 'base64Encode' ] >
910
899
readonly base64Verify : UnwrapRef < typeof import ( './core/security/src/hash' ) [ 'base64Verify' ] >
911
900
readonly basename : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'basename' ] >
@@ -1082,7 +1071,7 @@ declare module 'vue' {
1082
1071
readonly ensurePrefix : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'ensurePrefix' ] >
1083
1072
readonly ensureSuffix : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'ensureSuffix' ] >
1084
1073
readonly env : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'env' ] >
1085
- readonly envValidation : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'envValidation ' ] >
1074
+ readonly envSchema : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'envSchema ' ] >
1086
1075
readonly equal : UnwrapRef < typeof import ( './core/utils/src/currency' ) [ 'equal' ] >
1087
1076
readonly err : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'err' ] >
1088
1077
readonly errAsync : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'errAsync' ] >
@@ -1113,8 +1102,7 @@ declare module 'vue' {
1113
1102
readonly fromPromise : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'fromPromise' ] >
1114
1103
readonly fromSafePromise : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'fromSafePromise' ] >
1115
1104
readonly fromThrowable : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'fromThrowable' ] >
1116
- readonly frontendEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'frontendEnv' ] >
1117
- readonly frontendEnvValidation : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'frontendEnvValidation' ] >
1105
+ readonly frontendEnvSchema : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'frontendEnvSchema' ] >
1118
1106
readonly fs : UnwrapRef < typeof import ( './core/storage/src/index' ) [ 'fs' ] >
1119
1107
readonly functionsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'functionsPath' ] >
1120
1108
readonly generateAppKey : UnwrapRef < typeof import ( './core/security/src/key' ) [ 'generateAppKey' ] >
@@ -1399,7 +1387,6 @@ declare module 'vue' {
1399
1387
readonly runCommands : UnwrapRef < typeof import ( './core/cli/src/run' ) [ 'runCommands' ] >
1400
1388
readonly runNpmScript : UnwrapRef < typeof import ( './core/utils/src/helpers' ) [ 'runNpmScript' ] >
1401
1389
readonly runtimePath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'runtimePath' ] >
1402
- readonly safeEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'safeEnv' ] >
1403
1390
readonly sample : UnwrapRef < typeof import ( './core/arrays/src/index' ) [ 'sample' ] >
1404
1391
readonly schedulerPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'schedulerPath' ] >
1405
1392
readonly scriptsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'scriptsPath' ] >
@@ -1544,7 +1531,6 @@ declare module 'vue' {
1544
1531
readonly useElementSize : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useElementSize' ] >
1545
1532
readonly useElementVisibility : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useElementVisibility' ] >
1546
1533
readonly useEmail : UnwrapRef < typeof import ( './core/notifications/src/index' ) [ 'useEmail' ] >
1547
- readonly useEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'useEnv' ] >
1548
1534
readonly useEvent : UnwrapRef < typeof import ( './core/events/src/index' ) [ 'useEvent' ] >
1549
1535
readonly useEventBus : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useEventBus' ] >
1550
1536
readonly useEventListener : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useEventListener' ] >
@@ -1703,7 +1689,6 @@ declare module '@vue/runtime-core' {
1703
1689
readonly : UnwrapRef < typeof import ( './core/orm/src/index' ) [ '' ] >
1704
1690
readonly Collection : UnwrapRef < typeof import ( './core/objects/src/index' ) [ 'Collection' ] >
1705
1691
readonly CssEngine : UnwrapRef < typeof import ( '@stacksjs/ui' ) [ 'CssEngine' ] >
1706
- readonly DnsStack : UnwrapRef < typeof import ( './core/cloud/src/index' ) [ 'DnsStack' ] >
1707
1692
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
1708
1693
readonly Err : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'Err' ] >
1709
1694
readonly ExitCode : UnwrapRef < typeof import ( './core/cli/src/index' ) [ 'ExitCode' ] >
@@ -1744,8 +1729,7 @@ declare module '@vue/runtime-core' {
1744
1729
readonly auth : UnwrapRef < typeof import ( './core/auth/src/index' ) [ 'auth' ] >
1745
1730
readonly authPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'authPath' ] >
1746
1731
readonly autoResetRef : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'autoResetRef' ] >
1747
- readonly backendEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'backendEnv' ] >
1748
- readonly backendEnvValidation : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'backendEnvValidation' ] >
1732
+ readonly backendEnvSchema : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'backendEnvSchema' ] >
1749
1733
readonly base64Encode : UnwrapRef < typeof import ( './core/security/src/hash' ) [ 'base64Encode' ] >
1750
1734
readonly base64Verify : UnwrapRef < typeof import ( './core/security/src/hash' ) [ 'base64Verify' ] >
1751
1735
readonly basename : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'basename' ] >
@@ -1922,7 +1906,7 @@ declare module '@vue/runtime-core' {
1922
1906
readonly ensurePrefix : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'ensurePrefix' ] >
1923
1907
readonly ensureSuffix : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'ensureSuffix' ] >
1924
1908
readonly env : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'env' ] >
1925
- readonly envValidation : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'envValidation ' ] >
1909
+ readonly envSchema : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'envSchema ' ] >
1926
1910
readonly equal : UnwrapRef < typeof import ( './core/utils/src/currency' ) [ 'equal' ] >
1927
1911
readonly err : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'err' ] >
1928
1912
readonly errAsync : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'errAsync' ] >
@@ -1953,8 +1937,7 @@ declare module '@vue/runtime-core' {
1953
1937
readonly fromPromise : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'fromPromise' ] >
1954
1938
readonly fromSafePromise : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'fromSafePromise' ] >
1955
1939
readonly fromThrowable : UnwrapRef < typeof import ( './core/error-handling/src/index' ) [ 'fromThrowable' ] >
1956
- readonly frontendEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'frontendEnv' ] >
1957
- readonly frontendEnvValidation : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'frontendEnvValidation' ] >
1940
+ readonly frontendEnvSchema : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'frontendEnvSchema' ] >
1958
1941
readonly fs : UnwrapRef < typeof import ( './core/storage/src/index' ) [ 'fs' ] >
1959
1942
readonly functionsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'functionsPath' ] >
1960
1943
readonly generateAppKey : UnwrapRef < typeof import ( './core/security/src/key' ) [ 'generateAppKey' ] >
@@ -2239,7 +2222,6 @@ declare module '@vue/runtime-core' {
2239
2222
readonly runCommands : UnwrapRef < typeof import ( './core/cli/src/run' ) [ 'runCommands' ] >
2240
2223
readonly runNpmScript : UnwrapRef < typeof import ( './core/utils/src/helpers' ) [ 'runNpmScript' ] >
2241
2224
readonly runtimePath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'runtimePath' ] >
2242
- readonly safeEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'safeEnv' ] >
2243
2225
readonly sample : UnwrapRef < typeof import ( './core/arrays/src/index' ) [ 'sample' ] >
2244
2226
readonly schedulerPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'schedulerPath' ] >
2245
2227
readonly scriptsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'scriptsPath' ] >
@@ -2384,7 +2366,6 @@ declare module '@vue/runtime-core' {
2384
2366
readonly useElementSize : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useElementSize' ] >
2385
2367
readonly useElementVisibility : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useElementVisibility' ] >
2386
2368
readonly useEmail : UnwrapRef < typeof import ( './core/notifications/src/index' ) [ 'useEmail' ] >
2387
- readonly useEnv : UnwrapRef < typeof import ( './core/validation/src/validate' ) [ 'useEnv' ] >
2388
2369
readonly useEvent : UnwrapRef < typeof import ( './core/events/src/index' ) [ 'useEvent' ] >
2389
2370
readonly useEventBus : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useEventBus' ] >
2390
2371
readonly useEventListener : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'useEventListener' ] >
0 commit comments