@heliofi/common 0.1.352 → 0.1.354
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/affiliates/entities/AffiliateDetails.entity.d.ts +4 -0
- package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.js +8 -0
- package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.js.map +1 -0
- package/dist/src/domain/model/email/dtos/Email.dto.d.ts +24 -0
- package/dist/src/domain/model/email/dtos/Email.dto.js +123 -0
- package/dist/src/domain/model/email/dtos/Email.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/EmailInvoice.dto.d.ts +17 -0
- package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js +88 -0
- package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/EmailTopUp.dto.d.ts +22 -0
- package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js +117 -0
- package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.d.ts +5 -0
- package/dist/src/domain/model/{helio-wallet/dtos/providersCollectionIds.dto.js → email/dtos/emailClaimRequest.dto.js} +18 -10
- package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js.map +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +0 -1
- 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/paylink/entities/index.d.ts +0 -1
- package/dist/src/domain/model/paylink/entities/index.js +0 -1
- package/dist/src/domain/model/paylink/entities/index.js.map +1 -1
- package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.d.ts +5 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js +8 -0
- package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/entities/index.d.ts +0 -1
- package/dist/src/domain/model/paylink-tx/entities/index.js +0 -1
- package/dist/src/domain/model/paylink-tx/entities/index.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/index.d.ts +0 -1
- package/dist/src/domain/model/payment-request/entities/index.js +0 -1
- package/dist/src/domain/model/payment-request/entities/index.js.map +1 -1
- package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +11 -2
- package/dist/src/domain/model/transaction/entities/Claim.entity.js +4 -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/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +0 -3
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js +0 -24
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +0 -3
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js +0 -22
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js +0 -22
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js +0 -22
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +0 -8
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +0 -8
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +0 -8
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.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.354",
|
|
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": "4d8ded8dac3b5df62ab2d9d4472839f351b2fe00"
|
|
32
32
|
}
|
|
@@ -1,24 +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.ProviderCollectionsIdsDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
class ProviderCollectionsIdsDto {
|
|
15
|
-
}
|
|
16
|
-
__decorate([
|
|
17
|
-
(0, class_validator_1.IsArray)(),
|
|
18
|
-
(0, class_validator_1.ArrayMinSize)(1),
|
|
19
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
20
|
-
(0, class_validator_1.IsNotEmpty)({ each: true }),
|
|
21
|
-
__metadata("design:type", Array)
|
|
22
|
-
], ProviderCollectionsIdsDto.prototype, "mintAddresses", void 0);
|
|
23
|
-
exports.ProviderCollectionsIdsDto = ProviderCollectionsIdsDto;
|
|
24
|
-
//# sourceMappingURL=providerCollectionsIds.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"providerCollectionsIds.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,yBAAyB;CAMrC;AALC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;gEACF;AAL3B,8DAMC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"providersCollectionIds.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,yBAAyB;CAMrC;AALC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;gEACF;AAL3B,8DAMC"}
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js
DELETED
|
@@ -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.CollectionsFloorPriceAndAddress = void 0;
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const entity_1 = require("../../entity");
|
|
15
|
-
class CollectionsFloorPriceAndAddress extends entity_1.Entity {
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
-
__metadata("design:type", BigInt)
|
|
20
|
-
], CollectionsFloorPriceAndAddress.prototype, "floorPrice", void 0);
|
|
21
|
-
exports.CollectionsFloorPriceAndAddress = CollectionsFloorPriceAndAddress;
|
|
22
|
-
//# sourceMappingURL=CollectionsFloorPriceAndAddress.entity.js.map
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionsFloorPriceAndAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,+BAAgC,SAAQ,eAAM;CAK1D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mEACrB;AAFrB,0EAKC"}
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js
DELETED
|
@@ -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.CollectionsFloorPricesByAddress = void 0;
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const entity_1 = require("../../entity");
|
|
15
|
-
class CollectionsFloorPricesByAddress extends entity_1.Entity {
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
-
__metadata("design:type", BigInt)
|
|
20
|
-
], CollectionsFloorPricesByAddress.prototype, "floorPrice", void 0);
|
|
21
|
-
exports.CollectionsFloorPricesByAddress = CollectionsFloorPricesByAddress;
|
|
22
|
-
//# sourceMappingURL=CollectionsFloorPricesByAddress.entity.js.map
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionsFloorPricesByAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,+BAAgC,SAAQ,eAAM;CAK1D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mEACrB;AAFrB,0EAKC"}
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js
DELETED
|
@@ -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.CollectionsFloorPricesByProvider = void 0;
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const entity_1 = require("../../entity");
|
|
15
|
-
class CollectionsFloorPricesByProvider extends entity_1.Entity {
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
-
__metadata("design:type", BigInt)
|
|
20
|
-
], CollectionsFloorPricesByProvider.prototype, "floorPrice", void 0);
|
|
21
|
-
exports.CollectionsFloorPricesByProvider = CollectionsFloorPricesByProvider;
|
|
22
|
-
//# sourceMappingURL=CollectionsFloorPricesByProvider.entity.js.map
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionsFloorPricesByProvider.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,gCAAiC,SAAQ,eAAM;CAK3D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;oEACrB;AAFrB,4EAKC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CollectionsFloorPricesByProvider = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class CollectionsFloorPricesByProvider extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.CollectionsFloorPricesByProvider = CollectionsFloorPricesByProvider;
|
|
8
|
-
//# sourceMappingURL=CollectionsFloorPricesByProvider.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionsFloorPricesByProvider.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,gCAAiC,SAAQ,eAAM;CAI3D;AAJD,4EAIC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ProvidersCollectionIdAndMintAddress = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class ProvidersCollectionIdAndMintAddress extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.ProvidersCollectionIdAndMintAddress = ProvidersCollectionIdAndMintAddress;
|
|
8
|
-
//# sourceMappingURL=ProvidersCollectionIdsFromMintAddresses.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProvidersCollectionIdsFromMintAddresses.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mCAAoC,SAAQ,eAAM;CAI9D;AAJD,kFAIC"}
|
package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ProvidersCollectionIdAndMintAddress = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class ProvidersCollectionIdAndMintAddress extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.ProvidersCollectionIdAndMintAddress = ProvidersCollectionIdAndMintAddress;
|
|
8
|
-
//# sourceMappingURL=ProvidersCollectionIdsFromMintAddresses.js.map
|
package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProvidersCollectionIdsFromMintAddresses.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mCAAoC,SAAQ,eAAM;CAI9D;AAJD,kFAIC"}
|