wenum 1.25.0 → 1.26.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
@@ -137,6 +137,13 @@ declare enum LeaderboardOrder {
137
137
  Desc = 1
138
138
  }
139
139
 
140
+ declare enum AvatarType {
141
+ TypeNone = 0,
142
+ TypeOriginal = 1,
143
+ TypeCropSmall = 2,
144
+ TypeCropLarge = 3
145
+ }
146
+
140
147
  declare enum PostType {
141
148
  None = 0,
142
149
  Text = 1,
@@ -356,4 +363,4 @@ declare enum SubjectType {
356
363
  Reply = 4
357
364
  }
358
365
 
359
- export { ATTRIBUTE_LABEL, ATTRIBUTE_LABEL_COLLECTION, ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, type AttributeType, type AttributeTypeCollection, AttributeTypeCollectionPets, AttributeTypeCommon, type AttributeTypeUoi, type AttributeTypeUoiSports, AttributeTypeUoiSportsBasketball, AttributeTypeUoiSportsTennis, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, ConnectionType, DuelGameResultType, FollowingStatus, GameType, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName, PageType, PageUpdateType, PetGender, PetsInterestName, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, Pronoun, SportsInterestName, SubjectType, TennisBackhand, TennisLevel };
366
+ export { ATTRIBUTE_LABEL, ATTRIBUTE_LABEL_COLLECTION, ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, type AttributeType, type AttributeTypeCollection, AttributeTypeCollectionPets, AttributeTypeCommon, type AttributeTypeUoi, type AttributeTypeUoiSports, AttributeTypeUoiSportsBasketball, AttributeTypeUoiSportsTennis, AvatarType, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, ConnectionType, DuelGameResultType, FollowingStatus, GameType, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName, PageType, PageUpdateType, PetGender, PetsInterestName, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, Pronoun, SportsInterestName, SubjectType, TennisBackhand, TennisLevel };
package/dist/index.d.ts CHANGED
@@ -137,6 +137,13 @@ declare enum LeaderboardOrder {
137
137
  Desc = 1
138
138
  }
139
139
 
140
+ declare enum AvatarType {
141
+ TypeNone = 0,
142
+ TypeOriginal = 1,
143
+ TypeCropSmall = 2,
144
+ TypeCropLarge = 3
145
+ }
146
+
140
147
  declare enum PostType {
141
148
  None = 0,
142
149
  Text = 1,
@@ -356,4 +363,4 @@ declare enum SubjectType {
356
363
  Reply = 4
357
364
  }
358
365
 
359
- export { ATTRIBUTE_LABEL, ATTRIBUTE_LABEL_COLLECTION, ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, type AttributeType, type AttributeTypeCollection, AttributeTypeCollectionPets, AttributeTypeCommon, type AttributeTypeUoi, type AttributeTypeUoiSports, AttributeTypeUoiSportsBasketball, AttributeTypeUoiSportsTennis, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, ConnectionType, DuelGameResultType, FollowingStatus, GameType, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName, PageType, PageUpdateType, PetGender, PetsInterestName, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, Pronoun, SportsInterestName, SubjectType, TennisBackhand, TennisLevel };
366
+ export { ATTRIBUTE_LABEL, ATTRIBUTE_LABEL_COLLECTION, ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, type AttributeType, type AttributeTypeCollection, AttributeTypeCollectionPets, AttributeTypeCommon, type AttributeTypeUoi, type AttributeTypeUoiSports, AttributeTypeUoiSportsBasketball, AttributeTypeUoiSportsTennis, AvatarType, BasketballPosition, BuddyingStatus, CategoryName, ChallengeStatus, CollectionMetaStatus, CollectionType, ConnectionType, DuelGameResultType, FollowingStatus, GameType, Handedness, type InterestName, InterestNameNone, LeaderboardOrder, LeaderboardType, LocationType, MarketMetaStatus, MarketType, MemberingStatus, MusicInterestName, PageType, PageUpdateType, PetGender, PetsInterestName, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, Pronoun, SportsInterestName, SubjectType, TennisBackhand, TennisLevel };
package/dist/index.js CHANGED
@@ -34,6 +34,7 @@ __export(index_exports, {
34
34
  AttributeTypeCommon: () => AttributeTypeCommon,
35
35
  AttributeTypeUoiSportsBasketball: () => AttributeTypeUoiSportsBasketball,
36
36
  AttributeTypeUoiSportsTennis: () => AttributeTypeUoiSportsTennis,
37
+ AvatarType: () => AvatarType,
37
38
  BasketballPosition: () => BasketballPosition,
38
39
  BuddyingStatus: () => BuddyingStatus,
39
40
  CategoryName: () => CategoryName,
@@ -234,6 +235,15 @@ var LeaderboardOrder = /* @__PURE__ */ ((LeaderboardOrder2) => {
234
235
  return LeaderboardOrder2;
235
236
  })(LeaderboardOrder || {});
236
237
 
238
+ // src/page/profile/avatar.ts
239
+ var AvatarType = /* @__PURE__ */ ((AvatarType2) => {
240
+ AvatarType2[AvatarType2["TypeNone"] = 0] = "TypeNone";
241
+ AvatarType2[AvatarType2["TypeOriginal"] = 1] = "TypeOriginal";
242
+ AvatarType2[AvatarType2["TypeCropSmall"] = 2] = "TypeCropSmall";
243
+ AvatarType2[AvatarType2["TypeCropLarge"] = 3] = "TypeCropLarge";
244
+ return AvatarType2;
245
+ })(AvatarType || {});
246
+
237
247
  // src/page/post.ts
238
248
  var PostType = /* @__PURE__ */ ((PostType2) => {
239
249
  PostType2[PostType2["None"] = 0] = "None";
@@ -527,6 +537,7 @@ var SubjectType = /* @__PURE__ */ ((SubjectType2) => {
527
537
  AttributeTypeCommon,
528
538
  AttributeTypeUoiSportsBasketball,
529
539
  AttributeTypeUoiSportsTennis,
540
+ AvatarType,
530
541
  BasketballPosition,
531
542
  BuddyingStatus,
532
543
  CategoryName,
package/dist/index.mjs CHANGED
@@ -161,6 +161,15 @@ var LeaderboardOrder = /* @__PURE__ */ ((LeaderboardOrder2) => {
161
161
  return LeaderboardOrder2;
162
162
  })(LeaderboardOrder || {});
163
163
 
164
+ // src/page/profile/avatar.ts
165
+ var AvatarType = /* @__PURE__ */ ((AvatarType2) => {
166
+ AvatarType2[AvatarType2["TypeNone"] = 0] = "TypeNone";
167
+ AvatarType2[AvatarType2["TypeOriginal"] = 1] = "TypeOriginal";
168
+ AvatarType2[AvatarType2["TypeCropSmall"] = 2] = "TypeCropSmall";
169
+ AvatarType2[AvatarType2["TypeCropLarge"] = 3] = "TypeCropLarge";
170
+ return AvatarType2;
171
+ })(AvatarType || {});
172
+
164
173
  // src/page/post.ts
165
174
  var PostType = /* @__PURE__ */ ((PostType2) => {
166
175
  PostType2[PostType2["None"] = 0] = "None";
@@ -453,6 +462,7 @@ export {
453
462
  AttributeTypeCommon,
454
463
  AttributeTypeUoiSportsBasketball,
455
464
  AttributeTypeUoiSportsTennis,
465
+ AvatarType,
456
466
  BasketballPosition,
457
467
  BuddyingStatus,
458
468
  CategoryName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenum",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -0,0 +1,6 @@
1
+ export enum AvatarType {
2
+ TypeNone,
3
+ TypeOriginal,
4
+ TypeCropSmall,
5
+ TypeCropLarge,
6
+ }
@@ -5,3 +5,4 @@ export * from './user';
5
5
  export * from './event';
6
6
  export * from './game';
7
7
  export * from './leaderboard';
8
+ export * from './avatar';