automation-lib 6.6.280 → 6.6.281

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.d.mts CHANGED
@@ -288,7 +288,6 @@ declare const CONST_ROLES: {
288
288
  ExternalTools: {
289
289
  Canva: string;
290
290
  Lark: string;
291
- AllReport: string;
292
291
  };
293
292
  NotificationSystem: string;
294
293
  Permissions: {
package/dist/index.d.ts CHANGED
@@ -288,7 +288,6 @@ declare const CONST_ROLES: {
288
288
  ExternalTools: {
289
289
  Canva: string;
290
290
  Lark: string;
291
- AllReport: string;
292
291
  };
293
292
  NotificationSystem: string;
294
293
  Permissions: {
package/dist/index.js CHANGED
@@ -581,8 +581,7 @@ var CONST_ROLES = {
581
581
  },
582
582
  ExternalTools: {
583
583
  Canva: "Canva",
584
- Lark: "Lark",
585
- AllReport: "AllReport"
584
+ Lark: "Lark"
586
585
  },
587
586
  NotificationSystem: "NotificationSystem",
588
587
  Permissions: {
package/dist/index.mjs CHANGED
@@ -320,8 +320,7 @@ var CONST_ROLES = {
320
320
  },
321
321
  ExternalTools: {
322
322
  Canva: "Canva",
323
- Lark: "Lark",
324
- AllReport: "AllReport"
323
+ Lark: "Lark"
325
324
  },
326
325
  NotificationSystem: "NotificationSystem",
327
326
  Permissions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.280",
3
+ "version": "6.6.281",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",