@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.
Files changed (23) hide show
  1. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.d.ts +1 -1
  2. package/dist/src/domain/model/blockchain/constants/ConfirmTimeoutSec.js +1 -1
  3. package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.d.ts +1 -0
  4. package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.js +5 -0
  5. package/dist/src/domain/model/company/dtos/updateMoonpayApiKey.dto.js.map +1 -1
  6. package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +1 -0
  7. package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -1
  8. package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.d.ts +1 -0
  9. package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.js +6 -0
  10. package/dist/src/domain/model/moderation/dtos/GetLatestPaylinksQuery.dto.js.map +1 -1
  11. package/dist/src/domain/model/moderation/entities/ModerationPaylink.entity.d.ts +1 -0
  12. package/dist/src/domain/model/moderation/entities/ModerationPaylink.entity.js.map +1 -1
  13. package/dist/tsconfig.tsbuildinfo +1 -1
  14. package/package.json +2 -2
  15. package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.d.ts +0 -13
  16. package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.js +0 -7
  17. package/dist/src/domain/model/incoming-transaction/entities/IncomingTransaction.entity.js.map +0 -1
  18. package/dist/src/domain/model/incoming-transaction/entities/index.d.ts +0 -1
  19. package/dist/src/domain/model/incoming-transaction/entities/index.js +0 -18
  20. package/dist/src/domain/model/incoming-transaction/entities/index.js.map +0 -1
  21. package/dist/src/domain/model/incoming-transaction/index.d.ts +0 -1
  22. package/dist/src/domain/model/incoming-transaction/index.js +0 -18
  23. package/dist/src/domain/model/incoming-transaction/index.js.map +0 -1
@@ -4,5 +4,5 @@ export declare enum ConfirmTimeoutSec {
4
4
  POLYGON = 30,
5
5
  EVM = 30,
6
6
  BITCOIN = 60,
7
- TRON = 60
7
+ TRON = 90
8
8
  }
@@ -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"] = 60] = "TRON";
11
+ ConfirmTimeoutSec[ConfirmTimeoutSec["TRON"] = 90] = "TRON";
12
12
  })(ConfirmTimeoutSec || (exports.ConfirmTimeoutSec = ConfirmTimeoutSec = {}));
13
13
  //# sourceMappingURL=ConfirmTimeoutSec.js.map
@@ -1,4 +1,5 @@
1
1
  export declare class UpdateMoonpayApiKeyDto {
2
2
  moonpayApiKey?: string;
3
3
  moonpayApiKeySecret?: string;
4
+ onrampDirectlyToMerchant?: boolean;
4
5
  }
@@ -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,qDAAuD;AAEvD,MAAa,sBAAsB;CAQlC;AARD,wDAQC;AALC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACU;AAIvB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACgB"}
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"}
@@ -23,5 +23,6 @@ export declare class BaseCompany extends Entity {
23
23
  kybVerified?: boolean;
24
24
  helioVerified?: boolean;
25
25
  moonpayApiKey?: string;
26
+ onrampDirectlyToMerchant?: boolean;
26
27
  customTheme?: CustomTheme;
27
28
  }
@@ -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;CAwCtC;AAxCD,kCAwCC"}
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"}
@@ -8,4 +8,5 @@ export declare class GetLatestPaylinksQueryDto {
8
8
  disabledAfter?: string;
9
9
  disabledBefore?: string;
10
10
  excludeVerified?: boolean;
11
+ creatorDisabledOnly?: boolean;
11
12
  }
@@ -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;CAyCrC;AAzCD,8DAyCC;AAvCC;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"}
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"}
@@ -6,6 +6,7 @@ export declare class ModerationPaylink {
6
6
  description?: string;
7
7
  createdAt: Date;
8
8
  disabled: boolean;
9
+ creatorDisabled?: boolean;
9
10
  moderation?: PaylinkModeration;
10
11
  company: ModerationPaylinkCompany;
11
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ModerationPaylink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/moderation/entities/ModerationPaylink.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,iBAAiB;CAc7B;AAdD,8CAcC"}
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"}