@heliofi/common 0.1.370 → 0.1.372
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/auth/dtos/AccessCodeAuth.dto.d.ts +1 -1
- package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.js +3 -3
- package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.d.ts +1 -1
- package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.js +4 -4
- package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.d.ts +1 -1
- package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.js +3 -3
- package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.d.ts +1 -1
- package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.js +4 -4
- package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.js.map +1 -1
- package/dist/src/domain/model/auth/dtos/accessCodeAuth.dto.d.ts +3 -0
- package/dist/src/domain/model/auth/dtos/accessCodeAuth.dto.js +8 -0
- package/dist/src/domain/model/auth/dtos/accessCodeAuth.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.d.ts +7 -0
- package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.js +38 -0
- package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/bitcoinSignOn.dto.d.ts +9 -0
- package/dist/src/domain/model/auth/dtos/bitcoinSignOn.dto.js +41 -0
- package/dist/src/domain/model/auth/dtos/bitcoinSignOn.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/btcProperties.dto.d.ts +4 -0
- package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js → auth/dtos/btcProperties.dto.js} +14 -9
- package/dist/src/domain/model/auth/dtos/btcProperties.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/discordAuth.dto.d.ts +3 -0
- package/dist/src/domain/model/auth/dtos/discordAuth.dto.js +8 -0
- package/dist/src/domain/model/auth/dtos/discordAuth.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/evmMessage.dto.d.ts +9 -0
- package/dist/src/domain/model/auth/dtos/evmMessage.dto.js +52 -0
- package/dist/src/domain/model/auth/dtos/evmMessage.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/evmSignOn.dto.d.ts +7 -0
- package/dist/src/domain/model/auth/dtos/evmSignOn.dto.js +36 -0
- package/dist/src/domain/model/auth/dtos/evmSignOn.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/signOnWeb3authSocialNetwork.dto.d.ts +5 -0
- package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js → auth/dtos/signOnWeb3authSocialNetwork.dto.js} +15 -9
- package/dist/src/domain/model/auth/dtos/signOnWeb3authSocialNetwork.dto.js.map +1 -0
- package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.d.ts +4 -0
- package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.js +27 -0
- package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.js.map +1 -0
- package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.d.ts +9 -0
- package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.js +52 -0
- package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.js.map +1 -0
- package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.d.ts +4 -0
- package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.js +27 -0
- package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.js.map +1 -0
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.d.ts +2 -0
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.js.map +1 -1
- package/dist/src/domain/model/discordDetails/entities/DiscordRole.d.ts +4 -0
- package/dist/src/domain/model/discordDetails/entities/DiscordRole.js +7 -0
- package/dist/src/domain/model/discordDetails/entities/DiscordRole.js.map +1 -0
- package/dist/src/domain/model/discordDetails/entities/index.d.ts +1 -0
- package/dist/src/domain/model/discordDetails/entities/index.js +1 -0
- package/dist/src/domain/model/discordDetails/entities/index.js.map +1 -1
- 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/emailClaimFailure.dto.d.ts +4 -0
- package/dist/src/domain/model/email/dtos/emailClaimFailure.dto.js +27 -0
- package/dist/src/domain/model/email/dtos/emailClaimFailure.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.d.ts +5 -0
- package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js +32 -0
- package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.d.ts +3 -0
- package/dist/src/domain/model/{helio-wallet/dtos/providersCollectionIds.dto.js → email/dtos/emailClaimSuccess.dto.js} +8 -10
- package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.js.map +1 -0
- package/dist/src/domain/model/escrow-transaction/dtos/escrowTransactionMeta.dto.d.ts +6 -0
- package/dist/src/domain/model/escrow-transaction/dtos/escrowTransactionMeta.dto.js +33 -0
- package/dist/src/domain/model/escrow-transaction/dtos/escrowTransactionMeta.dto.js.map +1 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/createEvmTransactionMonitoring.dto.d.ts +7 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/createEvmTransactionMonitoring.dto.js +42 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/createEvmTransactionMonitoring.dto.js.map +1 -0
- package/dist/src/domain/model/fee/dtos/FeeDto.d.ts +1 -1
- package/dist/src/domain/model/fee/dtos/FeeDto.js +6 -6
- package/dist/src/domain/model/fee/dtos/FeeDto.js.map +1 -1
- package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +4 -0
- package/dist/src/domain/model/{helio-wallet/dtos/providerCollectionsIds.dto.js → fee/dtos/feeDetailsDto.js} +13 -10
- package/dist/src/domain/model/fee/dtos/feeDetailsDto.js.map +1 -0
- package/dist/src/domain/model/fee/dtos/feeDto.d.ts +8 -0
- package/dist/src/domain/model/fee/dtos/feeDto.js +48 -0
- package/dist/src/domain/model/fee/dtos/feeDto.js.map +1 -0
- package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.d.ts +6 -0
- package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.js +34 -0
- package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.js.map +1 -0
- package/dist/src/domain/model/media/dtos/mediaProperties.dto.d.ts +5 -0
- package/dist/src/domain/model/media/dtos/mediaProperties.dto.js +27 -0
- package/dist/src/domain/model/media/dtos/mediaProperties.dto.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +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/prepare-payment-request/dtos/preparePaymentRequest.dto.d.ts +4 -0
- package/dist/src/domain/model/prepare-payment-request/dtos/preparePaymentRequest.dto.js +27 -0
- package/dist/src/domain/model/prepare-payment-request/dtos/preparePaymentRequest.dto.js.map +1 -0
- package/dist/src/domain/model/recipient/dtos/recipient.dto.d.ts +4 -0
- package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js → recipient/dtos/recipient.dto.js} +14 -9
- package/dist/src/domain/model/recipient/dtos/recipient.dto.js.map +1 -0
- package/dist/src/domain/model/trading-view-details/dtos/tradingViewDetails.dto.d.ts +5 -0
- package/dist/src/domain/model/trading-view-details/dtos/tradingViewDetails.dto.js +32 -0
- package/dist/src/domain/model/trading-view-details/dtos/tradingViewDetails.dto.js.map +1 -0
- package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.d.ts +5 -0
- package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.js +32 -0
- package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/dtos/baseCreateTransaction.dto.d.ts +4 -0
- package/dist/src/domain/model/transaction/dtos/baseCreateTransaction.dto.js +7 -0
- package/dist/src/domain/model/transaction/dtos/baseCreateTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +6 -0
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +33 -0
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.d.ts +5 -0
- package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.js +28 -0
- package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.js.map +1 -0
- package/dist/src/domain/model/wallet/dtos/btcProperties.dto.d.ts +4 -0
- package/dist/src/domain/model/wallet/dtos/btcProperties.dto.js +27 -0
- package/dist/src/domain/model/wallet/dtos/btcProperties.dto.js.map +1 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.d.ts +6 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js +31 -0
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js.map +1 -0
- package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.d.ts +6 -0
- package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.js +31 -0
- package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/jest.config.js +0 -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.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.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.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.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/jest.config.js
CHANGED
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.372",
|
|
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": "6e1c3b4c5093606339a62c1c2ed6567d17917df6"
|
|
32
32
|
}
|
|
@@ -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.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.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.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"}
|