UNPKG

@siteline/core

Version:

Core tracking SDK for Siteline - Agent Analytics platform for tracking AI agents, bots, and crawlers

21 lines 834 B
export declare const DEFAULT_ENDPOINT = "https://siteline.ai/v1/intake/pageview"; export declare const DEFAULT_SDK_NAME = "@siteline/core"; export declare const DEFAULT_SDK_VERSION = "1.0.1"; export declare const DEFAULT_INTEGRATION_TYPE = "custom"; export declare const WEBSITEKEY_PATTERN: RegExp; export declare const LIMITS: { readonly URL_MAX_LENGTH: 2048; readonly METHOD_MAX_LENGTH: 10; readonly USER_AGENT_MAX_LENGTH: 512; readonly REF_MAX_LENGTH: 2048; readonly IP_MAX_LENGTH: 45; readonly INTEGRATION_TYPE_MAX_LENGTH: 50; readonly SDK_MAX_LENGTH: 50; readonly SDK_VERSION_MAX_LENGTH: 20; readonly STATUS_MIN: 0; readonly STATUS_MAX: 999; readonly DURATION_MIN: 0; readonly DURATION_MAX: 300000; }; export declare const TIMEOUT_MS = 5000; //# sourceMappingURL=constants.d.ts.map