mezon-js 2.10.3 → 2.10.4

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/api.gen.ts CHANGED
@@ -501,6 +501,8 @@ export interface ApiAuditLog {
501
501
  //
502
502
  action_log?: string;
503
503
  //
504
+ channel_id?: string;
505
+ //
504
506
  clan_id?: string;
505
507
  //
506
508
  details?: string;
package/dist/api.gen.d.ts CHANGED
@@ -294,6 +294,7 @@ export interface ApiAppList {
294
294
  /** */
295
295
  export interface ApiAuditLog {
296
296
  action_log?: string;
297
+ channel_id?: string;
297
298
  clan_id?: string;
298
299
  details?: string;
299
300
  entity_id?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.3",
4
+ "version": "2.10.4",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"