wenum 1.52.1 → 1.54.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 +12 -8
- package/dist/index.d.ts +12 -8
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/src/interest/category.ts +3 -3
- package/src/meta/collection/label.ts +1 -1
- package/src/meta/uoi/label.ts +1 -1
- package/src/page/profile/collection/type/pets/cat.ts +3 -1
- package/src/page/profile/collection/type/pets/dog.ts +3 -1
- package/src/page/profile/collection/type/sports/tennis.ts +3 -1
- package/src/page/profile/collection/type/util.ts +1 -0
- package/src/page/profile/game/type/sports/badminton/index.ts +3 -1
- package/src/page/profile/game/type/sports/basketball/index.ts +3 -1
- package/src/page/profile/game/type/sports/golf/index.ts +3 -1
- package/src/page/profile/game/type/sports/pickleball/index.ts +3 -1
- package/src/page/profile/game/type/sports/running/index.ts +3 -1
- package/src/page/profile/game/type/sports/tableTennis/index.ts +3 -1
- package/src/page/profile/game/type/sports/tennis/index.ts +3 -1
- package/src/page/profile/game/type/util.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -66,13 +66,15 @@ declare enum CollectionMetaStatus {
|
|
|
66
66
|
Inactive = 2
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
type
|
|
69
|
+
type CollectionTypeOther = 'zzzother';
|
|
70
70
|
|
|
71
|
-
type
|
|
71
|
+
type CollectionTypeCat = '0cat' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'food' | CollectionTypeOther;
|
|
72
|
+
|
|
73
|
+
type CollectionTypeDog = '0dog' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'collar' | 'food' | 'house' | 'leash' | CollectionTypeOther;
|
|
72
74
|
|
|
73
75
|
type CollectionTypePets = CollectionTypeCat | CollectionTypeDog;
|
|
74
76
|
|
|
75
|
-
type CollectionTypeTennis = '0racket' | 'ball' | 'ballmachine' | 'shoes' | 'overgrip' | 'tennisstring' |
|
|
77
|
+
type CollectionTypeTennis = '0racket' | 'ball' | 'ballmachine' | 'shoes' | 'overgrip' | 'tennisstring' | CollectionTypeOther;
|
|
76
78
|
|
|
77
79
|
type CollectionTypeSports = CollectionTypeTennis;
|
|
78
80
|
|
|
@@ -99,13 +101,15 @@ declare enum DuelGameResultType {
|
|
|
99
101
|
Win = 1
|
|
100
102
|
}
|
|
101
103
|
|
|
102
|
-
type
|
|
104
|
+
type GameTypeOther = 'other';
|
|
105
|
+
|
|
106
|
+
type GameTypeBasketball = '0_1on1' | '1_halfcourt' | '2_fullcourt' | '3_3point' | '4_slamdunk' | GameTypeOther;
|
|
103
107
|
|
|
104
|
-
type GameTypeRunning = '0_100m' | '1_200m' | '2_400m' | '3_800m' | '4_1500m' | '5_5km' | '6_10km' | '7_halfmarathon' | '8_marathon' |
|
|
108
|
+
type GameTypeRunning = '0_100m' | '1_200m' | '2_400m' | '3_800m' | '4_1500m' | '5_5km' | '6_10km' | '7_halfmarathon' | '8_marathon' | GameTypeOther;
|
|
105
109
|
|
|
106
|
-
type GameTypeTennis = '0_single' | '1_double' |
|
|
110
|
+
type GameTypeTennis = '0_single' | '1_double' | GameTypeOther;
|
|
107
111
|
|
|
108
|
-
type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' |
|
|
112
|
+
type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' | GameTypeOther;
|
|
109
113
|
|
|
110
114
|
type GameTypeSports = GameTypeBasketball | GameTypeRunning | GameTypeTennis | GameTypeGolf;
|
|
111
115
|
|
|
@@ -255,7 +259,7 @@ declare enum SubjectType {
|
|
|
255
259
|
Reply = 4
|
|
256
260
|
}
|
|
257
261
|
|
|
258
|
-
type CategoryType = '
|
|
262
|
+
type CategoryType = '1_sports' | '2_pets' | '3_cardgames' | 'boardgames' | 'music' | 'travel' | 'dancing' | 'language' | 'food' | 'drinks' | 'photography' | '';
|
|
259
263
|
|
|
260
264
|
type CardGamesInterestType = 'texasholdem' | 'omaha' | 'blackjack';
|
|
261
265
|
|
package/dist/index.d.ts
CHANGED
|
@@ -66,13 +66,15 @@ declare enum CollectionMetaStatus {
|
|
|
66
66
|
Inactive = 2
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
type
|
|
69
|
+
type CollectionTypeOther = 'zzzother';
|
|
70
70
|
|
|
71
|
-
type
|
|
71
|
+
type CollectionTypeCat = '0cat' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'food' | CollectionTypeOther;
|
|
72
|
+
|
|
73
|
+
type CollectionTypeDog = '0dog' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'collar' | 'food' | 'house' | 'leash' | CollectionTypeOther;
|
|
72
74
|
|
|
73
75
|
type CollectionTypePets = CollectionTypeCat | CollectionTypeDog;
|
|
74
76
|
|
|
75
|
-
type CollectionTypeTennis = '0racket' | 'ball' | 'ballmachine' | 'shoes' | 'overgrip' | 'tennisstring' |
|
|
77
|
+
type CollectionTypeTennis = '0racket' | 'ball' | 'ballmachine' | 'shoes' | 'overgrip' | 'tennisstring' | CollectionTypeOther;
|
|
76
78
|
|
|
77
79
|
type CollectionTypeSports = CollectionTypeTennis;
|
|
78
80
|
|
|
@@ -99,13 +101,15 @@ declare enum DuelGameResultType {
|
|
|
99
101
|
Win = 1
|
|
100
102
|
}
|
|
101
103
|
|
|
102
|
-
type
|
|
104
|
+
type GameTypeOther = 'other';
|
|
105
|
+
|
|
106
|
+
type GameTypeBasketball = '0_1on1' | '1_halfcourt' | '2_fullcourt' | '3_3point' | '4_slamdunk' | GameTypeOther;
|
|
103
107
|
|
|
104
|
-
type GameTypeRunning = '0_100m' | '1_200m' | '2_400m' | '3_800m' | '4_1500m' | '5_5km' | '6_10km' | '7_halfmarathon' | '8_marathon' |
|
|
108
|
+
type GameTypeRunning = '0_100m' | '1_200m' | '2_400m' | '3_800m' | '4_1500m' | '5_5km' | '6_10km' | '7_halfmarathon' | '8_marathon' | GameTypeOther;
|
|
105
109
|
|
|
106
|
-
type GameTypeTennis = '0_single' | '1_double' |
|
|
110
|
+
type GameTypeTennis = '0_single' | '1_double' | GameTypeOther;
|
|
107
111
|
|
|
108
|
-
type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' |
|
|
112
|
+
type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' | GameTypeOther;
|
|
109
113
|
|
|
110
114
|
type GameTypeSports = GameTypeBasketball | GameTypeRunning | GameTypeTennis | GameTypeGolf;
|
|
111
115
|
|
|
@@ -255,7 +259,7 @@ declare enum SubjectType {
|
|
|
255
259
|
Reply = 4
|
|
256
260
|
}
|
|
257
261
|
|
|
258
|
-
type CategoryType = '
|
|
262
|
+
type CategoryType = '1_sports' | '2_pets' | '3_cardgames' | 'boardgames' | 'music' | 'travel' | 'dancing' | 'language' | 'food' | 'drinks' | 'photography' | '';
|
|
259
263
|
|
|
260
264
|
type CardGamesInterestType = 'texasholdem' | 'omaha' | 'blackjack';
|
|
261
265
|
|
package/dist/index.js
CHANGED
|
@@ -577,7 +577,7 @@ var ATTRIBUTE_LABEL_UOI_SPORTS = {
|
|
|
577
577
|
|
|
578
578
|
// src/meta/uoi/label.ts
|
|
579
579
|
var ATTRIBUTE_LABEL_UOI = {
|
|
580
|
-
|
|
580
|
+
"1_sports": ATTRIBUTE_LABEL_UOI_SPORTS
|
|
581
581
|
};
|
|
582
582
|
|
|
583
583
|
// src/meta/collection/pets/label.ts
|
|
@@ -594,7 +594,7 @@ var ATTRIBUTE_LABEL_COLLECTION_PETS = {
|
|
|
594
594
|
|
|
595
595
|
// src/meta/collection/label.ts
|
|
596
596
|
var ATTRIBUTE_LABEL_COLLECTION = {
|
|
597
|
-
|
|
597
|
+
"2_pets": ATTRIBUTE_LABEL_COLLECTION_PETS
|
|
598
598
|
};
|
|
599
599
|
|
|
600
600
|
// src/meta/label.ts
|
package/dist/index.mjs
CHANGED
|
@@ -500,7 +500,7 @@ var ATTRIBUTE_LABEL_UOI_SPORTS = {
|
|
|
500
500
|
|
|
501
501
|
// src/meta/uoi/label.ts
|
|
502
502
|
var ATTRIBUTE_LABEL_UOI = {
|
|
503
|
-
|
|
503
|
+
"1_sports": ATTRIBUTE_LABEL_UOI_SPORTS
|
|
504
504
|
};
|
|
505
505
|
|
|
506
506
|
// src/meta/collection/pets/label.ts
|
|
@@ -517,7 +517,7 @@ var ATTRIBUTE_LABEL_COLLECTION_PETS = {
|
|
|
517
517
|
|
|
518
518
|
// src/meta/collection/label.ts
|
|
519
519
|
var ATTRIBUTE_LABEL_COLLECTION = {
|
|
520
|
-
|
|
520
|
+
"2_pets": ATTRIBUTE_LABEL_COLLECTION_PETS
|
|
521
521
|
};
|
|
522
522
|
|
|
523
523
|
// src/meta/label.ts
|
package/package.json
CHANGED
package/src/interest/category.ts
CHANGED
|
@@ -2,5 +2,5 @@ import { CategoryType } from 'src/interest';
|
|
|
2
2
|
import { ATTRIBUTE_LABEL_COLLECTION_PETS } from './pets';
|
|
3
3
|
|
|
4
4
|
export const ATTRIBUTE_LABEL_COLLECTION: Partial<Record<CategoryType, any>> = {
|
|
5
|
-
|
|
5
|
+
'2_pets': ATTRIBUTE_LABEL_COLLECTION_PETS
|
|
6
6
|
};
|
package/src/meta/uoi/label.ts
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { CollectionTypeOther } from '../util';
|
|
2
|
+
|
|
3
|
+
export type CollectionTypeDog = '0dog' |'bed' | 'cage' | 'carrier' | 'clothing' | 'collar' | 'food' | 'house' | 'leash' | CollectionTypeOther;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { CollectionTypeOther } from '../util';
|
|
2
|
+
|
|
3
|
+
export type CollectionTypeTennis = '0racket' | 'ball' | 'ballmachine' | 'shoes' | 'overgrip' | 'tennisstring' | CollectionTypeOther;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type CollectionTypeOther = 'zzzother';
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { GameTypeOther } from '../../util';
|
|
2
|
+
|
|
3
|
+
export type GameTypeBasketball = '0_1on1' | '1_halfcourt' | '2_fullcourt' | '3_3point' | '4_slamdunk' | GameTypeOther;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { GameTypeOther } from '../../util';
|
|
2
|
+
|
|
3
|
+
export type GameTypeRunning = '0_100m' | '1_200m' | '2_400m' | '3_800m' | '4_1500m' | '5_5km' | '6_10km' | '7_halfmarathon' | '8_marathon' | GameTypeOther;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type GameTypeOther = 'other';
|