ntk-cms-api 20.25.46 → 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 +7 -0
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
package/fesm2022/ntk-cms-api.mjs
CHANGED
|
@@ -7846,9 +7846,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
7846
7846
|
}] });
|
|
7847
7847
|
|
|
7848
7848
|
class SmsApiSendMessageDtoModel {
|
|
7849
|
+
constructor() {
|
|
7850
|
+
this.optionCheckProcesses = false;
|
|
7851
|
+
this.optionDuplicateRemovalToNumbers = true;
|
|
7852
|
+
}
|
|
7849
7853
|
}
|
|
7850
7854
|
|
|
7851
7855
|
class SmsApiSendMessageOrderCalculateDtoModel {
|
|
7856
|
+
constructor() {
|
|
7857
|
+
this.optionDuplicateRemovalToNumbers = true;
|
|
7858
|
+
}
|
|
7852
7859
|
}
|
|
7853
7860
|
|
|
7854
7861
|
//@@tag-Version-2305111
|