iptdevs-design-system 3.2.49 → 3.2.51

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.
@@ -284,3 +284,37 @@ export interface ICodRs {
284
284
  cod_status: number;
285
285
  created_at: Date;
286
286
  }
287
+ export interface IStudentIdDuplicateRs {
288
+ code: number;
289
+ name: string;
290
+ last_name: string;
291
+ nick_name: string;
292
+ email: string | null;
293
+ email_ipt: string | null;
294
+ role: number;
295
+ service_hour: number;
296
+ phone_indicative: number;
297
+ phone_number: string;
298
+ gender: number;
299
+ birthdate: string;
300
+ city: ICityCountryStateRs;
301
+ id_card_type: number;
302
+ id_card: string;
303
+ token: string;
304
+ user_status: number;
305
+ password_change: number;
306
+ status_asing: number;
307
+ updated_at: string;
308
+ cods: ICodStudentDuplicatRs[];
309
+ }
310
+ export interface ICodStudentDuplicatRs {
311
+ code: number;
312
+ student: number;
313
+ parent: IDataParentInfRs | null;
314
+ cod_status: number;
315
+ cod_course: number;
316
+ cod_eng_lev: number;
317
+ cod_terms: string | null;
318
+ cod_paid: number;
319
+ created_at: string;
320
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.49",
3
+ "version": "3.2.51",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",