ntk-cms-api 20.25.48 → 20.25.49
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 +972 -972
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5760,6 +5760,7 @@ declare class SmsApiSendMessageDtoModel {
|
|
|
5760
5760
|
optionSendByQueue?: boolean;
|
|
5761
5761
|
optionCheckProcesses: boolean;
|
|
5762
5762
|
optionDuplicateRemovalToNumbers: boolean;
|
|
5763
|
+
clientDateTime?: Date;
|
|
5763
5764
|
}
|
|
5764
5765
|
|
|
5765
5766
|
declare class SmsApiSendMessageOrderCalculateDtoModel {
|