rhythia-api 211.0.0 → 212.0.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.
@@ -13,8 +13,6 @@ export const Schema = {
13
13
  display_name: z.string(),
14
14
  avatar_url: z.string().nullable(),
15
15
  special_badge_count: z.number(),
16
- earned_badges: z.array(z.string()),
17
- all_badges: z.any(), // JSON type
18
16
  })
19
17
  ),
20
18
  total_count: z.number(),
package/index.ts CHANGED
@@ -384,8 +384,6 @@ export const Schema = {
384
384
  display_name: z.string(),
385
385
  avatar_url: z.string().nullable(),
386
386
  special_badge_count: z.number(),
387
- earned_badges: z.array(z.string()),
388
- all_badges: z.any(), // JSON type
389
387
  })
390
388
  ),
391
389
  total_count: z.number(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rhythia-api",
3
- "version": "211.0.0",
3
+ "version": "212.0.0",
4
4
  "main": "index.ts",
5
5
  "author": "online-contributors-cunev",
6
6
  "scripts": {