UNPKG

@vercel/sdk

Version:

<p align="center"> <a href="https://vercel.com"> <img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96"> <h3 align="center">Vercel</h3> </a> <p align="center">Develop. Preview. Ship.</p> </p>

2,387 lines 118 kB
import * as z from "zod/v3";
import { ClosedEnum } from "../types/enums.js";
import { Result as SafeParseResult } from "../types/fp.js";
import { SDKValidationError } from "./sdkvalidationerror.js";
/**
 * The type of entity.
 */
export declare const UserEventEntitiesType: {
    readonly App: "app";
    readonly Author: "author";
    readonly BitbucketLogin: "bitbucket_login";
    readonly Bold: "bold";
    readonly DeploymentHost: "deployment_host";
    readonly DeploymentInspector: "deployment_inspector";
    readonly DnsRecord: "dns_record";
    readonly EdgeConfig: "edge-config";
    readonly EnvVarName: "env_var_name";
    readonly Flag: "flag";
    readonly FlagsSegment: "flags-segment";
    readonly FlagsSettings: "flags-settings";
    readonly GitLink: "git_link";
    readonly GithubLogin: "github_login";
    readonly GitlabLogin: "gitlab_login";
    readonly HookName: "hook_name";
    readonly Integration: "integration";
    readonly Link: "link";
    readonly ProjectName: "project_name";
    readonly ScalingRules: "scaling_rules";
    readonly Store: "store";
    readonly System: "system";
    readonly Target: "target";
};
/**
 * The type of entity.
 */
export type UserEventEntitiesType = ClosedEnum<typeof UserEventEntitiesType>;
/**
 * A list of "entities" within the event `text`. Useful for enhancing the displayed text with additional styling and links.
 */
export type Entities = {
    /**
     * The type of entity.
     */
    type: UserEventEntitiesType;
    /**
     * The index of where the entity begins within the `text` (inclusive).
     */
    start: number;
    /**
     * The index of where the entity ends within the `text` (non-inclusive).
     */
    end: number;
};
/**
 * The type of the event.
 */
export declare const UserEventType: {
    readonly AccessGroupCreated: "access-group-created";
    readonly AccessGroupDeleted: "access-group-deleted";
    readonly AccessGroupProjectUpdated: "access-group-project-updated";
    readonly AccessGroupUpdated: "access-group-updated";
    readonly AccessGroupUserAdded: "access-group-user-added";
    readonly AccessGroupUserRemoved: "access-group-user-removed";
    readonly AdminAgenticProvisioningAccountUnlinked: "admin-agentic-provisioning-account-unlinked";
    readonly AdminPlanUpdated: "admin-plan-updated";
    readonly AdminSecondaryEmailAdded: "admin-secondary-email-added";
    readonly AdminSecondaryEmailRemoved: "admin-secondary-email-removed";
    readonly AdminTeamNameUpdate: "admin-team-name-update";
    readonly AdminTeamSlugUpdate: "admin-team-slug-update";
    readonly AdminUserDelete: "admin-user-delete";
    readonly AdminUserPrimaryEmailUpdated: "admin-user-primary-email-updated";
    readonly AdminUsernameUpdated: "admin-username-updated";
    readonly AgenticProvisioningAccountBlocked: "agentic-provisioning-account-blocked";
    readonly AgenticProvisioningAccountLinked: "agentic-provisioning-account-linked";
    readonly AgenticProvisioningAccountRelinked: "agentic-provisioning-account-relinked";
    readonly AgenticProvisioningAccountUnlinked: "agentic-provisioning-account-unlinked";
    readonly AgenticProvisioningCredentialsRotated: "agentic-provisioning-credentials-rotated";
    readonly AgenticProvisioningPlanChanged: "agentic-provisioning-plan-changed";
    readonly AgenticProvisioningTeamCreated: "agentic-provisioning-team-created";
    readonly AiAlertInvestigation: "ai-alert-investigation";
    readonly AiCodeReview: "ai-code-review";
    readonly AiGatewayApiKeyCreated: "ai-gateway-api-key-created";
    readonly AiGatewayApiKeyDeleted: "ai-gateway-api-key-deleted";
    readonly AiGatewayApiKeyQuotaUpdated: "ai-gateway-api-key-quota-updated";
    readonly AiGatewayAutoReloadUpdated: "ai-gateway-auto-reload-updated";
    readonly AiGatewayBudgetDefaultUpdated: "ai-gateway-budget-default-updated";
    readonly AiGatewayByokCredentialCreated: "ai-gateway-byok-credential-created";
    readonly AiGatewayByokCredentialDeleted: "ai-gateway-byok-credential-deleted";
    readonly AiGatewayByokCredentialUpdated: "ai-gateway-byok-credential-updated";
    readonly AiGatewayByokModelMappingsUpdated: "ai-gateway-byok-model-mappings-updated";
    readonly AiGatewayCreditsPurchased: "ai-gateway-credits-purchased";
    readonly AiGatewayGuardrailsUpdated: "ai-gateway-guardrails-updated";
    readonly AiGatewayHipaaComplianceToggled: "ai-gateway-hipaa-compliance-toggled";
    readonly AiGatewayInferenceRegionsUpdated: "ai-gateway-inference-regions-updated";
    readonly AiGatewayModelAllowlistModelsUpdated: "ai-gateway-model-allowlist-models-updated";
    readonly AiGatewayModelAllowlistToggled: "ai-gateway-model-allowlist-toggled";
    readonly AiGatewayPrivateModelCreated: "ai-gateway-private-model-created";
    readonly AiGatewayPrivateModelDeleted: "ai-gateway-private-model-deleted";
    readonly AiGatewayPrivateModelUpdated: "ai-gateway-private-model-updated";
    readonly AiGatewayPrivateProviderCreated: "ai-gateway-private-provider-created";
    readonly AiGatewayPrivateProviderDeleted: "ai-gateway-private-provider-deleted";
    readonly AiGatewayPrivateProviderUpdated: "ai-gateway-private-provider-updated";
    readonly AiGatewayPromptTrainingOptOutToggled: "ai-gateway-prompt-training-opt-out-toggled";
    readonly AiGatewayProviderAllowlistProvidersUpdated: "ai-gateway-provider-allowlist-providers-updated";
    readonly AiGatewayProviderAllowlistToggled: "ai-gateway-provider-allowlist-toggled";
    readonly AiGatewayRuleCreated: "ai-gateway-rule-created";
    readonly AiGatewayRuleDeleted: "ai-gateway-rule-deleted";
    readonly AiGatewayRuleUpdated: "ai-gateway-rule-updated";
    readonly AiGatewayScopeBudgetUpdated: "ai-gateway-scope-budget-updated";
    readonly AiGatewayTranscriptsDefaultDisabled: "ai-gateway-transcripts-default-disabled";
    readonly AiGatewayTranscriptsDefaultEnabled: "ai-gateway-transcripts-default-enabled";
    readonly AiGatewayTranscriptsDisabled: "ai-gateway-transcripts-disabled";
    readonly AiGatewayTranscriptsEnabled: "ai-gateway-transcripts-enabled";
    readonly AiGatewayTranscriptsRetentionUpdated: "ai-gateway-transcripts-retention-updated";
    readonly AiGatewayVirtualModelConfigArchived: "ai-gateway-virtual-model-config-archived";
    readonly AiGatewayVirtualModelConfigCreated: "ai-gateway-virtual-model-config-created";
    readonly AiGatewayVirtualModelConfigDeleted: "ai-gateway-virtual-model-config-deleted";
    readonly AiGatewayVirtualModelConfigRestored: "ai-gateway-virtual-model-config-restored";
    readonly AiGatewayVirtualModelConfigUpdated: "ai-gateway-virtual-model-config-updated";
    readonly AiGatewayZeroDataRetentionToggled: "ai-gateway-zero-data-retention-toggled";
    readonly AiOmniagent: "ai-omniagent";
    readonly AlertInvestigationProjectAllowlistUpdated: "alert-investigation-project-allowlist-updated";
    readonly AlertRuleCreated: "alert-rule-created";
    readonly AlertRuleDeleted: "alert-rule-deleted";
    readonly AlertRuleUpdated: "alert-rule-updated";
    readonly Alias: "alias";
    readonly AliasChown: "alias-chown";
    readonly AliasDelete: "alias-delete";
    readonly AliasInviteCreated: "alias-invite-created";
    readonly AliasInviteJoined: "alias-invite-joined";
    readonly AliasInviteRevoked: "alias-invite-revoked";
    readonly AliasProtectionBypassCreated: "alias-protection-bypass-created";
    readonly AliasProtectionBypassException: "alias-protection-bypass-exception";
    readonly AliasProtectionBypassRegenerated: "alias-protection-bypass-regenerated";
    readonly AliasProtectionBypassRevoked: "alias-protection-bypass-revoked";
    readonly AliasSystem: "alias-system";
    readonly AliasUserScopedAccessDenied: "alias-user-scoped-access-denied";
    readonly AliasUserScopedAccessGranted: "alias-user-scoped-access-granted";
    readonly AliasUserScopedAccessRequested: "alias-user-scoped-access-requested";
    readonly AliasUserScopedAccessRevoked: "alias-user-scoped-access-revoked";
    readonly AliasesAssigned: "aliases-assigned";
    readonly AttackModeDisabled: "attack-mode-disabled";
    readonly AttackModeEnabled: "attack-mode-enabled";
    readonly AuditLogExportDownloaded: "audit-log-export-downloaded";
    readonly AuditLogExportRequested: "audit-log-export-requested";
    readonly AuthorizeGitDeployment: "authorize-git-deployment";
    readonly AutoExposeSystemEnvs: "auto-expose-system-envs";
    readonly Avatar: "avatar";
    readonly BillingSettingsUpdated: "billing-settings-updated";
    readonly BulkRedirectsSettingsUpdated: "bulk-redirects-settings-updated";
    readonly BulkRedirectsVersionPromoted: "bulk-redirects-version-promoted";
    readonly BulkRedirectsVersionRestored: "bulk-redirects-version-restored";
    readonly Cert: "cert";
    readonly CertAutorenew: "cert-autorenew";
    readonly CertChown: "cert-chown";
    readonly CertClone: "cert-clone";
    readonly CertDelete: "cert-delete";
    readonly CertRenew: "cert-renew";
    readonly CertReplace: "cert-replace";
    readonly CertSystemCreate: "cert-system-create";
    readonly CodeOwnersConfigUpdated: "code-owners-config-updated";
    readonly ComplianceDocumentDownloaded: "compliance-document-downloaded";
    readonly ComplianceDocumentPreviewed: "compliance-document-previewed";
    readonly ComplianceDocumentsBulkDownloaded: "compliance-documents-bulk-downloaded";
    readonly ConcurrentBuildsUpdate: "concurrent-builds-update";
    readonly ConnectAttachProject: "connect-attach-project";
    readonly ConnectBitbucket: "connect-bitbucket";
    readonly ConnectBitbucketApp: "connect-bitbucket-app";
    readonly ConnectConfigurationCreated: "connect-configuration-created";
    readonly ConnectConfigurationDeleted: "connect-configuration-deleted";
    readonly ConnectConfigurationLinkUpdated: "connect-configuration-link-updated";
    readonly ConnectConfigurationLinked: "connect-configuration-linked";
    readonly ConnectConfigurationUnlinked: "connect-configuration-unlinked";
    readonly ConnectConfigurationUpdated: "connect-configuration-updated";
    readonly ConnectCreateConnector: "connect-create-connector";
    readonly ConnectDeleteConnector: "connect-delete-connector";
    readonly ConnectDeleteInstallation: "connect-delete-installation";
    readonly ConnectDetachProject: "connect-detach-project";
    readonly ConnectGithub: "connect-github";
    readonly ConnectGithubCustomHost: "connect-github-custom-host";
    readonly ConnectGithubLimited: "connect-github-limited";
    readonly ConnectGitlab: "connect-gitlab";
    readonly ConnectGitlabApp: "connect-gitlab-app";
    readonly ConnectImportTokens: "connect-import-tokens";
    readonly ConnectRevokeAllTokens: "connect-revoke-all-tokens";
    readonly ConnectUpdateConnector: "connect-update-connector";
    readonly ConnectUpdateTriggerDestinations: "connect-update-trigger-destinations";
    readonly ConnectUpsertInstallation: "connect-upsert-installation";
    readonly CustomAlertCreated: "custom-alert-created";
    readonly CustomAlertDeleted: "custom-alert-deleted";
    readonly CustomAlertUpdated: "custom-alert-updated";
    readonly CustomEnvironmentsSettingsUpdated: "custom-environments-settings-updated";
    readonly CustomMetricMetadataDeleted: "custom-metric-metadata-deleted";
    readonly CustomMetricMetadataUpdated: "custom-metric-metadata-updated";
    readonly CustomSuffixClear: "custom-suffix-clear";
    readonly CustomSuffixDisable: "custom-suffix-disable";
    readonly CustomSuffixEnable: "custom-suffix-enable";
    readonly CustomSuffixPending: "custom-suffix-pending";
    readonly CustomSuffixReady: "custom-suffix-ready";
    readonly DeployHookCreated: "deploy-hook-created";
    readonly DeployHookDeduped: "deploy-hook-deduped";
    readonly DeployHookDeleted: "deploy-hook-deleted";
    readonly DeployHookProcessed: "deploy-hook-processed";
    readonly Deployment: "deployment";
    readonly DeploymentCheckCreated: "deployment-check-created";
    readonly DeploymentCheckDeleted: "deployment-check-deleted";
    readonly DeploymentCheckUpdated: "deployment-check-updated";
    readonly DeploymentChown: "deployment-chown";
    readonly DeploymentCreationBlocked: "deployment-creation-blocked";
    readonly DeploymentDelete: "deployment-delete";
    readonly DeploymentPolicyBlocked: "deployment-policy-blocked";
    readonly DeploymentUndeleted: "deployment-undeleted";
    readonly DisabledIntegrationInstallationRemoved: "disabled-integration-installation-removed";
    readonly DisconnectBitbucketApp: "disconnect-bitbucket-app";
    readonly DisconnectGithub: "disconnect-github";
    readonly DisconnectGithubCustomHost: "disconnect-github-custom-host";
    readonly DisconnectGithubLimited: "disconnect-github-limited";
    readonly DisconnectGitlabApp: "disconnect-gitlab-app";
    readonly DnsAdd: "dns-add";
    readonly DnsDelete: "dns-delete";
    readonly DnsRecordInternal: "dns-record-internal";
    readonly DnsUpdate: "dns-update";
    readonly DnsZonefileImport: "dns-zonefile-import";
    readonly Domain: "domain";
    readonly DomainBuy: "domain-buy";
    readonly DomainCdn: "domain-cdn";
    readonly DomainChown: "domain-chown";
    readonly DomainCustomNsChange: "domain-custom-ns-change";
    readonly DomainDelegated: "domain-delegated";
    readonly DomainDelete: "domain-delete";
    readonly DomainEchChange: "domain-ech-change";
    readonly DomainMoveIn: "domain-move-in";
    readonly DomainMoveOut: "domain-move-out";
    readonly DomainMoveOutRequestSent: "domain-move-out-request-sent";
    readonly DomainRenewChange: "domain-renew-change";
    readonly DomainServiceTypeUpdated: "domain-service-type-updated";
    readonly DomainTransferIn: "domain-transfer-in";
    readonly DomainTransferInCanceled: "domain-transfer-in-canceled";
    readonly DomainTransferInCompleted: "domain-transfer-in-completed";
    readonly DomainZoneChange: "domain-zone-change";
    readonly DomainZoneChangeInternal: "domain-zone-change-internal";
    readonly DrainCreated: "drain-created";
    readonly DrainDeleted: "drain-deleted";
    readonly DrainDisabled: "drain-disabled";
    readonly DrainEnabled: "drain-enabled";
    readonly DrainUpdated: "drain-updated";
    readonly EdgeCacheDangerouslyDeleteBySrcImages: "edge-cache-dangerously-delete-by-src-images";
    readonly EdgeCacheDangerouslyDeleteByTags: "edge-cache-dangerously-delete-by-tags";
    readonly EdgeCacheDangerouslyDeleteImmutableStatic: "edge-cache-dangerously-delete-immutable-static";
    readonly EdgeCacheInvalidateBySrcImages: "edge-cache-invalidate-by-src-images";
    readonly EdgeCacheInvalidateByTags: "edge-cache-invalidate-by-tags";
    readonly EdgeCachePurgeAll: "edge-cache-purge-all";
    readonly EdgeCacheRollbackPurge: "edge-cache-rollback-purge";
    readonly EdgeConfigBackupRestored: "edge-config-backup-restored";
    readonly EdgeConfigCreated: "edge-config-created";
    readonly EdgeConfigDeleted: "edge-config-deleted";
    readonly EdgeConfigItemsUpdated: "edge-config-items-updated";
    readonly EdgeConfigSchemaDeleted: "edge-config-schema-deleted";
    readonly EdgeConfigSchemaUpdated: "edge-config-schema-updated";
    readonly EdgeConfigTokenCreated: "edge-config-token-created";
    readonly EdgeConfigTokenDeleted: "edge-config-token-deleted";
    readonly EdgeConfigTransferIn: "edge-config-transfer-in";
    readonly EdgeConfigTransferOut: "edge-config-transfer-out";
    readonly EdgeConfigUpdated: "edge-config-updated";
    readonly Email: "email";
    readonly EmailNotificationRuleRemoved: "email-notification-rule-removed";
    readonly EmailNotificationRuleUpdated: "email-notification-rule-updated";
    readonly EmuMemberRemovedUnverifiedDomain: "emu-member-removed-unverified-domain";
    readonly EnforceDisjunctiveProductionSecrets: "enforce-disjunctive-production-secrets";
    readonly EnforceSensitiveEnvironmentVariables: "enforce-sensitive-environment-variables";
    readonly EnvVariableAdd: "env-variable-add";
    readonly EnvVariableDelete: "env-variable-delete";
    readonly EnvVariableEdit: "env-variable-edit";
    readonly EnvVariableMasked: "env-variable-masked";
    readonly EnvVariableRead: "env-variable-read";
    readonly EnvVariableReadCliDev: "env-variable-read:cli:dev";
    readonly EnvVariableReadCliEnvAdd: "env-variable-read:cli:env:add";
    readonly EnvVariableReadCliEnvLs: "env-variable-read:cli:env:ls";
    readonly EnvVariableReadCliEnvPull: "env-variable-read:cli:env:pull";
    readonly EnvVariableReadCliEnvRm: "env-variable-read:cli:env:rm";
    readonly EnvVariableReadCliPull: "env-variable-read:cli:pull";
    readonly EnvVariableReadUnknownSource: "env-variable-read:unknown-source";
    readonly EnvVariableReadV0EnvPull: "env-variable-read:v0:env:pull";
    readonly EnvVariableRotated: "env-variable-rotated";
    readonly ExperimentCreated: "experiment-created";
    readonly ExperimentDeleted: "experiment-deleted";
    readonly ExperimentTransitioned: "experiment-transitioned";
    readonly ExperimentUpdated: "experiment-updated";
    readonly FirewallBypassCreated: "firewall-bypass-created";
    readonly FirewallBypassDeleted: "firewall-bypass-deleted";
    readonly FirewallConfigModified: "firewall-config-modified";
    readonly FirewallConfigPromoted: "firewall-config-promoted";
    readonly FirewallConfigRemoved: "firewall-config-removed";
    readonly FirewallManagedRulegroupUpdated: "firewall-managed-rulegroup-updated";
    readonly FirewallManagedRulesetUpdated: "firewall-managed-ruleset-updated";
    readonly Flag: "flag";
    readonly FlagArchived: "flag-archived";
    readonly FlagCreated: "flag-created";
    readonly FlagDeleted: "flag-deleted";
    readonly FlagUnarchived: "flag-unarchived";
    readonly FlagUpdated: "flag-updated";
    readonly FlagsExplorerSubscription: "flags-explorer-subscription";
    readonly FlagsSDKKey: "flags-sdk-key";
    readonly FlagsSDKKeyAdded: "flags-sdk-key-added";
    readonly FlagsSDKKeyDeleted: "flags-sdk-key-deleted";
    readonly FlagsSDKKeyRead: "flags-sdk-key-read";
    readonly FlagsSegment: "flags-segment";
    readonly FlagsSettings: "flags-settings";
    readonly FlagsTransferred: "flags-transferred";
    readonly FlatRateCdnAutoUpgradeConsent: "flat-rate-cdn-auto-upgrade-consent";
    readonly GitIntegrationRepoPush: "git-integration-repo-push";
    readonly GitAccountIntegrationLinkAdded: "git_account_integration_link_added";
    readonly GlobalConfigBackupRestored: "global-config-backup-restored";
    readonly GlobalConfigCreated: "global-config-created";
    readonly GlobalConfigDeleted: "global-config-deleted";
    readonly GlobalConfigItemsUpdated: "global-config-items-updated";
    readonly GlobalConfigSchemaDeleted: "global-config-schema-deleted";
    readonly GlobalConfigSchemaUpdated: "global-config-schema-updated";
    readonly GlobalConfigTokenCreated: "global-config-token-created";
    readonly GlobalConfigTokenDeleted: "global-config-token-deleted";
    readonly GlobalConfigTransferIn: "global-config-transfer-in";
    readonly GlobalConfigTransferOut: "global-config-transfer-out";
    readonly GlobalConfigUpdated: "global-config-updated";
    readonly InstantRollbackCreated: "instant-rollback-created";
    readonly IntegrationConfigurationCredentialRevoked: "integration-configuration-credential-revoked";
    readonly IntegrationConfigurationCredentialRotated: "integration-configuration-credential-rotated";
    readonly IntegrationConfigurationOwnerChanged: "integration-configuration-owner-changed";
    readonly IntegrationConfigurationScopeChangeConfirmed: "integration-configuration-scope-change-confirmed";
    readonly IntegrationConfigurationTransferInSuccess: "integration-configuration-transfer-in-success";
    readonly IntegrationConfigurationTransferOutSuccess: "integration-configuration-transfer-out-success";
    readonly IntegrationConfigurationsDisabled: "integration-configurations-disabled";
    readonly IntegrationInstallationBillingPlanUpdated: "integration-installation-billing-plan-updated";
    readonly IntegrationInstallationCompleted: "integration-installation-completed";
    readonly IntegrationInstallationPermissionUpdated: "integration-installation-permission-updated";
    readonly IntegrationInstallationRemoved: "integration-installation-removed";
    readonly IntegrationResourceRedisCommandExecuted: "integration-resource-redis-command-executed";
    readonly IntegrationResourceSqlQueryExecuted: "integration-resource-sql-query-executed";
    readonly IntegrationScopeChanged: "integration-scope-changed";
    readonly InvoiceModified: "invoice-modified";
    readonly InvoiceRefunded: "invoice-refunded";
    readonly KmsIssuerCreated: "kms-issuer-created";
    readonly KmsIssuerDeleted: "kms-issuer-deleted";
    readonly KmsIssuerKeyActivated: "kms-issuer-key-activated";
    readonly KmsIssuerKeyCreated: "kms-issuer-key-created";
    readonly KmsIssuerKeyRevoked: "kms-issuer-key-revoked";
    readonly KmsIssuerKeyRotated: "kms-issuer-key-rotated";
    readonly KmsIssuerPolicyCreated: "kms-issuer-policy-created";
    readonly KmsIssuerPolicyDeleted: "kms-issuer-policy-deleted";
    readonly KmsIssuerPolicyUpdated: "kms-issuer-policy-updated";
    readonly KmsIssuerUpdated: "kms-issuer-updated";
    readonly LogDrainCreated: "log-drain-created";
    readonly LogDrainDeleted: "log-drain-deleted";
    readonly LogDrainDisabled: "log-drain-disabled";
    readonly LogDrainEnabled: "log-drain-enabled";
    readonly Login: "login";
    readonly LoginConnectionLinked: "login-connection-linked";
    readonly LoginConnectionUnlinked: "login-connection-unlinked";
    readonly ManualDeploymentPromotionCreated: "manual-deployment-promotion-created";
    readonly MarketplaceFlexCommitOptIn: "marketplace-flex-commit-opt-in";
    readonly MarketplaceIntegrationAllowlistUpdated: "marketplace-integration-allowlist-updated";
    readonly MicrofrontendGroupAdded: "microfrontend-group-added";
    readonly MicrofrontendGroupDeleted: "microfrontend-group-deleted";
    readonly MicrofrontendGroupUpdated: "microfrontend-group-updated";
    readonly MicrofrontendProjectAddedToGroup: "microfrontend-project-added-to-group";
    readonly MicrofrontendProjectRemovedFromGroup: "microfrontend-project-removed-from-group";
    readonly MicrofrontendProjectUpdated: "microfrontend-project-updated";
    readonly MonitoringAlertUpdated: "monitoring-alert-updated";
    readonly MonitoringDisabled: "monitoring-disabled";
    readonly MonitoringEnabled: "monitoring-enabled";
    readonly OauthAppConnectionCreated: "oauth-app-connection-created";
    readonly OauthAppConnectionRemoved: "oauth-app-connection-removed";
    readonly OauthAppConnectionUpdated: "oauth-app-connection-updated";
    readonly OauthAppCreated: "oauth-app-created";
    readonly OauthAppDeleted: "oauth-app-deleted";
    readonly OauthAppSecretDeleted: "oauth-app-secret-deleted";
    readonly OauthAppSecretGenerated: "oauth-app-secret-generated";
    readonly OauthAppTokenCreated: "oauth-app-token-created";
    readonly OauthAppUpdated: "oauth-app-updated";
    readonly ObservabilityDisabled: "observability-disabled";
    readonly ObservabilityEnabled: "observability-enabled";
    readonly ObservabilityPlusProjectDisabled: "observability-plus-project-disabled";
    readonly ObservabilityPlusProjectEnabled: "observability-plus-project-enabled";
    readonly OidcPolicyCreated: "oidc-policy-created";
    readonly OidcPolicyDeleted: "oidc-policy-deleted";
    readonly OidcPolicyUpdated: "oidc-policy-updated";
    readonly OidcPolicyUsedToObtainAppToken: "oidc-policy-used-to-obtain-app-token";
    readonly OrganizationCreate: "organization-create";
    readonly OrganizationDelete: "organization-delete";
    readonly OrganizationDsyncGroupDelete: "organization-dsync-group-delete";
    readonly OrganizationDsyncGroupUpsert: "organization-dsync-group-upsert";
    readonly OrganizationSlugUpdate: "organization-slug-update";
    readonly OrganizationTeamAdd: "organization-team-add";
    readonly OrganizationTeamCreate: "organization-team-create";
    readonly OrganizationTeamDelete: "organization-team-delete";
    readonly OrganizationTeamSsoUpdate: "organization-team-sso-update";
    readonly OwnerBlocked: "owner-blocked";
    readonly OwnerSoftBlocked: "owner-soft-blocked";
    readonly OwnerSoftUnblocked: "owner-soft-unblocked";
    readonly OwnerUnblocked: "owner-unblocked";
    readonly PageIntegrityConfigUpdated: "page-integrity-config-updated";
    readonly PageIntegrityHeaderApproved: "page-integrity-header-approved";
    readonly PageIntegrityHeaderRejected: "page-integrity-header-rejected";
    readonly PageIntegrityInventoryCleared: "page-integrity-inventory-cleared";
    readonly PageIntegrityResourceApproved: "page-integrity-resource-approved";
    readonly PageIntegrityResourceDeleted: "page-integrity-resource-deleted";
    readonly PageIntegrityResourceRejected: "page-integrity-resource-rejected";
    readonly PageIntegrityScriptApprovalRuleCreated: "page-integrity-script-approval-rule-created";
    readonly PageIntegrityScriptApprovalRuleDeleted: "page-integrity-script-approval-rule-deleted";
    readonly PasskeyCreated: "passkey-created";
    readonly PasskeyDeleted: "passkey-deleted";
    readonly PasskeyUpdated: "passkey-updated";
    readonly PassportAccessGranted: "passport-access-granted";
    readonly PasswordProtectionDisabled: "password-protection-disabled";
    readonly PasswordProtectionEnabled: "password-protection-enabled";
    readonly PaymentMethodAdded: "payment-method-added";
    readonly PaymentMethodDefaultUpdated: "payment-method-default-updated";
    readonly PaymentMethodRemoved: "payment-method-removed";
    readonly Plan: "plan";
    readonly PreviewDeploymentSuffixDisabled: "preview-deployment-suffix-disabled";
    readonly PreviewDeploymentSuffixEnabled: "preview-deployment-suffix-enabled";
    readonly PreviewDeploymentSuffixUpdate: "preview-deployment-suffix-update";
    readonly PrivatelinkEndpointCreated: "privatelink-endpoint-created";
    readonly PrivatelinkEndpointDeleted: "privatelink-endpoint-deleted";
    readonly PrivatelinkEndpointUpdated: "privatelink-endpoint-updated";
    readonly ProductionBranchUpdated: "production-branch-updated";
    readonly ProjectAddAlias: "project-add-alias";
    readonly ProjectAddRedirect: "project-add-redirect";
    readonly ProjectAffectedProjectsDeploymentsUpdated: "project-affected-projects-deployments-updated";
    readonly ProjectAliasConfiguredChange: "project-alias-configured-change";
    readonly ProjectAnalyticsDisabled: "project-analytics-disabled";
    readonly ProjectAnalyticsEnabled: "project-analytics-enabled";
    readonly ProjectAutoAssignCustomProductionDomainsUpdated: "project-auto-assign-custom-production-domains-updated";
    readonly ProjectAutomationBypass: "project-automation-bypass";
    readonly ProjectAvatarUpdate: "project-avatar-update";
    readonly ProjectBuildCommandUpdated: "project-build-command-updated";
    readonly ProjectBuildLogsAndSourceProtectionUpdated: "project-build-logs-and-source-protection-updated";
    readonly ProjectBuildMachineUpdated: "project-build-machine-updated";
    readonly ProjectCardWidgetPreferenceUpdated: "project-card-widget-preference-updated";
    readonly ProjectClientCertDelete: "project-client-cert-delete";
    readonly ProjectClientCertUpload: "project-client-cert-upload";
    readonly ProjectConnectConfigurations: "project-connect-configurations";
    readonly ProjectConsolidatedGitCommitStatusUpdated: "project-consolidated-git-commit-status-updated";
    readonly ProjectCreated: "project-created";
    readonly ProjectCronJobsToggled: "project-cron-jobs-toggled";
    readonly ProjectCustomEnvironmentCreated: "project-custom-environment-created";
    readonly ProjectCustomEnvironmentDeleted: "project-custom-environment-deleted";
    readonly ProjectCustomEnvironmentUpdated: "project-custom-environment-updated";
    readonly ProjectCustomerSuccessCodeVisibilityUpdated: "project-customer-success-code-visibility-updated";
    readonly ProjectDelete: "project-delete";
    readonly ProjectDeploymentPolicyUpdated: "project-deployment-policy-updated";
    readonly ProjectDeploymentRetentionUpdated: "project-deployment-retention-updated";
    readonly ProjectDirectoryListing: "project-directory-listing";
    readonly ProjectDomainDeleted: "project-domain-deleted";
    readonly ProjectDomainMoved: "project-domain-moved";
    readonly ProjectDomainUnverified: "project-domain-unverified";
    readonly ProjectDomainUpdated: "project-domain-updated";
    readonly ProjectDomainVerified: "project-domain-verified";
    readonly ProjectElasticConcurrencyUpdated: "project-elastic-concurrency-updated";
    readonly ProjectExpirationLocked: "project-expiration-locked";
    readonly ProjectExpirationReached: "project-expiration-reached";
    readonly ProjectExpirationScheduled: "project-expiration-scheduled";
    readonly ProjectExpirationUnlocked: "project-expiration-unlocked";
    readonly ProjectExternalRewriteCachingUpdated: "project-external-rewrite-caching-updated";
    readonly ProjectFrameworkUpdated: "project-framework-updated";
    readonly ProjectFunctionCpuMemory: "project-function-cpu-memory";
    readonly ProjectFunctionFailover: "project-function-failover";
    readonly ProjectFunctionMaxDuration: "project-function-max-duration";
    readonly ProjectFunctionRegions: "project-function-regions";
    readonly ProjectFunctionsBetaUpdated: "project-functions-beta-updated";
    readonly ProjectFunctionsFluidDisabled: "project-functions-fluid-disabled";
    readonly ProjectFunctionsFluidEnabled: "project-functions-fluid-enabled";
    readonly ProjectGitCommitCommentsToggled: "project-git-commit-comments-toggled";
    readonly ProjectGitCommitStatusToggled: "project-git-commit-status-toggled";
    readonly ProjectGitCreateDeploymentsToggled: "project-git-create-deployments-toggled";
    readonly ProjectGitCredentialBoundCreated: "project-git-credential-bound-created";
    readonly ProjectGitCredentialBoundDeleted: "project-git-credential-bound-deleted";
    readonly ProjectGitCredentialBoundUpdated: "project-git-credential-bound-updated";
    readonly ProjectGitCredentialGrantCreated: "project-git-credential-grant-created";
    readonly ProjectGitCredentialGrantDeleted: "project-git-credential-grant-deleted";
    readonly ProjectGitCredentialGrantUpdated: "project-git-credential-grant-updated";
    readonly ProjectGitForkProtectionUpdated: "project-git-fork-protection-updated";
    readonly ProjectGitLfsToggled: "project-git-lfs-toggled";
    readonly ProjectGitPrCommentsToggled: "project-git-pr-comments-toggled";
    readonly ProjectGitRepositoryConnected: "project-git-repository-connected";
    readonly ProjectGitRepositoryDisconnected: "project-git-repository-disconnected";
    readonly ProjectGitRepositoryDispatchEventsToggled: "project-git-repository-dispatch-events-toggled";
    readonly ProjectGitRequireVerifiedCommitsToggled: "project-git-require-verified-commits-toggled";
    readonly ProjectIgnoredBuildStepUpdated: "project-ignored-build-step-updated";
    readonly ProjectInstallCommandUpdated: "project-install-command-updated";
    readonly ProjectMemberAdded: "project-member-added";
    readonly ProjectMemberInvited: "project-member-invited";
    readonly ProjectMemberRemoved: "project-member-removed";
    readonly ProjectMemberRemovedBatch: "project-member-removed-batch";
    readonly ProjectMemberUpdated: "project-member-updated";
    readonly ProjectMoveInSuccess: "project-move-in-success";
    readonly ProjectMoveOutFailed: "project-move-out-failed";
    readonly ProjectMoveOutStarted: "project-move-out-started";
    readonly ProjectMoveOutSuccess: "project-move-out-success";
    readonly ProjectName: "project-name";
    readonly ProjectNodeVersionUpdated: "project-node-version-updated";
    readonly ProjectOidcIssuerModeUpdated: "project-oidc-issuer-mode-updated";
    readonly ProjectOidcTokenCreated: "project-oidc-token-created";
    readonly ProjectOptionsAllowlist: "project-options-allowlist";
    readonly ProjectOutputDirectoryUpdated: "project-output-directory-updated";
    readonly ProjectPassportUpdated: "project-passport-updated";
    readonly ProjectPasswordProtection: "project-password-protection";
    readonly ProjectPaused: "project-paused";
    readonly ProjectPreviewDeploymentSuffix: "project-preview-deployment-suffix";
    readonly ProjectPreviewEnvironmentBranchTrackingUpdated: "project-preview-environment-branch-tracking-updated";
    readonly ProjectPrioritizeProductionBuildsUpdated: "project-prioritize-production-builds-updated";
    readonly ProjectProgramEnrollmentChanged: "project-program-enrollment-changed";
    readonly ProjectProtectedSourcemapsUpdated: "project-protected-sourcemaps-updated";
    readonly ProjectRollbackDescriptionUpdated: "project-rollback-description-updated";
    readonly ProjectRollingReleaseAborted: "project-rolling-release-aborted";
    readonly ProjectRollingReleaseApproved: "project-rolling-release-approved";
    readonly ProjectRollingReleaseCompleted: "project-rolling-release-completed";
    readonly ProjectRollingReleaseConfigured: "project-rolling-release-configured";
    readonly ProjectRollingReleaseContinued: "project-rolling-release-continued";
    readonly ProjectRollingReleaseDisabled: "project-rolling-release-disabled";
    readonly ProjectRollingReleaseEnabled: "project-rolling-release-enabled";
    readonly ProjectRollingReleasePaused: "project-rolling-release-paused";
    readonly ProjectRollingReleaseStarted: "project-rolling-release-started";
    readonly ProjectRollingReleaseSuggestedActionsGenerated: "project-rolling-release-suggested-actions-generated";
    readonly ProjectRollingReleaseTimer: "project-rolling-release-timer";
    readonly ProjectRootDirectoryUpdated: "project-root-directory-updated";
    readonly ProjectRoutesVersionPromoted: "project-routes-version-promoted";
    readonly ProjectRoutesVersionRestored: "project-routes-version-restored";
    readonly ProjectSandboxConfigUpdated: "project-sandbox-config-updated";
    readonly ProjectSandboxUrlProtectionUpdated: "project-sandbox-url-protection-updated";
    readonly ProjectSkewProtectionAllowedDomainsUpdated: "project-skew-protection-allowed-domains-updated";
    readonly ProjectSkewProtectionMaxAgeUpdated: "project-skew-protection-max-age-updated";
    readonly ProjectSkewProtectionThresholdUpdated: "project-skew-protection-threshold-updated";
    readonly ProjectSourceFilesOutsideRootDirectoryUpdated: "project-source-files-outside-root-directory-updated";
    readonly ProjectSpeedInsightsDisabled: "project-speed-insights-disabled";
    readonly ProjectSpeedInsightsEnabled: "project-speed-insights-enabled";
    readonly ProjectSpeedInsightsFreeDataStarted: "project-speed-insights-free-data-started";
    readonly ProjectSsoProtection: "project-sso-protection";
    readonly ProjectStaticIpsUpdated: "project-static-ips-updated";
    readonly ProjectTrustedIps: "project-trusted-ips";
    readonly ProjectTrustedSources: "project-trusted-sources";
    readonly ProjectUnpaused: "project-unpaused";
    readonly ProjectWebAnalyticsDisabled: "project-web-analytics-disabled";
    readonly ProjectWebAnalyticsEnabled: "project-web-analytics-enabled";
    readonly ProtectedGitScopeAdded: "protected-git-scope-added";
    readonly ProtectedGitScopeRemoved: "protected-git-scope-removed";
    readonly RuntimeCachePurgeAll: "runtime-cache-purge-all";
    readonly SamlConnectionCreated: "saml-connection-created";
    readonly SamlConnectionDeleted: "saml-connection-deleted";
    readonly SandboxAliasAssigned: "sandbox-alias-assigned";
    readonly SandboxAliasDelete: "sandbox-alias-delete";
    readonly SandboxDriveCreated: "sandbox-drive-created";
    readonly SandboxDriveDeleted: "sandbox-drive-deleted";
    readonly SandboxSnapshotRegionsUpdated: "sandbox-snapshot-regions-updated";
    readonly Scale: "scale";
    readonly ScaleAuto: "scale-auto";
    readonly SecondaryEmailAdded: "secondary-email-added";
    readonly SecondaryEmailRemoved: "secondary-email-removed";
    readonly SecondaryEmailVerified: "secondary-email-verified";
    readonly SecretAdd: "secret-add";
    readonly SecretDelete: "secret-delete";
    readonly SecretRename: "secret-rename";
    readonly SecurityListCreated: "security-list-created";
    readonly SecurityListDeleted: "security-list-deleted";
    readonly SecurityListUpdated: "security-list-updated";
    readonly SecurityPlusUpdated: "security-plus-updated";
    readonly SetBio: "set-bio";
    readonly SetName: "set-name";
    readonly SetProfiles: "set-profiles";
    readonly SetScale: "set-scale";
    readonly SharedEnvVariableCreate: "shared-env-variable-create";
    readonly SharedEnvVariableDelete: "shared-env-variable-delete";
    readonly SharedEnvVariableRead: "shared-env-variable-read";
    readonly SharedEnvVariableRepoLink: "shared-env-variable-repo-link";
    readonly SharedEnvVariableRepoUnlink: "shared-env-variable-repo-unlink";
    readonly SharedEnvVariableUpdate: "shared-env-variable-update";
    readonly ShowIpAddresses: "show-ip-addresses";
    readonly Signup: "signup";
    readonly SignupViaBitbucket: "signup-via-bitbucket";
    readonly SignupViaGithub: "signup-via-github";
    readonly SignupViaGitlab: "signup-via-gitlab";
    readonly SpeedInsightsSettingsUpdated: "speed-insights-settings-updated";
    readonly SpendCreated: "spend-created";
    readonly SpendDeleted: "spend-deleted";
    readonly SpendUpdated: "spend-updated";
    readonly SsoLogin: "sso-login";
    readonly StorageAcceptTos: "storage-accept-tos";
    readonly StorageAccessTokenSet: "storage-access-token-set";
    readonly StorageAccessedDataBrowser: "storage-accessed-data-browser";
    readonly StorageConnectProject: "storage-connect-project";
    readonly StorageCreate: "storage-create";
    readonly StorageDelete: "storage-delete";
    readonly StorageDisconnectProject: "storage-disconnect-project";
    readonly StorageDisconnectProjects: "storage-disconnect-projects";
    readonly StorageInactiveStoreDeleted: "storage-inactive-store-deleted";
    readonly StorageResetCredentials: "storage-reset-credentials";
    readonly StorageResourceReplCommand: "storage-resource-repl-command";
    readonly StorageSetLocked: "storage-set-locked";
    readonly StorageTransferInSuccess: "storage-transfer-in-success";
    readonly StorageTransferOutSuccess: "storage-transfer-out-success";
    readonly StorageTransferRequestCreated: "storage-transfer-request-created";
    readonly StorageUpdate: "storage-update";
    readonly StorageUpdateProjectConnection: "storage-update-project-connection";
    readonly StorageUpgradeProjectConnectionToOidc: "storage-upgrade-project-connection-to-oidc";
    readonly StorageViewSecret: "storage-view-secret";
    readonly StrictConnectors: "strict-connectors";
    readonly StrictDeploymentProtectionSettings: "strict-deployment-protection-settings";
    readonly StrictPasswordProtectionSettings: "strict-password-protection-settings";
    readonly StrictShareableLinks: "strict-shareable-links";
    readonly SubscriptionCreated: "subscription-created";
    readonly SubscriptionProductAdded: "subscription-product-added";
    readonly SubscriptionProductRemoved: "subscription-product-removed";
    readonly SubscriptionUpdated: "subscription-updated";
    readonly SupportSessionCreated: "support-session-created";
    readonly Team: "team";
    readonly TeamAgentBillingMigrationDecisionChanged: "team-agent-billing-migration-decision-changed";
    readonly TeamAvatarUpdate: "team-avatar-update";
    readonly TeamCollaborationSettingsUpdated: "team-collaboration-settings-updated";
    readonly TeamDefaultBuildMachineUpdated: "team-default-build-machine-updated";
    readonly TeamDefaultPassportUpdated: "team-default-passport-updated";
    readonly TeamDelete: "team-delete";
    readonly TeamDeploymentPolicyUpdated: "team-deployment-policy-updated";
    readonly TeamDomainVerificationCreated: "team-domain-verification-created";
    readonly TeamDomainVerificationDeleted: "team-domain-verification-deleted";
    readonly TeamDomainVerificationVerified: "team-domain-verification-verified";
    readonly TeamEmailDomainUpdate: "team-email-domain-update";
    readonly TeamEmuUpdated: "team-emu-updated";
    readonly TeamEndedTrial: "team-ended-trial";
    readonly TeamFirewallConfigModified: "team-firewall-config-modified";
    readonly TeamFirewallConfigPromoted: "team-firewall-config-promoted";
    readonly TeamGitRepositoryDispatchEventsToggled: "team-git-repository-dispatch-events-toggled";
    readonly TeamGitRequireVerifiedCommitsToggled: "team-git-require-verified-commits-toggled";
    readonly TeamInviteBulkDelete: "team-invite-bulk-delete";
    readonly TeamInviteCodeReset: "team-invite-code-reset";
    readonly TeamInviteLinkCreated: "team-invite-link-created";
    readonly TeamInviteLinkDeleted: "team-invite-link-deleted";
    readonly TeamIpBlockingRulesCreated: "team-ip-blocking-rules-created";
    readonly TeamIpBlockingRulesRemoved: "team-ip-blocking-rules-removed";
    readonly TeamMemberAdd: "team-member-add";
    readonly TeamMemberConfirmRequest: "team-member-confirm-request";
    readonly TeamMemberDeclineRequest: "team-member-decline-request";
    readonly TeamMemberDelete: "team-member-delete";
    readonly TeamMemberEntitlementAdded: "team-member-entitlement-added";
    readonly TeamMemberEntitlementCanceled: "team-member-entitlement-canceled";
    readonly TeamMemberEntitlementReactivated: "team-member-entitlement-reactivated";
    readonly TeamMemberEntitlementRemoved: "team-member-entitlement-removed";
    readonly TeamMemberJoin: "team-member-join";
    readonly TeamMemberLeave: "team-member-leave";
    readonly TeamMemberRequestAccess: "team-member-request-access";
    readonly TeamMemberRoleUpdate: "team-member-role-update";
    readonly TeamMemberSsoAuthorizationAttempt: "team-member-sso-authorization-attempt";
    readonly TeamMfaEnforcementUpdated: "team-mfa-enforcement-updated";
    readonly TeamNameUpdate: "team-name-update";
    readonly TeamPaidInvoice: "team-paid-invoice";
    readonly TeamProgramEnrollmentChanged: "team-program-enrollment-changed";
    readonly TeamRemoteCachingPurge: "team-remote-caching-purge";
    readonly TeamRemoteCachingUpdate: "team-remote-caching-update";
    readonly TeamSamlEnforced: "team-saml-enforced";
    readonly TeamSamlRoles: "team-saml-roles";
    readonly TeamSlugUpdate: "team-slug-update";
    readonly TeamTokensInvalidated: "team-tokens-invalidated";
    readonly TracingConfigured: "tracing-configured";
    readonly TracingDisabled: "tracing-disabled";
    readonly TracingPaused: "tracing-paused";
    readonly TracingResumed: "tracing-resumed";
    readonly UnlinkLoginConnection: "unlink-login-connection";
    readonly UpdateAccountFlowDismissed: "update-account-flow-dismissed";
    readonly UpdateAccountFlowTriggered: "update-account-flow-triggered";
    readonly UserAutoBlockConfigured: "user-auto-block-configured";
    readonly UserBlocked: "user-blocked";
    readonly UserDelete: "user-delete";
    readonly UserDeleteRequested: "user-delete-requested";
    readonly UserEmuAccountArchived: "user-emu-account-archived";
    readonly UserEmuAccountDeleted: "user-emu-account-deleted";
    readonly UserEmuAccountRecovered: "user-emu-account-recovered";
    readonly UserEmuAccountUpdateOptedIn: "user-emu-account-update-opted-in";
    readonly UserEmuAccountUpdateOptedOut: "user-emu-account-update-opted-out";
    readonly UserEmuRecoveryEmailSent: "user-emu-recovery-email-sent";
    readonly UserEmuRecoveryInitiated: "user-emu-recovery-initiated";
    readonly UserEmuToggled: "user-emu-toggled";
    readonly UserMfaChallengeFailed: "user-mfa-challenge-failed";
    readonly UserMfaChallengeInitiated: "user-mfa-challenge-initiated";
    readonly UserMfaChallengeVerified: "user-mfa-challenge-verified";
    readonly UserMfaChangeFailed: "user-mfa-change-failed";
    readonly UserMfaConfigurationUpdated: "user-mfa-configuration-updated";
    readonly UserMfaRecoveryCodeUsed: "user-mfa-recovery-code-used";
    readonly UserMfaRecoveryCodesRegenerated: "user-mfa-recovery-codes-regenerated";
    readonly UserMfaRemoved: "user-mfa-removed";
    readonly UserMfaSetupSkipped: "user-mfa-setup-skipped";
    readonly UserMfaTotpVerificationStarted: "user-mfa-totp-verification-started";
    readonly UserMfaTotpVerified: "user-mfa-totp-verified";
    readonly UserPhoneRemoved: "user-phone-removed";
    readonly UserPhoneUpdated: "user-phone-updated";
    readonly UserPrimaryEmailUpdated: "user-primary-email-updated";
    readonly UserProviderEmailClaimEvaluated: "user-provider-email-claim-evaluated";
    readonly UserSudoModeRemoved: "user-sudo-mode-removed";
    readonly UserTokenCreated: "user-token-created";
    readonly UserTokenDeleted: "user-token-deleted";
    readonly UserTokensDeleted: "user-tokens-deleted";
    readonly UserUnblocked: "user-unblocked";
    readonly Username: "username";
    readonly V0ChatAiUsage: "v0-chat-ai-usage";
    readonly V0ChatCreated: "v0-chat-created";
    readonly V0ChatMessageSent: "v0-chat-message-sent";
    readonly VcrImageDeleted: "vcr-image-deleted";
    readonly VcrImagePushed: "vcr-image-pushed";
    readonly VcrRepositoryCreated: "vcr-repository-created";
    readonly VcrRepositoryDeleted: "vcr-repository-deleted";
    readonly VcrRepositoryPermissionAdded: "vcr-repository-permission-added";
    readonly VcrRepositoryPermissionRemoved: "vcr-repository-permission-removed";
    readonly VcrRepositoryPermissionsCleared: "vcr-repository-permissions-cleared";
    readonly VcrRepositoryVisibilityChanged: "vcr-repository-visibility-changed";
    readonly VercelAgentElevatedPermissionsApproved: "vercel-agent-elevated-permissions-approved";
    readonly VercelAgentElevatedPermissionsRequested: "vercel-agent-elevated-permissions-requested";
    readonly VercelAgentSessionCreated: "vercel-agent-session-created";
    readonly VercelAgentTeamTrialCreditsApplied: "vercel-agent-team-trial-credits-applied";
    readonly VercelAppInstallationRequestDismissed: "vercel-app-installation-request-dismissed";
    readonly VercelAppInstallationRequested: "vercel-app-installation-requested";
    readonly VercelAppInstallationUpdated: "vercel-app-installation-updated";
    readonly VercelAppInstalled: "vercel-app-installed";
    readonly VercelAppTokensRevoked: "vercel-app-tokens-revoked";
    readonly VercelAppUninstalled: "vercel-app-uninstalled";
    readonly VercelToolbar: "vercel-toolbar";
    readonly VpcPeeringConnectionAccepted: "vpc-peering-connection-accepted";
    readonly VpcPeeringConnectionDeleted: "vpc-peering-connection-deleted";
    readonly VpcPeeringConnectionRejected: "vpc-peering-connection-rejected";
    readonly VpcPeeringConnectionUpdated: "vpc-peering-connection-updated";
    readonly VulnerabilityBannerDismissed: "vulnerability-banner-dismissed";
    readonly WebAnalyticsTierUpdated: "web-analytics-tier-updated";
    readonly WebhookCreated: "webhook-created";
    readonly WebhookDeleted: "webhook-deleted";
    readonly WebhookUpdated: "webhook-updated";
    readonly WorkflowDeploymentKeyAccessed: "workflow-deployment-key-accessed";
};
/**
 * The type of the event.
 */
export type UserEventType = ClosedEnum<typeof UserEventType>;
/**
 * The categories that group this event with related event types. An event can belong to multiple categories (e.g. a firewall event is both Firewall and Security). The first entry is the "primary" category. Use the `/events/types` endpoint to discover the full list of categories.
 */
export declare const Categories: {
    readonly Account: "account";
    readonly Ai: "ai";
    readonly AiGateway: "ai-gateway";
    readonly Billing: "billing";
    readonly Connect: "connect";
    readonly Deployment: "deployment";
    readonly Domain: "domain";
    readonly Edge: "edge";
    readonly EnvVariable: "env-variable";
    readonly FeatureFlags: "feature-flags";
    readonly Firewall: "firewall";
    readonly Integration: "integration";
    readonly Microfrontends: "microfrontends";
    readonly Network: "network";
    readonly Observability: "observability";
    readonly Other: "other";
    readonly Project: "project";
    readonly Security: "security";
    readonly Storage: "storage";
    readonly Team: "team";
    readonly V0: "v0";
    readonly VercelApp: "vercel-app";
    readonly Workflow: "workflow";
};
/**
 * The categories that group this event with related event types. An event can belong to multiple categories (e.g. a firewall event is both Firewall and Security). The first entry is the "primary" category. Use the `/events/types` endpoint to discover the full list of categories.
 */
export type Categories = ClosedEnum<typeof Categories>;
/**
 * Metadata for {@link userId}.
 */
export type User = {
    slug?: string | undefined;
    avatar: string;
    email: string;
    username: string;
    uid: string;
};
export declare const UserEventPrincipal4Type: {
    readonly System: "system";
};
export type UserEventPrincipal4Type = ClosedEnum<typeof UserEventPrincipal4Type>;
/**
 * Metadata for {@link principalId}.
 */
export type Four = {
    type: UserEventPrincipal4Type;
};
export declare const UserEventPrincipal3Type: {
    readonly External: "external";
};
export type UserEventPrincipal3Type = ClosedEnum<typeof UserEventPrincipal3Type>;
/**
 * Metadata for {@link principalId}.
 */
export type Three = {
    type: UserEventPrincipal3Type;
    id: string;
    name: string;
    email?: string | undefined;
};
export declare const UserEventPrincipalType: {
    readonly App: "app";
};
export type UserEventPrincipalType = ClosedEnum<typeof UserEventPrincipalType>;
/**
 * Metadata for {@link principalId}.
 */
export type Principal2 = {
    type: UserEventPrincipalType;
    /**
     * The backing Vercel App ID. When absent, defaults to `clientId`.
     */
    id?: string | undefined;
    /**
     * The OAuth 2.0 client ID, which may be a CIMD URL.
     */
    clientId: string;
    name: string;
};
export declare const PrincipalType: {
    readonly User: "user";
};
export type PrincipalType = ClosedEnum<typeof PrincipalType>;
/**
 * Metadata for {@link principalId}.
 */
export type Principal1 = {
    type?: PrincipalType | undefined;
    avatar: string;
    email: string;
    slug?: string | undefined;
    uid: string;
    username: string;
};
export type Principal = Principal1 | Principal2 | Three | Four;
export declare const UserEventVia4Type: {
    readonly System: "system";
};
export type UserEventVia4Type = ClosedEnum<typeof UserEventVia4Type>;
/**
 * Metadata for {@link viaIds}.
 */
export type Via4 = {
    type: UserEventVia4Type;
};
export declare const UserEventVia3Type: {
    readonly External: "external";
};
export type UserEventVia3Type = ClosedEnum<typeof UserEventVia3Type>;
/**
 * Metadata for {@link viaIds}.
 */
export type Via3 = {
    type: UserEventVia3Type;
    id: string;
    name: string;
    email?: string | undefined;
};
export declare const UserEventViaType: {
    readonly App: "app";
};
export type UserEventViaType = ClosedEnum<typeof UserEventViaType>;
/**
 * Metadata for {@link viaIds}.
 */
export type Via2 = {
    type: UserEventViaType;
    /**
     * The backing Vercel App ID. When absent, defaults to `clientId`.
     */
    id?: string | undefined;
    /**
     * The OAuth 2.0 client ID, which may be a CIMD URL.
     */
    clientId: string;
    name: string;
};
export declare const ViaType: {
    readonly User: "user";
};
export type ViaType = ClosedEnum<typeof ViaType>;
/**
 * Metadata for {@link viaIds}.
 */
export type Via1 = {
    type?: ViaType | undefined;
    avatar: string;
    email: string;
    slug?: string | undefined;
    uid: string;
    username: string;
};
export type Via = Via1 | Via2 | Via3 | Via4;
export type UserEventPayload450Names = {
    en: string;
};
export type UserEventPayload450City = {
    names: UserEventPayload450Names;
};
export type UserEventPayload450GeolocationNames = {
    en: string;
};
export type UserEventPayload450Country = {
    names: UserEventPayload450GeolocationNames;
};
export type UserEventPayload450GeolocationMostSpecificSubdivisionNames = {
    en: string;
};
export type UserEventPayload450MostSpecificSubdivision = {
    names: UserEventPayload450GeolocationMostSpecificSubdivisionNames;
};
export type UserEventPayload450Geolocation = {
    city?: UserEventPayload450City | undefined;
    country: UserEventPayload450Country;
    mostSpecificSubdivision?: UserEventPayload450MostSpecificSubdivision | undefined;
    regionName?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFifty = {
    deletedCount: number;
    /**
     * The token's public ID.
     */
    actorTokenId: string;
    ip?: string | null | undefined;
    geolocation?: UserEventPayload450Geolocation | null | undefined;
    userAgent?: string | undefined;
    reqId?: string | undefined;
    reqUrl?: string | undefined;
};
export declare const PayloadOrigin: {
    readonly App: "app";
    readonly Apple: "apple";
    readonly Bitbucket: "bitbucket";
    readonly Chatgpt: "chatgpt";
    readonly Email: "email";
    readonly Emu: "emu";
    readonly Github: "github";
    readonly GithubWebhook: "github-webhook";
    readonly Gitlab: "gitlab";
    readonly Google: "google";
    readonly Invite: "invite";
    readonly Manual: "manual";
    readonly Otp: "otp";
    readonly Passkey: "passkey";
    readonly Saml: "saml";
    readonly Sms: "sms";
    readonly TokenExchangeOidc: "token-exchange-oidc";
};
export type PayloadOrigin = ClosedEnum<typeof PayloadOrigin>;
export type UserEventPayload449Names = {
    en: string;
};
export type UserEventPayload449City = {
    names: UserEventPayload449Names;
};
export type UserEventPayload449GeolocationNames = {
    en: string;
};
export type UserEventPayload449Country = {
    names: UserEventPayload449GeolocationNames;
};
export type UserEventPayload449GeolocationMostSpecificSubdivisionNames = {
    en: string;
};
export type UserEventPayload449MostSpecificSubdivision = {
    names: UserEventPayload449GeolocationMostSpecificSubdivisionNames;
};
export type UserEventPayload449Geolocation = {
    city?: UserEventPayload449City | undefined;
    country: UserEventPayload449Country;
    mostSpecificSubdivision?: UserEventPayload449MostSpecificSubdivision | undefined;
    regionName?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortyNine = {
    tokenId: string;
    tokenType: string;
    tokenName: string;
    /**
     * The token's public ID.
     */
    actorTokenId: string;
    origin?: PayloadOrigin | undefined;
    teamId?: string | undefined;
    expired?: boolean | undefined;
    leaked?: boolean | undefined;
    revoked?: boolean | undefined;
    ip?: string | null | undefined;
    geolocation?: UserEventPayload449Geolocation | null | undefined;
    userAgent?: string | undefined;
    reqId?: string | undefined;
    reqUrl?: string | undefined;
};
/**
 * The token prefix used when showing a safe checksum-style fingerprint.
 */
export declare const PayloadTokenPrefix: {
    readonly Vcp: "vcp_";
};
/**
 * The token prefix used when showing a safe checksum-style fingerprint.
 */
export type PayloadTokenPrefix = ClosedEnum<typeof PayloadTokenPrefix>;
/**
 * How the token was issued. Always `'manual'` for explicit PAT creation.
 */
export declare const Origin: {
    readonly App: "app";
    readonly Apple: "apple";
    readonly Bitbucket: "bitbucket";
    readonly Chatgpt: "chatgpt";
    readonly Email: "email";
    readonly Emu: "emu";
    readonly Github: "github";
    readonly GithubWebhook: "github-webhook";
    readonly Gitlab: "gitlab";
    readonly Google: "google";
    readonly Invite: "invite";
    readonly Manual: "manual";
    readonly Otp: "otp";
    readonly Passkey: "passkey";
    readonly Saml: "saml";
    readonly Sms: "sms";
    readonly TokenExchangeOidc: "token-exchange-oidc";
};
/**
 * How the token was issued. Always `'manual'` for explicit PAT creation.
 */
export type Origin = ClosedEnum<typeof Origin>;
/**
 * Scope of the token: - `'user'`: full-account token (not tied to any team). - `'team'`: scoped to a single team. - `'project'`: scoped to a single project within a team.
 */
export declare const UserEventPayloadScope: {
    readonly Project: "project";
    readonly Team: "team";
    readonly User: "user";
};
/**
 * Scope of the token: - `'user'`: full-account token (not tied to any team). - `'team'`: scoped to a single team. - `'project'`: scoped to a single project within a team.
 */
export type UserEventPayloadScope = ClosedEnum<typeof UserEventPayloadScope>;
/**
 * Present when `scope` is `'project'`.
 */
export declare const ProjectScope: {
    readonly Account: "account";
    readonly ProjectOnly: "project-only";
};
/**
 * Present when `scope` is `'project'`.
 */
export type ProjectScope = ClosedEnum<typeof ProjectScope>;
export type UserEventPayload448Names = {
    en: string;
};
export type UserEventPayload448City = {
    names: UserEventPayload448Names;
};
export type UserEventPayload448GeolocationNames = {
    en: string;
};
export type UserEventPayload448Country = {
    names: UserEventPayload448GeolocationNames;
};
export type UserEventPayload448GeolocationMostSpecificSubdivisionNames = {
    en: string;
};
export type UserEventPayload448MostSpecificSubdivision = {
    names: UserEventPayload448GeolocationMostSpecificSubdivisionNames;
};
export type UserEventPayload448Geolocation = {
    city?: UserEventPayload448City | undefined;
    country: UserEventPayload448Country;
    mostSpecificSubdivision?: UserEventPayload448MostSpecificSubdivision | undefined;
    regionName?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortyEight = {
    /**
     * The token's public ID.
     */
    tokenId: string;
    /**
     * The token prefix used when showing a safe checksum-style fingerprint.
     */
    tokenPrefix?: PayloadTokenPrefix | undefined;
    /**
     * The token checksum suffix.
     */
    tokenSuffix?: string | undefined;
    /**
     * User-supplied name of the token.
     */
    tokenName: string;
    /**
     * How the token was issued. Always `'manual'` for explicit PAT creation.
     */
    origin: Origin;
    /**
     * Scope of the token: - `'user'`: full-account token (not tied to any team). - `'team'`: scoped to a single team. - `'project'`: scoped to a single project within a team.
     */
    scope: UserEventPayloadScope;
    /**
     * Present when `scope` is `'team'` or `'project'`.
     */
    teamId?: string | undefined;
    /**
     * Present when `scope` is `'team'` or `'project'`.
     */
    teamSlug?: string | undefined;
    /**
     * Present when `scope` is `'project'`.
     */
    projectId?: string | undefined;
    /**
     * Present when `scope` is `'project'`.
     */
    projectName?: string | undefined;
    /**
     * Present when `scope` is `'project'`.
     */
    projectScope?: ProjectScope | undefined;
    /**
     * Unix epoch milliseconds. Absent when the token never expires.
     */
    expiresAt?: number | undefined;
    /**
     * Whether the token was issued with RFC 9396 authorization details.
     */
    hasAuthorizationDetails?: boolean | undefined;
    ip?: string | null | undefined;
    geolocation?: UserEventPayload448Geolocation | null | undefined;
    userAgent?: string | undefined;
    reqId?: string | undefined;
    reqUrl?: string | undefined;
};
export type UserEventPayloadValues = {
    value: string;
    wildcards: boolean;
};
/**
 * Claim matchers an OIDC token must satisfy to use the policy.
 */
export type PayloadClaims = {
    name: string;
    values: Array<UserEventPayloadValues>;
};
/**
 * Resource boundary, or `null` when the policy has none.
 */
export type UserEventPayload447Resources = {
    projectIds: Array<string>;
};
/**
 * A full point-in-time snapshot of an OIDC exchange policy, captured on every lifecycle event so the audit trail records exactly what the policy looked like. Mirrors the management endpoints' public response shape.
 */
export type PayloadBefore = {
    policyId: string;
    clientId: string;
    issuerUrl: string;
    teamId: string;
    /**
     * Human-readable policy name, or `null` when unnamed.
     */
    name: string | null;
    /**
     * Claim matchers an OIDC token must satisfy to use the policy.
     */
    claims: Array<PayloadClaims>;
    /**
     * Permission boundary (`['*']` = the app's full declared permissions).
     */
    permissions: Array<string>;
    /**
     * Resource boundary, or `null` when the policy has none.
     */
    resources: UserEventPayload447Resources | null;
    /**
     * Creation time (epoch ms).
     */
    createdAt: number;
    /**
     * Last-update time (epoch ms).
     */
    updatedAt: number;
};
export type UserEventPayload447Values = {
    value: string;
    wildcards: boolean;
};
/**
 * Claim matchers an OIDC token must satisfy to use the policy.
 */
export type UserEventPayloadClaims = {
    name: string;
    values: Array<UserEventPayload447Values>;
};
/**
 * Resource boundary, or `null` when the policy has none.
 */
export type UserEventPayload447AfterResources = {
    projectIds: Array<string>;
};
/**
 * A full point-in-time snapshot of an OIDC exchange policy, captured on every lifecycle event so the audit trail records exactly what the policy looked like. Mirrors the management endpoints' public response shape.
 */
export type PayloadAfter = {
    policyId: string;
    clientId: string;
    issuerUrl: string;
    teamId: string;
    /**
     * Human-readable policy name, or `null` when unnamed.
     */
    name: string | null;
    /**
     * Claim matchers an OIDC token must satisfy to use the policy.
     */
    claims: Array<UserEventPayloadClaims>;
    /**
     * Permission boundary (`['*']` = the app's full declared permissions).
     */
    permissions: Array<string>;
    /**
     * Resource boundary, or `null` when the policy has none.
     */
    resources: UserEventPayload447AfterResources | null;
    /**
     * Creation time (epoch ms).
     */
    createdAt: number;
    /**
     * Last-update time (epoch ms).
     */
    updatedAt: number;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortySeven = {
    /**
     * A full point-in-time snapshot of an OIDC exchange policy, captured on every lifecycle event so the audit trail records exactly what the policy looked like. Mirrors the management endpoints' public response shape.
     */
    before: PayloadBefore;
    /**
     * A full point-in-time snapshot of an OIDC exchange policy, captured on every lifecycle event so the audit trail records exactly what the policy looked like. Mirrors the management endpoints' public response shape.
     */
    after: PayloadAfter;
    appName?: string | undefined;
};
export type PayloadValues = {
    value: string;
    wildcards: boolean;
};
/**
 * Claim matchers an OIDC token must satisfy to use the policy.
 */
export type Claims = {
    name: string;
    values: Array<PayloadValues>;
};
/**
 * Resource boundary, or `null` when the policy has none.
 */
export type UserEventPayload446Resources = {
    projectIds: Array<string>;
};
/**
 * A full point-in-time snapshot of an OIDC exchange policy, captured on every lifecycle event so the audit trail records exactly what the policy looked like. Mirrors the management endpoints' public response shape.
 */
export type Policy = {
    policyId: string;
    clientId: string;
    issuerUrl: string;
    teamId: string;
    /**
     * Human-readable policy name, or `null` when unnamed.
     */
    name: string | null;
    /**
     * Claim matchers an OIDC token must satisfy to use the policy.
     */
    claims: Array<Claims>;
    /**
     * Permission boundary (`['*']` = the app's full declared permissions).
     */
    permissions: Array<string>;
    /**
     * Resource boundary, or `null` when the policy has none.
     */
    resources: UserEventPayload446Resources | null;
    /**
     * Creation time (epoch ms).
     */
    createdAt: number;
    /**
     * Last-update time (epoch ms).
     */
    updatedAt: number;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortySix = {
    /**
     * A full point-in-time snapshot of an OIDC exchange policy, captured on every lifecycle event so the audit trail records exactly what the policy looked like. Mirrors the management endpoints' public response shape.
     */
    policy: Policy;
    appName?: string | undefined;
};
export declare const GrantType: {
    readonly AuthorizationCode: "authorization_code";
    readonly UrnIetfParamsOauthGrantTypeDeviceCode: "urn:ietf:params:oauth:grant-type:device_code";
    readonly UrnIetfParamsOauthGrantTypeTokenExchange: "urn:ietf:params:oauth:grant-type:token-exchange";
};
export type GrantType = ClosedEnum<typeof GrantType>;
export declare const AuthMethod: {
    readonly App: "app";
    readonly Apple: "apple";
    readonly Bitbucket: "bitbucket";
    readonly Chatgpt: "chatgpt";
    readonly Email: "email";
    readonly Emu: "emu";
    readonly Github: "github";
    readonly GithubWebhook: "github-webhook";
    readonly Gitlab: "gitlab";
    readonly Google: "google";
    readonly Invite: "invite";
    readonly Manual: "manual";
    readonly Otp: "otp";
    readonly Passkey: "passkey";
    readonly Saml: "saml";
    readonly Sms: "sms";
    readonly TokenExchangeOidc: "token-exchange-oidc";
};
export type AuthMethod = ClosedEnum<typeof AuthMethod>;
export declare const UserEventPayloadMethod: {
    readonly ClientSecretBasic: "client_secret_basic";
    readonly ClientSecretJwt: "client_secret_jwt";
    readonly ClientSecretPost: "client_secret_post";
    readonly None: "none";
    readonly OidcToken: "oidc_token";
    readonly PrivateKeyJwt: "private_key_jwt";
};
export type UserEventPayloadMethod = ClosedEnum<typeof UserEventPayloadMethod>;
export type ClientAuthenticationUsed = {
    method: UserEventPayloadMethod;
    secretId?: string | undefined;
};
/**
 * optional since entries prior to 2025-10-13 do not contain app information
 */
export type PayloadApp = {
    clientId: string;
    /**
     * the app's name at the time the event was published (it could have changed since then)
     */
    name: string;
    clientAuthenticationUsed: ClientAuthenticationUsed;
};
/**
 * optional since entries prior to 2026-04-23 do not contain this field
 */
export declare const TokenPrefix: {
    readonly Vca: "vca_";
};
/**
 * optional since entries prior to 2026-04-23 do not contain this field
 */
export type TokenPrefix = ClosedEnum<typeof TokenPrefix>;
/**
 * optional; only present when a refresh token was issued (offline_access).
 */
export declare const RefreshTokenPrefix: {
    readonly Vcr: "vcr_";
};
/**
 * optional; only present when a refresh token was issued (offline_access).
 */
export type RefreshTokenPrefix = ClosedEnum<typeof RefreshTokenPrefix>;
export type UserEventPayload445Names = {
    en: string;
};
export type UserEventPayloadCity = {
    names: UserEventPayload445Names;
};
export type UserEventPayload445GeolocationNames = {
    en: string;
};
export type UserEventPayloadCountry = {
    names: UserEventPayload445GeolocationNames;
};
export type UserEventPayload445GeolocationMostSpecificSubdivisionNames = {
    en: string;
};
export type UserEventPayloadMostSpecificSubdivision = {
    names: UserEventPayload445GeolocationMostSpecificSubdivisionNames;
};
/**
 * optional since entries prior to 2026-04-23 do not contain this field
 */
export type UserEventPayloadGeolocation = {
    city?: UserEventPayloadCity | undefined;
    country: UserEventPayloadCountry;
    mostSpecificSubdivision?: UserEventPayloadMostSpecificSubdivision | undefined;
    regionName?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortyFive = {
    grantType: GrantType;
    /**
     * the app's name at the time the event was published (it could have changed since then)
     */
    appName: string;
    /**
     * access_token TTL
     */
    atTTL: number;
    /**
     * refresh_token TTL
     */
    rtTTL?: number | undefined;
    scope: string;
    authMethod: AuthMethod;
    /**
     * optional since entries prior to 2025-10-13 do not contain app information
     */
    app?: PayloadApp | undefined;
    /**
     * optional since entries prior to 2025-10-13 do not contain this field
     */
    includesRefreshToken?: boolean | undefined;
    /**
     * optional since entries prior to 2025-10-13 do not contain this field
     */
    publicId?: string | undefined;
    /**
     * optional since entries prior to 2026-04-23 do not contain this field
     */
    tokenPrefix?: TokenPrefix | undefined;
    /**
     * optional since entries prior to 2026-04-23 do not contain this field
     */
    tokenSuffix?: string | undefined;
    /**
     * optional; only present when a refresh token was issued (offline_access).
     */
    refreshTokenPublicId?: string | undefined;
    /**
     * optional; only present when a refresh token was issued (offline_access).
     */
    refreshTokenPrefix?: RefreshTokenPrefix | undefined;
    /**
     * optional; only present when a refresh token was issued (offline_access).
     */
    refreshTokenSuffix?: string | undefined;
    /**
     * optional since entries prior to 2025-10-13 do not contain this field
     */
    sessionId?: string | undefined;
    /**
     * optional since entries prior to 2026-04-23 do not contain this field
     */
    ip?: string | null | undefined;
    /**
     * optional since entries prior to 2026-04-23 do not contain this field
     */
    geolocation?: UserEventPayloadGeolocation | null | undefined;
    /**
     * optional since entries prior to 2026-04-23 do not contain this field
     */
    userAgent?: string | undefined;
    /**
     * OIDC issuer (`iss`) of the token that authenticated the request. Present for OIDC-authenticated flows: the token-exchange grant, or `client_credentials` with the `oidc_token` client-authentication method.
     */
    issuerUrl?: string | undefined;
    /**
     * ID of the OIDC-exchange policy that authorized a token-exchange grant. Absent for the `client_credentials` + `oidc_token` flow, which matches an app `oidcProviders` entry rather than a policy.
     */
    policyId?: string | undefined;
    /**
     * `sub` claim of the OIDC token. Present for OIDC-authenticated flows (see {@link issuerUrl}).
     */
    oidcSubject?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortyFour = {
    deploymentId: string;
    projectId: string;
    projectName?: string | undefined;
    runId: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortyThree = {
    chatId: string;
    chatTitle?: string | undefined;
    messageId: string;
};
export type Events = {
    eventId: string;
    modelId: string;
    inputTokens: number;
    outputTokens: number;
    totalTokens: number;
    cacheCreationInputTokens: number;
    cacheReadInputTokens: number;
    timestamp: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortyTwo = {
    model: string;
    useCase: string;
    chatId: string;
    messageId: string;
    inputTokens: number;
    outputTokens: number;
    timestamp: number;
    events: Array<Events>;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFortyOne = {
    chatId: string;
    chatTitle?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndForty = {
    id: string;
    url: string;
};
export declare const Tier: {
    readonly Plus: "plus";
    readonly Pro: "pro";
};
export type Tier = ClosedEnum<typeof Tier>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtyNine = {
    tier: Tier;
};
export type UserEventPayload438Team = {
    name: string;
    id: string;
};
export type UserEventPayload438Configuration = {
    id: string;
    name?: string | undefined;
};
export type UserEventPayloadPeering = {
    id: string;
    name?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtyEight = {
    team: UserEventPayload438Team;
    configuration: UserEventPayload438Configuration;
    peering: UserEventPayloadPeering;
    newName?: string | undefined;
};
export type UserEventPayload437Team = {
    name: string;
    id: string;
};
export type UserEventPayload437Configuration = {
    id: string;
    name?: string | undefined;
};
export type PayloadPeering = {
    id: string;
    name?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtySeven = {
    team: UserEventPayload437Team;
    configuration: UserEventPayload437Configuration;
    peering: PayloadPeering;
};
export type UserEventPayload436Team = {
    name: string;
    id: string;
};
export type UserEventPayload436Configuration = {
    id: string;
    name?: string | undefined;
};
export type Peering = {
    id: string;
    accountId: string;
    region: string;
    vpcId: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtySix = {
    team: UserEventPayload436Team;
    configuration: UserEventPayload436Configuration;
    peering: Peering;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtyFive = {
    vulnerabilities: Array<string>;
    protectionEnabled: boolean;
    protectedProjectCount: number;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtyFour = {
    customAlertTitle: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtyThree = {
    previousProjectCount: number | null;
    nextProjectCount: number | null;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtyTwo = {
    ruleName: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirtyOne = {
    projectId: string;
    projectName: string;
    repositoryName: string;
    removedTeamIds: Array<string>;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirty = {
    projectId: string;
    projectName: string;
    repositoryName: string;
    public: boolean;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentyNine = {
    projectId: string;
    projectName: string;
    repositoryName: string;
    sharedWithTeamId: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentyEight = {
    projectId: string;
    projectName: string;
    repositoryName: string;
    sharedWithTeamId: string;
    sharedWithTeamSlug: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentySeven = {
    projectId: string;
    projectName: string;
    repositoryName: string;
    reference: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentySix = {
    projectId: string;
    projectName: string;
    repositoryName: string;
    reference: string;
    digest: string;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentyFive = {
    projectId: string;
    projectName: string;
    repositoryName: string;
};
export declare const UserEventPayload424ActorType: {
    readonly Admin: "admin";
};
export type UserEventPayload424ActorType = ClosedEnum<typeof UserEventPayload424ActorType>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentyFour = {
    username: string;
    /**
     * Okta user id.
     */
    actorId: string;
    actorType: UserEventPayload424ActorType;
    actorName?: string | undefined;
};
export declare const UserEventPayload423ActorType: {
    readonly Admin: "admin";
};
export type UserEventPayload423ActorType = ClosedEnum<typeof UserEventPayload423ActorType>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentyThree = {
    email: string;
    prevEmail: string;
    /**
     * Okta user id.
     */
    actorId: string;
    actorType: UserEventPayload423ActorType;
    actorName?: string | undefined;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentyTwo = {
    email: string;
    prevEmail: string;
};
export declare const UserEventPayload421Provider: {
    readonly Google: "google";
};
export type UserEventPayload421Provider = ClosedEnum<typeof UserEventPayload421Provider>;
export declare const PayloadOutcome: {
    readonly AccountMatched: "account-matched";
    readonly LinkingRequired: "linking-required";
};
export type PayloadOutcome = ClosedEnum<typeof PayloadOutcome>;
export declare const Basis: {
    readonly Gmail: "gmail";
    readonly None: "none";
    readonly WorkspaceMx: "workspace-mx";
};
export type Basis = ClosedEnum<typeof Basis>;
export declare const MxOutcome: {
    readonly Google: "google";
    readonly LookupError: "lookup-error";
    readonly NonGoogle: "non-google";
    readonly NotChecked: "not-checked";
};
export type MxOutcome = ClosedEnum<typeof MxOutcome>;
export type PayloadDecision = {
    authoritative: boolean;
    basis: Basis;
    emailDomain: string;
    emailVerified: boolean;
    hostedDomainMatch: boolean;
    mxOutcome: MxOutcome;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwentyOne = {
    provider: UserEventPayload421Provider;
    providerSubjectId: string;
    outcome: PayloadOutcome;
    decision: PayloadDecision;
};
export type UserEventPayload420Previous = {
    enabled: boolean;
    totpVerified: boolean;
};
export type UserEventPayload420Next = {
    enabled: boolean;
    totpVerified: boolean;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwenty = {
    previous: UserEventPayload420Previous;
    next: UserEventPayload420Next;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndNineteen = {
    enabled: boolean;
    totpVerified: boolean;
};
export type Mfa = {
    enabled: boolean;
    totpVerified: boolean;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndEighteen = {
    mfa: Mfa;
};
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndSeventeen = {
    mfaEnabled: boolean;
};
/**
 * Absent on events predating the field; those were all logins.
 */
export declare const Context: {
    readonly Login: "login";
    readonly Sudo: "sudo";
};
/**
 * Absent on events predating the field; those were all logins.
 */
export type Context = ClosedEnum<typeof Context>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndSixteen = {
    remaining: number;
    /**
     * Absent on events predating the field; those were all logins.
     */
    context?: Context | undefined;
};
export type UserEventPayload415Previous = {
    enabled: boolean;
    totpVerified: boolean;
};
export type UserEventPayload415Next = {
    enabled: boolean;
    totpVerified: boolean;
};
export declare const PayloadMethod: {
    readonly Passkey: "passkey";
    readonly SelfServeRecovery: "self_serve_recovery";
    readonly Totp: "totp";
    readonly UserDisabled: "user_disabled";
};
export type PayloadMethod = ClosedEnum<typeof PayloadMethod>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFifteen = {
    previous: UserEventPayload415Previous;
    next: UserEventPayload415Next;
    method?: PayloadMethod | undefined;
};
export declare const UserEventPayload414Action: {
    readonly AddPasskey: "add-passkey";
    readonly AddTotp: "add-totp";
    readonly AdminRemove: "admin-remove";
    readonly Disable: "disable";
    readonly Enable: "enable";
    readonly RegenerateRecoveryCodes: "regenerate-recovery-codes";
    readonly RemovePasskey: "remove-passkey";
};
export type UserEventPayload414Action = ClosedEnum<typeof UserEventPayload414Action>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndFourteen = {
    action: UserEventPayload414Action;
    reason: string;
};
export declare const AllowedMethods: {
    readonly RecoveryCode: "recovery-code";
    readonly Totp: "totp";
    readonly Webauthn: "webauthn";
};
export type AllowedMethods = ClosedEnum<typeof AllowedMethods>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndThirteen = {
    allowedMethods: Array<AllowedMethods>;
    firstFactor: string;
    flowId: string;
    loginSessionId?: string | undefined;
};
export declare const Method: {
    readonly EmailOtp: "email-otp";
    readonly RecoveryCode: "recovery-code";
    readonly Totp: "totp";
    readonly Webauthn: "webauthn";
};
export type Method = ClosedEnum<typeof Method>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTwelve = {
    method: Method;
    reason: string;
    flowId?: string | undefined;
    loginSessionId?: string | undefined;
};
export declare const UserEventPayload411ActorType: {
    readonly Admin: "admin";
};
export type UserEventPayload411ActorType = ClosedEnum<typeof UserEventPayload411ActorType>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndEleven = {
    autoBlockPrevented: boolean;
    preventUntil?: number | undefined;
    actorId: string;
    actorType: UserEventPayload411ActorType;
    reason?: string | undefined;
};
export declare const UserEventPayload410ActorType: {
    readonly Admin: "admin";
};
export type UserEventPayload410ActorType = ClosedEnum<typeof UserEventPayload410ActorType>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndTen = {
    enabled: boolean;
    actorId: string;
    actorType: UserEventPayload410ActorType;
};
export declare const UserEventPayload409ActorType: {
    readonly Admin: "admin";
};
export type UserEventPayload409ActorType = ClosedEnum<typeof UserEventPayload409ActorType>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndNine = {
    actorId: string;
    actorType: UserEventPayload409ActorType;
};
export declare const UserEventPayload408ActorType: {
    readonly Admin: "admin";
};
export type UserEventPayload408ActorType = ClosedEnum<typeof UserEventPayload408ActorType>;
/**
 * The payload of the event, if requested.
 */
export type FourHundredAndEight = {
    actorId: string;
    actorType: UserEventPayload408ActorType;
    reason?: string | undefined;
};
/** @internal */
export declare const UserEventEntitiesType$inboundSchema: z.ZodNativeEnum<typeof UserEventEntitiesType>;
/** @internal */
export declare const Entities$inboundSchema: z.ZodType<Entities, z.ZodTypeDef, unknown>;
export declare function entitiesFromJSON(jsonString: string): SafeParseResult<Entities, SDKValidationError>;
/** @internal */
export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
/** @internal */
export declare const Categories$inboundSchema: z.ZodNativeEnum<typeof Categories>;
/** @internal */
export declare const User$inboundSchema: z.ZodType<User, z.ZodTypeDef, unknown>;
export declare function userFromJSON(jsonString: string): SafeParseResult<User, SDKValidationError>;
/** @internal */
export declare const UserEventPrincipal4Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPrincipal4Type>;
/** @internal */
export declare const Four$inboundSchema: z.ZodType<Four, z.ZodTypeDef, unknown>;
export declare function fourFromJSON(jsonString: string): SafeParseResult<Four, SDKValidationError>;
/** @internal */
export declare const UserEventPrincipal3Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPrincipal3Type>;
/** @internal */
export declare const Three$inboundSchema: z.ZodType<Three, z.ZodTypeDef, unknown>;
export declare function threeFromJSON(jsonString: string): SafeParseResult<Three, SDKValidationError>;
/** @internal */
export declare const UserEventPrincipalType$inboundSchema: z.ZodNativeEnum<typeof UserEventPrincipalType>;
/** @internal */
export declare const Principal2$inboundSchema: z.ZodType<Principal2, z.ZodTypeDef, unknown>;
export declare function principal2FromJSON(jsonString: string): SafeParseResult<Principal2, SDKValidationError>;
/** @internal */
export declare const PrincipalType$inboundSchema: z.ZodNativeEnum<typeof PrincipalType>;
/** @internal */
export declare const Principal1$inboundSchema: z.ZodType<Principal1, z.ZodTypeDef, unknown>;
export declare function principal1FromJSON(jsonString: string): SafeParseResult<Principal1, SDKValidationError>;
/** @internal */
export declare const Principal$inboundSchema: z.ZodType<Principal, z.ZodTypeDef, unknown>;
export declare function principalFromJSON(jsonString: string): SafeParseResult<Principal, SDKValidationError>;
/** @internal */
export declare const UserEventVia4Type$inboundSchema: z.ZodNativeEnum<typeof UserEventVia4Type>;
/** @internal */
export declare const Via4$inboundSchema: z.ZodType<Via4, z.ZodTypeDef, unknown>;
export declare function via4FromJSON(jsonString: string): SafeParseResult<Via4, SDKValidationError>;
/** @internal */
export declare const UserEventVia3Type$inboundSchema: z.ZodNativeEnum<typeof UserEventVia3Type>;
/** @internal */
export declare const Via3$inboundSchema: z.ZodType<Via3, z.ZodTypeDef, unknown>;
export declare function via3FromJSON(jsonString: string): SafeParseResult<Via3, SDKValidationError>;
/** @internal */
export declare const UserEventViaType$inboundSchema: z.ZodNativeEnum<typeof UserEventViaType>;
/** @internal */
export declare const Via2$inboundSchema: z.ZodType<Via2, z.ZodTypeDef, unknown>;
export declare function via2FromJSON(jsonString: string): SafeParseResult<Via2, SDKValidationError>;
/** @internal */
export declare const ViaType$inboundSchema: z.ZodNativeEnum<typeof ViaType>;
/** @internal */
export declare const Via1$inboundSchema: z.ZodType<Via1, z.ZodTypeDef, unknown>;
export declare function via1FromJSON(jsonString: string): SafeParseResult<Via1, SDKValidationError>;
/** @internal */
export declare const Via$inboundSchema: z.ZodType<Via, z.ZodTypeDef, unknown>;
export declare function viaFromJSON(jsonString: string): SafeParseResult<Via, SDKValidationError>;
/** @internal */
export declare const UserEventPayload450Names$inboundSchema: z.ZodType<UserEventPayload450Names, z.ZodTypeDef, unknown>;
export declare function userEventPayload450NamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload450Names, SDKValidationError>;
/** @internal */
export declare const UserEventPayload450City$inboundSchema: z.ZodType<UserEventPayload450City, z.ZodTypeDef, unknown>;
export declare function userEventPayload450CityFromJSON(jsonString: string): SafeParseResult<UserEventPayload450City, SDKValidationError>;
/** @internal */
export declare const UserEventPayload450GeolocationNames$inboundSchema: z.ZodType<UserEventPayload450GeolocationNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload450GeolocationNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload450GeolocationNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayload450Country$inboundSchema: z.ZodType<UserEventPayload450Country, z.ZodTypeDef, unknown>;
export declare function userEventPayload450CountryFromJSON(jsonString: string): SafeParseResult<UserEventPayload450Country, SDKValidationError>;
/** @internal */
export declare const UserEventPayload450GeolocationMostSpecificSubdivisionNames$inboundSchema: z.ZodType<UserEventPayload450GeolocationMostSpecificSubdivisionNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload450GeolocationMostSpecificSubdivisionNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload450GeolocationMostSpecificSubdivisionNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayload450MostSpecificSubdivision$inboundSchema: z.ZodType<UserEventPayload450MostSpecificSubdivision, z.ZodTypeDef, unknown>;
export declare function userEventPayload450MostSpecificSubdivisionFromJSON(jsonString: string): SafeParseResult<UserEventPayload450MostSpecificSubdivision, SDKValidationError>;
/** @internal */
export declare const UserEventPayload450Geolocation$inboundSchema: z.ZodType<UserEventPayload450Geolocation, z.ZodTypeDef, unknown>;
export declare function userEventPayload450GeolocationFromJSON(jsonString: string): SafeParseResult<UserEventPayload450Geolocation, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFifty$inboundSchema: z.ZodType<FourHundredAndFifty, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<FourHundredAndFifty, SDKValidationError>;
/** @internal */
export declare const PayloadOrigin$inboundSchema: z.ZodNativeEnum<typeof PayloadOrigin>;
/** @internal */
export declare const UserEventPayload449Names$inboundSchema: z.ZodType<UserEventPayload449Names, z.ZodTypeDef, unknown>;
export declare function userEventPayload449NamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload449Names, SDKValidationError>;
/** @internal */
export declare const UserEventPayload449City$inboundSchema: z.ZodType<UserEventPayload449City, z.ZodTypeDef, unknown>;
export declare function userEventPayload449CityFromJSON(jsonString: string): SafeParseResult<UserEventPayload449City, SDKValidationError>;
/** @internal */
export declare const UserEventPayload449GeolocationNames$inboundSchema: z.ZodType<UserEventPayload449GeolocationNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload449GeolocationNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload449GeolocationNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayload449Country$inboundSchema: z.ZodType<UserEventPayload449Country, z.ZodTypeDef, unknown>;
export declare function userEventPayload449CountryFromJSON(jsonString: string): SafeParseResult<UserEventPayload449Country, SDKValidationError>;
/** @internal */
export declare const UserEventPayload449GeolocationMostSpecificSubdivisionNames$inboundSchema: z.ZodType<UserEventPayload449GeolocationMostSpecificSubdivisionNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload449GeolocationMostSpecificSubdivisionNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload449GeolocationMostSpecificSubdivisionNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayload449MostSpecificSubdivision$inboundSchema: z.ZodType<UserEventPayload449MostSpecificSubdivision, z.ZodTypeDef, unknown>;
export declare function userEventPayload449MostSpecificSubdivisionFromJSON(jsonString: string): SafeParseResult<UserEventPayload449MostSpecificSubdivision, SDKValidationError>;
/** @internal */
export declare const UserEventPayload449Geolocation$inboundSchema: z.ZodType<UserEventPayload449Geolocation, z.ZodTypeDef, unknown>;
export declare function userEventPayload449GeolocationFromJSON(jsonString: string): SafeParseResult<UserEventPayload449Geolocation, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortyNine$inboundSchema: z.ZodType<FourHundredAndFortyNine, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortyNine, SDKValidationError>;
/** @internal */
export declare const PayloadTokenPrefix$inboundSchema: z.ZodNativeEnum<typeof PayloadTokenPrefix>;
/** @internal */
export declare const Origin$inboundSchema: z.ZodNativeEnum<typeof Origin>;
/** @internal */
export declare const UserEventPayloadScope$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadScope>;
/** @internal */
export declare const ProjectScope$inboundSchema: z.ZodNativeEnum<typeof ProjectScope>;
/** @internal */
export declare const UserEventPayload448Names$inboundSchema: z.ZodType<UserEventPayload448Names, z.ZodTypeDef, unknown>;
export declare function userEventPayload448NamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload448Names, SDKValidationError>;
/** @internal */
export declare const UserEventPayload448City$inboundSchema: z.ZodType<UserEventPayload448City, z.ZodTypeDef, unknown>;
export declare function userEventPayload448CityFromJSON(jsonString: string): SafeParseResult<UserEventPayload448City, SDKValidationError>;
/** @internal */
export declare const UserEventPayload448GeolocationNames$inboundSchema: z.ZodType<UserEventPayload448GeolocationNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload448GeolocationNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload448GeolocationNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayload448Country$inboundSchema: z.ZodType<UserEventPayload448Country, z.ZodTypeDef, unknown>;
export declare function userEventPayload448CountryFromJSON(jsonString: string): SafeParseResult<UserEventPayload448Country, SDKValidationError>;
/** @internal */
export declare const UserEventPayload448GeolocationMostSpecificSubdivisionNames$inboundSchema: z.ZodType<UserEventPayload448GeolocationMostSpecificSubdivisionNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload448GeolocationMostSpecificSubdivisionNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload448GeolocationMostSpecificSubdivisionNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayload448MostSpecificSubdivision$inboundSchema: z.ZodType<UserEventPayload448MostSpecificSubdivision, z.ZodTypeDef, unknown>;
export declare function userEventPayload448MostSpecificSubdivisionFromJSON(jsonString: string): SafeParseResult<UserEventPayload448MostSpecificSubdivision, SDKValidationError>;
/** @internal */
export declare const UserEventPayload448Geolocation$inboundSchema: z.ZodType<UserEventPayload448Geolocation, z.ZodTypeDef, unknown>;
export declare function userEventPayload448GeolocationFromJSON(jsonString: string): SafeParseResult<UserEventPayload448Geolocation, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortyEight$inboundSchema: z.ZodType<FourHundredAndFortyEight, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortyEight, SDKValidationError>;
/** @internal */
export declare const UserEventPayloadValues$inboundSchema: z.ZodType<UserEventPayloadValues, z.ZodTypeDef, unknown>;
export declare function userEventPayloadValuesFromJSON(jsonString: string): SafeParseResult<UserEventPayloadValues, SDKValidationError>;
/** @internal */
export declare const PayloadClaims$inboundSchema: z.ZodType<PayloadClaims, z.ZodTypeDef, unknown>;
export declare function payloadClaimsFromJSON(jsonString: string): SafeParseResult<PayloadClaims, SDKValidationError>;
/** @internal */
export declare const UserEventPayload447Resources$inboundSchema: z.ZodType<UserEventPayload447Resources, z.ZodTypeDef, unknown>;
export declare function userEventPayload447ResourcesFromJSON(jsonString: string): SafeParseResult<UserEventPayload447Resources, SDKValidationError>;
/** @internal */
export declare const PayloadBefore$inboundSchema: z.ZodType<PayloadBefore, z.ZodTypeDef, unknown>;
export declare function payloadBeforeFromJSON(jsonString: string): SafeParseResult<PayloadBefore, SDKValidationError>;
/** @internal */
export declare const UserEventPayload447Values$inboundSchema: z.ZodType<UserEventPayload447Values, z.ZodTypeDef, unknown>;
export declare function userEventPayload447ValuesFromJSON(jsonString: string): SafeParseResult<UserEventPayload447Values, SDKValidationError>;
/** @internal */
export declare const UserEventPayloadClaims$inboundSchema: z.ZodType<UserEventPayloadClaims, z.ZodTypeDef, unknown>;
export declare function userEventPayloadClaimsFromJSON(jsonString: string): SafeParseResult<UserEventPayloadClaims, SDKValidationError>;
/** @internal */
export declare const UserEventPayload447AfterResources$inboundSchema: z.ZodType<UserEventPayload447AfterResources, z.ZodTypeDef, unknown>;
export declare function userEventPayload447AfterResourcesFromJSON(jsonString: string): SafeParseResult<UserEventPayload447AfterResources, SDKValidationError>;
/** @internal */
export declare const PayloadAfter$inboundSchema: z.ZodType<PayloadAfter, z.ZodTypeDef, unknown>;
export declare function payloadAfterFromJSON(jsonString: string): SafeParseResult<PayloadAfter, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortySeven$inboundSchema: z.ZodType<FourHundredAndFortySeven, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortySeven, SDKValidationError>;
/** @internal */
export declare const PayloadValues$inboundSchema: z.ZodType<PayloadValues, z.ZodTypeDef, unknown>;
export declare function payloadValuesFromJSON(jsonString: string): SafeParseResult<PayloadValues, SDKValidationError>;
/** @internal */
export declare const Claims$inboundSchema: z.ZodType<Claims, z.ZodTypeDef, unknown>;
export declare function claimsFromJSON(jsonString: string): SafeParseResult<Claims, SDKValidationError>;
/** @internal */
export declare const UserEventPayload446Resources$inboundSchema: z.ZodType<UserEventPayload446Resources, z.ZodTypeDef, unknown>;
export declare function userEventPayload446ResourcesFromJSON(jsonString: string): SafeParseResult<UserEventPayload446Resources, SDKValidationError>;
/** @internal */
export declare const Policy$inboundSchema: z.ZodType<Policy, z.ZodTypeDef, unknown>;
export declare function policyFromJSON(jsonString: string): SafeParseResult<Policy, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortySix$inboundSchema: z.ZodType<FourHundredAndFortySix, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortySix, SDKValidationError>;
/** @internal */
export declare const GrantType$inboundSchema: z.ZodNativeEnum<typeof GrantType>;
/** @internal */
export declare const AuthMethod$inboundSchema: z.ZodNativeEnum<typeof AuthMethod>;
/** @internal */
export declare const UserEventPayloadMethod$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadMethod>;
/** @internal */
export declare const ClientAuthenticationUsed$inboundSchema: z.ZodType<ClientAuthenticationUsed, z.ZodTypeDef, unknown>;
export declare function clientAuthenticationUsedFromJSON(jsonString: string): SafeParseResult<ClientAuthenticationUsed, SDKValidationError>;
/** @internal */
export declare const PayloadApp$inboundSchema: z.ZodType<PayloadApp, z.ZodTypeDef, unknown>;
export declare function payloadAppFromJSON(jsonString: string): SafeParseResult<PayloadApp, SDKValidationError>;
/** @internal */
export declare const TokenPrefix$inboundSchema: z.ZodNativeEnum<typeof TokenPrefix>;
/** @internal */
export declare const RefreshTokenPrefix$inboundSchema: z.ZodNativeEnum<typeof RefreshTokenPrefix>;
/** @internal */
export declare const UserEventPayload445Names$inboundSchema: z.ZodType<UserEventPayload445Names, z.ZodTypeDef, unknown>;
export declare function userEventPayload445NamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload445Names, SDKValidationError>;
/** @internal */
export declare const UserEventPayloadCity$inboundSchema: z.ZodType<UserEventPayloadCity, z.ZodTypeDef, unknown>;
export declare function userEventPayloadCityFromJSON(jsonString: string): SafeParseResult<UserEventPayloadCity, SDKValidationError>;
/** @internal */
export declare const UserEventPayload445GeolocationNames$inboundSchema: z.ZodType<UserEventPayload445GeolocationNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload445GeolocationNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload445GeolocationNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayloadCountry$inboundSchema: z.ZodType<UserEventPayloadCountry, z.ZodTypeDef, unknown>;
export declare function userEventPayloadCountryFromJSON(jsonString: string): SafeParseResult<UserEventPayloadCountry, SDKValidationError>;
/** @internal */
export declare const UserEventPayload445GeolocationMostSpecificSubdivisionNames$inboundSchema: z.ZodType<UserEventPayload445GeolocationMostSpecificSubdivisionNames, z.ZodTypeDef, unknown>;
export declare function userEventPayload445GeolocationMostSpecificSubdivisionNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayload445GeolocationMostSpecificSubdivisionNames, SDKValidationError>;
/** @internal */
export declare const UserEventPayloadMostSpecificSubdivision$inboundSchema: z.ZodType<UserEventPayloadMostSpecificSubdivision, z.ZodTypeDef, unknown>;
export declare function userEventPayloadMostSpecificSubdivisionFromJSON(jsonString: string): SafeParseResult<UserEventPayloadMostSpecificSubdivision, SDKValidationError>;
/** @internal */
export declare const UserEventPayloadGeolocation$inboundSchema: z.ZodType<UserEventPayloadGeolocation, z.ZodTypeDef, unknown>;
export declare function userEventPayloadGeolocationFromJSON(jsonString: string): SafeParseResult<UserEventPayloadGeolocation, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortyFive$inboundSchema: z.ZodType<FourHundredAndFortyFive, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortyFive, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortyFour$inboundSchema: z.ZodType<FourHundredAndFortyFour, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortyFour, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortyThree$inboundSchema: z.ZodType<FourHundredAndFortyThree, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortyThree, SDKValidationError>;
/** @internal */
export declare const Events$inboundSchema: z.ZodType<Events, z.ZodTypeDef, unknown>;
export declare function eventsFromJSON(jsonString: string): SafeParseResult<Events, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortyTwo$inboundSchema: z.ZodType<FourHundredAndFortyTwo, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortyTwo, SDKValidationError>;
/** @internal */
export declare const FourHundredAndFortyOne$inboundSchema: z.ZodType<FourHundredAndFortyOne, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<FourHundredAndFortyOne, SDKValidationError>;
/** @internal */
export declare const FourHundredAndForty$inboundSchema: z.ZodType<FourHundredAndForty, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFortyFromJSON(jsonString: string): SafeParseResult<FourHundredAndForty, SDKValidationError>;
/** @internal */
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
/** @internal */
export declare const FourHundredAndThirtyNine$inboundSchema: z.ZodType<FourHundredAndThirtyNine, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtyNine, SDKValidationError>;
/** @internal */
export declare const UserEventPayload438Team$inboundSchema: z.ZodType<UserEventPayload438Team, z.ZodTypeDef, unknown>;
export declare function userEventPayload438TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload438Team, SDKValidationError>;
/** @internal */
export declare const UserEventPayload438Configuration$inboundSchema: z.ZodType<UserEventPayload438Configuration, z.ZodTypeDef, unknown>;
export declare function userEventPayload438ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload438Configuration, SDKValidationError>;
/** @internal */
export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtyEight$inboundSchema: z.ZodType<FourHundredAndThirtyEight, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtyEight, SDKValidationError>;
/** @internal */
export declare const UserEventPayload437Team$inboundSchema: z.ZodType<UserEventPayload437Team, z.ZodTypeDef, unknown>;
export declare function userEventPayload437TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload437Team, SDKValidationError>;
/** @internal */
export declare const UserEventPayload437Configuration$inboundSchema: z.ZodType<UserEventPayload437Configuration, z.ZodTypeDef, unknown>;
export declare function userEventPayload437ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload437Configuration, SDKValidationError>;
/** @internal */
export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtySeven$inboundSchema: z.ZodType<FourHundredAndThirtySeven, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtySeven, SDKValidationError>;
/** @internal */
export declare const UserEventPayload436Team$inboundSchema: z.ZodType<UserEventPayload436Team, z.ZodTypeDef, unknown>;
export declare function userEventPayload436TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload436Team, SDKValidationError>;
/** @internal */
export declare const UserEventPayload436Configuration$inboundSchema: z.ZodType<UserEventPayload436Configuration, z.ZodTypeDef, unknown>;
export declare function userEventPayload436ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload436Configuration, SDKValidationError>;
/** @internal */
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtySix$inboundSchema: z.ZodType<FourHundredAndThirtySix, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtySix, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtyFive$inboundSchema: z.ZodType<FourHundredAndThirtyFive, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyFiveFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtyFive, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtyFour$inboundSchema: z.ZodType<FourHundredAndThirtyFour, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtyFour, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtyThree$inboundSchema: z.ZodType<FourHundredAndThirtyThree, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtyThree, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtyTwo$inboundSchema: z.ZodType<FourHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtyTwo, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirtyOne$inboundSchema: z.ZodType<FourHundredAndThirtyOne, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirtyOne, SDKValidationError>;
/** @internal */
export declare const FourHundredAndThirty$inboundSchema: z.ZodType<FourHundredAndThirty, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirty, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwentyNine$inboundSchema: z.ZodType<FourHundredAndTwentyNine, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentyNine, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwentyEight$inboundSchema: z.ZodType<FourHundredAndTwentyEight, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentyEight, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwentySeven$inboundSchema: z.ZodType<FourHundredAndTwentySeven, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentySevenFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentySeven, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwentySix$inboundSchema: z.ZodType<FourHundredAndTwentySix, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentySixFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentySix, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwentyFive$inboundSchema: z.ZodType<FourHundredAndTwentyFive, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyFiveFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentyFive, SDKValidationError>;
/** @internal */
export declare const UserEventPayload424ActorType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload424ActorType>;
/** @internal */
export declare const FourHundredAndTwentyFour$inboundSchema: z.ZodType<FourHundredAndTwentyFour, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyFourFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentyFour, SDKValidationError>;
/** @internal */
export declare const UserEventPayload423ActorType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload423ActorType>;
/** @internal */
export declare const FourHundredAndTwentyThree$inboundSchema: z.ZodType<FourHundredAndTwentyThree, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyThreeFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentyThree, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwentyTwo$inboundSchema: z.ZodType<FourHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyTwoFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentyTwo, SDKValidationError>;
/** @internal */
export declare const UserEventPayload421Provider$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload421Provider>;
/** @internal */
export declare const PayloadOutcome$inboundSchema: z.ZodNativeEnum<typeof PayloadOutcome>;
/** @internal */
export declare const Basis$inboundSchema: z.ZodNativeEnum<typeof Basis>;
/** @internal */
export declare const MxOutcome$inboundSchema: z.ZodNativeEnum<typeof MxOutcome>;
/** @internal */
export declare const PayloadDecision$inboundSchema: z.ZodType<PayloadDecision, z.ZodTypeDef, unknown>;
export declare function payloadDecisionFromJSON(jsonString: string): SafeParseResult<PayloadDecision, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwentyOne$inboundSchema: z.ZodType<FourHundredAndTwentyOne, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwentyOne, SDKValidationError>;
/** @internal */
export declare const UserEventPayload420Previous$inboundSchema: z.ZodType<UserEventPayload420Previous, z.ZodTypeDef, unknown>;
export declare function userEventPayload420PreviousFromJSON(jsonString: string): SafeParseResult<UserEventPayload420Previous, SDKValidationError>;
/** @internal */
export declare const UserEventPayload420Next$inboundSchema: z.ZodType<UserEventPayload420Next, z.ZodTypeDef, unknown>;
export declare function userEventPayload420NextFromJSON(jsonString: string): SafeParseResult<UserEventPayload420Next, SDKValidationError>;
/** @internal */
export declare const FourHundredAndTwenty$inboundSchema: z.ZodType<FourHundredAndTwenty, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwentyFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwenty, SDKValidationError>;
/** @internal */
export declare const FourHundredAndNineteen$inboundSchema: z.ZodType<FourHundredAndNineteen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndNineteenFromJSON(jsonString: string): SafeParseResult<FourHundredAndNineteen, SDKValidationError>;
/** @internal */
export declare const Mfa$inboundSchema: z.ZodType<Mfa, z.ZodTypeDef, unknown>;
export declare function mfaFromJSON(jsonString: string): SafeParseResult<Mfa, SDKValidationError>;
/** @internal */
export declare const FourHundredAndEighteen$inboundSchema: z.ZodType<FourHundredAndEighteen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndEighteenFromJSON(jsonString: string): SafeParseResult<FourHundredAndEighteen, SDKValidationError>;
/** @internal */
export declare const FourHundredAndSeventeen$inboundSchema: z.ZodType<FourHundredAndSeventeen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<FourHundredAndSeventeen, SDKValidationError>;
/** @internal */
export declare const Context$inboundSchema: z.ZodNativeEnum<typeof Context>;
/** @internal */
export declare const FourHundredAndSixteen$inboundSchema: z.ZodType<FourHundredAndSixteen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<FourHundredAndSixteen, SDKValidationError>;
/** @internal */
export declare const UserEventPayload415Previous$inboundSchema: z.ZodType<UserEventPayload415Previous, z.ZodTypeDef, unknown>;
export declare function userEventPayload415PreviousFromJSON(jsonString: string): SafeParseResult<UserEventPayload415Previous, SDKValidationError>;
/** @internal */
export declare const UserEventPayload415Next$inboundSchema: z.ZodType<UserEventPayload415Next, z.ZodTypeDef, unknown>;
export declare function userEventPayload415NextFromJSON(jsonString: string): SafeParseResult<UserEventPayload415Next, SDKValidationError>;
/** @internal */
export declare const PayloadMethod$inboundSchema: z.ZodNativeEnum<typeof PayloadMethod>;
/** @internal */
export declare const FourHundredAndFifteen$inboundSchema: z.ZodType<FourHundredAndFifteen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<FourHundredAndFifteen, SDKValidationError>;
/** @internal */
export declare const UserEventPayload414Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload414Action>;
/** @internal */
export declare const FourHundredAndFourteen$inboundSchema: z.ZodType<FourHundredAndFourteen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<FourHundredAndFourteen, SDKValidationError>;
/** @internal */
export declare const AllowedMethods$inboundSchema: z.ZodNativeEnum<typeof AllowedMethods>;
/** @internal */
export declare const FourHundredAndThirteen$inboundSchema: z.ZodType<FourHundredAndThirteen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<FourHundredAndThirteen, SDKValidationError>;
/** @internal */
export declare const Method$inboundSchema: z.ZodNativeEnum<typeof Method>;
/** @internal */
export declare const FourHundredAndTwelve$inboundSchema: z.ZodType<FourHundredAndTwelve, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<FourHundredAndTwelve, SDKValidationError>;
/** @internal */
export declare const UserEventPayload411ActorType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload411ActorType>;
/** @internal */
export declare const FourHundredAndEleven$inboundSchema: z.ZodType<FourHundredAndEleven, z.ZodTypeDef, unknown>;
export declare function fourHundredAndElevenFromJSON(jsonString: string): SafeParseResult<FourHundredAndEleven, SDKValidationError>;
/** @internal */
export declare const UserEventPayload410ActorType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload410ActorType>;
/** @internal */
export declare const FourHundredAndTen$inboundSchema: z.ZodType<FourHundredAndTen, z.ZodTypeDef, unknown>;
export declare function fourHundredAndTenFromJSON(jsonString: string): SafeParseResult<FourHundredAndTen, SDKValidationError>;
/** @internal */
export declare const UserEventPayload409ActorType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload409ActorType>;
/** @internal */
export declare const FourHundredAndNine$inboundSchema: z.ZodType<FourHundredAndNine, z.ZodTypeDef, unknown>;
export declare function fourHundredAndNineFromJSON(jsonString: string): SafeParseResult<FourHundredAndNine, SDKValidationError>;
/** @internal */
export declare const UserEventPayload408ActorType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload408ActorType>;
/** @internal */
export declare const FourHundredAndEight$inboundSchema: z.ZodType<FourHundredAndEight, z.ZodTypeDef, unknown>;
export declare function fourHundredAndEightFromJSON(jsonString: string): SafeParseResult<FourHundredAndEight, SDKValidationError>;
//# sourceMappingURL=fourhundredandeight.d.ts.map