intercom-client
Version:
Official Node bindings to the Intercom API
108 lines (107 loc) • 6.23 kB
JavaScript
;
// This file was auto-generated by Fern from our API Definition.
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActivityLog = void 0;
var ActivityLog;
(function (ActivityLog) {
ActivityLog.ActivityType = {
AdminConversationAssignmentLimitChange: "admin_conversation_assignment_limit_change",
AdminTicketAssignmentLimitChange: "admin_ticket_assignment_limit_change",
AdminAwayModeChange: "admin_away_mode_change",
AdminDeletion: "admin_deletion",
AdminDeprovisioned: "admin_deprovisioned",
AdminImpersonationEnd: "admin_impersonation_end",
AdminImpersonationStart: "admin_impersonation_start",
AdminImpersonationConsentApproved: "admin_impersonation_consent_approved",
AdminImpersonationConsentRevoked: "admin_impersonation_consent_revoked",
AdminInviteChange: "admin_invite_change",
AdminInviteCreation: "admin_invite_creation",
AdminInviteDeletion: "admin_invite_deletion",
AdminLoginFailure: "admin_login_failure",
AdminLoginSuccess: "admin_login_success",
AdminLogout: "admin_logout",
AdminPasswordResetRequest: "admin_password_reset_request",
AdminPasswordResetSuccess: "admin_password_reset_success",
AdminPermissionChange: "admin_permission_change",
AdminProvisioned: "admin_provisioned",
AdminTwoFactorAuthChange: "admin_two_factor_auth_change",
AdminUnauthorizedSignInMethod: "admin_unauthorized_sign_in_method",
AppAdminJoin: "app_admin_join",
AppAuthenticationMethodChange: "app_authentication_method_change",
AppDataDeletion: "app_data_deletion",
AppDataExport: "app_data_export",
AppGoogleSsoDomainChange: "app_google_sso_domain_change",
AppIdentityVerificationChange: "app_identity_verification_change",
AppNameChange: "app_name_change",
AppOutboundAddressChange: "app_outbound_address_change",
AppPackageInstallation: "app_package_installation",
AppPackageTokenRegeneration: "app_package_token_regeneration",
AppPackageUninstallation: "app_package_uninstallation",
AppTeamCreation: "app_team_creation",
AppTeamDeletion: "app_team_deletion",
AppTeamMembershipModification: "app_team_membership_modification",
AppTimezoneChange: "app_timezone_change",
AppWebhookCreation: "app_webhook_creation",
AppWebhookDeletion: "app_webhook_deletion",
ArticlesInMessengerEnabledChange: "articles_in_messenger_enabled_change",
AutomaticAwayModeSettingChange: "automatic_away_mode_setting_change",
BulkDelete: "bulk_delete",
BulkExport: "bulk_export",
CampaignDeletion: "campaign_deletion",
CampaignStateChange: "campaign_state_change",
ConversationPartDeletion: "conversation_part_deletion",
ConversationTopicChange: "conversation_topic_change",
ConversationTopicCreation: "conversation_topic_creation",
ConversationTopicDeletion: "conversation_topic_deletion",
CustomAuthenticationTokenCreation: "custom_authentication_token_creation",
HelpCenterSettingsChange: "help_center_settings_change",
InboundConversationsChange: "inbound_conversations_change",
InboxAccessChange: "inbox_access_change",
MacroCreation: "macro_creation",
MacroDeletion: "macro_deletion",
MacroUpdate: "macro_update",
MaliciousDomainsSettingChange: "malicious_domains_setting_change",
MessageDeletion: "message_deletion",
MessageStateChange: "message_state_change",
MessengerApiSecretCreation: "messenger_api_secret_creation",
MessengerApiSecretDeletion: "messenger_api_secret_deletion",
MessengerLookAndFeelChange: "messenger_look_and_feel_change",
MessengerSearchRequiredChange: "messenger_search_required_change",
MessengerSpacesChange: "messenger_spaces_change",
OauthTokenRevocation: "oauth_token_revocation",
OfficeHoursChange: "office_hours_change",
RoleChange: "role_change",
RoleCreation: "role_creation",
RoleDeletion: "role_deletion",
RulesetActivationTitlePreview: "ruleset_activation_title_preview",
RulesetCreation: "ruleset_creation",
RulesetDeletion: "ruleset_deletion",
SearchBrowseEnabledChange: "search_browse_enabled_change",
SearchBrowseRequiredChange: "search_browse_required_change",
SeatChange: "seat_change",
SeatRevoke: "seat_revoke",
SecuritySettingsChange: "security_settings_change",
SeriesCreation: "series_creation",
SeriesDeletion: "series_deletion",
SeriesSettingsUpdate: "series_settings_update",
SeriesStatusChange: "series_status_change",
SeriesUpdate: "series_update",
StripInboundEmailLinksChange: "strip_inbound_email_links_change",
TemporaryExpectationChange: "temporary_expectation_change",
TeamAssignmentLimitChange: "team_assignment_limit_change",
TrustedDomainsSettingChange: "trusted_domains_setting_change",
UnassignUnsnoozedAtCapacitySettingChange: "unassign_unsnoozed_at_capacity_setting_change",
UpfrontEmailCollectionChange: "upfront_email_collection_change",
AllowedAttachmentFiletypesSettingChange: "allowed_attachment_filetypes_setting_change",
AttachUploadsInlineSettingChange: "attach_uploads_inline_setting_change",
TeammateGifsSettingChange: "teammate_gifs_setting_change",
UserCameraAttachmentsSettingChange: "user_camera_attachments_setting_change",
UserConversationAttachmentsSettingChange: "user_conversation_attachments_setting_change",
UserFileAttachmentsSettingChange: "user_file_attachments_setting_change",
UserGifsSettingChange: "user_gifs_setting_change",
UserMediaAttachmentsSettingChange: "user_media_attachments_setting_change",
UserVoiceNotesSettingChange: "user_voice_notes_setting_change",
WelcomeMessageChange: "welcome_message_change",
WorkspaceDeletionRequest: "workspace_deletion_request",
};
})(ActivityLog || (exports.ActivityLog = ActivityLog = {}));