@xoxno/sdk-js 1.0.6 → 1.0.8
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/interactor.cjs.js +1 -1
- package/dist/interactor.d.ts +1 -1
- package/dist/interactor.esm.js +1 -1
- package/dist/sdk/swagger.d.ts +39 -23
- package/package.json +2 -2
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActivityChain, AirdropDto, AnalyticsMarketplaceUniqueUsers, AnalyticsVolumeDto,
|
|
1
|
+
import type { ActivityChain, AirdropDto, AnalyticsMarketplaceUniqueUsers, AnalyticsVolumeDto, AnsweredQuestionWithDetails, BageQRData, BatchTransactionResponse, ChatMessageDocHydrated, ChatMessagePaginated, CheckLikeStatusResponseDto, CollectionHoldersDto, CollectionMintProfileDocHydrated, CollectionMintProfileDocWithStages, CollectionMintProfileFilter, CollectionMintProfilePaginated, CollectionOffersFilter, CollectionOwnerDto, CollectionPinnedStatusDto, CollectionProfileDoc, CollectionProfileFilter, CollectionProfilePaginated, CollectionRanksDTO, CollectionStatsDocHydrated, CollectionStatsFilter, CollectionStatsPaginated, CreatorDetailsDto, CreatorMarketingNotificationDto, CreatorProfileDto, DiscountCodeValidationResponse, DropInfoDto, EditUserCreatorProfileDto, EditUserProfileDto, EventCheckInQR, EventCountGroupedByCountry, EventGuestApproveDto, EventGuestExport, EventGuestFilter, EventGuestProfile, EventGuestProfileQuery, EventGuestRegistrationDto, EventInvitation, EventInvitationCreateDto, EventInvitationDoc, EventInvitationFilter, EventInvitationQuery, EventNotificationDto, EventProfile, EventProfileCreateDto, EventProfileEditDto, EventProfileFilter, EventProfileQuery, EventQuestionCreateDto, EventQuestionDoc, EventQuestionEditDto, EventReferralConfigCreateDto, EventReferralConfigDoc, EventReferralConfigEditDto, EventReferralConfigFilter, EventReferralConfigPaginated, EventReferralCreateDto, EventReferralDoc, EventReferralEditDto, EventReferralFilter, EventReferralPaginated, EventRegistrationResponseDto, EventStageProfileCreateDto, EventStageProfileDoc, EventStageProfileEditDto, EventTicketProfileCreateDto, EventTicketProfileDoc, EventTicketProfileEditDto, EventUserRole, EventUserRoleCreateDto, EventUserRoleDoc, EventVoucherDoc, EventVoucherFilter, EventVoucherQuery, FetchSwapRoutesResponseDto, FilterQueryDto, FloorPriceDto, FollowCollectionDto, GlobalAnalyticsOverviewResponseDto, GlobalConversationSummaryDto, GlobalOfferPaginated, GlobalSearchResourcesPaginated, IMetrics, InventorySummaryDto, KustoOrderDirection, LendingAccountProfile, LendingEModeCategoryProfile, LendingIndexesDto, LendingMarketAnalyticsGraph, LendingMarketProfile, LendingMarketProfileFilter, LendingMarketProfileQuery, LendingOverallStats, LendingPositionOrderByColumn, LendingPositionStatus, LendingTokenPriceDto, LikeNftDto, ListingsResponseDto, LoginAccessDto, LoginRequestDto, ManualCheckInDto, MobileDeviceDoc, MobileDeviceRegistrationDto, NativeWalletDto, NftActivityDocHydrated, NftActivityFilter, NftActivityPaginated, NftDoc, NftDocFilter, NftDocHydrated, NftOfferDoc, NftOfferDocFilter, NftOfferPaginated, NftPaginated, NotificationDoc, NotificationPaginated, NotificationPreferencesPostDto, NotificationSuccessResponseDto, OwnedCollectionsDto, OwnedServicesDto, PinnedCollectionDto, ProtocolAprType, ProviderDto, PublicOnly, PushNotificationCountResponse, PushNotificationDoc, PushNotificationResponse, RateType, SendChatMessageDto, SetEmailDto, SetPhoneDto, ShareholderDto, SignAcceptGlobalOfferDto, SignDataDto, SignMintDto, SignWithdrawDto, StakingCreatorDoc, StakingExploreDto, StakingPostDTO, StakingSummary, StakingUserPoolNfts, SuccessDto, SuccessWithMessageDto, SwitchWalletDto, TicketCalculationRequestDto, TicketPricesResponse, TicketValidationResult, TokenCategory, TokenDocDto, TradesilvaniaSignature, TraitInfo, TransactionCreate, TransactionProcessStatus, TransactionSendResult, UserAnalyticsDto, UserBillingDetails, UserBlockPaginated, UserConversationPaginated, UserFavoriteResponseDto, UserNetworkInfoDto, UserProfileDto, UserSettingsDoc, UserStakingSummaryDto, UserStatsDto, UserStatsOrderByColumn, UserTokenInventoryResponseDto, ValueFp, VerifyEmailDto, VolumeGraph, Web2UserDoc, Web2UserShardsDto, Web2WalletDto, WebSocketTokenDto, XoxnoInfo, XoxnoLiquidStatsDto } from '@xoxno/types';
|
|
2
2
|
export declare const endpoints: {
|
|
3
3
|
readonly '/user/login': {
|
|
4
4
|
readonly input: {};
|
|
@@ -47,7 +47,9 @@ export declare const endpoints: {
|
|
|
47
47
|
readonly securityMode: "requiredAny";
|
|
48
48
|
};
|
|
49
49
|
readonly '/user/me/settings': {
|
|
50
|
-
readonly input: {
|
|
50
|
+
readonly input: {
|
|
51
|
+
unsubscribeToken: string;
|
|
52
|
+
};
|
|
51
53
|
readonly output: UserSettingsDoc;
|
|
52
54
|
readonly securityMode: "requiredAny";
|
|
53
55
|
};
|
|
@@ -56,7 +58,7 @@ export declare const endpoints: {
|
|
|
56
58
|
readonly output: {};
|
|
57
59
|
readonly PATCH: {
|
|
58
60
|
readonly input: {
|
|
59
|
-
unsubscribeToken
|
|
61
|
+
unsubscribeToken?: string;
|
|
60
62
|
};
|
|
61
63
|
readonly output: UserSettingsDoc;
|
|
62
64
|
readonly body: NotificationPreferencesPostDto;
|
|
@@ -684,7 +686,7 @@ export declare const endpoints: {
|
|
|
684
686
|
};
|
|
685
687
|
readonly '/collection/:collection/stats': {
|
|
686
688
|
readonly input: {};
|
|
687
|
-
readonly output:
|
|
689
|
+
readonly output: CollectionStatsDocHydrated;
|
|
688
690
|
};
|
|
689
691
|
readonly '/collection/stats/query': {
|
|
690
692
|
readonly input: {
|
|
@@ -706,6 +708,14 @@ export declare const endpoints: {
|
|
|
706
708
|
readonly input: {};
|
|
707
709
|
readonly output: CreatorDetailsDto;
|
|
708
710
|
};
|
|
711
|
+
readonly '/launchpad/:scAddress/shareholders/royalties': {
|
|
712
|
+
readonly input: {};
|
|
713
|
+
readonly output: ShareholderDto[];
|
|
714
|
+
};
|
|
715
|
+
readonly '/launchpad/:scAddress/shareholders/collection/:collectionTag': {
|
|
716
|
+
readonly input: {};
|
|
717
|
+
readonly output: ShareholderDto[];
|
|
718
|
+
};
|
|
709
719
|
readonly '/pool/:poolId/profile': {
|
|
710
720
|
readonly input: {};
|
|
711
721
|
readonly output: StakingSummary;
|
|
@@ -789,6 +799,12 @@ export declare const endpoints: {
|
|
|
789
799
|
};
|
|
790
800
|
readonly output: GlobalSearchResourcesPaginated;
|
|
791
801
|
};
|
|
802
|
+
readonly '/bober/search': {
|
|
803
|
+
readonly input: {
|
|
804
|
+
filter: PublicOnly<FilterQueryDto>;
|
|
805
|
+
};
|
|
806
|
+
readonly output: GlobalSearchResourcesPaginated;
|
|
807
|
+
};
|
|
792
808
|
readonly '/collection/search': {
|
|
793
809
|
readonly input: {
|
|
794
810
|
filter: PublicOnly<FilterQueryDto>;
|
|
@@ -1013,24 +1029,6 @@ export declare const endpoints: {
|
|
|
1013
1029
|
readonly output: Web2UserShardsDto;
|
|
1014
1030
|
readonly securityMode: "requiredWeb2";
|
|
1015
1031
|
};
|
|
1016
|
-
readonly '/lending/market-sc': {
|
|
1017
|
-
readonly input: {};
|
|
1018
|
-
readonly output: string[];
|
|
1019
|
-
};
|
|
1020
|
-
readonly '/lending/market/:token/price/egld': {
|
|
1021
|
-
readonly input: {};
|
|
1022
|
-
readonly output: LendingTokenPriceDto;
|
|
1023
|
-
};
|
|
1024
|
-
readonly '/faucet': {
|
|
1025
|
-
readonly input: {};
|
|
1026
|
-
readonly output: {};
|
|
1027
|
-
readonly POST: {
|
|
1028
|
-
readonly input: {};
|
|
1029
|
-
readonly output: SuccessDto;
|
|
1030
|
-
readonly body: {};
|
|
1031
|
-
readonly securityMode: "requiredAny";
|
|
1032
|
-
};
|
|
1033
|
-
};
|
|
1034
1032
|
readonly '/activity/query': {
|
|
1035
1033
|
readonly input: {
|
|
1036
1034
|
filter: PublicOnly<NftActivityFilter>;
|
|
@@ -1048,7 +1046,7 @@ export declare const endpoints: {
|
|
|
1048
1046
|
bin?: string;
|
|
1049
1047
|
chain: ActivityChain[];
|
|
1050
1048
|
};
|
|
1051
|
-
readonly output:
|
|
1049
|
+
readonly output: VolumeGraph[];
|
|
1052
1050
|
};
|
|
1053
1051
|
readonly '/collection/:collection/analytics/volume': {
|
|
1054
1052
|
readonly input: {
|
|
@@ -1090,6 +1088,24 @@ export declare const endpoints: {
|
|
|
1090
1088
|
readonly output: AirdropDto[];
|
|
1091
1089
|
readonly securityMode: "requiredAny";
|
|
1092
1090
|
};
|
|
1091
|
+
readonly '/lending/market-sc': {
|
|
1092
|
+
readonly input: {};
|
|
1093
|
+
readonly output: string[];
|
|
1094
|
+
};
|
|
1095
|
+
readonly '/lending/market/:token/price/egld': {
|
|
1096
|
+
readonly input: {};
|
|
1097
|
+
readonly output: LendingTokenPriceDto;
|
|
1098
|
+
};
|
|
1099
|
+
readonly '/faucet': {
|
|
1100
|
+
readonly input: {};
|
|
1101
|
+
readonly output: {};
|
|
1102
|
+
readonly POST: {
|
|
1103
|
+
readonly input: {};
|
|
1104
|
+
readonly output: SuccessDto;
|
|
1105
|
+
readonly body: {};
|
|
1106
|
+
readonly securityMode: "requiredAny";
|
|
1107
|
+
};
|
|
1108
|
+
};
|
|
1093
1109
|
readonly '/transactions/:txHash/status': {
|
|
1094
1110
|
readonly input: {};
|
|
1095
1111
|
readonly output: TransactionProcessStatus;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xoxno/sdk-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "The SDK to interact with the XOXNO Protocol!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -101,6 +101,6 @@
|
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"@multiversx/sdk-core": "^13.17.2",
|
|
103
103
|
"@multiversx/sdk-network-providers": "^2.9.3",
|
|
104
|
-
"@xoxno/types": "^1.0.
|
|
104
|
+
"@xoxno/types": "^1.0.102"
|
|
105
105
|
}
|
|
106
106
|
}
|