mezon-js 2.11.26 → 2.11.28

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
  /** */
@@ -7320,7 +7320,7 @@ export class MezonApi {
7320
7320
  clanId?: string,
7321
7321
  options: any = {}
7322
7322
  ): Promise<ApiNotificationChannelCategorySettingList> {
7323
- const urlPath = "/v2/getChannelCategoryNotiSettingsList";
7323
+ const urlPath = "/v2/getchannelcategorynotisettingslist";
7324
7324
  const queryParams = new Map<string, any>();
7325
7325
  queryParams.set("clan_id", clanId);
7326
7326
 
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 {
@@ -3978,7 +3978,7 @@ var MezonApi = class {
3978
3978
  }
3979
3979
  /** List GetChannelCategoryNotiSettingsList */
3980
3980
  getChannelCategoryNotiSettingsList(bearerToken, clanId, options = {}) {
3981
- const urlPath = "/v2/getChannelCategoryNotiSettingsList";
3981
+ const urlPath = "/v2/getchannelcategorynotisettingslist";
3982
3982
  const queryParams = /* @__PURE__ */ new Map();
3983
3983
  queryParams.set("clan_id", clanId);
3984
3984
  let bodyJson = "";
@@ -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);
@@ -3944,7 +3944,7 @@ var MezonApi = class {
3944
3944
  }
3945
3945
  /** List GetChannelCategoryNotiSettingsList */
3946
3946
  getChannelCategoryNotiSettingsList(bearerToken, clanId, options = {}) {
3947
- const urlPath = "/v2/getChannelCategoryNotiSettingsList";
3947
+ const urlPath = "/v2/getchannelcategorynotisettingslist";
3948
3948
  const queryParams = /* @__PURE__ */ new Map();
3949
3949
  queryParams.set("clan_id", clanId);
3950
3950
  let bodyJson = "";
@@ -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.28",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"