@heliofi/common 0.2.196 → 0.2.198-alpha.1773145660
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,42 +1,8 @@
|
|
|
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.EnrichedCharge = void 0;
|
|
13
|
-
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
-
const class_transformer_1 = require("class-transformer");
|
|
15
4
|
const Charge_entity_1 = require("./Charge.entity");
|
|
16
|
-
const paylink_1 = require("../../paylink");
|
|
17
|
-
const deposit_1 = require("../../deposit");
|
|
18
5
|
class EnrichedCharge extends Charge_entity_1.Charge {
|
|
19
6
|
}
|
|
20
7
|
exports.EnrichedCharge = EnrichedCharge;
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, swagger_1.ApiProperty)({ type: String, description: 'Pricing currency request amount' }),
|
|
23
|
-
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
24
|
-
__metadata("design:type", BigInt)
|
|
25
|
-
], EnrichedCharge.prototype, "pricingCurrencyRequestAmount", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, swagger_1.ApiProperty)({ type: Object }),
|
|
28
|
-
__metadata("design:type", paylink_1.Paylink)
|
|
29
|
-
], EnrichedCharge.prototype, "paylink", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, swagger_1.ApiPropertyOptional)({ type: Object, nullable: true }),
|
|
32
|
-
__metadata("design:type", Object)
|
|
33
|
-
], EnrichedCharge.prototype, "paylinkTx", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, swagger_1.ApiProperty)(),
|
|
36
|
-
__metadata("design:type", Boolean)
|
|
37
|
-
], EnrichedCharge.prototype, "isSubscriptionRenewal", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, swagger_1.ApiPropertyOptional)({ type: () => deposit_1.DepositCustomerEnrichedEntity }),
|
|
40
|
-
__metadata("design:type", deposit_1.DepositCustomerEnrichedEntity)
|
|
41
|
-
], EnrichedCharge.prototype, "depositCustomer", void 0);
|
|
42
8
|
//# sourceMappingURL=EnrichedCharge.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnrichedCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/EnrichedCharge.entity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EnrichedCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/EnrichedCharge.entity.ts"],"names":[],"mappings":";;;AAAA,mDAAyC;AAKzC,MAAa,cAAe,SAAQ,sBAAM;CAUzC;AAVD,wCAUC"}
|