@futdevpro/fsm-dynamo 1.5.46 → 1.5.49

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.
Files changed (102) hide show
  1. package/lib/_collections/_tools/dynamo-log.d.ts +23 -3
  2. package/lib/_collections/_tools/dynamo-log.d.ts.map +1 -1
  3. package/lib/_collections/_tools/dynamo-log.js +45 -9
  4. package/lib/_collections/_tools/dynamo-log.js.map +1 -1
  5. package/lib/_collections/_tools/dynamo-regions.d.ts +3 -3
  6. package/lib/_collections/_tools/dynamo-regions.d.ts.map +1 -1
  7. package/lib/_collections/_tools/dynamo-regions.js +10 -10
  8. package/lib/_collections/_tools/dynamo-regions.js.map +1 -1
  9. package/lib/_constants/index.d.ts +1 -0
  10. package/lib/_constants/index.d.ts.map +1 -1
  11. package/lib/_constants/index.js +1 -0
  12. package/lib/_constants/index.js.map +1 -1
  13. package/lib/_constants/module-settings/custom-data-module-settings.d.ts +3 -0
  14. package/lib/_constants/module-settings/custom-data-module-settings.d.ts.map +1 -0
  15. package/lib/_constants/module-settings/custom-data-module-settings.js +11 -0
  16. package/lib/_constants/module-settings/custom-data-module-settings.js.map +1 -0
  17. package/lib/_constants/module-settings/test-module-settings.d.ts +2 -2
  18. package/lib/_constants/module-settings/test-module-settings.d.ts.map +1 -1
  19. package/lib/_constants/module-settings/test-module-settings.js +1 -2
  20. package/lib/_constants/module-settings/test-module-settings.js.map +1 -1
  21. package/lib/_constants/module-settings/usage-module-settings.d.ts +2 -2
  22. package/lib/_constants/module-settings/usage-module-settings.d.ts.map +1 -1
  23. package/lib/_constants/module-settings/usage-module-settings.js.map +1 -1
  24. package/lib/_enums/basic-property-type.enum.d.ts +8 -0
  25. package/lib/_enums/basic-property-type.enum.d.ts.map +1 -0
  26. package/lib/_enums/basic-property-type.enum.js +12 -0
  27. package/lib/_enums/basic-property-type.enum.js.map +1 -0
  28. package/lib/_models/control-models/dynamo-daily-usage-data.d.ts.map +1 -1
  29. package/lib/_models/control-models/dynamo-daily-usage-data.js +4 -2
  30. package/lib/_models/control-models/dynamo-daily-usage-data.js.map +1 -1
  31. package/lib/_models/control-models/dynamo-data-params.d.ts +17 -0
  32. package/lib/_models/control-models/dynamo-data-params.d.ts.map +1 -0
  33. package/lib/_models/control-models/dynamo-data-params.js +24 -0
  34. package/lib/_models/control-models/dynamo-data-params.js.map +1 -0
  35. package/lib/_models/control-models/dynamo-data-property-params.d.ts +46 -0
  36. package/lib/_models/control-models/dynamo-data-property-params.d.ts.map +1 -0
  37. package/lib/_models/control-models/dynamo-data-property-params.js +62 -0
  38. package/lib/_models/control-models/dynamo-data-property-params.js.map +1 -0
  39. package/lib/_models/control-models/dynamo-range-value.d.ts +6 -0
  40. package/lib/_models/control-models/dynamo-range-value.d.ts.map +1 -0
  41. package/lib/_models/control-models/dynamo-range-value.js +11 -0
  42. package/lib/_models/control-models/dynamo-range-value.js.map +1 -0
  43. package/lib/_models/control-models/dynamo-route-settings.d.ts +7 -0
  44. package/lib/_models/control-models/dynamo-route-settings.d.ts.map +1 -0
  45. package/lib/_models/control-models/dynamo-route-settings.js +3 -0
  46. package/lib/_models/control-models/dynamo-route-settings.js.map +1 -0
  47. package/lib/_models/control-models/dynamo-usage-action.d.ts.map +1 -1
  48. package/lib/_models/control-models/dynamo-usage-action.js +3 -2
  49. package/lib/_models/control-models/dynamo-usage-action.js.map +1 -1
  50. package/lib/_models/control-models/dynamo-usage-data.d.ts.map +1 -1
  51. package/lib/_models/control-models/dynamo-usage-data.js +3 -2
  52. package/lib/_models/control-models/dynamo-usage-data.js.map +1 -1
  53. package/lib/_models/data-models/dynamo-custom-data.d.ts +2 -2
  54. package/lib/_models/data-models/dynamo-custom-data.d.ts.map +1 -1
  55. package/lib/_models/data-models/dynamo-custom-data.js +12 -11
  56. package/lib/_models/data-models/dynamo-custom-data.js.map +1 -1
  57. package/lib/_models/data-models/dynamo-metadata.d.ts.map +1 -1
  58. package/lib/_models/data-models/dynamo-metadata.js +6 -3
  59. package/lib/_models/data-models/dynamo-metadata.js.map +1 -1
  60. package/lib/_models/data-models/dynamo-usage-session.d.ts +3 -3
  61. package/lib/_models/data-models/dynamo-usage-session.d.ts.map +1 -1
  62. package/lib/_models/data-models/dynamo-usage-session.js +10 -17
  63. package/lib/_models/data-models/dynamo-usage-session.js.map +1 -1
  64. package/lib/_models/index.d.ts +4 -3
  65. package/lib/_models/index.d.ts.map +1 -1
  66. package/lib/_models/index.js +4 -3
  67. package/lib/_models/index.js.map +1 -1
  68. package/lib/_modules/custom-data-module.index.d.ts +3 -0
  69. package/lib/_modules/custom-data-module.index.d.ts.map +1 -0
  70. package/lib/_modules/custom-data-module.index.js +7 -0
  71. package/lib/_modules/custom-data-module.index.js.map +1 -0
  72. package/lib/_modules/data-modules.index.d.ts +2 -2
  73. package/lib/_modules/data-modules.index.d.ts.map +1 -1
  74. package/lib/_modules/data-modules.index.js +2 -2
  75. package/lib/_modules/data-modules.index.js.map +1 -1
  76. package/lib/_modules/test-module.index.d.ts +0 -1
  77. package/lib/_modules/test-module.index.d.ts.map +1 -1
  78. package/lib/_modules/test-module.index.js +0 -1
  79. package/lib/_modules/test-module.index.js.map +1 -1
  80. package/lib/tsconfig.tsbuildinfo +142 -70
  81. package/package.json +12 -1
  82. package/src/_collections/_tools/dynamo-log.ts +43 -9
  83. package/src/_collections/_tools/dynamo-regions.ts +10 -10
  84. package/src/_constants/index.ts +1 -0
  85. package/src/_constants/module-settings/custom-data-module-settings.ts +10 -0
  86. package/src/_constants/module-settings/test-module-settings.ts +3 -4
  87. package/src/_constants/module-settings/usage-module-settings.ts +2 -2
  88. package/src/_enums/basic-property-type.enum.ts +9 -0
  89. package/src/_models/control-models/dynamo-daily-usage-data.ts +3 -2
  90. package/src/_models/control-models/{dynamo-nts-data-params.ts → dynamo-data-params.ts} +10 -5
  91. package/src/_models/control-models/{dynamo-nts-data-property-params.ts → dynamo-data-property-params.ts} +11 -10
  92. package/src/_models/control-models/dynamo-range-value.ts +15 -0
  93. package/src/_models/control-models/{dynamo-nts-module-settings.ts → dynamo-route-settings.ts} +1 -1
  94. package/src/_models/control-models/dynamo-usage-action.ts +3 -2
  95. package/src/_models/control-models/dynamo-usage-data.ts +3 -2
  96. package/src/_models/data-models/dynamo-custom-data.ts +6 -5
  97. package/src/_models/data-models/dynamo-metadata.ts +7 -3
  98. package/src/_models/data-models/dynamo-usage-session.ts +10 -18
  99. package/src/_models/index.ts +4 -3
  100. package/src/_modules/custom-data-module.index.ts +6 -0
  101. package/src/_modules/data-modules.index.ts +2 -2
  102. package/src/_modules/test-module.index.ts +0 -1
@@ -30,36 +30,36 @@ export class Dynamo_Regions {
30
30
  iso.phoneCode = this.phoneCodes.find((pc: CountryPhoneCode) => pc.iso === iso.iso2)?.code;
31
31
  iso.divisions = this.divisions.filter((d: CountryDivision) => d.iso === iso.iso2);
32
32
  });
33
- return
33
+ return result;
34
34
  }
35
35
 
36
- static iso1ToCountryIso(iso1: string): CountryISO {
37
- const country: CountryISO = this.ISOs.find(iso => iso.iso2 == iso1);
36
+ static isoToCountryIso(iso2: string): CountryISO {
37
+ const country: CountryISO = this.ISOs.find(iso => iso.iso2 == iso2);
38
38
  if (!country) {
39
39
  throw new Dynamo_Error({
40
- message: `Cannot find ISO-3166 code for this: ${iso1}`
40
+ message: `Cannot find ISO-3166 code for this: ${iso2}`
41
41
  });
42
42
  } else {
43
43
  return country;
44
44
  }
45
45
  }
46
46
 
47
- static iso1ToRegion(iso1: string): Region {
48
- const region: Region = this.ISOs.find(iso => iso.iso2 == iso1).region;
47
+ static isoToRegion(iso2: string): Region {
48
+ const region: Region = this.ISOs.find(iso => iso.iso2 == iso2).region;
49
49
  if (!region) {
50
50
  throw new Dynamo_Error({
51
- message: `Cannot find ISO-3166 code for this: ${iso1}`
51
+ message: `Cannot find ISO-3166 code for this: ${iso2}`
52
52
  });
53
53
  } else {
54
54
  return region;
55
55
  }
56
56
  }
57
57
 
58
- static iso1ToPhoneCode(iso1: string): CountryPhoneCode {
59
- const phoneCode: CountryPhoneCode = this.phoneCodes.find(code => code.iso == iso1);
58
+ static isoToPhoneCode(iso2: string): CountryPhoneCode {
59
+ const phoneCode: CountryPhoneCode = this.phoneCodes.find(code => code.iso == iso2);
60
60
  if (!phoneCode) {
61
61
  throw new Dynamo_Error({
62
- message: `Cannot find ISO-3166 code for this: ${iso1}`
62
+ message: `Cannot find ISO-3166 code for this: ${iso2}`
63
63
  });
64
64
  } else {
65
65
  return phoneCode;
@@ -4,4 +4,5 @@ export * from './times';
4
4
  // Module Settings
5
5
  export * from './module-settings/test-module-settings';
6
6
  export * from './module-settings/usage-module-settings';
7
+ export * from './module-settings/custom-data-module-settings';
7
8
 
@@ -0,0 +1,10 @@
1
+
2
+ import { Dynamo_RouteSettings } from '../../_models/control-models/dynamo-route-settings';
3
+
4
+ export const customDataModuleSettings: Dynamo_RouteSettings = {
5
+ mainRoute: '/custom',
6
+ endPoints: {
7
+ getCustomData: '/get/:customId',
8
+ modifyCustomData: '/post',
9
+ }
10
+ };
@@ -1,7 +1,7 @@
1
1
 
2
- import { DynamoNTS_ModuleSettings } from '../../_models/control-models/dynamo-nts-module-settings';
2
+ import { Dynamo_RouteSettings } from '../../_models/control-models/dynamo-route-settings';
3
3
 
4
- export const testModuleSettings: DynamoNTS_ModuleSettings = {
4
+ export const testModuleSettings: Dynamo_RouteSettings = {
5
5
  mainRoute: '/test',
6
6
  endPoints: {
7
7
  testGet: '/test-get',
@@ -9,7 +9,6 @@ export const testModuleSettings: DynamoNTS_ModuleSettings = {
9
9
  testPut: '/test-put',
10
10
  testPatch: '/test-patch',
11
11
  testDelete: '/test-delete',
12
- getCustomData: '/custom/get/:customId',
13
- modifyCustomData: '/custom/post'
12
+ getServerStatus: '/server-status',
14
13
  }
15
14
  };
@@ -1,7 +1,7 @@
1
1
 
2
- import { DynamoNTS_ModuleSettings } from '../../_models/control-models/dynamo-nts-module-settings';
2
+ import { Dynamo_RouteSettings } from '../../_models/control-models/dynamo-route-settings';
3
3
 
4
- export const usageModuleSettings: DynamoNTS_ModuleSettings = {
4
+ export const usageModuleSettings: Dynamo_RouteSettings = {
5
5
  mainRoute: '/usage',
6
6
  endPoints: {
7
7
  newSession: '/new-session',
@@ -0,0 +1,9 @@
1
+
2
+
3
+ export enum BasicPropertyType {
4
+ string = 'string',
5
+ number = 'number',
6
+ boolean = 'boolean',
7
+ date = 'Date',
8
+ object = 'object',
9
+ }
@@ -22,13 +22,14 @@ export class Dynamo_DailyUsageData {
22
22
  }
23
23
  ) {
24
24
  if (set) {
25
- this.date = set.date;
25
+ Object.assign(this, set)
26
+ /* this.date = set.date;
26
27
  this.totalVisitTime = set.totalVisitTime ? set.totalVisitTime : 0;
27
28
  this.averageVisitTime = set.averageVisitTime ? set.averageVisitTime : 0;
28
29
  this.visitorsHun = set.visitorsHun ? set.visitorsHun : 0;
29
30
  this.visitorsElse = set.visitorsElse ? set.visitorsElse : 0;
30
31
 
31
- this.visitations = set.visitations ? set.visitations : [];
32
+ this.visitations = set.visitations ? set.visitations : []; */
32
33
  }
33
34
  }
34
35
  }
@@ -1,18 +1,22 @@
1
1
 
2
2
  import { DataModelType } from '../../_enums';
3
- import { DynamoNTS_DataPropertyParams } from './dynamo-nts-data-property-params';
3
+ import { Dynamo_DataPropertyParams } from './dynamo-data-property-params';
4
4
 
5
- export class DynamoNTS_DataParams {
5
+ export class Dynamo_DataParams {
6
6
  dataName: string;
7
7
  modelType?: DataModelType;
8
8
  dbName: string;
9
- modelParams: DynamoNTS_DataPropertyParams[];
9
+ modelParams: Dynamo_DataPropertyParams[] = [];
10
+
11
+ /** format info */
12
+ logicalBreakpoints?: number[] = [];
10
13
 
11
14
  constructor(
12
15
  set: {
13
16
  dataName: string,
14
17
  modelType?: DataModelType,
15
- modelParams: DynamoNTS_DataPropertyParams[],
18
+ modelParams?: Dynamo_DataPropertyParams[],
19
+ logicalBreakpoints?: number[],
16
20
  }
17
21
  ) {
18
22
  this.dataName = set.dataName;
@@ -22,6 +26,7 @@ export class DynamoNTS_DataParams {
22
26
  this.modelType = DataModelType.dataModel;
23
27
  this.dbName = set.dataName.charAt(0).toUpperCase() + set.dataName.slice(1);
24
28
  }
25
- this.modelParams = set.modelParams ? set.modelParams : [];
29
+ this.modelParams = set.modelParams ?? [];
30
+ this.logicalBreakpoints = set.logicalBreakpoints ?? [];
26
31
  }
27
32
  }
@@ -1,10 +1,11 @@
1
+ import { BasicPropertyType } from '../../_enums/basic-property-type.enum';
1
2
 
2
3
  /**
3
4
  * This will be used for setting up db. DataServices also uses this to prehook tools, as db service and dependency db service.
4
5
  */
5
- export class DynamoNTS_DataPropertyParams {
6
+ export class Dynamo_DataPropertyParams {
6
7
  key?: string;
7
- type?: 'string' | 'number' | 'boolean' | 'Date' | 'object' | string;
8
+ type?: BasicPropertyType | string;
8
9
 
9
10
  unique?: boolean;
10
11
  required?: boolean;
@@ -23,14 +24,14 @@ export class DynamoNTS_DataPropertyParams {
23
24
  minlength?: number;
24
25
  maxlength?: number;
25
26
 
26
- subObjectParams?: DynamoNTS_DataPropertyParams[] = [];
27
+ subObjectParams?: Dynamo_DataPropertyParams[] = [];
27
28
 
28
29
  additionalValidators?: ((data: any) => void)[];
29
30
 
30
31
  constructor(
31
32
  set: {
32
33
  key: string,
33
- type: 'string' | 'number' | 'boolean' | 'Date' | 'object' | string,
34
+ type: BasicPropertyType | string,
34
35
 
35
36
  unique?: boolean,
36
37
  required?: boolean,
@@ -49,7 +50,7 @@ export class DynamoNTS_DataPropertyParams {
49
50
  minlength?: number,
50
51
  maxlength?: number,
51
52
 
52
- subObjectParams?: DynamoNTS_DataPropertyParams[],
53
+ subObjectParams?: Dynamo_DataPropertyParams[],
53
54
 
54
55
  additionalValidators?: ((data: any) => void)[],
55
56
  }
@@ -83,15 +84,15 @@ export class DynamoNTS_DataPropertyParams {
83
84
  // tslint:disable-next-line: ban-types
84
85
  getBEType?(): String | Number | Boolean | Object | Function | Array<any> | Date {
85
86
  switch (this.type) {
86
- case 'string':
87
+ case BasicPropertyType.string:
87
88
  return String;
88
- case 'number':
89
+ case BasicPropertyType.number:
89
90
  return Number;
90
- case 'boolean':
91
+ case BasicPropertyType.boolean:
91
92
  return Boolean;
92
- case 'Date':
93
+ case BasicPropertyType.date:
93
94
  return Date;
94
- case 'object':
95
+ case BasicPropertyType.object:
95
96
  default:
96
97
  if (this.type?.includes('[]')) {
97
98
  return Array;
@@ -0,0 +1,15 @@
1
+
2
+
3
+
4
+ export class Dynamo_RangeValue<T> {
5
+ from: T;
6
+ to: T;
7
+
8
+ constructor(
9
+ from: T,
10
+ to: T,
11
+ ) {
12
+ this.from = from;
13
+ this.to = to;
14
+ }
15
+ }
@@ -1,5 +1,5 @@
1
1
 
2
- export interface DynamoNTS_ModuleSettings {
2
+ export interface Dynamo_RouteSettings {
3
3
  mainRoute: string;
4
4
 
5
5
  endPoints: {
@@ -10,8 +10,9 @@ export class Dynamo_UsageAction {
10
10
  }
11
11
  ) {
12
12
  if (set) {
13
- this.action = set.action;
14
- this.time = set.time;
13
+ Object.assign(this, set)
14
+ /* this.action = set.action;
15
+ this.time = set.time; */
15
16
  }
16
17
  }
17
18
  }
@@ -16,10 +16,11 @@ export class Dynamo_UsageData {
16
16
  }
17
17
  ) {
18
18
  if (set) {
19
- this.page = set.page;
19
+ Object.assign(this, set)
20
+ /* this.page = set.page;
20
21
  this.opened = set.opened;
21
22
  this.timeSpentOnPage = set.timeSpentOnPage;
22
- this.actions = set.actions ? set.actions : [];
23
+ this.actions = set.actions ? set.actions : []; */
23
24
  }
24
25
  }
25
26
  }
@@ -1,5 +1,5 @@
1
1
 
2
- import { DynamoNTS_DataParams } from '../control-models/dynamo-nts-data-params';
2
+ import { Dynamo_DataParams } from '../control-models/dynamo-data-params';
3
3
  import { Dynamo_Metadata } from './dynamo-metadata';
4
4
 
5
5
  export class Dynamo_CustomData extends Dynamo_Metadata {
@@ -18,21 +18,22 @@ export class Dynamo_CustomData extends Dynamo_Metadata {
18
18
  __lastModifiedBy?: string,
19
19
  }
20
20
  ) {
21
- super({
21
+ super(set/* {
22
22
  _id: set?._id,
23
23
  __v: set?.__v,
24
24
  __created: set?.__created,
25
25
  __createdBy: set?.__createdBy,
26
26
  __lastModified: set?.__lastModified,
27
27
  __lastModifiedBy: set?.__lastModifiedBy,
28
- })
28
+ } */)
29
29
  if (set) {
30
- this.data = set.data;
30
+ Object.assign(this, set);
31
+ /* this.data = set.data; */
31
32
  }
32
33
  }
33
34
  }
34
35
 
35
- export const customDataModelParams = new DynamoNTS_DataParams({
36
+ export const customDataModelParams = new Dynamo_DataParams({
36
37
  dataName: 'customData',
37
38
  modelParams: [
38
39
  { key: 'data', type: 'string', required: true },
@@ -21,13 +21,17 @@ export class Dynamo_Metadata {
21
21
  } | Dynamo_Metadata
22
22
  ){
23
23
  if (set) {
24
- this._id = set._id;
24
+ if (!set._id && set._id !== undefined) {
25
+ delete set._id;
26
+ }
25
27
 
26
- this.__created = set.__created;
28
+ Object.assign(this, set);
29
+
30
+ /* this.__created = set.__created;
27
31
  this.__createdBy = set.__createdBy;
28
32
  this.__lastModified = set.__lastModified;
29
33
  this.__lastModifiedBy = set.__lastModifiedBy;
30
- this.__v = set.__v;
34
+ this.__v = set.__v; */
31
35
  }
32
36
  }
33
37
  }
@@ -2,7 +2,7 @@
2
2
  import { GeoIpLocation } from '../control-models/geo-ip-location';
3
3
  import { Dynamo_Metadata } from './dynamo-metadata';
4
4
  import { Dynamo_UsageData } from '../control-models/dynamo-usage-data';
5
- import { DynamoNTS_DataParams } from '../control-models/dynamo-nts-data-params';
5
+ import { Dynamo_DataParams } from '../control-models/dynamo-data-params';
6
6
 
7
7
  export class Dynamo_UsageSession extends Dynamo_Metadata {
8
8
  date?: string;
@@ -12,7 +12,7 @@ export class Dynamo_UsageSession extends Dynamo_Metadata {
12
12
  issuer?: string;
13
13
  locationData?: GeoIpLocation;
14
14
 
15
- usageData?: Dynamo_UsageData[];
15
+ usageData?: Dynamo_UsageData[] = [];
16
16
  totalSessionTime?: number;
17
17
  loggedInAs?: string;
18
18
 
@@ -36,23 +36,15 @@ export class Dynamo_UsageSession extends Dynamo_Metadata {
36
36
  __lastModified?: Date,
37
37
  __lastModifiedBy?: string,
38
38
  __v?: number
39
- }
39
+ } | Dynamo_UsageSession
40
40
  ) {
41
- super({
42
- _id: set?._id,
43
- __created: set?.__created,
44
- __createdBy: set?.__createdBy,
45
- __lastModified: set?.__lastModified,
46
- __lastModifiedBy: set?.__lastModifiedBy,
47
- __v: set?.__v,
48
- });
41
+ super(set);
49
42
  if (set) {
50
- if (set.date) {
51
- this.date = set.date;
52
- } else if (set.sessionStart) {
53
- this.date = set.sessionStart.toISOString().substring(0, 10);
43
+ if (!set.date && set.sessionStart) {
44
+ set.date = set.sessionStart.toISOString().substring(0, 10);
54
45
  }
55
- this.sessionStart = set.sessionStart;
46
+ Object.assign(this, set);
47
+ /* this.sessionStart = set.sessionStart;
56
48
  this.sessionEnd = set.sessionEnd;
57
49
  this.address = set.address;
58
50
  this.issuer = set.issuer;
@@ -60,12 +52,12 @@ export class Dynamo_UsageSession extends Dynamo_Metadata {
60
52
 
61
53
  this.usageData = set.usageData ? set.usageData : [];
62
54
  this.totalSessionTime = set.totalSessionTime;
63
- this.loggedInAs = set.loggedInAs;
55
+ this.loggedInAs = set.loggedInAs; */
64
56
  }
65
57
  }
66
58
  }
67
59
 
68
- export const usageSessionModelParams = new DynamoNTS_DataParams({
60
+ export const usageSessionModelParams = new Dynamo_DataParams({
69
61
  dataName: 'usageSession',
70
62
  modelParams: [
71
63
  { key: 'date', type: 'string',
@@ -5,10 +5,11 @@ export * from './control-models/country-iso';
5
5
  export * from './control-models/country-phone-code';
6
6
  export * from './control-models/dynamo-daily-usage-data';
7
7
  export * from './control-models/dynamo-error';
8
- export * from './control-models/dynamo-nts-data-params';
9
- export * from './control-models/dynamo-nts-data-property-params';
10
- export * from './control-models/dynamo-nts-module-settings';
8
+ export * from './control-models/dynamo-data-params';
9
+ export * from './control-models/dynamo-data-property-params';
10
+ export * from './control-models/dynamo-route-settings';
11
11
  export * from './control-models/dynamo-poll';
12
+ export * from './control-models/dynamo-range-value';
12
13
  export * from './control-models/dynamo-usage-action';
13
14
  export * from './control-models/dynamo-usage-data';
14
15
  export * from './control-models/geo-ip-location';
@@ -0,0 +1,6 @@
1
+
2
+ // CUSTOM-DATA MODULE
3
+ export * from '../_models/data-models/dynamo-custom-data';
4
+ export * from '../_constants/module-settings/custom-data-module-settings';
5
+
6
+
@@ -1,8 +1,8 @@
1
1
 
2
2
  // DATA MODULE
3
3
  export * from '../_models/data-models/dynamo-metadata';
4
- export * from '../_models/control-models/dynamo-nts-data-params';
5
- export * from '../_models/control-models/dynamo-nts-data-property-params';
4
+ export * from '../_models/control-models/dynamo-data-params';
5
+ export * from '../_models/control-models/dynamo-data-property-params';
6
6
  export * from '../_models/control-models/dynamo-error';
7
7
  export * from '../_enums/data-model-type.enum';
8
8
 
@@ -1,6 +1,5 @@
1
1
 
2
2
  // TEST MODULE
3
- export * from '../_models/data-models/dynamo-custom-data';
4
3
  export * from '../_constants/module-settings/test-module-settings';
5
4
 
6
5