@depict-ai/types
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -44,5 +44,21 @@ /* eslint-disable */ | ||
slug?: string; | ||
displays: { | ||
[k: string]: unknown; | ||
}[]; | ||
displays: MinimalDisplay[]; | ||
} | ||
export interface MinimalDisplay { | ||
variant_index: number; | ||
variant_displays: MinimalVariantDisplay[]; | ||
variant_skus: string[]; | ||
variant_product_ids: string[]; | ||
recommendation_id?: string; | ||
search_result_id?: string; | ||
product_listing_result_id?: string; | ||
} | ||
export interface MinimalVariantDisplay { | ||
product_id: string; | ||
title: string; | ||
image_urls: string[]; | ||
original_price: number; | ||
sale_price: number; | ||
in_stock: boolean; | ||
[k: string]: unknown; | ||
} |
{ | ||
"name": "@depict-ai/types", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Autogenerated types of API responses used across Depict UI packages", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71182
2792