@heliofi/common 0.1.621 → 0.1.622

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 (20) hide show
  1. package/dist/src/domain/model/nft-send/dtos/nftSendPrepare.dto.d.ts +1 -0
  2. package/dist/src/domain/model/nft-send/dtos/nftSendPrepare.dto.js +5 -0
  3. package/dist/src/domain/model/nft-send/dtos/nftSendPrepare.dto.js.map +1 -1
  4. package/dist/src/domain/model/nft-send/dtos/nftSendSubmit.dto.d.ts +1 -0
  5. package/dist/src/domain/model/nft-send/dtos/nftSendSubmit.dto.js +5 -0
  6. package/dist/src/domain/model/nft-send/dtos/nftSendSubmit.dto.js.map +1 -1
  7. package/dist/src/domain/model/prepare-transaction/entities/PrepareSendNftTransaction.entity.d.ts +8 -0
  8. package/dist/src/domain/model/prepare-transaction/entities/PrepareSendNftTransaction.entity.js +8 -0
  9. package/dist/src/domain/model/prepare-transaction/entities/PrepareSendNftTransaction.entity.js.map +1 -0
  10. package/dist/src/domain/model/prepare-transaction/entities/index.d.ts +1 -0
  11. package/dist/src/domain/model/prepare-transaction/entities/index.js +1 -0
  12. package/dist/src/domain/model/prepare-transaction/entities/index.js.map +1 -1
  13. package/dist/src/domain/model/webhook/blink-transaction-hook/entities/BlinkTransactionHook.entity.ts.d.ts +11 -0
  14. package/dist/src/domain/model/webhook/blink-transaction-hook/entities/BlinkTransactionHook.entity.ts.js +8 -0
  15. package/dist/src/domain/model/webhook/blink-transaction-hook/entities/BlinkTransactionHook.entity.ts.js.map +1 -0
  16. package/dist/tsconfig.tsbuildinfo +1 -1
  17. package/package.json +2 -2
  18. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.d.ts +0 -3
  19. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js +0 -7
  20. package/dist/src/domain/model/blink/entities/CreateBlinkResponse.entity.js.map +0 -1
@@ -2,4 +2,5 @@ export declare class NftSendPrepareDto {
2
2
  ownerPK: string;
3
3
  mintAddress: string;
4
4
  receiverPK: string;
5
+ isCnft: boolean;
5
6
  }
@@ -28,5 +28,10 @@ __decorate([
28
28
  (0, class_validator_1.IsNotEmpty)(),
29
29
  __metadata("design:type", String)
30
30
  ], NftSendPrepareDto.prototype, "receiverPK", void 0);
31
+ __decorate([
32
+ (0, class_validator_1.IsBoolean)(),
33
+ (0, class_validator_1.IsNotEmpty)(),
34
+ __metadata("design:type", Boolean)
35
+ ], NftSendPrepareDto.prototype, "isCnft", void 0);
31
36
  exports.NftSendPrepareDto = NftSendPrepareDto;
32
37
  //# sourceMappingURL=nftSendPrepare.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"nftSendPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-send/dtos/nftSendPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;CAY7B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACM;AAXrB,8CAYC"}
1
+ {"version":3,"file":"nftSendPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-send/dtos/nftSendPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,iBAAiB;CAgB7B;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACM;AAEnB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACG;AAflB,8CAgBC"}
@@ -2,4 +2,5 @@ export declare class NftSendSubmitDto {
2
2
  signedTransaction: string;
3
3
  transactionToken?: string;
4
4
  receiverPK?: string;
5
+ isCnft: boolean;
5
6
  }
@@ -28,5 +28,10 @@ __decorate([
28
28
  (0, class_validator_1.IsOptional)(),
29
29
  __metadata("design:type", String)
30
30
  ], NftSendSubmitDto.prototype, "receiverPK", void 0);
31
+ __decorate([
32
+ (0, class_validator_1.IsBoolean)(),
33
+ (0, class_validator_1.IsNotEmpty)(),
34
+ __metadata("design:type", Boolean)
35
+ ], NftSendSubmitDto.prototype, "isCnft", void 0);
31
36
  exports.NftSendSubmitDto = NftSendSubmitDto;
32
37
  //# sourceMappingURL=nftSendSubmit.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"nftSendSubmit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-send/dtos/nftSendSubmit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,gBAAgB;CAY5B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACO;AAXtB,4CAYC"}
1
+ {"version":3,"file":"nftSendSubmit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-send/dtos/nftSendSubmit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,gBAAgB;CAgB5B;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACO;AAEpB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gDACG;AAflB,4CAgBC"}
@@ -0,0 +1,8 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class PrepareSendNftTransaction extends Entity {
3
+ transactionToken: string;
4
+ transactionMessage: string;
5
+ serializedTransaction?: string;
6
+ addressLookupTableAccounts?: string[];
7
+ isCnft: boolean;
8
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PrepareSendNftTransaction = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class PrepareSendNftTransaction extends entity_1.Entity {
6
+ }
7
+ exports.PrepareSendNftTransaction = PrepareSendNftTransaction;
8
+ //# sourceMappingURL=PrepareSendNftTransaction.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrepareSendNftTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareSendNftTransaction.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,yBAA0B,SAAQ,eAAM;CAUpD;AAVD,8DAUC"}
@@ -2,3 +2,4 @@ export * from './PrepareTransaction.entity';
2
2
  export * from './TokenTransactionPayload.entity';
3
3
  export * from './PrepareSwapTransaction.entity';
4
4
  export * from './BaseTokenTransactionPayload.entity';
5
+ export * from './PrepareSendNftTransaction.entity';
@@ -18,4 +18,5 @@ __exportStar(require("./PrepareTransaction.entity"), exports);
18
18
  __exportStar(require("./TokenTransactionPayload.entity"), exports);
19
19
  __exportStar(require("./PrepareSwapTransaction.entity"), exports);
20
20
  __exportStar(require("./BaseTokenTransactionPayload.entity"), exports);
21
+ __exportStar(require("./PrepareSendNftTransaction.entity"), exports);
21
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,mEAAiD;AACjD,kEAAgD;AAChD,uEAAqD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,mEAAiD;AACjD,kEAAgD;AAChD,uEAAqD;AACrD,qEAAmD"}
@@ -0,0 +1,11 @@
1
+ import { Entity } from '../../../entity';
2
+ import { BlinkTransactionEvent } from './BlinkTransactionEvent.entity';
3
+ export declare class BlinkTransactionHookEntity extends Entity {
4
+ id: string;
5
+ blink: string;
6
+ company: string;
7
+ targetUrl: string;
8
+ events: BlinkTransactionEvent[];
9
+ sharedToken: string;
10
+ creator?: string;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BlinkTransactionHookEntity = void 0;
4
+ const entity_1 = require("../../../entity");
5
+ class BlinkTransactionHookEntity extends entity_1.Entity {
6
+ }
7
+ exports.BlinkTransactionHookEntity = BlinkTransactionHookEntity;
8
+ //# sourceMappingURL=BlinkTransactionHook.entity.ts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlinkTransactionHook.entity.ts.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/webhook/blink-transaction-hook/entities/BlinkTransactionHook.entity.ts.ts"],"names":[],"mappings":";;;AAAA,4CAAyC;AAGzC,MAAa,0BAA2B,SAAQ,eAAM;CAcrD;AAdD,gEAcC"}