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 +2 -2
- package/client.ts +1 -1
- package/dist/api.gen.d.ts +1 -1
- package/dist/mezon-js.cjs.js +2 -2
- package/dist/mezon-js.esm.mjs +2 -2
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -608,7 +608,7 @@ export interface ApiChannelAppResponse {
|
|
608
608
|
//
|
609
609
|
id?: string;
|
610
610
|
//
|
611
|
-
|
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/
|
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
package/dist/api.gen.d.ts
CHANGED
package/dist/mezon-js.cjs.js
CHANGED
@@ -3978,7 +3978,7 @@ var MezonApi = class {
|
|
3978
3978
|
}
|
3979
3979
|
/** List GetChannelCategoryNotiSettingsList */
|
3980
3980
|
getChannelCategoryNotiSettingsList(bearerToken, clanId, options = {}) {
|
3981
|
-
const urlPath = "/v2/
|
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
|
-
|
10476
|
+
app_url: gu.app_url
|
10477
10477
|
});
|
10478
10478
|
});
|
10479
10479
|
return Promise.resolve(result);
|
package/dist/mezon-js.esm.mjs
CHANGED
@@ -3944,7 +3944,7 @@ var MezonApi = class {
|
|
3944
3944
|
}
|
3945
3945
|
/** List GetChannelCategoryNotiSettingsList */
|
3946
3946
|
getChannelCategoryNotiSettingsList(bearerToken, clanId, options = {}) {
|
3947
|
-
const urlPath = "/v2/
|
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
|
-
|
10442
|
+
app_url: gu.app_url
|
10443
10443
|
});
|
10444
10444
|
});
|
10445
10445
|
return Promise.resolve(result);
|