@or-sdk/qna
Advanced tools
Comparing version 3.3.0 to 3.4.0-beta.1728.0
@@ -68,2 +68,3 @@ import { OrderOptions, PaginationOptions, Token } from '@or-sdk/base'; | ||
countPassages?: number; | ||
sourceUrl?: string; | ||
}; | ||
@@ -70,0 +71,0 @@ export type Collection = { |
{ | ||
"name": "@or-sdk/qna", | ||
"version": "3.3.0", | ||
"version": "3.4.0-beta.1728.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -36,4 +36,3 @@ "module": "dist/esm/index.js", | ||
"access": "public" | ||
}, | ||
"gitHead": "1c4f23bab12d0f88f0f46158ed439717c91928d9" | ||
} | ||
} |
@@ -579,2 +579,3 @@ # QnA SDK | ||
description: 'A sample document', | ||
sourceUrl: 'http://example.com/sample-document.pdf', | ||
countPassages: 42, | ||
@@ -581,0 +582,0 @@ } |
@@ -284,2 +284,7 @@ import { OrderOptions, PaginationOptions, Token } from '@or-sdk/base'; | ||
countPassages?: number; | ||
/** | ||
* The URL of the source this document is downloaded from if provided. | ||
*/ | ||
sourceUrl?: string; | ||
}; | ||
@@ -286,0 +291,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
166907
2572
983
2