mezon-js 2.11.26 → 2.11.27

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
@@ -608,7 +608,7 @@ export interface ApiChannelAppResponse {
608
608
  //
609
609
  id?: string;
610
610
  //
611
- url?: string;
611
+ app_url?: string;
612
612
  }
613
613
 
614
614
  /** */
package/client.ts CHANGED
@@ -3797,7 +3797,7 @@ export class Client {
3797
3797
  channel_id: gu.channel_id,
3798
3798
  app_id: gu.app_id,
3799
3799
  clan_id: gu.clan_id,
3800
- url: gu.url,
3800
+ app_url: gu.app_url,
3801
3801
  });
3802
3802
  });
3803
3803
  return Promise.resolve(result);
package/dist/api.gen.d.ts CHANGED
@@ -354,7 +354,7 @@ export interface ApiChannelAppResponse {
354
354
  channel_id?: string;
355
355
  clan_id?: string;
356
356
  id?: string;
357
- url?: string;
357
+ app_url?: string;
358
358
  }
359
359
  /** */
360
360
  export interface ApiChannelAttachment {
@@ -10473,7 +10473,7 @@ var Client = class {
10473
10473
  channel_id: gu.channel_id,
10474
10474
  app_id: gu.app_id,
10475
10475
  clan_id: gu.clan_id,
10476
- url: gu.url
10476
+ app_url: gu.app_url
10477
10477
  });
10478
10478
  });
10479
10479
  return Promise.resolve(result);
@@ -10439,7 +10439,7 @@ var Client = class {
10439
10439
  channel_id: gu.channel_id,
10440
10440
  app_id: gu.app_id,
10441
10441
  clan_id: gu.clan_id,
10442
- url: gu.url
10442
+ app_url: gu.app_url
10443
10443
  });
10444
10444
  });
10445
10445
  return Promise.resolve(result);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.11.26",
4
+ "version": "2.11.27",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"