@epilot/automation-client 2.8.6 → 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 +60 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -491,6 +491,10 @@ declare namespace Components {
|
|
|
491
491
|
* Flag indicating whether the action was created automatically or manually
|
|
492
492
|
*/
|
|
493
493
|
created_automatically?: boolean;
|
|
494
|
+
/**
|
|
495
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
496
|
+
*/
|
|
497
|
+
is_bulk_action?: boolean;
|
|
494
498
|
reason?: {
|
|
495
499
|
/**
|
|
496
500
|
* Why the action has to be skipped/failed
|
|
@@ -542,6 +546,10 @@ declare namespace Components {
|
|
|
542
546
|
* Flag indicating whether the action was created automatically or manually
|
|
543
547
|
*/
|
|
544
548
|
created_automatically?: boolean;
|
|
549
|
+
/**
|
|
550
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
551
|
+
*/
|
|
552
|
+
is_bulk_action?: boolean;
|
|
545
553
|
reason?: {
|
|
546
554
|
/**
|
|
547
555
|
* Why the action has to be skipped/failed
|
|
@@ -739,6 +747,10 @@ declare namespace Components {
|
|
|
739
747
|
* Flag indicating whether the action was created automatically or manually
|
|
740
748
|
*/
|
|
741
749
|
created_automatically?: boolean;
|
|
750
|
+
/**
|
|
751
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
752
|
+
*/
|
|
753
|
+
is_bulk_action?: boolean;
|
|
742
754
|
reason?: {
|
|
743
755
|
/**
|
|
744
756
|
* Why the action has to be skipped/failed
|
|
@@ -791,6 +803,10 @@ declare namespace Components {
|
|
|
791
803
|
* Flag indicating whether the action was created automatically or manually
|
|
792
804
|
*/
|
|
793
805
|
created_automatically?: boolean;
|
|
806
|
+
/**
|
|
807
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
808
|
+
*/
|
|
809
|
+
is_bulk_action?: boolean;
|
|
794
810
|
reason?: {
|
|
795
811
|
/**
|
|
796
812
|
* Why the action has to be skipped/failed
|
|
@@ -864,6 +880,10 @@ declare namespace Components {
|
|
|
864
880
|
* Flag indicating whether the action was created automatically or manually
|
|
865
881
|
*/
|
|
866
882
|
created_automatically?: boolean;
|
|
883
|
+
/**
|
|
884
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
885
|
+
*/
|
|
886
|
+
is_bulk_action?: boolean;
|
|
867
887
|
reason?: {
|
|
868
888
|
/**
|
|
869
889
|
* Why the action has to be skipped/failed
|
|
@@ -926,6 +946,10 @@ declare namespace Components {
|
|
|
926
946
|
* Flag indicating whether the action was created automatically or manually
|
|
927
947
|
*/
|
|
928
948
|
created_automatically?: boolean;
|
|
949
|
+
/**
|
|
950
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
951
|
+
*/
|
|
952
|
+
is_bulk_action?: boolean;
|
|
929
953
|
reason?: {
|
|
930
954
|
/**
|
|
931
955
|
* Why the action has to be skipped/failed
|
|
@@ -993,6 +1017,10 @@ declare namespace Components {
|
|
|
993
1017
|
* Flag indicating whether the action was created automatically or manually
|
|
994
1018
|
*/
|
|
995
1019
|
created_automatically?: boolean;
|
|
1020
|
+
/**
|
|
1021
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1022
|
+
*/
|
|
1023
|
+
is_bulk_action?: boolean;
|
|
996
1024
|
reason?: {
|
|
997
1025
|
/**
|
|
998
1026
|
* Why the action has to be skipped/failed
|
|
@@ -1336,6 +1364,10 @@ declare namespace Components {
|
|
|
1336
1364
|
* Flag indicating whether the action was created automatically or manually
|
|
1337
1365
|
*/
|
|
1338
1366
|
created_automatically?: boolean;
|
|
1367
|
+
/**
|
|
1368
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1369
|
+
*/
|
|
1370
|
+
is_bulk_action?: boolean;
|
|
1339
1371
|
reason?: {
|
|
1340
1372
|
/**
|
|
1341
1373
|
* Why the action has to be skipped/failed
|
|
@@ -1505,6 +1537,10 @@ declare namespace Components {
|
|
|
1505
1537
|
* Flag indicating whether the action was created automatically or manually
|
|
1506
1538
|
*/
|
|
1507
1539
|
created_automatically?: boolean;
|
|
1540
|
+
/**
|
|
1541
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1542
|
+
*/
|
|
1543
|
+
is_bulk_action?: boolean;
|
|
1508
1544
|
reason?: {
|
|
1509
1545
|
/**
|
|
1510
1546
|
* Why the action has to be skipped/failed
|
|
@@ -1727,6 +1763,10 @@ declare namespace Components {
|
|
|
1727
1763
|
* Flag indicating whether the action was created automatically or manually
|
|
1728
1764
|
*/
|
|
1729
1765
|
created_automatically?: boolean;
|
|
1766
|
+
/**
|
|
1767
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1768
|
+
*/
|
|
1769
|
+
is_bulk_action?: boolean;
|
|
1730
1770
|
reason?: {
|
|
1731
1771
|
/**
|
|
1732
1772
|
* Why the action has to be skipped/failed
|
|
@@ -1788,6 +1828,10 @@ declare namespace Components {
|
|
|
1788
1828
|
* Flag indicating whether the action was created automatically or manually
|
|
1789
1829
|
*/
|
|
1790
1830
|
created_automatically?: boolean;
|
|
1831
|
+
/**
|
|
1832
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1833
|
+
*/
|
|
1834
|
+
is_bulk_action?: boolean;
|
|
1791
1835
|
reason?: {
|
|
1792
1836
|
/**
|
|
1793
1837
|
* Why the action has to be skipped/failed
|
|
@@ -1977,6 +2021,10 @@ declare namespace Components {
|
|
|
1977
2021
|
* Flag indicating whether the action was created automatically or manually
|
|
1978
2022
|
*/
|
|
1979
2023
|
created_automatically?: boolean;
|
|
2024
|
+
/**
|
|
2025
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2026
|
+
*/
|
|
2027
|
+
is_bulk_action?: boolean;
|
|
1980
2028
|
reason?: {
|
|
1981
2029
|
/**
|
|
1982
2030
|
* Why the action has to be skipped/failed
|
|
@@ -2041,6 +2089,10 @@ declare namespace Components {
|
|
|
2041
2089
|
* Flag indicating whether the action was created automatically or manually
|
|
2042
2090
|
*/
|
|
2043
2091
|
created_automatically?: boolean;
|
|
2092
|
+
/**
|
|
2093
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2094
|
+
*/
|
|
2095
|
+
is_bulk_action?: boolean;
|
|
2044
2096
|
reason?: {
|
|
2045
2097
|
/**
|
|
2046
2098
|
* Why the action has to be skipped/failed
|
|
@@ -2086,6 +2138,10 @@ declare namespace Components {
|
|
|
2086
2138
|
* Flag indicating whether the action was created automatically or manually
|
|
2087
2139
|
*/
|
|
2088
2140
|
created_automatically?: boolean;
|
|
2141
|
+
/**
|
|
2142
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2143
|
+
*/
|
|
2144
|
+
is_bulk_action?: boolean;
|
|
2089
2145
|
reason?: {
|
|
2090
2146
|
/**
|
|
2091
2147
|
* Why the action has to be skipped/failed
|
|
@@ -2169,6 +2225,10 @@ declare namespace Components {
|
|
|
2169
2225
|
* Flag indicating whether the action was created automatically or manually
|
|
2170
2226
|
*/
|
|
2171
2227
|
created_automatically?: boolean;
|
|
2228
|
+
/**
|
|
2229
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2230
|
+
*/
|
|
2231
|
+
is_bulk_action?: boolean;
|
|
2172
2232
|
reason?: {
|
|
2173
2233
|
/**
|
|
2174
2234
|
* Why the action has to be skipped/failed
|
package/dist/openapi.json
CHANGED
|
@@ -673,6 +673,10 @@
|
|
|
673
673
|
"description": "Flag indicating whether the action was created automatically or manually",
|
|
674
674
|
"type": "boolean"
|
|
675
675
|
},
|
|
676
|
+
"is_bulk_action": {
|
|
677
|
+
"description": "Flag indicating whether the same action can be run multiple times in a single execution",
|
|
678
|
+
"type": "boolean"
|
|
679
|
+
},
|
|
676
680
|
"reason": {
|
|
677
681
|
"type": "object",
|
|
678
682
|
"properties": {
|