Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gitbook/api

Package Overview
Dependencies
Maintainers
7
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitbook/api - npm Package Compare versions

Comparing version
0.165.0
to
0.166.0
+7
-2
dist/constants.d.ts

@@ -141,2 +141,6 @@ export declare const APITOKEN_LABEL_MAX_LENGTH = 50;

export declare const CONTEXT_RECORD_DESCRIPTION_MAX_LENGTH = 512;
export declare const SITE_ISSUE_STATUS_ENUM: ["open", "done", "canceled"];
export declare const SITE_ISSUE_TYPE_ENUM: ["content-outdated", "incoherence", "content-gap", "other"];
export declare const SITE_ISSUE_PRIORITY_ENUM: ["low", "medium", "high"];
export declare const SITE_ISSUE_TITLE_MAX_LENGTH = 256;
export declare const CONTEXT_CONNECTION_LABEL_MAX_LENGTH = 128;

@@ -147,4 +151,6 @@ export declare const CONTEXT_CONNECTION_LABEL_MIN_LENGTH = 0;

export declare const SITE_QUESTION_ANSWER_RESOLUTION_ENUM: ["no", "partially", "yes"];
export declare const SITE_QUESTION_ANSWER_CONFIDENCE_ENUM: ["low", "medium", "high"];
export declare const SITE_QUESTION_ANSWER_RELEVANCE_ENUM: ["relevant", "spam", "off-topic", "unclear"];
export declare const SITE_QUESTION_ANSWER_HELPFULNESS_ENUM: ["low", "medium", "high"];
export declare const SITE_CORE_CHANNEL_TYPE_ENUM: ["site", "embed", "api"];
export declare const SITE_CONFIGURABLE_CHANNEL_TYPE_ENUM: ["builtin:slack", "builtin:discord"];
export declare const AIMESSAGE_ROLE_ENUM: ["user", "assistant", "developer"];

@@ -160,3 +166,2 @@ export declare const AIMODEL_ENUM: ["fast", "reasoning-low", "reasoning-medium", "reasoning-high"];

export declare const SITE_INSIGHTS_VISITOR_OS_ENUM: ["windows", "macos", "linux", "android", "ios", "unknown"];
export declare const SITE_INSIGHTS_VISITOR_BOT_ENUM: ["unknown", "googlebot", "bingbot", "duckduckbot", "facebookbot", "applebot", "chatgpt", "anthropic", "gemini", "perplexity", "cohere", "mistral", "deepseek", "meta", "bytespider", "ccbot", "amazonbot", "youbot"];
export declare const SITE_INSIGHTS_QUERY_OPERATOR_ENUM: ["in", "notIn", "greaterThan", "greaterThanOrEqual", "lessThan", "lessThanOrEqual"];

@@ -163,0 +168,0 @@ export declare const SITE_INSIGHTS_QUERY_RANGE_PRESET_ENUM: ["lastYear", "last3Months", "last30Days", "last7Days", "last24Hours"];

@@ -7,3 +7,3 @@ {

"types": "./dist/index.d.ts",
"version": "0.165.0",
"version": "0.166.0",
"sideEffects": false,

@@ -29,3 +29,3 @@ "files": [

"devDependencies": {
"swagger-typescript-api": "^13.0.3",
"swagger-typescript-api": "^13.3.0",
"swagger-cli": "^4.0.4",

@@ -32,0 +32,0 @@ "esbuild": "^0.14.42",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display