@quizbase/client 0.7.0 → 0.8.0
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.cts +3 -8
- package/dist/index.d.ts +3 -8
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -945,7 +945,7 @@ interface paths {
|
|
|
945
945
|
regions?: string;
|
|
946
946
|
source?: "arc" | "creak" | "entityq" | "kqa-pro" | "mintaka" | "mkqa" | "nq-open" | "opentdb" | "opentriviaqa" | "qasc" | "quizbase" | "webq";
|
|
947
947
|
license?: "CC-BY-SA-4.0" | "CC-BY-SA-3.0" | "CC-BY-4.0" | "MIT" | "proprietary";
|
|
948
|
-
count?: "estimate" | "
|
|
948
|
+
count?: "estimate" | "none";
|
|
949
949
|
};
|
|
950
950
|
header?: never;
|
|
951
951
|
path?: never;
|
|
@@ -1885,12 +1885,7 @@ interface components {
|
|
|
1885
1885
|
*/
|
|
1886
1886
|
count: number;
|
|
1887
1887
|
/**
|
|
1888
|
-
* @description
|
|
1889
|
-
* @example 1294009
|
|
1890
|
-
*/
|
|
1891
|
-
total?: number;
|
|
1892
|
-
/**
|
|
1893
|
-
* @description Planner-estimated total (default `count=estimate`).
|
|
1888
|
+
* @description Planner-estimated total (default `count=estimate`, ±5-50% accuracy).
|
|
1894
1889
|
* @example 545379
|
|
1895
1890
|
*/
|
|
1896
1891
|
totalEstimate?: number;
|
|
@@ -1899,7 +1894,7 @@ interface components {
|
|
|
1899
1894
|
* @example estimate
|
|
1900
1895
|
* @enum {string}
|
|
1901
1896
|
*/
|
|
1902
|
-
countMode?: "estimate" | "
|
|
1897
|
+
countMode?: "estimate" | "none";
|
|
1903
1898
|
/**
|
|
1904
1899
|
* @description Language of the response content.
|
|
1905
1900
|
* @example en
|
package/dist/index.d.ts
CHANGED
|
@@ -945,7 +945,7 @@ interface paths {
|
|
|
945
945
|
regions?: string;
|
|
946
946
|
source?: "arc" | "creak" | "entityq" | "kqa-pro" | "mintaka" | "mkqa" | "nq-open" | "opentdb" | "opentriviaqa" | "qasc" | "quizbase" | "webq";
|
|
947
947
|
license?: "CC-BY-SA-4.0" | "CC-BY-SA-3.0" | "CC-BY-4.0" | "MIT" | "proprietary";
|
|
948
|
-
count?: "estimate" | "
|
|
948
|
+
count?: "estimate" | "none";
|
|
949
949
|
};
|
|
950
950
|
header?: never;
|
|
951
951
|
path?: never;
|
|
@@ -1885,12 +1885,7 @@ interface components {
|
|
|
1885
1885
|
*/
|
|
1886
1886
|
count: number;
|
|
1887
1887
|
/**
|
|
1888
|
-
* @description
|
|
1889
|
-
* @example 1294009
|
|
1890
|
-
*/
|
|
1891
|
-
total?: number;
|
|
1892
|
-
/**
|
|
1893
|
-
* @description Planner-estimated total (default `count=estimate`).
|
|
1888
|
+
* @description Planner-estimated total (default `count=estimate`, ±5-50% accuracy).
|
|
1894
1889
|
* @example 545379
|
|
1895
1890
|
*/
|
|
1896
1891
|
totalEstimate?: number;
|
|
@@ -1899,7 +1894,7 @@ interface components {
|
|
|
1899
1894
|
* @example estimate
|
|
1900
1895
|
* @enum {string}
|
|
1901
1896
|
*/
|
|
1902
|
-
countMode?: "estimate" | "
|
|
1897
|
+
countMode?: "estimate" | "none";
|
|
1903
1898
|
/**
|
|
1904
1899
|
* @description Language of the response content.
|
|
1905
1900
|
* @example en
|
package/package.json
CHANGED