@heliofi/common 0.1.346 → 0.1.347

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.
Files changed (80) hide show
  1. package/dist/src/domain/model/customer-details/dtos/btcProperties.dto.d.ts +3 -0
  2. package/dist/src/domain/model/{email/dtos/EmailClaimFailure.dto.js → customer-details/dtos/btcProperties.dto.js} +9 -10
  3. package/dist/src/domain/model/customer-details/dtos/btcProperties.dto.js.map +1 -0
  4. package/dist/src/domain/model/customer-details/entities/CustomerDetails.d.ts +3 -0
  5. package/dist/src/domain/model/customer-details/entities/CustomerDetails.js.map +1 -1
  6. package/dist/src/domain/model/email/dtos/index.d.ts +3 -6
  7. package/dist/src/domain/model/email/dtos/index.js +3 -6
  8. package/dist/src/domain/model/email/dtos/index.js.map +1 -1
  9. package/dist/src/domain/model/index.d.ts +0 -1
  10. package/dist/src/domain/model/index.js +0 -1
  11. package/dist/src/domain/model/index.js.map +1 -1
  12. package/dist/src/domain/model/paylink/entities/index.d.ts +0 -1
  13. package/dist/src/domain/model/paylink/entities/index.js +0 -1
  14. package/dist/src/domain/model/paylink/entities/index.js.map +1 -1
  15. package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.d.ts +0 -2
  16. package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.js.map +1 -1
  17. package/dist/src/domain/model/paylink-tx/entities/index.d.ts +0 -1
  18. package/dist/src/domain/model/paylink-tx/entities/index.js +0 -1
  19. package/dist/src/domain/model/paylink-tx/entities/index.js.map +1 -1
  20. package/dist/src/domain/model/payment-request/entities/index.d.ts +0 -1
  21. package/dist/src/domain/model/payment-request/entities/index.js +0 -1
  22. package/dist/src/domain/model/payment-request/entities/index.js.map +1 -1
  23. package/dist/src/domain/model/transaction/dtos/index.d.ts +0 -1
  24. package/dist/src/domain/model/transaction/dtos/index.js +0 -1
  25. package/dist/src/domain/model/transaction/dtos/index.js.map +1 -1
  26. package/dist/src/domain/model/transaction/entities/index.d.ts +0 -1
  27. package/dist/src/domain/model/transaction/entities/index.js +0 -1
  28. package/dist/src/domain/model/transaction/entities/index.js.map +1 -1
  29. package/dist/tsconfig.tsbuildinfo +1 -1
  30. package/package.json +2 -2
  31. package/dist/src/domain/model/claim-details/entities/BaseClaimItem.entity.d.ts +0 -3
  32. package/dist/src/domain/model/claim-details/entities/BaseClaimItem.entity.js +0 -7
  33. package/dist/src/domain/model/claim-details/entities/BaseClaimItem.entity.js.map +0 -1
  34. package/dist/src/domain/model/claim-details/entities/ClaimDetails.entity.d.ts +0 -5
  35. package/dist/src/domain/model/claim-details/entities/ClaimDetails.entity.js +0 -7
  36. package/dist/src/domain/model/claim-details/entities/ClaimDetails.entity.js.map +0 -1
  37. package/dist/src/domain/model/claim-details/entities/index.d.ts +0 -2
  38. package/dist/src/domain/model/claim-details/entities/index.js +0 -19
  39. package/dist/src/domain/model/claim-details/entities/index.js.map +0 -1
  40. package/dist/src/domain/model/claim-details/index.d.ts +0 -1
  41. package/dist/src/domain/model/claim-details/index.js +0 -18
  42. package/dist/src/domain/model/claim-details/index.js.map +0 -1
  43. package/dist/src/domain/model/email/dtos/Email.dto.d.ts +0 -24
  44. package/dist/src/domain/model/email/dtos/Email.dto.js +0 -123
  45. package/dist/src/domain/model/email/dtos/Email.dto.js.map +0 -1
  46. package/dist/src/domain/model/email/dtos/EmailClaimFailure.dto.d.ts +0 -4
  47. package/dist/src/domain/model/email/dtos/EmailClaimFailure.dto.js.map +0 -1
  48. package/dist/src/domain/model/email/dtos/EmailClaimRequest.dto.d.ts +0 -5
  49. package/dist/src/domain/model/email/dtos/EmailClaimRequest.dto.js +0 -32
  50. package/dist/src/domain/model/email/dtos/EmailClaimRequest.dto.js.map +0 -1
  51. package/dist/src/domain/model/email/dtos/EmailClaimSuccess.dto.d.ts +0 -3
  52. package/dist/src/domain/model/email/dtos/EmailClaimSuccess.dto.js +0 -22
  53. package/dist/src/domain/model/email/dtos/EmailClaimSuccess.dto.js.map +0 -1
  54. package/dist/src/domain/model/email/dtos/EmailInvoice.dto.d.ts +0 -17
  55. package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js +0 -88
  56. package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js.map +0 -1
  57. package/dist/src/domain/model/email/dtos/EmailTopUp.dto.d.ts +0 -22
  58. package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js +0 -117
  59. package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js.map +0 -1
  60. package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.d.ts +0 -5
  61. package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js +0 -32
  62. package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js.map +0 -1
  63. package/dist/src/domain/model/paylink/entities/PaylinkWithCompany.d.ts +0 -11
  64. package/dist/src/domain/model/paylink/entities/PaylinkWithCompany.js +0 -8
  65. package/dist/src/domain/model/paylink/entities/PaylinkWithCompany.js.map +0 -1
  66. package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.d.ts +0 -5
  67. package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js +0 -8
  68. package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js.map +0 -1
  69. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxClaim.d.ts +0 -5
  70. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxClaim.js +0 -8
  71. package/dist/src/domain/model/paylink-tx/entities/PaylinkTxClaim.js.map +0 -1
  72. package/dist/src/domain/model/payment-request/entities/PaymentRequestWithCompany.entity.d.ts +0 -5
  73. package/dist/src/domain/model/payment-request/entities/PaymentRequestWithCompany.entity.js +0 -8
  74. package/dist/src/domain/model/payment-request/entities/PaymentRequestWithCompany.entity.js.map +0 -1
  75. package/dist/src/domain/model/transaction/dtos/ClaimTransaction.dto.d.ts +0 -6
  76. package/dist/src/domain/model/transaction/dtos/ClaimTransaction.dto.js +0 -33
  77. package/dist/src/domain/model/transaction/dtos/ClaimTransaction.dto.js.map +0 -1
  78. package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +0 -2
  79. package/dist/src/domain/model/transaction/entities/Claim.entity.js +0 -3
  80. package/dist/src/domain/model/transaction/entities/Claim.entity.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.346",
4
+ "version": "0.1.347",
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": "1a6845706e0859b22722bfa1b1207cc7dd5cefcd"
31
+ "gitHead": "46e793d0e39d575725f3eafdb39121fe84b70e9c"
32
32
  }
@@ -1,3 +0,0 @@
1
- export declare class BaseClaimItem {
2
- username: string;
3
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseClaimItem = void 0;
4
- class BaseClaimItem {
5
- }
6
- exports.BaseClaimItem = BaseClaimItem;
7
- //# sourceMappingURL=BaseClaimItem.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseClaimItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/claim-details/entities/BaseClaimItem.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,aAAa;CAEzB;AAFD,sCAEC"}
@@ -1,5 +0,0 @@
1
- import { BaseClaimItem } from './BaseClaimItem.entity';
2
- export declare class ClaimDetails {
3
- tradingView?: BaseClaimItem;
4
- discord?: BaseClaimItem;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ClaimDetails = void 0;
4
- class ClaimDetails {
5
- }
6
- exports.ClaimDetails = ClaimDetails;
7
- //# sourceMappingURL=ClaimDetails.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClaimDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/claim-details/entities/ClaimDetails.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;CAIxB;AAJD,oCAIC"}
@@ -1,2 +0,0 @@
1
- export * from './BaseClaimItem.entity';
2
- export * from './ClaimDetails.entity';
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./BaseClaimItem.entity"), exports);
18
- __exportStar(require("./ClaimDetails.entity"), exports);
19
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/claim-details/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,wDAAsC"}
@@ -1 +0,0 @@
1
- export * from './entities';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./entities"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/claim-details/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -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,4 +0,0 @@
1
- export declare class EmailClaimFailureDto {
2
- email: string;
3
- merchantName?: string;
4
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmailClaimFailure.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/EmailClaimFailure.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4E;AAE5E,MAAa,oBAAoB;CAQhC;AAPC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;mDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACS;AAPxB,oDAQC"}
@@ -1,5 +0,0 @@
1
- export declare class EmailClaimRequestDto {
2
- paymentRequestName: string;
3
- email: string;
4
- claimUrl: string;
5
- }
@@ -1,32 +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.EmailClaimRequestDto = void 0;
13
- const class_validator_1 = require("class-validator");
14
- class EmailClaimRequestDto {
15
- }
16
- __decorate([
17
- (0, class_validator_1.IsString)(),
18
- (0, class_validator_1.IsNotEmpty)(),
19
- __metadata("design:type", String)
20
- ], EmailClaimRequestDto.prototype, "paymentRequestName", void 0);
21
- __decorate([
22
- (0, class_validator_1.IsEmail)(),
23
- (0, class_validator_1.IsNotEmpty)(),
24
- __metadata("design:type", String)
25
- ], EmailClaimRequestDto.prototype, "email", void 0);
26
- __decorate([
27
- (0, class_validator_1.IsString)(),
28
- (0, class_validator_1.IsNotEmpty)(),
29
- __metadata("design:type", String)
30
- ], EmailClaimRequestDto.prototype, "claimUrl", void 0);
31
- exports.EmailClaimRequestDto = EmailClaimRequestDto;
32
- //# sourceMappingURL=EmailClaimRequest.dto.js.map
@@ -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,3 +0,0 @@
1
- export declare class EmailClaimSuccessDto {
2
- email: string;
3
- }
@@ -1,22 +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.EmailClaimSuccessDto = void 0;
13
- const class_validator_1 = require("class-validator");
14
- class EmailClaimSuccessDto {
15
- }
16
- __decorate([
17
- (0, class_validator_1.IsEmail)(),
18
- (0, class_validator_1.IsNotEmpty)(),
19
- __metadata("design:type", String)
20
- ], EmailClaimSuccessDto.prototype, "email", void 0);
21
- exports.EmailClaimSuccessDto = EmailClaimSuccessDto;
22
- //# sourceMappingURL=EmailClaimSuccess.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmailClaimSuccess.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/EmailClaimSuccess.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsD;AAEtD,MAAa,oBAAoB;CAIhC;AAHC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;mDACC;AAHhB,oDAIC"}
@@ -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,5 +0,0 @@
1
- export declare class EmailClaimRequestDto {
2
- paymentRequestName: string;
3
- email: string;
4
- claimUrl: string;
5
- }
@@ -1,32 +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.EmailClaimRequestDto = void 0;
13
- const class_validator_1 = require("class-validator");
14
- class EmailClaimRequestDto {
15
- }
16
- __decorate([
17
- (0, class_validator_1.IsString)(),
18
- (0, class_validator_1.IsNotEmpty)(),
19
- __metadata("design:type", String)
20
- ], EmailClaimRequestDto.prototype, "paymentRequestName", void 0);
21
- __decorate([
22
- (0, class_validator_1.IsEmail)(),
23
- (0, class_validator_1.IsNotEmpty)(),
24
- __metadata("design:type", String)
25
- ], EmailClaimRequestDto.prototype, "email", void 0);
26
- __decorate([
27
- (0, class_validator_1.IsString)(),
28
- (0, class_validator_1.IsNotEmpty)(),
29
- __metadata("design:type", String)
30
- ], EmailClaimRequestDto.prototype, "claimUrl", void 0);
31
- exports.EmailClaimRequestDto = EmailClaimRequestDto;
32
- //# sourceMappingURL=emailClaimRequest.dto.js.map
@@ -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"}