iptdevs-design-system 3.1.194 → 3.1.196

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.
@@ -238,3 +238,30 @@ export interface IParamsUpdateDateCodPaymentsRq {
238
238
  PaymenDate: Date;
239
239
  codeCod: number;
240
240
  }
241
+ export interface ICancelStudentFeePaymentRq {
242
+ token: string;
243
+ quotas_affected: IQuotasAffectedRq[];
244
+ }
245
+ export interface IQuotasAffectedRq {
246
+ cod_code: number;
247
+ english_level: number;
248
+ receipt_code: number;
249
+ quota_code: number;
250
+ credit_code: number;
251
+ credit_amount: number;
252
+ fee_number: number;
253
+ student_code: number;
254
+ transaction_type: number;
255
+ }
256
+ export interface IObtainStudentPaymentsByGroupingCodRs {
257
+ cod_code: number;
258
+ receipt_code: number;
259
+ student_code: number;
260
+ amount_pay: number;
261
+ discount_pay: number;
262
+ concept_code: number;
263
+ concept_name: string;
264
+ invoice_cancelled: number;
265
+ full_name: string;
266
+ date_pay: Date;
267
+ }
@@ -42,6 +42,8 @@ export declare class BudgetService extends IPTGeneralService {
42
42
  UpdateDateCodPayments(params: IParamsUpdateDateCodPaymentsRq): Observable<any>;
43
43
  obtainPaymentReceiptByCode(codeReceipt: number): Observable<any>;
44
44
  obtainPaymentsForStudentCode(codeStudent: number): Observable<any>;
45
+ obtainStudentPaymentsByGroupingCod(codeStudent: number): Observable<any>;
46
+ obtainReceiptByCode(codeReceipt: number): Observable<any>;
45
47
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
46
48
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
47
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.194",
3
+ "version": "3.1.196",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",