wenum 1.73.0 → 1.74.0
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.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
- package/src/page/nearby.ts +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -129,17 +129,17 @@ interface InterestNearbyProps extends NearbyProps {
|
|
|
129
129
|
interface IsUpcomingProps {
|
|
130
130
|
isUpcoming?: boolean;
|
|
131
131
|
}
|
|
132
|
-
interface
|
|
132
|
+
interface EventsNearbyProps extends InterestNearbyProps, IsUpcomingProps {
|
|
133
133
|
}
|
|
134
|
-
interface
|
|
134
|
+
interface MarketsByTypeNearbyProps extends InterestNearbyProps {
|
|
135
135
|
marketType: MarketType;
|
|
136
136
|
}
|
|
137
|
-
interface
|
|
137
|
+
interface GamesNearbyProps extends InterestNearbyProps, IsUpcomingProps {
|
|
138
138
|
}
|
|
139
|
-
interface
|
|
139
|
+
interface GamesNearbyByTypeProps extends GamesNearbyProps {
|
|
140
140
|
gameType: GameType;
|
|
141
141
|
}
|
|
142
|
-
interface
|
|
142
|
+
interface LeaderboardsByGameTypeNearbyProps extends InterestNearbyProps {
|
|
143
143
|
gameType: GameType;
|
|
144
144
|
}
|
|
145
145
|
declare const getNearbyIndex: (h3Cell: string, interestID: string) => string;
|
|
@@ -242,4 +242,4 @@ declare const getCollectionAttributeLabel: ({ categoryType, interestType, attrib
|
|
|
242
242
|
attributeType: CollectionAttributeType;
|
|
243
243
|
}) => any;
|
|
244
244
|
|
|
245
|
-
export { type AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, type BroadcastType, type BuddyingStatus, COLLECTION_ATTRIBUTE_LABEL, COLLECTION_PETS_ATTRIBUTE_LABEL, COMMON_ATTRIBUTE_LABEL, type CardGamesInterestType, type CategoryType, ChallengeStatus, type CollectionAttributeType, type CollectionMetaProps, type CollectionMetaStatus, type CollectionOwnerStatus, type CollectionPetsAttributeType, type CollectionPrivacy, type CollectionStatus, type CollectionType, type CommonAttributeType, type CommonMarketType, type DuelGameResultType, type
|
|
245
|
+
export { type AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, type BroadcastType, type BuddyingStatus, COLLECTION_ATTRIBUTE_LABEL, COLLECTION_PETS_ATTRIBUTE_LABEL, COMMON_ATTRIBUTE_LABEL, type CardGamesInterestType, type CategoryType, ChallengeStatus, type CollectionAttributeType, type CollectionMetaProps, type CollectionMetaStatus, type CollectionOwnerStatus, type CollectionPetsAttributeType, type CollectionPrivacy, type CollectionStatus, type CollectionType, type CommonAttributeType, type CommonMarketType, type DuelGameResultType, type EventsNearbyProps, FollowingStatus, type GameMetaProps, type GameType, type GamesNearbyByTypeProps, type GamesNearbyProps, type Gender, type Handedness, type InterestNearbyProps, type InterestType, type LeaderboardType, type LeaderboardsByGameTypeNearbyProps, type LengthUnit, type LocationType, type MarketMetaProps, type MarketMetaStatus, type MarketType, type MarketsByTypeNearbyProps, type MemberingStatus, type MusicInterestType, type NearbyProps, type NotificationType, type PIDPrefixType, PID_LENGTH, PID_PREFIX_LENGTH, type PageType, type PetsInterestType, type PlayerType, type PostPrivacy, type PostType, type ProfileJoiningType, type ProfilePermission, type ProfilePrivacy, type ProfileStatus, type ProfileType, type SocialMediaType, type SportsInterestType, type SubjectType, type TennisBackhand, type TennisLevel, UOI_ATTRIBUTE_LABEL, UOI_SPORTS_ATTRIBUTE_LABEL, UOI_SPORTS_BASKETBALL_ATTRIBUTE_LABEL, UOI_SPORTS_TENNIS_ATTRIBUTE_LABEL, type UoiAttributeType, type UoiSportsAttributeType, type UoiSportsBasketballAttributeType, type UoiSportsTennisAttributeType, type UserPronoun, type WeightUnit, ZeroCollectionMeta, ZeroGameMeta, ZeroMarketOption, getCollectionAttributeLabel, getCommonAttributeLabel, getNearbyIndex, getPIDPrefixByProfileType, getProfileTypeByPID, getUoiAttributeLabel, isGamePID, isLeaderboardPID, isTeamPID, isUoiPID };
|
package/dist/index.d.ts
CHANGED
|
@@ -129,17 +129,17 @@ interface InterestNearbyProps extends NearbyProps {
|
|
|
129
129
|
interface IsUpcomingProps {
|
|
130
130
|
isUpcoming?: boolean;
|
|
131
131
|
}
|
|
132
|
-
interface
|
|
132
|
+
interface EventsNearbyProps extends InterestNearbyProps, IsUpcomingProps {
|
|
133
133
|
}
|
|
134
|
-
interface
|
|
134
|
+
interface MarketsByTypeNearbyProps extends InterestNearbyProps {
|
|
135
135
|
marketType: MarketType;
|
|
136
136
|
}
|
|
137
|
-
interface
|
|
137
|
+
interface GamesNearbyProps extends InterestNearbyProps, IsUpcomingProps {
|
|
138
138
|
}
|
|
139
|
-
interface
|
|
139
|
+
interface GamesNearbyByTypeProps extends GamesNearbyProps {
|
|
140
140
|
gameType: GameType;
|
|
141
141
|
}
|
|
142
|
-
interface
|
|
142
|
+
interface LeaderboardsByGameTypeNearbyProps extends InterestNearbyProps {
|
|
143
143
|
gameType: GameType;
|
|
144
144
|
}
|
|
145
145
|
declare const getNearbyIndex: (h3Cell: string, interestID: string) => string;
|
|
@@ -242,4 +242,4 @@ declare const getCollectionAttributeLabel: ({ categoryType, interestType, attrib
|
|
|
242
242
|
attributeType: CollectionAttributeType;
|
|
243
243
|
}) => any;
|
|
244
244
|
|
|
245
|
-
export { type AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, type BroadcastType, type BuddyingStatus, COLLECTION_ATTRIBUTE_LABEL, COLLECTION_PETS_ATTRIBUTE_LABEL, COMMON_ATTRIBUTE_LABEL, type CardGamesInterestType, type CategoryType, ChallengeStatus, type CollectionAttributeType, type CollectionMetaProps, type CollectionMetaStatus, type CollectionOwnerStatus, type CollectionPetsAttributeType, type CollectionPrivacy, type CollectionStatus, type CollectionType, type CommonAttributeType, type CommonMarketType, type DuelGameResultType, type
|
|
245
|
+
export { type AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, type BroadcastType, type BuddyingStatus, COLLECTION_ATTRIBUTE_LABEL, COLLECTION_PETS_ATTRIBUTE_LABEL, COMMON_ATTRIBUTE_LABEL, type CardGamesInterestType, type CategoryType, ChallengeStatus, type CollectionAttributeType, type CollectionMetaProps, type CollectionMetaStatus, type CollectionOwnerStatus, type CollectionPetsAttributeType, type CollectionPrivacy, type CollectionStatus, type CollectionType, type CommonAttributeType, type CommonMarketType, type DuelGameResultType, type EventsNearbyProps, FollowingStatus, type GameMetaProps, type GameType, type GamesNearbyByTypeProps, type GamesNearbyProps, type Gender, type Handedness, type InterestNearbyProps, type InterestType, type LeaderboardType, type LeaderboardsByGameTypeNearbyProps, type LengthUnit, type LocationType, type MarketMetaProps, type MarketMetaStatus, type MarketType, type MarketsByTypeNearbyProps, type MemberingStatus, type MusicInterestType, type NearbyProps, type NotificationType, type PIDPrefixType, PID_LENGTH, PID_PREFIX_LENGTH, type PageType, type PetsInterestType, type PlayerType, type PostPrivacy, type PostType, type ProfileJoiningType, type ProfilePermission, type ProfilePrivacy, type ProfileStatus, type ProfileType, type SocialMediaType, type SportsInterestType, type SubjectType, type TennisBackhand, type TennisLevel, UOI_ATTRIBUTE_LABEL, UOI_SPORTS_ATTRIBUTE_LABEL, UOI_SPORTS_BASKETBALL_ATTRIBUTE_LABEL, UOI_SPORTS_TENNIS_ATTRIBUTE_LABEL, type UoiAttributeType, type UoiSportsAttributeType, type UoiSportsBasketballAttributeType, type UoiSportsTennisAttributeType, type UserPronoun, type WeightUnit, ZeroCollectionMeta, ZeroGameMeta, ZeroMarketOption, getCollectionAttributeLabel, getCommonAttributeLabel, getNearbyIndex, getPIDPrefixByProfileType, getProfileTypeByPID, getUoiAttributeLabel, isGamePID, isLeaderboardPID, isTeamPID, isUoiPID };
|
package/package.json
CHANGED
package/src/page/nearby.ts
CHANGED
|
@@ -12,19 +12,19 @@ interface IsUpcomingProps {
|
|
|
12
12
|
isUpcoming?: boolean;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
export interface
|
|
15
|
+
export interface EventsNearbyProps extends InterestNearbyProps, IsUpcomingProps {}
|
|
16
16
|
|
|
17
|
-
export interface
|
|
17
|
+
export interface MarketsByTypeNearbyProps extends InterestNearbyProps {
|
|
18
18
|
marketType: MarketType;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
export interface
|
|
21
|
+
export interface GamesNearbyProps extends InterestNearbyProps, IsUpcomingProps {}
|
|
22
22
|
|
|
23
|
-
export interface
|
|
23
|
+
export interface GamesNearbyByTypeProps extends GamesNearbyProps {
|
|
24
24
|
gameType: GameType;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
export interface
|
|
27
|
+
export interface LeaderboardsByGameTypeNearbyProps extends InterestNearbyProps {
|
|
28
28
|
gameType: GameType;
|
|
29
29
|
}
|
|
30
30
|
|