@epilot/automation-client 2.8.5 → 2.8.7
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 +78 -4
- package/dist/openapi.json +38 -6
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -344,7 +344,7 @@ declare namespace Components {
|
|
|
344
344
|
*/
|
|
345
345
|
EntityOperationTrigger | ActivityTrigger | EntityManualTrigger | ReceivedEmailTrigger;
|
|
346
346
|
export interface AnythingButCondition {
|
|
347
|
-
"anything-but"?: string[];
|
|
347
|
+
"anything-but"?: (string | number)[];
|
|
348
348
|
}
|
|
349
349
|
export interface ApiCallerContext {
|
|
350
350
|
[name: string]: any;
|
|
@@ -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
|
+
allow_to_run_multiple_times?: 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
|
+
allow_to_run_multiple_times?: 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
|
+
allow_to_run_multiple_times?: 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
|
+
allow_to_run_multiple_times?: 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
|
+
allow_to_run_multiple_times?: 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
|
+
allow_to_run_multiple_times?: 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
|
+
allow_to_run_multiple_times?: boolean;
|
|
996
1024
|
reason?: {
|
|
997
1025
|
/**
|
|
998
1026
|
* Why the action has to be skipped/failed
|
|
@@ -1029,11 +1057,11 @@ declare namespace Components {
|
|
|
1029
1057
|
/**
|
|
1030
1058
|
* The action id from which the edge starts
|
|
1031
1059
|
*/
|
|
1032
|
-
start
|
|
1060
|
+
start: string;
|
|
1033
1061
|
/**
|
|
1034
1062
|
* The action id to which the edge ends
|
|
1035
1063
|
*/
|
|
1036
|
-
end
|
|
1064
|
+
end: string;
|
|
1037
1065
|
/**
|
|
1038
1066
|
* The condition output of the edge (binary)
|
|
1039
1067
|
*/
|
|
@@ -1254,6 +1282,20 @@ declare namespace Components {
|
|
|
1254
1282
|
type?: (string | EqualsIgnoreCaseCondition | AnythingButCondition | ExistsCondition | PrefixCondition | SuffixCondition | WildcardCondition)[];
|
|
1255
1283
|
};
|
|
1256
1284
|
};
|
|
1285
|
+
ecp_config?: {
|
|
1286
|
+
/**
|
|
1287
|
+
* example:
|
|
1288
|
+
* END_CUSTOMER_PORTAL
|
|
1289
|
+
*/
|
|
1290
|
+
origin?: string;
|
|
1291
|
+
file_config?: {
|
|
1292
|
+
/**
|
|
1293
|
+
* example:
|
|
1294
|
+
* true
|
|
1295
|
+
*/
|
|
1296
|
+
shared_with_end_customer?: boolean;
|
|
1297
|
+
};
|
|
1298
|
+
};
|
|
1257
1299
|
};
|
|
1258
1300
|
}
|
|
1259
1301
|
export interface EqualsIgnoreCaseCondition {
|
|
@@ -1278,7 +1320,7 @@ declare namespace Components {
|
|
|
1278
1320
|
exists?: boolean;
|
|
1279
1321
|
}
|
|
1280
1322
|
export type FilterConditionOnEvent = OrCondition | {
|
|
1281
|
-
[name: string]: (string | EqualsIgnoreCaseCondition | AnythingButCondition | NumericCondition | ExistsCondition | PrefixCondition | SuffixCondition | WildcardCondition)[];
|
|
1323
|
+
[name: string]: (string | number | boolean | EqualsIgnoreCaseCondition | AnythingButCondition | NumericCondition | ExistsCondition | PrefixCondition | SuffixCondition | WildcardCondition)[];
|
|
1282
1324
|
};
|
|
1283
1325
|
export interface FrontendSubmitTrigger {
|
|
1284
1326
|
type: "frontend_submission";
|
|
@@ -1322,6 +1364,10 @@ declare namespace Components {
|
|
|
1322
1364
|
* Flag indicating whether the action was created automatically or manually
|
|
1323
1365
|
*/
|
|
1324
1366
|
created_automatically?: boolean;
|
|
1367
|
+
/**
|
|
1368
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1369
|
+
*/
|
|
1370
|
+
allow_to_run_multiple_times?: boolean;
|
|
1325
1371
|
reason?: {
|
|
1326
1372
|
/**
|
|
1327
1373
|
* Why the action has to be skipped/failed
|
|
@@ -1491,6 +1537,10 @@ declare namespace Components {
|
|
|
1491
1537
|
* Flag indicating whether the action was created automatically or manually
|
|
1492
1538
|
*/
|
|
1493
1539
|
created_automatically?: boolean;
|
|
1540
|
+
/**
|
|
1541
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1542
|
+
*/
|
|
1543
|
+
allow_to_run_multiple_times?: boolean;
|
|
1494
1544
|
reason?: {
|
|
1495
1545
|
/**
|
|
1496
1546
|
* Why the action has to be skipped/failed
|
|
@@ -1713,6 +1763,10 @@ declare namespace Components {
|
|
|
1713
1763
|
* Flag indicating whether the action was created automatically or manually
|
|
1714
1764
|
*/
|
|
1715
1765
|
created_automatically?: boolean;
|
|
1766
|
+
/**
|
|
1767
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1768
|
+
*/
|
|
1769
|
+
allow_to_run_multiple_times?: boolean;
|
|
1716
1770
|
reason?: {
|
|
1717
1771
|
/**
|
|
1718
1772
|
* Why the action has to be skipped/failed
|
|
@@ -1774,6 +1828,10 @@ declare namespace Components {
|
|
|
1774
1828
|
* Flag indicating whether the action was created automatically or manually
|
|
1775
1829
|
*/
|
|
1776
1830
|
created_automatically?: boolean;
|
|
1831
|
+
/**
|
|
1832
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
1833
|
+
*/
|
|
1834
|
+
allow_to_run_multiple_times?: boolean;
|
|
1777
1835
|
reason?: {
|
|
1778
1836
|
/**
|
|
1779
1837
|
* Why the action has to be skipped/failed
|
|
@@ -1963,6 +2021,10 @@ declare namespace Components {
|
|
|
1963
2021
|
* Flag indicating whether the action was created automatically or manually
|
|
1964
2022
|
*/
|
|
1965
2023
|
created_automatically?: boolean;
|
|
2024
|
+
/**
|
|
2025
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2026
|
+
*/
|
|
2027
|
+
allow_to_run_multiple_times?: boolean;
|
|
1966
2028
|
reason?: {
|
|
1967
2029
|
/**
|
|
1968
2030
|
* Why the action has to be skipped/failed
|
|
@@ -2027,6 +2089,10 @@ declare namespace Components {
|
|
|
2027
2089
|
* Flag indicating whether the action was created automatically or manually
|
|
2028
2090
|
*/
|
|
2029
2091
|
created_automatically?: boolean;
|
|
2092
|
+
/**
|
|
2093
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2094
|
+
*/
|
|
2095
|
+
allow_to_run_multiple_times?: boolean;
|
|
2030
2096
|
reason?: {
|
|
2031
2097
|
/**
|
|
2032
2098
|
* Why the action has to be skipped/failed
|
|
@@ -2072,6 +2138,10 @@ declare namespace Components {
|
|
|
2072
2138
|
* Flag indicating whether the action was created automatically or manually
|
|
2073
2139
|
*/
|
|
2074
2140
|
created_automatically?: boolean;
|
|
2141
|
+
/**
|
|
2142
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2143
|
+
*/
|
|
2144
|
+
allow_to_run_multiple_times?: boolean;
|
|
2075
2145
|
reason?: {
|
|
2076
2146
|
/**
|
|
2077
2147
|
* Why the action has to be skipped/failed
|
|
@@ -2155,6 +2225,10 @@ declare namespace Components {
|
|
|
2155
2225
|
* Flag indicating whether the action was created automatically or manually
|
|
2156
2226
|
*/
|
|
2157
2227
|
created_automatically?: boolean;
|
|
2228
|
+
/**
|
|
2229
|
+
* Flag indicating whether the same action can be run multiple times in a single execution
|
|
2230
|
+
*/
|
|
2231
|
+
allow_to_run_multiple_times?: boolean;
|
|
2158
2232
|
reason?: {
|
|
2159
2233
|
/**
|
|
2160
2234
|
* Why the action has to be skipped/failed
|
package/dist/openapi.json
CHANGED
|
@@ -540,8 +540,8 @@
|
|
|
540
540
|
},
|
|
541
541
|
"required": [
|
|
542
542
|
"id",
|
|
543
|
-
"
|
|
544
|
-
"
|
|
543
|
+
"start",
|
|
544
|
+
"end"
|
|
545
545
|
],
|
|
546
546
|
"example": {
|
|
547
547
|
"id": "9ec3711b-db63-449c-b894-54d5bb622a8f",
|
|
@@ -673,6 +673,10 @@
|
|
|
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": {
|
|
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": {
|
|
@@ -2343,6 +2347,24 @@
|
|
|
2343
2347
|
}
|
|
2344
2348
|
}
|
|
2345
2349
|
}
|
|
2350
|
+
},
|
|
2351
|
+
"ecp_config": {
|
|
2352
|
+
"type": "object",
|
|
2353
|
+
"properties": {
|
|
2354
|
+
"origin": {
|
|
2355
|
+
"type": "string",
|
|
2356
|
+
"example": "END_CUSTOMER_PORTAL"
|
|
2357
|
+
},
|
|
2358
|
+
"file_config": {
|
|
2359
|
+
"type": "object",
|
|
2360
|
+
"properties": {
|
|
2361
|
+
"shared_with_end_customer": {
|
|
2362
|
+
"type": "boolean",
|
|
2363
|
+
"example": true
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2346
2368
|
}
|
|
2347
2369
|
}
|
|
2348
2370
|
}
|
|
@@ -2495,6 +2517,12 @@
|
|
|
2495
2517
|
{
|
|
2496
2518
|
"type": "string"
|
|
2497
2519
|
},
|
|
2520
|
+
{
|
|
2521
|
+
"type": "number"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"type": "boolean"
|
|
2525
|
+
},
|
|
2498
2526
|
{
|
|
2499
2527
|
"$ref": "#/components/schemas/EqualsIgnoreCaseCondition"
|
|
2500
2528
|
},
|
|
@@ -2536,7 +2564,14 @@
|
|
|
2536
2564
|
"anything-but": {
|
|
2537
2565
|
"type": "array",
|
|
2538
2566
|
"items": {
|
|
2539
|
-
"
|
|
2567
|
+
"oneOf": [
|
|
2568
|
+
{
|
|
2569
|
+
"type": "string"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"type": "integer"
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2540
2575
|
}
|
|
2541
2576
|
}
|
|
2542
2577
|
}
|
|
@@ -2683,9 +2718,6 @@
|
|
|
2683
2718
|
}
|
|
2684
2719
|
},
|
|
2685
2720
|
"servers": [
|
|
2686
|
-
{
|
|
2687
|
-
"url": "https://automation.sls.epilot.io"
|
|
2688
|
-
},
|
|
2689
2721
|
{
|
|
2690
2722
|
"url": "https://automation.sls.epilot.io"
|
|
2691
2723
|
}
|