mezon-js 2.7.6 → 2.7.7

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -673,7 +673,7 @@ export interface ApiRole {
673
673
  //
674
674
  role_channel_active?: string;
675
675
  //
676
- channel_id?: string;
676
+ channel_ids?: Array<string>;
677
677
  }
678
678
 
679
679
  /** A list of role description, usually a result of a list operation. */
package/dist/api.gen.d.ts CHANGED
@@ -386,7 +386,7 @@ export interface ApiRole {
386
386
  slug?: string;
387
387
  title?: string;
388
388
  role_channel_active?: string;
389
- channel_id?: string;
389
+ channel_ids?: Array<string>;
390
390
  }
391
391
  /** A list of role description, usually a result of a list operation. */
392
392
  export interface ApiRoleList {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },