@heliofi/common 0.2.188 → 0.2.192
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/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.d.ts +1 -1
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js +1 -1
- package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.d.ts +1 -0
- package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.js +5 -0
- package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.js.map +1 -1
- package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -1
- package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.d.ts +1 -0
- package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.js +6 -0
- package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.js.map +1 -1
- package/dist/src/domain/model/moderation/entities/ModerationPaylink.entity.d.ts +1 -0
- package/dist/src/domain/model/moderation/entities/ModerationPaylink.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.d.ts +0 -13
- package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.js +0 -7
- package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.js.map +0 -1
- package/dist/src/domain/model/incoming-transaction/entities/index.d.ts +0 -1
- package/dist/src/domain/model/incoming-transaction/entities/index.js +0 -18
- package/dist/src/domain/model/incoming-transaction/entities/index.js.map +0 -1
- package/dist/src/domain/model/incoming-transaction/index.d.ts +0 -1
- package/dist/src/domain/model/incoming-transaction/index.js +0 -18
- package/dist/src/domain/model/incoming-transaction/index.js.map +0 -1
|
@@ -8,6 +8,6 @@ var ConfirmTimeoutSec;
|
|
|
8
8
|
ConfirmTimeoutSec[ConfirmTimeoutSec["POLYGON"] = 30] = "POLYGON";
|
|
9
9
|
ConfirmTimeoutSec[ConfirmTimeoutSec["EVM"] = 30] = "EVM";
|
|
10
10
|
ConfirmTimeoutSec[ConfirmTimeoutSec["BITCOIN"] = 60] = "BITCOIN";
|
|
11
|
-
ConfirmTimeoutSec[ConfirmTimeoutSec["TRON"] =
|
|
11
|
+
ConfirmTimeoutSec[ConfirmTimeoutSec["TRON"] = 90] = "TRON";
|
|
12
12
|
})(ConfirmTimeoutSec || (exports.ConfirmTimeoutSec = ConfirmTimeoutSec = {}));
|
|
13
13
|
//# sourceMappingURL=ConfirmTimeoutSec.js.map
|
|
@@ -24,4 +24,9 @@ __decorate([
|
|
|
24
24
|
(0, class_validator_1.IsOptional)(),
|
|
25
25
|
__metadata("design:type", String)
|
|
26
26
|
], UpdateMoonpayApiKeyDto.prototype, "moonpayApiKeySecret", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsBoolean)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", Boolean)
|
|
31
|
+
], UpdateMoonpayApiKeyDto.prototype, "onrampDirectlyToMerchant", void 0);
|
|
27
32
|
//# sourceMappingURL=updateMoonpayApiKey.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateMoonpayApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateMoonpayApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateMoonpayApiKey.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateMoonpayApiKey.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,sBAAsB;CAYlC;AAZD,wDAYC;AATC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACU;AAIvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACgB;AAI7B;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseCompany.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,WAAY,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"BaseCompany.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,WAAY,SAAQ,eAAM;CA0CtC;AA1CD,kCA0CC"}
|
|
@@ -63,4 +63,10 @@ __decorate([
|
|
|
63
63
|
(0, class_validator_1.IsBoolean)(),
|
|
64
64
|
__metadata("design:type", Boolean)
|
|
65
65
|
], GetLatestPaylinksQueryDto.prototype, "excludeVerified", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, class_validator_1.IsOptional)(),
|
|
68
|
+
(0, class_transformer_1.Transform)(({ value }) => value === 'true' || value === true),
|
|
69
|
+
(0, class_validator_1.IsBoolean)(),
|
|
70
|
+
__metadata("design:type", Boolean)
|
|
71
|
+
], GetLatestPaylinksQueryDto.prototype, "creatorDisabledOnly", void 0);
|
|
66
72
|
//# sourceMappingURL=GetLatestPaylinksQuery.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetLatestPaylinksQuery.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAA8C;AAC9C,mFAAwE;AAExE,MAAa,yBAAyB;
|
|
1
|
+
{"version":3,"file":"GetLatestPaylinksQuery.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAA8C;AAC9C,mFAAwE;AAExE,MAAa,yBAAyB;CA8CrC;AA9CD,8DA8CC;AA5CC;IADC,IAAA,8BAAY,GAAE;;4DACG;AAWlB;IATC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,EAAE;QACnD,CAAC,CAAC,SAAS;QACX,CAAC,CAAC,QAAQ,CAAC,KAAK,EAAE,EAAE,CAAC,CACxB;IACA,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,IAAI,CAAC;;wDACK;AAKf;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,KAAK,MAAM,IAAI,KAAK,KAAK,IAAI,CAAC;IAC5D,IAAA,2BAAS,GAAE;;kEACc;AAK1B;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,KAAK,MAAM,IAAI,KAAK,KAAK,IAAI,CAAC;IAC5D,IAAA,2BAAS,GAAE;;+DACW;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,2CAAgB,CAAC;;yDACC;AAI1B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;gEACQ;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,8BAAY,GAAE;;iEACS;AAKxB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,KAAK,MAAM,IAAI,KAAK,KAAK,IAAI,CAAC;IAC5D,IAAA,2BAAS,GAAE;;kEACc;AAK1B;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,KAAK,MAAM,IAAI,KAAK,KAAK,IAAI,CAAC;IAC5D,IAAA,2BAAS,GAAE;;sEACkB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModerationPaylink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/moderation/entities/ModerationPaylink.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"ModerationPaylink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/moderation/entities/ModerationPaylink.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,iBAAiB;CAgB7B;AAhBD,8CAgBC"}
|