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/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +10 -0
- package/package.json +1 -1
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> {
|