@wrcb/cb-common 1.0.65 → 1.0.66
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.
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export declare enum OddConfiguration {
|
|
2
|
-
|
|
2
|
+
Automatic05 = "Autom\u00E1tico 05",
|
|
3
|
+
Automatic06 = "Autom\u00E1tico 06",
|
|
4
|
+
Automatic07 = "Autom\u00E1tico 07",
|
|
5
|
+
Automatic08 = "Autom\u00E1tico 08",
|
|
6
|
+
Automatic09 = "Autom\u00E1tico 09",
|
|
7
|
+
Automatic10 = "Autom\u00E1tico 10",
|
|
3
8
|
Manual = "Manual"
|
|
4
9
|
}
|
|
@@ -3,6 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.OddConfiguration = void 0;
|
|
4
4
|
var OddConfiguration;
|
|
5
5
|
(function (OddConfiguration) {
|
|
6
|
-
OddConfiguration["
|
|
6
|
+
OddConfiguration["Automatic05"] = "Autom\u00E1tico 05";
|
|
7
|
+
OddConfiguration["Automatic06"] = "Autom\u00E1tico 06";
|
|
8
|
+
OddConfiguration["Automatic07"] = "Autom\u00E1tico 07";
|
|
9
|
+
OddConfiguration["Automatic08"] = "Autom\u00E1tico 08";
|
|
10
|
+
OddConfiguration["Automatic09"] = "Autom\u00E1tico 09";
|
|
11
|
+
OddConfiguration["Automatic10"] = "Autom\u00E1tico 10";
|
|
7
12
|
OddConfiguration["Manual"] = "Manual";
|
|
8
13
|
})(OddConfiguration || (exports.OddConfiguration = OddConfiguration = {}));
|