@epilot/automation-client 2.8.7 → 2.8.8

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/openapi.d.ts CHANGED
@@ -494,7 +494,7 @@ declare namespace Components {
494
494
  /**
495
495
  * Flag indicating whether the same action can be run multiple times in a single execution
496
496
  */
497
- allow_to_run_multiple_times?: boolean;
497
+ is_bulk_action?: boolean;
498
498
  reason?: {
499
499
  /**
500
500
  * Why the action has to be skipped/failed
@@ -549,7 +549,7 @@ declare namespace Components {
549
549
  /**
550
550
  * Flag indicating whether the same action can be run multiple times in a single execution
551
551
  */
552
- allow_to_run_multiple_times?: boolean;
552
+ is_bulk_action?: boolean;
553
553
  reason?: {
554
554
  /**
555
555
  * Why the action has to be skipped/failed
@@ -750,7 +750,7 @@ declare namespace Components {
750
750
  /**
751
751
  * Flag indicating whether the same action can be run multiple times in a single execution
752
752
  */
753
- allow_to_run_multiple_times?: boolean;
753
+ is_bulk_action?: boolean;
754
754
  reason?: {
755
755
  /**
756
756
  * Why the action has to be skipped/failed
@@ -806,7 +806,7 @@ declare namespace Components {
806
806
  /**
807
807
  * Flag indicating whether the same action can be run multiple times in a single execution
808
808
  */
809
- allow_to_run_multiple_times?: boolean;
809
+ is_bulk_action?: boolean;
810
810
  reason?: {
811
811
  /**
812
812
  * Why the action has to be skipped/failed
@@ -883,7 +883,7 @@ declare namespace Components {
883
883
  /**
884
884
  * Flag indicating whether the same action can be run multiple times in a single execution
885
885
  */
886
- allow_to_run_multiple_times?: boolean;
886
+ is_bulk_action?: boolean;
887
887
  reason?: {
888
888
  /**
889
889
  * Why the action has to be skipped/failed
@@ -949,7 +949,7 @@ declare namespace Components {
949
949
  /**
950
950
  * Flag indicating whether the same action can be run multiple times in a single execution
951
951
  */
952
- allow_to_run_multiple_times?: boolean;
952
+ is_bulk_action?: boolean;
953
953
  reason?: {
954
954
  /**
955
955
  * Why the action has to be skipped/failed
@@ -1020,7 +1020,7 @@ declare namespace Components {
1020
1020
  /**
1021
1021
  * Flag indicating whether the same action can be run multiple times in a single execution
1022
1022
  */
1023
- allow_to_run_multiple_times?: boolean;
1023
+ is_bulk_action?: boolean;
1024
1024
  reason?: {
1025
1025
  /**
1026
1026
  * Why the action has to be skipped/failed
@@ -1367,7 +1367,7 @@ declare namespace Components {
1367
1367
  /**
1368
1368
  * Flag indicating whether the same action can be run multiple times in a single execution
1369
1369
  */
1370
- allow_to_run_multiple_times?: boolean;
1370
+ is_bulk_action?: boolean;
1371
1371
  reason?: {
1372
1372
  /**
1373
1373
  * Why the action has to be skipped/failed
@@ -1540,7 +1540,7 @@ declare namespace Components {
1540
1540
  /**
1541
1541
  * Flag indicating whether the same action can be run multiple times in a single execution
1542
1542
  */
1543
- allow_to_run_multiple_times?: boolean;
1543
+ is_bulk_action?: boolean;
1544
1544
  reason?: {
1545
1545
  /**
1546
1546
  * Why the action has to be skipped/failed
@@ -1766,7 +1766,7 @@ declare namespace Components {
1766
1766
  /**
1767
1767
  * Flag indicating whether the same action can be run multiple times in a single execution
1768
1768
  */
1769
- allow_to_run_multiple_times?: boolean;
1769
+ is_bulk_action?: boolean;
1770
1770
  reason?: {
1771
1771
  /**
1772
1772
  * Why the action has to be skipped/failed
@@ -1831,7 +1831,7 @@ declare namespace Components {
1831
1831
  /**
1832
1832
  * Flag indicating whether the same action can be run multiple times in a single execution
1833
1833
  */
1834
- allow_to_run_multiple_times?: boolean;
1834
+ is_bulk_action?: boolean;
1835
1835
  reason?: {
1836
1836
  /**
1837
1837
  * Why the action has to be skipped/failed
@@ -2024,7 +2024,7 @@ declare namespace Components {
2024
2024
  /**
2025
2025
  * Flag indicating whether the same action can be run multiple times in a single execution
2026
2026
  */
2027
- allow_to_run_multiple_times?: boolean;
2027
+ is_bulk_action?: boolean;
2028
2028
  reason?: {
2029
2029
  /**
2030
2030
  * Why the action has to be skipped/failed
@@ -2092,7 +2092,7 @@ declare namespace Components {
2092
2092
  /**
2093
2093
  * Flag indicating whether the same action can be run multiple times in a single execution
2094
2094
  */
2095
- allow_to_run_multiple_times?: boolean;
2095
+ is_bulk_action?: boolean;
2096
2096
  reason?: {
2097
2097
  /**
2098
2098
  * Why the action has to be skipped/failed
@@ -2141,7 +2141,7 @@ declare namespace Components {
2141
2141
  /**
2142
2142
  * Flag indicating whether the same action can be run multiple times in a single execution
2143
2143
  */
2144
- allow_to_run_multiple_times?: boolean;
2144
+ is_bulk_action?: boolean;
2145
2145
  reason?: {
2146
2146
  /**
2147
2147
  * Why the action has to be skipped/failed
@@ -2228,7 +2228,7 @@ declare namespace Components {
2228
2228
  /**
2229
2229
  * Flag indicating whether the same action can be run multiple times in a single execution
2230
2230
  */
2231
- allow_to_run_multiple_times?: boolean;
2231
+ is_bulk_action?: boolean;
2232
2232
  reason?: {
2233
2233
  /**
2234
2234
  * Why the action has to be skipped/failed
package/dist/openapi.json CHANGED
@@ -673,7 +673,7 @@
673
673
  "description": "Flag indicating whether the action was created automatically or manually",
674
674
  "type": "boolean"
675
675
  },
676
- "allow_to_run_multiple_times": {
676
+ "is_bulk_action": {
677
677
  "description": "Flag indicating whether the same action can be run multiple times in a single execution",
678
678
  "type": "boolean"
679
679
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.8.7",
3
+ "version": "2.8.8",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",