automation-lib 6.6.283 → 6.6.290

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/index.js CHANGED
@@ -581,7 +581,8 @@ var CONST_ROLES = {
581
581
  },
582
582
  ExternalTools: {
583
583
  Canva: "Canva",
584
- Lark: "Lark"
584
+ Lark: "Lark",
585
+ AllReport: "AllReport"
585
586
  },
586
587
  NotificationSystem: "NotificationSystem",
587
588
  Permissions: {
package/dist/index.mjs CHANGED
@@ -320,7 +320,8 @@ var CONST_ROLES = {
320
320
  },
321
321
  ExternalTools: {
322
322
  Canva: "Canva",
323
- Lark: "Lark"
323
+ Lark: "Lark",
324
+ AllReport: "AllReport"
324
325
  },
325
326
  NotificationSystem: "NotificationSystem",
326
327
  Permissions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.283",
3
+ "version": "6.6.290",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",