automation-lib 5.4.28 → 5.4.29

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
@@ -31,6 +31,7 @@ declare const CONST_API_COMMON: {
31
31
  FIND_DETAIL: string;
32
32
  FIND_MULTI: string;
33
33
  FIND_MULTI_FULL: string;
34
+ FIND_MULTI_FULL_ELS: string;
34
35
  };
35
36
  declare const CONST_API_CONTROLLERS: {
36
37
  COMMON: {
package/dist/index.d.ts CHANGED
@@ -31,6 +31,7 @@ declare const CONST_API_COMMON: {
31
31
  FIND_DETAIL: string;
32
32
  FIND_MULTI: string;
33
33
  FIND_MULTI_FULL: string;
34
+ FIND_MULTI_FULL_ELS: string;
34
35
  };
35
36
  declare const CONST_API_CONTROLLERS: {
36
37
  COMMON: {
package/dist/index.js CHANGED
@@ -206,7 +206,8 @@ var CONST_API_COMMON = {
206
206
  FIND_BY_ID: "find-by-id",
207
207
  FIND_DETAIL: "find-detail",
208
208
  FIND_MULTI: "find-multi",
209
- FIND_MULTI_FULL: "find-multi/full"
209
+ FIND_MULTI_FULL: "find-multi/full",
210
+ FIND_MULTI_FULL_ELS: "find-multi/full/els"
210
211
  };
211
212
  var CONST_API_CONTROLLERS = {
212
213
  COMMON: {
package/dist/index.mjs CHANGED
@@ -53,7 +53,8 @@ var CONST_API_COMMON = {
53
53
  FIND_BY_ID: "find-by-id",
54
54
  FIND_DETAIL: "find-detail",
55
55
  FIND_MULTI: "find-multi",
56
- FIND_MULTI_FULL: "find-multi/full"
56
+ FIND_MULTI_FULL: "find-multi/full",
57
+ FIND_MULTI_FULL_ELS: "find-multi/full/els"
57
58
  };
58
59
  var CONST_API_CONTROLLERS = {
59
60
  COMMON: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.28",
3
+ "version": "5.4.29",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",