@heliofi/common 0.1.484 → 0.1.486
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/constants/raffle.d.ts +0 -0
- package/dist/src/domain/constants/raffle.js +0 -0
- package/dist/src/domain/constants/raffle.js.map +0 -0
- package/dist/src/domain/constants/solanaTransactionVersion.d.ts +0 -0
- package/dist/src/domain/constants/solanaTransactionVersion.js +0 -0
- package/dist/src/domain/constants/solanaTransactionVersion.js.map +0 -0
- package/dist/src/domain/model/charge/dtos/createCharge.dto.d.ts +0 -0
- package/dist/src/domain/model/charge/dtos/createCharge.dto.js +0 -0
- package/dist/src/domain/model/charge/dtos/createCharge.dto.js.map +0 -0
- package/dist/src/domain/model/charge/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/charge/dtos/index.js +0 -0
- package/dist/src/domain/model/charge/dtos/index.js.map +0 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.d.ts +0 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.js +0 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.js.map +0 -0
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.d.ts +0 -0
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.js +0 -0
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.js.map +0 -0
- package/dist/src/domain/model/charge/entities/Charge.entity.d.ts +0 -1
- package/dist/src/domain/model/charge/entities/Charge.entity.js +0 -0
- package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.d.ts +7 -0
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js +8 -0
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js.map +1 -0
- package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.d.ts +0 -0
- package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.js +0 -0
- package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.js.map +0 -0
- package/dist/src/domain/model/charge/entities/index.d.ts +1 -0
- package/dist/src/domain/model/charge/entities/index.js +1 -0
- package/dist/src/domain/model/charge/entities/index.js.map +1 -1
- package/dist/src/domain/model/charge/index.d.ts +0 -0
- package/dist/src/domain/model/charge/index.js +0 -0
- package/dist/src/domain/model/charge/index.js.map +0 -0
- package/dist/src/domain/model/integrations-details/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/dtos/index.js +0 -0
- package/dist/src/domain/model/integrations-details/dtos/index.js.map +0 -0
- package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.js +0 -0
- package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.js.map +0 -0
- package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.js +0 -0
- package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.js.map +0 -0
- package/dist/src/domain/model/integrations-details/entities/index.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/entities/index.js +0 -0
- package/dist/src/domain/model/integrations-details/entities/index.js.map +0 -0
- package/dist/src/domain/model/integrations-details/index.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/index.js +0 -0
- package/dist/src/domain/model/integrations-details/index.js.map +0 -0
- package/dist/src/domain/model/raffle-details/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/dtos/index.js +0 -0
- package/dist/src/domain/model/raffle-details/dtos/index.js.map +0 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js +0 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js.map +0 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js +0 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js.map +0 -0
- package/dist/src/domain/model/raffle-details/entities/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/entities/index.js +0 -0
- package/dist/src/domain/model/raffle-details/entities/index.js.map +0 -0
- package/dist/src/domain/model/raffle-details/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/index.js +0 -0
- package/dist/src/domain/model/raffle-details/index.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/index.js +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/index.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js +0 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js +0 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/entities/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/entities/index.js +0 -0
- package/dist/src/domain/model/raffle-entry/entities/index.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/index.js +0 -0
- package/dist/src/domain/model/raffle-entry/index.js.map +0 -0
- package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.d.ts +0 -0
- package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.js +0 -0
- package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.js.map +0 -0
- package/dist/src/domain/services/SolanaSerializationService.d.ts +0 -0
- package/dist/src/domain/services/SolanaSerializationService.js +0 -0
- package/dist/src/domain/services/SolanaSerializationService.js.map +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.d.ts +0 -22
- package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.js +0 -8
- package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.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.
|
|
4
|
+
"version": "0.1.486",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"ts-loader": "^9.3.1",
|
|
30
30
|
"typescript": "4.8.4"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "3687f772ade1ee40d048feebb70cd72648ed0c94"
|
|
33
33
|
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { RecipientAndAmount } from '@heliofi/evm-adapter';
|
|
2
|
-
import { Entity } from '../../entity';
|
|
3
|
-
import { TokenQuoteMeta } from '../../transaction-meta';
|
|
4
|
-
import { DiscordUser } from '../../discord-user';
|
|
5
|
-
import { DiscountCode } from '../../discount-codes';
|
|
6
|
-
import { FeeProperties } from '../../fee';
|
|
7
|
-
import { Currency } from '../../currency';
|
|
8
|
-
export declare class ValidatedRequestBodyFromCharge extends Entity {
|
|
9
|
-
amount: bigint;
|
|
10
|
-
currency: Currency;
|
|
11
|
-
publicKey: string;
|
|
12
|
-
paylink: string;
|
|
13
|
-
fee: bigint;
|
|
14
|
-
feeProperties: FeeProperties;
|
|
15
|
-
affiliateAmount: bigint;
|
|
16
|
-
recipientsAndAmounts: RecipientAndAmount[];
|
|
17
|
-
discountCode: DiscountCode;
|
|
18
|
-
decodedDiscordUser: DiscordUser;
|
|
19
|
-
primaryRecipient: RecipientAndAmount;
|
|
20
|
-
remainingRecipientsAndAmounts: RecipientAndAmount[];
|
|
21
|
-
tokenQuote: TokenQuoteMeta;
|
|
22
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValidatedRequestBodyFromCharge = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class ValidatedRequestBodyFromCharge extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.ValidatedRequestBodyFromCharge = ValidatedRequestBodyFromCharge;
|
|
8
|
-
//# sourceMappingURL=ValidatedRequestBodyFromCharge.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ValidatedRequestBodyFromCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAOtC,MAAa,8BAA+B,SAAQ,eAAM;CA0BzD;AA1BD,wEA0BC"}
|