Module: Cerca::Models::WebhookSubscriptionEventType

Extended by:
Internal::Type::Enum
Defined in:
lib/cerca/models/webhook_subscription_event_type.rb

Overview

‘webhook.test` is reserved for the test endpoint and cannot be subscribed to.

Constant Summary collapse

AGENT_CREATED =
:"agent.created"
AGENT_UPDATED =
:"agent.updated"
AGENT_DELETED =
:"agent.deleted"
THREAD_CREATED =
:"thread.created"
THREAD_STATUS_CHANGED =
:"thread.status.changed"
THREAD_COMPLETED =
:"thread.completed"
THREAD_FAILED =
:"thread.failed"
TURN_CREATED =
:"turn.created"
TURN_COMPLETED =
:"turn.completed"
TURN_FAILED =
:"turn.failed"
MESSAGE_CREATED =
:"message.created"
APPROVAL_REQUESTED =
:"approval.requested"
APPROVAL_RESOLVED =
:"approval.resolved"
APPROVAL_GRANTED =
:"approval.granted"
SCHEDULE_CREATED =
:"schedule.created"
SCHEDULE_DELETED =
:"schedule.deleted"
SCHEDULE_TRIGGERED =
:"schedule.triggered"
CONNECTION_ATTACHED =
:"connection.attached"
CONNECTION_DETACHED =
:"connection.detached"

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/cerca/models/webhook_subscription_event_type.rb', line 29