@eka-care/ekascribe-ts-sdk 2.1.28 → 2.1.29
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.ts +1 -2
- package/dist/index.mjs +3 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -146,12 +146,11 @@ export declare enum ERROR_CODE {
|
|
|
146
146
|
|
|
147
147
|
declare type Gender = 'M' | 'F' | 'O';
|
|
148
148
|
|
|
149
|
-
export declare const getEkaScribeInstance: ({ access_token, env, clientId, flavour,
|
|
149
|
+
export declare const getEkaScribeInstance: ({ access_token, env, clientId, flavour, }: {
|
|
150
150
|
access_token?: string;
|
|
151
151
|
env?: "PROD" | "DEV";
|
|
152
152
|
clientId?: string;
|
|
153
153
|
flavour?: string;
|
|
154
|
-
enableSentryLogs?: boolean;
|
|
155
154
|
}) => EkaScribe;
|
|
156
155
|
|
|
157
156
|
export declare enum PROCESSING_STATUS {
|
package/dist/index.mjs
CHANGED
|
@@ -31548,7 +31548,7 @@ const _n = class _n {
|
|
|
31548
31548
|
env: i,
|
|
31549
31549
|
clientId: c,
|
|
31550
31550
|
flavour: l,
|
|
31551
|
-
enableSentryLogs: f = !
|
|
31551
|
+
enableSentryLogs: f = !1
|
|
31552
31552
|
}) {
|
|
31553
31553
|
if (EkaScribeStore$1.enableSentryLogs = f, l && (EkaScribeStore$1.flavour = l), _n.instance) {
|
|
31554
31554
|
const u = i && GET_CURRENT_ENV() !== i, d = c && GET_CLIENT_ID() !== c;
|
|
@@ -31897,9 +31897,8 @@ const getEkaScribeInstance = ({
|
|
|
31897
31897
|
access_token: s,
|
|
31898
31898
|
env: n,
|
|
31899
31899
|
clientId: i,
|
|
31900
|
-
flavour: c
|
|
31901
|
-
|
|
31902
|
-
}) => EkaScribe.getInstance({ access_token: s, env: n, clientId: i, flavour: c, enableSentryLogs: l });
|
|
31900
|
+
flavour: c
|
|
31901
|
+
}) => EkaScribe.getInstance({ access_token: s, env: n, clientId: i, flavour: c });
|
|
31903
31902
|
export {
|
|
31904
31903
|
API_STATUS,
|
|
31905
31904
|
CALLBACK_TYPE,
|