iptdevs-design-system 3.2.65 → 3.2.67

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.
@@ -335,6 +335,7 @@ export interface ICreateTypePaymentRq {
335
335
  token: string;
336
336
  name: string;
337
337
  description?: string;
338
+ type: string;
338
339
  }
339
340
  export interface ICreateCommissionAreaRq {
340
341
  token: string;
@@ -412,6 +413,7 @@ export interface IUpdateTypePaymentRq {
412
413
  token: string;
413
414
  name: string;
414
415
  description: string | null;
416
+ type: string;
415
417
  }
416
418
  export interface IObtPreassignedCoursesAndStudentEnrollRs {
417
419
  student: IIptUserFullDataRq;
@@ -118,6 +118,7 @@ export declare class BudgetService extends IPTGeneralService {
118
118
  editInstallmentAmountWithComments(params: IEditInstallmentAmounWithCommentsRq): Observable<any>;
119
119
  studentPaymentPlanByCod(codeCod: number): Observable<any>;
120
120
  getPaymentsByMadeExport(params: any): Observable<any>;
121
+ searchForStudentsByDifferentParameters(param: IObtainStudentPaymentByDiffParamRq): Observable<any>;
121
122
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
122
123
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
123
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.65",
3
+ "version": "3.2.67",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",