iptdevs-design-system 3.1.855 → 3.1.857

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.
@@ -82,6 +82,7 @@ export interface IParametersAllRs {
82
82
  State: IStateRs[];
83
83
  gender: Gender[];
84
84
  courseType: ICourseTypeRs[];
85
+ agreement: IAgreementRs[];
85
86
  mkReasons: IMulticulturalismRs[];
86
87
  studyReasons: IMulticulturalismRs[];
87
88
  Multiculturalism: IMulticulturalismRs[];
@@ -131,3 +132,12 @@ export interface ICourseTypeRs {
131
132
  updated_at: Date;
132
133
  created_at: Date;
133
134
  }
135
+ export interface IAgreementRs {
136
+ code: number;
137
+ name: string;
138
+ end_time: Date;
139
+ category: number;
140
+ status: number;
141
+ updated_at: Date;
142
+ created_at: Date;
143
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.855",
3
+ "version": "3.1.857",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",