@futdevpro/fsm-dynamo 1.0.17 → 1.0.18
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.
- package/lib/_constants/index.d.ts +4 -0
- package/lib/_constants/index.d.ts.map +1 -0
- package/lib/_constants/index.js +9 -0
- package/lib/_constants/index.js.map +1 -0
- package/lib/_models/index.d.ts +12 -0
- package/lib/_models/index.d.ts.map +1 -0
- package/lib/_models/index.js +18 -0
- package/lib/_models/index.js.map +1 -0
- package/lib/index.d.ts +2 -14
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -17
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +60 -24
- package/package.json +26 -6
- package/src/_constants/index.ts +7 -0
- package/src/_models/index.ts +16 -0
- package/src/index.ts +3 -17
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/_constants/index.ts"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAC;AAExB,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// CONSTANTS
|
|
5
|
+
tslib_1.__exportStar(require("./times"), exports);
|
|
6
|
+
// Module Settings
|
|
7
|
+
tslib_1.__exportStar(require("./module-settings/test-module-settings"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./module-settings/usage-module-settings"), exports);
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_constants/index.ts"],"names":[],"mappings":";;;AACA,YAAY;AACZ,kDAAwB;AACxB,kBAAkB;AAClB,iFAAuD;AACvD,kFAAwD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './control-models/daily-usage-data';
|
|
2
|
+
export * from './control-models/dynamobe-data-params';
|
|
3
|
+
export * from './control-models/dynamobe-data-property-params';
|
|
4
|
+
export * from './control-models/dynamobe-error';
|
|
5
|
+
export * from './control-models/geo-ip-location';
|
|
6
|
+
export * from './control-models/location-coordinates';
|
|
7
|
+
export * from './control-models/usage-action';
|
|
8
|
+
export * from './control-models/usage-data';
|
|
9
|
+
export * from './data-models/custom-data';
|
|
10
|
+
export * from './data-models/metadata';
|
|
11
|
+
export * from './data-models/usage-session';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/_models/index.ts"],"names":[],"mappings":"AAGA,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// MODELS
|
|
5
|
+
// Control models
|
|
6
|
+
tslib_1.__exportStar(require("./control-models/daily-usage-data"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./control-models/dynamobe-data-params"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./control-models/dynamobe-data-property-params"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./control-models/dynamobe-error"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./control-models/geo-ip-location"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./control-models/location-coordinates"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./control-models/usage-action"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./control-models/usage-data"), exports);
|
|
14
|
+
// Data models
|
|
15
|
+
tslib_1.__exportStar(require("./data-models/custom-data"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./data-models/metadata"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./data-models/usage-session"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_models/index.ts"],"names":[],"mappings":";;;AACA,SAAS;AACP,iBAAiB;AACnB,4EAAkD;AAClD,gFAAsD;AACtD,yFAA+D;AAC/D,0EAAgD;AAChD,2EAAiD;AACjD,gFAAsD;AACtD,wEAA8C;AAC9C,sEAA4C;AAC1C,cAAc;AAChB,oEAA0C;AAC1C,iEAAuC;AACvC,sEAA4C"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
export * from './_constants
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './_constants/module-settings/usage-module-settings';
|
|
4
|
-
export * from './_models/control-models/daily-usage-data';
|
|
5
|
-
export * from './_models/control-models/dynamobe-data-params';
|
|
6
|
-
export * from './_models/control-models/dynamobe-data-property-params';
|
|
7
|
-
export * from './_models/control-models/dynamobe-error';
|
|
8
|
-
export * from './_models/control-models/geo-ip-location';
|
|
9
|
-
export * from './_models/control-models/location-coordinates';
|
|
10
|
-
export * from './_models/control-models/usage-action';
|
|
11
|
-
export * from './_models/control-models/usage-data';
|
|
12
|
-
export * from './_models/data-models/custom-data';
|
|
13
|
-
export * from './_models/data-models/metadata';
|
|
14
|
-
export * from './_models/data-models/usage-session';
|
|
1
|
+
export * from './_constants';
|
|
2
|
+
export * from './_models';
|
|
15
3
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAC;AAG7B,cAAc,WAAW,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -2,22 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// CONSTANTS
|
|
5
|
-
tslib_1.__exportStar(require("./_constants
|
|
6
|
-
// Module Settings
|
|
7
|
-
tslib_1.__exportStar(require("./_constants/module-settings/test-module-settings"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./_constants/module-settings/usage-module-settings"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./_constants"), exports);
|
|
9
6
|
// MODELS
|
|
10
|
-
|
|
11
|
-
tslib_1.__exportStar(require("./_models/control-models/daily-usage-data"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./_models/control-models/dynamobe-data-params"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./_models/control-models/dynamobe-data-property-params"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./_models/control-models/dynamobe-error"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./_models/control-models/geo-ip-location"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./_models/control-models/location-coordinates"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./_models/control-models/usage-action"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./_models/control-models/usage-data"), exports);
|
|
19
|
-
// Data models
|
|
20
|
-
tslib_1.__exportStar(require("./_models/data-models/custom-data"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./_models/data-models/metadata"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./_models/data-models/usage-session"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./_models"), exports);
|
|
23
8
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAEA,YAAY;AACZ,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAEA,YAAY;AACZ,uDAA6B;AAE7B,SAAS;AACT,oDAA0B"}
|
package/lib/tsconfig.tsbuildinfo
CHANGED
|
@@ -211,6 +211,11 @@
|
|
|
211
211
|
"signature": "3f54dafcdb39a4a467d3034d0beee9dfacc72933374f7e41c94eee4aa2edd8b9",
|
|
212
212
|
"affectsGlobalScope": false
|
|
213
213
|
},
|
|
214
|
+
"../src/_constants/index.ts": {
|
|
215
|
+
"version": "9d083671cedd884c2f618eb8985de03830ae790617f5399eeb241761417e264f",
|
|
216
|
+
"signature": "d6e99be47f32f113288c380db1a9121e2108af49a9ccb2f88f8544ede80fa647",
|
|
217
|
+
"affectsGlobalScope": false
|
|
218
|
+
},
|
|
214
219
|
"../src/_models/control-models/geo-ip-location.ts": {
|
|
215
220
|
"version": "b8d36b7c50887f1a2bcd802c388d89983be5eb85f88e67e69d7febe849e63ee9",
|
|
216
221
|
"signature": "634f58c42bbb700eeb2c5741eb0ab67b21452cf98bfdfa733d61d087c1c75db4",
|
|
@@ -266,9 +271,14 @@
|
|
|
266
271
|
"signature": "71f8fa5a038bec8bc0890a45542391059a73b0020522d443081e3f188bc88880",
|
|
267
272
|
"affectsGlobalScope": false
|
|
268
273
|
},
|
|
274
|
+
"../src/_models/index.ts": {
|
|
275
|
+
"version": "9224ce03f09c9203da258f550d0b29fcf622df361bdc74caaec2c8c3ed6e5adb",
|
|
276
|
+
"signature": "4587b9b4790f277dfac95307df69b4957357f29b50051db0887a56fb0eb5a388",
|
|
277
|
+
"affectsGlobalScope": false
|
|
278
|
+
},
|
|
269
279
|
"../src/index.ts": {
|
|
270
|
-
"version": "
|
|
271
|
-
"signature": "
|
|
280
|
+
"version": "89ccac244ae3d41c873fc70b95d5fb818496700a2535819e53d40494fede47d8",
|
|
281
|
+
"signature": "3ae1408f360ab063390f92b26437346282cac16061f9ff1e66b488b93de546d9",
|
|
272
282
|
"affectsGlobalScope": false
|
|
273
283
|
},
|
|
274
284
|
"../src/_modules/data-models.index.ts": {
|
|
@@ -1375,6 +1385,17 @@
|
|
|
1375
1385
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1376
1386
|
"../node_modules/@types/node/util.d.ts"
|
|
1377
1387
|
],
|
|
1388
|
+
"../src/_constants/index.ts": [
|
|
1389
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1390
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1391
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1392
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1393
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1394
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1395
|
+
"../src/_constants/module-settings/test-module-settings.ts",
|
|
1396
|
+
"../src/_constants/module-settings/usage-module-settings.ts",
|
|
1397
|
+
"../src/_constants/times.ts"
|
|
1398
|
+
],
|
|
1378
1399
|
"../src/_constants/module-settings/test-module-settings.ts": [
|
|
1379
1400
|
"../node_modules/@types/node/fs.d.ts",
|
|
1380
1401
|
"../node_modules/@types/node/process.d.ts",
|
|
@@ -1507,26 +1528,13 @@
|
|
|
1507
1528
|
"../src/_models/control-models/usage-data.ts",
|
|
1508
1529
|
"../src/_models/data-models/metadata.ts"
|
|
1509
1530
|
],
|
|
1510
|
-
"../src/
|
|
1511
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
1512
|
-
"../node_modules/@types/node/process.d.ts",
|
|
1513
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1514
|
-
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1515
|
-
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1516
|
-
"../node_modules/@types/node/util.d.ts",
|
|
1517
|
-
"../src/_models/control-models/dynamobe-data-params.ts",
|
|
1518
|
-
"../src/_models/data-models/metadata.ts"
|
|
1519
|
-
],
|
|
1520
|
-
"../src/index.ts": [
|
|
1531
|
+
"../src/_models/index.ts": [
|
|
1521
1532
|
"../node_modules/@types/node/fs.d.ts",
|
|
1522
1533
|
"../node_modules/@types/node/process.d.ts",
|
|
1523
1534
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1524
1535
|
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1525
1536
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1526
1537
|
"../node_modules/@types/node/util.d.ts",
|
|
1527
|
-
"../src/_constants/module-settings/test-module-settings.ts",
|
|
1528
|
-
"../src/_constants/module-settings/usage-module-settings.ts",
|
|
1529
|
-
"../src/_constants/times.ts",
|
|
1530
1538
|
"../src/_models/control-models/daily-usage-data.ts",
|
|
1531
1539
|
"../src/_models/control-models/dynamobe-data-params.ts",
|
|
1532
1540
|
"../src/_models/control-models/dynamobe-data-property-params.ts",
|
|
@@ -1538,6 +1546,26 @@
|
|
|
1538
1546
|
"../src/_models/data-models/custom-data.ts",
|
|
1539
1547
|
"../src/_models/data-models/metadata.ts",
|
|
1540
1548
|
"../src/_models/data-models/usage-session.ts"
|
|
1549
|
+
],
|
|
1550
|
+
"../src/_modules/data-models.index.ts": [
|
|
1551
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1552
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1553
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1554
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1555
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1556
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1557
|
+
"../src/_models/control-models/dynamobe-data-params.ts",
|
|
1558
|
+
"../src/_models/data-models/metadata.ts"
|
|
1559
|
+
],
|
|
1560
|
+
"../src/index.ts": [
|
|
1561
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
1562
|
+
"../node_modules/@types/node/process.d.ts",
|
|
1563
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
1564
|
+
"../node_modules/@types/node/ts3.2/process.d.ts",
|
|
1565
|
+
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
1566
|
+
"../node_modules/@types/node/util.d.ts",
|
|
1567
|
+
"../src/_constants/index.ts",
|
|
1568
|
+
"../src/_models/index.ts"
|
|
1541
1569
|
]
|
|
1542
1570
|
},
|
|
1543
1571
|
"exportedModulesMap": {
|
|
@@ -2355,6 +2383,11 @@
|
|
|
2355
2383
|
"../node_modules/@types/node/ts3.2/util.d.ts",
|
|
2356
2384
|
"../node_modules/@types/node/util.d.ts"
|
|
2357
2385
|
],
|
|
2386
|
+
"../src/_constants/index.ts": [
|
|
2387
|
+
"../src/_constants/module-settings/test-module-settings.ts",
|
|
2388
|
+
"../src/_constants/module-settings/usage-module-settings.ts",
|
|
2389
|
+
"../src/_constants/times.ts"
|
|
2390
|
+
],
|
|
2358
2391
|
"../src/_constants/module-settings/test-module-settings.ts": [
|
|
2359
2392
|
"../src/_models/control-models/dynamo-module-settings.ts"
|
|
2360
2393
|
],
|
|
@@ -2380,14 +2413,7 @@
|
|
|
2380
2413
|
"../src/_models/control-models/usage-data.ts",
|
|
2381
2414
|
"../src/_models/data-models/metadata.ts"
|
|
2382
2415
|
],
|
|
2383
|
-
"../src/
|
|
2384
|
-
"../src/_models/control-models/dynamobe-data-params.ts",
|
|
2385
|
-
"../src/_models/data-models/metadata.ts"
|
|
2386
|
-
],
|
|
2387
|
-
"../src/index.ts": [
|
|
2388
|
-
"../src/_constants/module-settings/test-module-settings.ts",
|
|
2389
|
-
"../src/_constants/module-settings/usage-module-settings.ts",
|
|
2390
|
-
"../src/_constants/times.ts",
|
|
2416
|
+
"../src/_models/index.ts": [
|
|
2391
2417
|
"../src/_models/control-models/daily-usage-data.ts",
|
|
2392
2418
|
"../src/_models/control-models/dynamobe-data-params.ts",
|
|
2393
2419
|
"../src/_models/control-models/dynamobe-data-property-params.ts",
|
|
@@ -2399,6 +2425,14 @@
|
|
|
2399
2425
|
"../src/_models/data-models/custom-data.ts",
|
|
2400
2426
|
"../src/_models/data-models/metadata.ts",
|
|
2401
2427
|
"../src/_models/data-models/usage-session.ts"
|
|
2428
|
+
],
|
|
2429
|
+
"../src/_modules/data-models.index.ts": [
|
|
2430
|
+
"../src/_models/control-models/dynamobe-data-params.ts",
|
|
2431
|
+
"../src/_models/data-models/metadata.ts"
|
|
2432
|
+
],
|
|
2433
|
+
"../src/index.ts": [
|
|
2434
|
+
"../src/_constants/index.ts",
|
|
2435
|
+
"../src/_models/index.ts"
|
|
2402
2436
|
]
|
|
2403
2437
|
},
|
|
2404
2438
|
"semanticDiagnosticsPerFile": [
|
|
@@ -2492,6 +2526,7 @@
|
|
|
2492
2526
|
"../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
|
|
2493
2527
|
"../node_modules/typescript/lib/lib.es5.d.ts",
|
|
2494
2528
|
"../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
2529
|
+
"../src/_constants/index.ts",
|
|
2495
2530
|
"../src/_constants/module-settings/test-module-settings.ts",
|
|
2496
2531
|
"../src/_constants/module-settings/usage-module-settings.ts",
|
|
2497
2532
|
"../src/_constants/times.ts",
|
|
@@ -2507,6 +2542,7 @@
|
|
|
2507
2542
|
"../src/_models/data-models/custom-data.ts",
|
|
2508
2543
|
"../src/_models/data-models/metadata.ts",
|
|
2509
2544
|
"../src/_models/data-models/usage-session.ts",
|
|
2545
|
+
"../src/_models/index.ts",
|
|
2510
2546
|
"../src/_modules/data-models.index.ts",
|
|
2511
2547
|
"../src/index.ts"
|
|
2512
2548
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.00.
|
|
3
|
+
"version": "01.00.18",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -18,15 +18,35 @@
|
|
|
18
18
|
"module": "./lib/index.js",
|
|
19
19
|
"default": "./lib/index.js"
|
|
20
20
|
},
|
|
21
|
-
"./
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
21
|
+
"./constants": {
|
|
22
|
+
"default": "./lib/_constants/index.js",
|
|
23
|
+
"module": "./lib/_constants/index.js",
|
|
24
|
+
"types": "./lib/_constants/index.d.ts",
|
|
25
|
+
"typings": "./lib/_constants/index.d.ts"
|
|
26
|
+
},
|
|
27
|
+
"./models": {
|
|
28
|
+
"default": "./lib/_models/index.js",
|
|
29
|
+
"module": "./lib/_models/index.js",
|
|
30
|
+
"types": "./lib/_models/index.d.ts",
|
|
31
|
+
"typings": "./lib/_models/index.d.ts"
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
"./data-models": {
|
|
35
|
+
"default": "./lib/_modules/data-models.index.js",
|
|
36
|
+
"module": "./lib/_modules/data-models.index.js",
|
|
37
|
+
"types": "./lib/_modules/data-models.index.d.ts",
|
|
38
|
+
"typings": "./lib/_modules/data-models.index.d.ts"
|
|
26
39
|
}
|
|
27
40
|
},
|
|
28
41
|
"typesVersions": {
|
|
29
42
|
"*": {
|
|
43
|
+
"constants": [
|
|
44
|
+
"lib/_constants/index.d.ts"
|
|
45
|
+
],
|
|
46
|
+
"models": [
|
|
47
|
+
"lib/_models/index.d.ts"
|
|
48
|
+
],
|
|
49
|
+
|
|
30
50
|
"data-model": [
|
|
31
51
|
"lib/_modules/data-model.index.d.ts"
|
|
32
52
|
]
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
// MODELS
|
|
3
|
+
// Control models
|
|
4
|
+
export * from './control-models/daily-usage-data';
|
|
5
|
+
export * from './control-models/dynamobe-data-params';
|
|
6
|
+
export * from './control-models/dynamobe-data-property-params';
|
|
7
|
+
export * from './control-models/dynamobe-error';
|
|
8
|
+
export * from './control-models/geo-ip-location';
|
|
9
|
+
export * from './control-models/location-coordinates';
|
|
10
|
+
export * from './control-models/usage-action';
|
|
11
|
+
export * from './control-models/usage-data';
|
|
12
|
+
// Data models
|
|
13
|
+
export * from './data-models/custom-data';
|
|
14
|
+
export * from './data-models/metadata';
|
|
15
|
+
export * from './data-models/usage-session';
|
|
16
|
+
|
package/src/index.ts
CHANGED
|
@@ -1,22 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
// CONSTANTS
|
|
4
|
-
export * from './_constants
|
|
5
|
-
// Module Settings
|
|
6
|
-
export * from './_constants/module-settings/test-module-settings';
|
|
7
|
-
export * from './_constants/module-settings/usage-module-settings';
|
|
4
|
+
export * from './_constants';
|
|
8
5
|
|
|
9
6
|
// MODELS
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export * from './_models/control-models/dynamobe-data-params';
|
|
13
|
-
export * from './_models/control-models/dynamobe-data-property-params';
|
|
14
|
-
export * from './_models/control-models/dynamobe-error';
|
|
15
|
-
export * from './_models/control-models/geo-ip-location';
|
|
16
|
-
export * from './_models/control-models/location-coordinates';
|
|
17
|
-
export * from './_models/control-models/usage-action';
|
|
18
|
-
export * from './_models/control-models/usage-data';
|
|
19
|
-
// Data models
|
|
20
|
-
export * from './_models/data-models/custom-data';
|
|
21
|
-
export * from './_models/data-models/metadata';
|
|
22
|
-
export * from './_models/data-models/usage-session';
|
|
7
|
+
export * from './_models';
|
|
8
|
+
|