automation-lib 5.0.97 → 5.0.98

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
@@ -20,6 +20,8 @@ declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
22
  UPDATE: string;
23
+ IMPORT: string;
24
+ EXPORT: string;
23
25
  DELETE_MULTI: string;
24
26
  FILL_BY_ID: string;
25
27
  FILL_DETAIL: string;
package/dist/index.d.ts CHANGED
@@ -20,6 +20,8 @@ declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
22
  UPDATE: string;
23
+ IMPORT: string;
24
+ EXPORT: string;
23
25
  DELETE_MULTI: string;
24
26
  FILL_BY_ID: string;
25
27
  FILL_DETAIL: string;
package/dist/index.js CHANGED
@@ -66,6 +66,8 @@ var CONST_API_COMMON = {
66
66
  SLUG: "slug",
67
67
  CREATE: "create",
68
68
  UPDATE: "update",
69
+ IMPORT: "import",
70
+ EXPORT: "export",
69
71
  DELETE_MULTI: "delete-multi",
70
72
  FILL_BY_ID: "find-by-id",
71
73
  FILL_DETAIL: "find-detail",
package/dist/index.mjs CHANGED
@@ -42,6 +42,8 @@ var CONST_API_COMMON = {
42
42
  SLUG: "slug",
43
43
  CREATE: "create",
44
44
  UPDATE: "update",
45
+ IMPORT: "import",
46
+ EXPORT: "export",
45
47
  DELETE_MULTI: "delete-multi",
46
48
  FILL_BY_ID: "find-by-id",
47
49
  FILL_DETAIL: "find-detail",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.97",
3
+ "version": "5.0.98",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",