ntk-cms-api 20.25.18 → 20.25.19
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 +1 -1
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5871,9 +5871,9 @@ declare class SmsMainApiPathPermissionService extends ApiCmsServerBase<SmsMainAp
|
|
|
5871
5871
|
declare class SmsMainApiPathPriceServiceEstimateModel {
|
|
5872
5872
|
messageType: SmsMessageTypeEnum;
|
|
5873
5873
|
outBoxTypeList: SmsOutBoxTypeEnum[];
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
|
|
5874
|
+
endUserPricePerPageMin: number;
|
|
5875
|
+
endUserPricePerPageMax: number;
|
|
5876
|
+
endUserMessageLengthPaginationList: number[];
|
|
5877
5877
|
}
|
|
5878
5878
|
|
|
5879
5879
|
declare class SmsMainApiPathPriceServiceService extends ApiCmsServerBase<SmsMainApiPathPriceServiceModel, string, FilterModel> {
|