wenum 1.35.0 → 1.35.1
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +19 -19
- package/dist/index.mjs +18 -18
- package/package.json +1 -1
- package/src/notification.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -321,7 +321,7 @@ declare enum WeightUnit {
|
|
|
321
321
|
Ounce = 3
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
declare enum
|
|
324
|
+
declare enum NotificationType {
|
|
325
325
|
AddBuddy = 0,
|
|
326
326
|
AcceptBuddy = 1,
|
|
327
327
|
UoiJoinCircle = 2,
|
|
@@ -338,4 +338,4 @@ declare enum NotificationTypes {
|
|
|
338
338
|
AcceptInviteGameToLeaderboard = 13
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
export { AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, DuelGameResultType, FollowingStatus, GameType, Gender, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LengthUnit, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName,
|
|
341
|
+
export { AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, DuelGameResultType, FollowingStatus, GameType, Gender, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LengthUnit, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName, NotificationType, PageType, PetsInterestName, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, SportsInterestName, SubjectType, TennisBackhand, TennisLevel, UserPronoun, WeightUnit };
|
package/dist/index.d.ts
CHANGED
|
@@ -321,7 +321,7 @@ declare enum WeightUnit {
|
|
|
321
321
|
Ounce = 3
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
declare enum
|
|
324
|
+
declare enum NotificationType {
|
|
325
325
|
AddBuddy = 0,
|
|
326
326
|
AcceptBuddy = 1,
|
|
327
327
|
UoiJoinCircle = 2,
|
|
@@ -338,4 +338,4 @@ declare enum NotificationTypes {
|
|
|
338
338
|
AcceptInviteGameToLeaderboard = 13
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
export { AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, DuelGameResultType, FollowingStatus, GameType, Gender, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LengthUnit, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName,
|
|
341
|
+
export { AccountStatus, AdminAccountStatus, AttendanceStatus, AvatarType, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, DuelGameResultType, FollowingStatus, GameType, Gender, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LengthUnit, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName, NotificationType, PageType, PetsInterestName, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, SportsInterestName, SubjectType, TennisBackhand, TennisLevel, UserPronoun, WeightUnit };
|
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ __export(index_exports, {
|
|
|
44
44
|
MarketType: () => MarketType,
|
|
45
45
|
MemberingStatus: () => MemberingStatus,
|
|
46
46
|
MusicInterestName: () => MusicInterestName,
|
|
47
|
-
|
|
47
|
+
NotificationType: () => NotificationType,
|
|
48
48
|
PageType: () => PageType,
|
|
49
49
|
PetsInterestName: () => PetsInterestName,
|
|
50
50
|
PostPrivacy: () => PostPrivacy,
|
|
@@ -445,23 +445,23 @@ var WeightUnit = /* @__PURE__ */ ((WeightUnit2) => {
|
|
|
445
445
|
})(WeightUnit || {});
|
|
446
446
|
|
|
447
447
|
// src/notification.ts
|
|
448
|
-
var
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
return
|
|
464
|
-
})(
|
|
448
|
+
var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
|
|
449
|
+
NotificationType2[NotificationType2["AddBuddy"] = 0] = "AddBuddy";
|
|
450
|
+
NotificationType2[NotificationType2["AcceptBuddy"] = 1] = "AcceptBuddy";
|
|
451
|
+
NotificationType2[NotificationType2["UoiJoinCircle"] = 2] = "UoiJoinCircle";
|
|
452
|
+
NotificationType2[NotificationType2["AcceptUoiJoinCircle"] = 3] = "AcceptUoiJoinCircle";
|
|
453
|
+
NotificationType2[NotificationType2["InviteUoiToCircle"] = 4] = "InviteUoiToCircle";
|
|
454
|
+
NotificationType2[NotificationType2["AcceptInviteUoiToCircle"] = 5] = "AcceptInviteUoiToCircle";
|
|
455
|
+
NotificationType2[NotificationType2["TeamJoinCircle"] = 6] = "TeamJoinCircle";
|
|
456
|
+
NotificationType2[NotificationType2["AcceptTeamJoinCircle"] = 7] = "AcceptTeamJoinCircle";
|
|
457
|
+
NotificationType2[NotificationType2["InviteTeamToCircle"] = 8] = "InviteTeamToCircle";
|
|
458
|
+
NotificationType2[NotificationType2["AcceptInviteTeamToCircle"] = 9] = "AcceptInviteTeamToCircle";
|
|
459
|
+
NotificationType2[NotificationType2["GameJoinLeaderboard"] = 10] = "GameJoinLeaderboard";
|
|
460
|
+
NotificationType2[NotificationType2["AcceptGameJoinLeaderboard"] = 11] = "AcceptGameJoinLeaderboard";
|
|
461
|
+
NotificationType2[NotificationType2["InviteGameToLeaderboard"] = 12] = "InviteGameToLeaderboard";
|
|
462
|
+
NotificationType2[NotificationType2["AcceptInviteGameToLeaderboard"] = 13] = "AcceptInviteGameToLeaderboard";
|
|
463
|
+
return NotificationType2;
|
|
464
|
+
})(NotificationType || {});
|
|
465
465
|
// Annotate the CommonJS export names for ESM import in node:
|
|
466
466
|
0 && (module.exports = {
|
|
467
467
|
AccountStatus,
|
|
@@ -488,7 +488,7 @@ var NotificationTypes = /* @__PURE__ */ ((NotificationTypes2) => {
|
|
|
488
488
|
MarketType,
|
|
489
489
|
MemberingStatus,
|
|
490
490
|
MusicInterestName,
|
|
491
|
-
|
|
491
|
+
NotificationType,
|
|
492
492
|
PageType,
|
|
493
493
|
PetsInterestName,
|
|
494
494
|
PostPrivacy,
|
package/dist/index.mjs
CHANGED
|
@@ -381,23 +381,23 @@ var WeightUnit = /* @__PURE__ */ ((WeightUnit2) => {
|
|
|
381
381
|
})(WeightUnit || {});
|
|
382
382
|
|
|
383
383
|
// src/notification.ts
|
|
384
|
-
var
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
return
|
|
400
|
-
})(
|
|
384
|
+
var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
|
|
385
|
+
NotificationType2[NotificationType2["AddBuddy"] = 0] = "AddBuddy";
|
|
386
|
+
NotificationType2[NotificationType2["AcceptBuddy"] = 1] = "AcceptBuddy";
|
|
387
|
+
NotificationType2[NotificationType2["UoiJoinCircle"] = 2] = "UoiJoinCircle";
|
|
388
|
+
NotificationType2[NotificationType2["AcceptUoiJoinCircle"] = 3] = "AcceptUoiJoinCircle";
|
|
389
|
+
NotificationType2[NotificationType2["InviteUoiToCircle"] = 4] = "InviteUoiToCircle";
|
|
390
|
+
NotificationType2[NotificationType2["AcceptInviteUoiToCircle"] = 5] = "AcceptInviteUoiToCircle";
|
|
391
|
+
NotificationType2[NotificationType2["TeamJoinCircle"] = 6] = "TeamJoinCircle";
|
|
392
|
+
NotificationType2[NotificationType2["AcceptTeamJoinCircle"] = 7] = "AcceptTeamJoinCircle";
|
|
393
|
+
NotificationType2[NotificationType2["InviteTeamToCircle"] = 8] = "InviteTeamToCircle";
|
|
394
|
+
NotificationType2[NotificationType2["AcceptInviteTeamToCircle"] = 9] = "AcceptInviteTeamToCircle";
|
|
395
|
+
NotificationType2[NotificationType2["GameJoinLeaderboard"] = 10] = "GameJoinLeaderboard";
|
|
396
|
+
NotificationType2[NotificationType2["AcceptGameJoinLeaderboard"] = 11] = "AcceptGameJoinLeaderboard";
|
|
397
|
+
NotificationType2[NotificationType2["InviteGameToLeaderboard"] = 12] = "InviteGameToLeaderboard";
|
|
398
|
+
NotificationType2[NotificationType2["AcceptInviteGameToLeaderboard"] = 13] = "AcceptInviteGameToLeaderboard";
|
|
399
|
+
return NotificationType2;
|
|
400
|
+
})(NotificationType || {});
|
|
401
401
|
export {
|
|
402
402
|
AccountStatus,
|
|
403
403
|
AdminAccountStatus,
|
|
@@ -423,7 +423,7 @@ export {
|
|
|
423
423
|
MarketType,
|
|
424
424
|
MemberingStatus,
|
|
425
425
|
MusicInterestName,
|
|
426
|
-
|
|
426
|
+
NotificationType,
|
|
427
427
|
PageType,
|
|
428
428
|
PetsInterestName,
|
|
429
429
|
PostPrivacy,
|
package/package.json
CHANGED
package/src/notification.ts
CHANGED