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

@depict-ai/types

Package Overview
Dependencies
Maintainers
5
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 1.0.34 to 1.0.35

4

api/BaseSearchRequest.d.ts

@@ -82,3 +82,3 @@ /* tslint:disable */

)[]
| (("true" | "false") | number | number | string)[][];
| string[][];
/**

@@ -168,3 +168,3 @@ * Metadata about the filter that can be used for rendering. For example, this could contain the possible values to filter by and their counts in the results.

*/
values: (("true" | "false") | number | number | string)[][];
values: string[][];
/**

@@ -171,0 +171,0 @@ * Counts for values

@@ -11,3 +11,3 @@ /* tslint:disable */

*/
export type ProductListingType = "category" | "collection";
export type ProductListingType = "category" | "collection" | "scollection";

@@ -14,0 +14,0 @@ export interface ProductListingQueriesRequest {

@@ -15,3 +15,3 @@ /* tslint:disable */

*/
export type ProductListingType = "category" | "collection";
export type ProductListingType = "category" | "collection" | "scollection";

@@ -115,3 +115,3 @@ export interface ProductListingRequest {

)[]
| (("true" | "false") | number | number | string)[][];
| string[][];
/**

@@ -201,3 +201,3 @@ * Metadata about the filter that can be used for rendering. For example, this could contain the possible values to filter by and their counts in the results.

*/
values: (("true" | "false") | number | number | string)[][];
values: string[][];
/**

@@ -204,0 +204,0 @@ * Counts for values

@@ -120,3 +120,3 @@ /* tslint:disable */

)[]
| (("true" | "false") | number | number | string)[][];
| string[][];
/**

@@ -206,3 +206,3 @@ * Metadata about the filter that can be used for rendering. For example, this could contain the possible values to filter by and their counts in the results.

*/
values: (("true" | "false") | number | number | string)[][];
values: string[][];
/**

@@ -245,3 +245,8 @@ * Counts for values

title: string;
description?: string;
/**
* Whether to replace the page meta tags, e.g., title and description, with the ones from the collection.
*/
replace_meta_tags?: boolean;
[k: string]: unknown;
}

@@ -98,3 +98,3 @@ /* tslint:disable */

)[]
| (("true" | "false") | number | number | string)[][];
| string[][];
/**

@@ -184,3 +184,3 @@ * Metadata about the filter that can be used for rendering. For example, this could contain the possible values to filter by and their counts in the results.

*/
values: (("true" | "false") | number | number | string)[][];
values: string[][];
/**

@@ -187,0 +187,0 @@ * Counts for values

@@ -102,3 +102,3 @@ /* tslint:disable */

)[]
| (("true" | "false") | number | number | string)[][];
| string[][];
/**

@@ -188,3 +188,3 @@ * Metadata about the filter that can be used for rendering. For example, this could contain the possible values to filter by and their counts in the results.

*/
values: (("true" | "false") | number | number | string)[][];
values: string[][];
/**

@@ -191,0 +191,0 @@ * Counts for values

{
"name": "@depict-ai/types",
"version": "1.0.34",
"version": "1.0.35",
"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