@framebreak/types 0.1.1 → 0.1.3

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 (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1251,6 +1251,7 @@ declare const v1Router: {
1251
1251
  commentsCount: number;
1252
1252
  isLiked: boolean;
1253
1253
  };
1254
+ replyAvatars: string[];
1254
1255
  }[];
1255
1256
  pagination: {
1256
1257
  nextCursor: string | null;
@@ -1283,6 +1284,7 @@ declare const v1Router: {
1283
1284
  commentsCount: number;
1284
1285
  isLiked: boolean;
1285
1286
  };
1287
+ replyAvatars: string[];
1286
1288
  }[];
1287
1289
  pagination: {
1288
1290
  nextCursor: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framebreak/types",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Type definitions for the Framebreak API",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",