@heliofi/common 0.1.189 → 0.1.190

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.
@@ -1,10 +1,4 @@
1
- import { Entity } from '../../entity';
2
- import { ContentResponse } from '../../content';
3
- import { TransactionStatus } from '../../transaction-meta';
4
- export declare class OnlyContentAndSwapTransactionPaylink extends Entity {
5
- content: ContentResponse;
6
- transactionSignature?: string;
1
+ import { OnlyContentAndTransactionPaylink } from './OnlyContentAndTransactionPaylink.entity';
2
+ export declare class OnlyContentAndSwapTransactionPaylink extends OnlyContentAndTransactionPaylink {
7
3
  swapTransactionSignature?: string;
8
- status?: TransactionStatus;
9
- statusToken?: string;
10
4
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OnlyContentAndSwapTransactionPaylink = void 0;
4
- const entity_1 = require("../../entity");
5
- class OnlyContentAndSwapTransactionPaylink extends entity_1.Entity {
4
+ const OnlyContentAndTransactionPaylink_entity_1 = require("./OnlyContentAndTransactionPaylink.entity");
5
+ class OnlyContentAndSwapTransactionPaylink extends OnlyContentAndTransactionPaylink_entity_1.OnlyContentAndTransactionPaylink {
6
6
  }
7
7
  exports.OnlyContentAndSwapTransactionPaylink = OnlyContentAndSwapTransactionPaylink;
8
8
  //# sourceMappingURL=OnlyContentAndSwapTransactionPaylink.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"OnlyContentAndSwapTransactionPaylink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/OnlyContentAndSwapTransactionPaylink.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAItC,MAAa,oCAAqC,SAAQ,eAAM;CAU/D;AAVD,oFAUC"}
1
+ {"version":3,"file":"OnlyContentAndSwapTransactionPaylink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/OnlyContentAndSwapTransactionPaylink.entity.ts"],"names":[],"mappings":";;;AAAA,uGAA6F;AAE7F,MAAa,oCAAqC,SAAQ,0EAAgC;CAEzF;AAFD,oFAEC"}
@@ -3,7 +3,7 @@ import { ContentResponse } from '../../content';
3
3
  import { TransactionStatus } from '../../transaction-meta';
4
4
  export declare class OnlyContentAndTransactionPaylink extends Entity {
5
5
  content: ContentResponse;
6
- transactionSignature?: string;
6
+ transactionSignature: string;
7
7
  status?: TransactionStatus;
8
8
  statusToken?: string;
9
9
  }