Habiticalib 0.4.4__tar.gz → 0.4.5__tar.gz

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.
Files changed (81) hide show
  1. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/workflows/documentation.yml +1 -1
  2. {habiticalib-0.4.4 → habiticalib-0.4.5}/PKG-INFO +1 -1
  3. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/const.py +1 -1
  4. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/typedefs.py +2 -2
  5. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_group.ambr +1 -1
  6. habiticalib-0.4.5/tests/fixtures/party.json +143 -0
  7. habiticalib-0.4.4/tests/fixtures/party.json +0 -132
  8. {habiticalib-0.4.4 → habiticalib-0.4.5}/.cruft.json +0 -0
  9. {habiticalib-0.4.4 → habiticalib-0.4.5}/.editorconfig +0 -0
  10. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/FUNDING.yml +0 -0
  11. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/dependabot.yml +0 -0
  12. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/labels.yml +0 -0
  13. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/release-drafter.yml +0 -0
  14. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/workflows/build.yml +0 -0
  15. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/workflows/draft.yml +0 -0
  16. {habiticalib-0.4.4 → habiticalib-0.4.5}/.github/workflows/labeler.yml +0 -0
  17. {habiticalib-0.4.4 → habiticalib-0.4.5}/.gitignore +0 -0
  18. {habiticalib-0.4.4 → habiticalib-0.4.5}/.pre-commit-config.yaml +0 -0
  19. {habiticalib-0.4.4 → habiticalib-0.4.5}/.vscode/settings.json +0 -0
  20. {habiticalib-0.4.4 → habiticalib-0.4.5}/CONTRIBUTING.md +0 -0
  21. {habiticalib-0.4.4 → habiticalib-0.4.5}/LICENSE +0 -0
  22. {habiticalib-0.4.4 → habiticalib-0.4.5}/README.md +0 -0
  23. {habiticalib-0.4.4 → habiticalib-0.4.5}/docs/index.md +0 -0
  24. {habiticalib-0.4.4 → habiticalib-0.4.5}/docs/reference/habiticalib.md +0 -0
  25. {habiticalib-0.4.4 → habiticalib-0.4.5}/mkdocs.yml +0 -0
  26. {habiticalib-0.4.4 → habiticalib-0.4.5}/pyproject.toml +0 -0
  27. {habiticalib-0.4.4 → habiticalib-0.4.5}/renovate.json +0 -0
  28. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/__init__.py +0 -0
  29. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/exceptions.py +0 -0
  30. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/ha.py +0 -0
  31. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/helpers.py +0 -0
  32. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/lib.py +0 -0
  33. {habiticalib-0.4.4 → habiticalib-0.4.5}/src/habiticalib/py.typed +0 -0
  34. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__init__.py +0 -0
  35. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar.png +0 -0
  36. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[animated_background].png +0 -0
  37. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[default].png +0 -0
  38. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[kickstarter_backer_gear].png +0 -0
  39. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[kickstarter_pet_mount].png +0 -0
  40. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[seafoam].png +0 -0
  41. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[shinySeed].png +0 -0
  42. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[sleeping].png +0 -0
  43. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[snowball].png +0 -0
  44. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[special_0].png +0 -0
  45. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[special_1].png +0 -0
  46. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[spookySparkles].png +0 -0
  47. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[weapon_critical].png +0 -0
  48. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_from_styles[with_chair].png +0 -0
  49. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar/test_generate_avatar_to_file.png +0 -0
  50. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_avatar.ambr +0 -0
  51. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_login.ambr +0 -0
  52. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_serialize.ambr +0 -0
  53. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_tasks.ambr +0 -0
  54. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/__snapshots__/test_user.ambr +0 -0
  55. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/conftest.py +0 -0
  56. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/empty_data.json +0 -0
  57. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/login.json +0 -0
  58. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/task.json +0 -0
  59. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/task_order.json +0 -0
  60. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/tasks.json +0 -0
  61. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user.json +0 -0
  62. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_anonymized.json +0 -0
  63. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles.json +0 -0
  64. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_animated_background.json +0 -0
  65. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_kickstarter.json +0 -0
  66. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_kickstarter_pets.json +0 -0
  67. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_seafoam.json +0 -0
  68. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_shinySeed.json +0 -0
  69. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_sleeping.json +0 -0
  70. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_snowball.json +0 -0
  71. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_special_0.json +0 -0
  72. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_special_1.json +0 -0
  73. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_spookySparkles.json +0 -0
  74. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_weapon_critical.json +0 -0
  75. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/fixtures/user_styles_with_chair.json +0 -0
  76. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/test_avatar.py +0 -0
  77. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/test_group.py +0 -0
  78. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/test_login.py +0 -0
  79. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/test_serialize.py +0 -0
  80. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/test_tasks.py +0 -0
  81. {habiticalib-0.4.4 → habiticalib-0.4.5}/tests/test_user.py +0 -0
@@ -29,7 +29,7 @@ jobs:
29
29
  steps:
30
30
  - uses: actions/checkout@v5
31
31
  - name: Set up Python
32
- uses: actions/setup-python@v5
32
+ uses: actions/setup-python@v6
33
33
  with:
34
34
  python-version: '3.13'
35
35
  - name: Install dependencies
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Habiticalib
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: Asynchronous Python client library for the Habitica API
5
5
  Project-URL: Documentation, https://tr4nt0r.github.io/habiticalib/
6
6
  Project-URL: Source, https://github.com/tr4nt0r/habiticalib
@@ -1,6 +1,6 @@
1
1
  """Constants for Habiticalib."""
2
2
 
3
- __version__ = "0.4.4"
3
+ __version__ = "0.4.5"
4
4
 
5
5
  DEFAULT_URL = "https://habitica.com/"
6
6
  ASSETS_URL = "https://habitica-assets.s3.amazonaws.com/mobileApp/images/"
@@ -1957,8 +1957,8 @@ class ChatMsg(BaseModel):
1957
1957
  id: UUID
1958
1958
  flagCount: int
1959
1959
  text: str
1960
- unformattedText: str
1961
- info: ChatMsgInfo
1960
+ unformattedText: str | None = None
1961
+ info: ChatMsgInfo = field(default_factory=ChatMsgInfo)
1962
1962
  timestamp: datetime = field(
1963
1963
  metadata=field_options(
1964
1964
  deserialize=serialize_datetime,
@@ -1,4 +1,4 @@
1
1
  # serializer version: 1
2
2
  # name: test_get_group
3
- HabiticaGroupsResponse(data=GroupData(id=UUID('d27c2e74-a65a-42cc-9ac4-46966242cb1f'), name="test's Party", summary="test's Party", description='', leader=GroupLeader(id=UUID('c5dece22-3b0c-4e30-a6e7-34c2524224db'), auth=AuthUser(local=LocalAuth(email=None, username='test', lowerCaseUsername=None, has_password=None), timestamps=LocalTimestamps(created=None, loggedin=None, updated=None), facebook=None, google=None, apple=None), profile=ProfileUser(blurb=None, imageUrl=None, name='test')), type=<GroupType.PARTY: 'party'>, privacy=<GroupPrivacy.PRIVATE: 'private'>, chat=[ChatMsg(id=UUID('bb436446-6e91-49ea-9607-11f955105224'), flagCount=0, text='hallo', unformattedText='hallo', info=ChatMsgInfo(type=None, user=None, quest=None, items=None), timestamp=datetime.datetime(2025, 4, 17, 12, 19, 16, 769000, tzinfo=datetime.timezone.utc), likes={}, client='web', uuid=UUID('c18e1853-bded-47a9-82e2-adfdad08894d'), groupId=UUID('d27c2e74-a65a-42cc-9ac4-46966242cb1f'), user='test', username='test', userStyles=Avatar(items=ItemsAvatar(gear=GearItemsAvatar(equipped=EquippedGear(weapon=None, armor='armor_base_0', head='head_base_0', shield='shield_special_piDay', back=None, headAccessory='headAccessory_base_0', eyewear=None, body=None), costume=EquippedGear(weapon=None, armor=None, head=None, shield=None, back=None, headAccessory=None, eyewear=None, body=None)), currentMount='', currentPet=''), preferences=PreferencesAvatar(hair=HairPreferences(color='red', base=3, bangs=0, beard=0, mustache=0, flower=1), size='slim', skin='915533', shirt='pink', chair='none', costume=False, sleep=None, background='violet'), stats=StatsAvatar(buffs=BuffsStatsavatar(seafoam=False, shinySeed=False, snowball=False, spookySparkles=False), Class=<HabiticaClass.ROGUE: 'rogue'>)), sent=None, ownerId=None, uniqueMessageId=None)], leaderOnly=LeaderOnly(challenges=False, getGems=False), memberCount=2, ChallengeCount=0, chatLimitCount=None, balance=0.0, logo=None, leaderMessage=None, quest=QuestParty(progress=ProgressQuest(up=None, down=None, collect={}, collectedItems=None, hp=None, rage=None), RSVPNeeded=None, key='atom1', completed=None, active=False, leader=UUID('c18e1853-bded-47a9-82e2-adfdad08894d'), members={UUID('c18e1853-bded-47a9-82e2-adfdad08894d'): True, UUID('c5dece22-3b0c-4e30-a6e7-34c2524224db'): False})), success=True, notifications=[], userV=797, appVersion='5.35.3')
3
+ HabiticaGroupsResponse(data=GroupData(id=UUID('d27c2e74-a65a-42cc-9ac4-46966242cb1f'), name="test's Party", summary="test's Party", description='', leader=GroupLeader(id=UUID('c5dece22-3b0c-4e30-a6e7-34c2524224db'), auth=AuthUser(local=LocalAuth(email=None, username='test', lowerCaseUsername=None, has_password=None), timestamps=LocalTimestamps(created=None, loggedin=None, updated=None), facebook=None, google=None, apple=None), profile=ProfileUser(blurb=None, imageUrl=None, name='test')), type=<GroupType.PARTY: 'party'>, privacy=<GroupPrivacy.PRIVATE: 'private'>, chat=[ChatMsg(id=UUID('bb436446-6e91-49ea-9607-11f955105224'), flagCount=0, text='hallo', unformattedText='hallo', info=ChatMsgInfo(type=None, user=None, quest=None, items=None), timestamp=datetime.datetime(2025, 4, 17, 12, 19, 16, 769000, tzinfo=datetime.timezone.utc), likes={}, client='web', uuid=UUID('c18e1853-bded-47a9-82e2-adfdad08894d'), groupId=UUID('d27c2e74-a65a-42cc-9ac4-46966242cb1f'), user='test', username='test', userStyles=Avatar(items=ItemsAvatar(gear=GearItemsAvatar(equipped=EquippedGear(weapon=None, armor='armor_base_0', head='head_base_0', shield='shield_special_piDay', back=None, headAccessory='headAccessory_base_0', eyewear=None, body=None), costume=EquippedGear(weapon=None, armor=None, head=None, shield=None, back=None, headAccessory=None, eyewear=None, body=None)), currentMount='', currentPet=''), preferences=PreferencesAvatar(hair=HairPreferences(color='red', base=3, bangs=0, beard=0, mustache=0, flower=1), size='slim', skin='915533', shirt='pink', chair='none', costume=False, sleep=None, background='violet'), stats=StatsAvatar(buffs=BuffsStatsavatar(seafoam=False, shinySeed=False, snowball=False, spookySparkles=False), Class=<HabiticaClass.ROGUE: 'rogue'>)), sent=None, ownerId=None, uniqueMessageId=None), ChatMsg(id=UUID('b53ca2b3-c0fb-4dc5-bdbb-ecc8f4871be5'), flagCount=0, text='`Your quest, The Feral Dust Bunnies, has started.`', unformattedText=None, info=ChatMsgInfo(type=None, user=None, quest=None, items=None), timestamp=datetime.datetime(2018, 3, 14, 6, 57, 26, 701000, tzinfo=datetime.timezone.utc), likes={}, client=None, uuid='system', groupId=UUID('d27c2e74-a65a-42cc-9ac4-46966242cb1f'), user=None, username=None, userStyles=None, sent=None, ownerId=None, uniqueMessageId=None)], leaderOnly=LeaderOnly(challenges=False, getGems=False), memberCount=2, ChallengeCount=0, chatLimitCount=None, balance=0.0, logo=None, leaderMessage=None, quest=QuestParty(progress=ProgressQuest(up=None, down=None, collect={}, collectedItems=None, hp=None, rage=None), RSVPNeeded=None, key='atom1', completed=None, active=False, leader=UUID('c18e1853-bded-47a9-82e2-adfdad08894d'), members={UUID('c18e1853-bded-47a9-82e2-adfdad08894d'): True, UUID('c5dece22-3b0c-4e30-a6e7-34c2524224db'): False})), success=True, notifications=[], userV=797, appVersion='5.35.3')
4
4
  # ---
@@ -0,0 +1,143 @@
1
+ {
2
+ "success": true,
3
+ "data": {
4
+ "leaderOnly": {
5
+ "challenges": false,
6
+ "getGems": false
7
+ },
8
+ "quest": {
9
+ "progress": {
10
+ "collect": {}
11
+ },
12
+ "active": false,
13
+ "members": {
14
+ "c18e1853-bded-47a9-82e2-adfdad08894d": true,
15
+ "c5dece22-3b0c-4e30-a6e7-34c2524224db": null
16
+ },
17
+ "extra": {},
18
+ "key": "atom1",
19
+ "leader": "c18e1853-bded-47a9-82e2-adfdad08894d"
20
+ },
21
+ "tasksOrder": {
22
+ "habits": [],
23
+ "dailys": [],
24
+ "todos": [],
25
+ "rewards": []
26
+ },
27
+ "purchased": {
28
+ "plan": {
29
+ "consecutive": {
30
+ "count": 0,
31
+ "offset": 0,
32
+ "gemCapExtra": 0,
33
+ "trinkets": 0
34
+ },
35
+ "quantity": 1,
36
+ "extraMonths": 0,
37
+ "gemsBought": 0,
38
+ "cumulativeCount": 0,
39
+ "mysteryItems": []
40
+ }
41
+ },
42
+ "cron": {},
43
+ "_id": "d27c2e74-a65a-42cc-9ac4-46966242cb1f",
44
+ "name": "test's Party",
45
+ "type": "party",
46
+ "privacy": "private",
47
+ "chat": [
48
+ {
49
+ "_id": "bb436446-6e91-49ea-9607-11f955105224",
50
+ "flagCount": 0,
51
+ "flags": {},
52
+ "id": "bb436446-6e91-49ea-9607-11f955105224",
53
+ "text": "hallo",
54
+ "unformattedText": "hallo",
55
+ "info": {},
56
+ "timestamp": 1744892356769,
57
+ "likes": {},
58
+ "client": "web",
59
+ "uuid": "c18e1853-bded-47a9-82e2-adfdad08894d",
60
+ "contributor": {},
61
+ "backer": {},
62
+ "user": "test",
63
+ "username": "test",
64
+ "groupId": "d27c2e74-a65a-42cc-9ac4-46966242cb1f",
65
+ "userStyles": {
66
+ "items": {
67
+ "gear": {
68
+ "equipped": {
69
+ "armor": "armor_base_0",
70
+ "head": "head_base_0",
71
+ "shield": "shield_special_piDay",
72
+ "headAccessory": "headAccessory_base_0"
73
+ }
74
+ },
75
+ "currentMount": "",
76
+ "currentPet": ""
77
+ },
78
+ "preferences": {
79
+ "hair": {
80
+ "color": "red",
81
+ "base": 3,
82
+ "bangs": 0,
83
+ "beard": 0,
84
+ "mustache": 0,
85
+ "flower": 1
86
+ },
87
+ "skin": "915533",
88
+ "shirt": "pink",
89
+ "chair": "none",
90
+ "size": "slim",
91
+ "background": "violet",
92
+ "costume": false
93
+ },
94
+ "stats": {
95
+ "class": "rogue",
96
+ "buffs": {
97
+ "seafoam": false,
98
+ "shinySeed": false,
99
+ "spookySparkles": false,
100
+ "snowball": false
101
+ }
102
+ }
103
+ }
104
+ },
105
+ {
106
+ "_id": "b53ca2b3-c0fb-4dc5-bdbb-ecc8f4871be5",
107
+ "flagCount": 0,
108
+ "flags": {},
109
+ "id": "b53ca2b3-c0fb-4dc5-bdbb-ecc8f4871be5",
110
+ "text": "`Your quest, The Feral Dust Bunnies, has started.`",
111
+ "timestamp": 1521010646701,
112
+ "likes": {},
113
+ "uuid": "system",
114
+ "groupId": "d27c2e74-a65a-42cc-9ac4-46966242cb1f"
115
+ }
116
+ ],
117
+ "memberCount": 2,
118
+ "challengeCount": 0,
119
+ "balance": 0,
120
+ "managers": {},
121
+ "categories": [],
122
+ "leader": {
123
+ "auth": {
124
+ "local": {
125
+ "username": "test"
126
+ }
127
+ },
128
+ "flags": {
129
+ "verifiedUsername": true
130
+ },
131
+ "profile": {
132
+ "name": "test"
133
+ },
134
+ "_id": "c5dece22-3b0c-4e30-a6e7-34c2524224db",
135
+ "id": "c5dece22-3b0c-4e30-a6e7-34c2524224db"
136
+ },
137
+ "summary": "test's Party",
138
+ "id": "d27c2e74-a65a-42cc-9ac4-46966242cb1f"
139
+ },
140
+ "notifications": [],
141
+ "userV": 797,
142
+ "appVersion": "5.35.3"
143
+ }
@@ -1,132 +0,0 @@
1
- {
2
- "success": true,
3
- "data": {
4
- "leaderOnly": {
5
- "challenges": false,
6
- "getGems": false
7
- },
8
- "quest": {
9
- "progress": {
10
- "collect": {}
11
- },
12
- "active": false,
13
- "members": {
14
- "c18e1853-bded-47a9-82e2-adfdad08894d": true,
15
- "c5dece22-3b0c-4e30-a6e7-34c2524224db": null
16
- },
17
- "extra": {},
18
- "key": "atom1",
19
- "leader": "c18e1853-bded-47a9-82e2-adfdad08894d"
20
- },
21
- "tasksOrder": {
22
- "habits": [],
23
- "dailys": [],
24
- "todos": [],
25
- "rewards": []
26
- },
27
- "purchased": {
28
- "plan": {
29
- "consecutive": {
30
- "count": 0,
31
- "offset": 0,
32
- "gemCapExtra": 0,
33
- "trinkets": 0
34
- },
35
- "quantity": 1,
36
- "extraMonths": 0,
37
- "gemsBought": 0,
38
- "cumulativeCount": 0,
39
- "mysteryItems": []
40
- }
41
- },
42
- "cron": {},
43
- "_id": "d27c2e74-a65a-42cc-9ac4-46966242cb1f",
44
- "name": "test's Party",
45
- "type": "party",
46
- "privacy": "private",
47
- "chat": [
48
- {
49
- "_id": "bb436446-6e91-49ea-9607-11f955105224",
50
- "flagCount": 0,
51
- "flags": {},
52
- "id": "bb436446-6e91-49ea-9607-11f955105224",
53
- "text": "hallo",
54
- "unformattedText": "hallo",
55
- "info": {},
56
- "timestamp": 1744892356769,
57
- "likes": {},
58
- "client": "web",
59
- "uuid": "c18e1853-bded-47a9-82e2-adfdad08894d",
60
- "contributor": {},
61
- "backer": {},
62
- "user": "test",
63
- "username": "test",
64
- "groupId": "d27c2e74-a65a-42cc-9ac4-46966242cb1f",
65
- "userStyles": {
66
- "items": {
67
- "gear": {
68
- "equipped": {
69
- "armor": "armor_base_0",
70
- "head": "head_base_0",
71
- "shield": "shield_special_piDay",
72
- "headAccessory": "headAccessory_base_0"
73
- }
74
- },
75
- "currentMount": "",
76
- "currentPet": ""
77
- },
78
- "preferences": {
79
- "hair": {
80
- "color": "red",
81
- "base": 3,
82
- "bangs": 0,
83
- "beard": 0,
84
- "mustache": 0,
85
- "flower": 1
86
- },
87
- "skin": "915533",
88
- "shirt": "pink",
89
- "chair": "none",
90
- "size": "slim",
91
- "background": "violet",
92
- "costume": false
93
- },
94
- "stats": {
95
- "class": "rogue",
96
- "buffs": {
97
- "seafoam": false,
98
- "shinySeed": false,
99
- "spookySparkles": false,
100
- "snowball": false
101
- }
102
- }
103
- }
104
- }
105
- ],
106
- "memberCount": 2,
107
- "challengeCount": 0,
108
- "balance": 0,
109
- "managers": {},
110
- "categories": [],
111
- "leader": {
112
- "auth": {
113
- "local": {
114
- "username": "test"
115
- }
116
- },
117
- "flags": {
118
- "verifiedUsername": true
119
- },
120
- "profile": {
121
- "name": "test"
122
- },
123
- "_id": "c5dece22-3b0c-4e30-a6e7-34c2524224db",
124
- "id": "c5dece22-3b0c-4e30-a6e7-34c2524224db"
125
- },
126
- "summary": "test's Party",
127
- "id": "d27c2e74-a65a-42cc-9ac4-46966242cb1f"
128
- },
129
- "notifications": [],
130
- "userV": 797,
131
- "appVersion": "5.35.3"
132
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes