@heliofi/common 0.1.303 → 0.1.305

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 (26) hide show
  1. package/dist/src/domain/model/allowlist/dtos/{UploadAllowlistCSV.dto.js → uploadAllowlistCSV.dto.js} +1 -1
  2. package/dist/src/domain/model/allowlist/dtos/{UploadAllowlistCSV.dto.js.map → uploadAllowlistCSV.dto.js.map} +1 -1
  3. package/dist/src/domain/model/nft-escrow/entities/VerifiedCollection.d.ts +4 -0
  4. package/dist/src/domain/model/nft-escrow/entities/VerifiedCollection.js +7 -0
  5. package/dist/src/domain/model/nft-escrow/entities/VerifiedCollection.js.map +1 -0
  6. package/dist/src/domain/model/nft-escrow/entities/index.d.ts +1 -0
  7. package/dist/src/domain/model/nft-escrow/entities/index.js +1 -0
  8. package/dist/src/domain/model/nft-escrow/entities/index.js.map +1 -1
  9. package/dist/tsconfig.tsbuildinfo +1 -1
  10. package/package.json +1 -1
  11. package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.d.ts +0 -3
  12. package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.js +0 -24
  13. package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.js.map +0 -1
  14. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.d.ts +0 -6
  15. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js +0 -8
  16. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js.map +0 -1
  17. package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.d.ts +0 -5
  18. package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js +0 -10
  19. package/dist/src/domain/model/wallet/entities/BTCPaymentAddressVersion.js.map +0 -1
  20. package/dist/src/domain/model/wallet/entities/BTCProperties.d.ts +0 -6
  21. package/dist/src/domain/model/wallet/entities/BTCProperties.js +0 -8
  22. package/dist/src/domain/model/wallet/entities/BTCProperties.js.map +0 -1
  23. package/dist/src/domain/model/wallet/entities/WalletOrigin.d.ts +0 -3
  24. package/dist/src/domain/model/wallet/entities/WalletOrigin.js +0 -8
  25. package/dist/src/domain/model/wallet/entities/WalletOrigin.js.map +0 -1
  26. /package/dist/src/domain/model/allowlist/dtos/{UploadAllowlistCSV.dto.d.ts → uploadAllowlistCSV.dto.d.ts} +0 -0
@@ -25,4 +25,4 @@ __decorate([
25
25
  __metadata("design:type", String)
26
26
  ], UploadAllowlistCSVDto.prototype, "prType", void 0);
27
27
  exports.UploadAllowlistCSVDto = UploadAllowlistCSVDto;
28
- //# sourceMappingURL=UploadAllowlistCSV.dto.js.map
28
+ //# sourceMappingURL=uploadAllowlistCSV.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UploadAllowlistCSV.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/UploadAllowlistCSV.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,2DAA2D;AAE3D,MAAa,qBAAqB;CAUjC;AATC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACC;AAEd;IAAC,IAAA,wBAAM,EAAC,oCAAkB,CAAC;IAC1B,IAAA,4BAAU,GAAE;;qDACc;AAP7B,sDAUC"}
1
+ {"version":3,"file":"uploadAllowlistCSV.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/uploadAllowlistCSV.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,2DAA2D;AAE3D,MAAa,qBAAqB;CAUjC;AATC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACC;AAEd;IAAC,IAAA,wBAAM,EAAC,oCAAkB,CAAC;IAC1B,IAAA,4BAAU,GAAE;;qDACc;AAP7B,sDAUC"}
@@ -0,0 +1,4 @@
1
+ export declare class VerifiedCollection {
2
+ address: string;
3
+ verified: boolean;
4
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VerifiedCollection = void 0;
4
+ class VerifiedCollection {
5
+ }
6
+ exports.VerifiedCollection = VerifiedCollection;
7
+ //# sourceMappingURL=VerifiedCollection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerifiedCollection.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/entities/VerifiedCollection.ts"],"names":[],"mappings":";;;AAAA,MAAa,kBAAkB;CAI9B;AAJD,gDAIC"}
@@ -1 +1,2 @@
1
1
  export * from './TokenNftEscrowPayload.entity';
2
+ export * from './VerifiedCollection';
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./TokenNftEscrowPayload.entity"), exports);
18
+ __exportStar(require("./VerifiedCollection"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,uDAAqC"}