@eka-care/ekascribe-ts-sdk 2.0.36 → 2.0.38

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 CHANGED
@@ -261,7 +261,7 @@ declare type TGetConfigV2Response = {
261
261
  onboarding_step?: string;
262
262
  };
263
263
  message?: string;
264
- code?: number;
264
+ code: number;
265
265
  };
266
266
 
267
267
  declare type TGetStatusApiResponse = {