@heliofi/common 0.1.649 → 0.1.651

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.
@@ -4,6 +4,4 @@ export * from './ShallowEnrichedPaylinkTx';
4
4
  export * from './PaylinkTxWithPublicMeta';
5
5
  export * from './PaylinkTxWithShallowEnrichedPaylink';
6
6
  export * from './PaylinkTxWithMeta';
7
- export * from './CreatePaylinkTx';
8
- export * from './UpdatePaylinkTx';
9
7
  export * from './PaylinkTxWithPublicMeta';
@@ -20,7 +20,5 @@ __exportStar(require("./ShallowEnrichedPaylinkTx"), exports);
20
20
  __exportStar(require("./PaylinkTxWithPublicMeta"), exports);
21
21
  __exportStar(require("./PaylinkTxWithShallowEnrichedPaylink"), exports);
22
22
  __exportStar(require("./PaylinkTxWithMeta"), exports);
23
- __exportStar(require("./CreatePaylinkTx"), exports);
24
- __exportStar(require("./UpdatePaylinkTx"), exports);
25
23
  __exportStar(require("./PaylinkTxWithPublicMeta"), exports);
26
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC;AAChC,6DAA2C;AAC3C,4DAA0C;AAC1C,wEAAsD;AACtD,sDAAoC;AACpC,oDAAkC;AAClC,oDAAkC;AAClC,4DAA0C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC;AAChC,6DAA2C;AAC3C,4DAA0C;AAC1C,wEAAsD;AACtD,sDAAoC;AACpC,4DAA0C"}
@@ -6,5 +6,3 @@ export * from './BasePaystreamTxWithSwapTransaction';
6
6
  export * from './PaystreamTxWithMeta';
7
7
  export * from './PaystreamCheckoutStatusResponse.entity';
8
8
  export * from './CheckoutStatus.entity';
9
- export * from './CreatePaystreamTx';
10
- export * from './UpdatePaystreamTx';
@@ -22,6 +22,4 @@ __exportStar(require("./BasePaystreamTxWithSwapTransaction"), exports);
22
22
  __exportStar(require("./PaystreamTxWithMeta"), exports);
23
23
  __exportStar(require("./PaystreamCheckoutStatusResponse.entity"), exports);
24
24
  __exportStar(require("./CheckoutStatus.entity"), exports);
25
- __exportStar(require("./CreatePaystreamTx"), exports);
26
- __exportStar(require("./UpdatePaystreamTx"), exports);
27
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,2EAAyD;AACzD,0DAAwC;AACxC,sDAAoC;AACpC,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,2EAAyD;AACzD,0DAAwC"}
@@ -4,5 +4,5 @@ export declare class Product extends Entity {
4
4
  name: string;
5
5
  description: string;
6
6
  type: ProductInputType;
7
- active?: boolean;
7
+ active: boolean;
8
8
  }
@@ -24,7 +24,7 @@ __decorate([
24
24
  __metadata("design:type", String)
25
25
  ], ProductDetailsDto.prototype, "value", void 0);
26
26
  __decorate([
27
- (0, class_validator_1.IsString)(),
27
+ (0, class_validator_1.IsBoolean)(),
28
28
  (0, class_validator_1.IsOptional)(),
29
29
  __metadata("design:type", Boolean)
30
30
  ], ProductDetailsDto.prototype, "active", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"productDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/product-details/dtos/productDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;CAY7B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACI;AAXnB,8CAYC"}
1
+ {"version":3,"file":"productDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/product-details/dtos/productDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,iBAAiB;CAY7B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACE;AAEf;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACI;AAXnB,8CAYC"}
@@ -1,3 +1,2 @@
1
1
  export * from './BaseRefund.entity';
2
2
  export * from './Refund.entity';
3
- export * from './CreateRefund';
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BaseRefund.entity"), exports);
18
18
  __exportStar(require("./Refund.entity"), exports);
19
- __exportStar(require("./CreateRefund"), exports);
20
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,kDAAgC;AAChC,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/refund/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,kDAAgC"}
@@ -1,5 +1,6 @@
1
1
  export declare enum TransactionType {
2
2
  REFUND = "REFUND",
3
3
  PAYLINK = "PAYLINK",
4
- BLINK = "BLINK"
4
+ BLINK = "BLINK",
5
+ HELIO_WALLET = "HELIO_WALLET"
5
6
  }
@@ -6,5 +6,6 @@ var TransactionType;
6
6
  TransactionType["REFUND"] = "REFUND";
7
7
  TransactionType["PAYLINK"] = "PAYLINK";
8
8
  TransactionType["BLINK"] = "BLINK";
9
+ TransactionType["HELIO_WALLET"] = "HELIO_WALLET";
9
10
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
10
11
  //# sourceMappingURL=TransactionType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TransactionType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/constants/TransactionType.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;IACnB,kCAAe,CAAA;AACjB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
1
+ {"version":3,"file":"TransactionType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/constants/TransactionType.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;IACnB,kCAAe,CAAA;IACf,gDAA6B,CAAA;AAC/B,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B"}
@@ -12,6 +12,7 @@ export declare class CreateTransactionMeta {
12
12
  tokenQuote?: TokenQuoteMeta;
13
13
  amount: string;
14
14
  currency: string;
15
+ company?: string;
15
16
  recipientPK: string;
16
17
  senderPK: string;
17
18
  customerDetails?: CustomerDetailsDto;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateTransactionMeta.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/CreateTransactionMeta.ts"],"names":[],"mappings":";;;AAUA,MAAa,qBAAqB;CAgDjC;AAhDD,sDAgDC"}
1
+ {"version":3,"file":"CreateTransactionMeta.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/CreateTransactionMeta.ts"],"names":[],"mappings":";;;AAUA,MAAa,qBAAqB;CAkDjC;AAlDD,sDAkDC"}