@typeolymp/utils 1.0.4 → 1.0.5
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/build/enums/Difficulty.d.ts +6 -0
- package/build/enums/Difficulty.js +11 -0
- package/build/enums/Difficulty.js.map +1 -0
- package/build/enums/KeyboardLayout.d.ts +2 -2
- package/build/enums/KeyboardLayout.js +1 -1
- package/build/enums/index.d.ts +1 -0
- package/build/enums/index.js +1 -0
- package/build/enums/index.js.map +1 -1
- package/build/mappers/index.d.ts +0 -1
- package/build/mappers/index.js +0 -1
- package/build/mappers/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Difficulty = void 0;
|
|
4
|
+
var Difficulty;
|
|
5
|
+
(function (Difficulty) {
|
|
6
|
+
Difficulty["BEGINNER"] = "BEGINNER";
|
|
7
|
+
Difficulty["EASY"] = "EASY";
|
|
8
|
+
Difficulty["NORMAL"] = "NORMAL";
|
|
9
|
+
Difficulty["HARD"] = "HARD";
|
|
10
|
+
})(Difficulty = exports.Difficulty || (exports.Difficulty = {}));
|
|
11
|
+
//# sourceMappingURL=Difficulty.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Difficulty.js","sourceRoot":"","sources":["../../src/enums/Difficulty.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,mCAAqB,CAAA;IACrB,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAKrB"}
|
|
@@ -8,7 +8,7 @@ var KeyboardLayout;
|
|
|
8
8
|
KeyboardLayout["QWERTY_NL"] = "qwerty-nl";
|
|
9
9
|
KeyboardLayout["QWERTY_UK"] = "qwerty-uk";
|
|
10
10
|
KeyboardLayout["QWERTZ_DE"] = "qwertz-de";
|
|
11
|
-
KeyboardLayout["TURKISH_Q"] = "turkish-q";
|
|
12
11
|
KeyboardLayout["TURKISH_F"] = "turkish-f";
|
|
12
|
+
KeyboardLayout["TURKISH_Q"] = "turkish-q";
|
|
13
13
|
})(KeyboardLayout = exports.KeyboardLayout || (exports.KeyboardLayout = {}));
|
|
14
14
|
//# sourceMappingURL=KeyboardLayout.js.map
|
package/build/enums/index.d.ts
CHANGED
package/build/enums/index.js
CHANGED
|
@@ -19,6 +19,7 @@ __exportStar(require("./AchievementType"), exports);
|
|
|
19
19
|
__exportStar(require("./Color"), exports);
|
|
20
20
|
__exportStar(require("./Country"), exports);
|
|
21
21
|
__exportStar(require("./Currency"), exports);
|
|
22
|
+
__exportStar(require("./Difficulty"), exports);
|
|
22
23
|
__exportStar(require("./ExerciseType"), exports);
|
|
23
24
|
__exportStar(require("./HttpStatus"), exports);
|
|
24
25
|
__exportStar(require("./KeyboardLayout"), exports);
|
package/build/enums/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,qDAAmC;AACnC,yCAAuB;AACvB,8CAA4B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,+CAA6B;AAC7B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,qDAAmC;AACnC,yCAAuB;AACvB,8CAA4B"}
|
package/build/mappers/index.d.ts
CHANGED
package/build/mappers/index.js
CHANGED
|
@@ -18,5 +18,4 @@ __exportStar(require("./getCountryByLocale"), exports);
|
|
|
18
18
|
__exportStar(require("./getCurrencyByLocale"), exports);
|
|
19
19
|
__exportStar(require("./getKeyboardLayoutByLocale"), exports);
|
|
20
20
|
__exportStar(require("./getNativeLanguageByLocale"), exports);
|
|
21
|
-
__exportStar(require("./getPricing"), exports);
|
|
22
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mappers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,wDAAsC;AACtC,8DAA4C;AAC5C,8DAA4C
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mappers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,wDAAsC;AACtC,8DAA4C;AAC5C,8DAA4C"}
|