@@ -83,7 +83,6 @@ declare module 'vue' {
83
83
readonly capitalize : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'capitalize' ] >
84
84
readonly cdn : UnwrapRef < typeof import ( '../config/cdn' ) [ 'default' ] >
85
85
readonly chai : UnwrapRef < typeof import ( 'vitest' ) [ 'chai' ] >
86
- readonly chat : UnwrapRef < typeof import ( './core/notifications/src/index' ) [ 'chat' ] >
87
86
readonly chatPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'chatPath' ] >
88
87
readonly clamp : UnwrapRef < typeof import ( './core/utils/src/math' ) [ 'clamp' ] >
89
88
readonly clampArrayRange : UnwrapRef < typeof import ( './core/arrays/src/index' ) [ 'clampArrayRange' ] >
@@ -201,7 +200,7 @@ declare module 'vue' {
201
200
readonly dynamodb : UnwrapRef < typeof import ( './core/cache/src/index' ) [ 'dynamodb' ] >
202
201
readonly eagerComputed : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'eagerComputed' ] >
203
202
readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
204
- readonly email : UnwrapRef < typeof import ( './core/notifications/src/index ' ) [ 'email ' ] >
203
+ readonly email : UnwrapRef < typeof import ( '../config/email ' ) [ 'default ' ] >
205
204
readonly emailPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'emailPath' ] >
206
205
readonly encrypt : UnwrapRef < typeof import ( './core/security/src/crypt' ) [ 'encrypt' ] >
207
206
readonly ensurePrefix : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'ensurePrefix' ] >
@@ -395,7 +394,7 @@ declare module 'vue' {
395
394
readonly normalizeString : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'normalizeString' ] >
396
395
readonly not : UnwrapRef < typeof import ( './core/utils/src/math' ) [ 'not' ] >
397
396
readonly notUndefined : UnwrapRef < typeof import ( './core/utils/src/guards' ) [ 'notUndefined' ] >
398
- readonly notification : UnwrapRef < typeof import ( './core/notifications/src/index ' ) [ 'notification ' ] >
397
+ readonly notification : UnwrapRef < typeof import ( '../config/notification ' ) [ 'default ' ] >
399
398
readonly notificationsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'notificationsPath' ] >
400
399
readonly objectEntries : UnwrapRef < typeof import ( './core/objects/src/index' ) [ 'objectEntries' ] >
401
400
readonly objectKeys : UnwrapRef < typeof import ( './core/objects/src/index' ) [ 'objectKeys' ] >
@@ -505,7 +504,6 @@ declare module 'vue' {
505
504
readonly sleep : UnwrapRef < typeof import ( './core/utils/src/promise' ) [ 'sleep' ] >
506
505
readonly slug : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'slug' ] >
507
506
readonly sms77 : UnwrapRef < typeof import ( './core/sms/src/index' ) [ 'sms77' ] >
508
- readonly sms : UnwrapRef < typeof import ( './core/notifications/src/index' ) [ 'sms' ] >
509
507
readonly smsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'smsPath' ] >
510
508
readonly snakeCase : UnwrapRef < typeof import ( './core/strings/src/case' ) [ 'snakeCase' ] >
511
509
readonly sns : UnwrapRef < typeof import ( './core/sms/src/index' ) [ 'sns' ] >
@@ -818,7 +816,6 @@ declare module 'vue' {
818
816
const capitalize : typeof import ( './core/strings/src/utils' ) [ 'capitalize' ]
819
817
const cdn : typeof import ( '../config/cdn' ) [ 'default' ]
820
818
const chai : typeof import ( 'vitest' ) [ 'chai' ]
821
- const chat : typeof import ( './core/notifications/src/index' ) [ 'chat' ]
822
819
const chatPath : typeof import ( './core/path/src/index' ) [ 'chatPath' ]
823
820
const clamp : typeof import ( './core/utils/src/math' ) [ 'clamp' ]
824
821
const clampArrayRange : typeof import ( './core/arrays/src/index' ) [ 'clampArrayRange' ]
@@ -936,7 +933,7 @@ declare module 'vue' {
936
933
const dynamodb : typeof import ( './core/cache/src/index' ) [ 'dynamodb' ]
937
934
const eagerComputed : typeof import ( './core/utils/src/vendors' ) [ 'eagerComputed' ]
938
935
const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
939
- const email : typeof import ( './core/notifications/src/index ' ) [ 'email ' ]
936
+ const email : typeof import ( '../config/email ' ) [ 'default ' ]
940
937
const emailPath : typeof import ( './core/path/src/index' ) [ 'emailPath' ]
941
938
const encrypt : typeof import ( './core/security/src/crypt' ) [ 'encrypt' ]
942
939
const ensurePrefix : typeof import ( './core/strings/src/utils' ) [ 'ensurePrefix' ]
@@ -1130,7 +1127,7 @@ declare module 'vue' {
1130
1127
const normalizeString : typeof import ( './core/path/src/index' ) [ 'normalizeString' ]
1131
1128
const not : typeof import ( './core/utils/src/math' ) [ 'not' ]
1132
1129
const notUndefined : typeof import ( './core/utils/src/guards' ) [ 'notUndefined' ]
1133
- const notification : typeof import ( './core/notifications/src/index ' ) [ 'notification ' ]
1130
+ const notification : typeof import ( '../config/notification ' ) [ 'default ' ]
1134
1131
const notificationsPath : typeof import ( './core/path/src/index' ) [ 'notificationsPath' ]
1135
1132
const objectEntries : typeof import ( './core/objects/src/index' ) [ 'objectEntries' ]
1136
1133
const objectKeys : typeof import ( './core/objects/src/index' ) [ 'objectKeys' ]
@@ -1239,7 +1236,6 @@ declare module 'vue' {
1239
1236
const slash : typeof import ( './core/strings/src/utils' ) [ 'slash' ]
1240
1237
const sleep : typeof import ( './core/utils/src/promise' ) [ 'sleep' ]
1241
1238
const slug : typeof import ( './core/strings/src/utils' ) [ 'slug' ]
1242
- const sms : typeof import ( './core/notifications/src/index' ) [ 'sms' ]
1243
1239
const sms77 : typeof import ( './core/sms/src/index' ) [ 'sms77' ]
1244
1240
const smsPath : typeof import ( './core/path/src/index' ) [ 'smsPath' ]
1245
1241
const snakeCase : typeof import ( './core/strings/src/case' ) [ 'snakeCase' ]
@@ -1562,7 +1558,6 @@ declare module 'vue' {
1562
1558
readonly capitalize : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'capitalize' ] >
1563
1559
readonly cdn : UnwrapRef < typeof import ( '../config/cdn' ) [ 'default' ] >
1564
1560
readonly chai : UnwrapRef < typeof import ( 'vitest' ) [ 'chai' ] >
1565
- readonly chat : UnwrapRef < typeof import ( './core/notifications/src/index' ) [ 'chat' ] >
1566
1561
readonly chatPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'chatPath' ] >
1567
1562
readonly clamp : UnwrapRef < typeof import ( './core/utils/src/math' ) [ 'clamp' ] >
1568
1563
readonly clampArrayRange : UnwrapRef < typeof import ( './core/arrays/src/index' ) [ 'clampArrayRange' ] >
@@ -1680,7 +1675,7 @@ declare module 'vue' {
1680
1675
readonly dynamodb : UnwrapRef < typeof import ( './core/cache/src/index' ) [ 'dynamodb' ] >
1681
1676
readonly eagerComputed : UnwrapRef < typeof import ( './core/utils/src/vendors' ) [ 'eagerComputed' ] >
1682
1677
readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
1683
- readonly email : UnwrapRef < typeof import ( './core/notifications/src/index ' ) [ 'email ' ] >
1678
+ readonly email : UnwrapRef < typeof import ( '../config/email ' ) [ 'default ' ] >
1684
1679
readonly emailPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'emailPath' ] >
1685
1680
readonly encrypt : UnwrapRef < typeof import ( './core/security/src/crypt' ) [ 'encrypt' ] >
1686
1681
readonly ensurePrefix : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'ensurePrefix' ] >
@@ -1874,7 +1869,7 @@ declare module 'vue' {
1874
1869
readonly normalizeString : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'normalizeString' ] >
1875
1870
readonly not : UnwrapRef < typeof import ( './core/utils/src/math' ) [ 'not' ] >
1876
1871
readonly notUndefined : UnwrapRef < typeof import ( './core/utils/src/guards' ) [ 'notUndefined' ] >
1877
- readonly notification : UnwrapRef < typeof import ( './core/notifications/src/index ' ) [ 'notification ' ] >
1872
+ readonly notification : UnwrapRef < typeof import ( '../config/notification ' ) [ 'default ' ] >
1878
1873
readonly notificationsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'notificationsPath' ] >
1879
1874
readonly objectEntries : UnwrapRef < typeof import ( './core/objects/src/index' ) [ 'objectEntries' ] >
1880
1875
readonly objectKeys : UnwrapRef < typeof import ( './core/objects/src/index' ) [ 'objectKeys' ] >
@@ -1984,7 +1979,6 @@ declare module 'vue' {
1984
1979
readonly sleep : UnwrapRef < typeof import ( './core/utils/src/promise' ) [ 'sleep' ] >
1985
1980
readonly slug : UnwrapRef < typeof import ( './core/strings/src/utils' ) [ 'slug' ] >
1986
1981
readonly sms77 : UnwrapRef < typeof import ( './core/sms/src/index' ) [ 'sms77' ] >
1987
- readonly sms : UnwrapRef < typeof import ( './core/notifications/src/index' ) [ 'sms' ] >
1988
1982
readonly smsPath : UnwrapRef < typeof import ( './core/path/src/index' ) [ 'smsPath' ] >
1989
1983
readonly snakeCase : UnwrapRef < typeof import ( './core/strings/src/case' ) [ 'snakeCase' ] >
1990
1984
readonly sns : UnwrapRef < typeof import ( './core/sms/src/index' ) [ 'sns' ] >
0 commit comments