@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 +2 -1
- package/dist/index.d.mts +2 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
855
|
+
/** 仅鉴权 admin 端点附带;公开端点由 `CommentFilterEmailInterceptor` 剥离。 */
|
|
856
|
+
mail?: string | null;
|
|
856
857
|
url: string | null;
|
|
857
858
|
ip: string | null;
|
|
858
859
|
agent: string | null;
|