iptdevs-design-system 3.2.48 → 3.2.50

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.
@@ -1,3 +1,4 @@
1
+ import { ICodBystudentsRs } from "../cod/cod-rq.model";
1
2
  import { Message } from "../parameters/parameters-rs.model";
2
3
  import { IIptUserFullDataRq } from "../user/user-rq.model";
3
4
  export interface CodPrices {
@@ -445,3 +446,23 @@ export interface IUpdateConditionRq {
445
446
  description?: string;
446
447
  value_type: 'agreement' | 'numeric' | 'boolean' | 'string';
447
448
  }
449
+ export interface IRenewalResultRs {
450
+ student_code: number;
451
+ student_name: string;
452
+ student_id_card: string;
453
+ status: string;
454
+ data: any;
455
+ }
456
+ export interface IRenewalErrorRs {
457
+ student_code: number;
458
+ student_name: string;
459
+ student_id_card: string;
460
+ status: number;
461
+ message: string;
462
+ warning?: any;
463
+ }
464
+ export interface IExtendedCodBystudentsRs extends ICodBystudentsRs {
465
+ is_renewed?: boolean;
466
+ renewal_error?: string | null;
467
+ new_cod_data?: any;
468
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.48",
3
+ "version": "3.2.50",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",