@snagsolutions/sdk 0.1.0-alpha.42 → 0.1.0-alpha.44

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.
@@ -493,6 +493,12 @@ export namespace RuleGroupGetRuleGroupsResponse {
493
493
  */
494
494
  trackAllContracts?: boolean | null;
495
495
 
496
+ /**
497
+ * Flag indicating if the progress is tracked. If enabled, the rule can only be
498
+ * completed once the progress is 100%.
499
+ */
500
+ trackProgress?: boolean | null;
501
+
496
502
  /**
497
503
  * URL of the associated Twitter account.
498
504
  */