Socket
Socket
Sign inDemoInstall

@attraqt/search-commons

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@attraqt/search-commons - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

18

com/attraqt/search/protobuf/search.ts

@@ -36,5 +36,5 @@ /* eslint-disable */

/** Pagination: index of the first item to return */
offset: number;
offset?: number | undefined;
/** Pagination: size of the page */
limit: number;
limit?: number | undefined;
/**

@@ -51,3 +51,3 @@ * List of sorting rules

/** Filter string */
filter: string;
filter?: string | undefined;
/**

@@ -59,4 +59,10 @@ * Disable rules

/** Response mask to return only specific attributes of items */
customResponseMask: string;
aiSearch: boolean | undefined;
customResponseMask?: string | undefined;
/**
* Toggle AI Search "on" or "off".
* If true, AI Search is used
* If false, regular fulltext search is used
* If not specified, the type of search will be determined by the configuration
*/
aiSearch?: boolean | undefined;
}

@@ -75,3 +81,3 @@

*/
profileId: string;
profileId?: string | undefined;
}

@@ -78,0 +84,0 @@

{
"name": "@attraqt/search-commons",
"description": "Typescript generated code for the search API definition",
"version": "1.6.0",
"version": "1.7.0",
"author": "technique@attraqt.com",
"types": "index.d.ts"
}
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