@mx-space/api-client 4.0.0-next.2 → 4.0.0-next.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.
package/dist/index.d.cts CHANGED
@@ -852,7 +852,8 @@ interface CommentModel {
852
852
  state: number;
853
853
  author: string | null;
854
854
  text: string;
855
- mail: string | null;
855
+ /** 仅鉴权 admin 端点附带;公开端点由 `CommentFilterEmailInterceptor` 剥离。 */
856
+ mail?: string | null;
856
857
  url: string | null;
857
858
  ip: string | null;
858
859
  agent: string | null;
package/dist/index.d.mts CHANGED
@@ -852,7 +852,8 @@ interface CommentModel {
852
852
  state: number;
853
853
  author: string | null;
854
854
  text: string;
855
- mail: string | null;
855
+ /** 仅鉴权 admin 端点附带;公开端点由 `CommentFilterEmailInterceptor` 剥离。 */
856
+ mail?: string | null;
856
857
  url: string | null;
857
858
  ip: string | null;
858
859
  agent: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-space/api-client",
3
- "version": "4.0.0-next.2",
3
+ "version": "4.0.0-next.3",
4
4
  "description": "A api client for mx-space server@next",
5
5
  "type": "module",
6
6
  "engines": {