@iblai/web-utils 1.2.9 → 1.2.11

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/web-utils",
3
- "version": "1.2.8",
3
+ "version": "1.2.10",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -40,3 +40,6 @@ export declare const TOOLS: {
40
40
  readonly GOOGLE_SLIDES: "google-slides";
41
41
  readonly GOOGLE_DOCUMENT: "google-docs";
42
42
  };
43
+ export declare const REQUIRED_ACTIONS_FOR_GROUPS: {
44
+ readonly NOTIFICATIONS: "Ibl.Notifications/Notification/action";
45
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/web-utils",
3
- "version": "1.2.9",
3
+ "version": "1.2.11",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",