ntk-cms-api 20.25.40 → 20.25.41

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>>;
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.41",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",