randmarcomps 1.503.0 → 1.505.0

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.
@@ -32,7 +32,7 @@ import { ReactNode } from 'react';
32
32
  import { RefAttributes } from 'react';
33
33
  import { Requisition } from 'randmar-api-client';
34
34
  import { Reseller } from 'randmar-api-client';
35
- import { Return } from 'randmar-api-client';
35
+ import { ReturnOld } from 'randmar-api-client';
36
36
  import { SalesData } from 'randmar-api-client';
37
37
  import { SalesStatistic } from 'randmar-api-client';
38
38
  import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
@@ -844,7 +844,7 @@ export declare function ReturnsTable({ applicationId, returns, loading }: Return
844
844
 
845
845
  declare interface ReturnsTableProps {
846
846
  applicationId: string;
847
- returns?: Return[] | null;
847
+ returns?: ReturnOld[] | null;
848
848
  loading?: boolean;
849
849
  }
850
850