mezon-js 2.9.0 → 2.9.1

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
@@ -1264,6 +1264,8 @@ export interface ApiPermissionUpdate {
1264
1264
  //
1265
1265
  permission_id?: string;
1266
1266
  //
1267
+ slug?: string;
1268
+ //
1267
1269
  type?: number;
1268
1270
  }
1269
1271
 
package/dist/api.gen.d.ts CHANGED
@@ -731,6 +731,7 @@ export interface ApiPermissionList {
731
731
  /** */
732
732
  export interface ApiPermissionUpdate {
733
733
  permission_id?: string;
734
+ slug?: string;
734
735
  type?: number;
735
736
  }
736
737
  /** */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.9.0",
4
+ "version": "2.9.1",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"