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.159.0
to
0.160.1
+9
-2
dist/constants.d.ts

@@ -21,2 +21,3 @@ export declare const APITOKEN_LABEL_MAX_LENGTH = 50;

export declare const REVISION_PAGE_SLUG_MIN_LENGTH = 0;
export declare const OPEN_APISPEC_VISIBILITY_ENUM: ["private", "public"];
export declare const REVISION_PAGE_LAYOUT_OPTIONS_WIDTH_ENUM: ["default", "wide"];

@@ -47,3 +48,2 @@ export declare const REVISION_PAGE_LAYOUT_OPTIONS_COVER_SIZE_ENUM: ["hero", "full"];

export declare const OPEN_APISPEC_PROCESSING_STATE_ENUM: ["pending", "progress", "complete"];
export declare const OPEN_APISPEC_VISIBILITY_ENUM: ["private", "public"];
export declare const OPEN_APISPEC_PROCESSING_ERROR_CODE_ENUM: ["FETCH_TIMEOUT", "FETCH_ERROR", "PARSE_ERROR"];

@@ -138,2 +138,9 @@ export declare const CONTENT_REFERENCE_STATUS_ENUM: ["ok", "broken", "in-app"];

export declare const SHARE_LINK_NAME_MIN_LENGTH = 0;
export declare const CONTEXT_RECORD_TYPE_ENUM: ["ticket", "document"];
export declare const CONTEXT_RECORD_TITLE_MAX_LENGTH = 256;
export declare const CONTEXT_RECORD_TITLE_MIN_LENGTH = 1;
export declare const CONTEXT_RECORD_DESCRIPTION_MAX_LENGTH = 512;
export declare const CONTEXT_CONNECTION_LABEL_MAX_LENGTH = 128;
export declare const CONTEXT_CONNECTION_LABEL_MIN_LENGTH = 0;
export declare const CONTEXT_CONNECTION_STATUS_ENUM: ["pending", "syncing", "succeeded", "failed"];
export declare const AIMODEL_ENUM: ["fast", "reasoning-low", "reasoning-medium", "reasoning-high"];

@@ -164,3 +171,3 @@ export declare const SITE_INSIGHTS_DISPLAY_CONTEXT_ENUM: ["site", "embed"];

export declare const GIT_BOOK_USERS_ENUM: ["gitbook:agent"];
export declare const REVISION_SEMANTIC_CHANGE_TYPE_ENUM: ["page_created", "page_edited", "page_deleted", "page_moved", "file_created", "file_edited", "file_deleted", "custom_fields_edited"];
export declare const REVISION_SEMANTIC_CHANGE_TYPE_ENUM: ["page_created", "page_edited", "page_deleted", "page_moved", "file_created", "file_edited", "file_deleted", "custom_fields_edited", "tag_created", "tag_deleted", "tag_edited"];
export declare const GIT_SYNC_OPERATION_STATE_ENUM: ["running", "failure", "success"];

@@ -167,0 +174,0 @@ export declare const GIT_SYNC_OPERATION_DIRECTION_ENUM: ["export", "import"];

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

"types": "./dist/index.d.ts",
"version": "0.159.0",
"version": "0.160.1",
"sideEffects": false,

@@ -52,3 +52,7 @@ "files": [

"./spec/openapi.yaml": "./spec/openapi.yaml"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

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