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

@squiz/dxp-ai-client

Package Overview
Dependencies
Maintainers
49
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squiz/dxp-ai-client - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

6

CHANGELOG.md
# @squiz/dxp-ai-client
## 0.12.0
### Minor Changes
- a058423: add filters to generative threads endpoint
## 0.11.0

@@ -4,0 +10,0 @@

@@ -62,2 +62,5 @@ export type AiAuthType = 'none' | 'dxp';

cursor?: number;
filterByDateFrom?: string;
filterByDateTo?: string;
filterByRating?: ThreadRatingParameter;
pageSize?: PaginationPageLimit;

@@ -324,2 +327,6 @@ sortDirection?: SortDirectionEnum2;

export type ThreadRating = 'positive' | 'negative';
export type ThreadRatingNegative = 'negative';
export type ThreadRatingParameter = ThreadRatingPositive | ThreadRatingNegative | ThreadRatingParameterEnum;
export type ThreadRatingParameterEnum = 'unrated';
export type ThreadRatingPositive = 'positive';
export declare namespace Chatbot {

@@ -513,2 +520,5 @@ namespace Create {

cursor?: number;
filterByDateFrom?: string;
filterByDateTo?: string;
filterByRating?: ThreadRatingParameter;
pageSize?: PaginationPageLimit;

@@ -515,0 +525,0 @@ sortDirection?: GetAllGenerativeThreadsParams1SortDirectionEnum;

4

package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.11.0",
"version": "0.12.0",
"description": "Exposes the DXP AI service as a package for consumers",

@@ -21,5 +21,5 @@ "main": "dist/index.js",

"jest": "^29.7.0",
"@squiz/ai-service": "1.7.0"
"@squiz/ai-service": "1.7.1"
},
"dependencies": {}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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