mario-core 2.8.3 → 9000.0.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.
@@ -5,6 +5,7 @@ export declare const setSidebar: import("@reduxjs/toolkit").ActionCreatorWithPay
5
5
  export declare const setAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
6
6
  export declare const reset: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<undefined, string>;
7
7
  export declare const showMenuBar: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
8
+ export declare const showFontSize: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
8
9
  export declare const setCurrentStudentId: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
9
10
  export declare const setCurrentStudentUserId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
10
11
  export declare const setCurrentStudentName: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
@@ -6,4 +6,3 @@ export declare const update: (data: any) => Promise<import("axios").AxiosRespons
6
6
  export declare const remove: (id: string) => Promise<import("axios").AxiosResponse<any>>;
7
7
  export declare const getAllStudent: (filter?: Filter | undefined) => Promise<import("axios").AxiosResponse<any>>;
8
8
  export declare const changePassword: (formData: any) => Promise<import("axios").AxiosResponse<any>>;
9
- export declare const forgotChangePassword: (data: any) => Promise<import("axios").AxiosResponse<any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.8.3",
3
+ "version": "9000.0.1",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",