automation-lib 5.4.184 → 5.4.185

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
@@ -19,6 +19,7 @@ declare const CONST_API_AUTH: {
19
19
  declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
+ INSERT: string;
22
23
  CREATE_MULTI: string;
23
24
  FIND_AUTO_FILL: string;
24
25
  APPLY_AUTO_FILL: string;
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ declare const CONST_API_AUTH: {
19
19
  declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
+ INSERT: string;
22
23
  CREATE_MULTI: string;
23
24
  FIND_AUTO_FILL: string;
24
25
  APPLY_AUTO_FILL: string;
package/dist/index.js CHANGED
@@ -201,6 +201,7 @@ var CONST_API_AUTH = {
201
201
  var CONST_API_COMMON = {
202
202
  SLUG: "slug",
203
203
  CREATE: "create",
204
+ INSERT: "insert",
204
205
  CREATE_MULTI: "create-multi",
205
206
  FIND_AUTO_FILL: "find-auto-fill",
206
207
  APPLY_AUTO_FILL: "apply-auto-fill",
package/dist/index.mjs CHANGED
@@ -42,6 +42,7 @@ var CONST_API_AUTH = {
42
42
  var CONST_API_COMMON = {
43
43
  SLUG: "slug",
44
44
  CREATE: "create",
45
+ INSERT: "insert",
45
46
  CREATE_MULTI: "create-multi",
46
47
  FIND_AUTO_FILL: "find-auto-fill",
47
48
  APPLY_AUTO_FILL: "apply-auto-fill",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.184",
3
+ "version": "5.4.185",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",