ntk-cms-api 20.25.20 → 20.25.21
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 +32 -2
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5852,6 +5852,7 @@ declare class SmsMainApiPathService extends ApiCmsServerBase<SmsMainApiPathModel
|
|
|
5852
5852
|
ServiceGetToken(id: string): Observable<ErrorExceptionResult<SmsApiGetTokenResultModel>>;
|
|
5853
5853
|
ServiceGetBalance(id: string): Observable<ErrorExceptionResult<SmsApiGetBalanceResultModel>>;
|
|
5854
5854
|
ServiceGetReceiveInboxManually(id: string): Observable<ErrorExceptionResult<SmsApiGetReceiveInboxManuallyResultModel>>;
|
|
5855
|
+
ServiceEditStep(model: EditStepDtoModel<string>): Observable<ErrorExceptionResultBase>;
|
|
5855
5856
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmsMainApiPathService, never>;
|
|
5856
5857
|
static ɵprov: i0.ɵɵInjectableDeclaration<SmsMainApiPathService>;
|
|
5857
5858
|
}
|
|
@@ -5918,6 +5919,7 @@ declare class SmsMainApiPathSuperSederService extends ApiCmsServerBase<SmsMainAp
|
|
|
5918
5919
|
|
|
5919
5920
|
declare class SmsMainApiNumberService extends ApiCmsServerBase<SmsMainApiNumberModel, string, FilterModel> {
|
|
5920
5921
|
getModuleControllerUrl(): string;
|
|
5922
|
+
ServiceEditStep(model: EditStepDtoModel<string>): Observable<ErrorExceptionResultBase>;
|
|
5921
5923
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmsMainApiNumberService, never>;
|
|
5922
5924
|
static ɵprov: i0.ɵɵInjectableDeclaration<SmsMainApiNumberService>;
|
|
5923
5925
|
}
|