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.163.0
to
0.164.0
+4
-2
dist/constants.d.ts

@@ -95,3 +95,5 @@ export declare const APITOKEN_LABEL_MAX_LENGTH = 50;

export declare const TEAM_MEMBER_ROLE_ENUM: ["owner", "member"];
export declare const BILLING_SWITCH_ACTION_ENUM: ["trial", "upgrade", "upgrade_passive", "downgrade", "undo_cancel", "switch_interval"];
export declare const BILLING_COUPON_MAX_LENGTH = 500;
export declare const BILLING_COUPON_MIN_LENGTH = 1;
export declare const BILLING_SWITCH_ACTION_ENUM: ["trial", "upgrade", "upgrade_passive", "downgrade", "switch_interval"];
export declare const BILLING_METER_ENUM: ["ai_responses", "ai_agent_responses", "translation_words"];

@@ -163,3 +165,3 @@ export declare const SAMLPROVIDER_LABEL_MAX_LENGTH = 30;

export declare const SITE_REDIRECT_SOURCE_PATH_MAX_LENGTH = 512;
export declare const SITE_REDIRECT_SOURCE_PATH_PATTERN = "^\\/(?:[A-Za-z0-9\\-._~]|%[0-9A-Fa-f]{2})+(?:\\/(?:[A-Za-z0-9\\-._~]|%[0-9A-Fa-f]{2})+)*$";
export declare const SITE_REDIRECT_SOURCE_PATH_PATTERN = "^\\/(?!\\*)(?!.*\\*.+)(?:[A-Za-z0-9\\-._~]|%[0-9A-Fa-f]{2})+(?:\\/(?:[A-Za-z0-9\\-._~]|%[0-9A-Fa-f]{2})+)*(?:\\/\\*|\\*)?$";
export declare const SITE_MCP_SERVER_NAME_MAX_LENGTH = 100;

@@ -166,0 +168,0 @@ export declare const SITE_MCP_SERVER_NAME_MIN_LENGTH = 1;

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

"types": "./dist/index.d.ts",
"version": "0.163.0",
"version": "0.164.0",
"sideEffects": false,

@@ -10,0 +10,0 @@ "files": [

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