@depict-ai/types
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -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", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1429
34238
1