cloud-ide-lms-model 1.1.54 → 1.1.56

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.
@@ -21,6 +21,7 @@ declare class MBonafideRequest extends MTableQueries {
21
21
  abnr_request_number?: string;
22
22
  abnr_student_id_auth?: string;
23
23
  abnr_purpose?: string;
24
+ abnr_certificate_purpose?: string;
24
25
  abnr_status_id_sygms?: string;
25
26
  abnr_entity_id_syen?: string;
26
27
  query?: string;
@@ -38,6 +39,7 @@ declare class MBonafideRequestInsertUpdatePayload implements IAcademicsBonafideR
38
39
  abnr_request_number?: string;
39
40
  abnr_student_id_auth?: string;
40
41
  abnr_purpose?: string;
42
+ abnr_certificate_purpose?: string;
41
43
  abnr_request_date?: Date;
42
44
  abnr_status_id_sygms?: string;
43
45
  abnr_current_step?: number;
@@ -4,6 +4,7 @@ declare class IAcademicsBonafideRequest {
4
4
  abnr_student_id?: string;
5
5
  abnr_student_id_auth?: string;
6
6
  abnr_purpose?: string;
7
+ abnr_certificate_purpose?: string;
7
8
  abnr_request_date?: Date;
8
9
  abnr_status_id_sygms?: string;
9
10
  abnr_current_step?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-lms-model",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "description": "Package for Model management of Cloud IDEsys LMS",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",