iptdevs-design-system 2.7.111 → 2.7.113

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.
@@ -12,6 +12,7 @@ export declare class CodFormComponent implements OnChanges {
12
12
  private codFormControls;
13
13
  private commercialService;
14
14
  dataFromPreviusCodData?: any;
15
+ isNewCod: boolean;
15
16
  subscription?: Subscription;
16
17
  private allowedRoles;
17
18
  currentStep: number;
@@ -33,5 +34,5 @@ export declare class CodFormComponent implements OnChanges {
33
34
  getCreateCODRq(data: any[]): CreateCODRq;
34
35
  changeStep(step: number): void;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<CodFormComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; }, {}, never, never, false>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; "isNewCod": "isNewCod"; }, {}, never, never, false>;
37
38
  }
@@ -51,59 +51,59 @@ export interface PaymentCOD {
51
51
  }
52
52
  export interface CreateCODRq {
53
53
  token: string;
54
- academic_plan: string;
55
- course_type: string;
56
- agreement_by_category: string;
57
- english_level: string;
58
- availible_courses: string;
59
- student_address: string;
60
- birthdate: string;
61
- country: string;
62
- state: string;
63
- city: string;
64
- student_id_card_type: string;
65
- student_id_card: string;
66
- student_last_name: string;
67
54
  student_name: string;
68
- student_email: string;
55
+ student_last_name: string;
69
56
  nickname: string;
70
- gender: string;
71
- age: string;
72
- student_occupation: string;
73
- stratum: string;
74
- grade: string;
75
- civil_status: string;
57
+ student_email: string;
76
58
  student_phone_indicative: string;
77
59
  student_phone_number: string;
60
+ gender: string;
61
+ birthdate: string;
62
+ city: string;
63
+ student_id_card_type: string;
64
+ student_id_card: string;
78
65
  password: string;
79
- re_password: string;
66
+ needAtendant: string;
67
+ parent_name: string;
68
+ parent_last_name: string;
80
69
  parent_id_card_type: string;
81
70
  parent_id_card: string;
82
- parent_last_name: string;
83
- parent_name: string;
84
- needAtendant: string;
85
71
  parent_phone_indicative: string;
86
- parent_occupation: string;
87
- parent_address: string;
88
72
  parent_phone_number: string;
89
- payment_date: string;
90
- payment_dates: string[];
91
- program_price: string;
92
- payment_method: string;
93
- quota_times: string;
94
- total_price: string;
73
+ parent_occupation: string;
74
+ parent_office_address: string;
75
+ social_stratum: string;
76
+ civil_status: string;
77
+ educational_level: string;
78
+ student_address: string;
79
+ student_occupation: string;
80
+ disability: string;
81
+ health_regimen: string;
95
82
  marketing_reasons: string;
96
- observation: string;
97
83
  study_reasons: string;
98
- terms: string;
99
- disability: string;
100
84
  multiculturalism_1: string;
101
85
  multiculturalism_2: string;
102
86
  multiculturalism_3: string;
103
87
  multiculturalism_4: string;
104
88
  multiculturalism_5: string;
105
89
  multiculturalism_6: string;
106
- health_regimen: string;
90
+ availible_courses: string;
91
+ observation: string;
92
+ agreement_by_category: string;
93
+ english_level: string;
94
+ payment_method: string;
95
+ quota_times: string;
96
+ payment_date: string;
97
+ payment_dates: string[];
98
+ program_price: string;
99
+ total_price: string;
100
+ terms: string;
101
+ re_password: string;
102
+ age: string;
103
+ country: string;
104
+ course_type: string;
105
+ state: string;
106
+ academic_plan: string;
107
107
  }
108
108
  export interface CodInformationRq {
109
109
  code: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "2.7.111",
3
+ "version": "2.7.113",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",