@kodiak-finance/orderly-portfolio 2.8.16-rc.1 → 2.8.16-rc.3

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.mts CHANGED
@@ -646,6 +646,8 @@ declare const useSymbolPerformanceScript: (symbol?: string) => {
646
646
  aggregationWindow: AggregationWindow;
647
647
  setAggregationWindow: React$1.Dispatch<React$1.SetStateAction<AggregationWindow>>;
648
648
  aggregationWindowTypes: AggregationWindow[];
649
+ includeFees: boolean;
650
+ setIncludeFees: React$1.Dispatch<React$1.SetStateAction<boolean>>;
649
651
  dateRange: {
650
652
  from: Date;
651
653
  to: Date;
package/dist/index.d.ts CHANGED
@@ -646,6 +646,8 @@ declare const useSymbolPerformanceScript: (symbol?: string) => {
646
646
  aggregationWindow: AggregationWindow;
647
647
  setAggregationWindow: React$1.Dispatch<React$1.SetStateAction<AggregationWindow>>;
648
648
  aggregationWindowTypes: AggregationWindow[];
649
+ includeFees: boolean;
650
+ setIncludeFees: React$1.Dispatch<React$1.SetStateAction<boolean>>;
649
651
  dateRange: {
650
652
  from: Date;
651
653
  to: Date;