@vertikalx/vtx-core-common 1.0.0-dev-daniel.78 → 1.0.0-dev-daniel.80
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
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CompetitionOutcome = void 0;
|
|
4
|
+
var CompetitionOutcome;
|
|
5
|
+
(function (CompetitionOutcome) {
|
|
6
|
+
CompetitionOutcome["FINISHED"] = "FINISHED";
|
|
7
|
+
CompetitionOutcome["DNF"] = "DNF";
|
|
8
|
+
CompetitionOutcome["DNS"] = "DNS";
|
|
9
|
+
CompetitionOutcome["WIN"] = "WIN";
|
|
10
|
+
CompetitionOutcome["LOSE"] = "LOSE";
|
|
11
|
+
CompetitionOutcome["TIE"] = "TIE";
|
|
12
|
+
CompetitionOutcome["DQ"] = "DQ";
|
|
13
|
+
})(CompetitionOutcome || (exports.CompetitionOutcome = CompetitionOutcome = {}));
|
|
14
|
+
//# sourceMappingURL=CompetitionOutcome.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompetitionOutcome.js","sourceRoot":"","sources":["../../../../../libs/vtx-core-common/src/enums/CompetitionOutcome.ts"],"names":[],"mappings":";;;AAEA,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC1B,2CAAqB,CAAA;IACrB,iCAAW,CAAA;IACX,iCAAW,CAAA;IACX,iCAAW,CAAA;IACX,mCAAa,CAAA;IACb,iCAAW,CAAA;IACX,+BAAS,CAAA;AACb,CAAC,EARW,kBAAkB,kCAAlB,kBAAkB,QAQ7B"}
|
package/src/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export * from './enums/CommitmentMedia';
|
|
|
9
9
|
export * from './enums/CommitmentTypeEnum';
|
|
10
10
|
export * from './enums/CompanySize';
|
|
11
11
|
export * from './enums/CompetitionResultType';
|
|
12
|
+
export * from './enums/CompetitionOutcome';
|
|
12
13
|
export * from './enums/DonationMode';
|
|
13
14
|
export * from './enums/EnumUtils';
|
|
14
15
|
export * from './enums/EventLevel';
|
package/src/index.js
CHANGED
|
@@ -25,6 +25,7 @@ __exportStar(require("./enums/CommitmentMedia"), exports);
|
|
|
25
25
|
__exportStar(require("./enums/CommitmentTypeEnum"), exports);
|
|
26
26
|
__exportStar(require("./enums/CompanySize"), exports);
|
|
27
27
|
__exportStar(require("./enums/CompetitionResultType"), exports);
|
|
28
|
+
__exportStar(require("./enums/CompetitionOutcome"), exports);
|
|
28
29
|
__exportStar(require("./enums/DonationMode"), exports);
|
|
29
30
|
__exportStar(require("./enums/EnumUtils"), exports);
|
|
30
31
|
__exportStar(require("./enums/EventLevel"), exports);
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/vtx-core-common/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,2DAAyC;AACzC,+DAA6C;AAC7C,mEAAiD;AACjD,4DAA0C;AAC1C,8DAA4C;AAC5C,+DAA6C;AAC7C,0DAAwC;AACxC,6DAA2C;AAC3C,sDAAoC;AACpC,gEAA8C;AAC9C,uDAAqC;AACrC,oDAAkC;AAClC,qDAAmC;AACnC,yDAAuC;AACvC,oDAAkC;AAClC,oEAAkD;AAClD,sDAAoC;AACpC,0DAAwC;AACxC,qDAAmC;AACnC,mDAAiC;AACjC,4DAA0C;AAC1C,gEAA8C;AAC9C,oDAAkC;AAClC,gEAA8C;AAC9C,+DAA6C;AAC7C,yEAAuD;AACvD,gEAA8C;AAC9C,0DAAwC;AACxC,8DAA4C;AAC5C,2DAAyC;AACzC,+DAA6C;AAC7C,4DAA0C;AAC1C,+DAA6C;AAC7C,gEAA8C;AAC9C,4DAA0C;AAC1C,sDAAoC;AACpC,wDAAsC;AACtC,yDAAuC;AACvC,sDAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/vtx-core-common/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,2DAAyC;AACzC,+DAA6C;AAC7C,mEAAiD;AACjD,4DAA0C;AAC1C,8DAA4C;AAC5C,+DAA6C;AAC7C,0DAAwC;AACxC,6DAA2C;AAC3C,sDAAoC;AACpC,gEAA8C;AAC9C,6DAA2C;AAC3C,uDAAqC;AACrC,oDAAkC;AAClC,qDAAmC;AACnC,yDAAuC;AACvC,oDAAkC;AAClC,oEAAkD;AAClD,sDAAoC;AACpC,0DAAwC;AACxC,qDAAmC;AACnC,mDAAiC;AACjC,4DAA0C;AAC1C,gEAA8C;AAC9C,oDAAkC;AAClC,gEAA8C;AAC9C,+DAA6C;AAC7C,yEAAuD;AACvD,gEAA8C;AAC9C,0DAAwC;AACxC,8DAA4C;AAC5C,2DAAyC;AACzC,+DAA6C;AAC7C,4DAA0C;AAC1C,+DAA6C;AAC7C,gEAA8C;AAC9C,4DAA0C;AAC1C,sDAAoC;AACpC,wDAAsC;AACtC,yDAAuC;AACvC,sDAAoC"}
|