@heliofi/common 0.1.353 → 0.1.355
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.
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +3 -0
- package/dist/src/domain/model/{email/dtos/emailClaimRequest.dto.js → helio-wallet/dtos/providerCollectionsIds.dto.js} +10 -18
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +3 -0
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js +24 -0
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js +22 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js +22 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js +22 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +8 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +8 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +8 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/Paylink.d.ts +1 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +1 -1
- package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +2 -0
- package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.d.ts +0 -4
- package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.js +0 -8
- package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.js.map +0 -1
- package/dist/src/domain/model/email/dtos/Email.dto.d.ts +0 -24
- package/dist/src/domain/model/email/dtos/Email.dto.js +0 -123
- package/dist/src/domain/model/email/dtos/Email.dto.js.map +0 -1
- package/dist/src/domain/model/email/dtos/EmailInvoice.dto.d.ts +0 -17
- package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js +0 -88
- package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js.map +0 -1
- package/dist/src/domain/model/email/dtos/EmailTopUp.dto.d.ts +0 -22
- package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js +0 -117
- package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js.map +0 -1
- package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.d.ts +0 -5
- package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js.map +0 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.d.ts +0 -5
- package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js +0 -8
- package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.355",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"ts-loader": "^9.3.1",
|
|
29
29
|
"typescript": "^4.8.2"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "1457b6e1959e1f6554014e76d4a68a18ddfc845c"
|
|
32
32
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AffiliateDetails = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class AffiliateDetails extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.AffiliateDetails = AffiliateDetails;
|
|
8
|
-
//# sourceMappingURL=AffiliateDetails.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AffiliateDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/affiliates/entities/AffiliateDetails.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,gBAAiB,SAAQ,eAAM;CAE3C;AAFD,4CAEC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Cluster } from '../../blockchain';
|
|
2
|
-
export declare class EmailDto {
|
|
3
|
-
transactionSignature: string;
|
|
4
|
-
email: string;
|
|
5
|
-
amount: number;
|
|
6
|
-
product: string;
|
|
7
|
-
currency: string;
|
|
8
|
-
time: string;
|
|
9
|
-
blockchain?: string;
|
|
10
|
-
cluster?: Cluster;
|
|
11
|
-
merchantName?: string;
|
|
12
|
-
fee?: number;
|
|
13
|
-
type?: string;
|
|
14
|
-
paymentRequestId?: string;
|
|
15
|
-
transactionId?: string;
|
|
16
|
-
content?: string;
|
|
17
|
-
wallet?: string;
|
|
18
|
-
merchantWebsite?: string;
|
|
19
|
-
merchantTwitter?: string;
|
|
20
|
-
merchantDiscord?: string;
|
|
21
|
-
merchantEmail?: string;
|
|
22
|
-
paymentLink?: string;
|
|
23
|
-
transactionLink?: string;
|
|
24
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.EmailDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const blockchain_1 = require("../../blockchain");
|
|
15
|
-
class EmailDto {
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsString)(),
|
|
19
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
-
__metadata("design:type", String)
|
|
21
|
-
], EmailDto.prototype, "transactionSignature", void 0);
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, class_validator_1.IsEmail)(),
|
|
24
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
-
__metadata("design:type", String)
|
|
26
|
-
], EmailDto.prototype, "email", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, class_validator_1.IsNumber)(),
|
|
29
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
-
__metadata("design:type", Number)
|
|
31
|
-
], EmailDto.prototype, "amount", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, class_validator_1.IsString)(),
|
|
34
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
-
__metadata("design:type", String)
|
|
36
|
-
], EmailDto.prototype, "product", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, class_validator_1.IsString)(),
|
|
39
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], EmailDto.prototype, "currency", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, class_validator_1.IsString)(),
|
|
44
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
45
|
-
__metadata("design:type", String)
|
|
46
|
-
], EmailDto.prototype, "time", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_validator_1.IsString)(),
|
|
49
|
-
(0, class_validator_1.IsOptional)(),
|
|
50
|
-
__metadata("design:type", String)
|
|
51
|
-
], EmailDto.prototype, "blockchain", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, class_validator_1.IsString)(),
|
|
54
|
-
(0, class_validator_1.IsOptional)(),
|
|
55
|
-
__metadata("design:type", String)
|
|
56
|
-
], EmailDto.prototype, "cluster", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, class_validator_1.IsString)(),
|
|
59
|
-
(0, class_validator_1.IsOptional)(),
|
|
60
|
-
__metadata("design:type", String)
|
|
61
|
-
], EmailDto.prototype, "merchantName", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, class_validator_1.IsNumber)(),
|
|
64
|
-
(0, class_validator_1.IsOptional)(),
|
|
65
|
-
__metadata("design:type", Number)
|
|
66
|
-
], EmailDto.prototype, "fee", void 0);
|
|
67
|
-
__decorate([
|
|
68
|
-
(0, class_validator_1.IsString)(),
|
|
69
|
-
(0, class_validator_1.IsOptional)(),
|
|
70
|
-
__metadata("design:type", String)
|
|
71
|
-
], EmailDto.prototype, "type", void 0);
|
|
72
|
-
__decorate([
|
|
73
|
-
(0, class_validator_1.IsString)(),
|
|
74
|
-
(0, class_validator_1.IsOptional)(),
|
|
75
|
-
__metadata("design:type", String)
|
|
76
|
-
], EmailDto.prototype, "paymentRequestId", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
(0, class_validator_1.IsString)(),
|
|
79
|
-
(0, class_validator_1.IsOptional)(),
|
|
80
|
-
__metadata("design:type", String)
|
|
81
|
-
], EmailDto.prototype, "transactionId", void 0);
|
|
82
|
-
__decorate([
|
|
83
|
-
(0, class_validator_1.IsString)(),
|
|
84
|
-
(0, class_validator_1.IsOptional)(),
|
|
85
|
-
__metadata("design:type", String)
|
|
86
|
-
], EmailDto.prototype, "content", void 0);
|
|
87
|
-
__decorate([
|
|
88
|
-
(0, class_validator_1.IsString)(),
|
|
89
|
-
(0, class_validator_1.IsOptional)(),
|
|
90
|
-
__metadata("design:type", String)
|
|
91
|
-
], EmailDto.prototype, "wallet", void 0);
|
|
92
|
-
__decorate([
|
|
93
|
-
(0, class_validator_1.IsString)(),
|
|
94
|
-
(0, class_validator_1.IsOptional)(),
|
|
95
|
-
__metadata("design:type", String)
|
|
96
|
-
], EmailDto.prototype, "merchantWebsite", void 0);
|
|
97
|
-
__decorate([
|
|
98
|
-
(0, class_validator_1.IsString)(),
|
|
99
|
-
(0, class_validator_1.IsOptional)(),
|
|
100
|
-
__metadata("design:type", String)
|
|
101
|
-
], EmailDto.prototype, "merchantTwitter", void 0);
|
|
102
|
-
__decorate([
|
|
103
|
-
(0, class_validator_1.IsString)(),
|
|
104
|
-
(0, class_validator_1.IsOptional)(),
|
|
105
|
-
__metadata("design:type", String)
|
|
106
|
-
], EmailDto.prototype, "merchantDiscord", void 0);
|
|
107
|
-
__decorate([
|
|
108
|
-
(0, class_validator_1.IsString)(),
|
|
109
|
-
(0, class_validator_1.IsOptional)(),
|
|
110
|
-
__metadata("design:type", String)
|
|
111
|
-
], EmailDto.prototype, "merchantEmail", void 0);
|
|
112
|
-
__decorate([
|
|
113
|
-
(0, class_validator_1.IsString)(),
|
|
114
|
-
(0, class_validator_1.IsOptional)(),
|
|
115
|
-
__metadata("design:type", String)
|
|
116
|
-
], EmailDto.prototype, "paymentLink", void 0);
|
|
117
|
-
__decorate([
|
|
118
|
-
(0, class_validator_1.IsString)(),
|
|
119
|
-
(0, class_validator_1.IsOptional)(),
|
|
120
|
-
__metadata("design:type", String)
|
|
121
|
-
], EmailDto.prototype, "transactionLink", void 0);
|
|
122
|
-
exports.EmailDto = EmailDto;
|
|
123
|
-
//# sourceMappingURL=Email.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Email.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/Email.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,iDAA2C;AAE3C,MAAa,QAAQ;CAoFpB;AAnFC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACgB;AAE7B;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;uCACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0CACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sCACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qCACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sCACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6CACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACY;AAnF3B,4BAoFC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Cluster } from '../../blockchain';
|
|
2
|
-
export declare class EmailInvoiceDto {
|
|
3
|
-
companyLogo: string;
|
|
4
|
-
invoiceNumber: number;
|
|
5
|
-
email: string;
|
|
6
|
-
amount: number;
|
|
7
|
-
dueDate: string;
|
|
8
|
-
currency: string;
|
|
9
|
-
blockchain?: string;
|
|
10
|
-
cluster?: Cluster;
|
|
11
|
-
merchantName?: string;
|
|
12
|
-
merchantWebsite?: string;
|
|
13
|
-
merchantTwitter?: string;
|
|
14
|
-
merchantDiscord?: string;
|
|
15
|
-
merchantEmail?: string;
|
|
16
|
-
paymentLink?: string;
|
|
17
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.EmailInvoiceDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const blockchain_1 = require("../../blockchain");
|
|
15
|
-
class EmailInvoiceDto {
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsString)(),
|
|
19
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
-
__metadata("design:type", String)
|
|
21
|
-
], EmailInvoiceDto.prototype, "companyLogo", void 0);
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, class_validator_1.IsString)(),
|
|
24
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
-
__metadata("design:type", Number)
|
|
26
|
-
], EmailInvoiceDto.prototype, "invoiceNumber", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, class_validator_1.IsEmail)(),
|
|
29
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
-
__metadata("design:type", String)
|
|
31
|
-
], EmailInvoiceDto.prototype, "email", void 0);
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, class_validator_1.IsNumber)(),
|
|
34
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
-
__metadata("design:type", Number)
|
|
36
|
-
], EmailInvoiceDto.prototype, "amount", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, class_validator_1.IsString)(),
|
|
39
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], EmailInvoiceDto.prototype, "dueDate", void 0);
|
|
42
|
-
__decorate([
|
|
43
|
-
(0, class_validator_1.IsString)(),
|
|
44
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
45
|
-
__metadata("design:type", String)
|
|
46
|
-
], EmailInvoiceDto.prototype, "currency", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_validator_1.IsString)(),
|
|
49
|
-
(0, class_validator_1.IsOptional)(),
|
|
50
|
-
__metadata("design:type", String)
|
|
51
|
-
], EmailInvoiceDto.prototype, "blockchain", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, class_validator_1.IsString)(),
|
|
54
|
-
(0, class_validator_1.IsOptional)(),
|
|
55
|
-
__metadata("design:type", String)
|
|
56
|
-
], EmailInvoiceDto.prototype, "cluster", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, class_validator_1.IsString)(),
|
|
59
|
-
(0, class_validator_1.IsOptional)(),
|
|
60
|
-
__metadata("design:type", String)
|
|
61
|
-
], EmailInvoiceDto.prototype, "merchantName", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, class_validator_1.IsString)(),
|
|
64
|
-
(0, class_validator_1.IsOptional)(),
|
|
65
|
-
__metadata("design:type", String)
|
|
66
|
-
], EmailInvoiceDto.prototype, "merchantWebsite", void 0);
|
|
67
|
-
__decorate([
|
|
68
|
-
(0, class_validator_1.IsString)(),
|
|
69
|
-
(0, class_validator_1.IsOptional)(),
|
|
70
|
-
__metadata("design:type", String)
|
|
71
|
-
], EmailInvoiceDto.prototype, "merchantTwitter", void 0);
|
|
72
|
-
__decorate([
|
|
73
|
-
(0, class_validator_1.IsString)(),
|
|
74
|
-
(0, class_validator_1.IsOptional)(),
|
|
75
|
-
__metadata("design:type", String)
|
|
76
|
-
], EmailInvoiceDto.prototype, "merchantDiscord", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
(0, class_validator_1.IsString)(),
|
|
79
|
-
(0, class_validator_1.IsOptional)(),
|
|
80
|
-
__metadata("design:type", String)
|
|
81
|
-
], EmailInvoiceDto.prototype, "merchantEmail", void 0);
|
|
82
|
-
__decorate([
|
|
83
|
-
(0, class_validator_1.IsString)(),
|
|
84
|
-
(0, class_validator_1.IsOptional)(),
|
|
85
|
-
__metadata("design:type", String)
|
|
86
|
-
], EmailInvoiceDto.prototype, "paymentLink", void 0);
|
|
87
|
-
exports.EmailInvoiceDto = EmailInvoiceDto;
|
|
88
|
-
//# sourceMappingURL=EmailInvoice.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EmailInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/EmailInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,iDAA2C;AAE3C,MAAa,eAAe;CAwD3B;AAvDC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACS;AAEtB;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;8CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACQ;AAvDvB,0CAwDC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare class EmailTopUpDto {
|
|
2
|
-
transactionSignature: string;
|
|
3
|
-
email: string;
|
|
4
|
-
amount: number;
|
|
5
|
-
interval: string;
|
|
6
|
-
totalAmount: number;
|
|
7
|
-
totalTime: number;
|
|
8
|
-
streamName: string;
|
|
9
|
-
endDate: string;
|
|
10
|
-
time: string;
|
|
11
|
-
currency: string;
|
|
12
|
-
blockchain?: string;
|
|
13
|
-
content?: string;
|
|
14
|
-
wallet?: string;
|
|
15
|
-
merchantName?: string;
|
|
16
|
-
merchantWebsite?: string;
|
|
17
|
-
merchantTwitter?: string;
|
|
18
|
-
merchantDiscord?: string;
|
|
19
|
-
merchantEmail?: string;
|
|
20
|
-
paymentLink?: string;
|
|
21
|
-
transactionLink?: string;
|
|
22
|
-
}
|
|
@@ -1,117 +0,0 @@
|
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.EmailTopUpDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class EmailTopUpDto {
|
|
15
|
-
}
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, class_validator_1.IsString)(),
|
|
18
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
-
__metadata("design:type", String)
|
|
20
|
-
], EmailTopUpDto.prototype, "transactionSignature", void 0);
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, class_validator_1.IsEmail)(),
|
|
23
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
-
__metadata("design:type", String)
|
|
25
|
-
], EmailTopUpDto.prototype, "email", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, class_validator_1.IsNumber)(),
|
|
28
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
29
|
-
__metadata("design:type", Number)
|
|
30
|
-
], EmailTopUpDto.prototype, "amount", void 0);
|
|
31
|
-
__decorate([
|
|
32
|
-
(0, class_validator_1.IsString)(),
|
|
33
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
-
__metadata("design:type", String)
|
|
35
|
-
], EmailTopUpDto.prototype, "interval", void 0);
|
|
36
|
-
__decorate([
|
|
37
|
-
(0, class_validator_1.IsNumber)(),
|
|
38
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
39
|
-
__metadata("design:type", Number)
|
|
40
|
-
], EmailTopUpDto.prototype, "totalAmount", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, class_validator_1.IsNumber)(),
|
|
43
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
-
__metadata("design:type", Number)
|
|
45
|
-
], EmailTopUpDto.prototype, "totalTime", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, class_validator_1.IsString)(),
|
|
48
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
49
|
-
__metadata("design:type", String)
|
|
50
|
-
], EmailTopUpDto.prototype, "streamName", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, class_validator_1.IsString)(),
|
|
53
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
54
|
-
__metadata("design:type", String)
|
|
55
|
-
], EmailTopUpDto.prototype, "endDate", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, class_validator_1.IsString)(),
|
|
58
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
59
|
-
__metadata("design:type", String)
|
|
60
|
-
], EmailTopUpDto.prototype, "time", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, class_validator_1.IsString)(),
|
|
63
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], EmailTopUpDto.prototype, "currency", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, class_validator_1.IsString)(),
|
|
68
|
-
(0, class_validator_1.IsOptional)(),
|
|
69
|
-
__metadata("design:type", String)
|
|
70
|
-
], EmailTopUpDto.prototype, "blockchain", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
(0, class_validator_1.IsString)(),
|
|
73
|
-
(0, class_validator_1.IsOptional)(),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], EmailTopUpDto.prototype, "content", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, class_validator_1.IsString)(),
|
|
78
|
-
(0, class_validator_1.IsOptional)(),
|
|
79
|
-
__metadata("design:type", String)
|
|
80
|
-
], EmailTopUpDto.prototype, "wallet", void 0);
|
|
81
|
-
__decorate([
|
|
82
|
-
(0, class_validator_1.IsString)(),
|
|
83
|
-
(0, class_validator_1.IsOptional)(),
|
|
84
|
-
__metadata("design:type", String)
|
|
85
|
-
], EmailTopUpDto.prototype, "merchantName", void 0);
|
|
86
|
-
__decorate([
|
|
87
|
-
(0, class_validator_1.IsString)(),
|
|
88
|
-
(0, class_validator_1.IsOptional)(),
|
|
89
|
-
__metadata("design:type", String)
|
|
90
|
-
], EmailTopUpDto.prototype, "merchantWebsite", void 0);
|
|
91
|
-
__decorate([
|
|
92
|
-
(0, class_validator_1.IsString)(),
|
|
93
|
-
(0, class_validator_1.IsOptional)(),
|
|
94
|
-
__metadata("design:type", String)
|
|
95
|
-
], EmailTopUpDto.prototype, "merchantTwitter", void 0);
|
|
96
|
-
__decorate([
|
|
97
|
-
(0, class_validator_1.IsString)(),
|
|
98
|
-
(0, class_validator_1.IsOptional)(),
|
|
99
|
-
__metadata("design:type", String)
|
|
100
|
-
], EmailTopUpDto.prototype, "merchantDiscord", void 0);
|
|
101
|
-
__decorate([
|
|
102
|
-
(0, class_validator_1.IsString)(),
|
|
103
|
-
(0, class_validator_1.IsOptional)(),
|
|
104
|
-
__metadata("design:type", String)
|
|
105
|
-
], EmailTopUpDto.prototype, "merchantEmail", void 0);
|
|
106
|
-
__decorate([
|
|
107
|
-
(0, class_validator_1.IsString)(),
|
|
108
|
-
(0, class_validator_1.IsOptional)(),
|
|
109
|
-
__metadata("design:type", String)
|
|
110
|
-
], EmailTopUpDto.prototype, "paymentLink", void 0);
|
|
111
|
-
__decorate([
|
|
112
|
-
(0, class_validator_1.IsString)(),
|
|
113
|
-
(0, class_validator_1.IsOptional)(),
|
|
114
|
-
__metadata("design:type", String)
|
|
115
|
-
], EmailTopUpDto.prototype, "transactionLink", void 0);
|
|
116
|
-
exports.EmailTopUpDto = EmailTopUpDto;
|
|
117
|
-
//# sourceMappingURL=EmailTopUp.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EmailTopUp.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/EmailTopUp.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AAEzB,MAAa,aAAa;CAgFzB;AA/EC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACgB;AAE7B;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;4CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2CACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6CACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACY;AA/E3B,sCAgFC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emailClaimRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/emailClaimRequest.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,oBAAoB;CAYhC;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACc;AAE3B;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;mDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAXnB,oDAYC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PaylinkClaim = void 0;
|
|
4
|
-
const BasePaylinkTx_1 = require("./BasePaylinkTx");
|
|
5
|
-
class PaylinkClaim extends BasePaylinkTx_1.BasePaylinkTx {
|
|
6
|
-
}
|
|
7
|
-
exports.PaylinkClaim = PaylinkClaim;
|
|
8
|
-
//# sourceMappingURL=PaylinkClaim.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaylinkClaim.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/PaylinkClaim.ts"],"names":[],"mappings":";;;AAAA,mDAAgD;AAGhD,MAAa,YAAa,SAAQ,6BAAa;CAE9C;AAFD,oCAEC"}
|