mezon-js 2.7.21 → 2.7.22

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/client.ts CHANGED
@@ -381,7 +381,7 @@ export interface ApiUpdateChannelDescRequest {
381
381
  /** The ID of the channel to update. */
382
382
  channel_id: string;
383
383
  /** The channel lable */
384
- channel_lable: string | undefined;
384
+ channel_label: string | undefined;
385
385
  /** The category of channel */
386
386
  category_id: string | undefined;
387
387
  }
package/dist/client.d.ts CHANGED
@@ -267,7 +267,7 @@ export interface ApiUpdateChannelDescRequest {
267
267
  /** The ID of the channel to update. */
268
268
  channel_id: string;
269
269
  /** The channel lable */
270
- channel_lable: string | undefined;
270
+ channel_label: string | undefined;
271
271
  /** The category of channel */
272
272
  category_id: string | undefined;
273
273
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.21",
3
+ "version": "2.7.22",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },