@heliofi/common 0.2.130 → 0.2.131
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/constants/deposits.d.ts +2 -1
- package/dist/src/domain/constants/deposits.js +1 -0
- package/dist/src/domain/constants/deposits.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.d.ts +0 -3
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.js +0 -12
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.js.map +0 -1
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.d.ts +0 -4
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.js +0 -24
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js.map +0 -1
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.d.ts +0 -5
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.js +0 -3
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.d.ts +0 -13
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js +0 -69
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js.map +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.d.ts +0 -9
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.js +0 -8
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.js.map +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.d.ts +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.js +0 -18
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.js.map +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/index.d.ts +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/index.js +0 -18
- package/dist/src/domain/model/recent-sweep-attempt/index.js.map +0 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.d.ts +0 -4
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.js +0 -27
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.js.map +0 -1
|
@@ -10,5 +10,6 @@ var DepositSweepStatus;
|
|
|
10
10
|
var DepositSweepErrorType;
|
|
11
11
|
(function (DepositSweepErrorType) {
|
|
12
12
|
DepositSweepErrorType["LOW_BALANCE"] = "LOW_BALANCE";
|
|
13
|
+
DepositSweepErrorType["GENERAL_SWEEP_ERROR"] = "GENERAL_SWEEP_ERROR";
|
|
13
14
|
})(DepositSweepErrorType || (exports.DepositSweepErrorType = DepositSweepErrorType = {}));
|
|
14
15
|
//# sourceMappingURL=deposits.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deposits.js","sourceRoot":"","sources":["../../../../src/domain/constants/deposits.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,2CAAqB,CAAA;IACrB,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACzB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"deposits.js","sourceRoot":"","sources":["../../../../src/domain/constants/deposits.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,2CAAqB,CAAA;IACrB,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACzB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,oDAA2B,CAAA;IAC3B,oEAA2C,CAAA;AAC7C,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC"}
|