wenum 1.74.0 → 1.76.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 CHANGED
@@ -136,7 +136,7 @@ interface MarketsByTypeNearbyProps extends InterestNearbyProps {
136
136
  }
137
137
  interface GamesNearbyProps extends InterestNearbyProps, IsUpcomingProps {
138
138
  }
139
- interface GamesNearbyByTypeProps extends GamesNearbyProps {
139
+ interface GamesByTypeNearbyProps extends GamesNearbyProps {
140
140
  gameType: GameType;
141
141
  }
142
142
  interface LeaderboardsByGameTypeNearbyProps extends InterestNearbyProps {
@@ -242,4 +242,11 @@ 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 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 };
245
+ interface CoodinatesProps {
246
+ lat: number;
247
+ lng: number;
248
+ }
249
+ declare const HEADERQUARTER_LAT = 37.7749;
250
+ declare const HEADERQUARTER_LNG = -122.4194;
251
+
252
+ 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 CoodinatesProps, type DuelGameResultType, type EventsNearbyProps, FollowingStatus, type GameMetaProps, type GameType, type GamesByTypeNearbyProps, type GamesNearbyProps, type Gender, HEADERQUARTER_LAT, HEADERQUARTER_LNG, 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
@@ -136,7 +136,7 @@ interface MarketsByTypeNearbyProps extends InterestNearbyProps {
136
136
  }
137
137
  interface GamesNearbyProps extends InterestNearbyProps, IsUpcomingProps {
138
138
  }
139
- interface GamesNearbyByTypeProps extends GamesNearbyProps {
139
+ interface GamesByTypeNearbyProps extends GamesNearbyProps {
140
140
  gameType: GameType;
141
141
  }
142
142
  interface LeaderboardsByGameTypeNearbyProps extends InterestNearbyProps {
@@ -242,4 +242,11 @@ 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 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 };
245
+ interface CoodinatesProps {
246
+ lat: number;
247
+ lng: number;
248
+ }
249
+ declare const HEADERQUARTER_LAT = 37.7749;
250
+ declare const HEADERQUARTER_LNG = -122.4194;
251
+
252
+ 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 CoodinatesProps, type DuelGameResultType, type EventsNearbyProps, FollowingStatus, type GameMetaProps, type GameType, type GamesByTypeNearbyProps, type GamesNearbyProps, type Gender, HEADERQUARTER_LAT, HEADERQUARTER_LNG, 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.js CHANGED
@@ -29,6 +29,8 @@ __export(index_exports, {
29
29
  COMMON_ATTRIBUTE_LABEL: () => COMMON_ATTRIBUTE_LABEL,
30
30
  ChallengeStatus: () => ChallengeStatus,
31
31
  FollowingStatus: () => FollowingStatus,
32
+ HEADERQUARTER_LAT: () => HEADERQUARTER_LAT,
33
+ HEADERQUARTER_LNG: () => HEADERQUARTER_LNG,
32
34
  PID_LENGTH: () => PID_LENGTH,
33
35
  PID_PREFIX_LENGTH: () => PID_PREFIX_LENGTH,
34
36
  UOI_ATTRIBUTE_LABEL: () => UOI_ATTRIBUTE_LABEL,
@@ -291,6 +293,10 @@ var getCollectionAttributeLabel = ({
291
293
  }
292
294
  return (labels == null ? void 0 : labels[attributeType]) || "";
293
295
  };
296
+
297
+ // src/map.ts
298
+ var HEADERQUARTER_LAT = 37.7749;
299
+ var HEADERQUARTER_LNG = -122.4194;
294
300
  // Annotate the CommonJS export names for ESM import in node:
295
301
  0 && (module.exports = {
296
302
  AdminAccountStatus,
@@ -302,6 +308,8 @@ var getCollectionAttributeLabel = ({
302
308
  COMMON_ATTRIBUTE_LABEL,
303
309
  ChallengeStatus,
304
310
  FollowingStatus,
311
+ HEADERQUARTER_LAT,
312
+ HEADERQUARTER_LNG,
305
313
  PID_LENGTH,
306
314
  PID_PREFIX_LENGTH,
307
315
  UOI_ATTRIBUTE_LABEL,
package/dist/index.mjs CHANGED
@@ -238,6 +238,10 @@ var getCollectionAttributeLabel = ({
238
238
  }
239
239
  return (labels == null ? void 0 : labels[attributeType]) || "";
240
240
  };
241
+
242
+ // src/map.ts
243
+ var HEADERQUARTER_LAT = 37.7749;
244
+ var HEADERQUARTER_LNG = -122.4194;
241
245
  export {
242
246
  AdminAccountStatus,
243
247
  AttendanceStatus,
@@ -248,6 +252,8 @@ export {
248
252
  COMMON_ATTRIBUTE_LABEL,
249
253
  ChallengeStatus,
250
254
  FollowingStatus,
255
+ HEADERQUARTER_LAT,
256
+ HEADERQUARTER_LNG,
251
257
  PID_LENGTH,
252
258
  PID_PREFIX_LENGTH,
253
259
  UOI_ATTRIBUTE_LABEL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenum",
3
- "version": "1.74.0",
3
+ "version": "1.76.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -7,3 +7,4 @@ export * from './interest';
7
7
  export * from './common';
8
8
  export * from './notification';
9
9
  export * from './meta';
10
+ export * from './map';
package/src/map.ts ADDED
@@ -0,0 +1,7 @@
1
+ export interface CoodinatesProps {
2
+ lat: number;
3
+ lng: number;
4
+ }
5
+
6
+ export const HEADERQUARTER_LAT = 37.7749;
7
+ export const HEADERQUARTER_LNG = -122.4194;
@@ -20,7 +20,7 @@ export interface MarketsByTypeNearbyProps extends InterestNearbyProps {
20
20
 
21
21
  export interface GamesNearbyProps extends InterestNearbyProps, IsUpcomingProps {}
22
22
 
23
- export interface GamesNearbyByTypeProps extends GamesNearbyProps {
23
+ export interface GamesByTypeNearbyProps extends GamesNearbyProps {
24
24
  gameType: GameType;
25
25
  }
26
26