@epilot/automation-client 2.8.7 → 2.8.9
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 +34 -31
- package/dist/openapi.json +8 -3
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -492,9 +492,9 @@ declare namespace Components {
|
|
|
492
492
|
*/
|
|
493
493
|
created_automatically?: boolean;
|
|
494
494
|
/**
|
|
495
|
-
* Flag indicating whether the same action can be
|
|
495
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
496
496
|
*/
|
|
497
|
-
|
|
497
|
+
is_bulk_action?: boolean;
|
|
498
498
|
reason?: {
|
|
499
499
|
/**
|
|
500
500
|
* Why the action has to be skipped/failed
|
|
@@ -547,9 +547,9 @@ declare namespace Components {
|
|
|
547
547
|
*/
|
|
548
548
|
created_automatically?: boolean;
|
|
549
549
|
/**
|
|
550
|
-
* Flag indicating whether the same action can be
|
|
550
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
551
551
|
*/
|
|
552
|
-
|
|
552
|
+
is_bulk_action?: boolean;
|
|
553
553
|
reason?: {
|
|
554
554
|
/**
|
|
555
555
|
* Why the action has to be skipped/failed
|
|
@@ -748,9 +748,9 @@ declare namespace Components {
|
|
|
748
748
|
*/
|
|
749
749
|
created_automatically?: boolean;
|
|
750
750
|
/**
|
|
751
|
-
* Flag indicating whether the same action can be
|
|
751
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
752
752
|
*/
|
|
753
|
-
|
|
753
|
+
is_bulk_action?: boolean;
|
|
754
754
|
reason?: {
|
|
755
755
|
/**
|
|
756
756
|
* Why the action has to be skipped/failed
|
|
@@ -804,9 +804,9 @@ declare namespace Components {
|
|
|
804
804
|
*/
|
|
805
805
|
created_automatically?: boolean;
|
|
806
806
|
/**
|
|
807
|
-
* Flag indicating whether the same action can be
|
|
807
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
808
808
|
*/
|
|
809
|
-
|
|
809
|
+
is_bulk_action?: boolean;
|
|
810
810
|
reason?: {
|
|
811
811
|
/**
|
|
812
812
|
* Why the action has to be skipped/failed
|
|
@@ -881,9 +881,9 @@ declare namespace Components {
|
|
|
881
881
|
*/
|
|
882
882
|
created_automatically?: boolean;
|
|
883
883
|
/**
|
|
884
|
-
* Flag indicating whether the same action can be
|
|
884
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
885
885
|
*/
|
|
886
|
-
|
|
886
|
+
is_bulk_action?: boolean;
|
|
887
887
|
reason?: {
|
|
888
888
|
/**
|
|
889
889
|
* Why the action has to be skipped/failed
|
|
@@ -947,9 +947,9 @@ declare namespace Components {
|
|
|
947
947
|
*/
|
|
948
948
|
created_automatically?: boolean;
|
|
949
949
|
/**
|
|
950
|
-
* Flag indicating whether the same action can be
|
|
950
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
951
951
|
*/
|
|
952
|
-
|
|
952
|
+
is_bulk_action?: boolean;
|
|
953
953
|
reason?: {
|
|
954
954
|
/**
|
|
955
955
|
* Why the action has to be skipped/failed
|
|
@@ -1018,9 +1018,9 @@ declare namespace Components {
|
|
|
1018
1018
|
*/
|
|
1019
1019
|
created_automatically?: boolean;
|
|
1020
1020
|
/**
|
|
1021
|
-
* Flag indicating whether the same action can be
|
|
1021
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
1022
1022
|
*/
|
|
1023
|
-
|
|
1023
|
+
is_bulk_action?: boolean;
|
|
1024
1024
|
reason?: {
|
|
1025
1025
|
/**
|
|
1026
1026
|
* Why the action has to be skipped/failed
|
|
@@ -1365,9 +1365,9 @@ declare namespace Components {
|
|
|
1365
1365
|
*/
|
|
1366
1366
|
created_automatically?: boolean;
|
|
1367
1367
|
/**
|
|
1368
|
-
* Flag indicating whether the same action can be
|
|
1368
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
1369
1369
|
*/
|
|
1370
|
-
|
|
1370
|
+
is_bulk_action?: boolean;
|
|
1371
1371
|
reason?: {
|
|
1372
1372
|
/**
|
|
1373
1373
|
* Why the action has to be skipped/failed
|
|
@@ -1538,9 +1538,9 @@ declare namespace Components {
|
|
|
1538
1538
|
*/
|
|
1539
1539
|
created_automatically?: boolean;
|
|
1540
1540
|
/**
|
|
1541
|
-
* Flag indicating whether the same action can be
|
|
1541
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
1542
1542
|
*/
|
|
1543
|
-
|
|
1543
|
+
is_bulk_action?: boolean;
|
|
1544
1544
|
reason?: {
|
|
1545
1545
|
/**
|
|
1546
1546
|
* Why the action has to be skipped/failed
|
|
@@ -1764,9 +1764,9 @@ declare namespace Components {
|
|
|
1764
1764
|
*/
|
|
1765
1765
|
created_automatically?: boolean;
|
|
1766
1766
|
/**
|
|
1767
|
-
* Flag indicating whether the same action can be
|
|
1767
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
1768
1768
|
*/
|
|
1769
|
-
|
|
1769
|
+
is_bulk_action?: boolean;
|
|
1770
1770
|
reason?: {
|
|
1771
1771
|
/**
|
|
1772
1772
|
* Why the action has to be skipped/failed
|
|
@@ -1829,9 +1829,9 @@ declare namespace Components {
|
|
|
1829
1829
|
*/
|
|
1830
1830
|
created_automatically?: boolean;
|
|
1831
1831
|
/**
|
|
1832
|
-
* Flag indicating whether the same action can be
|
|
1832
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
1833
1833
|
*/
|
|
1834
|
-
|
|
1834
|
+
is_bulk_action?: boolean;
|
|
1835
1835
|
reason?: {
|
|
1836
1836
|
/**
|
|
1837
1837
|
* Why the action has to be skipped/failed
|
|
@@ -1854,9 +1854,12 @@ declare namespace Components {
|
|
|
1854
1854
|
* Send an email exclusively to the portal user if they are registered on the portal.
|
|
1855
1855
|
*/
|
|
1856
1856
|
notify_portal_user_only?: boolean;
|
|
1857
|
+
/**
|
|
1858
|
+
* When true, it lets to send only the email by skip creating the thread & message entities.
|
|
1859
|
+
*/
|
|
1860
|
+
skip_creating_entities?: boolean;
|
|
1857
1861
|
/**
|
|
1858
1862
|
* Include extra file attachments in sent email.
|
|
1859
|
-
*
|
|
1860
1863
|
* Attachments in email template will be sent regardless of this configuration.
|
|
1861
1864
|
*
|
|
1862
1865
|
*/
|
|
@@ -2022,9 +2025,9 @@ declare namespace Components {
|
|
|
2022
2025
|
*/
|
|
2023
2026
|
created_automatically?: boolean;
|
|
2024
2027
|
/**
|
|
2025
|
-
* Flag indicating whether the same action can be
|
|
2028
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
2026
2029
|
*/
|
|
2027
|
-
|
|
2030
|
+
is_bulk_action?: boolean;
|
|
2028
2031
|
reason?: {
|
|
2029
2032
|
/**
|
|
2030
2033
|
* Why the action has to be skipped/failed
|
|
@@ -2090,9 +2093,9 @@ declare namespace Components {
|
|
|
2090
2093
|
*/
|
|
2091
2094
|
created_automatically?: boolean;
|
|
2092
2095
|
/**
|
|
2093
|
-
* Flag indicating whether the same action can be
|
|
2096
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
2094
2097
|
*/
|
|
2095
|
-
|
|
2098
|
+
is_bulk_action?: boolean;
|
|
2096
2099
|
reason?: {
|
|
2097
2100
|
/**
|
|
2098
2101
|
* Why the action has to be skipped/failed
|
|
@@ -2139,9 +2142,9 @@ declare namespace Components {
|
|
|
2139
2142
|
*/
|
|
2140
2143
|
created_automatically?: boolean;
|
|
2141
2144
|
/**
|
|
2142
|
-
* Flag indicating whether the same action can be
|
|
2145
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
2143
2146
|
*/
|
|
2144
|
-
|
|
2147
|
+
is_bulk_action?: boolean;
|
|
2145
2148
|
reason?: {
|
|
2146
2149
|
/**
|
|
2147
2150
|
* Why the action has to be skipped/failed
|
|
@@ -2226,9 +2229,9 @@ declare namespace Components {
|
|
|
2226
2229
|
*/
|
|
2227
2230
|
created_automatically?: boolean;
|
|
2228
2231
|
/**
|
|
2229
|
-
* Flag indicating whether the same action can be
|
|
2232
|
+
* Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity
|
|
2230
2233
|
*/
|
|
2231
|
-
|
|
2234
|
+
is_bulk_action?: boolean;
|
|
2232
2235
|
reason?: {
|
|
2233
2236
|
/**
|
|
2234
2237
|
* Why the action has to be skipped/failed
|
package/dist/openapi.json
CHANGED
|
@@ -673,8 +673,8 @@
|
|
|
673
673
|
"description": "Flag indicating whether the action was created automatically or manually",
|
|
674
674
|
"type": "boolean"
|
|
675
675
|
},
|
|
676
|
-
"
|
|
677
|
-
"description": "Flag indicating whether the same action can be
|
|
676
|
+
"is_bulk_action": {
|
|
677
|
+
"description": "Flag indicating whether the same action can be in bulk in a single execution. e.g; send-email / map-entity",
|
|
678
678
|
"type": "boolean"
|
|
679
679
|
},
|
|
680
680
|
"reason": {
|
|
@@ -1433,9 +1433,14 @@
|
|
|
1433
1433
|
"description": "Send an email exclusively to the portal user if they are registered on the portal.",
|
|
1434
1434
|
"default": false
|
|
1435
1435
|
},
|
|
1436
|
+
"skip_creating_entities": {
|
|
1437
|
+
"type": "boolean",
|
|
1438
|
+
"description": "When true, it lets to send only the email by skip creating the thread & message entities.",
|
|
1439
|
+
"default": false
|
|
1440
|
+
},
|
|
1436
1441
|
"attachments": {
|
|
1437
1442
|
"type": "array",
|
|
1438
|
-
"description": "Include extra file attachments in sent email.\
|
|
1443
|
+
"description": "Include extra file attachments in sent email.\nAttachments in email template will be sent regardless of this configuration.\n",
|
|
1439
1444
|
"items": {
|
|
1440
1445
|
"type": "object",
|
|
1441
1446
|
"properties": {
|