@heliofi/common 0.2.209-alpha.1774434332 → 0.2.210

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.
@@ -4,4 +4,6 @@ export declare class BaseBlockchain extends Entity {
4
4
  id: string;
5
5
  name: string;
6
6
  symbol: BlockchainSymbol;
7
+ iconUrl?: string;
8
+ iconUrlFull?: string;
7
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BaseBlockchain.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/entities/BaseBlockchain.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,cAAe,SAAQ,eAAM;CAMzC;AAND,wCAMC"}
1
+ {"version":3,"file":"BaseBlockchain.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/entities/BaseBlockchain.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,cAAe,SAAQ,eAAM;CAUzC;AAVD,wCAUC"}
@@ -24,6 +24,7 @@ __decorate([
24
24
  __metadata("design:type", String)
25
25
  ], CreateDepositPathFeeRuleDto.prototype, "recipientCurrencyCategory", void 0);
26
26
  __decorate([
27
+ (0, class_validator_1.ValidateIf)((o) => o.crossChain !== null),
27
28
  (0, class_validator_1.IsBoolean)(),
28
29
  __metadata("design:type", Object)
29
30
  ], CreateDepositPathFeeRuleDto.prototype, "crossChain", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"createDepositPathFeeRule.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/createDepositPathFeeRule.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+E;AAC/E,6EAAqE;AAErE,MAAa,2BAA2B;CAkBvC;AAlBD,kEAkBC;AAhBC;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;4EACiB;AAG1C;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;8EACmB;AAG5C;IADC,IAAA,2BAAS,GAAE;;+DACe;AAK3B;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;wDACC;AAIZ;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;6DACU"}
1
+ {"version":3,"file":"createDepositPathFeeRule.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/createDepositPathFeeRule.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,6EAAqE;AAErE,MAAa,2BAA2B;CAmBvC;AAnBD,kEAmBC;AAjBC;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;4EACiB;AAG1C;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;8EACmB;AAI5C;IAFC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,KAAK,IAAI,CAAC;IACxC,IAAA,2BAAS,GAAE;;+DACe;AAK3B;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;wDACC;AAIZ;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;6DACU"}
@@ -24,6 +24,7 @@ __decorate([
24
24
  __metadata("design:type", String)
25
25
  ], DeleteDepositPathFeeRuleDto.prototype, "recipientCurrencyCategory", void 0);
26
26
  __decorate([
27
+ (0, class_validator_1.ValidateIf)((o) => o.crossChain !== null),
27
28
  (0, class_validator_1.IsBoolean)(),
28
29
  __metadata("design:type", Object)
29
30
  ], DeleteDepositPathFeeRuleDto.prototype, "crossChain", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"deleteDepositPathFeeRule.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/deleteDepositPathFeeRule.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AACpD,6EAAqE;AAErE,MAAa,2BAA2B;CASvC;AATD,kEASC;AAPC;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;4EACiB;AAG1C;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;8EACmB;AAG5C;IADC,IAAA,2BAAS,GAAE;;+DACe"}
1
+ {"version":3,"file":"deleteDepositPathFeeRule.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/deleteDepositPathFeeRule.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAChE,6EAAqE;AAErE,MAAa,2BAA2B;CAUvC;AAVD,kEAUC;AARC;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;4EACiB;AAG1C;IADC,IAAA,wBAAM,EAAC,wCAAgB,CAAC;;8EACmB;AAI5C;IAFC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,KAAK,IAAI,CAAC;IACxC,IAAA,2BAAS,GAAE;;+DACe"}
@@ -15,6 +15,7 @@ class UpdateDepositPathFeeRuleDto {
15
15
  }
16
16
  exports.UpdateDepositPathFeeRuleDto = UpdateDepositPathFeeRuleDto;
17
17
  __decorate([
18
+ (0, class_validator_1.ValidateIf)((o) => o.crossChain !== null),
18
19
  (0, class_validator_1.IsBoolean)(),
19
20
  __metadata("design:type", Object)
20
21
  ], UpdateDepositPathFeeRuleDto.prototype, "crossChain", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"updateDepositPathFeeRule.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateDepositPathFeeRule.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AAEzB,MAAa,2BAA2B;CAkBvC;AAlBD,kEAkBC;AAZC;IADC,IAAA,2BAAS,GAAE;;+DACe;AAM3B;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;wDACE;AAKb;IAHC,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;;6DACW"}
1
+ {"version":3,"file":"updateDepositPathFeeRule.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateDepositPathFeeRule.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AAEzB,MAAa,2BAA2B;CAmBvC;AAnBD,kEAmBC;AAZC;IAFC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,KAAK,IAAI,CAAC;IACxC,IAAA,2BAAS,GAAE;;+DACe;AAM3B;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;IACN,IAAA,qBAAG,EAAC,KAAK,CAAC;;wDACE;AAKb;IAHC,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAG,EAAC,CAAC,CAAC;;6DACW"}