@bpinternal/const 0.8.0 → 0.9.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.
@@ -5,6 +5,7 @@
5
5
  export declare const BILLING_FEATURE_IDS: readonly ["human_in_the_loop", "ratelimit", "incoming_messages_events", "integration_spend", "integration_subscription", "table_rows", "bot_count", "always_alive_count", "always_alive_concurrency", "collaborator_count", "file_storage", "vector_db_storage", "saved_versions"];
6
6
  export declare const ATOMIC_BILLING_FEATURE_IDS: ["integration_subscription", "bot_count", "always_alive_count", "always_alive_concurrency", "collaborator_count", "saved_versions"];
7
7
  export declare const NON_ATOMIC_BILLING_FEATURE_IDS: ["incoming_messages_events", "integration_spend", "table_rows", "file_storage", "vector_db_storage"];
8
+ export declare const NON_RESETTING_BILLING_FEATURE_IDS: ["integration_subscription", "bot_count", "always_alive_count", "always_alive_concurrency", "collaborator_count", "saved_versions", "table_rows", "file_storage", "vector_db_storage"];
8
9
  export declare const CREDIT_GRANT_BILLING_FEATURE_IDS: ["integration_spend"];
9
10
  export declare const billingFeatureDefs: {
10
11
  readonly human_in_the_loop: {
@@ -4,7 +4,7 @@
4
4
  * Based on the requirements from the billing refactor document
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.billingFeatureDefs = exports.CREDIT_GRANT_BILLING_FEATURE_IDS = exports.NON_ATOMIC_BILLING_FEATURE_IDS = exports.ATOMIC_BILLING_FEATURE_IDS = exports.BILLING_FEATURE_IDS = void 0;
7
+ exports.billingFeatureDefs = exports.CREDIT_GRANT_BILLING_FEATURE_IDS = exports.NON_RESETTING_BILLING_FEATURE_IDS = exports.NON_ATOMIC_BILLING_FEATURE_IDS = exports.ATOMIC_BILLING_FEATURE_IDS = exports.BILLING_FEATURE_IDS = void 0;
8
8
  exports.BILLING_FEATURE_IDS = [
9
9
  'human_in_the_loop',
10
10
  'ratelimit',
@@ -35,6 +35,12 @@ exports.NON_ATOMIC_BILLING_FEATURE_IDS = [
35
35
  'file_storage',
36
36
  'vector_db_storage',
37
37
  ];
38
+ exports.NON_RESETTING_BILLING_FEATURE_IDS = [
39
+ ...exports.ATOMIC_BILLING_FEATURE_IDS,
40
+ 'table_rows',
41
+ 'file_storage',
42
+ 'vector_db_storage',
43
+ ];
38
44
  exports.CREDIT_GRANT_BILLING_FEATURE_IDS = ['integration_spend'];
39
45
  exports.billingFeatureDefs = {
40
46
  human_in_the_loop: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpinternal/const",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Shared constants for Skynet billing refactor (vendored copy of upstream packages/const)",
5
5
  "license": "UNLICENSED",
6
6
  "files": [