mezon-js 2.10.34 → 2.10.35

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
@@ -506,6 +506,8 @@ export interface ApiAuditLog {
506
506
  action_log?: string;
507
507
  //
508
508
  channel_id?: string;
509
+ //
510
+ channel_label?: string;
509
511
  //
510
512
  clan_id?: string;
511
513
  //
package/dist/api.gen.d.ts CHANGED
@@ -297,6 +297,7 @@ export interface ApiAppList {
297
297
  export interface ApiAuditLog {
298
298
  action_log?: string;
299
299
  channel_id?: string;
300
+ channel_label?: string;
300
301
  clan_id?: string;
301
302
  details?: string;
302
303
  entity_id?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.34",
4
+ "version": "2.10.35",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"