@omniloy/sofia-sdk 1.0.2 → 1.0.3
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/legacy/webcomponents.d.ts +5 -3
- package/dist/legacy/webcomponents.es.js +3224 -3446
- package/dist/legacy/webcomponents.umd.js +3224 -3446
- package/dist/react/index.d.ts +5 -3
- package/dist/react/index.es.js +3931 -4738
- package/dist/webcomponents.d.ts +5 -3
- package/dist/webcomponents.es.js +3907 -4731
- package/dist/webcomponents.umd.js +3907 -4731
- package/package.json +1 -1
|
@@ -2,6 +2,8 @@ import * as React_2 from 'react';
|
|
|
2
2
|
|
|
3
3
|
declare enum LanguageCode {
|
|
4
4
|
ar = "ar",
|
|
5
|
+
ca = "ca",
|
|
6
|
+
ca_valencia = "ca_valencia",
|
|
5
7
|
cs = "cs",
|
|
6
8
|
en_GB = "en_GB",
|
|
7
9
|
en_US = "en_US",
|
|
@@ -9,7 +11,9 @@ declare enum LanguageCode {
|
|
|
9
11
|
fr = "fr",
|
|
10
12
|
hi = "hi",
|
|
11
13
|
id = "id",
|
|
12
|
-
|
|
14
|
+
pa = "pa",
|
|
15
|
+
sv = "sv",
|
|
16
|
+
ur = "ur"
|
|
13
17
|
}
|
|
14
18
|
|
|
15
19
|
export declare interface OmniscribeProps {
|
|
@@ -84,8 +88,6 @@ export declare interface OmniscribeProps {
|
|
|
84
88
|
* To hide generate button, do not pass templateid/toolsargs.
|
|
85
89
|
*/
|
|
86
90
|
disablegenerate?: boolean;
|
|
87
|
-
/** Show the consent status indicator in the header */
|
|
88
|
-
showconsentindicator?: boolean;
|
|
89
91
|
/** Enable debug logging */
|
|
90
92
|
debug?: boolean;
|
|
91
93
|
/** Expose function to get last generated report */
|