iptdevs-design-system 3.1.4 → 3.1.6
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/core/models/user/user-rq.model.mjs +1 -1
- package/esm2020/lib/core/models/user/user-rs.model.mjs +3 -1
- package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +17 -1
- package/esm2020/lib/core/services/user-service/user-service.mjs +16 -1
- package/fesm2015/iptdevs-design-system.mjs +34 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +34 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/user/user-rq.model.d.ts +34 -0
- package/lib/core/models/user/user-rs.model.d.ts +20 -0
- package/lib/core/services/parameters-service/parameters.service.d.ts +4 -0
- package/lib/core/services/user-service/user-service.d.ts +4 -1
- package/package.json +1 -1
|
@@ -847,6 +847,21 @@ class UserService extends IPTGeneralService {
|
|
|
847
847
|
this.generateRequestParams(userToken);
|
|
848
848
|
return this.http.post(serviceUrl, this.httpOptions);
|
|
849
849
|
}
|
|
850
|
+
getAllUserByRoleValidate(token) {
|
|
851
|
+
let serviceUrl = this.SERVICE_URL + 'post/obtain/by/rol/all/user/validated';
|
|
852
|
+
this.generateRequestParams(token);
|
|
853
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
854
|
+
}
|
|
855
|
+
updateUserValidated(params) {
|
|
856
|
+
let serviceUrl = this.SERVICE_URL + 'post/update/user/validated';
|
|
857
|
+
this.generateRequestParams(params);
|
|
858
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
859
|
+
}
|
|
860
|
+
deletedUserValidated(params) {
|
|
861
|
+
let serviceUrl = this.SERVICE_URL + 'post/deleted/user/validated';
|
|
862
|
+
this.generateRequestParams(params);
|
|
863
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
864
|
+
}
|
|
850
865
|
}
|
|
851
866
|
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
852
867
|
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
@@ -1408,6 +1423,22 @@ class ParameterService extends IPTGeneralService {
|
|
|
1408
1423
|
let serviceUrl = this.SERVICE_URL + 'get/all/cities';
|
|
1409
1424
|
return this.http.get(serviceUrl);
|
|
1410
1425
|
}
|
|
1426
|
+
getDataCityByCode(code) {
|
|
1427
|
+
let serviceUrl = this.SERVICE_URL + 'get/city/code/' + code;
|
|
1428
|
+
return this.http.get(serviceUrl);
|
|
1429
|
+
}
|
|
1430
|
+
getDataCityByCountry(code) {
|
|
1431
|
+
let serviceUrl = this.SERVICE_URL + 'get/city/country/' + code;
|
|
1432
|
+
return this.http.get(serviceUrl);
|
|
1433
|
+
}
|
|
1434
|
+
getDataCityByName(name) {
|
|
1435
|
+
let serviceUrl = this.SERVICE_URL + 'get/city/name/' + name;
|
|
1436
|
+
return this.http.get(serviceUrl);
|
|
1437
|
+
}
|
|
1438
|
+
getDataCityByState(name) {
|
|
1439
|
+
let serviceUrl = this.SERVICE_URL + 'get/cities/state/' + name;
|
|
1440
|
+
return this.http.get(serviceUrl);
|
|
1441
|
+
}
|
|
1411
1442
|
}
|
|
1412
1443
|
ParameterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ParameterService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1413
1444
|
ParameterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: ParameterService, providedIn: 'root' });
|
|
@@ -5081,6 +5112,8 @@ class UserRs {
|
|
|
5081
5112
|
}
|
|
5082
5113
|
class UserLoginRs {
|
|
5083
5114
|
}
|
|
5115
|
+
class IUserFullDataRs {
|
|
5116
|
+
}
|
|
5084
5117
|
|
|
5085
5118
|
/*
|
|
5086
5119
|
* Public API Surface of design-system dockerizada
|
|
@@ -5090,5 +5123,5 @@ class UserLoginRs {
|
|
|
5090
5123
|
* Generated bundle index. Do not edit.
|
|
5091
5124
|
*/
|
|
5092
5125
|
|
|
5093
|
-
export { AcademicService, ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalculateQuotesService, CalendarService, CertificateService, CheckboxComponent, ClassroomService, CodDocumentsSectionComponent, CodFormComponent, CodFormControls, CodFormStepFiveComponent, CodFormStepFourComponent, CodFormStepOneComponent, CodFormStepThreeComponent, CodFormStepTwoComponent, CodFormSteps, CodModule, CommercialService, CommunicatorService, ComponentsModule, CopiesService, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LocalStorageCODService, LoginFormComponent, MarketingService, NotesService, ParameterService, QuestionTypeComponent, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserEktService, UserLoginRs, UserRs, UserService, validateCoupunts };
|
|
5126
|
+
export { AcademicService, ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalculateQuotesService, CalendarService, CertificateService, CheckboxComponent, ClassroomService, CodDocumentsSectionComponent, CodFormComponent, CodFormControls, CodFormStepFiveComponent, CodFormStepFourComponent, CodFormStepOneComponent, CodFormStepThreeComponent, CodFormStepTwoComponent, CodFormSteps, CodModule, CommercialService, CommunicatorService, ComponentsModule, CopiesService, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, IUserFullDataRs, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LocalStorageCODService, LoginFormComponent, MarketingService, NotesService, ParameterService, QuestionTypeComponent, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserEktService, UserLoginRs, UserRs, UserService, validateCoupunts };
|
|
5094
5127
|
//# sourceMappingURL=iptdevs-design-system.mjs.map
|