ntk-cms-api 20.25.17 → 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/index.d.ts CHANGED
@@ -5869,9 +5869,11 @@ declare class SmsMainApiPathPermissionService extends ApiCmsServerBase<SmsMainAp
5869
5869
  }
5870
5870
 
5871
5871
  declare class SmsMainApiPathPriceServiceEstimateModel {
5872
- EndUserPricePerPageMin: number;
5873
- EndUserPricePerPageMax: number;
5874
- EndUserMessageLengthPaginationList: number[];
5872
+ messageType: SmsMessageTypeEnum;
5873
+ outBoxTypeList: SmsOutBoxTypeEnum[];
5874
+ endUserPricePerPageMin: number;
5875
+ endUserPricePerPageMax: number;
5876
+ endUserMessageLengthPaginationList: number[];
5875
5877
  }
5876
5878
 
5877
5879
  declare class SmsMainApiPathPriceServiceService extends ApiCmsServerBase<SmsMainApiPathPriceServiceModel, string, FilterModel> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.17",
3
+ "version": "20.25.19",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",