@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.
@@ -23,6 +23,8 @@ export declare const getReportStorage: (patientId: string | undefined, doctorId:
23
23
 
24
24
  export declare enum LanguageCode {
25
25
  ar = "ar",
26
+ ca = "ca",
27
+ ca_valencia = "ca_valencia",
26
28
  cs = "cs",
27
29
  en_GB = "en_GB",
28
30
  en_US = "en_US",
@@ -30,7 +32,9 @@ export declare enum LanguageCode {
30
32
  fr = "fr",
31
33
  hi = "hi",
32
34
  id = "id",
33
- sv = "sv"
35
+ pa = "pa",
36
+ sv = "sv",
37
+ ur = "ur"
34
38
  }
35
39
 
36
40
  /**
@@ -118,8 +122,6 @@ export declare interface OmniscribeProps {
118
122
  * To hide generate button, do not pass templateid/toolsargs.
119
123
  */
120
124
  disablegenerate?: boolean;
121
- /** Show the consent status indicator in the header */
122
- showconsentindicator?: boolean;
123
125
  /** Enable debug logging */
124
126
  debug?: boolean;
125
127
  /** Expose function to get last generated report */