ModelEventType

open_in_new

Event types that can be subscribed to. See doc comments for each value to see which version of webhooks these are valid for.

GraphQL Schema definition

  • enum ModelEventType {
  • # The activation state of the model changed (active, archived or pending)
  • #
  • # Valid for v2
  • #
  • # model.activation.state.changed
  • activation_state_changed
  • # An addon bundle for this model was completed
  • #
  • # Valid for v1
  • #
  • # model.bundle.completed
  • bundle_completed
  • # An addon bundle for this model was requested
  • #
  • # Valid for v1
  • #
  • # model.bundle.requested
  • bundle_requested
  • # The state of an addon bundle for this model changed (requested or delivered)
  • #
  • # Valid for v2
  • #
  • # model.bundle.updated
  • bundle_updated
  • # Valid for v1 or v2
  • #
  • # model.created
  • created
  • # Valid for v1 or v2
  • #
  • # model.deleted
  • deleted
  • # Valid for v2
  • #
  • # model.details.changed
  • details_changed
  • # Valid for v1
  • #
  • # model.inserted
  • inserted
  • # Photos for this model were added, updated or deleted
  • #
  • # Valid for v2
  • #
  • # model.photos.changed
  • photos_changed
  • # Valid for v1 or v2
  • #
  • # model.processed
  • processed
  • # Valid for v1
  • #
  • # model.replaced
  • replaced
  • # Valid for v2
  • #
  • # model.restored
  • restored
  • # Valid for v2
  • #
  • # model.transferred.in
  • transferred_in
  • # Valid for v2
  • #
  • # model.transferred.out
  • transferred_out
  • # Valid for v1
  • #
  • # model.updated
  • updated
  • # Valid for v1
  • #
  • # model.uploaded
  • uploaded
  • # Valid for v2
  • #
  • # model.visibility.changed
  • visibility_changed
  • }