wenum 1.3.1 → 1.5.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 +15 -4
- package/dist/index.d.ts +15 -4
- package/dist/index.js +24 -7
- package/dist/index.mjs +21 -6
- package/package.json +1 -1
- package/src/page/profile/collection.ts +6 -0
- package/src/page/profile/index.ts +1 -1
- package/src/page/profile/market.ts +6 -0
- package/src/page/profile/profile.ts +3 -4
package/dist/index.d.mts
CHANGED
|
@@ -32,9 +32,10 @@ declare enum ProfileStatus {
|
|
|
32
32
|
Active = 1,
|
|
33
33
|
Inactive = 2
|
|
34
34
|
}
|
|
35
|
-
declare enum
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
declare enum ChallengeStatus {
|
|
36
|
+
None = 0,
|
|
37
|
+
Open = 1,
|
|
38
|
+
Closed = 2
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
declare enum MarketType {
|
|
@@ -63,6 +64,11 @@ declare enum MarketType {
|
|
|
63
64
|
Found = 98,
|
|
64
65
|
Other = 99
|
|
65
66
|
}
|
|
67
|
+
declare enum MarketMetaStatus {
|
|
68
|
+
None = 0,
|
|
69
|
+
Active = 1,
|
|
70
|
+
Inactive = 2
|
|
71
|
+
}
|
|
66
72
|
|
|
67
73
|
declare enum CollectionType {
|
|
68
74
|
Zero = 0,
|
|
@@ -77,6 +83,11 @@ declare enum CollectionType {
|
|
|
77
83
|
Nine = 9,
|
|
78
84
|
Ten = 10
|
|
79
85
|
}
|
|
86
|
+
declare enum CollectionMetaStatus {
|
|
87
|
+
None = 0,
|
|
88
|
+
Active = 1,
|
|
89
|
+
Inactive = 2
|
|
90
|
+
}
|
|
80
91
|
|
|
81
92
|
declare enum Pronoun {
|
|
82
93
|
None = 0,
|
|
@@ -216,4 +227,4 @@ declare enum SubjectType {
|
|
|
216
227
|
Reply = 4
|
|
217
228
|
}
|
|
218
229
|
|
|
219
|
-
export { AccountStatus, AdminAccountStatus, AttendanceStatus, BasketballPosition, BuddyingStatus, CollectionType, ConnectionType, FollowingStatus, Handedness, LocationType, MarketType, MemberingStatus, PageType, PageUpdateType, PetGender, PostPrivacy, PostType,
|
|
230
|
+
export { AccountStatus, AdminAccountStatus, AttendanceStatus, BasketballPosition, BuddyingStatus, ChallengeStatus, CollectionMetaStatus, CollectionType, ConnectionType, FollowingStatus, Handedness, LocationType, MarketMetaStatus, MarketType, MemberingStatus, PageType, PageUpdateType, PetGender, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, Pronoun, SubjectType, TennisBackhand, TennisLevel };
|
package/dist/index.d.ts
CHANGED
|
@@ -32,9 +32,10 @@ declare enum ProfileStatus {
|
|
|
32
32
|
Active = 1,
|
|
33
33
|
Inactive = 2
|
|
34
34
|
}
|
|
35
|
-
declare enum
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
declare enum ChallengeStatus {
|
|
36
|
+
None = 0,
|
|
37
|
+
Open = 1,
|
|
38
|
+
Closed = 2
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
declare enum MarketType {
|
|
@@ -63,6 +64,11 @@ declare enum MarketType {
|
|
|
63
64
|
Found = 98,
|
|
64
65
|
Other = 99
|
|
65
66
|
}
|
|
67
|
+
declare enum MarketMetaStatus {
|
|
68
|
+
None = 0,
|
|
69
|
+
Active = 1,
|
|
70
|
+
Inactive = 2
|
|
71
|
+
}
|
|
66
72
|
|
|
67
73
|
declare enum CollectionType {
|
|
68
74
|
Zero = 0,
|
|
@@ -77,6 +83,11 @@ declare enum CollectionType {
|
|
|
77
83
|
Nine = 9,
|
|
78
84
|
Ten = 10
|
|
79
85
|
}
|
|
86
|
+
declare enum CollectionMetaStatus {
|
|
87
|
+
None = 0,
|
|
88
|
+
Active = 1,
|
|
89
|
+
Inactive = 2
|
|
90
|
+
}
|
|
80
91
|
|
|
81
92
|
declare enum Pronoun {
|
|
82
93
|
None = 0,
|
|
@@ -216,4 +227,4 @@ declare enum SubjectType {
|
|
|
216
227
|
Reply = 4
|
|
217
228
|
}
|
|
218
229
|
|
|
219
|
-
export { AccountStatus, AdminAccountStatus, AttendanceStatus, BasketballPosition, BuddyingStatus, CollectionType, ConnectionType, FollowingStatus, Handedness, LocationType, MarketType, MemberingStatus, PageType, PageUpdateType, PetGender, PostPrivacy, PostType,
|
|
230
|
+
export { AccountStatus, AdminAccountStatus, AttendanceStatus, BasketballPosition, BuddyingStatus, ChallengeStatus, CollectionMetaStatus, CollectionType, ConnectionType, FollowingStatus, Handedness, LocationType, MarketMetaStatus, MarketType, MemberingStatus, PageType, PageUpdateType, PetGender, PostPrivacy, PostType, ProfilePermission, ProfilePrivacy, ProfileStatus, ProfileType, Pronoun, SubjectType, TennisBackhand, TennisLevel };
|
package/dist/index.js
CHANGED
|
@@ -25,11 +25,14 @@ __export(index_exports, {
|
|
|
25
25
|
AttendanceStatus: () => AttendanceStatus,
|
|
26
26
|
BasketballPosition: () => BasketballPosition,
|
|
27
27
|
BuddyingStatus: () => BuddyingStatus,
|
|
28
|
+
ChallengeStatus: () => ChallengeStatus,
|
|
29
|
+
CollectionMetaStatus: () => CollectionMetaStatus,
|
|
28
30
|
CollectionType: () => CollectionType,
|
|
29
31
|
ConnectionType: () => ConnectionType,
|
|
30
32
|
FollowingStatus: () => FollowingStatus,
|
|
31
33
|
Handedness: () => Handedness,
|
|
32
34
|
LocationType: () => LocationType,
|
|
35
|
+
MarketMetaStatus: () => MarketMetaStatus,
|
|
33
36
|
MarketType: () => MarketType,
|
|
34
37
|
MemberingStatus: () => MemberingStatus,
|
|
35
38
|
PageType: () => PageType,
|
|
@@ -37,7 +40,6 @@ __export(index_exports, {
|
|
|
37
40
|
PetGender: () => PetGender,
|
|
38
41
|
PostPrivacy: () => PostPrivacy,
|
|
39
42
|
PostType: () => PostType,
|
|
40
|
-
ProfileImageType: () => ProfileImageType,
|
|
41
43
|
ProfilePermission: () => ProfilePermission,
|
|
42
44
|
ProfilePrivacy: () => ProfilePrivacy,
|
|
43
45
|
ProfileStatus: () => ProfileStatus,
|
|
@@ -90,11 +92,12 @@ var ProfileStatus = /* @__PURE__ */ ((ProfileStatus2) => {
|
|
|
90
92
|
ProfileStatus2[ProfileStatus2["Inactive"] = 2] = "Inactive";
|
|
91
93
|
return ProfileStatus2;
|
|
92
94
|
})(ProfileStatus || {});
|
|
93
|
-
var
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
var ChallengeStatus = /* @__PURE__ */ ((ChallengeStatus2) => {
|
|
96
|
+
ChallengeStatus2[ChallengeStatus2["None"] = 0] = "None";
|
|
97
|
+
ChallengeStatus2[ChallengeStatus2["Open"] = 1] = "Open";
|
|
98
|
+
ChallengeStatus2[ChallengeStatus2["Closed"] = 2] = "Closed";
|
|
99
|
+
return ChallengeStatus2;
|
|
100
|
+
})(ChallengeStatus || {});
|
|
98
101
|
|
|
99
102
|
// src/page/profile/market.ts
|
|
100
103
|
var MarketType = /* @__PURE__ */ ((MarketType2) => {
|
|
@@ -124,6 +127,12 @@ var MarketType = /* @__PURE__ */ ((MarketType2) => {
|
|
|
124
127
|
MarketType2[MarketType2["Other"] = 99] = "Other";
|
|
125
128
|
return MarketType2;
|
|
126
129
|
})(MarketType || {});
|
|
130
|
+
var MarketMetaStatus = /* @__PURE__ */ ((MarketMetaStatus2) => {
|
|
131
|
+
MarketMetaStatus2[MarketMetaStatus2["None"] = 0] = "None";
|
|
132
|
+
MarketMetaStatus2[MarketMetaStatus2["Active"] = 1] = "Active";
|
|
133
|
+
MarketMetaStatus2[MarketMetaStatus2["Inactive"] = 2] = "Inactive";
|
|
134
|
+
return MarketMetaStatus2;
|
|
135
|
+
})(MarketMetaStatus || {});
|
|
127
136
|
|
|
128
137
|
// src/page/profile/collection.ts
|
|
129
138
|
var CollectionType = /* @__PURE__ */ ((CollectionType2) => {
|
|
@@ -140,6 +149,12 @@ var CollectionType = /* @__PURE__ */ ((CollectionType2) => {
|
|
|
140
149
|
CollectionType2[CollectionType2["Ten"] = 10] = "Ten";
|
|
141
150
|
return CollectionType2;
|
|
142
151
|
})(CollectionType || {});
|
|
152
|
+
var CollectionMetaStatus = /* @__PURE__ */ ((CollectionMetaStatus2) => {
|
|
153
|
+
CollectionMetaStatus2[CollectionMetaStatus2["None"] = 0] = "None";
|
|
154
|
+
CollectionMetaStatus2[CollectionMetaStatus2["Active"] = 1] = "Active";
|
|
155
|
+
CollectionMetaStatus2[CollectionMetaStatus2["Inactive"] = 2] = "Inactive";
|
|
156
|
+
return CollectionMetaStatus2;
|
|
157
|
+
})(CollectionMetaStatus || {});
|
|
143
158
|
|
|
144
159
|
// src/page/profile/user.ts
|
|
145
160
|
var Pronoun = /* @__PURE__ */ ((Pronoun2) => {
|
|
@@ -314,11 +329,14 @@ var SubjectType = /* @__PURE__ */ ((SubjectType2) => {
|
|
|
314
329
|
AttendanceStatus,
|
|
315
330
|
BasketballPosition,
|
|
316
331
|
BuddyingStatus,
|
|
332
|
+
ChallengeStatus,
|
|
333
|
+
CollectionMetaStatus,
|
|
317
334
|
CollectionType,
|
|
318
335
|
ConnectionType,
|
|
319
336
|
FollowingStatus,
|
|
320
337
|
Handedness,
|
|
321
338
|
LocationType,
|
|
339
|
+
MarketMetaStatus,
|
|
322
340
|
MarketType,
|
|
323
341
|
MemberingStatus,
|
|
324
342
|
PageType,
|
|
@@ -326,7 +344,6 @@ var SubjectType = /* @__PURE__ */ ((SubjectType2) => {
|
|
|
326
344
|
PetGender,
|
|
327
345
|
PostPrivacy,
|
|
328
346
|
PostType,
|
|
329
|
-
ProfileImageType,
|
|
330
347
|
ProfilePermission,
|
|
331
348
|
ProfilePrivacy,
|
|
332
349
|
ProfileStatus,
|
package/dist/index.mjs
CHANGED
|
@@ -39,11 +39,12 @@ var ProfileStatus = /* @__PURE__ */ ((ProfileStatus2) => {
|
|
|
39
39
|
ProfileStatus2[ProfileStatus2["Inactive"] = 2] = "Inactive";
|
|
40
40
|
return ProfileStatus2;
|
|
41
41
|
})(ProfileStatus || {});
|
|
42
|
-
var
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
var ChallengeStatus = /* @__PURE__ */ ((ChallengeStatus2) => {
|
|
43
|
+
ChallengeStatus2[ChallengeStatus2["None"] = 0] = "None";
|
|
44
|
+
ChallengeStatus2[ChallengeStatus2["Open"] = 1] = "Open";
|
|
45
|
+
ChallengeStatus2[ChallengeStatus2["Closed"] = 2] = "Closed";
|
|
46
|
+
return ChallengeStatus2;
|
|
47
|
+
})(ChallengeStatus || {});
|
|
47
48
|
|
|
48
49
|
// src/page/profile/market.ts
|
|
49
50
|
var MarketType = /* @__PURE__ */ ((MarketType2) => {
|
|
@@ -73,6 +74,12 @@ var MarketType = /* @__PURE__ */ ((MarketType2) => {
|
|
|
73
74
|
MarketType2[MarketType2["Other"] = 99] = "Other";
|
|
74
75
|
return MarketType2;
|
|
75
76
|
})(MarketType || {});
|
|
77
|
+
var MarketMetaStatus = /* @__PURE__ */ ((MarketMetaStatus2) => {
|
|
78
|
+
MarketMetaStatus2[MarketMetaStatus2["None"] = 0] = "None";
|
|
79
|
+
MarketMetaStatus2[MarketMetaStatus2["Active"] = 1] = "Active";
|
|
80
|
+
MarketMetaStatus2[MarketMetaStatus2["Inactive"] = 2] = "Inactive";
|
|
81
|
+
return MarketMetaStatus2;
|
|
82
|
+
})(MarketMetaStatus || {});
|
|
76
83
|
|
|
77
84
|
// src/page/profile/collection.ts
|
|
78
85
|
var CollectionType = /* @__PURE__ */ ((CollectionType2) => {
|
|
@@ -89,6 +96,12 @@ var CollectionType = /* @__PURE__ */ ((CollectionType2) => {
|
|
|
89
96
|
CollectionType2[CollectionType2["Ten"] = 10] = "Ten";
|
|
90
97
|
return CollectionType2;
|
|
91
98
|
})(CollectionType || {});
|
|
99
|
+
var CollectionMetaStatus = /* @__PURE__ */ ((CollectionMetaStatus2) => {
|
|
100
|
+
CollectionMetaStatus2[CollectionMetaStatus2["None"] = 0] = "None";
|
|
101
|
+
CollectionMetaStatus2[CollectionMetaStatus2["Active"] = 1] = "Active";
|
|
102
|
+
CollectionMetaStatus2[CollectionMetaStatus2["Inactive"] = 2] = "Inactive";
|
|
103
|
+
return CollectionMetaStatus2;
|
|
104
|
+
})(CollectionMetaStatus || {});
|
|
92
105
|
|
|
93
106
|
// src/page/profile/user.ts
|
|
94
107
|
var Pronoun = /* @__PURE__ */ ((Pronoun2) => {
|
|
@@ -262,11 +275,14 @@ export {
|
|
|
262
275
|
AttendanceStatus,
|
|
263
276
|
BasketballPosition,
|
|
264
277
|
BuddyingStatus,
|
|
278
|
+
ChallengeStatus,
|
|
279
|
+
CollectionMetaStatus,
|
|
265
280
|
CollectionType,
|
|
266
281
|
ConnectionType,
|
|
267
282
|
FollowingStatus,
|
|
268
283
|
Handedness,
|
|
269
284
|
LocationType,
|
|
285
|
+
MarketMetaStatus,
|
|
270
286
|
MarketType,
|
|
271
287
|
MemberingStatus,
|
|
272
288
|
PageType,
|
|
@@ -274,7 +290,6 @@ export {
|
|
|
274
290
|
PetGender,
|
|
275
291
|
PostPrivacy,
|
|
276
292
|
PostType,
|
|
277
|
-
ProfileImageType,
|
|
278
293
|
ProfilePermission,
|
|
279
294
|
ProfilePrivacy,
|
|
280
295
|
ProfileStatus,
|
package/package.json
CHANGED