@eka-care/ekascribe-ts-sdk 1.5.72 → 1.5.73

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.
@@ -298,6 +298,7 @@ export interface TTemplate {
298
298
  desc: string;
299
299
  section_ids: string[];
300
300
  is_editable: boolean;
301
+ is_favorite?: boolean;
301
302
  }
302
303
  export interface TGetV1TemplatesResponse {
303
304
  items: TTemplate[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.72",
3
+ "version": "1.5.73",
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>",