ntk-cms-api 20.25.47 → 20.25.48
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 +3 -0
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5769,7 +5769,8 @@ declare class SmsApiSendMessageOrderCalculateDtoModel {
|
|
|
5769
5769
|
toContactCategories: string[];
|
|
5770
5770
|
toContactContents: string[];
|
|
5771
5771
|
message: string;
|
|
5772
|
-
|
|
5772
|
+
optionTypes: string;
|
|
5773
|
+
optionDuplicateRemovalToNumbers: boolean;
|
|
5773
5774
|
}
|
|
5774
5775
|
|
|
5775
5776
|
declare class SmsApiSendMessageTestDtoModel {
|