ntk-cms-api 20.25.36 → 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 +6 -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
|
|