@vertikalx/vtx-core-common 1.0.0-dev-daniel.51 → 1.0.0-dev-daniel.53
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,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StripeTransferStatus = void 0;
|
|
4
|
+
var StripeTransferStatus;
|
|
5
|
+
(function (StripeTransferStatus) {
|
|
6
|
+
StripeTransferStatus["not_applicable"] = "not_applicable";
|
|
7
|
+
StripeTransferStatus["pending"] = "pending";
|
|
8
|
+
StripeTransferStatus["failed"] = "failed";
|
|
9
|
+
StripeTransferStatus["completed"] = "completed";
|
|
10
|
+
})(StripeTransferStatus || (exports.StripeTransferStatus = StripeTransferStatus = {}));
|
|
11
|
+
//# sourceMappingURL=StripeTransferStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StripeTransferStatus.js","sourceRoot":"","sources":["../../../../../libs/vtx-core-common/src/enums/StripeTransferStatus.ts"],"names":[],"mappings":";;;AAEA,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,yDAAiC,CAAA;IACjC,2CAAmB,CAAA;IACnB,yCAAiB,CAAA;IACjB,+CAAuB,CAAA;AAC3B,CAAC,EALW,oBAAoB,oCAApB,oBAAoB,QAK/B"}
|
package/src/index.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export * from './enums/strava/ActivityType';
|
|
|
29
29
|
export * from './enums/strava/SportType';
|
|
30
30
|
export * from './enums/StripeQueryOperation';
|
|
31
31
|
export * from './enums/StripeEventStatus';
|
|
32
|
+
export * from './enums/StripeTransferStatus';
|
|
32
33
|
export * from './enums/CompetitionMoment';
|
|
33
34
|
export * from './enums/FundingMode';
|
|
34
35
|
export * from './enums/FundingStatus';
|
package/src/index.js
CHANGED
|
@@ -45,6 +45,7 @@ __exportStar(require("./enums/strava/ActivityType"), exports);
|
|
|
45
45
|
__exportStar(require("./enums/strava/SportType"), exports);
|
|
46
46
|
__exportStar(require("./enums/StripeQueryOperation"), exports);
|
|
47
47
|
__exportStar(require("./enums/StripeEventStatus"), exports);
|
|
48
|
+
__exportStar(require("./enums/StripeTransferStatus"), exports);
|
|
48
49
|
__exportStar(require("./enums/CompetitionMoment"), exports);
|
|
49
50
|
__exportStar(require("./enums/FundingMode"), exports);
|
|
50
51
|
__exportStar(require("./enums/FundingStatus"), 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,2DAAyC;AACzC,+DAA6C;AAC7C,mEAAiD;AACjD,4DAA0C;AAC1C,8DAA4C;AAC5C,+DAA6C;AAC7C,0DAAwC;AACxC,6DAA2C;AAC3C,sDAAoC;AACpC,gEAA8C;AAC9C,uDAAqC;AACrC,oDAAkC;AAClC,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,4DAA0C;AAC1C,sDAAoC;AACpC,wDAAsC;AACtC,sDAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/vtx-core-common/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,+DAA6C;AAC7C,mEAAiD;AACjD,4DAA0C;AAC1C,8DAA4C;AAC5C,+DAA6C;AAC7C,0DAAwC;AACxC,6DAA2C;AAC3C,sDAAoC;AACpC,gEAA8C;AAC9C,uDAAqC;AACrC,oDAAkC;AAClC,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,4DAA0C;AAC1C,sDAAoC;AACpC,wDAAsC;AACtC,sDAAoC"}
|