iptdevs-design-system 3.1.967 → 3.1.969

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.
@@ -21,6 +21,7 @@ export declare class CodFormStepTwoComponent extends CodFormSteps implements OnC
21
21
  civilStatus: any;
22
22
  genders: any[];
23
23
  stratums: any;
24
+ isDisabledSelTypeIdCard: boolean;
24
25
  controls: import("../../logic/cod-form-controls").Control[];
25
26
  dataCountry: any;
26
27
  constructor(fb: FormBuilder);
@@ -429,3 +429,7 @@ export interface INewTermsAndCondRq {
429
429
  reason: number;
430
430
  observations: string;
431
431
  }
432
+ export interface IForwardAcceptTermsEmailRq {
433
+ token: string;
434
+ cod_code: number;
435
+ }
@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { IPTGeneralService } from '../service-enviroments';
4
4
  import { GetCertificate } from '../../models/academic/academic.component';
5
- import { IAllCodInfExportingRs } from '../../models/terms/terms-rs.model';
5
+ import { IAllCodInfExportingRs, IForwardAcceptTermsEmailRq } from '../../models/terms/terms-rs.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CertificateService extends IPTGeneralService {
8
8
  private http;
@@ -14,6 +14,7 @@ export declare class CertificateService extends IPTGeneralService {
14
14
  generateCodFileInPdf(params: IAllCodInfExportingRs): Observable<any>;
15
15
  generateCodSendEmail(params: any): Observable<any>;
16
16
  exportCodFileInPdf(params: IAllCodInfExportingRs): Observable<any>;
17
+ forwardAcceptanceOfTermsEmail(params: IForwardAcceptTermsEmailRq): Observable<any>;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CertificateService, never>;
18
19
  static ɵprov: i0.ɵɵInjectableDeclaration<CertificateService>;
19
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.967",
3
+ "version": "3.1.969",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",