wenum 1.53.0 → 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 CHANGED
@@ -66,13 +66,15 @@ declare enum CollectionMetaStatus {
66
66
  Inactive = 2
67
67
  }
68
68
 
69
- type CollectionTypeCat = '0cat' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'food' | 'other';
69
+ type CollectionTypeOther = 'zzzother';
70
70
 
71
- type CollectionTypeDog = '0dog' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'collar' | 'food' | 'house' | 'leash' | 'other';
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' | 'other';
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 GameTypeBasketball = '0_1on1' | '1_halfcourt' | '2_fullcourt' | '3_3point' | '4_slamdunk' | 'other';
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' | 'other';
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' | 'other';
110
+ type GameTypeTennis = '0_single' | '1_double' | GameTypeOther;
107
111
 
108
- type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' | 'other';
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
 
package/dist/index.d.ts CHANGED
@@ -66,13 +66,15 @@ declare enum CollectionMetaStatus {
66
66
  Inactive = 2
67
67
  }
68
68
 
69
- type CollectionTypeCat = '0cat' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'food' | 'other';
69
+ type CollectionTypeOther = 'zzzother';
70
70
 
71
- type CollectionTypeDog = '0dog' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'collar' | 'food' | 'house' | 'leash' | 'other';
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' | 'other';
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 GameTypeBasketball = '0_1on1' | '1_halfcourt' | '2_fullcourt' | '3_3point' | '4_slamdunk' | 'other';
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' | 'other';
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' | 'other';
110
+ type GameTypeTennis = '0_single' | '1_double' | GameTypeOther;
107
111
 
108
- type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' | 'other';
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenum",
3
- "version": "1.53.0",
3
+ "version": "1.54.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -1 +1,3 @@
1
- export type CollectionTypeCat = '0cat' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'food' | 'other';
1
+ import { CollectionTypeOther } from '../util';
2
+
3
+ export type CollectionTypeCat = '0cat' | 'bed' | 'cage' | 'carrier' | 'clothing' | 'food' | CollectionTypeOther;
@@ -1 +1,3 @@
1
- export type CollectionTypeDog = '0dog' |'bed' | 'cage' | 'carrier' | 'clothing' | 'collar' | 'food' | 'house' | 'leash' |'other';
1
+ import { CollectionTypeOther } from '../util';
2
+
3
+ export type CollectionTypeDog = '0dog' |'bed' | 'cage' | 'carrier' | 'clothing' | 'collar' | 'food' | 'house' | 'leash' | CollectionTypeOther;
@@ -1 +1,3 @@
1
- export type CollectionTypeTennis = '0racket' | 'ball' | 'ballmachine' | 'shoes' | 'overgrip' | 'tennisstring' | 'other';
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
- export type GameTypeBadminton = '0_single' | '1_double' | 'other';
1
+ import { GameTypeOther } from '../../util';
2
+
3
+ export type GameTypeBadminton = '0_single' | '1_double' | GameTypeOther;
@@ -1 +1,3 @@
1
- export type GameTypeBasketball = '0_1on1' | '1_halfcourt' | '2_fullcourt' | '3_3point' | '4_slamdunk' | 'other';
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
- export type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' | 'other' ;
1
+ import { GameTypeOther } from '../../util';
2
+
3
+ export type GameTypeGolf = '0_18hole' | '1_9hole' | '2_drivingrange' | '3_putting' | '4_minigolf' | GameTypeOther;
@@ -1 +1,3 @@
1
- export type GameTypePickleball = '0_single' | '1_double' | 'other';
1
+ import { GameTypeOther } from '../../util';
2
+
3
+ export type GameTypePickleball = '0_single' | '1_double' | GameTypeOther;
@@ -1 +1,3 @@
1
- export type GameTypeRunning = '0_100m' | '1_200m' | '2_400m' | '3_800m' | '4_1500m' | '5_5km' | '6_10km' | '7_halfmarathon' | '8_marathon' | 'other';
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;
@@ -1 +1,3 @@
1
- export type GameTypeTableTennis = '0_single' | '1_double' | 'other';
1
+ import { GameTypeOther } from '../../util';
2
+
3
+ export type GameTypeTableTennis = '0_single' | '1_double' | GameTypeOther;
@@ -1 +1,3 @@
1
- export type GameTypeTennis = '0_single' | '1_double' | 'other';
1
+ import { GameTypeOther } from '../../util';
2
+
3
+ export type GameTypeTennis = '0_single' | '1_double' | GameTypeOther;
@@ -0,0 +1 @@
1
+ export type GameTypeOther = 'other';