recoder-code
Version:
Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities
10 lines (9 loc) • 409 B
JavaScript
module.exports = {
// Triggers before the call to write a new document is made
beforeCreate: 'beforeCreate',
// Triggers before the call to replace a document is made
beforeOverwrite: 'beforeOverwrite',
// Triggers directly before the call to issue a query for snapshots
// Applies for both a single lookup by ID and bulk lookups by a list of IDs
beforeSnapshotLookup: 'beforeSnapshotLookup'
};