import { ReactNode } from 'react'; export type BurdenoffEventName = 'auth.signed_in' | 'auth.signed_up' | 'auth.signed_out' | 'auth.token_refreshed' | 'auth.token_refresh_failed' | 'billing.billing_account.viewed' | 'billing.billing_account.created' | 'billing.billing_account.updated' | 'billing.billing_account.archived' | 'billing.subscription.viewed' | 'billing.subscription.cancelled' | 'billing.plan.viewed' | 'billing.addon.viewed' | 'billing.checkout.viewed' | 'billing.checkout.initiated' | 'billing.checkout.failed' | 'billing.payment.succeeded' | 'billing.payment.failed' | 'billing.invoice.viewed' | 'billing.payment_method.viewed' | 'billing.payment_method.added' | 'billing.payment_method.default_set' | 'billing.payment_method.deleted' | 'billing.credit.viewed' | 'billing.credits.spent' | 'billing.credits.granted' | 'billing.credits.withdrawal_requested' | 'billing.quota.viewed' | 'billing.usage.viewed' | 'billing.transaction.viewed' | 'billing.affiliate.viewed' | 'billing.affiliate_code.created' | 'billing.affiliate_code.updated' | 'billing.affiliate_code.deactivated' | 'billing.affiliate_code.note_added' | 'billing.earning.viewed' | 'billing.payout.viewed' | 'billing.payout_account.added' | 'billing.payout_account.updated' | 'billing.payout_account.archived' | 'billing.payout.requested' | 'billing.payout.approved' | 'billing.payout.rejected' | 'billing.payout.processed' | 'vc.sandbox.created' | 'vc.sandbox.started' | 'vc.sandbox.extended' | 'vc.sandbox.expired' | 'vc.sandbox.deleted' | 'vc.sandbox.template_created' | 'vc.sandbox.template_deleted' | 'vc.sandbox.export_requested' | 'vc.analytics.dashboard.viewed' | 'vc.analytics.tab.changed' | 'vc.analytics.filter.changed' | 'tenant.tenant.created' | 'tenant.tenant.updated' | 'tenant.tenant.deleted' | 'tenant.tenant.suspended' | 'tenant.tenant.activated' | 'tenant.product.created' | 'tenant.product.updated' | 'tenant.product.deleted' | 'tenant.shortcut.created' | 'tenant.shortcut.updated' | 'tenant.shortcut.deleted' | 'tenant.shortcut.toggled' | 'tenant.contentpage.created' | 'tenant.contentpage.updated' | 'tenant.contentpage.deleted' | 'tenant.featureflag.created' | 'tenant.featureflag.updated' | 'tenant.featureflag.deleted' | 'conversations.conversation.created' | 'conversations.conversation.opened' | 'conversations.conversation.updated' | 'conversations.conversation.deleted' | 'conversations.conversation.archived' | 'conversations.conversation.restored' | 'conversations.message.sent' | 'conversations.message.updated' | 'conversations.message.deleted' | 'conversations.message.reacted' | 'conversations.member.added' | 'conversations.member.removed' | 'conversations.notification_level.updated' | 'tours.page.viewed' | 'tours.tour.started' | 'tours.tour.completed' | 'tours.tour.skipped' | 'tours.api.failed' | 'store.product.viewed' | 'store.product.installed' | 'store.product.uninstalled' | 'store.product.purchased' | 'store.cart.item_added' | 'store.cart.item_removed' | 'store.cart.checkout_started' | 'store.order.placed' | 'store.order.viewed' | 'store.license.viewed' | 'store.publisher.registered' | 'store.publisher.product_submitted' | 'store.review.submitted' | 'store.marketplace.searched' | 'store.marketplace.category_viewed' | 'support.ticket.created' | 'support.ticket.updated' | 'support.ticket.closed' | 'support.ticket.reopened' | 'support.ticket.message_sent' | 'notification.item.opened' | 'notification.preference.updated' | 'notification.admin.sent' | 'notification.template.saved' | 'notification.schedule.updated' | 'support.kb.article_viewed' | 'support.kb.article_rated' | 'support.chat.message_sent' | 'error.runtime.caught' | 'error.unhandledrejection' | 'perf.lcp.measured' | 'perf.cls.measured' | 'perf.inp.measured' | 'perf.ttfb.measured' | 'nav.route.changed' | 'files.file.created' | 'files.file.updated' | 'files.file.deleted' | 'files.file.moved' | 'files.file.copied' | 'files.file.downloaded' | 'files.file.shared' | 'files.folder.created' | 'files.folder.updated' | 'files.folder.deleted' | 'files.folder.moved' | 'files.share.created' | 'files.share.revoked' | 'files.upload.started' | 'files.upload.progress' | 'files.upload.completed' | 'files.upload.failed' | 'analytics.admin.overview.viewed' | 'analytics.admin.overview.refreshed' | 'bigconsole.dashboard.import_clicked' | 'bigconsole.dashboard.imported' | 'bigconsole.dashboard.share_clicked' | 'bigconsole.dashboard.shared' | 'bigconsole.data_sink.import_clicked' | 'bigconsole.data_sink.imported' | 'bigconsole.widget.create_clicked' | 'bigconsole.widget.created' | 'bigconsole.widget.duplicate_clicked' | 'bigconsole.widget.duplicated' | 'bigconsole.ai.generate_clicked' | 'bigconsole.ai.dashboard_generated' | 'bigconsole.ai.create_dashboard_clicked' | 'bigconsole.ai.dashboard_created' | 'vibecontrols.agent.register_clicked' | 'vibecontrols.agent.registered' | 'vibecontrols.agent.gateway_auth_setup' | 'vibecontrols.agent.started' | 'vibecontrols.agent.stopped' | 'vibecontrols.agent.deleted' | 'vibecontrols.agent.plugin_installed' | 'vibecontrols.agent.plugin_removed' | 'vibecontrols.agent.api_key_rotated' | 'vibecontrols.target.create_clicked' | 'vibecontrols.target.created' | 'vibecontrols.target.deleted' | 'vibecontrols.vibe.create_clicked' | 'vibecontrols.vibe.created' | 'vibecontrols.vibe.archived' | 'vibecontrols.vibe.deleted' | 'vibecontrols.session.create_clicked' | 'vibecontrols.session.created' | 'vibecontrols.session.started' | 'vibecontrols.session.terminal_opened_in_browser' | 'vibecontrols.session.stopped' | 'vibecontrols.session.terminated' | 'vibecontrols.session.restarted' | 'vibecontrols.session.share_clicked' | 'vibecontrols.session.shared_with_user' | 'vibecontrols.session.share_link_created' | 'vibecontrols.session.share_link_accessed' | 'vibecontrols.session.joined_shared' | 'vibecontrols.tunnel.create_clicked' | 'vibecontrols.tunnel.created' | 'vibecontrols.tunnel.started' | 'vibecontrols.tunnel.stopped' | 'vibecontrols.tunnel.deleted' | 'vibecontrols.tunnel.custom_domain_added' | 'vibecontrols.tunnel.credentials_rotated' | 'vibecontrols.vibedeck.create_clicked' | 'vibecontrols.vibedeck.created' | 'vibecontrols.vibedeck.button_added' | 'vibecontrols.vibedeck.button_executed_clicked' | 'vibecontrols.vibedeck.button_executed' | 'vibecontrols.vibedeck.shared' | 'vibecontrols.action.created' | 'vibecontrols.action.executed' | 'vibecontrols.ai.session_started_clicked' | 'vibecontrols.ai.session_started' | 'vibecontrols.ai.prompt_dispatched' | 'vibecontrols.ai.provider_configured' | 'vibecontrols.llm_context.generate_clicked' | 'vibecontrols.llm_context.url_generated' | 'vibecontrols.llm_context.token_revoked' | 'vibecontrols.quota.agent_limit_hit' | 'vibecontrols.quota.session_limit_hit' | 'vibecontrols.quota.tunnel_limit_hit' | 'vibecontrols.quota.ai_sessions_limit_hit' | 'vibecontrols.billing.upgrade_clicked' | 'ggnomad.page.viewed' | 'ggnomad.dashboard.viewed' | 'ggnomad.search.performed' | 'ggnomad.property.viewed' | 'ggnomad.property.created' | 'ggnomad.property.updated' | 'ggnomad.tour.viewed' | 'ggnomad.tour.created' | 'ggnomad.tour.updated' | 'ggnomad.activity.viewed' | 'ggnomad.activity.created' | 'ggnomad.activity.updated' | 'ggnomad.event.viewed' | 'ggnomad.event.created' | 'ggnomad.event.updated' | 'ggnomad.trip_plan.viewed' | 'ggnomad.trip_plan.created' | 'ggnomad.booking.created' | 'ggnomad.booking.updated' | 'ggnomad.favorite.added' | 'ggnomad.provider.viewed' | 'ggnomad.provider.created' | 'adaptercloud.page.viewed' | 'adaptercloud.adapter.created' | 'adaptercloud.connection.created' | 'adaptercloud.resource.viewed' | 'adaptercloud.policy.created' | 'adaptercloud.violation.resolved' | 'adaptercloud.drift.detected' | 'adaptercloud.sync_run.created' | 'adaptercloud.cost_record.created' | 'assethandler.page.viewed' | 'assethandler.asset.viewed' | 'assethandler.asset.created' | 'assethandler.asset.updated' | 'assethandler.work_order.viewed' | 'assethandler.work_order.created' | 'assethandler.incident.viewed' | 'assethandler.incident.created' | 'assethandler.change.viewed' | 'assethandler.change.created' | 'assethandler.problem.viewed' | 'assethandler.problem.created' | 'assethandler.maintenance.viewed' | 'assethandler.maintenance.created' | 'assethandler.report.viewed' | 'assethandler.analytics.viewed' | 'atheletebridge.page.viewed' | 'atheletebridge.team.created' | 'atheletebridge.team.updated' | 'atheletebridge.team.deleted' | 'atheletebridge.fixture.created' | 'atheletebridge.fixture.updated' | 'atheletebridge.program.created' | 'atheletebridge.program.updated' | 'atheletebridge.session.created' | 'atheletebridge.session.completed' | 'atheletebridge.metric.logged' | 'atheletebridge.tournament.created' | 'comradecircle.page.viewed' | 'comradecircle.circle.create_clicked' | 'comradecircle.circle.created' | 'comradecircle.circle.updated' | 'comradecircle.circle.deleted' | 'comradecircle.circle.joined' | 'comradecircle.circle.left' | 'comradecircle.post.create_clicked' | 'comradecircle.post.created' | 'comradecircle.post.liked' | 'comradecircle.post.commented' | 'comradecircle.event.create_clicked' | 'comradecircle.event.created' | 'comradecircle.event.rsvp_clicked' | 'comradecircle.event.rsvped' | 'comradecircle.member.invited' | 'comradecircle.member.followed' | 'comradecircle.search.performed' | 'coolandlovely.page.viewed' | 'coolandlovely.brand.create_clicked' | 'coolandlovely.brand.created' | 'coolandlovely.brand.updated' | 'coolandlovely.brand.viewed' | 'coolandlovely.collection.create_clicked' | 'coolandlovely.collection.created' | 'coolandlovely.collection.updated' | 'coolandlovely.collection.viewed' | 'coolandlovely.style_item.create_clicked' | 'coolandlovely.style_item.created' | 'coolandlovely.style_item.updated' | 'coolandlovely.style_item.viewed' | 'coolandlovely.look.create_clicked' | 'coolandlovely.look.created' | 'coolandlovely.look.updated' | 'coolandlovely.look.viewed' | 'coolandlovely.collaboration.create_clicked' | 'coolandlovely.collaboration.created' | 'coolandlovely.collaboration.updated' | 'coolandlovely.collaboration.viewed' | 'coolandlovely.lookbook.create_clicked' | 'coolandlovely.lookbook.created' | 'coolandlovely.lookbook.updated' | 'coolandlovely.lookbook.viewed' | 'coolandlovely.wardrobe.item_added' | 'coolandlovely.search.performed' | 'collabkin.tree.created' | 'collabkin.person.created' | 'collabkin.memory.created' | 'collabkin.story.created' | 'collabkin.member.invited' | 'theglobalfuel.dashboard.viewed' | 'theglobalfuel.asset.create_clicked' | 'theglobalfuel.asset.created' | 'theglobalfuel.asset.updated' | 'theglobalfuel.asset.deleted' | 'theglobalfuel.production.record_clicked' | 'theglobalfuel.production.recorded' | 'theglobalfuel.reserve.create_clicked' | 'theglobalfuel.reserve.created' | 'theglobalfuel.contract.create_clicked' | 'theglobalfuel.contract.created' | 'theglobalfuel.contract.updated' | 'theglobalfuel.shipment.schedule_clicked' | 'theglobalfuel.shipment.scheduled' | 'theglobalfuel.shipment.delivered' | 'theglobalfuel.inventory_lot.create_clicked' | 'theglobalfuel.inventory_lot.created' | 'theglobalfuel.inventory_lot.status_set' | 'theglobalfuel.emission.record_clicked' | 'theglobalfuel.emission.recorded' | 'theglobalfuel.emission.verified' | 'theglobalfuel.compliance_cert.create_clicked' | 'theglobalfuel.compliance_cert.created' | 'theglobalfuel.compliance_cert.transitioned' | 'housingvista.dashboard.viewed' | 'housingvista.property.create_clicked' | 'housingvista.property.created' | 'housingvista.property.updated' | 'housingvista.property.deleted' | 'housingvista.property.viewed' | 'housingvista.shortlist.property_added' | 'housingvista.transaction.create_clicked' | 'housingvista.transaction.created' | 'housingvista.transaction.updated' | 'housingvista.transaction.viewed' | 'housingvista.investment.create_clicked' | 'housingvista.investment.created' | 'housingvista.investment.viewed' | 'housingvista.offer.create_clicked' | 'housingvista.offer.created' | 'housingvista.offer.viewed' | 'housingvista.viewing.schedule_clicked' | 'housingvista.viewing.scheduled' | 'housingvista.chat.conversation_opened' | 'housingvista.chat.message_sent' | 'housingvista.analytics.viewed' | 'housingvista.rental.viewed' | 'housingvista.asset.create_clicked' | 'housingvista.asset.created' | 'housingvista.asset.updated' | 'housingvista.asset.viewed' | 'housingvista.amc.purchased' | 'housingvista.amc.viewed' | 'housingvista.marketplace.viewed' | 'housingvista.marketplace.service_contact_clicked' | 'housingvista.verification.submit_clicked' | 'housingvista.verification.submitted' | 'housingvista.verification.viewed' | 'housingvista.legal.viewed' | 'housingvista.legal.service_contact_clicked' | 'housingvista.home_loan.apply_clicked' | 'housingvista.home_loan.viewed' | 'housingvista.market_analytics.viewed' | 'housingvista.market_analytics.area_viewed' | 'housingvista.search.performed' | 'housingvista.export.requested' | 'manufacturedops.production_order.create_clicked' | 'manufacturedops.production_order.created' | 'manufacturedops.production_order.update_clicked' | 'manufacturedops.production_order.updated' | 'manufacturedops.production_order.transition_clicked' | 'manufacturedops.production_order.transitioned' | 'manufacturedops.operation.add_clicked' | 'manufacturedops.operation.added' | 'manufacturedops.operation.record_clicked' | 'manufacturedops.operation.recorded' | 'manufacturedops.work_center.create_clicked' | 'manufacturedops.work_center.created' | 'manufacturedops.work_center.update_clicked' | 'manufacturedops.work_center.updated' | 'manufacturedops.work_center.archive_clicked' | 'manufacturedops.work_center.archived' | 'manufacturedops.material_lot.create_clicked' | 'manufacturedops.material_lot.created' | 'manufacturedops.material_lot.update_clicked' | 'manufacturedops.material_lot.updated' | 'manufacturedops.material_lot.status_update_clicked' | 'manufacturedops.material_lot.status_updated' | 'manufacturedops.inspection_plan.create_clicked' | 'manufacturedops.inspection_plan.created' | 'manufacturedops.quality_inspection.record_clicked' | 'manufacturedops.quality_inspection.recorded' | 'manufacturedops.non_conformance.raise_clicked' | 'manufacturedops.non_conformance.raised' | 'manufacturedops.non_conformance.update_clicked' | 'manufacturedops.non_conformance.updated' | 'manufacturedops.non_conformance.transition_clicked' | 'manufacturedops.non_conformance.transitioned' | 'manufacturedops.asset.create_clicked' | 'manufacturedops.asset.created' | 'manufacturedops.maintenance_work_order.create_clicked' | 'manufacturedops.maintenance_work_order.created' | 'manufacturedops.maintenance_work_order.transition_clicked' | 'manufacturedops.maintenance_work_order.transitioned' | 'manufacturedops.downtime_event.record_clicked' | 'manufacturedops.downtime_event.recorded' | 'manufacturedops.page.viewed' | 'psw.client.create_clicked' | 'psw.client.created' | 'psw.client.updated' | 'psw.client.archived' | 'psw.engagement.create_clicked' | 'psw.engagement.created' | 'psw.engagement.transitioned' | 'psw.matter.create_clicked' | 'psw.matter.created' | 'psw.matter.closed' | 'psw.timeentry.create_clicked' | 'psw.timeentry.created' | 'psw.invoice.create_clicked' | 'psw.invoice.created' | 'psw.compliance.create_clicked' | 'psw.compliance.resolved' | 'psw.conflictcheck.run_clicked' | 'psw.conflictcheck.recorded' | 'psw.document.create_clicked' | 'psw.document.created' | 'psw.practicearea.create_clicked' | 'psw.practicearea.created' | 'psw.search.performed' | 'psw.export.requested' | 'mybodyshield.page.viewed' | 'mybodyshield.program.created' | 'mybodyshield.program.updated' | 'mybodyshield.program.status_changed' | 'mybodyshield.program.archived' | 'mybodyshield.workout.created' | 'mybodyshield.exercise.created' | 'mybodyshield.session.started' | 'technospam.page.viewed' | 'technospam.course.viewed' | 'technospam.course.enroll_clicked' | 'technospam.course.enrolled' | 'technospam.course.progress_updated' | 'technospam.course.certificate_claimed' | 'technospam.problem.viewed' | 'technospam.problem.submit_clicked' | 'technospam.problem.submitted' | 'technospam.mentor.viewed' | 'technospam.mentor.book_clicked' | 'technospam.mentor.booked' | 'technospam.mentor.become_mentor_clicked' | 'technospam.mentor.became_mentor' | 'technospam.session.cancel_clicked' | 'technospam.session.cancelled' | 'technospam.session.complete_clicked' | 'technospam.session.completed' | 'technospam.hackathon.viewed' | 'technospam.hackathon.register_team_clicked' | 'technospam.hackathon.team_registered' | 'technospam.hackathon.submit_project_clicked' | 'technospam.hackathon.project_submitted' | 'technospam.search.performed' | 'intelwatchtower.page.viewed' | 'intelwatchtower.source.created' | 'intelwatchtower.source.updated' | 'intelwatchtower.mission.created' | 'intelwatchtower.mission.assigned' | 'intelwatchtower.mission.completed' | 'intelwatchtower.entity.created' | 'intelwatchtower.entity.linked' | 'intelwatchtower.indicator.created' | 'intelwatchtower.indicator.confidence.updated' | 'intelwatchtower.observation.created' | 'intelwatchtower.requirement.created' | 'intelwatchtower.alert.created' | 'intelwatchtower.alert.triaged' | 'intelwatchtower.alert.escalated' | 'intelwatchtower.case.created' | 'intelwatchtower.case.closed' | 'intelwatchtower.report.created' | 'intelwatchtower.report.exported' | 'intelwatchtower.task.created' | 'intelwatchtower.task.completed' | 'intelwatchtower.cop.opened' | 'govcitizenhub.page.viewed' | 'govcitizenhub.dashboard.viewed' | 'govcitizenhub.service.created' | 'govcitizenhub.service.published' | 'govcitizenhub.application.created' | 'govcitizenhub.application.submitted' | 'govcitizenhub.application.decided' | 'govcitizenhub.permit.issued' | 'govcitizenhub.permit.revoked' | 'govcitizenhub.payment.recorded' | 'govcitizenhub.payment.settled' | 'govcitizenhub.grievance.reported' | 'govcitizenhub.grievance.resolved' | 'govcitizenhub.document.uploaded' | 'govcitizenhub.search.performed' | 'cosmicintersection.page.viewed' | 'cosmicintersection.dashboard.viewed' | 'cosmicintersection.datasets.viewed' | 'cosmicintersection.dataset.created' | 'cosmicintersection.dataset.published' | 'cosmicintersection.sources.viewed' | 'cosmicintersection.source.created' | 'cosmicintersection.collections.viewed' | 'cosmicintersection.collection.created' | 'cosmicintersection.pipelines.viewed' | 'cosmicintersection.pipeline.created' | 'cosmicintersection.runs.viewed' | 'cosmicintersection.run.started' | 'cosmicintersection.notebooks.viewed' | 'cosmicintersection.notebook.created' | 'cosmicintersection.analyses.viewed' | 'cosmicintersection.analysis.completed' | 'cosmicintersection.releases.viewed' | 'cosmicintersection.release.published' | 'cosmicintersection.lineage.viewed' | 'cosmicintersection.access.viewed' | 'cosmicintersection.grant.created' | 'cosmicintersection.search.performed' | 'hookmovies.page.viewed' | 'hookmovies.dashboard.viewed' | 'hookmovies.catalog.viewed' | 'hookmovies.title.created' | 'hookmovies.title.viewed' | 'hookmovies.studio.created' | 'hookmovies.studio.viewed' | 'hookmovies.person.created' | 'hookmovies.person.viewed' | 'hookmovies.production.created' | 'hookmovies.production.viewed' | 'hookmovies.audition.created' | 'hookmovies.audition.viewed' | 'hookmovies.distribution.rights_viewed' | 'hookmovies.live.event_viewed' | 'hookmovies.watchparty.created' | 'hookmovies.watchparty.joined' | 'hookmovies.entitlement.viewed' | 'hookmovies.review.submitted' | 'hookmovies.search.performed' | 'labsofscience.page.viewed' | 'labsofscience.project.created' | 'labsofscience.experiment.created' | 'labsofscience.protocol.created' | 'labsofscience.dataset.created' | 'labsofscience.inventory_item.created' | 'labsofscience.notebook_entry.signed' | 'labsofscience.pipeline.run_started' | 'subscriberbot.page.viewed' | 'buildmyiq.page.viewed' | 'buildmyiq.dashboard.viewed' | 'buildmyiq.catalog.viewed' | 'buildmyiq.learning.viewed' | 'buildmyiq.authoring.viewed' | 'buildmyiq.assessments.viewed' | 'buildmyiq.submissions.viewed' | 'buildmyiq.cohorts.viewed' | 'buildmyiq.skills.viewed' | 'buildmyiq.certificates.viewed' | 'buildmyiq.insights.viewed' | 'headshotmarketing.page.viewed' | 'headshotmarketing.campaign.created' | 'headshotmarketing.campaign.launched' | 'headshotmarketing.social_post.scheduled' | 'headshotmarketing.ad_campaign.created' | 'headshotmarketing.influencer_campaign.created' | 'headshotmarketing.contact.created' | 'headshotmarketing.deal.created' | 'headshotmarketing.workflow.created' | 'headshotmarketing.workflow.executed' | 'headshotmarketing.content_item.created' | 'headshotmarketing.asset.uploaded' | 'headshotmarketing.event.created' | 'headshotmarketing.report.created' | 'headshotmarketing.search.performed' | 'timecampus.page.viewed' | 'timecampus.dashboard.viewed' | 'timecampus.timer.started' | 'timecampus.timer.stopped' | 'timecampus.time_entry.created' | 'timecampus.timesheet.submitted' | 'timecampus.report.viewed' | 'timecampus.project.viewed' | 'timecampus.meeting.created' | 'timecampus.pomodoro.session.completed' | 'timecampus.focus_score.viewed' | 'crewfoundry.page.viewed' | 'crewfoundry.dashboard.viewed' | 'crewfoundry.job_posting.created' | 'crewfoundry.candidate.created' | 'crewfoundry.employee.created' | 'crewfoundry.team.created' | 'crewfoundry.project.created' | 'crewfoundry.course.enrolled' | 'crewfoundry.learning_path.created' | 'crewfoundry.service.listed' | 'crewfoundry.leave.approved' | 'crewfoundry.payroll.processed' | 'crewfoundry.invoice.created' | 'movethewheels.page.viewed' | 'movethewheels.shipment.created' | 'movethewheels.shipment.delivered' | 'movethewheels.order.created' | 'movethewheels.route.planned' | 'movethewheels.vehicle.assigned' | 'movethewheels.warehouse.inbound_received' | 'kadaikodi.page.viewed' | 'eventfullymanaged.page.viewed' | 'eventfullymanaged.dashboard.viewed' | 'eventfullymanaged.event.created' | 'eventfullymanaged.event.updated' | 'eventfullymanaged.event.viewed' | 'eventfullymanaged.event.published' | 'eventfullymanaged.venue.created' | 'eventfullymanaged.venue.updated' | 'eventfullymanaged.venue.viewed' | 'eventfullymanaged.speaker.created' | 'eventfullymanaged.speaker.updated' | 'eventfullymanaged.speaker.viewed' | 'eventfullymanaged.session.created' | 'eventfullymanaged.session.updated' | 'eventfullymanaged.session.viewed' | 'eventfullymanaged.registration.created' | 'eventfullymanaged.registration.check_in' | 'eventfullymanaged.sponsor.created' | 'eventfullymanaged.sponsor.viewed' | 'eventfullymanaged.exhibitor.created' | 'eventfullymanaged.exhibitor.viewed' | 'eventfullymanaged.lead.captured' | 'eventfullymanaged.communication.sent' | 'eventfullymanaged.analytics.viewed' | 'eventfullymanaged.report.exported' | 'healthybowl.farm.created' | 'healthybowl.crop.created' | 'healthybowl.crop.updated' | 'healthybowl.harvest.recorded' | 'workspaces.page.viewed' | 'workspace.created' | 'workspace.updated' | 'workspace.deleted' | 'workspace.archived' | 'workspace.reactivated' | 'project.created' | 'project.updated' | 'project.deleted' | 'project.archived' | 'project.unarchived' | 'workspace-member.added' | 'workspace-member.removed' | 'workspace-member.role-updated' | 'project-member.added' | 'project-member.removed' | 'workspace-invitation.sent' | 'workspace-invitation.accepted' | 'workspace-invitation.declined'; export interface HealthyBowlEventPayload { workspaceId?: string; farmId?: string; fieldId?: string; cropId?: string; harvestId?: string; } export interface WorkspacesPageViewedPayload { workspaceId?: string; projectId?: string; page?: string; } export interface WorkspaceEventPayload { workspaceId: string; } export interface ProjectEventPayload { workspaceId: string; projectId: string; } export interface WorkspaceMemberEventPayload { workspaceId: string; memberId?: string; } export interface ProjectMemberEventPayload { workspaceId: string; projectId: string; memberId?: string; } export interface WorkspaceInvitationEventPayload { workspaceId: string; invitationId?: string; } export interface AuthLifecyclePayload { userId?: string; tenantId?: string; workspaceId?: string; mfaEnabled?: boolean; emailVerified?: boolean; reason?: string; } export interface SandboxCreatedPayload { sandboxId: string; templateId?: string; kind: 'user' | 'internal'; source: string; } export interface SandboxStartedPayload { sandboxId: string; } export interface SandboxExtendedPayload { sandboxId: string; addedSeconds: number; newExpiresAt: string; } export interface SandboxExpiredPayload { sandboxId: string; } export interface SandboxDeletedPayload { sandboxId: string; } export interface SandboxTemplateCreatedPayload { templateId: string; } export interface SandboxTemplateDeletedPayload { templateId: string; } export interface SandboxExportRequestedPayload { jobId: string; format: 'CSV' | 'JSON'; } export interface AnalyticsDashboardViewedPayload { workspaceId: string; timeRange: string; granularity: string; activeTab: string; } export interface AdminAnalyticsOverviewViewedPayload { workspaceId?: string; entityCount: number; cached: boolean; } export interface AdminAnalyticsOverviewRefreshedPayload { workspaceId?: string; } export interface AnalyticsTabChangedPayload { workspaceId: string; previousTab: string; newTab: string; } export interface AnalyticsFilterChangedPayload { workspaceId: string; filterType: 'timeRange' | 'granularity'; value: string; } export interface BillingLifecyclePayload { route?: string; entityId?: string; source?: string; count?: number; amount?: number; currency?: string; status?: string; reason?: string; } export interface BillingEventPayloadMap { 'billing.billing_account.viewed': BillingLifecyclePayload; 'billing.billing_account.created': BillingLifecyclePayload; 'billing.billing_account.updated': BillingLifecyclePayload; 'billing.billing_account.archived': BillingLifecyclePayload; 'billing.subscription.viewed': BillingLifecyclePayload; 'billing.subscription.cancelled': BillingLifecyclePayload; 'billing.plan.viewed': BillingLifecyclePayload; 'billing.addon.viewed': BillingLifecyclePayload; 'billing.checkout.viewed': BillingLifecyclePayload; 'billing.checkout.initiated': BillingLifecyclePayload; 'billing.checkout.failed': BillingLifecyclePayload; 'billing.payment.succeeded': BillingLifecyclePayload; 'billing.payment.failed': BillingLifecyclePayload; 'billing.invoice.viewed': BillingLifecyclePayload; 'billing.payment_method.viewed': BillingLifecyclePayload; 'billing.payment_method.added': BillingLifecyclePayload; 'billing.payment_method.default_set': BillingLifecyclePayload; 'billing.payment_method.deleted': BillingLifecyclePayload; 'billing.credit.viewed': BillingLifecyclePayload; 'billing.credits.spent': BillingLifecyclePayload; 'billing.credits.granted': BillingLifecyclePayload; 'billing.credits.withdrawal_requested': BillingLifecyclePayload; 'billing.quota.viewed': BillingLifecyclePayload; 'billing.usage.viewed': BillingLifecyclePayload; 'billing.transaction.viewed': BillingLifecyclePayload; 'billing.affiliate.viewed': BillingLifecyclePayload; 'billing.affiliate_code.created': BillingLifecyclePayload; 'billing.affiliate_code.updated': BillingLifecyclePayload; 'billing.affiliate_code.deactivated': BillingLifecyclePayload; 'billing.affiliate_code.note_added': BillingLifecyclePayload; 'billing.earning.viewed': BillingLifecyclePayload; 'billing.payout.viewed': BillingLifecyclePayload; 'billing.payout_account.added': BillingLifecyclePayload; 'billing.payout_account.updated': BillingLifecyclePayload; 'billing.payout_account.archived': BillingLifecyclePayload; 'billing.payout.requested': BillingLifecyclePayload; 'billing.payout.approved': BillingLifecyclePayload; 'billing.payout.rejected': BillingLifecyclePayload; 'billing.payout.processed': BillingLifecyclePayload; } /** * Payload for tenant lifecycle events * (`tenant.tenant.{created,updated,deleted,suspended,activated}`). * Emitted from `microfe-admin` tenant CRUD handlers and consumed by sinks * (Rybbit, OTel, devtools, audit-log via cross-layer publish). * * `status` mirrors the GraphQL `TenantStatus` enum surfaced through the * tenant gateway: `"ACTIVE" | "SUSPENDED" | "DELETED" | "PROVISIONING"`. * The union is uppercase to match server payloads; emitters that already * have a `Tenant.status` should forward it as-is. */ export interface TenantLifecyclePayload { tenantId: string; tenantSlug?: string; status?: 'ACTIVE' | 'SUSPENDED' | 'DELETED' | 'PROVISIONING'; metadata?: Record; } /** * Payload for tenant-domain resource events (Product / Shortcut / * ContentPage / FeatureFlag). Emitted from `microfe-product` * page-level mutation handlers and consumed by the same sink set as * `TenantLifecyclePayload`. */ export interface TenantResourcePayload { resourceId: string; resourceSlug?: string; workspaceId?: string; productId?: string; metadata?: Record; } export interface BurdenoffEventPayloadMap extends BillingEventPayloadMap { 'auth.signed_in': AuthLifecyclePayload; 'auth.signed_up': AuthLifecyclePayload; 'auth.signed_out': AuthLifecyclePayload; 'auth.token_refreshed': AuthLifecyclePayload; 'auth.token_refresh_failed': AuthLifecyclePayload; 'vc.sandbox.created': SandboxCreatedPayload; 'vc.sandbox.started': SandboxStartedPayload; 'vc.sandbox.extended': SandboxExtendedPayload; 'vc.sandbox.expired': SandboxExpiredPayload; 'vc.sandbox.deleted': SandboxDeletedPayload; 'vc.sandbox.template_created': SandboxTemplateCreatedPayload; 'vc.sandbox.template_deleted': SandboxTemplateDeletedPayload; 'vc.sandbox.export_requested': SandboxExportRequestedPayload; 'vc.analytics.dashboard.viewed': AnalyticsDashboardViewedPayload; 'vc.analytics.tab.changed': AnalyticsTabChangedPayload; 'vc.analytics.filter.changed': AnalyticsFilterChangedPayload; 'tenant.tenant.created': TenantLifecyclePayload; 'tenant.tenant.updated': TenantLifecyclePayload; 'tenant.tenant.deleted': TenantLifecyclePayload; 'tenant.tenant.suspended': TenantLifecyclePayload; 'tenant.tenant.activated': TenantLifecyclePayload; 'tenant.product.created': TenantResourcePayload; 'tenant.product.updated': TenantResourcePayload; 'tenant.product.deleted': TenantResourcePayload; 'tenant.shortcut.created': TenantResourcePayload; 'tenant.shortcut.updated': TenantResourcePayload; 'tenant.shortcut.deleted': TenantResourcePayload; 'tenant.shortcut.toggled': TenantResourcePayload; 'tenant.contentpage.created': TenantResourcePayload; 'tenant.contentpage.updated': TenantResourcePayload; 'tenant.contentpage.deleted': TenantResourcePayload; 'tenant.featureflag.created': TenantResourcePayload; 'tenant.featureflag.updated': TenantResourcePayload; 'tenant.featureflag.deleted': TenantResourcePayload; 'conversations.conversation.created': ConversationEventPayload; 'conversations.conversation.opened': ConversationEventPayload; 'conversations.conversation.updated': ConversationEventPayload; 'conversations.conversation.deleted': ConversationEventPayload; 'conversations.conversation.archived': ConversationEventPayload; 'conversations.conversation.restored': ConversationEventPayload; 'conversations.message.sent': MessageEventPayload; 'conversations.message.updated': MessageEventPayload; 'conversations.message.deleted': MessageEventPayload; 'conversations.message.reacted': MessageEventPayload; 'conversations.member.added': ConversationMemberEventPayload; 'conversations.member.removed': ConversationMemberEventPayload; 'conversations.notification_level.updated': NotificationLevelEventPayload; 'tours.page.viewed': ToursPageViewedPayload; 'tours.tour.started': ToursTourActionPayload; 'tours.tour.completed': ToursTourActionPayload; 'tours.tour.skipped': ToursTourActionPayload; 'tours.api.failed': ToursApiFailedPayload; 'store.product.viewed': StoreProductPayload; 'store.product.installed': StoreInstallPayload; 'store.product.uninstalled': StoreInstallPayload; 'store.product.purchased': StoreOrderPayload; 'store.cart.item_added': StoreCartItemPayload; 'store.cart.item_removed': StoreCartItemPayload; 'store.cart.checkout_started': StoreCartCheckoutPayload; 'store.order.placed': StoreOrderPayload; 'store.order.viewed': StoreOrderPayload; 'store.license.viewed': StoreLicensePayload; 'store.publisher.registered': StorePublisherPayload; 'store.publisher.product_submitted': StoreProductPayload; 'store.review.submitted': StoreReviewPayload; 'store.marketplace.searched': StoreSearchPayload; 'store.marketplace.category_viewed': StoreCategoryPayload; 'support.ticket.created': SupportTicketEventPayload; 'support.ticket.updated': SupportTicketEventPayload; 'support.ticket.closed': SupportTicketEventPayload; 'support.ticket.reopened': SupportTicketEventPayload; 'support.ticket.message_sent': SupportTicketMessagePayload; 'notification.item.opened': NotificationAnalyticsPayload; 'notification.preference.updated': NotificationAnalyticsPayload; 'notification.admin.sent': NotificationAnalyticsPayload; 'notification.template.saved': NotificationAnalyticsPayload; 'notification.schedule.updated': NotificationAnalyticsPayload; 'support.kb.article_viewed': SupportKbArticleViewedPayload; 'support.kb.article_rated': SupportKbArticleRatedPayload; 'support.chat.message_sent': SupportChatMessagePayload; 'error.runtime.caught': FrontendErrorPayload; 'error.unhandledrejection': FrontendUnhandledRejectionPayload; 'perf.lcp.measured': FrontendPerfPayload; 'perf.cls.measured': FrontendPerfPayload; 'perf.inp.measured': FrontendPerfPayload; 'perf.ttfb.measured': FrontendPerfPayload; 'nav.route.changed': NavRouteChangedPayload; 'files.file.created': FileEventPayload; 'files.file.updated': FileEventPayload; 'files.file.deleted': FileEventPayload; 'files.file.moved': FileMovedPayload; 'files.file.copied': FileCopiedPayload; 'files.file.downloaded': FileDownloadPayload; 'files.file.shared': FileSharedPayload; 'files.folder.created': FolderEventPayload; 'files.folder.updated': FolderEventPayload; 'files.folder.deleted': FolderEventPayload; 'files.folder.moved': FolderMovedPayload; 'files.share.created': ShareEventPayload; 'files.share.revoked': ShareEventPayload; 'files.upload.started': UploadStartedPayload; 'files.upload.progress': UploadProgressPayload; 'files.upload.completed': UploadCompletedPayload; 'files.upload.failed': UploadFailedPayload; 'analytics.admin.overview.viewed': AdminAnalyticsOverviewViewedPayload; 'analytics.admin.overview.refreshed': AdminAnalyticsOverviewRefreshedPayload; 'bigconsole.dashboard.import_clicked': BigConsoleImportPayload; 'bigconsole.dashboard.imported': BigConsoleDashboardPayload; 'bigconsole.dashboard.share_clicked': BigConsoleDashboardSharePayload; 'bigconsole.dashboard.shared': BigConsoleDashboardSharePayload; 'bigconsole.data_sink.import_clicked': BigConsoleImportPayload; 'bigconsole.data_sink.imported': BigConsoleDataSinkPayload; 'bigconsole.widget.create_clicked': BigConsoleWidgetPayload; 'bigconsole.widget.created': BigConsoleWidgetPayload; 'bigconsole.widget.duplicate_clicked': BigConsoleWidgetPayload; 'bigconsole.widget.duplicated': BigConsoleWidgetPayload; 'bigconsole.ai.generate_clicked': BigConsoleAiPayload; 'bigconsole.ai.dashboard_generated': BigConsoleAiPayload; 'bigconsole.ai.create_dashboard_clicked': BigConsoleAiPayload; 'bigconsole.ai.dashboard_created': BigConsoleAiPayload; 'vibecontrols.agent.register_clicked': VCWorkspacePayload; 'vibecontrols.agent.registered': VCAgentPayload; 'vibecontrols.agent.gateway_auth_setup': VCAgentPayload; 'vibecontrols.agent.started': VCAgentPayload; 'vibecontrols.agent.stopped': VCAgentPayload; 'vibecontrols.agent.deleted': VCAgentPayload; 'vibecontrols.agent.plugin_installed': VCAgentPayload; 'vibecontrols.agent.plugin_removed': VCAgentPayload; 'vibecontrols.agent.api_key_rotated': VCAgentPayload; 'vibecontrols.target.create_clicked': VCWorkspacePayload; 'vibecontrols.target.created': VCResourcePayload; 'vibecontrols.target.deleted': VCResourcePayload; 'vibecontrols.vibe.create_clicked': VCWorkspacePayload; 'vibecontrols.vibe.created': VCResourcePayload; 'vibecontrols.vibe.archived': VCResourcePayload; 'vibecontrols.vibe.deleted': VCResourcePayload; 'vibecontrols.session.create_clicked': VCWorkspacePayload; 'vibecontrols.session.created': VCSessionPayload; 'vibecontrols.session.started': VCSessionPayload; 'vibecontrols.session.terminal_opened_in_browser': VCSessionPayload; 'vibecontrols.session.stopped': VCSessionPayload; 'vibecontrols.session.terminated': VCSessionPayload; 'vibecontrols.session.restarted': VCSessionPayload; 'vibecontrols.session.share_clicked': VCSessionPayload; 'vibecontrols.session.shared_with_user': VCSessionPayload; 'vibecontrols.session.share_link_created': VCSessionPayload; 'vibecontrols.session.share_link_accessed': VCSessionPayload; 'vibecontrols.session.joined_shared': VCSessionPayload; 'vibecontrols.tunnel.create_clicked': VCWorkspacePayload; 'vibecontrols.tunnel.created': VCTunnelPayload; 'vibecontrols.tunnel.started': VCTunnelPayload; 'vibecontrols.tunnel.stopped': VCTunnelPayload; 'vibecontrols.tunnel.deleted': VCTunnelPayload; 'vibecontrols.tunnel.custom_domain_added': VCTunnelPayload; 'vibecontrols.tunnel.credentials_rotated': VCTunnelPayload; 'vibecontrols.vibedeck.create_clicked': VCWorkspacePayload; 'vibecontrols.vibedeck.created': VCResourcePayload; 'vibecontrols.vibedeck.button_added': VCResourcePayload; 'vibecontrols.vibedeck.button_executed_clicked': VCVibeDeckButtonPayload; 'vibecontrols.vibedeck.button_executed': VCVibeDeckButtonPayload; 'vibecontrols.vibedeck.shared': VCResourcePayload; 'vibecontrols.action.created': VCResourcePayload; 'vibecontrols.action.executed': VCResourcePayload; 'vibecontrols.ai.session_started_clicked': VCWorkspacePayload; 'vibecontrols.ai.session_started': VCAgentPayload; 'vibecontrols.ai.prompt_dispatched': VCAgentPayload; 'vibecontrols.ai.provider_configured': VCWorkspacePayload; 'vibecontrols.llm_context.generate_clicked': VCResourcePayload; 'vibecontrols.llm_context.url_generated': VCResourcePayload; 'vibecontrols.llm_context.token_revoked': VCResourcePayload; 'vibecontrols.quota.agent_limit_hit': VCWorkspacePayload; 'vibecontrols.quota.session_limit_hit': VCWorkspacePayload; 'vibecontrols.quota.tunnel_limit_hit': VCWorkspacePayload; 'vibecontrols.quota.ai_sessions_limit_hit': VCWorkspacePayload; 'vibecontrols.billing.upgrade_clicked': VCWorkspacePayload; 'ggnomad.page.viewed': GGNomadPageViewedPayload; 'ggnomad.dashboard.viewed': GGNomadWorkspacePayload; 'ggnomad.search.performed': GGNomadSearchPayload; 'ggnomad.property.viewed': GGNomadResourcePayload; 'ggnomad.property.created': GGNomadResourcePayload; 'ggnomad.property.updated': GGNomadResourcePayload; 'ggnomad.tour.viewed': GGNomadResourcePayload; 'ggnomad.tour.created': GGNomadResourcePayload; 'ggnomad.tour.updated': GGNomadResourcePayload; 'ggnomad.activity.viewed': GGNomadResourcePayload; 'ggnomad.activity.created': GGNomadResourcePayload; 'ggnomad.activity.updated': GGNomadResourcePayload; 'ggnomad.event.viewed': GGNomadResourcePayload; 'ggnomad.event.created': GGNomadResourcePayload; 'ggnomad.event.updated': GGNomadResourcePayload; 'ggnomad.trip_plan.viewed': GGNomadResourcePayload; 'ggnomad.trip_plan.created': GGNomadResourcePayload; 'ggnomad.booking.created': GGNomadResourcePayload; 'ggnomad.booking.updated': GGNomadResourcePayload; 'ggnomad.favorite.added': GGNomadResourcePayload; 'ggnomad.provider.viewed': GGNomadResourcePayload; 'ggnomad.provider.created': GGNomadResourcePayload; 'adaptercloud.page.viewed': AdapterCloudPageViewedPayload; 'adaptercloud.adapter.created': AdapterCloudResourcePayload; 'adaptercloud.connection.created': AdapterCloudResourcePayload; 'adaptercloud.resource.viewed': AdapterCloudResourcePayload; 'adaptercloud.policy.created': AdapterCloudResourcePayload; 'adaptercloud.violation.resolved': AdapterCloudResourcePayload; 'adaptercloud.drift.detected': AdapterCloudResourcePayload; 'adaptercloud.sync_run.created': AdapterCloudResourcePayload; 'adaptercloud.cost_record.created': AdapterCloudResourcePayload; 'assethandler.page.viewed': AssetHandlerPageViewedPayload; 'assethandler.asset.viewed': AssetHandlerResourcePayload; 'assethandler.asset.created': AssetHandlerResourcePayload; 'assethandler.asset.updated': AssetHandlerResourcePayload; 'assethandler.work_order.viewed': AssetHandlerResourcePayload; 'assethandler.work_order.created': AssetHandlerResourcePayload; 'assethandler.incident.viewed': AssetHandlerResourcePayload; 'assethandler.incident.created': AssetHandlerResourcePayload; 'assethandler.change.viewed': AssetHandlerResourcePayload; 'assethandler.change.created': AssetHandlerResourcePayload; 'assethandler.problem.viewed': AssetHandlerResourcePayload; 'assethandler.problem.created': AssetHandlerResourcePayload; 'assethandler.maintenance.viewed': AssetHandlerResourcePayload; 'assethandler.maintenance.created': AssetHandlerResourcePayload; 'assethandler.report.viewed': AssetHandlerPageViewedPayload; 'assethandler.analytics.viewed': AssetHandlerPageViewedPayload; 'atheletebridge.page.viewed': AthleteBridgePageViewedPayload; 'atheletebridge.team.created': AthleteBridgeResourcePayload; 'atheletebridge.team.updated': AthleteBridgeResourcePayload; 'atheletebridge.team.deleted': AthleteBridgeResourcePayload; 'atheletebridge.fixture.created': AthleteBridgeResourcePayload; 'atheletebridge.fixture.updated': AthleteBridgeResourcePayload; 'atheletebridge.program.created': AthleteBridgeResourcePayload; 'atheletebridge.program.updated': AthleteBridgeResourcePayload; 'atheletebridge.session.created': AthleteBridgeResourcePayload; 'atheletebridge.session.completed': AthleteBridgeResourcePayload; 'atheletebridge.metric.logged': AthleteBridgeMetricPayload; 'atheletebridge.tournament.created': AthleteBridgeResourcePayload; 'comradecircle.page.viewed': ComradeCirclePageViewedPayload; 'comradecircle.circle.create_clicked': ComradeCircleWorkspacePayload; 'comradecircle.circle.created': ComradeCircleResourcePayload; 'comradecircle.circle.updated': ComradeCircleResourcePayload; 'comradecircle.circle.deleted': ComradeCircleResourcePayload; 'comradecircle.circle.joined': ComradeCircleResourcePayload; 'comradecircle.circle.left': ComradeCircleResourcePayload; 'comradecircle.post.create_clicked': ComradeCircleWorkspacePayload; 'comradecircle.post.created': ComradeCircleResourcePayload; 'comradecircle.post.liked': ComradeCircleResourcePayload; 'comradecircle.post.commented': ComradeCircleResourcePayload; 'comradecircle.event.create_clicked': ComradeCircleWorkspacePayload; 'comradecircle.event.created': ComradeCircleResourcePayload; 'comradecircle.event.rsvp_clicked': ComradeCircleResourcePayload; 'comradecircle.event.rsvped': ComradeCircleResourcePayload; 'comradecircle.member.invited': ComradeCircleWorkspacePayload; 'comradecircle.member.followed': ComradeCircleWorkspacePayload; 'comradecircle.search.performed': ComradeCircleSearchPayload; 'coolandlovely.page.viewed': CoolAndLovelyPageViewedPayload; 'coolandlovely.brand.create_clicked': CoolAndLovelyWorkspacePayload; 'coolandlovely.brand.created': CoolAndLovelyResourcePayload; 'coolandlovely.brand.updated': CoolAndLovelyResourcePayload; 'coolandlovely.brand.viewed': CoolAndLovelyResourcePayload; 'coolandlovely.collection.create_clicked': CoolAndLovelyWorkspacePayload; 'coolandlovely.collection.created': CoolAndLovelyResourcePayload; 'coolandlovely.collection.updated': CoolAndLovelyResourcePayload; 'coolandlovely.collection.viewed': CoolAndLovelyResourcePayload; 'coolandlovely.style_item.create_clicked': CoolAndLovelyWorkspacePayload; 'coolandlovely.style_item.created': CoolAndLovelyResourcePayload; 'coolandlovely.style_item.updated': CoolAndLovelyResourcePayload; 'coolandlovely.style_item.viewed': CoolAndLovelyResourcePayload; 'coolandlovely.look.create_clicked': CoolAndLovelyWorkspacePayload; 'coolandlovely.look.created': CoolAndLovelyResourcePayload; 'coolandlovely.look.updated': CoolAndLovelyResourcePayload; 'coolandlovely.look.viewed': CoolAndLovelyResourcePayload; 'coolandlovely.collaboration.create_clicked': CoolAndLovelyWorkspacePayload; 'coolandlovely.collaboration.created': CoolAndLovelyResourcePayload; 'coolandlovely.collaboration.updated': CoolAndLovelyResourcePayload; 'coolandlovely.collaboration.viewed': CoolAndLovelyResourcePayload; 'coolandlovely.lookbook.create_clicked': CoolAndLovelyWorkspacePayload; 'coolandlovely.lookbook.created': CoolAndLovelyResourcePayload; 'coolandlovely.lookbook.updated': CoolAndLovelyResourcePayload; 'coolandlovely.lookbook.viewed': CoolAndLovelyResourcePayload; 'coolandlovely.wardrobe.item_added': CoolAndLovelyResourcePayload; 'coolandlovely.search.performed': CoolAndLovelySearchPayload; 'theglobalfuel.dashboard.viewed': TheGlobalFuelWorkspacePayload; 'theglobalfuel.asset.create_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.asset.created': TheGlobalFuelResourcePayload; 'theglobalfuel.asset.updated': TheGlobalFuelResourcePayload; 'theglobalfuel.asset.deleted': TheGlobalFuelResourcePayload; 'theglobalfuel.production.record_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.production.recorded': TheGlobalFuelResourcePayload; 'theglobalfuel.reserve.create_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.reserve.created': TheGlobalFuelResourcePayload; 'theglobalfuel.contract.create_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.contract.created': TheGlobalFuelResourcePayload; 'theglobalfuel.contract.updated': TheGlobalFuelResourcePayload; 'theglobalfuel.shipment.schedule_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.shipment.scheduled': TheGlobalFuelResourcePayload; 'theglobalfuel.shipment.delivered': TheGlobalFuelResourcePayload; 'theglobalfuel.inventory_lot.create_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.inventory_lot.created': TheGlobalFuelResourcePayload; 'theglobalfuel.inventory_lot.status_set': TheGlobalFuelResourcePayload; 'theglobalfuel.emission.record_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.emission.recorded': TheGlobalFuelResourcePayload; 'theglobalfuel.emission.verified': TheGlobalFuelResourcePayload; 'theglobalfuel.compliance_cert.create_clicked': TheGlobalFuelWorkspacePayload; 'theglobalfuel.compliance_cert.created': TheGlobalFuelResourcePayload; 'theglobalfuel.compliance_cert.transitioned': TheGlobalFuelResourcePayload; 'housingvista.dashboard.viewed': HousingVistaWorkspacePayload; 'housingvista.property.create_clicked': HousingVistaWorkspacePayload; 'housingvista.property.created': HousingVistaResourcePayload; 'housingvista.property.updated': HousingVistaResourcePayload; 'housingvista.property.deleted': HousingVistaResourcePayload; 'housingvista.property.viewed': HousingVistaResourcePayload; 'housingvista.shortlist.property_added': HousingVistaResourcePayload; 'housingvista.transaction.create_clicked': HousingVistaWorkspacePayload; 'housingvista.transaction.created': HousingVistaResourcePayload; 'housingvista.transaction.updated': HousingVistaResourcePayload; 'housingvista.transaction.viewed': HousingVistaResourcePayload; 'housingvista.investment.create_clicked': HousingVistaWorkspacePayload; 'housingvista.investment.created': HousingVistaResourcePayload; 'housingvista.investment.viewed': HousingVistaResourcePayload; 'housingvista.offer.create_clicked': HousingVistaWorkspacePayload; 'housingvista.offer.created': HousingVistaResourcePayload; 'housingvista.offer.viewed': HousingVistaResourcePayload; 'housingvista.viewing.schedule_clicked': HousingVistaWorkspacePayload; 'housingvista.viewing.scheduled': HousingVistaResourcePayload; 'housingvista.chat.conversation_opened': HousingVistaResourcePayload; 'housingvista.chat.message_sent': HousingVistaResourcePayload; 'housingvista.analytics.viewed': HousingVistaWorkspacePayload; 'housingvista.rental.viewed': HousingVistaWorkspacePayload; 'housingvista.asset.create_clicked': HousingVistaWorkspacePayload; 'housingvista.asset.created': HousingVistaResourcePayload; 'housingvista.asset.updated': HousingVistaResourcePayload; 'housingvista.asset.viewed': HousingVistaResourcePayload; 'housingvista.amc.purchased': HousingVistaResourcePayload; 'housingvista.amc.viewed': HousingVistaWorkspacePayload; 'housingvista.marketplace.viewed': HousingVistaWorkspacePayload; 'housingvista.marketplace.service_contact_clicked': HousingVistaResourcePayload; 'housingvista.verification.submit_clicked': HousingVistaResourcePayload; 'housingvista.verification.submitted': HousingVistaResourcePayload; 'housingvista.verification.viewed': HousingVistaResourcePayload; 'housingvista.legal.viewed': HousingVistaWorkspacePayload; 'housingvista.legal.service_contact_clicked': HousingVistaResourcePayload; 'housingvista.home_loan.apply_clicked': HousingVistaResourcePayload; 'housingvista.home_loan.viewed': HousingVistaResourcePayload; 'housingvista.market_analytics.viewed': HousingVistaWorkspacePayload; 'housingvista.market_analytics.area_viewed': HousingVistaResourcePayload; 'housingvista.search.performed': HousingVistaSearchPayload; 'housingvista.export.requested': HousingVistaExportPayload; 'manufacturedops.production_order.create_clicked': ManufacturedOpsPayload; 'manufacturedops.production_order.created': ManufacturedOpsPayload; 'manufacturedops.production_order.update_clicked': ManufacturedOpsPayload; 'manufacturedops.production_order.updated': ManufacturedOpsPayload; 'manufacturedops.production_order.transition_clicked': ManufacturedOpsPayload; 'manufacturedops.production_order.transitioned': ManufacturedOpsPayload; 'manufacturedops.operation.add_clicked': ManufacturedOpsPayload; 'manufacturedops.operation.added': ManufacturedOpsPayload; 'manufacturedops.operation.record_clicked': ManufacturedOpsPayload; 'manufacturedops.operation.recorded': ManufacturedOpsPayload; 'manufacturedops.work_center.create_clicked': ManufacturedOpsPayload; 'manufacturedops.work_center.created': ManufacturedOpsPayload; 'manufacturedops.work_center.update_clicked': ManufacturedOpsPayload; 'manufacturedops.work_center.updated': ManufacturedOpsPayload; 'manufacturedops.work_center.archive_clicked': ManufacturedOpsPayload; 'manufacturedops.work_center.archived': ManufacturedOpsPayload; 'manufacturedops.material_lot.create_clicked': ManufacturedOpsPayload; 'manufacturedops.material_lot.created': ManufacturedOpsPayload; 'manufacturedops.material_lot.update_clicked': ManufacturedOpsPayload; 'manufacturedops.material_lot.updated': ManufacturedOpsPayload; 'manufacturedops.material_lot.status_update_clicked': ManufacturedOpsPayload; 'manufacturedops.material_lot.status_updated': ManufacturedOpsPayload; 'manufacturedops.inspection_plan.create_clicked': ManufacturedOpsPayload; 'manufacturedops.inspection_plan.created': ManufacturedOpsPayload; 'manufacturedops.quality_inspection.record_clicked': ManufacturedOpsPayload; 'manufacturedops.quality_inspection.recorded': ManufacturedOpsPayload; 'manufacturedops.non_conformance.raise_clicked': ManufacturedOpsPayload; 'manufacturedops.non_conformance.raised': ManufacturedOpsPayload; 'manufacturedops.non_conformance.update_clicked': ManufacturedOpsPayload; 'manufacturedops.non_conformance.updated': ManufacturedOpsPayload; 'manufacturedops.non_conformance.transition_clicked': ManufacturedOpsPayload; 'manufacturedops.non_conformance.transitioned': ManufacturedOpsPayload; 'manufacturedops.asset.create_clicked': ManufacturedOpsPayload; 'manufacturedops.asset.created': ManufacturedOpsPayload; 'manufacturedops.maintenance_work_order.create_clicked': ManufacturedOpsPayload; 'manufacturedops.maintenance_work_order.created': ManufacturedOpsPayload; 'manufacturedops.maintenance_work_order.transition_clicked': ManufacturedOpsPayload; 'manufacturedops.maintenance_work_order.transitioned': ManufacturedOpsPayload; 'manufacturedops.downtime_event.record_clicked': ManufacturedOpsPayload; 'manufacturedops.downtime_event.recorded': ManufacturedOpsPayload; 'manufacturedops.page.viewed': ManufacturedOpsPageViewedPayload; 'psw.client.create_clicked': PswWorkspacePayload; 'psw.client.created': PswClientPayload; 'psw.client.updated': PswClientPayload; 'psw.client.archived': PswClientPayload; 'psw.engagement.create_clicked': PswWorkspacePayload; 'psw.engagement.created': PswEngagementPayload; 'psw.engagement.transitioned': PswEngagementTransitionPayload; 'psw.matter.create_clicked': PswWorkspacePayload; 'psw.matter.created': PswMatterPayload; 'psw.matter.closed': PswMatterPayload; 'psw.timeentry.create_clicked': PswWorkspacePayload; 'psw.timeentry.created': PswEntityPayload; 'psw.invoice.create_clicked': PswWorkspacePayload; 'psw.invoice.created': PswEntityPayload; 'psw.compliance.create_clicked': PswWorkspacePayload; 'psw.compliance.resolved': PswEntityPayload; 'psw.conflictcheck.run_clicked': PswWorkspacePayload; 'psw.conflictcheck.recorded': PswEntityPayload; 'psw.document.create_clicked': PswWorkspacePayload; 'psw.document.created': PswEntityPayload; 'psw.practicearea.create_clicked': PswWorkspacePayload; 'psw.practicearea.created': PswEntityPayload; 'psw.search.performed': PswSearchPayload; 'psw.export.requested': PswWorkspacePayload; 'collabkin.tree.created': CollabKinTreePayload; 'collabkin.person.created': CollabKinPersonPayload; 'collabkin.memory.created': CollabKinMemoryPayload; 'collabkin.story.created': CollabKinStoryPayload; 'collabkin.member.invited': CollabKinMemberPayload; 'mybodyshield.page.viewed': MyBodyShieldPageViewedPayload; 'mybodyshield.program.created': MyBodyShieldEntityPayload; 'mybodyshield.program.updated': MyBodyShieldEntityPayload; 'mybodyshield.program.status_changed': MyBodyShieldEntityPayload; 'mybodyshield.program.archived': MyBodyShieldEntityPayload; 'mybodyshield.workout.created': MyBodyShieldEntityPayload; 'mybodyshield.exercise.created': MyBodyShieldEntityPayload; 'mybodyshield.session.started': MyBodyShieldEntityPayload; 'technospam.page.viewed': TechnoSpamPageViewedPayload; 'technospam.course.viewed': TechnoSpamEntityPayload; 'technospam.course.enroll_clicked': TechnoSpamEntityPayload; 'technospam.course.enrolled': TechnoSpamEntityPayload; 'technospam.course.progress_updated': TechnoSpamEntityPayload; 'technospam.course.certificate_claimed': TechnoSpamEntityPayload; 'technospam.problem.viewed': TechnoSpamEntityPayload; 'technospam.problem.submit_clicked': TechnoSpamEntityPayload; 'technospam.problem.submitted': TechnoSpamEntityPayload; 'technospam.mentor.viewed': TechnoSpamEntityPayload; 'technospam.mentor.book_clicked': TechnoSpamEntityPayload; 'technospam.mentor.booked': TechnoSpamEntityPayload; 'technospam.mentor.become_mentor_clicked': TechnoSpamEntityPayload; 'technospam.mentor.became_mentor': TechnoSpamEntityPayload; 'technospam.session.cancel_clicked': TechnoSpamEntityPayload; 'technospam.session.cancelled': TechnoSpamEntityPayload; 'technospam.session.complete_clicked': TechnoSpamEntityPayload; 'technospam.session.completed': TechnoSpamEntityPayload; 'technospam.hackathon.viewed': TechnoSpamEntityPayload; 'technospam.hackathon.register_team_clicked': TechnoSpamEntityPayload; 'technospam.hackathon.team_registered': TechnoSpamEntityPayload; 'technospam.hackathon.submit_project_clicked': TechnoSpamEntityPayload; 'technospam.hackathon.project_submitted': TechnoSpamEntityPayload; 'technospam.search.performed': TechnoSpamSearchPayload; 'intelwatchtower.page.viewed': IntelWatchtowerPageViewedPayload; 'intelwatchtower.source.created': IntelWatchtowerEntityPayload; 'intelwatchtower.source.updated': IntelWatchtowerEntityPayload; 'intelwatchtower.mission.created': IntelWatchtowerEntityPayload; 'intelwatchtower.mission.assigned': IntelWatchtowerEntityPayload; 'intelwatchtower.mission.completed': IntelWatchtowerEntityPayload; 'intelwatchtower.entity.created': IntelWatchtowerEntityPayload; 'intelwatchtower.entity.linked': IntelWatchtowerEntityPayload; 'intelwatchtower.indicator.created': IntelWatchtowerEntityPayload; 'intelwatchtower.indicator.confidence.updated': IntelWatchtowerEntityPayload; 'intelwatchtower.observation.created': IntelWatchtowerEntityPayload; 'intelwatchtower.requirement.created': IntelWatchtowerRequirementCreatedPayload; 'intelwatchtower.alert.created': IntelWatchtowerEntityPayload; 'intelwatchtower.alert.triaged': IntelWatchtowerAlertTriagedPayload; 'intelwatchtower.alert.escalated': IntelWatchtowerEntityPayload; 'intelwatchtower.case.created': IntelWatchtowerEntityPayload; 'intelwatchtower.case.closed': IntelWatchtowerEntityPayload; 'intelwatchtower.report.created': IntelWatchtowerEntityPayload; 'intelwatchtower.report.exported': IntelWatchtowerEntityPayload; 'intelwatchtower.task.created': IntelWatchtowerEntityPayload; 'intelwatchtower.task.completed': IntelWatchtowerEntityPayload; 'intelwatchtower.cop.opened': IntelWatchtowerPageViewedPayload; 'govcitizenhub.page.viewed': GovCitizenHubPageViewedPayload; 'govcitizenhub.dashboard.viewed': GovCitizenHubWorkspacePayload; 'govcitizenhub.service.created': GovCitizenHubResourcePayload; 'govcitizenhub.service.published': GovCitizenHubResourcePayload; 'govcitizenhub.application.created': GovCitizenHubResourcePayload; 'govcitizenhub.application.submitted': GovCitizenHubResourcePayload; 'govcitizenhub.application.decided': GovCitizenHubDecisionPayload; 'govcitizenhub.permit.issued': GovCitizenHubResourcePayload; 'govcitizenhub.permit.revoked': GovCitizenHubResourcePayload; 'govcitizenhub.payment.recorded': GovCitizenHubResourcePayload; 'govcitizenhub.payment.settled': GovCitizenHubResourcePayload; 'govcitizenhub.grievance.reported': GovCitizenHubResourcePayload; 'govcitizenhub.grievance.resolved': GovCitizenHubResourcePayload; 'govcitizenhub.document.uploaded': GovCitizenHubResourcePayload; 'govcitizenhub.search.performed': GovCitizenHubSearchPayload; 'cosmicintersection.page.viewed': CosmicIntersectionPageViewedPayload; 'cosmicintersection.dashboard.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.datasets.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.dataset.created': CosmicIntersectionResourcePayload; 'cosmicintersection.dataset.published': CosmicIntersectionResourcePayload; 'cosmicintersection.sources.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.source.created': CosmicIntersectionResourcePayload; 'cosmicintersection.collections.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.collection.created': CosmicIntersectionResourcePayload; 'cosmicintersection.pipelines.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.pipeline.created': CosmicIntersectionResourcePayload; 'cosmicintersection.runs.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.run.started': CosmicIntersectionResourcePayload; 'cosmicintersection.notebooks.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.notebook.created': CosmicIntersectionResourcePayload; 'cosmicintersection.analyses.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.analysis.completed': CosmicIntersectionResourcePayload; 'cosmicintersection.releases.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.release.published': CosmicIntersectionResourcePayload; 'cosmicintersection.lineage.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.access.viewed': CosmicIntersectionWorkspacePayload; 'cosmicintersection.grant.created': CosmicIntersectionResourcePayload; 'cosmicintersection.search.performed': CosmicIntersectionSearchPayload; 'hookmovies.page.viewed': HookMoviesPageViewedPayload; 'hookmovies.dashboard.viewed': HookMoviesWorkspacePayload; 'hookmovies.catalog.viewed': HookMoviesWorkspacePayload; 'hookmovies.title.created': HookMoviesResourcePayload; 'hookmovies.title.viewed': HookMoviesResourcePayload; 'hookmovies.studio.created': HookMoviesResourcePayload; 'hookmovies.studio.viewed': HookMoviesResourcePayload; 'hookmovies.person.created': HookMoviesResourcePayload; 'hookmovies.person.viewed': HookMoviesResourcePayload; 'hookmovies.production.created': HookMoviesResourcePayload; 'hookmovies.production.viewed': HookMoviesResourcePayload; 'hookmovies.audition.created': HookMoviesResourcePayload; 'hookmovies.audition.viewed': HookMoviesResourcePayload; 'hookmovies.distribution.rights_viewed': HookMoviesResourcePayload; 'hookmovies.live.event_viewed': HookMoviesResourcePayload; 'hookmovies.watchparty.created': HookMoviesResourcePayload; 'hookmovies.watchparty.joined': HookMoviesResourcePayload; 'hookmovies.entitlement.viewed': HookMoviesResourcePayload; 'hookmovies.review.submitted': HookMoviesResourcePayload; 'hookmovies.search.performed': HookMoviesSearchPayload; 'labsofscience.page.viewed': LabsofsciencePageViewedPayload; 'labsofscience.project.created': LabsofscienceResourcePayload; 'labsofscience.experiment.created': LabsofscienceResourcePayload; 'labsofscience.protocol.created': LabsofscienceResourcePayload; 'labsofscience.dataset.created': LabsofscienceResourcePayload; 'labsofscience.inventory_item.created': LabsofscienceResourcePayload; 'labsofscience.notebook_entry.signed': LabsofscienceResourcePayload; 'labsofscience.pipeline.run_started': LabsofscienceResourcePayload; 'subscriberbot.page.viewed': SubscriberBotPageViewedPayload; 'buildmyiq.page.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.dashboard.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.catalog.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.learning.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.authoring.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.assessments.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.submissions.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.cohorts.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.skills.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.certificates.viewed': BuildmyiqPageViewedPayload; 'buildmyiq.insights.viewed': BuildmyiqPageViewedPayload; 'headshotmarketing.page.viewed': HeadshotMarketingPageViewedPayload; 'headshotmarketing.campaign.created': HeadshotMarketingResourcePayload; 'headshotmarketing.campaign.launched': HeadshotMarketingResourcePayload; 'headshotmarketing.social_post.scheduled': HeadshotMarketingResourcePayload; 'headshotmarketing.ad_campaign.created': HeadshotMarketingResourcePayload; 'headshotmarketing.influencer_campaign.created': HeadshotMarketingResourcePayload; 'headshotmarketing.contact.created': HeadshotMarketingResourcePayload; 'headshotmarketing.deal.created': HeadshotMarketingResourcePayload; 'headshotmarketing.workflow.created': HeadshotMarketingResourcePayload; 'headshotmarketing.workflow.executed': HeadshotMarketingResourcePayload; 'headshotmarketing.content_item.created': HeadshotMarketingResourcePayload; 'headshotmarketing.asset.uploaded': HeadshotMarketingResourcePayload; 'headshotmarketing.event.created': HeadshotMarketingResourcePayload; 'headshotmarketing.report.created': HeadshotMarketingResourcePayload; 'headshotmarketing.search.performed': HeadshotMarketingSearchPayload; 'timecampus.page.viewed': TimeCampusPageViewedPayload; 'timecampus.dashboard.viewed': TimeCampusPageViewedPayload; 'timecampus.timer.started': TimeCampusEntityPayload; 'timecampus.timer.stopped': TimeCampusEntityPayload; 'timecampus.time_entry.created': TimeCampusEntityPayload; 'timecampus.timesheet.submitted': TimeCampusEntityPayload; 'timecampus.report.viewed': TimeCampusPageViewedPayload; 'timecampus.project.viewed': TimeCampusEntityPayload; 'timecampus.meeting.created': TimeCampusEntityPayload; 'timecampus.pomodoro.session.completed': TimeCampusEntityPayload; 'timecampus.focus_score.viewed': TimeCampusPageViewedPayload; 'crewfoundry.page.viewed': CrewfoundryPageViewedPayload; 'crewfoundry.dashboard.viewed': CrewfoundryPageViewedPayload; 'crewfoundry.job_posting.created': CrewfoundryResourcePayload; 'crewfoundry.candidate.created': CrewfoundryResourcePayload; 'crewfoundry.employee.created': CrewfoundryResourcePayload; 'crewfoundry.team.created': CrewfoundryResourcePayload; 'crewfoundry.project.created': CrewfoundryResourcePayload; 'crewfoundry.course.enrolled': CrewfoundryEnrollmentPayload; 'crewfoundry.learning_path.created': CrewfoundryResourcePayload; 'crewfoundry.service.listed': CrewfoundryResourcePayload; 'crewfoundry.leave.approved': CrewfoundryResourcePayload; 'crewfoundry.payroll.processed': CrewfoundryResourcePayload; 'crewfoundry.invoice.created': CrewfoundryResourcePayload; 'movethewheels.page.viewed': MoveTheWheelsPageViewedPayload; 'movethewheels.shipment.created': MoveTheWheelsShipmentPayload; 'movethewheels.shipment.delivered': MoveTheWheelsShipmentPayload; 'movethewheels.order.created': MoveTheWheelsOrderPayload; 'movethewheels.route.planned': MoveTheWheelsRoutePayload; 'movethewheels.vehicle.assigned': MoveTheWheelsVehiclePayload; 'movethewheels.warehouse.inbound_received': MoveTheWheelsWarehousePayload; 'kadaikodi.page.viewed': KadaikodiPageViewedPayload; 'eventfullymanaged.page.viewed': EventfullyManagedPageViewedPayload; 'eventfullymanaged.dashboard.viewed': EventfullyManagedPageViewedPayload; 'eventfullymanaged.event.created': EventfullyManagedResourcePayload; 'eventfullymanaged.event.updated': EventfullyManagedResourcePayload; 'eventfullymanaged.event.viewed': EventfullyManagedResourcePayload; 'eventfullymanaged.event.published': EventfullyManagedResourcePayload; 'eventfullymanaged.venue.created': EventfullyManagedResourcePayload; 'eventfullymanaged.venue.updated': EventfullyManagedResourcePayload; 'eventfullymanaged.venue.viewed': EventfullyManagedResourcePayload; 'eventfullymanaged.speaker.created': EventfullyManagedResourcePayload; 'eventfullymanaged.speaker.updated': EventfullyManagedResourcePayload; 'eventfullymanaged.speaker.viewed': EventfullyManagedResourcePayload; 'eventfullymanaged.session.created': EventfullyManagedResourcePayload; 'eventfullymanaged.session.updated': EventfullyManagedResourcePayload; 'eventfullymanaged.session.viewed': EventfullyManagedResourcePayload; 'eventfullymanaged.registration.created': EventfullyManagedResourcePayload; 'eventfullymanaged.registration.check_in': EventfullyManagedResourcePayload; 'eventfullymanaged.sponsor.created': EventfullyManagedResourcePayload; 'eventfullymanaged.sponsor.viewed': EventfullyManagedResourcePayload; 'eventfullymanaged.exhibitor.created': EventfullyManagedResourcePayload; 'eventfullymanaged.exhibitor.viewed': EventfullyManagedResourcePayload; 'eventfullymanaged.lead.captured': EventfullyManagedResourcePayload; 'eventfullymanaged.communication.sent': EventfullyManagedResourcePayload; 'eventfullymanaged.analytics.viewed': EventfullyManagedPageViewedPayload; 'eventfullymanaged.report.exported': EventfullyManagedResourcePayload; 'healthybowl.farm.created': HealthyBowlEventPayload; 'healthybowl.crop.created': HealthyBowlEventPayload; 'healthybowl.crop.updated': HealthyBowlEventPayload; 'healthybowl.harvest.recorded': HealthyBowlEventPayload; 'workspaces.page.viewed': WorkspacesPageViewedPayload; 'workspace.created': WorkspaceEventPayload; 'workspace.updated': WorkspaceEventPayload; 'workspace.deleted': WorkspaceEventPayload; 'workspace.archived': WorkspaceEventPayload; 'workspace.reactivated': WorkspaceEventPayload; 'project.created': ProjectEventPayload; 'project.updated': ProjectEventPayload; 'project.deleted': ProjectEventPayload; 'project.archived': ProjectEventPayload; 'project.unarchived': ProjectEventPayload; 'workspace-member.added': WorkspaceMemberEventPayload; 'workspace-member.removed': WorkspaceMemberEventPayload; 'workspace-member.role-updated': WorkspaceMemberEventPayload; 'project-member.added': ProjectMemberEventPayload; 'project-member.removed': ProjectMemberEventPayload; 'workspace-invitation.sent': WorkspaceInvitationEventPayload; 'workspace-invitation.accepted': WorkspaceInvitationEventPayload; 'workspace-invitation.declined': WorkspaceInvitationEventPayload; } export interface KadaikodiPageViewedPayload { page: string; route: string; product: 'kadaikodi'; workspaceId?: string; entityType?: string; entityId?: string; } export interface EventfullyManagedPageViewedPayload { page: string; route: string; product: 'eventfullymanaged'; workspaceId?: string; entityType?: string; entityId?: string; } export interface EventfullyManagedResourcePayload { id?: string; entityType?: string; workspaceId?: string; } export interface CrewfoundryPageViewedPayload { page: string; route: string; product: 'crewfoundry'; workspaceId?: string; entityType?: string; entityId?: string; } export interface CrewfoundryResourcePayload { id?: string; entityType?: string; workspaceId?: string; } export interface CrewfoundryEnrollmentPayload { id?: string; userId?: string; courseId?: string; workspaceId?: string; } export interface MoveTheWheelsPageViewedPayload { page: string; route: string; product: 'movethewheels'; workspaceId?: string; entityType?: string; entityId?: string; } export interface MoveTheWheelsShipmentPayload { id?: string; workspaceId?: string; } export interface MoveTheWheelsOrderPayload { id?: string; workspaceId?: string; } export interface MoveTheWheelsRoutePayload { id?: string; workspaceId?: string; } export interface MoveTheWheelsVehiclePayload { id?: string; workspaceId?: string; } export interface MoveTheWheelsWarehousePayload { id?: string; workspaceId?: string; } export interface TimeCampusPageViewedPayload { page: string; route: string; product: 'timecampus'; workspaceId?: string; entityType?: string; entityId?: string; } export interface TimeCampusEntityPayload { id?: string; entityType?: string; workspaceId?: string; } export interface HeadshotMarketingPageViewedPayload { page: string; route: string; product: 'headshotmarketing'; workspaceId?: string; } export interface HeadshotMarketingWorkspacePayload { workspaceId?: string; } export interface HeadshotMarketingResourcePayload extends HeadshotMarketingWorkspacePayload { id?: string; entityType?: string; } export interface HeadshotMarketingSearchPayload extends HeadshotMarketingWorkspacePayload { query?: string; entityType?: string; } export interface LabsofsciencePageViewedPayload { page: string; route: string; product: 'labsofscience'; workspaceId?: string; } export interface LabsofscienceWorkspacePayload { workspaceId?: string; } export interface LabsofscienceResourcePayload extends LabsofscienceWorkspacePayload { id?: string; entityType?: string; } export interface SubscriberBotPageViewedPayload { page: string; route: string; product: 'subscriberbot'; workspaceId?: string; } export interface BuildmyiqPageViewedPayload { page: string; route: string; product: 'buildmyiq'; workspaceId?: string; entityType?: string; entityId?: string; } export interface CosmicIntersectionPageViewedPayload { workspaceId?: string; page: string; entityId?: string; } export interface CosmicIntersectionWorkspacePayload { workspaceId?: string; } export interface CosmicIntersectionResourcePayload extends CosmicIntersectionWorkspacePayload { id?: string; entityType?: string; } export interface CosmicIntersectionSearchPayload extends CosmicIntersectionWorkspacePayload { query?: string; entityType?: string; } export interface HookMoviesPageViewedPayload { workspaceId?: string; page: string; route: string; product: 'hookmovies'; entityType?: string; entityId?: string; } export interface HookMoviesWorkspacePayload { workspaceId?: string; } export interface HookMoviesResourcePayload extends HookMoviesWorkspacePayload { id?: string; entityType?: string; } export interface HookMoviesSearchPayload extends HookMoviesWorkspacePayload { query?: string; entityType?: string; } export interface GovCitizenHubPageViewedPayload { page: string; route: string; product: 'govcitizenhub'; } export interface GovCitizenHubWorkspacePayload { workspaceId?: string; } export interface GovCitizenHubResourcePayload extends GovCitizenHubWorkspacePayload { id?: string; entityType?: string; } export interface GovCitizenHubDecisionPayload extends GovCitizenHubResourcePayload { decision?: 'APPROVED' | 'REJECTED' | 'WITHDRAWN'; } export interface GovCitizenHubSearchPayload extends GovCitizenHubWorkspacePayload { query?: string; entityType?: string; } export interface IntelWatchtowerPageViewedPayload { page: string; route: string; product: 'intelwatchtower'; } export interface IntelWatchtowerEntityPayload { workspaceId?: string; entityType?: string; entityId?: string; } export interface IntelWatchtowerRequirementCreatedPayload { workspaceId?: string; requirementId?: string; priority?: string; } export interface IntelWatchtowerAlertTriagedPayload { workspaceId?: string; alertId?: string; status?: string; } export interface TechnoSpamPageViewedPayload { page: string; route: string; product: 'technospam'; } export interface TechnoSpamEntityPayload { workspaceId?: string; entityId?: string; entityType?: string; } export interface TechnoSpamSearchPayload { workspaceId?: string; query?: string; } export interface MyBodyShieldPageViewedPayload { workspaceId?: string; page: string; entityId?: string; } export interface MyBodyShieldEntityPayload { workspaceId?: string; entityType?: string; entityId?: string; memberId?: string; } export interface HousingVistaWorkspacePayload { workspaceId?: string; } export interface HousingVistaResourcePayload extends HousingVistaWorkspacePayload { id?: string; } export interface HousingVistaSearchPayload extends HousingVistaWorkspacePayload { category?: string; } export interface HousingVistaExportPayload extends HousingVistaWorkspacePayload { entityType?: string; } export interface ManufacturedOpsPayload { workspaceId?: string; entityId?: string; } export interface ManufacturedOpsPageViewedPayload { page: string; route: string; product: 'manufacturedops'; } export interface PswWorkspacePayload { workspaceId?: string; } export interface PswEntityPayload extends PswWorkspacePayload { entityId?: string; } export interface PswClientPayload extends PswWorkspacePayload { clientId?: string; } export interface PswEngagementPayload extends PswWorkspacePayload { engagementId?: string; clientId?: string; } export interface PswMatterPayload extends PswWorkspacePayload { matterId?: string; clientId?: string; } export interface PswEngagementTransitionPayload extends PswWorkspacePayload { engagementId?: string; status?: string; } export interface PswSearchPayload extends PswWorkspacePayload { entityType?: string; queryLength?: number; } export interface TheGlobalFuelWorkspacePayload { workspaceId?: string; } export interface TheGlobalFuelResourcePayload extends TheGlobalFuelWorkspacePayload { id?: string; } export interface BigConsoleImportPayload { source?: 'import'; } export interface BigConsoleDashboardPayload extends BigConsoleImportPayload { dashboardId?: string; originalUpdated?: boolean; } export interface BigConsoleDashboardSharePayload { dashboardId?: string; permission?: string; recipientType?: string; } export interface BigConsoleDataSinkPayload extends BigConsoleImportPayload { dataSinkId?: string; originalUpdated?: boolean; } export interface BigConsoleWidgetPayload { dashboardId?: string; pageId?: string; widgetId?: string; sourceWidgetId?: string; widgetType?: string; } export interface BigConsoleAiPayload { generationId?: string; dashboardId?: string; maxWidgets?: number; } export interface VCWorkspacePayload { workspaceId?: string; } export interface VCResourcePayload extends VCWorkspacePayload { id?: string; } export interface VCAgentPayload extends VCWorkspacePayload { agentId?: string; } export interface VCSessionPayload extends VCWorkspacePayload { sessionId?: string; agentId?: string; } export interface VCTunnelPayload extends VCWorkspacePayload { tunnelId?: string; agentId?: string; } export interface VCVibeDeckButtonPayload extends VCWorkspacePayload { deckId?: string; buttonId?: string; } export interface GGNomadPageViewedPayload { page: string; route: string; product: 'ggnomad'; workspaceId?: string; entityType?: string; entityId?: string; } export interface GGNomadWorkspacePayload { workspaceId?: string; } export interface GGNomadResourcePayload extends GGNomadWorkspacePayload { id?: string; entityType?: string; } export interface GGNomadSearchPayload extends GGNomadWorkspacePayload { query?: string; entityType?: string; } export interface AthleteBridgePageViewedPayload { page: string; route: string; product: 'atheletebridge'; workspaceId?: string; entityType?: string; entityId?: string; } export interface AthleteBridgeWorkspacePayload { workspaceId?: string; } export interface AthleteBridgeResourcePayload extends AthleteBridgeWorkspacePayload { id?: string; entityType?: string; } export interface AthleteBridgeMetricPayload extends AthleteBridgeWorkspacePayload { athleteId?: string; metricType?: string; } export interface ComradeCirclePageViewedPayload { page: string; route: string; product: 'comradecircle'; workspaceId?: string; } export interface ComradeCircleWorkspacePayload { workspaceId?: string; } export interface ComradeCircleResourcePayload extends ComradeCircleWorkspacePayload { id?: string; } export interface ComradeCircleSearchPayload extends ComradeCircleWorkspacePayload { query?: string; } export interface CoolAndLovelyPageViewedPayload { page: string; route: string; product: 'coolandlovely'; workspaceId?: string; } export interface CoolAndLovelyWorkspacePayload { workspaceId?: string; } export interface CoolAndLovelyResourcePayload extends CoolAndLovelyWorkspacePayload { id?: string; entityType?: string; } export interface CoolAndLovelySearchPayload extends CoolAndLovelyWorkspacePayload { query?: string; entityType?: string; } export interface AdapterCloudPageViewedPayload { page: string; route: string; product: 'adaptercloud'; workspaceId?: string; entityType?: string; entityId?: string; } export interface AdapterCloudWorkspacePayload { workspaceId?: string; } export interface AdapterCloudResourcePayload extends AdapterCloudWorkspacePayload { id?: string; entityType?: string; } export interface AssetHandlerPageViewedPayload { page: string; route: string; product: 'assethandler'; workspaceId?: string; entityType?: string; entityId?: string; } export interface AssetHandlerWorkspacePayload { workspaceId?: string; } export interface AssetHandlerResourcePayload extends AssetHandlerWorkspacePayload { id?: string; entityType?: string; } export interface CollabKinTreePayload { treeId: string; } export interface CollabKinPersonPayload extends CollabKinTreePayload { personId: string; } export interface CollabKinMemoryPayload extends CollabKinTreePayload { memoryId: string; } export interface CollabKinStoryPayload extends CollabKinTreePayload { storyId: string; } export interface CollabKinMemberPayload extends CollabKinTreePayload { membershipId: string; } export interface ConversationEventPayload { conversationId: string; workspaceId?: string; conversationType?: string; source?: string; } export interface MessageEventPayload { messageId: string; conversationId: string; workspaceId?: string; reactionEmoji?: string; } export interface ConversationMemberEventPayload { conversationId: string; userId: string; workspaceId?: string; role?: string; } export interface NotificationLevelEventPayload { conversationId: string; userId: string; level: 'ALL' | 'MENTIONS' | 'DIRECT' | 'NONE'; } export interface ToursPageViewedPayload { page: '/tours' | '/tours/progress'; productId?: string; moduleId?: string; pageId?: string; workspaceId?: string; } export interface ToursTourActionPayload { tourId: string; tourSlug?: string; productId?: string; moduleId?: string; pageId?: string; workspaceId?: string; } export interface ToursApiFailedPayload { route: '/tours' | '/tours/progress'; operation: string; errorCode?: string; errorMessage?: string; productId?: string; workspaceId?: string; } export interface StoreProductPayload { productId: string; productSlug?: string; productType?: string; pricingModel?: string; workspaceId?: string; } export interface StoreInstallPayload { productId: string; installationId?: string; workspaceId?: string; version?: string; } export interface StoreOrderPayload { orderId: string; workspaceId?: string; total?: number; currency?: string; itemCount?: number; } export interface StoreCartItemPayload { productId: string; cartId?: string; workspaceId?: string; quantity?: number; } export interface StoreCartCheckoutPayload { cartId: string; workspaceId?: string; itemCount?: number; total?: number; } export interface StoreLicensePayload { licenseId: string; productId?: string; workspaceId?: string; } export interface StorePublisherPayload { publisherId: string; publisherName?: string; workspaceId?: string; } export interface StoreReviewPayload { reviewId?: string; productId: string; rating?: number; workspaceId?: string; } export interface StoreSearchPayload { query: string; resultCount?: number; workspaceId?: string; } export interface StoreCategoryPayload { categorySlug: string; categoryName?: string; workspaceId?: string; } export interface SupportTicketEventPayload { ticketId: string; ticketNumber?: string; subject?: string; status?: string; priority?: string; categoryId?: string; workspaceId?: string; tenantId?: string; } export interface SupportTicketMessagePayload { messageId: string; ticketId: string; workspaceId?: string; tenantId?: string; } export interface NotificationAnalyticsPayload { source?: 'center' | 'panel' | 'history' | 'preferences' | 'admin_history' | 'composer' | 'template_editor'; action?: 'open' | 'set' | 'reset' | 'send' | 'create' | 'update' | 'cancel' | 'reschedule'; interaction?: 'card' | 'primary_action' | 'custom_action'; scope?: 'GLOBAL' | 'CHANNEL' | 'TYPE' | 'TOPIC'; channel?: string; type?: string; priority?: string; mode?: 'compose' | 'template'; recipientSource?: 'manual' | 'directory'; recipientCount?: number; successCount?: number; failedCount?: number; scheduled?: boolean; includeInApp?: boolean; enabled?: boolean; hasActions?: boolean; hasMedia?: boolean; hasHtml?: boolean; variableCount?: number; } export interface SupportKbArticleViewedPayload { articleId: string; articleSlug?: string; title?: string; categoryId?: string; tenantId?: string; } export interface SupportKbArticleRatedPayload { articleId: string; articleSlug?: string; rating: 'helpful' | 'not_helpful'; tenantId?: string; } export interface SupportChatMessagePayload { sessionId?: string; tenantId?: string; } export interface FrontendErrorPayload { message: string; filename?: string; lineno?: number; colno?: number; errorName?: string; } export interface FrontendUnhandledRejectionPayload { reason: string; } export interface FrontendPerfPayload { metric: 'LCP' | 'CLS' | 'INP' | 'TTFB'; value: number; id: string; rating?: 'good' | 'needs-improvement' | 'poor'; } export interface NavRouteChangedPayload { pathname: string; search?: string; hash?: string; title?: string; } export interface NavRouteChangedPayload { pathname: string; search?: string; from?: string; } export interface FileEventPayload { fileId: string; fileName?: string; mimeType?: string; size?: number; folderId?: string; workspaceId?: string; } export interface FileMovedPayload { fileId: string; fileName?: string; fromFolderId?: string; toFolderId: string; workspaceId?: string; } export interface FileCopiedPayload { fileId: string; sourceFileId: string; toFolderId: string; workspaceId?: string; } export interface FileDownloadPayload { fileId: string; fileName?: string; workspaceId?: string; } export interface FileSharedPayload { shareId: string; fileId?: string; folderId?: string; shareType: 'PUBLIC' | 'INTERNAL' | 'GROUP'; workspaceId?: string; } export interface FolderEventPayload { folderId: string; folderName?: string; parentFolderId?: string; workspaceId?: string; } export interface FolderMovedPayload { folderId: string; folderName?: string; fromFolderId?: string; toFolderId: string; workspaceId?: string; } export interface ShareEventPayload { shareId: string; fileId?: string; folderId?: string; shareType?: 'PUBLIC' | 'INTERNAL' | 'GROUP'; workspaceId?: string; } export interface UploadStartedPayload { fileId?: string; fileName: string; size: number; mimeType: string; folderId?: string; workspaceId?: string; } export interface UploadProgressPayload { fileId: string; progress: number; bytesUploaded?: number; bytesTotal?: number; } export interface UploadCompletedPayload { fileId: string; fileName: string; workspaceId?: string; } export interface UploadFailedPayload { fileId: string; fileName: string; error: string; } export interface EventMetadata { route: { pathname: string; search: string; }; sessionId: string; deviceId: string; userAgent: string; locale: string; theme: 'light' | 'dark' | 'hc'; app: { name: string; version: string; env: 'dev' | 'alpha' | 'prod'; }; traceId?: string; spanId?: string; } export interface BurdenoffEvent { id: string; name: TName; version: 1; source: { mfe: string; component?: string; }; timestamp: string; monotonic: number; payload: BurdenoffEventPayloadMap[TName]; metadata: EventMetadata; } export interface EventEmitOptions { component?: string; } export type EventHandler = (event: BurdenoffEvent) => void; export interface EventBus { emit(name: TName, payload: BurdenoffEventPayloadMap[TName], options?: EventEmitOptions): void; /** * Escape hatch for MFE-local domain events that aren't registered in * `BurdenoffEventName`. Bypasses the typed name/payload check; the event * still flows to `onAny` listeners and the ring buffer, but typed `on` * listeners won't fire for it (they're keyed by `BurdenoffEventName`). * * Prefer the typed `emit()` for cross-MFE platform events (auth, * billing, tenant, etc.). Use `emitCustom()` for events that are * meaningful only within a single MFE's domain (e.g. `group.created`, * `workspaces.invite.viewed`). */ emitCustom(name: string, payload: unknown, options?: EventEmitOptions): void; on(name: TName, handler: EventHandler): () => void; once(name: TName, handler: EventHandler): () => void; getBuffer(options?: { limit?: number; filter?: BurdenoffEventName | (string & {}); }): BurdenoffEvent[] | readonly BurdenoffEvent[]; onAny(handler: (event: BurdenoffEvent) => void): () => void; } interface EventBusProviderProps { appName: string; appVersion?: string; appEnv?: 'dev' | 'alpha' | 'prod'; sourceMfe?: string; children: ReactNode; } interface CreateEventBusOptions { appName: string; appVersion?: string; appEnv?: 'dev' | 'alpha' | 'prod'; sourceMfe?: string; } export declare function EventBusProvider({ appName, appVersion, appEnv, sourceMfe, children, }: EventBusProviderProps): import("react/jsx-runtime").JSX.Element; export declare function createEventBus({ appName, appVersion, appEnv, sourceMfe, }: CreateEventBusOptions): EventBus; export declare function useEventBus(): EventBus; export declare function useEvent(name: TName, handler: EventHandler): void; export declare function useEventEmitter(name: TName, options?: EventEmitOptions): (payload: BurdenoffEventPayloadMap[TName]) => void; export * from './sinks'; //# sourceMappingURL=index.d.ts.map