mezon-js 2.13.54 → 2.13.55

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
@@ -646,6 +646,10 @@ export interface ApiChannelAppResponse {
646
646
  id?: string;
647
647
  //
648
648
  app_url?: string;
649
+ //
650
+ app_name?: string;
651
+ //
652
+ app_logo?: string;
649
653
  }
650
654
 
651
655
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -373,6 +373,8 @@ export interface ApiChannelAppResponse {
373
373
  clan_id?: string;
374
374
  id?: string;
375
375
  app_url?: string;
376
+ app_name?: string;
377
+ app_logo?: string;
376
378
  }
377
379
  /** */
378
380
  export interface ApiChannelAttachment {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.13.54",
3
+ "version": "2.13.55",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },