@futdevpro/fsm-dynamo 1.5.47 → 1.5.50
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/package.json +12 -1
- package/src/_collections/_tools/dynamo-log.ts +43 -9
- package/src/_collections/_tools/dynamo-regions.ts +9 -9
- package/src/_constants/index.ts +1 -0
- package/src/_constants/module-settings/custom-data-module-settings.ts +10 -0
- package/src/_constants/module-settings/test-module-settings.ts +3 -4
- package/src/_constants/module-settings/usage-module-settings.ts +2 -2
- package/src/_enums/basic-property-type.enum.ts +9 -0
- package/src/_models/control-models/dynamo-daily-usage-data.ts +3 -2
- package/src/_models/control-models/{dynamo-nts-data-params.ts → dynamo-data-params.ts} +10 -5
- package/src/_models/control-models/{dynamo-nts-data-property-params.ts → dynamo-data-property-params.ts} +11 -10
- package/src/_models/control-models/dynamo-error.ts +1 -1
- package/src/_models/control-models/dynamo-range-value.ts +15 -0
- package/src/_models/control-models/{dynamo-nts-module-settings.ts → dynamo-route-settings.ts} +1 -1
- package/src/_models/control-models/dynamo-usage-action.ts +3 -2
- package/src/_models/control-models/dynamo-usage-data.ts +3 -2
- package/src/_models/data-models/dynamo-custom-data.ts +6 -5
- package/src/_models/data-models/dynamo-metadata.ts +7 -3
- package/src/_models/data-models/dynamo-usage-session.ts +10 -18
- package/src/_models/index.ts +4 -3
- package/src/_modules/custom-data-module.index.ts +6 -0
- package/src/_modules/data-modules.index.ts +2 -2
- package/src/_modules/test-module.index.ts +0 -1
- package/lib/_collections/_constants/country-codes-ISO-3166.json +0 -3239
- package/lib/_collections/_constants/country-divisions-ISO-3166-all-list.json +0 -19036
- package/lib/_collections/_constants/country-iso.d.ts +0 -67
- package/lib/_collections/_constants/country-iso.d.ts.map +0 -1
- package/lib/_collections/_constants/country-iso.js +0 -47
- package/lib/_collections/_constants/country-iso.js.map +0 -1
- package/lib/_collections/_constants/country-phone-code.d.ts +0 -6
- package/lib/_collections/_constants/country-phone-code.d.ts.map +0 -1
- package/lib/_collections/_constants/country-phone-code.js +0 -3
- package/lib/_collections/_constants/country-phone-code.js.map +0 -1
- package/lib/_collections/_constants/country-phone-codes.json +0 -1202
- package/lib/_collections/_constants/country-sub-divisions-ISO-3166.json +0 -4994
- package/lib/_collections/_tools/dynamo-location.d.ts +0 -6
- package/lib/_collections/_tools/dynamo-location.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-location.js +0 -40
- package/lib/_collections/_tools/dynamo-location.js.map +0 -1
- package/lib/_collections/_tools/dynamo-log.d.ts +0 -11
- package/lib/_collections/_tools/dynamo-log.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-log.js +0 -59
- package/lib/_collections/_tools/dynamo-log.js.map +0 -1
- package/lib/_collections/_tools/dynamo-random.d.ts +0 -8
- package/lib/_collections/_tools/dynamo-random.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-random.js +0 -60
- package/lib/_collections/_tools/dynamo-random.js.map +0 -1
- package/lib/_collections/_tools/dynamo-regions.d.ts +0 -16
- package/lib/_collections/_tools/dynamo-regions.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-regions.js +0 -68
- package/lib/_collections/_tools/dynamo-regions.js.map +0 -1
- package/lib/_collections/_tools/dynamo-round-list.d.ts +0 -8
- package/lib/_collections/_tools/dynamo-round-list.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-round-list.js +0 -39
- package/lib/_collections/_tools/dynamo-round-list.js.map +0 -1
- package/lib/_collections/_tools/dynamo-shared.service.d.ts +0 -73
- package/lib/_collections/_tools/dynamo-shared.service.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-shared.service.js +0 -151
- package/lib/_collections/_tools/dynamo-shared.service.js.map +0 -1
- package/lib/_collections/_tools/dynamo-time.d.ts +0 -12
- package/lib/_collections/_tools/dynamo-time.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-time.js +0 -41
- package/lib/_collections/_tools/dynamo-time.js.map +0 -1
- package/lib/_collections/_tools/dynamo-trigonometry.d.ts +0 -43
- package/lib/_collections/_tools/dynamo-trigonometry.d.ts.map +0 -1
- package/lib/_collections/_tools/dynamo-trigonometry.js +0 -62
- package/lib/_collections/_tools/dynamo-trigonometry.js.map +0 -1
- package/lib/_collections/_tools/location.d.ts +0 -6
- package/lib/_collections/_tools/location.d.ts.map +0 -1
- package/lib/_collections/_tools/location.js +0 -40
- package/lib/_collections/_tools/location.js.map +0 -1
- package/lib/_collections/_tools/log.d.ts +0 -10
- package/lib/_collections/_tools/log.d.ts.map +0 -1
- package/lib/_collections/_tools/log.js +0 -53
- package/lib/_collections/_tools/log.js.map +0 -1
- package/lib/_collections/_tools/random.d.ts +0 -8
- package/lib/_collections/_tools/random.d.ts.map +0 -1
- package/lib/_collections/_tools/random.js +0 -60
- package/lib/_collections/_tools/random.js.map +0 -1
- package/lib/_collections/_tools/region-translator.d.ts +0 -12
- package/lib/_collections/_tools/region-translator.d.ts.map +0 -1
- package/lib/_collections/_tools/region-translator.js +0 -48
- package/lib/_collections/_tools/region-translator.js.map +0 -1
- package/lib/_collections/_tools/round-list.d.ts +0 -8
- package/lib/_collections/_tools/round-list.d.ts.map +0 -1
- package/lib/_collections/_tools/round-list.js +0 -39
- package/lib/_collections/_tools/round-list.js.map +0 -1
- package/lib/_collections/_tools/time.d.ts +0 -12
- package/lib/_collections/_tools/time.d.ts.map +0 -1
- package/lib/_collections/_tools/time.js +0 -41
- package/lib/_collections/_tools/time.js.map +0 -1
- package/lib/_collections/_tools/trigonometry.d.ts +0 -43
- package/lib/_collections/_tools/trigonometry.d.ts.map +0 -1
- package/lib/_collections/_tools/trigonometry.js +0 -62
- package/lib/_collections/_tools/trigonometry.js.map +0 -1
- package/lib/_collections/_tools/utilities.d.ts +0 -32
- package/lib/_collections/_tools/utilities.d.ts.map +0 -1
- package/lib/_collections/_tools/utilities.js +0 -71
- package/lib/_collections/_tools/utilities.js.map +0 -1
- package/lib/_collections/_tools/vector.d.ts +0 -38
- package/lib/_collections/_tools/vector.d.ts.map +0 -1
- package/lib/_collections/_tools/vector.js +0 -107
- package/lib/_collections/_tools/vector.js.map +0 -1
- package/lib/_collections/dynamo-shared.service.d.ts +0 -87
- package/lib/_collections/dynamo-shared.service.d.ts.map +0 -1
- package/lib/_collections/dynamo-shared.service.js +0 -261
- package/lib/_collections/dynamo-shared.service.js.map +0 -1
- package/lib/_collections/index.d.ts +0 -11
- package/lib/_collections/index.d.ts.map +0 -1
- package/lib/_collections/index.js +0 -15
- package/lib/_collections/index.js.map +0 -1
- package/lib/_constants/index.d.ts +0 -4
- package/lib/_constants/index.d.ts.map +0 -1
- package/lib/_constants/index.js +0 -9
- package/lib/_constants/index.js.map +0 -1
- package/lib/_constants/module-settings/test-module-settings.d.ts +0 -3
- package/lib/_constants/module-settings/test-module-settings.d.ts.map +0 -1
- package/lib/_constants/module-settings/test-module-settings.js +0 -16
- package/lib/_constants/module-settings/test-module-settings.js.map +0 -1
- package/lib/_constants/module-settings/usage-module-settings.d.ts +0 -3
- package/lib/_constants/module-settings/usage-module-settings.d.ts.map +0 -1
- package/lib/_constants/module-settings/usage-module-settings.js +0 -13
- package/lib/_constants/module-settings/usage-module-settings.js.map +0 -1
- package/lib/_constants/times.d.ts +0 -8
- package/lib/_constants/times.d.ts.map +0 -1
- package/lib/_constants/times.js +0 -11
- package/lib/_constants/times.js.map +0 -1
- package/lib/_enums/data-model-type.enum.d.ts +0 -6
- package/lib/_enums/data-model-type.enum.d.ts.map +0 -1
- package/lib/_enums/data-model-type.enum.js +0 -10
- package/lib/_enums/data-model-type.enum.js.map +0 -1
- package/lib/_enums/index.d.ts +0 -3
- package/lib/_enums/index.d.ts.map +0 -1
- package/lib/_enums/index.js +0 -7
- package/lib/_enums/index.js.map +0 -1
- package/lib/_enums/log-style.enum.d.ts +0 -26
- package/lib/_enums/log-style.enum.d.ts.map +0 -1
- package/lib/_enums/log-style.enum.js +0 -30
- package/lib/_enums/log-style.enum.js.map +0 -1
- package/lib/_enums/region.enum.d.ts +0 -8
- package/lib/_enums/region.enum.d.ts.map +0 -1
- package/lib/_enums/region.enum.js +0 -12
- package/lib/_enums/region.enum.js.map +0 -1
- package/lib/_enums/sub-region.enum.d.ts +0 -20
- package/lib/_enums/sub-region.enum.d.ts.map +0 -1
- package/lib/_enums/sub-region.enum.js +0 -24
- package/lib/_enums/sub-region.enum.js.map +0 -1
- package/lib/_models/control-models/country-division.d.ts +0 -6
- package/lib/_models/control-models/country-division.d.ts.map +0 -1
- package/lib/_models/control-models/country-division.js +0 -3
- package/lib/_models/control-models/country-division.js.map +0 -1
- package/lib/_models/control-models/country-iso.d.ts +0 -19
- package/lib/_models/control-models/country-iso.d.ts.map +0 -1
- package/lib/_models/control-models/country-iso.js +0 -3
- package/lib/_models/control-models/country-iso.js.map +0 -1
- package/lib/_models/control-models/country-phone-code.d.ts +0 -6
- package/lib/_models/control-models/country-phone-code.d.ts.map +0 -1
- package/lib/_models/control-models/country-phone-code.js +0 -3
- package/lib/_models/control-models/country-phone-code.js.map +0 -1
- package/lib/_models/control-models/daily-usage-data.d.ts +0 -18
- package/lib/_models/control-models/daily-usage-data.d.ts.map +0 -1
- package/lib/_models/control-models/daily-usage-data.js +0 -22
- package/lib/_models/control-models/daily-usage-data.js.map +0 -1
- package/lib/_models/control-models/division-collection.d.ts +0 -9
- package/lib/_models/control-models/division-collection.d.ts.map +0 -1
- package/lib/_models/control-models/division-collection.js +0 -3
- package/lib/_models/control-models/division-collection.js.map +0 -1
- package/lib/_models/control-models/division-region-data.d.ts +0 -45
- package/lib/_models/control-models/division-region-data.d.ts.map +0 -1
- package/lib/_models/control-models/division-region-data.js +0 -46
- package/lib/_models/control-models/division-region-data.js.map +0 -1
- package/lib/_models/control-models/dynamo-daily-usage-data.d.ts +0 -18
- package/lib/_models/control-models/dynamo-daily-usage-data.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-daily-usage-data.js +0 -22
- package/lib/_models/control-models/dynamo-daily-usage-data.js.map +0 -1
- package/lib/_models/control-models/dynamo-error.d.ts +0 -263
- package/lib/_models/control-models/dynamo-error.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-error.js +0 -114
- package/lib/_models/control-models/dynamo-error.js.map +0 -1
- package/lib/_models/control-models/dynamo-module-settings.d.ts +0 -7
- package/lib/_models/control-models/dynamo-module-settings.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-module-settings.js +0 -3
- package/lib/_models/control-models/dynamo-module-settings.js.map +0 -1
- package/lib/_models/control-models/dynamo-nts-data-params.d.ts +0 -14
- package/lib/_models/control-models/dynamo-nts-data-params.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-nts-data-params.js +0 -19
- package/lib/_models/control-models/dynamo-nts-data-params.js.map +0 -1
- package/lib/_models/control-models/dynamo-nts-data-property-params.d.ts +0 -45
- package/lib/_models/control-models/dynamo-nts-data-property-params.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-nts-data-property-params.js +0 -61
- package/lib/_models/control-models/dynamo-nts-data-property-params.js.map +0 -1
- package/lib/_models/control-models/dynamo-nts-error.d.ts +0 -19
- package/lib/_models/control-models/dynamo-nts-error.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-nts-error.js +0 -190
- package/lib/_models/control-models/dynamo-nts-error.js.map +0 -1
- package/lib/_models/control-models/dynamo-nts-module-settings.d.ts +0 -7
- package/lib/_models/control-models/dynamo-nts-module-settings.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-nts-module-settings.js +0 -3
- package/lib/_models/control-models/dynamo-nts-module-settings.js.map +0 -1
- package/lib/_models/control-models/dynamo-poll.d.ts +0 -31
- package/lib/_models/control-models/dynamo-poll.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-poll.js +0 -90
- package/lib/_models/control-models/dynamo-poll.js.map +0 -1
- package/lib/_models/control-models/dynamo-usage-action.d.ts +0 -9
- package/lib/_models/control-models/dynamo-usage-action.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-usage-action.js +0 -13
- package/lib/_models/control-models/dynamo-usage-action.js.map +0 -1
- package/lib/_models/control-models/dynamo-usage-data.d.ts +0 -14
- package/lib/_models/control-models/dynamo-usage-data.d.ts.map +0 -1
- package/lib/_models/control-models/dynamo-usage-data.js +0 -16
- package/lib/_models/control-models/dynamo-usage-data.js.map +0 -1
- package/lib/_models/control-models/dynamobe-data-params.d.ts +0 -14
- package/lib/_models/control-models/dynamobe-data-params.d.ts.map +0 -1
- package/lib/_models/control-models/dynamobe-data-params.js +0 -19
- package/lib/_models/control-models/dynamobe-data-params.js.map +0 -1
- package/lib/_models/control-models/dynamobe-data-property-params.d.ts +0 -28
- package/lib/_models/control-models/dynamobe-data-property-params.d.ts.map +0 -1
- package/lib/_models/control-models/dynamobe-data-property-params.js +0 -57
- package/lib/_models/control-models/dynamobe-data-property-params.js.map +0 -1
- package/lib/_models/control-models/dynamobe-error.d.ts +0 -19
- package/lib/_models/control-models/dynamobe-error.d.ts.map +0 -1
- package/lib/_models/control-models/dynamobe-error.js +0 -188
- package/lib/_models/control-models/dynamobe-error.js.map +0 -1
- package/lib/_models/control-models/geo-ip-location.d.ts +0 -26
- package/lib/_models/control-models/geo-ip-location.d.ts.map +0 -1
- package/lib/_models/control-models/geo-ip-location.js +0 -3
- package/lib/_models/control-models/geo-ip-location.js.map +0 -1
- package/lib/_models/control-models/location-coordinates.d.ts +0 -5
- package/lib/_models/control-models/location-coordinates.d.ts.map +0 -1
- package/lib/_models/control-models/location-coordinates.js +0 -3
- package/lib/_models/control-models/location-coordinates.js.map +0 -1
- package/lib/_models/control-models/random-weight.d.ts +0 -5
- package/lib/_models/control-models/random-weight.d.ts.map +0 -1
- package/lib/_models/control-models/random-weight.js +0 -3
- package/lib/_models/control-models/random-weight.js.map +0 -1
- package/lib/_models/control-models/subdivision-collection.d.ts +0 -9
- package/lib/_models/control-models/subdivision-collection.d.ts.map +0 -1
- package/lib/_models/control-models/subdivision-collection.js +0 -3
- package/lib/_models/control-models/subdivision-collection.js.map +0 -1
- package/lib/_models/control-models/subdivision-region-data.d.ts +0 -45
- package/lib/_models/control-models/subdivision-region-data.d.ts.map +0 -1
- package/lib/_models/control-models/subdivision-region-data.js +0 -46
- package/lib/_models/control-models/subdivision-region-data.js.map +0 -1
- package/lib/_models/control-models/usage-action.d.ts +0 -9
- package/lib/_models/control-models/usage-action.d.ts.map +0 -1
- package/lib/_models/control-models/usage-action.js +0 -13
- package/lib/_models/control-models/usage-action.js.map +0 -1
- package/lib/_models/control-models/usage-data.d.ts +0 -14
- package/lib/_models/control-models/usage-data.d.ts.map +0 -1
- package/lib/_models/control-models/usage-data.js +0 -16
- package/lib/_models/control-models/usage-data.js.map +0 -1
- package/lib/_models/data-models/custom-data.d.ts +0 -16
- package/lib/_models/data-models/custom-data.d.ts.map +0 -1
- package/lib/_models/data-models/custom-data.js +0 -28
- package/lib/_models/data-models/custom-data.js.map +0 -1
- package/lib/_models/data-models/dynamo-custom-data.d.ts +0 -16
- package/lib/_models/data-models/dynamo-custom-data.d.ts.map +0 -1
- package/lib/_models/data-models/dynamo-custom-data.js +0 -28
- package/lib/_models/data-models/dynamo-custom-data.js.map +0 -1
- package/lib/_models/data-models/dynamo-metadata.d.ts +0 -17
- package/lib/_models/data-models/dynamo-metadata.d.ts.map +0 -1
- package/lib/_models/data-models/dynamo-metadata.js +0 -17
- package/lib/_models/data-models/dynamo-metadata.js.map +0 -1
- package/lib/_models/data-models/dynamo-usage-session.d.ts +0 -34
- package/lib/_models/data-models/dynamo-usage-session.d.ts.map +0 -1
- package/lib/_models/data-models/dynamo-usage-session.js +0 -53
- package/lib/_models/data-models/dynamo-usage-session.js.map +0 -1
- package/lib/_models/data-models/metadata.d.ts +0 -17
- package/lib/_models/data-models/metadata.d.ts.map +0 -1
- package/lib/_models/data-models/metadata.js +0 -17
- package/lib/_models/data-models/metadata.js.map +0 -1
- package/lib/_models/data-models/usage-session.d.ts +0 -34
- package/lib/_models/data-models/usage-session.d.ts.map +0 -1
- package/lib/_models/data-models/usage-session.js +0 -53
- package/lib/_models/data-models/usage-session.js.map +0 -1
- package/lib/_models/index.d.ts +0 -19
- package/lib/_models/index.d.ts.map +0 -1
- package/lib/_models/index.js +0 -25
- package/lib/_models/index.js.map +0 -1
- package/lib/_modules/data-models.index.d.ts +0 -3
- package/lib/_modules/data-models.index.d.ts.map +0 -1
- package/lib/_modules/data-models.index.js +0 -7
- package/lib/_modules/data-models.index.js.map +0 -1
- package/lib/_modules/data-module.index.d.ts +0 -5
- package/lib/_modules/data-module.index.d.ts.map +0 -1
- package/lib/_modules/data-module.index.js +0 -9
- package/lib/_modules/data-module.index.js.map +0 -1
- package/lib/_modules/data-modules.index.d.ts +0 -6
- package/lib/_modules/data-modules.index.d.ts.map +0 -1
- package/lib/_modules/data-modules.index.js +0 -10
- package/lib/_modules/data-modules.index.js.map +0 -1
- package/lib/_modules/error-module.index.d.ts +0 -2
- package/lib/_modules/error-module.index.d.ts.map +0 -1
- package/lib/_modules/error-module.index.js +0 -6
- package/lib/_modules/error-module.index.js.map +0 -1
- package/lib/_modules/shared-service.index.d.ts +0 -8
- package/lib/_modules/shared-service.index.d.ts.map +0 -1
- package/lib/_modules/shared-service.index.js +0 -12
- package/lib/_modules/shared-service.index.js.map +0 -1
- package/lib/_modules/test-module.index.d.ts +0 -3
- package/lib/_modules/test-module.index.d.ts.map +0 -1
- package/lib/_modules/test-module.index.js +0 -7
- package/lib/_modules/test-module.index.js.map +0 -1
- package/lib/_modules/usage-module.index.d.ts +0 -6
- package/lib/_modules/usage-module.index.d.ts.map +0 -1
- package/lib/_modules/usage-module.index.js +0 -10
- package/lib/_modules/usage-module.index.js.map +0 -1
- package/lib/data-models.d.ts +0 -3
- package/lib/data-models.d.ts.map +0 -1
- package/lib/data-models.js +0 -7
- package/lib/data-models.js.map +0 -1
- package/lib/index.d.ts +0 -5
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -12
- package/lib/index.js.map +0 -1
- package/lib/tsconfig.tsbuildinfo +0 -3104
package/lib/_models/index.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
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/country-iso"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./control-models/country-phone-code"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./control-models/dynamo-daily-usage-data"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./control-models/dynamo-error"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./control-models/dynamo-nts-data-params"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./control-models/dynamo-nts-data-property-params"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./control-models/dynamo-nts-module-settings"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./control-models/dynamo-poll"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./control-models/dynamo-usage-action"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./control-models/dynamo-usage-data"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./control-models/geo-ip-location"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./control-models/location-coordinates"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./control-models/random-weight"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./control-models/division-collection"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./control-models/division-region-data"), exports);
|
|
21
|
-
// Data models
|
|
22
|
-
tslib_1.__exportStar(require("./data-models/dynamo-custom-data"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./data-models/dynamo-metadata"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./data-models/dynamo-usage-session"), exports);
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
package/lib/_models/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_models/index.ts"],"names":[],"mappings":";;;AACA,SAAS;AACP,iBAAiB;AACnB,uEAA6C;AAC7C,8EAAoD;AACpD,mFAAyD;AACzD,wEAA8C;AAC9C,kFAAwD;AACxD,2FAAiE;AACjE,sFAA4D;AAC5D,uEAA6C;AAC7C,+EAAqD;AACrD,6EAAmD;AACnD,2EAAiD;AACjD,gFAAsD;AACtD,yEAA+C;AAC/C,+EAAqD;AACrD,gFAAsD;AACpD,cAAc;AAChB,2EAAiD;AACjD,wEAA8C;AAC9C,6EAAmD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-models.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-models.index.ts"],"names":[],"mappings":"AAEA,cAAc,iCAAiC,CAAC;AAChD,cAAc,gDAAgD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// DATA MODELS
|
|
5
|
-
tslib_1.__exportStar(require("../_models/data-models/metadata"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamobe-data-params"), exports);
|
|
7
|
-
//# sourceMappingURL=data-models.index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-models.index.js","sourceRoot":"","sources":["../../src/_modules/data-models.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,0EAAgD;AAChD,yFAA+D"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * from '../_models/data-models/metadata';
|
|
2
|
-
export * from '../_models/control-models/dynamobe-data-params';
|
|
3
|
-
export * from '../_models/control-models/dynamobe-data-property-params';
|
|
4
|
-
export * from '../_models/control-models/dynamobe-error';
|
|
5
|
-
//# sourceMappingURL=data-module.index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,iCAAiC,CAAC;AAChD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,yDAAyD,CAAC;AACxE,cAAc,0CAA0C,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// DATA MODULE
|
|
5
|
-
tslib_1.__exportStar(require("../_models/data-models/metadata"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamobe-data-params"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamobe-data-property-params"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamobe-error"), exports);
|
|
9
|
-
//# sourceMappingURL=data-module.index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-module.index.js","sourceRoot":"","sources":["../../src/_modules/data-module.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,0EAAgD;AAChD,yFAA+D;AAC/D,kGAAwE;AACxE,mFAAyD"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from '../_models/data-models/dynamo-metadata';
|
|
2
|
-
export * from '../_models/control-models/dynamo-nts-data-params';
|
|
3
|
-
export * from '../_models/control-models/dynamo-nts-data-property-params';
|
|
4
|
-
export * from '../_models/control-models/dynamo-error';
|
|
5
|
-
export * from '../_enums/data-model-type.enum';
|
|
6
|
-
//# sourceMappingURL=data-modules.index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-modules.index.d.ts","sourceRoot":"","sources":["../../src/_modules/data-modules.index.ts"],"names":[],"mappings":"AAEA,cAAc,wCAAwC,CAAC;AACvD,cAAc,kDAAkD,CAAC;AACjE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// DATA MODULE
|
|
5
|
-
tslib_1.__exportStar(require("../_models/data-models/dynamo-metadata"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-nts-data-params"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-nts-data-property-params"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-error"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("../_enums/data-model-type.enum"), exports);
|
|
10
|
-
//# sourceMappingURL=data-modules.index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-modules.index.js","sourceRoot":"","sources":["../../src/_modules/data-modules.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,iFAAuD;AACvD,2FAAiE;AACjE,oGAA0E;AAC1E,iFAAuD;AACvD,yEAA+C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,wCAAwC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error-module.index.js","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,iFAAuD"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from '../_collections/_tools/dynamo-shared.service';
|
|
2
|
-
export * from '../_constants/times';
|
|
3
|
-
export * from '../_enums/log-style.enum';
|
|
4
|
-
export * from '../_models/control-models/dynamo-error';
|
|
5
|
-
export * from '../_models/control-models/location-coordinates';
|
|
6
|
-
export * from '../_models/control-models/geo-ip-location';
|
|
7
|
-
export * from '../_models/control-models/dynamo-poll';
|
|
8
|
-
//# sourceMappingURL=shared-service.index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shared-service.index.d.ts","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":"AAEA,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// SHARED SERVICE MODULE
|
|
5
|
-
tslib_1.__exportStar(require("../_collections/_tools/dynamo-shared.service"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../_constants/times"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("../_enums/log-style.enum"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-error"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("../_models/control-models/location-coordinates"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("../_models/control-models/geo-ip-location"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-poll"), exports);
|
|
12
|
-
//# sourceMappingURL=shared-service.index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shared-service.index.js","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":";;;AACA,wBAAwB;AACxB,uFAA6D;AAC7D,8DAAoC;AACpC,mEAAyC;AACzC,iFAAuD;AACvD,yFAA+D;AAC/D,oFAA0D;AAC1D,gFAAsD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oDAAoD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// TEST MODULE
|
|
5
|
-
tslib_1.__exportStar(require("../_models/data-models/dynamo-custom-data"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../_constants/module-settings/test-module-settings"), exports);
|
|
7
|
-
//# sourceMappingURL=test-module.index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test-module.index.js","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,oFAA0D;AAC1D,6FAAmE"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from '../_models/data-models/dynamo-usage-session';
|
|
2
|
-
export * from '../_constants/module-settings/usage-module-settings';
|
|
3
|
-
export * from '../_models/control-models/dynamo-usage-data';
|
|
4
|
-
export * from '../_models/control-models/dynamo-daily-usage-data';
|
|
5
|
-
export * from '../_models/control-models/dynamo-usage-action';
|
|
6
|
-
//# sourceMappingURL=usage-module.index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usage-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// USAGE MODULE
|
|
5
|
-
tslib_1.__exportStar(require("../_models/data-models/dynamo-usage-session"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../_constants/module-settings/usage-module-settings"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-usage-data"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-daily-usage-data"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("../_models/control-models/dynamo-usage-action"), exports);
|
|
10
|
-
//# sourceMappingURL=usage-module.index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usage-module.index.js","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,sFAA4D;AAC5D,8FAAoE;AACpE,sFAA4D;AAC5D,4FAAkE;AAClE,wFAA8D"}
|
package/lib/data-models.d.ts
DELETED
package/lib/data-models.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-models.d.ts","sourceRoot":"","sources":["../src/data-models.ts"],"names":[],"mappings":"AAEA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+CAA+C,CAAC"}
|
package/lib/data-models.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// DATA MODELS
|
|
5
|
-
tslib_1.__exportStar(require("./_models/data-models/metadata"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./_models/control-models/dynamobe-data-params"), exports);
|
|
7
|
-
//# sourceMappingURL=data-models.js.map
|
package/lib/data-models.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data-models.js","sourceRoot":"","sources":["../src/data-models.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,yEAA+C;AAC/C,wFAA8D"}
|
package/lib/index.d.ts
DELETED
package/lib/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,gBAAgB,CAAC;AAG/B,cAAc,cAAc,CAAC;AAG7B,cAAc,UAAU,CAAC;AAGzB,cAAc,WAAW,CAAC"}
|
package/lib/index.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// COLLECTIONS
|
|
5
|
-
tslib_1.__exportStar(require("./_collections"), exports);
|
|
6
|
-
// CONSTANTS
|
|
7
|
-
tslib_1.__exportStar(require("./_constants"), exports);
|
|
8
|
-
// ENUMS
|
|
9
|
-
tslib_1.__exportStar(require("./_enums"), exports);
|
|
10
|
-
// MODELS
|
|
11
|
-
tslib_1.__exportStar(require("./_models"), exports);
|
|
12
|
-
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,yDAA+B;AAE/B,YAAY;AACZ,uDAA6B;AAE7B,QAAQ;AACR,mDAAyB;AAEzB,SAAS;AACT,oDAA0B"}
|