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/fesm2022/ntk-cms-api.mjs +24 -4
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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>>;
|