mezon-js 2.9.0 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
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"