ntk-cms-api 20.25.35 → 20.25.36

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/index.d.ts CHANGED
@@ -6625,6 +6625,10 @@ declare class ContactContentModel extends BaseModuleEntity<string> {
6625
6625
  linkMainImageIdSrc: string;
6626
6626
  numberHidden: boolean;
6627
6627
  contentCategores: ContactContentCategoryModel[];
6628
+ email: string;
6629
+ organization: string;
6630
+ jobTitle: string;
6631
+ notes: string;
6628
6632
  }
6629
6633
 
6630
6634
  declare class ContactContentCategoryModel extends BaseModuleEntity<string> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.35",
3
+ "version": "20.25.36",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",