automation-lib 5.1.412 → 5.1.413

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,9 @@ declare const CONST_API_AUTH: {
19
19
  declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
+ CREATE_MULTI: string;
23
+ FIND_AUTO_FILL: string;
24
+ APPLY_AUTO_FILL: string;
22
25
  UPDATE: string;
23
26
  IMPORT: string;
24
27
  EXPORT: string;
package/dist/index.d.ts CHANGED
@@ -19,6 +19,9 @@ declare const CONST_API_AUTH: {
19
19
  declare const CONST_API_COMMON: {
20
20
  SLUG: string;
21
21
  CREATE: string;
22
+ CREATE_MULTI: string;
23
+ FIND_AUTO_FILL: string;
24
+ APPLY_AUTO_FILL: string;
22
25
  UPDATE: string;
23
26
  IMPORT: string;
24
27
  EXPORT: string;
package/dist/index.js CHANGED
@@ -182,6 +182,9 @@ var CONST_API_AUTH = {
182
182
  var CONST_API_COMMON = {
183
183
  SLUG: "slug",
184
184
  CREATE: "create",
185
+ CREATE_MULTI: "create-multi",
186
+ FIND_AUTO_FILL: "find-auto-fill",
187
+ APPLY_AUTO_FILL: "apply-auto-fill",
185
188
  UPDATE: "update",
186
189
  IMPORT: "import",
187
190
  EXPORT: "export",
package/dist/index.mjs CHANGED
@@ -42,6 +42,9 @@ var CONST_API_AUTH = {
42
42
  var CONST_API_COMMON = {
43
43
  SLUG: "slug",
44
44
  CREATE: "create",
45
+ CREATE_MULTI: "create-multi",
46
+ FIND_AUTO_FILL: "find-auto-fill",
47
+ APPLY_AUTO_FILL: "apply-auto-fill",
45
48
  UPDATE: "update",
46
49
  IMPORT: "import",
47
50
  EXPORT: "export",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.412",
3
+ "version": "5.1.413",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",