@heliofi/common 0.2.203 → 0.2.204
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/currency/entities/BlockchainCurrencyFeature.d.ts +3 -0
- package/dist/src/domain/model/currency/entities/BlockchainCurrencyFeature.js +8 -0
- package/dist/src/domain/model/currency/entities/BlockchainCurrencyFeature.js.map +1 -0
- package/dist/src/domain/model/currency/entities/index.d.ts +1 -0
- package/dist/src/domain/model/currency/entities/index.js +1 -0
- package/dist/src/domain/model/currency/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit/dtos/baseDeposit.dto.d.ts +1 -0
- package/dist/src/domain/model/deposit/dtos/baseDeposit.dto.js +6 -0
- package/dist/src/domain/model/deposit/dtos/baseDeposit.dto.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/Deposit.entity.d.ts +1 -0
- package/dist/src/domain/model/deposit/entities/Deposit.entity.js.map +1 -1
- package/dist/src/domain/model/report/entities/ReportItem.entity.d.ts +2 -0
- package/dist/src/domain/model/report/entities/ReportItem.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BlockchainCurrencyFeature = void 0;
|
|
4
|
+
var BlockchainCurrencyFeature;
|
|
5
|
+
(function (BlockchainCurrencyFeature) {
|
|
6
|
+
BlockchainCurrencyFeature["EVM_REQUIRES_APPROVAL_RESET"] = "EVM_REQUIRES_APPROVAL_RESET";
|
|
7
|
+
})(BlockchainCurrencyFeature || (exports.BlockchainCurrencyFeature = BlockchainCurrencyFeature = {}));
|
|
8
|
+
//# sourceMappingURL=BlockchainCurrencyFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockchainCurrencyFeature.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/BlockchainCurrencyFeature.ts"],"names":[],"mappings":";;;AAAA,IAAY,yBAEX;AAFD,WAAY,yBAAyB;IACnC,wFAA2D,CAAA;AAC7D,CAAC,EAFW,yBAAyB,yCAAzB,yBAAyB,QAEpC"}
|
|
@@ -3,6 +3,7 @@ export * from './BaseCurrency.entity';
|
|
|
3
3
|
export * from './CurrencyType';
|
|
4
4
|
export * from './OrderingType';
|
|
5
5
|
export * from './CurrencyFeature';
|
|
6
|
+
export * from './BlockchainCurrencyFeature';
|
|
6
7
|
export * from './CurrencyTokenProgram';
|
|
7
8
|
export * from './CurrencyInfo.entity';
|
|
8
9
|
export * from './CurrencyWithBlockchain.entity';
|
|
@@ -19,6 +19,7 @@ __exportStar(require("./BaseCurrency.entity"), exports);
|
|
|
19
19
|
__exportStar(require("./CurrencyType"), exports);
|
|
20
20
|
__exportStar(require("./OrderingType"), exports);
|
|
21
21
|
__exportStar(require("./CurrencyFeature"), exports);
|
|
22
|
+
__exportStar(require("./BlockchainCurrencyFeature"), exports);
|
|
22
23
|
__exportStar(require("./CurrencyTokenProgram"), exports);
|
|
23
24
|
__exportStar(require("./CurrencyInfo.entity"), exports);
|
|
24
25
|
__exportStar(require("./CurrencyWithBlockchain.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,wDAAsC;AACtC,iDAA+B;AAC/B,iDAA+B;AAC/B,oDAAkC;AAClC,yDAAuC;AACvC,wDAAsC;AACtC,kEAAgD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,wDAAsC;AACtC,iDAA+B;AAC/B,iDAA+B;AAC/B,oDAAkC;AAClC,8DAA4C;AAC5C,yDAAuC;AACvC,wDAAsC;AACtC,kEAAgD"}
|
|
@@ -67,4 +67,10 @@ __decorate([
|
|
|
67
67
|
(0, class_validator_1.IsOptional)(),
|
|
68
68
|
__metadata("design:type", Array)
|
|
69
69
|
], BaseDepositDto.prototype, "disabledBlockchainSymbols", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, class_validator_1.IsNumber)(),
|
|
72
|
+
(0, class_validator_1.IsOptional)(),
|
|
73
|
+
(0, class_validator_1.Min)(3),
|
|
74
|
+
__metadata("design:type", Number)
|
|
75
|
+
], BaseDepositDto.prototype, "minSweepAmountUsd", void 0);
|
|
70
76
|
//# sourceMappingURL=baseDeposit.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"baseDeposit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/baseDeposit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"baseDeposit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/baseDeposit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAWyB;AACzB,yDAAyC;AACzC,6DAAsD;AACtD,2EAAoE;AACpE,kFAGqD;AAIrD,MAAM,oBAAoB,GAAG;IAC3B,GAAG,MAAM,CAAC,MAAM,CAAC,mCAAgB,CAAC;IAClC,GAAG,MAAM,CAAC,MAAM,CAAC,0CAAuB,CAAC;CAC1C,CAAC;AAEF,MAAa,cAAc;CA2C1B;AA3CD,wCA2CC;AAvCC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;mDACM;AAIrB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACmB;AAMhC;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAc,CAAC;8BACJ,mCAAc;4DAAC;AAMtC;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAc,CAAC;8BACD,mCAAc;+DAAC;AAMzC;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iDAAqB,CAAC;8BACb,iDAAqB;0DAAC;AAM3C;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAc,CAAC;8BACF,mCAAc;8DAAC;AAKxC;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC5C,IAAA,4BAAU,GAAE;;iEAC8D;AAK3E;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;;yDACoB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Deposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/Deposit.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,aAAc,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"Deposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/Deposit.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,aAAc,SAAQ,eAAM;CA8BxC;AA9BD,sCA8BC"}
|
|
@@ -2,6 +2,7 @@ import { BlockchainSymbol } from '../../blockchain';
|
|
|
2
2
|
import { Entity } from '../../entity';
|
|
3
3
|
import { IntervalType } from '../../../constants';
|
|
4
4
|
import { ExportTransactionType } from '../../transaction-meta';
|
|
5
|
+
import { PaymentMethod } from '../../deposit-wallet-incoming-transaction';
|
|
5
6
|
export declare class ReportItem extends Entity {
|
|
6
7
|
grossAmount?: bigint;
|
|
7
8
|
id: string;
|
|
@@ -52,6 +53,7 @@ export declare class ReportItem extends Entity {
|
|
|
52
53
|
ordinalsAddress?: string;
|
|
53
54
|
};
|
|
54
55
|
transactionType?: ExportTransactionType;
|
|
56
|
+
paymentMethod?: PaymentMethod;
|
|
55
57
|
additionalJSON?: string;
|
|
56
58
|
discountCode?: string;
|
|
57
59
|
shopifyPaymentId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,yCAAsC;
|
|
1
|
+
{"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,yCAAsC;AAKtC,MAAa,UAAW,SAAQ,eAAM;CAuHrC;AAvHD,gCAuHC;AAnHC;IAHC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACvB,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAClE;;+CACoB"}
|