@@ -334,6 +334,8 @@ declare global {
334
334
const extendRef : typeof import ( '../core/utils/src/vendors' ) [ 'extendRef' ]
335
335
const extname : typeof import ( '../core/path/src/paths' ) [ 'extname' ]
336
336
const extractFieldsFromModel : typeof import ( '../core/orm/src/utils' ) [ 'extractFieldsFromModel' ]
337
+ const extractModelFromAction : typeof import ( '../core/router/src/utils' ) [ 'extractModelFromAction' ]
338
+ const extractModelRequest : typeof import ( '../core/router/src/utils' ) [ 'extractModelRequest' ]
337
339
const faker : typeof import ( '../core/faker/src/index' ) [ 'faker' ]
338
340
const fakerPath : typeof import ( '../core/path/src/paths' ) [ 'fakerPath' ]
339
341
const fathomWip : typeof import ( '../core/analytics/src/drivers/fathom' ) [ 'fathomWip' ]
@@ -391,9 +393,11 @@ declare global {
391
393
const getFolders : typeof import ( '../core/storage/src/folders' ) [ 'getFolders' ]
392
394
const getLastMigrationFields : typeof import ( '../core/database/src/migrations' ) [ 'getLastMigrationFields' ]
393
395
const getModelCustomizationJob : typeof import ( '../core/ai/src/utils/client-bedrock' ) [ 'getModelCustomizationJob' ]
396
+ const getModelName : typeof import ( '../core/orm/src/utils' ) [ 'getModelName' ]
394
397
const getNameservers : typeof import ( '../core/dns/src/drivers/aws' ) [ 'getNameservers' ]
395
398
const getRelations : typeof import ( '../core/database/src/seeder' ) [ 'getRelations' ]
396
399
const getSSRHandler : typeof import ( '../core/utils/src/vendors' ) [ 'getSSRHandler' ]
400
+ const getTableName : typeof import ( '../core/orm/src/utils' ) [ 'getTableName' ]
397
401
const getTypeName : typeof import ( '../core/types/src/helpers' ) [ 'getTypeName' ]
398
402
const gitPath : typeof import ( '../core/path/src/paths' ) [ 'gitPath' ]
399
403
const glob : typeof import ( '../core/storage/src/glob' ) [ 'glob' ]
@@ -1341,6 +1345,8 @@ declare module 'vue' {
1341
1345
readonly extendRef : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'extendRef' ] >
1342
1346
readonly extname : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'extname' ] >
1343
1347
readonly extractFieldsFromModel : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'extractFieldsFromModel' ] >
1348
+ readonly extractModelFromAction : UnwrapRef < typeof import ( '../core/router/src/utils' ) [ 'extractModelFromAction' ] >
1349
+ readonly extractModelRequest : UnwrapRef < typeof import ( '../core/router/src/utils' ) [ 'extractModelRequest' ] >
1344
1350
readonly faker : UnwrapRef < typeof import ( '../core/faker/src/index' ) [ 'faker' ] >
1345
1351
readonly fakerPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'fakerPath' ] >
1346
1352
readonly fathomWip : UnwrapRef < typeof import ( '../core/analytics/src/drivers/fathom' ) [ 'fathomWip' ] >
@@ -1391,9 +1397,11 @@ declare module 'vue' {
1391
1397
readonly getFolders : UnwrapRef < typeof import ( '../core/storage/src/folders' ) [ 'getFolders' ] >
1392
1398
readonly getLastMigrationFields : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'getLastMigrationFields' ] >
1393
1399
readonly getModelCustomizationJob : UnwrapRef < typeof import ( '../core/ai/src/utils/client-bedrock' ) [ 'getModelCustomizationJob' ] >
1400
+ readonly getModelName : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'getModelName' ] >
1394
1401
readonly getNameservers : UnwrapRef < typeof import ( '../core/dns/src/drivers/aws' ) [ 'getNameservers' ] >
1395
1402
readonly getRelations : UnwrapRef < typeof import ( '../core/database/src/seeder' ) [ 'getRelations' ] >
1396
1403
readonly getSSRHandler : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'getSSRHandler' ] >
1404
+ readonly getTableName : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'getTableName' ] >
1397
1405
readonly getTypeName : UnwrapRef < typeof import ( '../core/types/src/helpers' ) [ 'getTypeName' ] >
1398
1406
readonly gitPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'gitPath' ] >
1399
1407
readonly glob : UnwrapRef < typeof import ( '../core/storage/src/glob' ) [ 'glob' ] >
@@ -2293,6 +2301,8 @@ declare module '@vue/runtime-core' {
2293
2301
readonly extendRef : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'extendRef' ] >
2294
2302
readonly extname : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'extname' ] >
2295
2303
readonly extractFieldsFromModel : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'extractFieldsFromModel' ] >
2304
+ readonly extractModelFromAction : UnwrapRef < typeof import ( '../core/router/src/utils' ) [ 'extractModelFromAction' ] >
2305
+ readonly extractModelRequest : UnwrapRef < typeof import ( '../core/router/src/utils' ) [ 'extractModelRequest' ] >
2296
2306
readonly faker : UnwrapRef < typeof import ( '../core/faker/src/index' ) [ 'faker' ] >
2297
2307
readonly fakerPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'fakerPath' ] >
2298
2308
readonly fathomWip : UnwrapRef < typeof import ( '../core/analytics/src/drivers/fathom' ) [ 'fathomWip' ] >
@@ -2343,9 +2353,11 @@ declare module '@vue/runtime-core' {
2343
2353
readonly getFolders : UnwrapRef < typeof import ( '../core/storage/src/folders' ) [ 'getFolders' ] >
2344
2354
readonly getLastMigrationFields : UnwrapRef < typeof import ( '../core/database/src/migrations' ) [ 'getLastMigrationFields' ] >
2345
2355
readonly getModelCustomizationJob : UnwrapRef < typeof import ( '../core/ai/src/utils/client-bedrock' ) [ 'getModelCustomizationJob' ] >
2356
+ readonly getModelName : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'getModelName' ] >
2346
2357
readonly getNameservers : UnwrapRef < typeof import ( '../core/dns/src/drivers/aws' ) [ 'getNameservers' ] >
2347
2358
readonly getRelations : UnwrapRef < typeof import ( '../core/database/src/seeder' ) [ 'getRelations' ] >
2348
2359
readonly getSSRHandler : UnwrapRef < typeof import ( '../core/utils/src/vendors' ) [ 'getSSRHandler' ] >
2360
+ readonly getTableName : UnwrapRef < typeof import ( '../core/orm/src/utils' ) [ 'getTableName' ] >
2349
2361
readonly getTypeName : UnwrapRef < typeof import ( '../core/types/src/helpers' ) [ 'getTypeName' ] >
2350
2362
readonly gitPath : UnwrapRef < typeof import ( '../core/path/src/paths' ) [ 'gitPath' ] >
2351
2363
readonly glob : UnwrapRef < typeof import ( '../core/storage/src/glob' ) [ 'glob' ] >
0 commit comments