kcommons 9.5.0 → 9.5.2

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.
@@ -96,6 +96,7 @@ export interface IMRNItem {
96
96
  item_description: string | null;
97
97
  parent_grn_item_id: string | null;
98
98
  parent_istd_item_id: string | null;
99
+ attachment_link: string | null;
99
100
  is_deleted: boolean;
100
101
  deleted_at: string | null;
101
102
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "9.5.0",
3
+ "version": "9.5.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",