@waline/client 2.7.1 → 2.8.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.
@@ -109,6 +109,10 @@ interface WalineCommentData {
109
109
  * User id being at
110
110
  */
111
111
  at?: string;
112
+ /**
113
+ * edit comment id
114
+ */
115
+ eid?: string;
112
116
  /**
113
117
  * Comment link
114
118
  */
@@ -141,6 +145,7 @@ interface WalineComment extends Exclude<WalineCommentData, 'ua'> {
141
145
  user_id?: string | number;
142
146
  status?: WalineCommentStatus;
143
147
  like?: number;
148
+ orig?: string;
144
149
  }
145
150
 
146
151
  interface WalineDateLocale {