@eka-care/ekascribe-ts-sdk 2.0.49 → 2.0.50

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -443,6 +443,7 @@ declare type TPostTransactionInitRequest = {
443
443
  template_id: string;
444
444
  template_name?: string;
445
445
  template_type?: string;
446
+ codification_needed?: boolean;
446
447
  }[];
447
448
  transfer: string;
448
449
  auto_download?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "2.0.49",
3
+ "version": "2.0.50",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",