Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@depict-ai/types

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depict-ai/types - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

22

api/FeaturedInResponseV3.d.ts

@@ -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;
}

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc