ntk-cms-api 20.25.40 → 20.25.42

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
@@ -2207,6 +2207,7 @@ declare class CoreCpMainMenuCmsUserGroupService extends ApiCmsServerBase<CoreCpM
2207
2207
  declare class CoreEnumService extends ApiServerBase {
2208
2208
  getModuleControllerUrl(): string;
2209
2209
  ServiceRecordStatusEnum(cashApiSeconds?: number): Observable<ErrorExceptionResult<InfoEnumModel>>;
2210
+ ServiceRecordAdminStatusEnum(cashApiSeconds?: number): Observable<ErrorExceptionResult<InfoEnumModel>>;
2210
2211
  ServiceLocationTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
2211
2212
  ServiceUserLanguageEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
2212
2213
  ServiceGenderEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
@@ -5822,7 +5823,6 @@ declare class SmsApiSendResultModel {
5822
5823
  sendId: string;
5823
5824
  toNumbers: NumberReceverInfoModel[];
5824
5825
  fromNumber: string;
5825
- messageIsUnicode: boolean;
5826
5826
  linkCmsUser?: number;
5827
5827
  linkSiteId?: number;
5828
5828
  linkApiPathId: string;
@@ -8533,7 +8533,7 @@ declare class EstatePropertyProjectModel extends BaseModuleEntity<string> {
8533
8533
  title: string;
8534
8534
  linkCmsUserId?: number;
8535
8535
  linkPropertyCompanyId: string;
8536
- mainAdminRecordStatus: RecordStatusEnum;
8536
+ mainAdminRecordStatus: RecordAdminStatusEnum;
8537
8537
  description: string;
8538
8538
  descriptionHidden: string;
8539
8539
  address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.40",
3
+ "version": "20.25.42",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",