wenum 1.21.0 → 1.22.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 +18 -1
- package/dist/index.d.ts +18 -1
- package/dist/index.js +13 -0
- package/dist/index.mjs +12 -0
- package/package.json +1 -1
- package/src/attribute/index.ts +1 -0
- package/src/attribute/label.ts +9 -0
package/dist/index.d.mts
CHANGED
|
@@ -297,6 +297,23 @@ declare enum AttributeLabelCollectionPets {
|
|
|
297
297
|
Weight = 6
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
+
declare const ATTRIBUTE_LABEL: {
|
|
301
|
+
2: {
|
|
302
|
+
sports: {
|
|
303
|
+
tennis: {
|
|
304
|
+
0: string;
|
|
305
|
+
1: string;
|
|
306
|
+
};
|
|
307
|
+
basketball: {
|
|
308
|
+
0: string;
|
|
309
|
+
};
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
5: {
|
|
313
|
+
pets: typeof AttributeLabelCollectionPets;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
|
|
300
317
|
declare enum PageUpdateType {
|
|
301
318
|
None = 0,
|
|
302
319
|
CreatePost = 1,
|
|
@@ -365,4 +382,4 @@ declare enum SportsInterestName {
|
|
|
365
382
|
type InterestName = SportsInterestName | PetsInterestName | MusicInterestName | '';
|
|
366
383
|
declare const InterestNameNone: InterestName;
|
|
367
384
|
|
|
368
|
-
export { ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, AttributeLabelCollectionPets, AttributeLabelCommon, AttributeLabelUoiSportsBasketball, AttributeLabelUoiSportsTennis, 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 };
|
|
385
|
+
export { ATTRIBUTE_LABEL, ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, AttributeLabelCollectionPets, AttributeLabelCommon, AttributeLabelUoiSportsBasketball, AttributeLabelUoiSportsTennis, 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
|
@@ -297,6 +297,23 @@ declare enum AttributeLabelCollectionPets {
|
|
|
297
297
|
Weight = 6
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
+
declare const ATTRIBUTE_LABEL: {
|
|
301
|
+
2: {
|
|
302
|
+
sports: {
|
|
303
|
+
tennis: {
|
|
304
|
+
0: string;
|
|
305
|
+
1: string;
|
|
306
|
+
};
|
|
307
|
+
basketball: {
|
|
308
|
+
0: string;
|
|
309
|
+
};
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
5: {
|
|
313
|
+
pets: typeof AttributeLabelCollectionPets;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
|
|
300
317
|
declare enum PageUpdateType {
|
|
301
318
|
None = 0,
|
|
302
319
|
CreatePost = 1,
|
|
@@ -365,4 +382,4 @@ declare enum SportsInterestName {
|
|
|
365
382
|
type InterestName = SportsInterestName | PetsInterestName | MusicInterestName | '';
|
|
366
383
|
declare const InterestNameNone: InterestName;
|
|
367
384
|
|
|
368
|
-
export { ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, AttributeLabelCollectionPets, AttributeLabelCommon, AttributeLabelUoiSportsBasketball, AttributeLabelUoiSportsTennis, 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 };
|
|
385
|
+
export { ATTRIBUTE_LABEL, ATTRIBUTE_LABEL_COMMON, ATTRIBUTE_LABEL_UOI, ATTRIBUTE_LABEL_UOI_SPORTS, ATTRIBUTE_LABEL_UOI_SPORTS_BASKETBALL, ATTRIBUTE_LABEL_UOI_SPORTS_TENNIS, AccountStatus, AdminAccountStatus, AttendanceStatus, AttributeLabelCollectionPets, AttributeLabelCommon, AttributeLabelUoiSportsBasketball, AttributeLabelUoiSportsTennis, 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
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/index.ts
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
+
ATTRIBUTE_LABEL: () => ATTRIBUTE_LABEL,
|
|
23
24
|
ATTRIBUTE_LABEL_COMMON: () => ATTRIBUTE_LABEL_COMMON,
|
|
24
25
|
ATTRIBUTE_LABEL_UOI: () => ATTRIBUTE_LABEL_UOI,
|
|
25
26
|
ATTRIBUTE_LABEL_UOI_SPORTS: () => ATTRIBUTE_LABEL_UOI_SPORTS,
|
|
@@ -467,6 +468,17 @@ var AttributeLabelCollectionPets = /* @__PURE__ */ ((AttributeLabelCollectionPet
|
|
|
467
468
|
return AttributeLabelCollectionPets2;
|
|
468
469
|
})(AttributeLabelCollectionPets || {});
|
|
469
470
|
|
|
471
|
+
// src/attribute/collection/label.ts
|
|
472
|
+
var ATTRIBUTE_LABEL_COLLECTION = {
|
|
473
|
+
["pets" /* Pets */]: AttributeLabelCollectionPets
|
|
474
|
+
};
|
|
475
|
+
|
|
476
|
+
// src/attribute/label.ts
|
|
477
|
+
var ATTRIBUTE_LABEL = {
|
|
478
|
+
[2 /* Uoi */]: ATTRIBUTE_LABEL_UOI,
|
|
479
|
+
[5 /* Collection */]: ATTRIBUTE_LABEL_COLLECTION
|
|
480
|
+
};
|
|
481
|
+
|
|
470
482
|
// src/pageUpdate.ts
|
|
471
483
|
var PageUpdateType = /* @__PURE__ */ ((PageUpdateType2) => {
|
|
472
484
|
PageUpdateType2[PageUpdateType2["None"] = 0] = "None";
|
|
@@ -492,6 +504,7 @@ var SubjectType = /* @__PURE__ */ ((SubjectType2) => {
|
|
|
492
504
|
})(SubjectType || {});
|
|
493
505
|
// Annotate the CommonJS export names for ESM import in node:
|
|
494
506
|
0 && (module.exports = {
|
|
507
|
+
ATTRIBUTE_LABEL,
|
|
495
508
|
ATTRIBUTE_LABEL_COMMON,
|
|
496
509
|
ATTRIBUTE_LABEL_UOI,
|
|
497
510
|
ATTRIBUTE_LABEL_UOI_SPORTS,
|
package/dist/index.mjs
CHANGED
|
@@ -396,6 +396,17 @@ var AttributeLabelCollectionPets = /* @__PURE__ */ ((AttributeLabelCollectionPet
|
|
|
396
396
|
return AttributeLabelCollectionPets2;
|
|
397
397
|
})(AttributeLabelCollectionPets || {});
|
|
398
398
|
|
|
399
|
+
// src/attribute/collection/label.ts
|
|
400
|
+
var ATTRIBUTE_LABEL_COLLECTION = {
|
|
401
|
+
["pets" /* Pets */]: AttributeLabelCollectionPets
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
// src/attribute/label.ts
|
|
405
|
+
var ATTRIBUTE_LABEL = {
|
|
406
|
+
[2 /* Uoi */]: ATTRIBUTE_LABEL_UOI,
|
|
407
|
+
[5 /* Collection */]: ATTRIBUTE_LABEL_COLLECTION
|
|
408
|
+
};
|
|
409
|
+
|
|
399
410
|
// src/pageUpdate.ts
|
|
400
411
|
var PageUpdateType = /* @__PURE__ */ ((PageUpdateType2) => {
|
|
401
412
|
PageUpdateType2[PageUpdateType2["None"] = 0] = "None";
|
|
@@ -420,6 +431,7 @@ var SubjectType = /* @__PURE__ */ ((SubjectType2) => {
|
|
|
420
431
|
return SubjectType2;
|
|
421
432
|
})(SubjectType || {});
|
|
422
433
|
export {
|
|
434
|
+
ATTRIBUTE_LABEL,
|
|
423
435
|
ATTRIBUTE_LABEL_COMMON,
|
|
424
436
|
ATTRIBUTE_LABEL_UOI,
|
|
425
437
|
ATTRIBUTE_LABEL_UOI_SPORTS,
|
package/package.json
CHANGED
package/src/attribute/index.ts
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
import { ProfileType } from '../page';
|
|
3
|
+
import { ATTRIBUTE_LABEL_COLLECTION } from './collection/label';
|
|
4
|
+
import { ATTRIBUTE_LABEL_UOI } from './uoi';
|
|
5
|
+
|
|
6
|
+
export const ATTRIBUTE_LABEL = {
|
|
7
|
+
[ProfileType.Uoi]: ATTRIBUTE_LABEL_UOI,
|
|
8
|
+
[ProfileType.Collection]: ATTRIBUTE_LABEL_COLLECTION,
|
|
9
|
+
};
|