@xoxno/types 1.0.83 → 1.0.84
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/index.d.ts +15 -15
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1466,7 +1466,7 @@ declare type CollectionInfoDto = CollectionInfoDto_base & {
|
|
|
1466
1466
|
volume: number;
|
|
1467
1467
|
};
|
|
1468
1468
|
declare const CollectionInfoDtoNest_base: _nestjs_common.Type<Pick<CollectionProfileDoc, "description" | "name" | "profile" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "socials" | "banner" | "owner" | "collectionSize">>;
|
|
1469
|
-
declare class CollectionInfoDtoNest extends CollectionInfoDtoNest_base {
|
|
1469
|
+
export declare class CollectionInfoDtoNest extends CollectionInfoDtoNest_base {
|
|
1470
1470
|
volume: number;
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
@@ -1564,7 +1564,7 @@ declare type CollectionMintProfileDocWithStages = CollectionMintProfileDocWithSt
|
|
|
1564
1564
|
mintStages: MintStageDto[];
|
|
1565
1565
|
};
|
|
1566
1566
|
declare const CollectionMintProfileDocWithStagesNest_base: _nestjs_common.Type<Pick<CollectionMintProfileDocHydrated, "collectionSize" | "collectionInfo" | "contractAddress" | "collectionTag" | "nftTransferLimited" | "hasBotProtection" | "kycRequired" | "totalNftMinted" | "cid" | "mediaType" | "globalWalletLimit" | "creatorInfo" | "hasAttributes">>;
|
|
1567
|
-
declare class CollectionMintProfileDocWithStagesNest extends CollectionMintProfileDocWithStagesNest_base {
|
|
1567
|
+
export declare class CollectionMintProfileDocWithStagesNest extends CollectionMintProfileDocWithStagesNest_base {
|
|
1568
1568
|
collection: string;
|
|
1569
1569
|
isExcludedFromMint: boolean;
|
|
1570
1570
|
userMintsGlobal: number;
|
|
@@ -2087,7 +2087,7 @@ declare class LendingEModeCategoryProfileDoc {
|
|
|
2087
2087
|
declare type ShortLendingTokenEModeProfileDoc_base = Pick<LendingTokenEModeProfileDoc, "token" | "canBeCollateral" | "canBeBorrowed" | "eModeCategory">;
|
|
2088
2088
|
declare type ShortLendingTokenEModeProfileDoc = ShortLendingTokenEModeProfileDoc_base ;
|
|
2089
2089
|
declare const ShortLendingTokenEModeProfileDocNest_base: _nestjs_common.Type<Pick<LendingTokenEModeProfileDoc, "token" | "canBeCollateral" | "canBeBorrowed" | "eModeCategory">>;
|
|
2090
|
-
declare class ShortLendingTokenEModeProfileDocNest extends ShortLendingTokenEModeProfileDocNest_base {
|
|
2090
|
+
export declare class ShortLendingTokenEModeProfileDocNest extends ShortLendingTokenEModeProfileDocNest_base {
|
|
2091
2091
|
}
|
|
2092
2092
|
declare class LendingEModeCategoryProfile extends LendingEModeCategoryProfileDoc {
|
|
2093
2093
|
eModeTokenProfiles: Pick<LendingTokenEModeProfileDoc, 'token' | 'canBeBorrowed' | 'canBeCollateral' | 'eModeCategory'>[];
|
|
@@ -2572,7 +2572,7 @@ declare type TicketProfileSummary = TicketProfileSummary_base & {
|
|
|
2572
2572
|
quantity?: number;
|
|
2573
2573
|
};
|
|
2574
2574
|
declare const TicketProfileSummaryNest_base: _nestjs_common.Type<Pick<EventTicketProfileDoc, "description" | "name" | "profile" | "badgeColor" | "characteristics">>;
|
|
2575
|
-
declare class TicketProfileSummaryNest extends TicketProfileSummaryNest_base {
|
|
2575
|
+
export declare class TicketProfileSummaryNest extends TicketProfileSummaryNest_base {
|
|
2576
2576
|
ticketId?: string;
|
|
2577
2577
|
quantity?: number;
|
|
2578
2578
|
}
|
|
@@ -2709,7 +2709,7 @@ declare class EventGuestAnswerDoc {
|
|
|
2709
2709
|
declare type EventQuestionAnswerDto_base = Pick<EventGuestAnswerDoc, "questionId" | "answer">;
|
|
2710
2710
|
declare type EventQuestionAnswerDto = EventQuestionAnswerDto_base ;
|
|
2711
2711
|
declare const EventQuestionAnswerDtoNest_base: _nestjs_common.Type<Pick<EventGuestAnswerDoc, "questionId" | "answer">>;
|
|
2712
|
-
declare class EventQuestionAnswerDtoNest extends EventQuestionAnswerDtoNest_base {
|
|
2712
|
+
export declare class EventQuestionAnswerDtoNest extends EventQuestionAnswerDtoNest_base {
|
|
2713
2713
|
}
|
|
2714
2714
|
declare class AnsweredQuestionWithDetails {
|
|
2715
2715
|
answer?: EventGuestAnswerDoc;
|
|
@@ -3232,7 +3232,7 @@ declare class EventReferralConfigCreateDto {
|
|
|
3232
3232
|
declare type EventReferralConfigEditDto_base = Partial<EventReferralConfigCreateDto>;
|
|
3233
3233
|
declare type EventReferralConfigEditDto = EventReferralConfigEditDto_base ;
|
|
3234
3234
|
declare const EventReferralConfigEditDtoNest_base: _nestjs_common.Type<Partial<EventReferralConfigCreateDto>>;
|
|
3235
|
-
declare class EventReferralConfigEditDtoNest extends EventReferralConfigEditDtoNest_base {
|
|
3235
|
+
export declare class EventReferralConfigEditDtoNest extends EventReferralConfigEditDtoNest_base {
|
|
3236
3236
|
}
|
|
3237
3237
|
|
|
3238
3238
|
declare class EventReferralConfigFilterCriteriaDto {
|
|
@@ -3370,7 +3370,7 @@ declare type EventStageProfileEditDto = EventStageProfileEditDto_base & {
|
|
|
3370
3370
|
endTime: number;
|
|
3371
3371
|
};
|
|
3372
3372
|
declare const EventStageProfileEditDtoNest_base: _nestjs_common.Type<Pick<EventStageProfileCreateDto, "isWhitelist" | "prices" | "maxLimit" | "userLimit" | "isEnabled" | "requiredApproval">>;
|
|
3373
|
-
declare class EventStageProfileEditDtoNest extends EventStageProfileEditDtoNest_base {
|
|
3373
|
+
export declare class EventStageProfileEditDtoNest extends EventStageProfileEditDtoNest_base {
|
|
3374
3374
|
name: string;
|
|
3375
3375
|
startTime: number;
|
|
3376
3376
|
endTime: number;
|
|
@@ -3411,7 +3411,7 @@ declare type EventTicketProfileEditDto = EventTicketProfileEditDto_base & {
|
|
|
3411
3411
|
characteristics: Record<string, string | number>;
|
|
3412
3412
|
};
|
|
3413
3413
|
declare const EventTicketProfileEditDtoNest_base: _nestjs_common.Type<Pick<EventTicketProfileCreateDto, "description" | "royalties" | "badgeColor" | "maxLimit" | "userLimit">>;
|
|
3414
|
-
declare class EventTicketProfileEditDtoNest extends EventTicketProfileEditDtoNest_base {
|
|
3414
|
+
export declare class EventTicketProfileEditDtoNest extends EventTicketProfileEditDtoNest_base {
|
|
3415
3415
|
name: string;
|
|
3416
3416
|
characteristics: Record<string, string | number>;
|
|
3417
3417
|
}
|
|
@@ -3439,7 +3439,7 @@ declare type EventVoucherCreateDto = EventVoucherCreateDto_base & {
|
|
|
3439
3439
|
isActive?: boolean;
|
|
3440
3440
|
};
|
|
3441
3441
|
declare const EventVoucherCreateDtoNest_base: _nestjs_common.Type<Partial<Omit<EventVoucherDoc, "id" | "dataType" | "createdAt" | "usedCount" | "createdBy">>>;
|
|
3442
|
-
declare class EventVoucherCreateDtoNest extends EventVoucherCreateDtoNest_base {
|
|
3442
|
+
export declare class EventVoucherCreateDtoNest extends EventVoucherCreateDtoNest_base {
|
|
3443
3443
|
code?: string;
|
|
3444
3444
|
type: VoucherType;
|
|
3445
3445
|
amount: number;
|
|
@@ -3459,7 +3459,7 @@ declare type EventVoucherEditDto = EventVoucherEditDto_base & {
|
|
|
3459
3459
|
endDate?: number;
|
|
3460
3460
|
};
|
|
3461
3461
|
declare const EventVoucherEditDtoNest_base: _nestjs_common.Type<Partial<Omit<EventVoucherCreateDto, "eventId" | "code">>>;
|
|
3462
|
-
declare class EventVoucherEditDtoNest extends EventVoucherEditDtoNest_base {
|
|
3462
|
+
export declare class EventVoucherEditDtoNest extends EventVoucherEditDtoNest_base {
|
|
3463
3463
|
isActive?: boolean;
|
|
3464
3464
|
startDate?: number;
|
|
3465
3465
|
endDate?: number;
|
|
@@ -4366,7 +4366,7 @@ declare enum StakingStatus {
|
|
|
4366
4366
|
declare type StakingPostDTO_base = Pick<StakingSummary, "description" | "name">;
|
|
4367
4367
|
declare type StakingPostDTO = StakingPostDTO_base ;
|
|
4368
4368
|
declare const StakingPostDTONest_base: _nestjs_common.Type<Pick<StakingSummary, "description" | "name">>;
|
|
4369
|
-
declare class StakingPostDTONest extends StakingPostDTONest_base {
|
|
4369
|
+
export declare class StakingPostDTONest extends StakingPostDTONest_base {
|
|
4370
4370
|
}
|
|
4371
4371
|
|
|
4372
4372
|
declare class UserStakingSummaryDto {
|
|
@@ -4545,7 +4545,7 @@ declare class TransactionSendResult {
|
|
|
4545
4545
|
declare type BatchTransactionResponse_base = Pick<TransactionSendResult, "txHash" | "status">;
|
|
4546
4546
|
declare type BatchTransactionResponse = BatchTransactionResponse_base ;
|
|
4547
4547
|
declare const BatchTransactionResponseNest_base: _nestjs_common.Type<Pick<TransactionSendResult, "txHash" | "status">>;
|
|
4548
|
-
declare class BatchTransactionResponseNest extends BatchTransactionResponseNest_base {
|
|
4548
|
+
export declare class BatchTransactionResponseNest extends BatchTransactionResponseNest_base {
|
|
4549
4549
|
}
|
|
4550
4550
|
|
|
4551
4551
|
declare enum LinkedAccountType {
|
|
@@ -4966,7 +4966,7 @@ declare class CollectionStatsDto extends CollectionStatsDoc {
|
|
|
4966
4966
|
declare type CollectionProfileUpdateDto_base = Pick<CollectionProfileDoc, "description" | "profile" | "socials">;
|
|
4967
4967
|
declare type CollectionProfileUpdateDto = CollectionProfileUpdateDto_base ;
|
|
4968
4968
|
declare const CollectionProfileUpdateDtoNest_base: _nestjs_common.Type<Pick<CollectionProfileDoc, "description" | "profile" | "socials">>;
|
|
4969
|
-
declare class CollectionProfileUpdateDtoNest extends CollectionProfileUpdateDtoNest_base {
|
|
4969
|
+
export declare class CollectionProfileUpdateDtoNest extends CollectionProfileUpdateDtoNest_base {
|
|
4970
4970
|
}
|
|
4971
4971
|
|
|
4972
4972
|
declare class MintingListingDto extends CollectionMintProfileDoc {
|
|
@@ -5399,7 +5399,7 @@ declare class CreatorProfileDto extends CreatorProfileDoc {
|
|
|
5399
5399
|
declare type CreatorUpdateProfileDTO_base = Pick<CreatorProfileDto, "description" | "profile" | "socials">;
|
|
5400
5400
|
declare type CreatorUpdateProfileDTO = CreatorUpdateProfileDTO_base ;
|
|
5401
5401
|
declare const CreatorUpdateProfileDTONest_base: _nestjs_common.Type<Pick<CreatorProfileDto, "description" | "profile" | "socials">>;
|
|
5402
|
-
declare class CreatorUpdateProfileDTONest extends CreatorUpdateProfileDTONest_base {
|
|
5402
|
+
export declare class CreatorUpdateProfileDTONest extends CreatorUpdateProfileDTONest_base {
|
|
5403
5403
|
}
|
|
5404
5404
|
|
|
5405
5405
|
declare class EditUserCreatorProfileDto {
|
|
@@ -5446,7 +5446,7 @@ declare class UserProfileDto extends UserProfileDoc {
|
|
|
5446
5446
|
declare type UserUpdateDTO_base = Pick<UserProfileDto, "description" | "profile" | "socials">;
|
|
5447
5447
|
declare type UserUpdateDTO = UserUpdateDTO_base ;
|
|
5448
5448
|
declare const UserUpdateDTONest_base: _nestjs_common.Type<Pick<UserProfileDto, "description" | "profile" | "socials">>;
|
|
5449
|
-
declare class UserUpdateDTONest extends UserUpdateDTONest_base {
|
|
5449
|
+
export declare class UserUpdateDTONest extends UserUpdateDTONest_base {
|
|
5450
5450
|
}
|
|
5451
5451
|
|
|
5452
5452
|
declare class SetEmailDto {
|