@bpinternal/const 0.26.0 → 0.28.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.
@@ -1,5 +1,5 @@
1
- export type { BillingAddonId } from './addons';
2
- export type { BillingMeterId } from './meters';
3
- export type { BillingPlanId } from './plans';
1
+ export * from './plans';
2
+ export * from './addons';
3
+ export * from './meters';
4
4
  export * from './schemas';
5
5
  export * from './versions';
@@ -14,5 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./plans"), exports);
18
+ __exportStar(require("./addons"), exports);
19
+ __exportStar(require("./meters"), exports);
17
20
  __exportStar(require("./schemas"), exports);
18
21
  __exportStar(require("./versions"), exports);
@@ -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: 10_000_000,
7
+ table_rows: 0,
8
8
  bot_count: consts_1.SMALL_UNLIMITED,
9
- collaborator_count: 100,
10
- file_storage: 1000 * consts_1.GB,
11
- vector_db_storage: 500 * consts_1.GB,
12
- saved_versions: 1000,
13
- indexed_file_count: 10_000,
14
- incoming_messages_events: 10_000 * consts_1.MESSAGES_PER_CONVERSATION,
15
- ai_spend: 10_000 * consts_1.AI_SPEND_PER_CONVERSATION,
16
- conversation_sessions: 10_000,
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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpinternal/const",
3
- "version": "0.26.0",
3
+ "version": "0.28.0",
4
4
  "description": "Shared constants for Skynet billing refactor (vendored copy of upstream packages/const)",
5
5
  "license": "UNLICENSED",
6
6
  "files": [