mezon-js 2.9.15 → 2.9.16

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
@@ -1039,6 +1039,8 @@ export interface ApiEventManagement {
1039
1039
  //
1040
1040
  logo?: string;
1041
1041
  //
1042
+ max_permission?: number;
1043
+ //
1042
1044
  start_event?: number;
1043
1045
  //
1044
1046
  start_time?: string;
package/dist/api.gen.d.ts CHANGED
@@ -597,6 +597,7 @@ export interface ApiEventManagement {
597
597
  end_time?: string;
598
598
  id?: string;
599
599
  logo?: string;
600
+ max_permission?: number;
600
601
  start_event?: number;
601
602
  start_time?: string;
602
603
  title?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.9.15",
4
+ "version": "2.9.16",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"