@verma-consulting/common-library 0.1.6 → 0.1.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.
package/dist/index.d.mts CHANGED
@@ -624,6 +624,7 @@ interface ContentInterface {
624
624
  deletedAt?: Date;
625
625
  key?: string;
626
626
  value?: string;
627
+ type?: string;
627
628
  poolId?: string;
628
629
  schemaId?: string;
629
630
  createdById?: string;
package/dist/index.d.ts CHANGED
@@ -624,6 +624,7 @@ interface ContentInterface {
624
624
  deletedAt?: Date;
625
625
  key?: string;
626
626
  value?: string;
627
+ type?: string;
627
628
  poolId?: string;
628
629
  schemaId?: string;
629
630
  createdById?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verma-consulting/common-library",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Shared common library for Verma Consulting",
5
5
  "author": "Ankit Verma <ankit@vermadev.com>",
6
6
  "license": "MIT",