@futdevpro/fsm-dynamo 1.5.75 → 1.5.76
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/error-defaults.const.d.ts +2 -2
- package/lib/_constants/error-defaults.const.js +11 -11
- package/lib/_constants/index.d.ts +3 -3
- package/lib/_constants/index.js +8 -8
- package/lib/_constants/location/country-codes-ISO-3166.json +3239 -3239
- package/lib/_constants/location/country-divisions-ISO-3166-all-list.json +19036 -19036
- package/lib/_constants/location/country-phone-codes.json +1202 -1202
- package/lib/_constants/module-settings/custom-data-module-settings.const.d.ts +2 -2
- package/lib/_constants/module-settings/custom-data-module-settings.const.js +10 -10
- package/lib/_constants/module-settings/index.d.ts +3 -3
- package/lib/_constants/module-settings/index.js +7 -7
- package/lib/_constants/module-settings/test-module-settings.const.d.ts +2 -2
- package/lib/_constants/module-settings/test-module-settings.const.js +14 -14
- package/lib/_constants/module-settings/usage-module-settings.const.d.ts +2 -2
- package/lib/_constants/module-settings/usage-module-settings.const.js +12 -12
- package/lib/_constants/times.const.d.ts +7 -7
- package/lib/_constants/times.const.js +10 -10
- package/lib/_enums/basic-property-type.enum.d.ts +7 -7
- package/lib/_enums/basic-property-type.enum.js +11 -11
- package/lib/_enums/basic-property-type.enum.js.map +1 -1
- package/lib/_enums/data-model-type.enum.d.ts +5 -5
- package/lib/_enums/data-model-type.enum.js +9 -9
- package/lib/_enums/data-model-type.enum.js.map +1 -1
- package/lib/_enums/index.d.ts +6 -6
- package/lib/_enums/index.js +10 -10
- package/lib/_enums/log-style.enum.d.ts +25 -25
- package/lib/_enums/log-style.enum.js +29 -29
- package/lib/_enums/log-style.enum.js.map +1 -1
- package/lib/_enums/region.enum.d.ts +7 -7
- package/lib/_enums/region.enum.js +11 -11
- package/lib/_enums/region.enum.js.map +1 -1
- package/lib/_enums/sub-region.enum.d.ts +19 -19
- package/lib/_enums/sub-region.enum.js +23 -23
- package/lib/_enums/sub-region.enum.js.map +1 -1
- package/lib/_enums/subdivision-region-type.enum.d.ts +40 -40
- package/lib/_enums/subdivision-region-type.enum.js +45 -45
- package/lib/_enums/subdivision-region-type.enum.js.map +1 -1
- package/lib/_models/control-models/daily-usage-data.control-model.d.ts +11 -11
- package/lib/_models/control-models/daily-usage-data.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/daily-usage-data.control-model.js +17 -16
- package/lib/_models/control-models/daily-usage-data.control-model.js.map +1 -1
- package/lib/_models/control-models/data-params.control-model.d.ts +12 -12
- package/lib/_models/control-models/data-params.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/data-params.control-model.js +22 -19
- package/lib/_models/control-models/data-params.control-model.js.map +1 -1
- package/lib/_models/control-models/data-property-params.control-model.d.ts +28 -28
- package/lib/_models/control-models/data-property-params.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/data-property-params.control-model.js +69 -54
- package/lib/_models/control-models/data-property-params.control-model.js.map +1 -1
- package/lib/_models/control-models/error.control-model.d.ts +281 -281
- package/lib/_models/control-models/error.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/error.control-model.js +180 -173
- package/lib/_models/control-models/error.control-model.js.map +1 -1
- package/lib/_models/control-models/error.control-model.spec.d.ts +1 -1
- package/lib/_models/control-models/error.control-model.spec.js +551 -573
- package/lib/_models/control-models/error.control-model.spec.js.map +1 -1
- package/lib/_models/control-models/index.d.ts +9 -9
- package/lib/_models/control-models/index.js +13 -13
- package/lib/_models/control-models/poll.control-model.d.ts +31 -31
- package/lib/_models/control-models/poll.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/poll.control-model.js +95 -87
- package/lib/_models/control-models/poll.control-model.js.map +1 -1
- package/lib/_models/control-models/range-value.control-model.d.ts +7 -7
- package/lib/_models/control-models/range-value.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/range-value.control-model.js +12 -10
- package/lib/_models/control-models/range-value.control-model.js.map +1 -1
- package/lib/_models/control-models/usage-action.control-model.d.ts +6 -6
- package/lib/_models/control-models/usage-action.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/usage-action.control-model.js +14 -12
- package/lib/_models/control-models/usage-action.control-model.js.map +1 -1
- package/lib/_models/control-models/usage-data.control-model.d.ts +10 -10
- package/lib/_models/control-models/usage-data.control-model.d.ts.map +1 -1
- package/lib/_models/control-models/usage-data.control-model.js +15 -12
- package/lib/_models/control-models/usage-data.control-model.js.map +1 -1
- package/lib/_models/data-models/custom-data.data-model.d.ts +9 -9
- package/lib/_models/data-models/custom-data.data-model.d.ts.map +1 -1
- package/lib/_models/data-models/custom-data.data-model.js +21 -20
- package/lib/_models/data-models/custom-data.data-model.js.map +1 -1
- package/lib/_models/data-models/index.d.ts +3 -3
- package/lib/_models/data-models/index.js +7 -7
- package/lib/_models/data-models/metadata.data-model.d.ts +14 -14
- package/lib/_models/data-models/metadata.data-model.d.ts.map +1 -1
- package/lib/_models/data-models/metadata.data-model.js +45 -39
- package/lib/_models/data-models/metadata.data-model.js.map +1 -1
- package/lib/_models/data-models/usage-session.data-model.d.ts +18 -18
- package/lib/_models/data-models/usage-session.data-model.d.ts.map +1 -1
- package/lib/_models/data-models/usage-session.data-model.js +44 -36
- package/lib/_models/data-models/usage-session.data-model.js.map +1 -1
- package/lib/_models/index.d.ts +3 -3
- package/lib/_models/index.js +10 -10
- package/lib/_models/interfaces/error-defaults.interface.d.ts +8 -8
- package/lib/_models/interfaces/error-defaults.interface.js +2 -2
- package/lib/_models/interfaces/index.d.ts +4 -4
- package/lib/_models/interfaces/index.js +9 -9
- package/lib/_models/interfaces/location/country-division.interface.d.ts +5 -5
- package/lib/_models/interfaces/location/country-division.interface.js +2 -2
- package/lib/_models/interfaces/location/country-iso.interface.d.ts +18 -18
- package/lib/_models/interfaces/location/country-iso.interface.js +2 -2
- package/lib/_models/interfaces/location/country-phone-code.interface.d.ts +5 -5
- package/lib/_models/interfaces/location/country-phone-code.interface.js +2 -2
- package/lib/_models/interfaces/location/division-collection.interface.d.ts +8 -8
- package/lib/_models/interfaces/location/division-collection.interface.js +2 -2
- package/lib/_models/interfaces/location/division-region-data.interface.d.ts +5 -5
- package/lib/_models/interfaces/location/division-region-data.interface.js +2 -2
- package/lib/_models/interfaces/location/geo-ip-location.interface.d.ts +25 -25
- package/lib/_models/interfaces/location/geo-ip-location.interface.js +2 -2
- package/lib/_models/interfaces/location/index.d.ts +7 -7
- package/lib/_models/interfaces/location/index.js +11 -11
- package/lib/_models/interfaces/location/location-coordinates.interface.d.ts +4 -4
- package/lib/_models/interfaces/location/location-coordinates.interface.js +2 -2
- package/lib/_models/interfaces/random-weight.interface.d.ts +4 -4
- package/lib/_models/interfaces/random-weight.interface.js +2 -2
- package/lib/_models/interfaces/route-settings.interface.d.ts +8 -8
- package/lib/_models/interfaces/route-settings.interface.d.ts.map +1 -1
- package/lib/_models/interfaces/route-settings.interface.js +2 -2
- package/lib/_modules/collections.index.d.ts +1 -1
- package/lib/_modules/collections.index.js +4 -4
- package/lib/_modules/constants.index.d.ts +1 -1
- package/lib/_modules/constants.index.js +4 -4
- package/lib/_modules/custom-data-module.index.d.ts +2 -2
- package/lib/_modules/custom-data-module.index.js +6 -6
- package/lib/_modules/data-modules.index.d.ts +5 -5
- package/lib/_modules/data-modules.index.js +9 -9
- package/lib/_modules/enums.index.d.ts +1 -1
- package/lib/_modules/enums.index.js +4 -4
- package/lib/_modules/error-module.index.d.ts +3 -3
- package/lib/_modules/error-module.index.js +7 -7
- package/lib/_modules/location.index.d.ts +6 -6
- package/lib/_modules/location.index.js +12 -12
- package/lib/_modules/models.index.d.ts +1 -1
- package/lib/_modules/models.index.js +4 -4
- package/lib/_modules/shared-service.index.d.ts +7 -7
- package/lib/_modules/shared-service.index.js +11 -11
- package/lib/_modules/test-module.index.d.ts +1 -1
- package/lib/_modules/test-module.index.js +5 -5
- package/lib/_modules/usage-module.index.d.ts +5 -5
- package/lib/_modules/usage-module.index.js +9 -9
- package/lib/_utils/array.util.d.ts +7 -7
- package/lib/_utils/array.util.d.ts.map +1 -1
- package/lib/_utils/array.util.js +32 -37
- package/lib/_utils/array.util.js.map +1 -1
- package/lib/_utils/array.util.spec.d.ts +1 -1
- package/lib/_utils/array.util.spec.js +29 -30
- package/lib/_utils/array.util.spec.js.map +1 -1
- package/lib/_utils/index.d.ts +13 -13
- package/lib/_utils/index.js +17 -17
- package/lib/_utils/location.util.d.ts +6 -6
- package/lib/_utils/location.util.d.ts.map +1 -1
- package/lib/_utils/location.util.js +39 -39
- package/lib/_utils/log.util.d.ts +54 -54
- package/lib/_utils/log.util.d.ts.map +1 -1
- package/lib/_utils/log.util.js +189 -189
- package/lib/_utils/log.util.js.map +1 -1
- package/lib/_utils/metadata.util.d.ts +4 -4
- package/lib/_utils/metadata.util.js +24 -24
- package/lib/_utils/random.util.d.ts +8 -8
- package/lib/_utils/random.util.d.ts.map +1 -1
- package/lib/_utils/random.util.js +59 -59
- package/lib/_utils/random.util.js.map +1 -1
- package/lib/_utils/regex.util.d.ts +1 -1
- package/lib/_utils/regex.util.js +4 -4
- package/lib/_utils/regions.util.d.ts +16 -16
- package/lib/_utils/regions.util.d.ts.map +1 -1
- package/lib/_utils/regions.util.js +66 -67
- package/lib/_utils/regions.util.js.map +1 -1
- package/lib/_utils/round-list.util.d.ts +8 -8
- package/lib/_utils/round-list.util.d.ts.map +1 -1
- package/lib/_utils/round-list.util.js +38 -38
- package/lib/_utils/shared.static-service.d.ts +73 -73
- package/lib/_utils/shared.static-service.d.ts.map +1 -1
- package/lib/_utils/shared.static-service.js +150 -150
- package/lib/_utils/shared.static-service.js.map +1 -1
- package/lib/_utils/time.util.d.ts +13 -13
- package/lib/_utils/time.util.d.ts.map +1 -1
- package/lib/_utils/time.util.js +40 -40
- package/lib/_utils/trigonometry.util.d.ts +45 -45
- package/lib/_utils/trigonometry.util.d.ts.map +1 -1
- package/lib/_utils/trigonometry.util.js +61 -61
- package/lib/_utils/utilities.util.d.ts +36 -36
- package/lib/_utils/utilities.util.js +94 -94
- package/lib/_utils/vector.util.d.ts +37 -37
- package/lib/_utils/vector.util.js +109 -106
- package/lib/_utils/vector.util.js.map +1 -1
- package/lib/index.d.ts +4 -4
- package/lib/index.js +11 -11
- package/lib/tsconfig.tsbuildinfo +1 -3547
- package/package.json +7 -7
- package/src/_models/control-models/error.control-model.spec.ts +1 -1
- package/src/_models/control-models/error.control-model.ts +1 -1
- package/tsconfig.json +2 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Dynamo_RouteSettings } from '../../_models/interfaces/route-settings.interface';
|
|
2
|
-
export declare const customDataModuleSettings: Dynamo_RouteSettings;
|
|
1
|
+
import { Dynamo_RouteSettings } from '../../_models/interfaces/route-settings.interface';
|
|
2
|
+
export declare const customDataModuleSettings: Dynamo_RouteSettings;
|
|
3
3
|
//# sourceMappingURL=custom-data-module-settings.const.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.customDataModuleSettings = void 0;
|
|
4
|
-
exports.customDataModuleSettings = {
|
|
5
|
-
mainRoute: '/custom',
|
|
6
|
-
endPoints: {
|
|
7
|
-
getCustomData: '/get/:customId',
|
|
8
|
-
modifyCustomData: '/post',
|
|
9
|
-
}
|
|
10
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customDataModuleSettings = void 0;
|
|
4
|
+
exports.customDataModuleSettings = {
|
|
5
|
+
mainRoute: '/custom',
|
|
6
|
+
endPoints: {
|
|
7
|
+
getCustomData: '/get/:customId',
|
|
8
|
+
modifyCustomData: '/post',
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=custom-data-module-settings.const.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './test-module-settings.const';
|
|
2
|
-
export * from './usage-module-settings.const';
|
|
3
|
-
export * from './custom-data-module-settings.const';
|
|
1
|
+
export * from './test-module-settings.const';
|
|
2
|
+
export * from './usage-module-settings.const';
|
|
3
|
+
export * from './custom-data-module-settings.const';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// MODULE SETTINGS
|
|
5
|
-
tslib_1.__exportStar(require("./test-module-settings.const"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./usage-module-settings.const"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./custom-data-module-settings.const"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// MODULE SETTINGS
|
|
5
|
+
tslib_1.__exportStar(require("./test-module-settings.const"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./usage-module-settings.const"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./custom-data-module-settings.const"), exports);
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Dynamo_RouteSettings } from '../../_models/interfaces/route-settings.interface';
|
|
2
|
-
export declare const testModuleSettings: Dynamo_RouteSettings;
|
|
1
|
+
import { Dynamo_RouteSettings } from '../../_models/interfaces/route-settings.interface';
|
|
2
|
+
export declare const testModuleSettings: Dynamo_RouteSettings;
|
|
3
3
|
//# sourceMappingURL=test-module-settings.const.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.testModuleSettings = void 0;
|
|
4
|
-
exports.testModuleSettings = {
|
|
5
|
-
mainRoute: '/test',
|
|
6
|
-
endPoints: {
|
|
7
|
-
testGet: '/test-get',
|
|
8
|
-
testPost: '/test-post',
|
|
9
|
-
testPut: '/test-put',
|
|
10
|
-
testPatch: '/test-patch',
|
|
11
|
-
testDelete: '/test-delete',
|
|
12
|
-
getServerStatus: '/server-status',
|
|
13
|
-
}
|
|
14
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.testModuleSettings = void 0;
|
|
4
|
+
exports.testModuleSettings = {
|
|
5
|
+
mainRoute: '/test',
|
|
6
|
+
endPoints: {
|
|
7
|
+
testGet: '/test-get',
|
|
8
|
+
testPost: '/test-post',
|
|
9
|
+
testPut: '/test-put',
|
|
10
|
+
testPatch: '/test-patch',
|
|
11
|
+
testDelete: '/test-delete',
|
|
12
|
+
getServerStatus: '/server-status',
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
15
|
//# sourceMappingURL=test-module-settings.const.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Dynamo_RouteSettings } from '../../_models/interfaces/route-settings.interface';
|
|
2
|
-
export declare const usageModuleSettings: Dynamo_RouteSettings;
|
|
1
|
+
import { Dynamo_RouteSettings } from '../../_models/interfaces/route-settings.interface';
|
|
2
|
+
export declare const usageModuleSettings: Dynamo_RouteSettings;
|
|
3
3
|
//# sourceMappingURL=usage-module-settings.const.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.usageModuleSettings = void 0;
|
|
4
|
-
exports.usageModuleSettings = {
|
|
5
|
-
mainRoute: '/usage',
|
|
6
|
-
endPoints: {
|
|
7
|
-
newSession: '/new-session',
|
|
8
|
-
closeSession: '/close-session/:sessionId',
|
|
9
|
-
updateUsage: '/update/:sessionId',
|
|
10
|
-
getAllUsageData: '/get/all',
|
|
11
|
-
}
|
|
12
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.usageModuleSettings = void 0;
|
|
4
|
+
exports.usageModuleSettings = {
|
|
5
|
+
mainRoute: '/usage',
|
|
6
|
+
endPoints: {
|
|
7
|
+
newSession: '/new-session',
|
|
8
|
+
closeSession: '/close-session/:sessionId',
|
|
9
|
+
updateUsage: '/update/:sessionId',
|
|
10
|
+
getAllUsageData: '/get/all',
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
13
|
//# sourceMappingURL=usage-module-settings.const.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const second = 1000;
|
|
2
|
-
export declare const minute: number;
|
|
3
|
-
export declare const hour: number;
|
|
4
|
-
export declare const day: number;
|
|
5
|
-
export declare const week: number;
|
|
6
|
-
export declare const month: number;
|
|
7
|
-
export declare const year: number;
|
|
1
|
+
export declare const second = 1000;
|
|
2
|
+
export declare const minute: number;
|
|
3
|
+
export declare const hour: number;
|
|
4
|
+
export declare const day: number;
|
|
5
|
+
export declare const week: number;
|
|
6
|
+
export declare const month: number;
|
|
7
|
+
export declare const year: number;
|
|
8
8
|
//# sourceMappingURL=times.const.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.year = exports.month = exports.week = exports.day = exports.hour = exports.minute = exports.second = void 0;
|
|
4
|
-
exports.second = 1000;
|
|
5
|
-
exports.minute = exports.second * 60;
|
|
6
|
-
exports.hour = exports.minute * 60;
|
|
7
|
-
exports.day = exports.hour * 24;
|
|
8
|
-
exports.week = exports.day * 7;
|
|
9
|
-
exports.month = exports.day * 30.4368499;
|
|
10
|
-
exports.year = exports.day * 365.242199;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.year = exports.month = exports.week = exports.day = exports.hour = exports.minute = exports.second = void 0;
|
|
4
|
+
exports.second = 1000;
|
|
5
|
+
exports.minute = exports.second * 60;
|
|
6
|
+
exports.hour = exports.minute * 60;
|
|
7
|
+
exports.day = exports.hour * 24;
|
|
8
|
+
exports.week = exports.day * 7;
|
|
9
|
+
exports.month = exports.day * 30.4368499;
|
|
10
|
+
exports.year = exports.day * 365.242199;
|
|
11
11
|
//# sourceMappingURL=times.const.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare enum Dynamo_BasicPropertyType {
|
|
2
|
-
string = "string",
|
|
3
|
-
number = "number",
|
|
4
|
-
boolean = "boolean",
|
|
5
|
-
date = "Date",
|
|
6
|
-
object = "object"
|
|
7
|
-
}
|
|
1
|
+
export declare enum Dynamo_BasicPropertyType {
|
|
2
|
+
string = "string",
|
|
3
|
+
number = "number",
|
|
4
|
+
boolean = "boolean",
|
|
5
|
+
date = "Date",
|
|
6
|
+
object = "object"
|
|
7
|
+
}
|
|
8
8
|
//# sourceMappingURL=basic-property-type.enum.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Dynamo_BasicPropertyType = void 0;
|
|
4
|
-
var Dynamo_BasicPropertyType;
|
|
5
|
-
(function (Dynamo_BasicPropertyType) {
|
|
6
|
-
Dynamo_BasicPropertyType["string"] = "string";
|
|
7
|
-
Dynamo_BasicPropertyType["number"] = "number";
|
|
8
|
-
Dynamo_BasicPropertyType["boolean"] = "boolean";
|
|
9
|
-
Dynamo_BasicPropertyType["date"] = "Date";
|
|
10
|
-
Dynamo_BasicPropertyType["object"] = "object";
|
|
11
|
-
})(Dynamo_BasicPropertyType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Dynamo_BasicPropertyType = void 0;
|
|
4
|
+
var Dynamo_BasicPropertyType;
|
|
5
|
+
(function (Dynamo_BasicPropertyType) {
|
|
6
|
+
Dynamo_BasicPropertyType["string"] = "string";
|
|
7
|
+
Dynamo_BasicPropertyType["number"] = "number";
|
|
8
|
+
Dynamo_BasicPropertyType["boolean"] = "boolean";
|
|
9
|
+
Dynamo_BasicPropertyType["date"] = "Date";
|
|
10
|
+
Dynamo_BasicPropertyType["object"] = "object";
|
|
11
|
+
})(Dynamo_BasicPropertyType || (exports.Dynamo_BasicPropertyType = Dynamo_BasicPropertyType = {}));
|
|
12
12
|
//# sourceMappingURL=basic-property-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"basic-property-type.enum.js","sourceRoot":"","sources":["../../src/_enums/basic-property-type.enum.ts"],"names":[],"mappings":";;;AAEA,IAAY,wBAMX;AAND,WAAY,wBAAwB;IAClC,6CAAiB,CAAA;IACjB,6CAAiB,CAAA;IACjB,+CAAmB,CAAA;IACnB,yCAAa,CAAA;IACb,6CAAiB,CAAA;AACnB,CAAC,EANW,wBAAwB,
|
|
1
|
+
{"version":3,"file":"basic-property-type.enum.js","sourceRoot":"","sources":["../../src/_enums/basic-property-type.enum.ts"],"names":[],"mappings":";;;AAEA,IAAY,wBAMX;AAND,WAAY,wBAAwB;IAClC,6CAAiB,CAAA;IACjB,6CAAiB,CAAA;IACjB,+CAAmB,CAAA;IACnB,yCAAa,CAAA;IACb,6CAAiB,CAAA;AACnB,CAAC,EANW,wBAAwB,wCAAxB,wBAAwB,QAMnC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum Dynamo_DataModelType {
|
|
2
|
-
dataModel = "data-model",
|
|
3
|
-
controlModel = "control-model",
|
|
4
|
-
interfaceModel = "interface-model"
|
|
5
|
-
}
|
|
1
|
+
export declare enum Dynamo_DataModelType {
|
|
2
|
+
dataModel = "data-model",
|
|
3
|
+
controlModel = "control-model",
|
|
4
|
+
interfaceModel = "interface-model"
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=data-model-type.enum.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Dynamo_DataModelType = void 0;
|
|
4
|
-
var Dynamo_DataModelType;
|
|
5
|
-
(function (Dynamo_DataModelType) {
|
|
6
|
-
Dynamo_DataModelType["dataModel"] = "data-model";
|
|
7
|
-
Dynamo_DataModelType["controlModel"] = "control-model";
|
|
8
|
-
Dynamo_DataModelType["interfaceModel"] = "interface-model";
|
|
9
|
-
})(Dynamo_DataModelType
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Dynamo_DataModelType = void 0;
|
|
4
|
+
var Dynamo_DataModelType;
|
|
5
|
+
(function (Dynamo_DataModelType) {
|
|
6
|
+
Dynamo_DataModelType["dataModel"] = "data-model";
|
|
7
|
+
Dynamo_DataModelType["controlModel"] = "control-model";
|
|
8
|
+
Dynamo_DataModelType["interfaceModel"] = "interface-model";
|
|
9
|
+
})(Dynamo_DataModelType || (exports.Dynamo_DataModelType = Dynamo_DataModelType = {}));
|
|
10
10
|
//# sourceMappingURL=data-model-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-model-type.enum.js","sourceRoot":"","sources":["../../src/_enums/data-model-type.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,gDAAwB,CAAA;IACxB,sDAA8B,CAAA;IAC9B,0DAAkC,CAAA;AACpC,CAAC,EAJW,oBAAoB,
|
|
1
|
+
{"version":3,"file":"data-model-type.enum.js","sourceRoot":"","sources":["../../src/_enums/data-model-type.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,gDAAwB,CAAA;IACxB,sDAA8B,CAAA;IAC9B,0DAAkC,CAAA;AACpC,CAAC,EAJW,oBAAoB,oCAApB,oBAAoB,QAI/B"}
|
package/lib/_enums/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './basic-property-type.enum';
|
|
2
|
-
export * from './data-model-type.enum';
|
|
3
|
-
export * from './log-style.enum';
|
|
4
|
-
export * from './region.enum';
|
|
5
|
-
export * from './sub-region.enum';
|
|
6
|
-
export * from './subdivision-region-type.enum';
|
|
1
|
+
export * from './basic-property-type.enum';
|
|
2
|
+
export * from './data-model-type.enum';
|
|
3
|
+
export * from './log-style.enum';
|
|
4
|
+
export * from './region.enum';
|
|
5
|
+
export * from './sub-region.enum';
|
|
6
|
+
export * from './subdivision-region-type.enum';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/_enums/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// ENUMS
|
|
5
|
-
tslib_1.__exportStar(require("./basic-property-type.enum"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./data-model-type.enum"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./log-style.enum"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./region.enum"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./sub-region.enum"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./subdivision-region-type.enum"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
// ENUMS
|
|
5
|
+
tslib_1.__exportStar(require("./basic-property-type.enum"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./data-model-type.enum"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./log-style.enum"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./region.enum"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./sub-region.enum"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./subdivision-region-type.enum"), exports);
|
|
11
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export declare enum Dynamo_LogStyle {
|
|
2
|
-
reset = "\u001B[0m",
|
|
3
|
-
bright = "\u001B[1m",
|
|
4
|
-
dim = "\u001B[2m",
|
|
5
|
-
underline = "\u001B[4m",
|
|
6
|
-
blink = "\u001B[5m",
|
|
7
|
-
reverse = "\u001B[7m",
|
|
8
|
-
hidden = "\u001B[8m",
|
|
9
|
-
black = "\u001B[30m",
|
|
10
|
-
red = "\u001B[31m",
|
|
11
|
-
green = "\u001B[32m",
|
|
12
|
-
yellow = "\u001B[33m",
|
|
13
|
-
blue = "\u001B[34m",
|
|
14
|
-
magenta = "\u001B[35m",
|
|
15
|
-
cyan = "\u001B[36m",
|
|
16
|
-
white = "\u001B[37m",
|
|
17
|
-
BgBlack = "\u001B[40m",
|
|
18
|
-
BgRed = "\u001B[41m",
|
|
19
|
-
BgGreen = "\u001B[42m",
|
|
20
|
-
BgYellow = "\u001B[43m",
|
|
21
|
-
BgBlue = "\u001B[44m",
|
|
22
|
-
BgMagenta = "\u001B[45m",
|
|
23
|
-
BgCyan = "\u001B[46m",
|
|
24
|
-
BgWhite = "\u001B[47m"
|
|
25
|
-
}
|
|
1
|
+
export declare enum Dynamo_LogStyle {
|
|
2
|
+
reset = "\u001B[0m",
|
|
3
|
+
bright = "\u001B[1m",
|
|
4
|
+
dim = "\u001B[2m",
|
|
5
|
+
underline = "\u001B[4m",
|
|
6
|
+
blink = "\u001B[5m",
|
|
7
|
+
reverse = "\u001B[7m",
|
|
8
|
+
hidden = "\u001B[8m",
|
|
9
|
+
black = "\u001B[30m",
|
|
10
|
+
red = "\u001B[31m",
|
|
11
|
+
green = "\u001B[32m",
|
|
12
|
+
yellow = "\u001B[33m",
|
|
13
|
+
blue = "\u001B[34m",
|
|
14
|
+
magenta = "\u001B[35m",
|
|
15
|
+
cyan = "\u001B[36m",
|
|
16
|
+
white = "\u001B[37m",
|
|
17
|
+
BgBlack = "\u001B[40m",
|
|
18
|
+
BgRed = "\u001B[41m",
|
|
19
|
+
BgGreen = "\u001B[42m",
|
|
20
|
+
BgYellow = "\u001B[43m",
|
|
21
|
+
BgBlue = "\u001B[44m",
|
|
22
|
+
BgMagenta = "\u001B[45m",
|
|
23
|
+
BgCyan = "\u001B[46m",
|
|
24
|
+
BgWhite = "\u001B[47m"
|
|
25
|
+
}
|
|
26
26
|
//# sourceMappingURL=log-style.enum.d.ts.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Dynamo_LogStyle = void 0;
|
|
4
|
-
var Dynamo_LogStyle;
|
|
5
|
-
(function (Dynamo_LogStyle) {
|
|
6
|
-
Dynamo_LogStyle["reset"] = "\u001B[0m";
|
|
7
|
-
Dynamo_LogStyle["bright"] = "\u001B[1m";
|
|
8
|
-
Dynamo_LogStyle["dim"] = "\u001B[2m";
|
|
9
|
-
Dynamo_LogStyle["underline"] = "\u001B[4m";
|
|
10
|
-
Dynamo_LogStyle["blink"] = "\u001B[5m";
|
|
11
|
-
Dynamo_LogStyle["reverse"] = "\u001B[7m";
|
|
12
|
-
Dynamo_LogStyle["hidden"] = "\u001B[8m";
|
|
13
|
-
Dynamo_LogStyle["black"] = "\u001B[30m";
|
|
14
|
-
Dynamo_LogStyle["red"] = "\u001B[31m";
|
|
15
|
-
Dynamo_LogStyle["green"] = "\u001B[32m";
|
|
16
|
-
Dynamo_LogStyle["yellow"] = "\u001B[33m";
|
|
17
|
-
Dynamo_LogStyle["blue"] = "\u001B[34m";
|
|
18
|
-
Dynamo_LogStyle["magenta"] = "\u001B[35m";
|
|
19
|
-
Dynamo_LogStyle["cyan"] = "\u001B[36m";
|
|
20
|
-
Dynamo_LogStyle["white"] = "\u001B[37m";
|
|
21
|
-
Dynamo_LogStyle["BgBlack"] = "\u001B[40m";
|
|
22
|
-
Dynamo_LogStyle["BgRed"] = "\u001B[41m";
|
|
23
|
-
Dynamo_LogStyle["BgGreen"] = "\u001B[42m";
|
|
24
|
-
Dynamo_LogStyle["BgYellow"] = "\u001B[43m";
|
|
25
|
-
Dynamo_LogStyle["BgBlue"] = "\u001B[44m";
|
|
26
|
-
Dynamo_LogStyle["BgMagenta"] = "\u001B[45m";
|
|
27
|
-
Dynamo_LogStyle["BgCyan"] = "\u001B[46m";
|
|
28
|
-
Dynamo_LogStyle["BgWhite"] = "\u001B[47m";
|
|
29
|
-
})(Dynamo_LogStyle
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Dynamo_LogStyle = void 0;
|
|
4
|
+
var Dynamo_LogStyle;
|
|
5
|
+
(function (Dynamo_LogStyle) {
|
|
6
|
+
Dynamo_LogStyle["reset"] = "\u001B[0m";
|
|
7
|
+
Dynamo_LogStyle["bright"] = "\u001B[1m";
|
|
8
|
+
Dynamo_LogStyle["dim"] = "\u001B[2m";
|
|
9
|
+
Dynamo_LogStyle["underline"] = "\u001B[4m";
|
|
10
|
+
Dynamo_LogStyle["blink"] = "\u001B[5m";
|
|
11
|
+
Dynamo_LogStyle["reverse"] = "\u001B[7m";
|
|
12
|
+
Dynamo_LogStyle["hidden"] = "\u001B[8m";
|
|
13
|
+
Dynamo_LogStyle["black"] = "\u001B[30m";
|
|
14
|
+
Dynamo_LogStyle["red"] = "\u001B[31m";
|
|
15
|
+
Dynamo_LogStyle["green"] = "\u001B[32m";
|
|
16
|
+
Dynamo_LogStyle["yellow"] = "\u001B[33m";
|
|
17
|
+
Dynamo_LogStyle["blue"] = "\u001B[34m";
|
|
18
|
+
Dynamo_LogStyle["magenta"] = "\u001B[35m";
|
|
19
|
+
Dynamo_LogStyle["cyan"] = "\u001B[36m";
|
|
20
|
+
Dynamo_LogStyle["white"] = "\u001B[37m";
|
|
21
|
+
Dynamo_LogStyle["BgBlack"] = "\u001B[40m";
|
|
22
|
+
Dynamo_LogStyle["BgRed"] = "\u001B[41m";
|
|
23
|
+
Dynamo_LogStyle["BgGreen"] = "\u001B[42m";
|
|
24
|
+
Dynamo_LogStyle["BgYellow"] = "\u001B[43m";
|
|
25
|
+
Dynamo_LogStyle["BgBlue"] = "\u001B[44m";
|
|
26
|
+
Dynamo_LogStyle["BgMagenta"] = "\u001B[45m";
|
|
27
|
+
Dynamo_LogStyle["BgCyan"] = "\u001B[46m";
|
|
28
|
+
Dynamo_LogStyle["BgWhite"] = "\u001B[47m";
|
|
29
|
+
})(Dynamo_LogStyle || (exports.Dynamo_LogStyle = Dynamo_LogStyle = {}));
|
|
30
30
|
//# sourceMappingURL=log-style.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"log-style.enum.js","sourceRoot":"","sources":["../../src/_enums/log-style.enum.ts"],"names":[],"mappings":";;;AAEA,IAAY,eA2BX;AA3BD,WAAY,eAAe;IACzB,sCAAiB,CAAA;IAEjB,uCAAkB,CAAA;IAClB,oCAAe,CAAA;IACf,0CAAqB,CAAA;IACrB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,uCAAkB,CAAA;IAElB,uCAAkB,CAAA;IAClB,qCAAgB,CAAA;IAChB,uCAAkB,CAAA;IAClB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IACjB,yCAAoB,CAAA;IACpB,sCAAiB,CAAA;IACjB,uCAAkB,CAAA;IAElB,yCAAoB,CAAA;IACpB,uCAAkB,CAAA;IAClB,yCAAoB,CAAA;IACpB,0CAAqB,CAAA;IACrB,wCAAmB,CAAA;IACnB,2CAAsB,CAAA;IACtB,wCAAmB,CAAA;IACnB,yCAAoB,CAAA;AACtB,CAAC,EA3BW,eAAe,
|
|
1
|
+
{"version":3,"file":"log-style.enum.js","sourceRoot":"","sources":["../../src/_enums/log-style.enum.ts"],"names":[],"mappings":";;;AAEA,IAAY,eA2BX;AA3BD,WAAY,eAAe;IACzB,sCAAiB,CAAA;IAEjB,uCAAkB,CAAA;IAClB,oCAAe,CAAA;IACf,0CAAqB,CAAA;IACrB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,uCAAkB,CAAA;IAElB,uCAAkB,CAAA;IAClB,qCAAgB,CAAA;IAChB,uCAAkB,CAAA;IAClB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IACjB,yCAAoB,CAAA;IACpB,sCAAiB,CAAA;IACjB,uCAAkB,CAAA;IAElB,yCAAoB,CAAA;IACpB,uCAAkB,CAAA;IAClB,yCAAoB,CAAA;IACpB,0CAAqB,CAAA;IACrB,wCAAmB,CAAA;IACnB,2CAAsB,CAAA;IACtB,wCAAmB,CAAA;IACnB,yCAAoB,CAAA;AACtB,CAAC,EA3BW,eAAe,+BAAf,eAAe,QA2B1B"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare enum Dynamo_Region {
|
|
2
|
-
europe = "Europe",
|
|
3
|
-
asia = "Asia",
|
|
4
|
-
africa = "Africa",
|
|
5
|
-
oceania = "Oceania",
|
|
6
|
-
americas = "Americas"
|
|
7
|
-
}
|
|
1
|
+
export declare enum Dynamo_Region {
|
|
2
|
+
europe = "Europe",
|
|
3
|
+
asia = "Asia",
|
|
4
|
+
africa = "Africa",
|
|
5
|
+
oceania = "Oceania",
|
|
6
|
+
americas = "Americas"
|
|
7
|
+
}
|
|
8
8
|
//# sourceMappingURL=region.enum.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Dynamo_Region = void 0;
|
|
4
|
-
var Dynamo_Region;
|
|
5
|
-
(function (Dynamo_Region) {
|
|
6
|
-
Dynamo_Region["europe"] = "Europe";
|
|
7
|
-
Dynamo_Region["asia"] = "Asia";
|
|
8
|
-
Dynamo_Region["africa"] = "Africa";
|
|
9
|
-
Dynamo_Region["oceania"] = "Oceania";
|
|
10
|
-
Dynamo_Region["americas"] = "Americas";
|
|
11
|
-
})(Dynamo_Region
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Dynamo_Region = void 0;
|
|
4
|
+
var Dynamo_Region;
|
|
5
|
+
(function (Dynamo_Region) {
|
|
6
|
+
Dynamo_Region["europe"] = "Europe";
|
|
7
|
+
Dynamo_Region["asia"] = "Asia";
|
|
8
|
+
Dynamo_Region["africa"] = "Africa";
|
|
9
|
+
Dynamo_Region["oceania"] = "Oceania";
|
|
10
|
+
Dynamo_Region["americas"] = "Americas";
|
|
11
|
+
})(Dynamo_Region || (exports.Dynamo_Region = Dynamo_Region = {}));
|
|
12
12
|
//# sourceMappingURL=region.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"region.enum.js","sourceRoot":"","sources":["../../src/_enums/region.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,kCAAiB,CAAA;IACjB,8BAAa,CAAA;IACb,kCAAiB,CAAA;IACjB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;AACvB,CAAC,EANW,aAAa,
|
|
1
|
+
{"version":3,"file":"region.enum.js","sourceRoot":"","sources":["../../src/_enums/region.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,kCAAiB,CAAA;IACjB,8BAAa,CAAA;IACb,kCAAiB,CAAA;IACjB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;AACvB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export declare enum Dynamo_SubRegion {
|
|
2
|
-
northernEurope = "Northern Europe",
|
|
3
|
-
southernEurope = "Southern Europe",
|
|
4
|
-
westernEurope = "Western Europe",
|
|
5
|
-
easternEurope = "Eastern Europe",
|
|
6
|
-
northernAfrica = "Northern Africa",
|
|
7
|
-
subSaharanAfrica = "Sub-Saharan Africa",
|
|
8
|
-
northernAmerica = "Northern America",
|
|
9
|
-
latinAmericaAndTheCaribbean = "Latin America and the Caribbean",
|
|
10
|
-
southEasternAsia = "South-eastern Asia",
|
|
11
|
-
easternAsia = "Eastern Asia",
|
|
12
|
-
southernAsia = "Southern Asia",
|
|
13
|
-
westernAsia = "Western Asia",
|
|
14
|
-
centralAsia = "Central Asia",
|
|
15
|
-
australiaAndNewZealand = "Australia and New Zealand",
|
|
16
|
-
melanesia = "Melanesia",
|
|
17
|
-
micronesia = "Micronesia",
|
|
18
|
-
polynesia = "Polynesia"
|
|
19
|
-
}
|
|
1
|
+
export declare enum Dynamo_SubRegion {
|
|
2
|
+
northernEurope = "Northern Europe",
|
|
3
|
+
southernEurope = "Southern Europe",
|
|
4
|
+
westernEurope = "Western Europe",
|
|
5
|
+
easternEurope = "Eastern Europe",
|
|
6
|
+
northernAfrica = "Northern Africa",
|
|
7
|
+
subSaharanAfrica = "Sub-Saharan Africa",
|
|
8
|
+
northernAmerica = "Northern America",
|
|
9
|
+
latinAmericaAndTheCaribbean = "Latin America and the Caribbean",
|
|
10
|
+
southEasternAsia = "South-eastern Asia",
|
|
11
|
+
easternAsia = "Eastern Asia",
|
|
12
|
+
southernAsia = "Southern Asia",
|
|
13
|
+
westernAsia = "Western Asia",
|
|
14
|
+
centralAsia = "Central Asia",
|
|
15
|
+
australiaAndNewZealand = "Australia and New Zealand",
|
|
16
|
+
melanesia = "Melanesia",
|
|
17
|
+
micronesia = "Micronesia",
|
|
18
|
+
polynesia = "Polynesia"
|
|
19
|
+
}
|
|
20
20
|
//# sourceMappingURL=sub-region.enum.d.ts.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Dynamo_SubRegion = void 0;
|
|
4
|
-
var Dynamo_SubRegion;
|
|
5
|
-
(function (Dynamo_SubRegion) {
|
|
6
|
-
Dynamo_SubRegion["northernEurope"] = "Northern Europe";
|
|
7
|
-
Dynamo_SubRegion["southernEurope"] = "Southern Europe";
|
|
8
|
-
Dynamo_SubRegion["westernEurope"] = "Western Europe";
|
|
9
|
-
Dynamo_SubRegion["easternEurope"] = "Eastern Europe";
|
|
10
|
-
Dynamo_SubRegion["northernAfrica"] = "Northern Africa";
|
|
11
|
-
Dynamo_SubRegion["subSaharanAfrica"] = "Sub-Saharan Africa";
|
|
12
|
-
Dynamo_SubRegion["northernAmerica"] = "Northern America";
|
|
13
|
-
Dynamo_SubRegion["latinAmericaAndTheCaribbean"] = "Latin America and the Caribbean";
|
|
14
|
-
Dynamo_SubRegion["southEasternAsia"] = "South-eastern Asia";
|
|
15
|
-
Dynamo_SubRegion["easternAsia"] = "Eastern Asia";
|
|
16
|
-
Dynamo_SubRegion["southernAsia"] = "Southern Asia";
|
|
17
|
-
Dynamo_SubRegion["westernAsia"] = "Western Asia";
|
|
18
|
-
Dynamo_SubRegion["centralAsia"] = "Central Asia";
|
|
19
|
-
Dynamo_SubRegion["australiaAndNewZealand"] = "Australia and New Zealand";
|
|
20
|
-
Dynamo_SubRegion["melanesia"] = "Melanesia";
|
|
21
|
-
Dynamo_SubRegion["micronesia"] = "Micronesia";
|
|
22
|
-
Dynamo_SubRegion["polynesia"] = "Polynesia";
|
|
23
|
-
})(Dynamo_SubRegion
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Dynamo_SubRegion = void 0;
|
|
4
|
+
var Dynamo_SubRegion;
|
|
5
|
+
(function (Dynamo_SubRegion) {
|
|
6
|
+
Dynamo_SubRegion["northernEurope"] = "Northern Europe";
|
|
7
|
+
Dynamo_SubRegion["southernEurope"] = "Southern Europe";
|
|
8
|
+
Dynamo_SubRegion["westernEurope"] = "Western Europe";
|
|
9
|
+
Dynamo_SubRegion["easternEurope"] = "Eastern Europe";
|
|
10
|
+
Dynamo_SubRegion["northernAfrica"] = "Northern Africa";
|
|
11
|
+
Dynamo_SubRegion["subSaharanAfrica"] = "Sub-Saharan Africa";
|
|
12
|
+
Dynamo_SubRegion["northernAmerica"] = "Northern America";
|
|
13
|
+
Dynamo_SubRegion["latinAmericaAndTheCaribbean"] = "Latin America and the Caribbean";
|
|
14
|
+
Dynamo_SubRegion["southEasternAsia"] = "South-eastern Asia";
|
|
15
|
+
Dynamo_SubRegion["easternAsia"] = "Eastern Asia";
|
|
16
|
+
Dynamo_SubRegion["southernAsia"] = "Southern Asia";
|
|
17
|
+
Dynamo_SubRegion["westernAsia"] = "Western Asia";
|
|
18
|
+
Dynamo_SubRegion["centralAsia"] = "Central Asia";
|
|
19
|
+
Dynamo_SubRegion["australiaAndNewZealand"] = "Australia and New Zealand";
|
|
20
|
+
Dynamo_SubRegion["melanesia"] = "Melanesia";
|
|
21
|
+
Dynamo_SubRegion["micronesia"] = "Micronesia";
|
|
22
|
+
Dynamo_SubRegion["polynesia"] = "Polynesia";
|
|
23
|
+
})(Dynamo_SubRegion || (exports.Dynamo_SubRegion = Dynamo_SubRegion = {}));
|
|
24
24
|
//# sourceMappingURL=sub-region.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sub-region.enum.js","sourceRoot":"","sources":["../../src/_enums/sub-region.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,gBAuBX;AAvBD,WAAY,gBAAgB;IAC1B,sDAAkC,CAAA;IAClC,sDAAkC,CAAA;IAClC,oDAAgC,CAAA;IAChC,oDAAgC,CAAA;IAEhC,sDAAkC,CAAA;IAClC,2DAAuC,CAAA;IAEvC,wDAAoC,CAAA;IACpC,mFAA+D,CAAA;IAE/D,2DAAuC,CAAA;IACvC,gDAA4B,CAAA;IAC5B,kDAA8B,CAAA;IAE9B,gDAA4B,CAAA;IAC5B,gDAA4B,CAAA;IAE5B,wEAAoD,CAAA;IACpD,2CAAuB,CAAA;IACvB,6CAAyB,CAAA;IACzB,2CAAuB,CAAA;AACzB,CAAC,EAvBW,gBAAgB,
|
|
1
|
+
{"version":3,"file":"sub-region.enum.js","sourceRoot":"","sources":["../../src/_enums/sub-region.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,gBAuBX;AAvBD,WAAY,gBAAgB;IAC1B,sDAAkC,CAAA;IAClC,sDAAkC,CAAA;IAClC,oDAAgC,CAAA;IAChC,oDAAgC,CAAA;IAEhC,sDAAkC,CAAA;IAClC,2DAAuC,CAAA;IAEvC,wDAAoC,CAAA;IACpC,mFAA+D,CAAA;IAE/D,2DAAuC,CAAA;IACvC,gDAA4B,CAAA;IAC5B,kDAA8B,CAAA;IAE9B,gDAA4B,CAAA;IAC5B,gDAA4B,CAAA;IAE5B,wEAAoD,CAAA;IACpD,2CAAuB,CAAA;IACvB,6CAAyB,CAAA;IACzB,2CAAuB,CAAA;AACzB,CAAC,EAvBW,gBAAgB,gCAAhB,gBAAgB,QAuB3B"}
|