@siteline/core
Version:
Core tracking SDK for Siteline - Agent Analytics platform for tracking AI agents, bots, and crawlers
21 lines • 828 B
TypeScript
export declare const DEFAULT_ENDPOINT = "https://api.siteline.ai/v1/intake/pageview";
export declare const DEFAULT_SDK_NAME = "@siteline/js";
export declare const DEFAULT_SDK_VERSION = "1.0.8";
export declare const DEFAULT_INTEGRATION_TYPE = "js";
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 ACCEPT_HEADER_MAX_LENGTH: 1024;
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