@bpinternal/const 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,16 +4,16 @@ exports.plans = void 0;
|
|
|
4
4
|
const consts_1 = require("../consts");
|
|
5
5
|
const schemas_1 = require("./schemas");
|
|
6
6
|
const ENTERPRISE_PLAN_FEATURES = {
|
|
7
|
-
table_rows:
|
|
7
|
+
table_rows: 0,
|
|
8
8
|
bot_count: consts_1.SMALL_UNLIMITED,
|
|
9
|
-
collaborator_count:
|
|
10
|
-
file_storage:
|
|
11
|
-
vector_db_storage:
|
|
12
|
-
saved_versions:
|
|
13
|
-
indexed_file_count:
|
|
14
|
-
incoming_messages_events:
|
|
15
|
-
ai_spend:
|
|
16
|
-
conversation_sessions:
|
|
9
|
+
collaborator_count: consts_1.SMALL_UNLIMITED,
|
|
10
|
+
file_storage: 0,
|
|
11
|
+
vector_db_storage: 0,
|
|
12
|
+
saved_versions: 0,
|
|
13
|
+
indexed_file_count: 0,
|
|
14
|
+
incoming_messages_events: 0,
|
|
15
|
+
ai_spend: 0,
|
|
16
|
+
conversation_sessions: 0,
|
|
17
17
|
};
|
|
18
18
|
/* IMPORTANT: the `name` field is used to match existing products in Stripe DO NOT CHANGE THE NAME OF AN EXISTING PRODUCT */
|
|
19
19
|
exports.plans = {
|