@epilot/automation-client 2.8.8 → 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 CHANGED
@@ -492,7 +492,7 @@ declare namespace Components {
492
492
  */
493
493
  created_automatically?: boolean;
494
494
  /**
495
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -547,7 +547,7 @@ declare namespace Components {
547
547
  */
548
548
  created_automatically?: boolean;
549
549
  /**
550
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -748,7 +748,7 @@ declare namespace Components {
748
748
  */
749
749
  created_automatically?: boolean;
750
750
  /**
751
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -804,7 +804,7 @@ declare namespace Components {
804
804
  */
805
805
  created_automatically?: boolean;
806
806
  /**
807
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -881,7 +881,7 @@ declare namespace Components {
881
881
  */
882
882
  created_automatically?: boolean;
883
883
  /**
884
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -947,7 +947,7 @@ declare namespace Components {
947
947
  */
948
948
  created_automatically?: boolean;
949
949
  /**
950
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -1018,7 +1018,7 @@ declare namespace Components {
1018
1018
  */
1019
1019
  created_automatically?: boolean;
1020
1020
  /**
1021
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -1365,7 +1365,7 @@ declare namespace Components {
1365
1365
  */
1366
1366
  created_automatically?: boolean;
1367
1367
  /**
1368
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -1538,7 +1538,7 @@ declare namespace Components {
1538
1538
  */
1539
1539
  created_automatically?: boolean;
1540
1540
  /**
1541
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -1764,7 +1764,7 @@ declare namespace Components {
1764
1764
  */
1765
1765
  created_automatically?: boolean;
1766
1766
  /**
1767
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -1829,7 +1829,7 @@ declare namespace Components {
1829
1829
  */
1830
1830
  created_automatically?: boolean;
1831
1831
  /**
1832
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -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,7 +2025,7 @@ declare namespace Components {
2022
2025
  */
2023
2026
  created_automatically?: boolean;
2024
2027
  /**
2025
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -2090,7 +2093,7 @@ declare namespace Components {
2090
2093
  */
2091
2094
  created_automatically?: boolean;
2092
2095
  /**
2093
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -2139,7 +2142,7 @@ declare namespace Components {
2139
2142
  */
2140
2143
  created_automatically?: boolean;
2141
2144
  /**
2142
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
@@ -2226,7 +2229,7 @@ declare namespace Components {
2226
2229
  */
2227
2230
  created_automatically?: boolean;
2228
2231
  /**
2229
- * Flag indicating whether the same action can be run multiple times in a single execution
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?: {
package/dist/openapi.json CHANGED
@@ -674,7 +674,7 @@
674
674
  "type": "boolean"
675
675
  },
676
676
  "is_bulk_action": {
677
- "description": "Flag indicating whether the same action can be run multiple times in a single execution",
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.\n\nAttachments in email template will be sent regardless of this configuration.\n",
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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.8.8",
3
+ "version": "2.8.9",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",