randmarcomps 1.72.0 → 1.73.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.
@@ -217,6 +217,7 @@ export declare interface ProductImageProps {
217
217
  export declare interface ProductOpportunity {
218
218
  Active?: boolean;
219
219
  BidNumber?: string;
220
+ StartDate?: string;
220
221
  EndDate?: string;
221
222
  Opportunity?: string;
222
223
  ManufacturerId?: string;