n8n Semble Integration

  • Home
Getting Started
  • Configuration
  • Installation
Node Reference
  • Booking Nodes
  • Credentials
  • Overview
  • Patient Nodes
  • Product Nodes
  • Trigger Nodes
API Reference
  • Overview
  • Components
  • Core
Examples
  • Common Workflows
  • Integration Patterns
  • Troubleshooting
Development
  • Architecture
  • Contributing
  • Testing

SchemaUpdatedEvent

n8n-nodes-semble v2.1.0


n8n-nodes-semble / core/EventSystem / SchemaUpdatedEvent

Interface: SchemaUpdatedEvent¶

Defined in: core/EventSystem.ts:171

Base event interface

Extends¶

  • BaseEvent

Properties¶

timestamp¶

timestamp: number

Defined in: core/EventSystem.ts:17

Inherited from¶

BaseEvent.timestamp


source¶

source: string

Defined in: core/EventSystem.ts:18

Inherited from¶

BaseEvent.source


id¶

id: string

Defined in: core/EventSystem.ts:19

Inherited from¶

BaseEvent.id


type¶

type: "schema.updated"

Defined in: core/EventSystem.ts:172

Overrides¶

BaseEvent.type


schemaName¶

schemaName: string

Defined in: core/EventSystem.ts:173


oldVersion¶

oldVersion: string

Defined in: core/EventSystem.ts:174


newVersion¶

newVersion: string

Defined in: core/EventSystem.ts:175

Menu
Home
Getting Started
Configuration Installation
Node Reference
Booking Nodes Credentials Overview Patient Nodes Product Nodes Trigger Nodes
API Reference
Overview Components Core
Examples
Common Workflows Integration Patterns Troubleshooting
Development
Architecture Contributing Testing

On This Page

Extends Properties timestamp source id type schemaName oldVersion newVersion
shadcn theme provided by @asiffer