@eka-care/ekascribe-ts-sdk 1.4.6 → 1.4.7

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.
@@ -251,7 +251,7 @@ export interface TGetV1TemplatesResponse {
251
251
  code: number;
252
252
  error?: {
253
253
  code: string;
254
- msg: string;
254
+ message: string;
255
255
  };
256
256
  }
257
257
  export interface TPostV1TemplateSectionRequest {
@@ -269,7 +269,7 @@ export interface TPostV1TemplateSectionResponse {
269
269
  action: 'updated' | 'created_custom';
270
270
  error?: {
271
271
  code: string;
272
- msg: string;
272
+ message: string;
273
273
  };
274
274
  }
275
275
  export interface TSection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "main": "dist/index.js",
5
5
  "repository": "git@github.com:eka-care/eka-js-sdk.git",
6
6
  "author": "Sanikagoyal28 <sanikagoyal9@gmail.com>",