acsi-core 1.2.37 → 1.2.41

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.
@@ -10,3 +10,4 @@ export declare const setTenant: import("@reduxjs/toolkit").ActionCreatorWithPayl
10
10
  export declare const setAddTenant: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
11
11
  export declare const setTeam: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
12
12
  export declare const setIsFirstCalendar: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean | undefined, string>;
13
+ export declare const setStandards: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -0,0 +1 @@
1
+ export declare const PUBLIC_URL: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acsi-core",
3
- "version": "1.2.37",
3
+ "version": "1.2.41",
4
4
  "description": "Contains core components && functions for acsi-core project",
5
5
  "author": "brss",
6
6
  "license": "MIT",