mezon-js 2.7.20 → 2.7.22
Sign up to get free protection for your applications and to get access to all the features.
- package/client.ts +1 -3
- package/dist/client.d.ts +1 -1
- package/package.json +1 -1
package/client.ts
CHANGED
@@ -381,9 +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
|
-
|
385
|
-
| string
|
386
|
-
| undefined;
|
384
|
+
channel_label: string | undefined;
|
387
385
|
/** The category of channel */
|
388
386
|
category_id: string | undefined;
|
389
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
|
-
|
270
|
+
channel_label: string | undefined;
|
271
271
|
/** The category of channel */
|
272
272
|
category_id: string | undefined;
|
273
273
|
}
|