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/index.d.ts CHANGED
@@ -5769,7 +5769,8 @@ declare class SmsApiSendMessageOrderCalculateDtoModel {
5769
5769
  toContactCategories: string[];
5770
5770
  toContactContents: string[];
5771
5771
  message: string;
5772
- isFlash: boolean;
5772
+ optionTypes: string;
5773
+ optionDuplicateRemovalToNumbers: boolean;
5773
5774
  }
5774
5775
 
5775
5776
  declare class SmsApiSendMessageTestDtoModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.47",
3
+ "version": "20.25.48",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",