@cool-digital-solutions/interferir-models 1.0.46 → 1.0.48

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.
@@ -178,6 +178,7 @@ export declare enum PivotType {
178
178
  STRONG_PIVOT = "strongPivot",
179
179
  PIVOT = "pivot",
180
180
  MILESTONE = "milestone",
181
+ NO_PIVOT = "noPivot",
181
182
  NULL = ""
182
183
  }
183
184
  export interface Pivot extends BaseSchema {
@@ -78,5 +78,6 @@ var PivotType;
78
78
  PivotType["STRONG_PIVOT"] = "strongPivot";
79
79
  PivotType["PIVOT"] = "pivot";
80
80
  PivotType["MILESTONE"] = "milestone";
81
+ PivotType["NO_PIVOT"] = "noPivot";
81
82
  PivotType["NULL"] = "";
82
83
  })(PivotType || (exports.PivotType = PivotType = {}));
@@ -47,7 +47,8 @@ export declare enum Key {
47
47
  NOT_WORKING_SPARK = "not_working_spark",
48
48
  SUGGEST_UPDATE_PROD = "suggest_update_prod",
49
49
  EMAIL = "email",
50
- DOMAIN = "domain"
50
+ DOMAIN = "domain",
51
+ CONTACT_US_FOR_INSTANT_RESEARCH_IN_STARTUP_PROD = "contact_us_for_instant_research_in_startup_prod"
51
52
  }
52
53
  export interface IGeneralConfig extends BaseSchema {
53
54
  generalConfigSub: Types.ObjectId | IGeneralConfigSub;
@@ -27,4 +27,5 @@ var Key;
27
27
  Key["SUGGEST_UPDATE_PROD"] = "suggest_update_prod";
28
28
  Key["EMAIL"] = "email";
29
29
  Key["DOMAIN"] = "domain";
30
+ Key["CONTACT_US_FOR_INSTANT_RESEARCH_IN_STARTUP_PROD"] = "contact_us_for_instant_research_in_startup_prod";
30
31
  })(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.0.46",
3
+ "version": "1.0.48",
4
4
  "main": "./dist/index.js",
5
5
  "files": [
6
6
  "dist/**/*"