@ketab-ir/core 1.5.4 → 1.5.5

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.
@@ -14,6 +14,7 @@ export interface IKtbSubmissionsForApplicant {
14
14
  title?: null | string;
15
15
  courseId?: number | null;
16
16
  courseTitle?: string | null;
17
+ description?: string;
17
18
  }
18
19
  export declare class KtbSubmissionsForApplicant implements IKtbSubmissionsForApplicant {
19
20
  applicantId?: number;
@@ -30,6 +31,7 @@ export declare class KtbSubmissionsForApplicant implements IKtbSubmissionsForApp
30
31
  title?: null | string;
31
32
  courseId?: number | null;
32
33
  courseTitle?: string | null;
34
+ description?: string;
33
35
  constructor(data: IKtbSubmissionsForApplicant);
34
36
  }
35
37
  export interface IKtbSubmissionForApplicantDetail {
@@ -52,6 +54,7 @@ export interface IKtbSubmissionForApplicantDetail {
52
54
  categoryId?: number;
53
55
  rank?: string;
54
56
  creationTime?: Date;
57
+ description?: string;
55
58
  }
56
59
  export declare class KtbSubmissionForApplicantDetail implements IKtbSubmissionForApplicantDetail {
57
60
  id?: number;
@@ -73,6 +76,7 @@ export declare class KtbSubmissionForApplicantDetail implements IKtbSubmissionFo
73
76
  categoryId?: number;
74
77
  rank?: string;
75
78
  creationTime?: Date;
79
+ description?: string;
76
80
  constructor(data: IKtbSubmissionForApplicantDetail);
77
81
  }
78
82
  export interface IKtbSubmissionAuthorDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ketab-ir/core",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=16.0.0",