@heliofi/common 0.1.401 → 0.1.402

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,7 +1,6 @@
1
1
  import { ClaimDetails } from '../../claim-details';
2
2
  import { PaymentRequestType } from '../../payment-request';
3
3
  export declare class Claim {
4
- endedAt?: bigint;
5
4
  txId: string;
6
5
  paymentRequestName: string;
7
6
  paymentRequestType: PaymentRequestType;
@@ -1,21 +1,7 @@
1
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
2
  Object.defineProperty(exports, "__esModule", { value: true });
12
3
  exports.Claim = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
4
  class Claim {
15
5
  }
16
- __decorate([
17
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
18
- __metadata("design:type", BigInt)
19
- ], Claim.prototype, "endedAt", void 0);
20
6
  exports.Claim = Claim;
21
7
  //# sourceMappingURL=Claim.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Claim.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/claim/entities/Claim.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAI9C,MAAa,KAAK;CAmBjB;AAlBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;sCACvB;AAFnB,sBAmBC"}
1
+ {"version":3,"file":"Claim.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/claim/entities/Claim.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,KAAK;CAgBjB;AAhBD,sBAgBC"}
@@ -1,7 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { StreamEvent } from '../../stream-event';
3
3
  import { PaymentRequestType } from '../../payment-request';
4
- import { ClaimDetails } from '../../claim-details';
5
4
  export declare class BasePaystreamTx extends Entity {
6
5
  startedAt: StreamEvent;
7
6
  canceledAt: StreamEvent | null;
@@ -13,5 +12,4 @@ export declare class BasePaystreamTx extends Entity {
13
12
  paymentType: PaymentRequestType;
14
13
  active: boolean;
15
14
  isHelioX?: boolean;
16
- claimDetails: ClaimDetails;
17
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BasePaystreamTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/BasePaystreamTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,yCAAsC;AACtC,qDAAiD;AAIjD,MAAa,eAAgB,SAAQ,eAAM;CAyB1C;AAxBC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;8BACb,0BAAW;kDAAC;AAEvB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;8BACZ,0BAAW;mDAAQ;AAE/B;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;gDACxB;AARlB,0CAyBC"}
1
+ {"version":3,"file":"BasePaystreamTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/BasePaystreamTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,yCAAsC;AACtC,qDAAiD;AAGjD,MAAa,eAAgB,SAAQ,eAAM;CAuB1C;AAtBC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;8BACb,0BAAW;kDAAC;AAEvB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;8BACZ,0BAAW;mDAAQ;AAE/B;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;gDACxB;AARlB,0CAuBC"}
@@ -1,6 +1,7 @@
1
1
  import { BlockchainSymbol } from '../../blockchain';
2
2
  import { Entity } from '../../entity';
3
3
  import { IntervalType } from '../../../constants';
4
+ import { TransactionType } from '../../transaction-meta';
4
5
  export declare class ReportItem extends Entity {
5
6
  id: string;
6
7
  txSignature: string;
@@ -41,4 +42,5 @@ export declare class ReportItem extends Entity {
41
42
  btcProperties?: {
42
43
  ordinalsAddress?: string;
43
44
  };
45
+ transactionType?: TransactionType;
44
46
  }
@@ -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;CA+ErC;AA/ED,gCA+EC"}
1
+ {"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAItC,MAAa,UAAW,SAAQ,eAAM;CAiFrC;AAjFD,gCAiFC"}