wenum 1.24.3 → 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 +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +28 -0
- package/dist/index.mjs +25 -0
- package/package.json +1 -1
- package/src/attribute/uoi/sports/basketball/index.ts +2 -1
- package/src/attribute/uoi/sports/tennis/index.ts +1 -0
- package/src/page/profile/avatar.ts +6 -0
- package/src/page/profile/index.ts +1 -0
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, 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, 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
|
@@ -32,6 +32,9 @@ __export(index_exports, {
|
|
|
32
32
|
AttendanceStatus: () => AttendanceStatus,
|
|
33
33
|
AttributeTypeCollectionPets: () => AttributeTypeCollectionPets,
|
|
34
34
|
AttributeTypeCommon: () => AttributeTypeCommon,
|
|
35
|
+
AttributeTypeUoiSportsBasketball: () => AttributeTypeUoiSportsBasketball,
|
|
36
|
+
AttributeTypeUoiSportsTennis: () => AttributeTypeUoiSportsTennis,
|
|
37
|
+
AvatarType: () => AvatarType,
|
|
35
38
|
BasketballPosition: () => BasketballPosition,
|
|
36
39
|
BuddyingStatus: () => BuddyingStatus,
|
|
37
40
|
CategoryName: () => CategoryName,
|
|
@@ -232,6 +235,15 @@ var LeaderboardOrder = /* @__PURE__ */ ((LeaderboardOrder2) => {
|
|
|
232
235
|
return LeaderboardOrder2;
|
|
233
236
|
})(LeaderboardOrder || {});
|
|
234
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
|
+
|
|
235
247
|
// src/page/post.ts
|
|
236
248
|
var PostType = /* @__PURE__ */ ((PostType2) => {
|
|
237
249
|
PostType2[PostType2["None"] = 0] = "None";
|
|
@@ -328,6 +340,13 @@ var Handedness = /* @__PURE__ */ ((Handedness2) => {
|
|
|
328
340
|
return Handedness2;
|
|
329
341
|
})(Handedness || {});
|
|
330
342
|
|
|
343
|
+
// src/attribute/uoi/sports/tennis/type.ts
|
|
344
|
+
var AttributeTypeUoiSportsTennis = /* @__PURE__ */ ((AttributeTypeUoiSportsTennis2) => {
|
|
345
|
+
AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Level"] = 0] = "Level";
|
|
346
|
+
AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Backhand"] = 1] = "Backhand";
|
|
347
|
+
return AttributeTypeUoiSportsTennis2;
|
|
348
|
+
})(AttributeTypeUoiSportsTennis || {});
|
|
349
|
+
|
|
331
350
|
// src/attribute/uoi/sports/tennis/label.ts
|
|
332
351
|
var ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS = {
|
|
333
352
|
[0 /* Level */]: "Level",
|
|
@@ -356,6 +375,12 @@ var TennisLevel = /* @__PURE__ */ ((TennisLevel2) => {
|
|
|
356
375
|
return TennisLevel2;
|
|
357
376
|
})(TennisLevel || {});
|
|
358
377
|
|
|
378
|
+
// src/attribute/uoi/sports/basketball/type.ts
|
|
379
|
+
var AttributeTypeUoiSportsBasketball = /* @__PURE__ */ ((AttributeTypeUoiSportsBasketball2) => {
|
|
380
|
+
AttributeTypeUoiSportsBasketball2[AttributeTypeUoiSportsBasketball2["Positions"] = 0] = "Positions";
|
|
381
|
+
return AttributeTypeUoiSportsBasketball2;
|
|
382
|
+
})(AttributeTypeUoiSportsBasketball || {});
|
|
383
|
+
|
|
359
384
|
// src/attribute/uoi/sports/basketball/label.ts
|
|
360
385
|
var ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL = {
|
|
361
386
|
[0 /* Positions */]: "Positions"
|
|
@@ -510,6 +535,9 @@ var SubjectType = /* @__PURE__ */ ((SubjectType2) => {
|
|
|
510
535
|
AttendanceStatus,
|
|
511
536
|
AttributeTypeCollectionPets,
|
|
512
537
|
AttributeTypeCommon,
|
|
538
|
+
AttributeTypeUoiSportsBasketball,
|
|
539
|
+
AttributeTypeUoiSportsTennis,
|
|
540
|
+
AvatarType,
|
|
513
541
|
BasketballPosition,
|
|
514
542
|
BuddyingStatus,
|
|
515
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";
|
|
@@ -257,6 +266,13 @@ var Handedness = /* @__PURE__ */ ((Handedness2) => {
|
|
|
257
266
|
return Handedness2;
|
|
258
267
|
})(Handedness || {});
|
|
259
268
|
|
|
269
|
+
// src/attribute/uoi/sports/tennis/type.ts
|
|
270
|
+
var AttributeTypeUoiSportsTennis = /* @__PURE__ */ ((AttributeTypeUoiSportsTennis2) => {
|
|
271
|
+
AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Level"] = 0] = "Level";
|
|
272
|
+
AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Backhand"] = 1] = "Backhand";
|
|
273
|
+
return AttributeTypeUoiSportsTennis2;
|
|
274
|
+
})(AttributeTypeUoiSportsTennis || {});
|
|
275
|
+
|
|
260
276
|
// src/attribute/uoi/sports/tennis/label.ts
|
|
261
277
|
var ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS = {
|
|
262
278
|
[0 /* Level */]: "Level",
|
|
@@ -285,6 +301,12 @@ var TennisLevel = /* @__PURE__ */ ((TennisLevel2) => {
|
|
|
285
301
|
return TennisLevel2;
|
|
286
302
|
})(TennisLevel || {});
|
|
287
303
|
|
|
304
|
+
// src/attribute/uoi/sports/basketball/type.ts
|
|
305
|
+
var AttributeTypeUoiSportsBasketball = /* @__PURE__ */ ((AttributeTypeUoiSportsBasketball2) => {
|
|
306
|
+
AttributeTypeUoiSportsBasketball2[AttributeTypeUoiSportsBasketball2["Positions"] = 0] = "Positions";
|
|
307
|
+
return AttributeTypeUoiSportsBasketball2;
|
|
308
|
+
})(AttributeTypeUoiSportsBasketball || {});
|
|
309
|
+
|
|
288
310
|
// src/attribute/uoi/sports/basketball/label.ts
|
|
289
311
|
var ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL = {
|
|
290
312
|
[0 /* Positions */]: "Positions"
|
|
@@ -438,6 +460,9 @@ export {
|
|
|
438
460
|
AttendanceStatus,
|
|
439
461
|
AttributeTypeCollectionPets,
|
|
440
462
|
AttributeTypeCommon,
|
|
463
|
+
AttributeTypeUoiSportsBasketball,
|
|
464
|
+
AttributeTypeUoiSportsTennis,
|
|
465
|
+
AvatarType,
|
|
441
466
|
BasketballPosition,
|
|
442
467
|
BuddyingStatus,
|
|
443
468
|
CategoryName,
|
package/package.json
CHANGED