ntk-cms-api 1.2.217 → 1.2.219
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/esm2020/lib/models/dto/core-main/tokenDeviceClientInfoDtoModel.mjs +1 -1
- package/esm2020/lib/models/entity/application/applicationSourceModel.mjs +1 -1
- package/esm2020/lib/models/entity/core-main/coreDeviceModel.mjs +1 -1
- package/esm2020/lib/service/api-telegram/apiTelegramEnum.service.mjs +1 -12
- package/esm2020/lib/service/application/applicationEnum.service.mjs +1 -12
- package/fesm2015/ntk-cms-api.mjs +0 -22
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +0 -22
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/dto/core-main/tokenDeviceClientInfoDtoModel.d.ts +1 -1
- package/lib/models/entity/application/applicationSourceModel.d.ts +1 -1
- package/lib/models/entity/core-main/coreDeviceModel.d.ts +1 -1
- package/lib/service/api-telegram/apiTelegramEnum.service.d.ts +0 -1
- package/lib/service/application/applicationEnum.service.d.ts +0 -1
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -5248,17 +5248,6 @@ class ApiTelegramEnumService extends ApiServerBase {
|
|
|
5248
5248
|
return this.errorExceptionResultCheck(ret);
|
|
5249
5249
|
}));
|
|
5250
5250
|
}
|
|
5251
|
-
ServiceOSTypeEnum() {
|
|
5252
|
-
return this.http
|
|
5253
|
-
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OSTypeEnum', {
|
|
5254
|
-
headers: this.getHeaders(),
|
|
5255
|
-
})
|
|
5256
|
-
.pipe(
|
|
5257
|
-
// catchError(this.handleError)
|
|
5258
|
-
map((ret) => {
|
|
5259
|
-
return this.errorExceptionResultCheck(ret);
|
|
5260
|
-
}));
|
|
5261
|
-
}
|
|
5262
5251
|
}
|
|
5263
5252
|
ApiTelegramEnumService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApiTelegramEnumService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
5264
5253
|
ApiTelegramEnumService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApiTelegramEnumService });
|
|
@@ -8260,17 +8249,6 @@ class ApplicationEnumService extends ApiServerBase {
|
|
|
8260
8249
|
return this.errorExceptionResultCheck(ret);
|
|
8261
8250
|
}));
|
|
8262
8251
|
}
|
|
8263
|
-
ServiceOSTypeEnum() {
|
|
8264
|
-
return this.http
|
|
8265
|
-
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OSTypeEnum', {
|
|
8266
|
-
headers: this.getHeaders(),
|
|
8267
|
-
})
|
|
8268
|
-
.pipe(
|
|
8269
|
-
// catchError(this.handleError)
|
|
8270
|
-
map((ret) => {
|
|
8271
|
-
return this.errorExceptionResultCheck(ret);
|
|
8272
|
-
}));
|
|
8273
|
-
}
|
|
8274
8252
|
}
|
|
8275
8253
|
ApplicationEnumService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationEnumService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
8276
8254
|
ApplicationEnumService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApplicationEnumService });
|