@wix/auto_sdk_automations_activations 1.0.113 → 1.0.115

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.
@@ -1347,6 +1347,11 @@ interface ConsumeReportEventRequest {
1347
1347
  * @maxLength 100
1348
1348
  */
1349
1349
  triggerKey?: string;
1350
+ /**
1351
+ * Unique identifier for message-level idempotency in the consumer.
1352
+ * @format GUID
1353
+ */
1354
+ executionId?: string | null;
1350
1355
  }
1351
1356
  interface EventInfo {
1352
1357
  /**
@@ -1621,7 +1626,7 @@ interface CodeSnippet {
1621
1626
  language?: LanguageWithLiterals;
1622
1627
  /**
1623
1628
  * Expressions evaluated using the selected operator.
1624
- * @maxLength 1000
1629
+ * @maxLength 1500
1625
1630
  */
1626
1631
  code?: string;
1627
1632
  }