@@ -50,6 +50,7 @@ import type * as _system_frontend_listDeploymentEventsFromTime from "../_system/
5050import type * as _system_frontend_listEnvironmentVariables from "../_system/frontend/listEnvironmentVariables.js" ;
5151import type * as _system_frontend_listTableScan from "../_system/frontend/listTableScan.js" ;
5252import type * as _system_frontend_modules from "../_system/frontend/modules.js" ;
53+ import type * as _system_frontend_node from "../_system/frontend/node.js" ;
5354import type * as _system_frontend_paginatedDeploymentEvents from "../_system/frontend/paginatedDeploymentEvents.js" ;
5455import type * as _system_frontend_paginatedScheduledJobs from "../_system/frontend/paginatedScheduledJobs.js" ;
5556import type * as _system_frontend_paginatedTableDocuments from "../_system/frontend/paginatedTableDocuments.js" ;
@@ -62,6 +63,7 @@ import type * as _system_paginationLimits from "../_system/paginationLimits.js";
6263import type * as _system_repl_wrappers from "../_system/repl/wrappers.js" ;
6364import type * as _system_secretSystemTables from "../_system/secretSystemTables.js" ;
6465import type * as _system_server from "../_system/server.js" ;
66+ import type * as tableDefs_awsLambdaVersions from "../tableDefs/awsLambdaVersions.js" ;
6567import type * as tableDefs_deploymentAuditLogTable from "../tableDefs/deploymentAuditLogTable.js" ;
6668import type * as tableDefs_snapshotImport from "../tableDefs/snapshotImport.js" ;
6769
@@ -111,6 +113,7 @@ declare const fullApi: ApiFromModules<{
111113 "_system/frontend/listEnvironmentVariables" : typeof _system_frontend_listEnvironmentVariables ;
112114 "_system/frontend/listTableScan" : typeof _system_frontend_listTableScan ;
113115 "_system/frontend/modules" : typeof _system_frontend_modules ;
116+ "_system/frontend/node" : typeof _system_frontend_node ;
114117 "_system/frontend/paginatedDeploymentEvents" : typeof _system_frontend_paginatedDeploymentEvents ;
115118 "_system/frontend/paginatedScheduledJobs" : typeof _system_frontend_paginatedScheduledJobs ;
116119 "_system/frontend/paginatedTableDocuments" : typeof _system_frontend_paginatedTableDocuments ;
@@ -123,6 +126,7 @@ declare const fullApi: ApiFromModules<{
123126 "_system/repl/wrappers" : typeof _system_repl_wrappers ;
124127 "_system/secretSystemTables" : typeof _system_secretSystemTables ;
125128 "_system/server" : typeof _system_server ;
129+ "tableDefs/awsLambdaVersions" : typeof tableDefs_awsLambdaVersions ;
126130 "tableDefs/deploymentAuditLogTable" : typeof tableDefs_deploymentAuditLogTable ;
127131 "tableDefs/snapshotImport" : typeof tableDefs_snapshotImport ;
128132} > ;
0 commit comments