@heliofi/common 0.1.327 → 0.1.329

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 (87) hide show
  1. package/dist/src/domain/constants/index.d.ts +1 -0
  2. package/dist/src/domain/constants/index.js +1 -0
  3. package/dist/src/domain/constants/index.js.map +1 -1
  4. package/dist/src/domain/constants/tradingViewDetails.d.ts +1 -0
  5. package/dist/src/domain/constants/tradingViewDetails.js +5 -0
  6. package/dist/src/domain/constants/tradingViewDetails.js.map +1 -0
  7. package/dist/src/domain/model/company/dtos/updateCompany.dto.d.ts +1 -0
  8. package/dist/src/domain/model/company/dtos/updateCompany.dto.js +5 -0
  9. package/dist/src/domain/model/company/dtos/updateCompany.dto.js.map +1 -1
  10. package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +1 -0
  11. package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -1
  12. package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.d.ts +1 -0
  13. package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js +5 -0
  14. package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js.map +1 -1
  15. package/dist/src/domain/model/customer-details/entities/CustomerDetails.d.ts +1 -0
  16. package/dist/src/domain/model/customer-details/entities/CustomerDetails.js.map +1 -1
  17. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +1 -1
  18. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.js +1 -1
  19. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.js.map +1 -1
  20. package/dist/src/domain/model/helio-wallet/dtos/index.d.ts +0 -1
  21. package/dist/src/domain/model/helio-wallet/dtos/index.js +0 -1
  22. package/dist/src/domain/model/helio-wallet/dtos/index.js.map +1 -1
  23. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +5 -0
  24. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js +22 -0
  25. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +1 -0
  26. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +5 -0
  27. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js +22 -0
  28. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js.map +1 -0
  29. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +5 -0
  30. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js +22 -0
  31. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +1 -0
  32. package/dist/src/domain/model/helio-wallet/entities/index.d.ts +1 -2
  33. package/dist/src/domain/model/helio-wallet/entities/index.js +1 -2
  34. package/dist/src/domain/model/helio-wallet/entities/index.js.map +1 -1
  35. package/dist/src/domain/model/index.d.ts +1 -0
  36. package/dist/src/domain/model/index.js +1 -0
  37. package/dist/src/domain/model/index.js.map +1 -1
  38. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.d.ts +2 -0
  39. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js +7 -0
  40. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js.map +1 -1
  41. package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.d.ts +2 -0
  42. package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js +7 -0
  43. package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js.map +1 -1
  44. package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.d.ts +2 -0
  45. package/dist/src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.js.map +1 -1
  46. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +1 -0
  47. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +5 -0
  48. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -1
  49. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -0
  50. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +1 -1
  51. package/dist/src/domain/model/prepare-transaction/dtos/index.d.ts +1 -0
  52. package/dist/src/domain/model/prepare-transaction/dtos/index.js +3 -1
  53. package/dist/src/domain/model/prepare-transaction/dtos/index.js.map +1 -1
  54. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.d.ts +10 -0
  55. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js +48 -0
  56. package/dist/src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.js.map +1 -0
  57. package/dist/src/domain/model/report/entities/ReportItem.entity.d.ts +1 -0
  58. package/dist/src/domain/model/report/entities/ReportItem.entity.js.map +1 -1
  59. package/dist/src/domain/model/trading-view-details/dtos/TradingViewDetails.dto.d.ts +5 -0
  60. package/dist/src/domain/model/trading-view-details/dtos/TradingViewDetails.dto.js +32 -0
  61. package/dist/src/domain/model/trading-view-details/dtos/TradingViewDetails.dto.js.map +1 -0
  62. package/dist/src/domain/model/trading-view-details/dtos/TradingViewIndicator.dto.d.ts +5 -0
  63. package/dist/src/domain/model/trading-view-details/dtos/TradingViewIndicator.dto.js +32 -0
  64. package/dist/src/domain/model/trading-view-details/dtos/TradingViewIndicator.dto.js.map +1 -0
  65. package/dist/src/domain/model/trading-view-details/dtos/index.d.ts +2 -0
  66. package/dist/src/domain/model/trading-view-details/dtos/index.js +19 -0
  67. package/dist/src/domain/model/trading-view-details/dtos/index.js.map +1 -0
  68. package/dist/src/domain/model/trading-view-details/entities/TradingViewDetails.entity.d.ts +7 -0
  69. package/dist/src/domain/model/trading-view-details/entities/TradingViewDetails.entity.js +8 -0
  70. package/dist/src/domain/model/trading-view-details/entities/TradingViewDetails.entity.js.map +1 -0
  71. package/dist/src/domain/model/trading-view-details/entities/TradingViewIndicator.entity.d.ts +5 -0
  72. package/dist/src/domain/model/trading-view-details/entities/TradingViewIndicator.entity.js +7 -0
  73. package/dist/src/domain/model/trading-view-details/entities/TradingViewIndicator.entity.js.map +1 -0
  74. package/dist/src/domain/model/trading-view-details/entities/index.d.ts +2 -0
  75. package/dist/src/domain/model/trading-view-details/entities/index.js +19 -0
  76. package/dist/src/domain/model/trading-view-details/entities/index.js.map +1 -0
  77. package/dist/src/domain/model/trading-view-details/index.d.ts +2 -0
  78. package/dist/src/domain/model/trading-view-details/index.js +19 -0
  79. package/dist/src/domain/model/trading-view-details/index.js.map +1 -0
  80. package/dist/src/domain/model/wallet/dtos/BTCPaymentAddress.dto.d.ts +5 -0
  81. package/dist/src/domain/model/wallet/dtos/BTCPaymentAddress.dto.js +28 -0
  82. package/dist/src/domain/model/wallet/dtos/BTCPaymentAddress.dto.js.map +1 -0
  83. package/dist/src/domain/model/wallet/dtos/BTCProperties.dto.d.ts +4 -0
  84. package/dist/src/domain/model/wallet/dtos/BTCProperties.dto.js +27 -0
  85. package/dist/src/domain/model/wallet/dtos/BTCProperties.dto.js.map +1 -0
  86. package/dist/tsconfig.tsbuildinfo +1 -1
  87. package/package.json +2 -2
@@ -16,3 +16,4 @@ export * from './maxWalletsPerBlockchain';
16
16
  export * from './transactionDirection';
17
17
  export * from './platform';
18
18
  export * from './wallet';
19
+ export * from './tradingViewDetails';
@@ -32,4 +32,5 @@ __exportStar(require("./maxWalletsPerBlockchain"), exports);
32
32
  __exportStar(require("./transactionDirection"), exports);
33
33
  __exportStar(require("./platform"), exports);
34
34
  __exportStar(require("./wallet"), exports);
35
+ __exportStar(require("./tradingViewDetails"), exports);
35
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC"}
@@ -0,0 +1 @@
1
+ export declare const SESSION_ID_SIGN = "X-SESSION_ID_SIGN";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SESSION_ID_SIGN = void 0;
4
+ exports.SESSION_ID_SIGN = 'X-SESSION_ID_SIGN';
5
+ //# sourceMappingURL=tradingViewDetails.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tradingViewDetails.js","sourceRoot":"","sources":["../../../../src/domain/constants/tradingViewDetails.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG,mBAAmB,CAAC"}
@@ -6,4 +6,5 @@ export declare class UpdateCompanyDto {
6
6
  discordUsername?: string;
7
7
  address?: string;
8
8
  phoneNumber?: string;
9
+ tradingViewDetails?: string;
9
10
  }
@@ -48,5 +48,10 @@ __decorate([
48
48
  (0, class_validator_1.IsString)(),
49
49
  __metadata("design:type", String)
50
50
  ], UpdateCompanyDto.prototype, "phoneNumber", void 0);
51
+ __decorate([
52
+ (0, class_validator_1.IsOptional)(),
53
+ (0, class_validator_1.IsString)(),
54
+ __metadata("design:type", String)
55
+ ], UpdateCompanyDto.prototype, "tradingViewDetails", void 0);
51
56
  exports.UpdateCompanyDto = UpdateCompanyDto;
52
57
  //# sourceMappingURL=updateCompany.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateCompany.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,gBAAgB;CA4B5B;AA3BC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACM;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AA3BvB,4CA4BC"}
1
+ {"version":3,"file":"updateCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateCompany.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,gBAAgB;CAgC5B;AA/BC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACM;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACiB;AA/B9B,4CAgCC"}
@@ -11,4 +11,5 @@ export declare class BaseCompany extends Entity {
11
11
  phoneNumber?: string;
12
12
  twitterConfirmed?: boolean;
13
13
  escrowFunds?: boolean;
14
+ tradingViewDetails?: string;
14
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BaseCompany.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,WAAY,SAAQ,eAAM;CAsBtC;AAtBD,kCAsBC"}
1
+ {"version":3,"file":"BaseCompany.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,WAAY,SAAQ,eAAM;CAwBtC;AAxBD,kCAwBC"}
@@ -14,4 +14,5 @@ export declare class CustomerDetailsDto {
14
14
  deliveryAddress?: string;
15
15
  phoneNumber?: string;
16
16
  additionalJSON?: string;
17
+ tradingViewUsername?: string;
17
18
  }
@@ -87,5 +87,10 @@ __decorate([
87
87
  (0, class_validator_1.IsOptional)(),
88
88
  __metadata("design:type", String)
89
89
  ], CustomerDetailsDto.prototype, "additionalJSON", void 0);
90
+ __decorate([
91
+ (0, class_validator_1.IsString)(),
92
+ (0, class_validator_1.IsOptional)(),
93
+ __metadata("design:type", String)
94
+ ], CustomerDetailsDto.prototype, "tradingViewUsername", void 0);
90
95
  exports.CustomerDetailsDto = CustomerDetailsDto;
91
96
  //# sourceMappingURL=customerDetails.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,yDAAyC;AACzC,qDAAoD;AAEpD,MAAa,kBAAkB;CA6D9B;AA5DC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;iDACK;AAKf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACH,6BAAc;uDAAC;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACW;AA5D1B,gDA6DC"}
1
+ {"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,yDAAyC;AACzC,qDAAoD;AAEpD,MAAa,kBAAkB;CAiE9B;AAhEC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;iDACK;AAKf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACH,6BAAc;uDAAC;AAE7B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACgB;AAhE/B,gDAiEC"}
@@ -15,4 +15,5 @@ export declare class CustomerDetails extends Entity {
15
15
  city?: string;
16
16
  areaCode?: string;
17
17
  additionalJSON?: string;
18
+ tradingViewUsername?: string;
18
19
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,eAAgB,SAAQ,eAAM;CA4B1C;AA5BD,0CA4BC"}
1
+ {"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,eAAgB,SAAQ,eAAM;CA8B1C;AA9BD,0CA8BC"}
@@ -1,3 +1,3 @@
1
1
  export declare class GetFloorPricesDto {
2
- providersCollectionsIds?: string[];
2
+ mintAddresses?: string[];
3
3
  }
@@ -19,6 +19,6 @@ __decorate([
19
19
  (0, class_validator_1.IsString)({ each: true }),
20
20
  (0, class_validator_1.IsNotEmpty)({ each: true }),
21
21
  __metadata("design:type", Array)
22
- ], GetFloorPricesDto.prototype, "providersCollectionsIds", void 0);
22
+ ], GetFloorPricesDto.prototype, "mintAddresses", void 0);
23
23
  exports.GetFloorPricesDto = GetFloorPricesDto;
24
24
  //# sourceMappingURL=getFloorPrices.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getFloorPrices.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/getFloorPrices.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,iBAAiB;CAM7B;AALC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kEACQ;AALrC,8CAMC"}
1
+ {"version":3,"file":"getFloorPrices.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/getFloorPrices.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,iBAAiB;CAM7B;AALC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wDACF;AAL3B,8CAMC"}
@@ -1,2 +1 @@
1
- export * from './providersCollectionIds.dto';
2
1
  export * from './getFloorPrices.dto';
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./providersCollectionIds.dto"), exports);
18
17
  __exportStar(require("./getFloorPrices.dto"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,uDAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class CollectionsFloorPriceAndAddress extends Entity {
3
+ floorPrice: bigint;
4
+ address: string;
5
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CollectionsFloorPriceAndAddress = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const entity_1 = require("../../entity");
15
+ class CollectionsFloorPriceAndAddress extends entity_1.Entity {
16
+ }
17
+ __decorate([
18
+ (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
+ __metadata("design:type", BigInt)
20
+ ], CollectionsFloorPriceAndAddress.prototype, "floorPrice", void 0);
21
+ exports.CollectionsFloorPriceAndAddress = CollectionsFloorPriceAndAddress;
22
+ //# sourceMappingURL=CollectionsFloorPriceAndAddress.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionsFloorPriceAndAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,+BAAgC,SAAQ,eAAM;CAK1D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mEACrB;AAFrB,0EAKC"}
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class CollectionsFloorPriceAndNftAddress extends Entity {
3
+ floorPrice: bigint;
4
+ address: string;
5
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CollectionsFloorPriceAndNftAddress = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const entity_1 = require("../../entity");
15
+ class CollectionsFloorPriceAndNftAddress extends entity_1.Entity {
16
+ }
17
+ __decorate([
18
+ (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
+ __metadata("design:type", BigInt)
20
+ ], CollectionsFloorPriceAndNftAddress.prototype, "floorPrice", void 0);
21
+ exports.CollectionsFloorPriceAndNftAddress = CollectionsFloorPriceAndNftAddress;
22
+ //# sourceMappingURL=CollectionsFloorPriceAndNftAddress.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionsFloorPriceAndNftAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,kCAAmC,SAAQ,eAAM;CAK7D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;sEACrB;AAFrB,gFAKC"}
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class CollectionsFloorPricesByAddress extends Entity {
3
+ floorPrice: bigint;
4
+ address: string;
5
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CollectionsFloorPricesByAddress = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const entity_1 = require("../../entity");
15
+ class CollectionsFloorPricesByAddress extends entity_1.Entity {
16
+ }
17
+ __decorate([
18
+ (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
+ __metadata("design:type", BigInt)
20
+ ], CollectionsFloorPricesByAddress.prototype, "floorPrice", void 0);
21
+ exports.CollectionsFloorPricesByAddress = CollectionsFloorPricesByAddress;
22
+ //# sourceMappingURL=CollectionsFloorPricesByAddress.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionsFloorPricesByAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,+BAAgC,SAAQ,eAAM;CAK1D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mEACrB;AAFrB,0EAKC"}
@@ -1,2 +1 @@
1
- export * from './ProvidersCollectionIdsFromMintAddresses.entity';
2
- export * from './CollectionsFloorPricesByProvider.entity';
1
+ export * from './CollectionsFloorPriceAndNftAddress.entity';
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ProvidersCollectionIdsFromMintAddresses.entity"), exports);
18
- __exportStar(require("./CollectionsFloorPricesByProvider.entity"), exports);
17
+ __exportStar(require("./CollectionsFloorPriceAndNftAddress.entity"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mFAAiE;AACjE,4EAA0D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8EAA4D"}
@@ -80,4 +80,5 @@ export * from './platform-api-key';
80
80
  export * from './prepare-helio-wallet-transaction';
81
81
  export * from './submit-helio-wallet-transaction';
82
82
  export * from './helio-wallet-tx';
83
+ export * from './trading-view-details';
83
84
  export * from './helio-wallet';
@@ -96,5 +96,6 @@ __exportStar(require("./platform-api-key"), exports);
96
96
  __exportStar(require("./prepare-helio-wallet-transaction"), exports);
97
97
  __exportStar(require("./submit-helio-wallet-transaction"), exports);
98
98
  __exportStar(require("./helio-wallet-tx"), exports);
99
+ __exportStar(require("./trading-view-details"), exports);
99
100
  __exportStar(require("./helio-wallet"), exports);
100
101
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B"}
@@ -6,6 +6,7 @@ import { BlockchainSymbol } from '../../blockchain';
6
6
  import { NftDropDto } from '../../nft-drop';
7
7
  import { RecipientDto } from '../../recipient';
8
8
  import { DiscordAuthDetailsDto } from '../../discord-auth-details';
9
+ import { TradingViewIndicatorDto } from '../../trading-view-details';
9
10
  export declare class CreatePaymentRequestDto {
10
11
  company: string;
11
12
  name: string;
@@ -29,4 +30,5 @@ export declare class CreatePaymentRequestDto {
29
30
  accessCodeAuthProperties?: AccessCodeAuthPropertiesDto;
30
31
  fixedCurrency?: FixedCurrencyDto;
31
32
  recipients?: RecipientDto[];
33
+ tradingViewIndicators?: TradingViewIndicatorDto[];
32
34
  }
@@ -21,6 +21,7 @@ const nft_drop_1 = require("../../nft-drop");
21
21
  const decorators_1 = require("../../../decorators");
22
22
  const recipient_1 = require("../../recipient");
23
23
  const discord_auth_details_1 = require("../../discord-auth-details");
24
+ const trading_view_details_1 = require("../../trading-view-details");
24
25
  class CreatePaymentRequestDto {
25
26
  constructor() {
26
27
  this.notifySenderByEmail = false;
@@ -152,5 +153,11 @@ __decorate([
152
153
  (0, class_validator_1.ValidateNested)({ each: true }),
153
154
  __metadata("design:type", Array)
154
155
  ], CreatePaymentRequestDto.prototype, "recipients", void 0);
156
+ __decorate([
157
+ (0, class_transformer_1.Type)(() => trading_view_details_1.TradingViewIndicatorDto),
158
+ (0, class_validator_1.IsOptional)(),
159
+ (0, class_validator_1.ValidateNested)(),
160
+ __metadata("design:type", Array)
161
+ ], CreatePaymentRequestDto.prototype, "tradingViewIndicators", void 0);
155
162
  exports.CreatePaymentRequestDto = CreatePaymentRequestDto;
156
163
  //# sourceMappingURL=createPaymentRequest.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createPaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequest.dto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"createPaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequest.dto.ts"],"names":[],"mappings":"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"}
@@ -6,6 +6,7 @@ import { BlockchainSymbol } from '../../blockchain';
6
6
  import { NftDropDto } from '../../nft-drop';
7
7
  import { RecipientDto } from '../../recipient';
8
8
  import { DiscordAuthDetailsDto } from '../../discord-auth-details';
9
+ import { TradingViewIndicatorDto } from '../../trading-view-details';
9
10
  export declare class UpdatePaymentRequestDto {
10
11
  name?: string;
11
12
  description?: string;
@@ -27,4 +28,5 @@ export declare class UpdatePaymentRequestDto {
27
28
  nftDrop?: NftDropDto;
28
29
  fixedCurrency?: FixedCurrencyDto;
29
30
  recipients?: RecipientDto[];
31
+ tradingViewIndicators?: TradingViewIndicatorDto[];
30
32
  }
@@ -21,6 +21,7 @@ const nft_drop_1 = require("../../nft-drop");
21
21
  const decorators_1 = require("../../../decorators");
22
22
  const recipient_1 = require("../../recipient");
23
23
  const discord_auth_details_1 = require("../../discord-auth-details");
24
+ const trading_view_details_1 = require("../../trading-view-details");
24
25
  class UpdatePaymentRequestDto {
25
26
  }
26
27
  __decorate([
@@ -136,5 +137,11 @@ __decorate([
136
137
  (0, class_validator_1.ValidateNested)({ each: true }),
137
138
  __metadata("design:type", Array)
138
139
  ], UpdatePaymentRequestDto.prototype, "recipients", void 0);
140
+ __decorate([
141
+ (0, class_transformer_1.Type)(() => trading_view_details_1.TradingViewIndicatorDto),
142
+ (0, class_validator_1.IsOptional)(),
143
+ (0, class_validator_1.ValidateNested)(),
144
+ __metadata("design:type", Array)
145
+ ], UpdatePaymentRequestDto.prototype, "tradingViewIndicators", void 0);
139
146
  exports.UpdatePaymentRequestDto = UpdatePaymentRequestDto;
140
147
  //# sourceMappingURL=updatePaymentRequest.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updatePaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/updatePaymentRequest.dto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"updatePaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/updatePaymentRequest.dto.ts"],"names":[],"mappings":"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"}
@@ -8,6 +8,7 @@ import { FixedCurrency } from '../../fixed-currency';
8
8
  import { Currency } from '../../currency';
9
9
  import { DiscountCode } from '../../discount-codes';
10
10
  import { Recipient } from '../../recipient';
11
+ import { TradingViewIndicator } from '../../trading-view-details';
11
12
  export declare class ShallowEnrichedPaymentRequest extends BasePaymentRequest {
12
13
  sales: bigint;
13
14
  creator: BaseUser;
@@ -19,6 +20,7 @@ export declare class ShallowEnrichedPaymentRequest extends BasePaymentRequest {
19
20
  splitWallets?: SplitWallet[];
20
21
  discountCodes?: DiscountCode[];
21
22
  fixedCurrency?: FixedCurrency;
23
+ tradingViewIndicators?: TradingViewIndicator[];
22
24
  slug: string;
23
25
  volume: number;
24
26
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ShallowEnrichedPaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,6DAA0D;AAW1D,MAAa,6BAA8B,SAAQ,uCAAkB;CAyBpE;AAxBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;4DAC1B;AAFhB,sEAyBC"}
1
+ {"version":3,"file":"ShallowEnrichedPaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/ShallowEnrichedPaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,6DAA0D;AAY1D,MAAa,6BAA8B,SAAQ,uCAAkB;CA2BpE;AA1BC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;4DAC1B;AAFhB,sEA2BC"}
@@ -16,4 +16,5 @@ export declare class PaymentRequestFeaturesDto {
16
16
  isHelioPlay?: boolean;
17
17
  isTransparentWallet?: boolean;
18
18
  nftDropEnabled?: boolean;
19
+ requireTradingViewUsername?: boolean;
19
20
  }
@@ -98,5 +98,10 @@ __decorate([
98
98
  (0, class_validator_1.IsOptional)(),
99
99
  __metadata("design:type", Boolean)
100
100
  ], PaymentRequestFeaturesDto.prototype, "nftDropEnabled", void 0);
101
+ __decorate([
102
+ (0, class_validator_1.IsBoolean)(),
103
+ (0, class_validator_1.IsOptional)(),
104
+ __metadata("design:type", Boolean)
105
+ ], PaymentRequestFeaturesDto.prototype, "requireTradingViewUsername", void 0);
101
106
  exports.PaymentRequestFeaturesDto = PaymentRequestFeaturesDto;
102
107
  //# sourceMappingURL=paymentRequestFeatures.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"paymentRequestFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,yBAAyB;CAoErC;AAnEC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uEACkB;AAE/B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAnE3B,8DAoEC"}
1
+ {"version":3,"file":"paymentRequestFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,yBAAyB;CAwErC;AAvEC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uEACkB;AAE/B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6EACwB;AAvEvC,8DAwEC"}
@@ -19,4 +19,5 @@ export declare class PaymentRequestFeatures extends Entity {
19
19
  isTransparentWallet: boolean;
20
20
  nftDropEnabled: boolean;
21
21
  showDiscountCode: boolean;
22
+ requireTradingViewUsername: boolean;
22
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentRequestFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/entities/PaymentRequestFeatures.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,sBAAuB,SAAQ,eAAM;CAsCjD;AAtCD,wDAsCC"}
1
+ {"version":3,"file":"PaymentRequestFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/entities/PaymentRequestFeatures.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,sBAAuB,SAAQ,eAAM;CAwCjD;AAxCD,wDAwCC"}
@@ -1,3 +1,4 @@
1
1
  export { PrepareTransactionDto } from './prepareTransaction.dto';
2
2
  export { PrepareSwapTransactionDto } from './prepareSwapTransaction.dto';
3
3
  export { PrepareEvmTransactionDto } from './prepareEvmTransaction.dto';
4
+ export { PrepareBTCTransactionDto } from './prepareBTCTransaction.dto';
@@ -1,10 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PrepareEvmTransactionDto = exports.PrepareSwapTransactionDto = exports.PrepareTransactionDto = void 0;
3
+ exports.PrepareBTCTransactionDto = exports.PrepareEvmTransactionDto = exports.PrepareSwapTransactionDto = exports.PrepareTransactionDto = void 0;
4
4
  var prepareTransaction_dto_1 = require("./prepareTransaction.dto");
5
5
  Object.defineProperty(exports, "PrepareTransactionDto", { enumerable: true, get: function () { return prepareTransaction_dto_1.PrepareTransactionDto; } });
6
6
  var prepareSwapTransaction_dto_1 = require("./prepareSwapTransaction.dto");
7
7
  Object.defineProperty(exports, "PrepareSwapTransactionDto", { enumerable: true, get: function () { return prepareSwapTransaction_dto_1.PrepareSwapTransactionDto; } });
8
8
  var prepareEvmTransaction_dto_1 = require("./prepareEvmTransaction.dto");
9
9
  Object.defineProperty(exports, "PrepareEvmTransactionDto", { enumerable: true, get: function () { return prepareEvmTransaction_dto_1.PrepareEvmTransactionDto; } });
10
+ var prepareBTCTransaction_dto_1 = require("./prepareBTCTransaction.dto");
11
+ Object.defineProperty(exports, "PrepareBTCTransactionDto", { enumerable: true, get: function () { return prepareBTCTransaction_dto_1.PrepareBTCTransactionDto; } });
10
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/index.ts"],"names":[],"mappings":";;;AAAA,mEAAiE;AAAxD,+HAAA,qBAAqB,OAAA;AAC9B,2EAAyE;AAAhE,uIAAA,yBAAyB,OAAA;AAClC,yEAAuE;AAA9D,qIAAA,wBAAwB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/index.ts"],"names":[],"mappings":";;;AAAA,mEAAiE;AAAxD,+HAAA,qBAAqB,OAAA;AAC9B,2EAAyE;AAAhE,uIAAA,yBAAyB,OAAA;AAClC,yEAAuE;AAA9D,qIAAA,wBAAwB,OAAA;AACjC,yEAAuE;AAA9D,qIAAA,wBAAwB,OAAA"}
@@ -0,0 +1,10 @@
1
+ import { PreparePaymentRequestDto } from '../../prepare-payment-request';
2
+ import { ProductDetailsDto } from '../../product-details';
3
+ import { CustomerDetailsDto } from '../../customer-details';
4
+ export declare class PrepareBTCTransactionDto extends PreparePaymentRequestDto {
5
+ paymentAddress: string;
6
+ amount?: string;
7
+ quantity?: number;
8
+ customerDetails?: CustomerDetailsDto;
9
+ productDetails?: ProductDetailsDto;
10
+ }
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.PrepareBTCTransactionDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const prepare_payment_request_1 = require("../../prepare-payment-request");
16
+ const product_details_1 = require("../../product-details");
17
+ const customer_details_1 = require("../../customer-details");
18
+ class PrepareBTCTransactionDto extends prepare_payment_request_1.PreparePaymentRequestDto {
19
+ }
20
+ __decorate([
21
+ (0, class_validator_1.IsString)(),
22
+ (0, class_validator_1.IsNotEmpty)(),
23
+ __metadata("design:type", String)
24
+ ], PrepareBTCTransactionDto.prototype, "paymentAddress", void 0);
25
+ __decorate([
26
+ (0, class_validator_1.IsOptional)(),
27
+ (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
28
+ __metadata("design:type", String)
29
+ ], PrepareBTCTransactionDto.prototype, "amount", void 0);
30
+ __decorate([
31
+ (0, class_validator_1.IsNumber)(),
32
+ (0, class_validator_1.IsOptional)(),
33
+ __metadata("design:type", Number)
34
+ ], PrepareBTCTransactionDto.prototype, "quantity", void 0);
35
+ __decorate([
36
+ (0, class_transformer_1.Type)(() => customer_details_1.CustomerDetailsDto),
37
+ (0, class_validator_1.ValidateNested)(),
38
+ (0, class_validator_1.IsOptional)(),
39
+ __metadata("design:type", customer_details_1.CustomerDetailsDto)
40
+ ], PrepareBTCTransactionDto.prototype, "customerDetails", void 0);
41
+ __decorate([
42
+ (0, class_transformer_1.Type)(() => product_details_1.ProductDetailsDto),
43
+ (0, class_validator_1.ValidateNested)(),
44
+ (0, class_validator_1.IsOptional)(),
45
+ __metadata("design:type", product_details_1.ProductDetailsDto)
46
+ ], PrepareBTCTransactionDto.prototype, "productDetails", void 0);
47
+ exports.PrepareBTCTransactionDto = PrepareBTCTransactionDto;
48
+ //# sourceMappingURL=prepareBTCTransaction.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prepareBTCTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/prepareBTCTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAoD;AACpD,2EAAyE;AACzE,2DAA0D;AAC1D,6DAA4D;AAE5D,MAAa,wBAAyB,SAAQ,kDAAwB;CAsBrE;AArBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDACxB;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACK;AAElB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACK,qCAAkB;iEAAC;AAErC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACI,mCAAiB;gEAAC;AArBrC,4DAsBC"}
@@ -36,5 +36,6 @@ export declare class ReportItem extends Entity {
36
36
  name?: string;
37
37
  value?: string;
38
38
  fee: number;
39
+ tradingViewUsername?: string;
39
40
  transactionStatus: string;
40
41
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAGtC,MAAa,UAAW,SAAQ,eAAM;CAyErC;AAzED,gCAyEC"}
1
+ {"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAGtC,MAAa,UAAW,SAAQ,eAAM;CA2ErC;AA3ED,gCA2EC"}
@@ -0,0 +1,5 @@
1
+ export declare class TradingViewDetailsDto {
2
+ sessionId?: string;
3
+ sessionIdSign?: string;
4
+ isValid?: boolean;
5
+ }