Socket
Socket
Sign inDemoInstall

@attraqt/search-commons

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

17

index.d.ts

@@ -14,7 +14,14 @@ /* eslint-disable */

/** Selected facet to filter by */
export interface FacetRequestOptions {
/** Selected facet to filter by */
/**
* Note: Should be removed after migration to technical name in all services (with reserved)
*
* @deprecated
*/
attribute: string;
/** Values of the facet used for filtering the results */
values: string[];
/** Selected facet to filter by (technical name) */
name: string;
}

@@ -135,3 +142,7 @@

id: string;
/** Attribute of detected facet */
/**
* Attribute of detected facet
*
* @deprecated
*/
attribute: string;

@@ -144,2 +155,4 @@ /** Title (set in XO Console) */

values: SearchResponseMetadata_Facet_Value[];
/** Name of detected facet */
name: string;
}

@@ -146,0 +159,0 @@

4

package.json
{
"name": "@attraqt/search-commons",
"description": "Typescript generated code for the search definition",
"version": "1.1.0",
"description": "Typescript generated code for the search API definition",
"version": "1.2.0",
"author": "technique@attraqt.com",
"types": "index.d.ts"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc