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