cm-reporting 0.7.6 → 0.7.8

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/index.d.ts CHANGED
@@ -1647,6 +1647,8 @@ declare type MetalDropdownSource = {
1647
1647
  type: 'dynamic-active';
1648
1648
  } | {
1649
1649
  type: 'dynamic-q1-yes';
1650
+ } | {
1651
+ type: 'dynamic-q1q2-yes';
1650
1652
  } | {
1651
1653
  type: 'dynamic-q2-yes';
1652
1654
  };