feat(operations): add audited runtime catalog
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import catalog from './operation-catalog-58e2204.json' with { type: 'json' };
|
||||
import type { OperationCatalogRegistry, OperationCatalogRow } from './operation-catalog-service.js';
|
||||
|
||||
/** Generated safe six-field projection of the audited 58e2204 registry. */
|
||||
export const operationCatalogRegistry: OperationCatalogRegistry = Object.freeze({
|
||||
listOperations: (): readonly OperationCatalogRow[] => catalog as readonly OperationCatalogRow[],
|
||||
});
|
||||
Reference in New Issue
Block a user