ntk-cms-api 18.3.430 → 18.3.432
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/esm2020/lib/models/entity/sms/smsLogOutBoxDetailModel.mjs +1 -1
- package/esm2020/lib/models/entity/sms/smsMainApiPathPriceServiceModel.mjs +6 -1
- package/fesm2015/ntk-cms-api.mjs +6 -1
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +6 -1
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/sms/smsLogOutBoxDetailModel.d.ts +1 -0
- package/lib/models/entity/sms/smsMainApiPathPriceServiceModel.d.ts +10 -5
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -7782,7 +7782,12 @@ class SmsMainApiPathPermissionModel extends BaseModuleEntity {
|
|
|
7782
7782
|
|
|
7783
7783
|
//@@tag-Version-2201011
|
|
7784
7784
|
class SmsMainApiPathPriceServiceModel extends BaseModuleEntity {
|
|
7785
|
-
}
|
|
7785
|
+
}
|
|
7786
|
+
// export class MessageLengthPaginationModel {
|
|
7787
|
+
// pageCount: number;
|
|
7788
|
+
// messageMinLength: number;
|
|
7789
|
+
// messageMaxLength: number;
|
|
7790
|
+
// }
|
|
7786
7791
|
|
|
7787
7792
|
//@@tag-Version-2201011
|
|
7788
7793
|
class SmsMainApiPathProcessFlowLogModel extends BaseModuleEntity {
|