ntk-cms-api 20.25.35 → 20.25.37

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
@@ -5412,6 +5412,12 @@ declare class SmsMainApiNumberModel extends BaseModuleEntity<string> {
5412
5412
  smsRelayStatus: boolean;
5413
5413
  smsRelayUrl: string;
5414
5414
  actionMemo: string;
5415
+ /**متغیر های ارسال */
5416
+ apiSendMessageAddTextFirst: string;
5417
+ apiSendMessageAddTextEnd: string;
5418
+ sendMessageAddTextFirst: string;
5419
+ sendMessageAddTextEnd: string;
5420
+ /**متغیر های ارسال */
5415
5421
  apiPathAndApiNumbers: SmsMainApiPathAndApiNumberModel[];
5416
5422
  }
5417
5423
 
@@ -6625,6 +6631,10 @@ declare class ContactContentModel extends BaseModuleEntity<string> {
6625
6631
  linkMainImageIdSrc: string;
6626
6632
  numberHidden: boolean;
6627
6633
  contentCategores: ContactContentCategoryModel[];
6634
+ email: string;
6635
+ organization: string;
6636
+ jobTitle: string;
6637
+ notes: string;
6628
6638
  }
6629
6639
 
6630
6640
  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.37",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",