cloud-ide-lms-model 1.1.61 → 1.1.64
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.
|
@@ -16,7 +16,7 @@ type AuthUserMstCreateErrorLogger = {
|
|
|
16
16
|
[key in keyof AuthUserMstCreatePayload]: string;
|
|
17
17
|
};
|
|
18
18
|
declare class AuthUserMstListPayload extends MTableQueries {
|
|
19
|
-
syenm_entity_id_syen
|
|
19
|
+
syenm_entity_id_syen?: string;
|
|
20
20
|
syutm_user_type?: string;
|
|
21
21
|
syutm_user_type_nin?: string[];
|
|
22
22
|
syutm_user_type_in?: string[];
|
|
@@ -92,6 +92,7 @@ interface FeeStructureResponse extends FeeStructureBase {
|
|
|
92
92
|
export interface FeeDiscountData {
|
|
93
93
|
discount_type: 'PERCENTAGE' | 'FIXED_AMOUNT';
|
|
94
94
|
discount_value: number;
|
|
95
|
+
discount_amount: number;
|
|
95
96
|
discount_reason_id?: string;
|
|
96
97
|
discount_reason_title?: string;
|
|
97
98
|
valid_from?: Date;
|