@cool-digital-solutions/interferir-models 1.2.29 → 1.2.30

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.
@@ -29,7 +29,8 @@ export declare enum Type {
29
29
  SEND_GRID = "send_grid",
30
30
  ENTRAMIND = "entramind",
31
31
  WHITE_LIST = "white_list",
32
- MIN_SYNC_TIME = "min_sync_time"
32
+ MIN_SYNC_TIME = "min_sync_time",
33
+ GENERAL_CONFIG = "general_config"
33
34
  }
34
35
  export declare enum Context {
35
36
  EMAIL = "email",
@@ -40,16 +41,15 @@ export declare enum Context {
40
41
  INSTANT_RESEARCH = "instantResearch",
41
42
  AI_AGENT = "aiAgent",
42
43
  STARTUP_COMPETITOR = "startup_competitor",
43
- STARTUP_INVESTOR_MATCHING = "startup_investor_matching"
44
+ STARTUP_INVESTOR_MATCHING = "startup_investor_matching",
45
+ BASE_VALUE = "base_value"
44
46
  }
45
47
  export declare enum Key {
46
48
  DAILY_LIMIT = "daily_limit",
47
- DAILY_LIMIT_BASE = "daily_limit_base",// gün sonu bu değere düşer
48
49
  ALERT_EMAIL = "alert_email",
49
50
  BETA = "beta",
50
51
  PROD = "prod",
51
52
  EM_ERROR_MESSAGE = "em_error_message",
52
- EM_ERROR_MESSAGE_BASE = "em_error_message_base",// gün sonu bu değere düşer
53
53
  NOT_WORKING_SPARK = "not_working_spark",
54
54
  SUGGEST_UPDATE_PROD = "suggest_update_prod",
55
55
  EMAIL = "email",
@@ -60,7 +60,8 @@ export declare enum Key {
60
60
  RESEARCH_BETA = "research_beta",
61
61
  RESEARCH_PROD = "research_prod",
62
62
  EXPERIENCE_BETA = "experience_beta",
63
- EXPERIENCE_PROD = "experience_prod"
63
+ EXPERIENCE_PROD = "experience_prod",
64
+ BASE_LIMIT = "base_limit"
64
65
  }
65
66
  export interface IGeneralConfig extends BaseSchema {
66
67
  generalConfigSub: Types.ObjectId | IGeneralConfigSub;
@@ -7,6 +7,7 @@ var Type;
7
7
  Type["ENTRAMIND"] = "entramind";
8
8
  Type["WHITE_LIST"] = "white_list";
9
9
  Type["MIN_SYNC_TIME"] = "min_sync_time";
10
+ Type["GENERAL_CONFIG"] = "general_config";
10
11
  })(Type || (exports.Type = Type = {}));
11
12
  var Context;
12
13
  (function (Context) {
@@ -19,16 +20,15 @@ var Context;
19
20
  Context["AI_AGENT"] = "aiAgent";
20
21
  Context["STARTUP_COMPETITOR"] = "startup_competitor";
21
22
  Context["STARTUP_INVESTOR_MATCHING"] = "startup_investor_matching";
23
+ Context["BASE_VALUE"] = "base_value";
22
24
  })(Context || (exports.Context = Context = {}));
23
25
  var Key;
24
26
  (function (Key) {
25
27
  Key["DAILY_LIMIT"] = "daily_limit";
26
- Key["DAILY_LIMIT_BASE"] = "daily_limit_base";
27
28
  Key["ALERT_EMAIL"] = "alert_email";
28
29
  Key["BETA"] = "beta";
29
30
  Key["PROD"] = "prod";
30
31
  Key["EM_ERROR_MESSAGE"] = "em_error_message";
31
- Key["EM_ERROR_MESSAGE_BASE"] = "em_error_message_base";
32
32
  Key["NOT_WORKING_SPARK"] = "not_working_spark";
33
33
  Key["SUGGEST_UPDATE_PROD"] = "suggest_update_prod";
34
34
  Key["EMAIL"] = "email";
@@ -40,4 +40,5 @@ var Key;
40
40
  Key["RESEARCH_PROD"] = "research_prod";
41
41
  Key["EXPERIENCE_BETA"] = "experience_beta";
42
42
  Key["EXPERIENCE_PROD"] = "experience_prod";
43
+ Key["BASE_LIMIT"] = "base_limit";
43
44
  })(Key || (exports.Key = Key = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cool-digital-solutions/interferir-models",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"