@squiz/dxp-ai-client
Advanced tools
Comparing version 0.16.0 to 0.17.0
# @squiz/dxp-ai-client | ||
## 0.17.0 | ||
### Minor Changes | ||
- 6f7e7bc: add thread filter endpoint | ||
## 0.16.0 | ||
@@ -4,0 +10,0 @@ |
@@ -78,2 +78,3 @@ export type AiAuthType = 'none' | 'dxp'; | ||
cursor?: number; | ||
filterByCSVTagString?: string; | ||
filterByDateFrom?: string; | ||
@@ -570,2 +571,3 @@ filterByDateTo?: string; | ||
cursor?: number; | ||
filterByCSVTagString?: string; | ||
filterByDateFrom?: string; | ||
@@ -572,0 +574,0 @@ filterByDateTo?: string; |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.16.0", | ||
"version": "0.17.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.10.0" | ||
"@squiz/ai-service": "1.11.0" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
254355
2175