ntk-cms-api 20.25.46 → 20.25.47
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 +4 -0
- 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
|
@@ -5759,6 +5759,7 @@ declare class SmsApiSendMessageDtoModel {
|
|
|
5759
5759
|
optionTypes: string;
|
|
5760
5760
|
optionSendByQueue?: boolean;
|
|
5761
5761
|
optionCheckProcesses: boolean;
|
|
5762
|
+
optionDuplicateRemovalToNumbers: boolean;
|
|
5762
5763
|
}
|
|
5763
5764
|
|
|
5764
5765
|
declare class SmsApiSendMessageOrderCalculateDtoModel {
|