@serenity-star/sdk 2.6.3 → 2.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -183,6 +183,10 @@ type CitationSource = {
183
183
  knowledge_file_version_id?: string;
184
184
  section_id?: string;
185
185
  website: string;
186
+ } | {
187
+ type: "web_search";
188
+ url: string;
189
+ title?: string;
186
190
  };
187
191
  type CitationRes = {
188
192
  cited_text: string;
package/dist/index.d.ts CHANGED
@@ -183,6 +183,10 @@ type CitationSource = {
183
183
  knowledge_file_version_id?: string;
184
184
  section_id?: string;
185
185
  website: string;
186
+ } | {
187
+ type: "web_search";
188
+ url: string;
189
+ title?: string;
186
190
  };
187
191
  type CitationRes = {
188
192
  cited_text: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-star/sdk",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "The Serenity Star JavaScript SDK provides a convenient way to interact with the Serenity Star API, enabling you to build custom applications.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",