wenum 1.24.3 → 1.25.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
@@ -356,4 +356,4 @@ declare enum SubjectType {
356
356
  Reply = 4
357
357
  }
358
358
 
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 };
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 };
package/dist/index.d.ts CHANGED
@@ -356,4 +356,4 @@ declare enum SubjectType {
356
356
  Reply = 4
357
357
  }
358
358
 
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 };
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 };
package/dist/index.js CHANGED
@@ -32,6 +32,8 @@ __export(index_exports, {
32
32
  AttendanceStatus: () => AttendanceStatus,
33
33
  AttributeTypeCollectionPets: () => AttributeTypeCollectionPets,
34
34
  AttributeTypeCommon: () => AttributeTypeCommon,
35
+ AttributeTypeUoiSportsBasketball: () => AttributeTypeUoiSportsBasketball,
36
+ AttributeTypeUoiSportsTennis: () => AttributeTypeUoiSportsTennis,
35
37
  BasketballPosition: () => BasketballPosition,
36
38
  BuddyingStatus: () => BuddyingStatus,
37
39
  CategoryName: () => CategoryName,
@@ -328,6 +330,13 @@ var Handedness = /* @__PURE__ */ ((Handedness2) => {
328
330
  return Handedness2;
329
331
  })(Handedness || {});
330
332
 
333
+ // src/attribute/uoi/sports/tennis/type.ts
334
+ var AttributeTypeUoiSportsTennis = /* @__PURE__ */ ((AttributeTypeUoiSportsTennis2) => {
335
+ AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Level"] = 0] = "Level";
336
+ AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Backhand"] = 1] = "Backhand";
337
+ return AttributeTypeUoiSportsTennis2;
338
+ })(AttributeTypeUoiSportsTennis || {});
339
+
331
340
  // src/attribute/uoi/sports/tennis/label.ts
332
341
  var ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS = {
333
342
  [0 /* Level */]: "Level",
@@ -356,6 +365,12 @@ var TennisLevel = /* @__PURE__ */ ((TennisLevel2) => {
356
365
  return TennisLevel2;
357
366
  })(TennisLevel || {});
358
367
 
368
+ // src/attribute/uoi/sports/basketball/type.ts
369
+ var AttributeTypeUoiSportsBasketball = /* @__PURE__ */ ((AttributeTypeUoiSportsBasketball2) => {
370
+ AttributeTypeUoiSportsBasketball2[AttributeTypeUoiSportsBasketball2["Positions"] = 0] = "Positions";
371
+ return AttributeTypeUoiSportsBasketball2;
372
+ })(AttributeTypeUoiSportsBasketball || {});
373
+
359
374
  // src/attribute/uoi/sports/basketball/label.ts
360
375
  var ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL = {
361
376
  [0 /* Positions */]: "Positions"
@@ -510,6 +525,8 @@ var SubjectType = /* @__PURE__ */ ((SubjectType2) => {
510
525
  AttendanceStatus,
511
526
  AttributeTypeCollectionPets,
512
527
  AttributeTypeCommon,
528
+ AttributeTypeUoiSportsBasketball,
529
+ AttributeTypeUoiSportsTennis,
513
530
  BasketballPosition,
514
531
  BuddyingStatus,
515
532
  CategoryName,
package/dist/index.mjs CHANGED
@@ -257,6 +257,13 @@ var Handedness = /* @__PURE__ */ ((Handedness2) => {
257
257
  return Handedness2;
258
258
  })(Handedness || {});
259
259
 
260
+ // src/attribute/uoi/sports/tennis/type.ts
261
+ var AttributeTypeUoiSportsTennis = /* @__PURE__ */ ((AttributeTypeUoiSportsTennis2) => {
262
+ AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Level"] = 0] = "Level";
263
+ AttributeTypeUoiSportsTennis2[AttributeTypeUoiSportsTennis2["Backhand"] = 1] = "Backhand";
264
+ return AttributeTypeUoiSportsTennis2;
265
+ })(AttributeTypeUoiSportsTennis || {});
266
+
260
267
  // src/attribute/uoi/sports/tennis/label.ts
261
268
  var ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS = {
262
269
  [0 /* Level */]: "Level",
@@ -285,6 +292,12 @@ var TennisLevel = /* @__PURE__ */ ((TennisLevel2) => {
285
292
  return TennisLevel2;
286
293
  })(TennisLevel || {});
287
294
 
295
+ // src/attribute/uoi/sports/basketball/type.ts
296
+ var AttributeTypeUoiSportsBasketball = /* @__PURE__ */ ((AttributeTypeUoiSportsBasketball2) => {
297
+ AttributeTypeUoiSportsBasketball2[AttributeTypeUoiSportsBasketball2["Positions"] = 0] = "Positions";
298
+ return AttributeTypeUoiSportsBasketball2;
299
+ })(AttributeTypeUoiSportsBasketball || {});
300
+
288
301
  // src/attribute/uoi/sports/basketball/label.ts
289
302
  var ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL = {
290
303
  [0 /* Positions */]: "Positions"
@@ -438,6 +451,8 @@ export {
438
451
  AttendanceStatus,
439
452
  AttributeTypeCollectionPets,
440
453
  AttributeTypeCommon,
454
+ AttributeTypeUoiSportsBasketball,
455
+ AttributeTypeUoiSportsTennis,
441
456
  BasketballPosition,
442
457
  BuddyingStatus,
443
458
  CategoryName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenum",
3
- "version": "1.24.3",
3
+ "version": "1.25.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -1,2 +1,3 @@
1
1
  export * from './label';
2
- export * from './basketball';
2
+ export * from './basketball';
3
+ export * from './type';
@@ -1,2 +1,3 @@
1
1
  export * from './label';
2
2
  export * from './tennis';
3
+ export * from './type';