@heliofi/common 0.1.420 → 0.1.422

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,6 +1,6 @@
1
1
  import { Entity } from '../../entity';
2
2
  import { PaymentRequestType } from '../../payment-request';
3
- export declare class BaseInvoiceTxEntity extends Entity {
3
+ export declare class BaseInvoiceTx extends Entity {
4
4
  fee?: bigint;
5
5
  id: string;
6
6
  createdAt: string;
@@ -9,14 +9,14 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.BaseInvoiceTxEntity = void 0;
12
+ exports.BaseInvoiceTx = void 0;
13
13
  const class_transformer_1 = require("class-transformer");
14
14
  const entity_1 = require("../../entity");
15
- class BaseInvoiceTxEntity extends entity_1.Entity {
15
+ class BaseInvoiceTx extends entity_1.Entity {
16
16
  }
17
17
  __decorate([
18
18
  (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
19
  __metadata("design:type", BigInt)
20
- ], BaseInvoiceTxEntity.prototype, "fee", void 0);
21
- exports.BaseInvoiceTxEntity = BaseInvoiceTxEntity;
20
+ ], BaseInvoiceTx.prototype, "fee", void 0);
21
+ exports.BaseInvoiceTx = BaseInvoiceTx;
22
22
  //# sourceMappingURL=BaseInvoiceTx.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BaseInvoiceTx.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/BaseInvoiceTx.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAGtC,MAAa,mBAAoB,SAAQ,eAAM;CAS9C;AARC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;gDAC3B;AAFf,kDASC"}
1
+ {"version":3,"file":"BaseInvoiceTx.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/BaseInvoiceTx.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAGtC,MAAa,aAAc,SAAQ,eAAM;CASxC;AARC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;0CAC3B;AAFf,sCASC"}
@@ -1,9 +1,9 @@
1
1
  import { TransactionMeta } from '../../transaction-meta';
2
- import { BaseInvoiceTxEntity } from './BaseInvoiceTx.entity';
2
+ import { BaseInvoiceTx } from './BaseInvoiceTx.entity';
3
3
  import { EnrichedInvoice } from '../../invoice';
4
4
  import { Contact } from '../../contact';
5
5
  import { BlockchainSymbol } from '../../blockchain';
6
- export declare class InvoiceTx extends BaseInvoiceTxEntity {
6
+ export declare class InvoiceTx extends BaseInvoiceTx {
7
7
  meta: TransactionMeta;
8
8
  invoice: EnrichedInvoice;
9
9
  paymentRequestCreatorId: string;
@@ -14,7 +14,7 @@ const class_transformer_1 = require("class-transformer");
14
14
  const transaction_meta_1 = require("../../transaction-meta");
15
15
  const BaseInvoiceTx_entity_1 = require("./BaseInvoiceTx.entity");
16
16
  const invoice_1 = require("../../invoice");
17
- class InvoiceTx extends BaseInvoiceTx_entity_1.BaseInvoiceTxEntity {
17
+ class InvoiceTx extends BaseInvoiceTx_entity_1.BaseInvoiceTx {
18
18
  }
19
19
  __decorate([
20
20
  (0, class_transformer_1.Type)(() => transaction_meta_1.TransactionMeta),
@@ -1 +1 @@
1
- {"version":3,"file":"InvoiceTx.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/InvoiceTx.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,6DAAyD;AACzD,iEAA6D;AAC7D,2CAAgD;AAIhD,MAAa,SAAU,SAAQ,0CAAmB;CAgBjD;AAfC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;8BACtB,kCAAe;uCAAC;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yBAAe,CAAC;8BACnB,yBAAe;0CAAC;AAL3B,8BAgBC"}
1
+ {"version":3,"file":"InvoiceTx.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/InvoiceTx.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,6DAAyD;AACzD,iEAAuD;AACvD,2CAAgD;AAIhD,MAAa,SAAU,SAAQ,oCAAa;CAgB3C;AAfC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;8BACtB,kCAAe;uCAAC;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yBAAe,CAAC;8BACnB,yBAAe;0CAAC;AAL3B,8BAgBC"}