IntegrationUpdateEntry

class IntegrationUpdateEntry()

Audit log entry for an integration update action.

exported from lib.weeble.d

Extends:

Properties

IntegrationUpdateEntry.actionType

type: readonly 81

The type of action this entry represents.

IntegrationUpdateEntry.changes

type: readonly { enableEmoticons?: IActionChange<boolean>; expireBehavior?: IActionChange<number>; expireGracePeriod?: IActionChange<number>; name?: IActionChange<string>; type?: IActionChange<”twitch” | “youtube”>; }

Raw changes object (use subclass for typed access).