cloud-ide-lms-model 1.1.15 → 1.1.19
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.
- package/lib/common-types/common.js +2 -6
- package/lib/common-types/emailServiceConfig.js +1 -2
- package/lib/common-types/index.js +4 -20
- package/lib/common-types/jwtPayload.js +1 -2
- package/lib/common-types/userPermissions.js +1 -2
- package/lib/index.js +7 -23
- package/lib/middleware/index.js +1 -17
- package/lib/middleware/securityHeadersMiddleware.js +1 -2
- package/lib/model/academics/aca_academic_year.js +5 -12
- package/lib/model/academics/aca_academic_year_mapping.js +5 -12
- package/lib/model/academics/aca_class_prg_branch.js +6 -15
- package/lib/model/academics/aca_class_program_master.js +5 -12
- package/lib/model/academics/aca_class_program_term.js +5 -13
- package/lib/model/academics/aca_prg_trm_section.js +5 -13
- package/lib/model/academics/academics_bonafide_request.js +4 -12
- package/lib/model/academics/index.js +7 -23
- package/lib/model/accounts/acc_financial_config.js +6 -10
- package/lib/model/accounts/acc_financial_year.js +5 -12
- package/lib/model/accounts/acc_financial_year_mapping.js +5 -12
- package/lib/model/accounts/index.js +3 -19
- package/lib/model/admission/admission_application_main.js +3 -8
- package/lib/model/admission/admission_confirmation_types.js +5 -12
- package/lib/model/admission/admission_contact_addresses.js +1 -2
- package/lib/model/admission/admission_elective_detail.js +3 -8
- package/lib/model/admission/admission_family_members.js +1 -2
- package/lib/model/admission/admission_fee_snapshot.js +1 -2
- package/lib/model/admission/admission_rte_details.js +1 -2
- package/lib/model/admission/admission_vital_information.js +1 -2
- package/lib/model/admission/index.js +8 -24
- package/lib/model/app/app-build-config.model.d.ts +55 -0
- package/lib/model/app/app-build-config.model.js +36 -0
- package/lib/model/app/app-changelog.model.d.ts +55 -0
- package/lib/model/app/app-changelog.model.js +36 -0
- package/lib/model/app/app-deployment.model.d.ts +59 -0
- package/lib/model/app/app-deployment.model.js +36 -0
- package/lib/model/app/app-platform-link.model.d.ts +62 -0
- package/lib/model/app/app-platform-link.model.js +36 -0
- package/lib/model/app/app-publish.model.d.ts +93 -0
- package/lib/model/app/app-publish.model.js +36 -0
- package/lib/model/app/app-registration-start.model.d.ts +55 -0
- package/lib/model/app/app-registration-start.model.js +36 -0
- package/lib/model/app/app-registration.model.d.ts +58 -0
- package/lib/model/app/app-registration.model.js +36 -0
- package/lib/model/app/app-store-provider.model.d.ts +56 -0
- package/lib/model/app/app-store-provider.model.js +36 -0
- package/lib/model/app/app-version.model.d.ts +66 -0
- package/lib/model/app/app-version.model.js +36 -0
- package/lib/model/app/index.d.ts +9 -0
- package/lib/model/app/index.js +9 -0
- package/lib/model/auth/auth_user_mst.js +16 -26
- package/lib/model/auth/entity-switch.js +2 -4
- package/lib/model/auth/forgot-password.d.ts +1 -0
- package/lib/model/auth/forgot-password.js +2 -4
- package/lib/model/auth/generate-view-only-token.js +1 -4
- package/lib/model/auth/index.js +7 -23
- package/lib/model/auth/login.d.ts +1 -0
- package/lib/model/auth/login.js +2 -5
- package/lib/model/auth/register.js +4 -4
- package/lib/model/auth/reset-password.d.ts +2 -0
- package/lib/model/auth/reset-password.js +2 -4
- package/lib/model/common/index.js +1 -17
- package/lib/model/common/mongoose-object.js +1 -2
- package/lib/model/core/core_department.js +3 -10
- package/lib/model/core/core_designation.js +3 -10
- package/lib/model/core/core_designation_grade_level.js +5 -13
- package/lib/model/core/core_entity_access_pass_management.js +3 -10
- package/lib/model/core/core_file_manager.js +4 -8
- package/lib/model/core/core_general_master.js +6 -14
- package/lib/model/core/core_general_master_type.js +7 -15
- package/lib/model/core/core_iso_currency.js +4 -6
- package/lib/model/core/core_page_elements.js +5 -14
- package/lib/model/core/core_page_elements_mapping.js +3 -12
- package/lib/model/core/core_pin_code.js +2 -4
- package/lib/model/core/core_system_country.js +3 -6
- package/lib/model/core/core_system_entity.d.ts +17 -1
- package/lib/model/core/core_system_entity.js +17 -7
- package/lib/model/core/core_system_menu.js +6 -13
- package/lib/model/core/core_system_nationality.js +3 -6
- package/lib/model/core/core_system_pages.js +5 -13
- package/lib/model/core/core_system_pages_theme.js +3 -14
- package/lib/model/core/core_system_theme_user_preferences.js +3 -4
- package/lib/model/core/core_system_themes.js +2 -4
- package/lib/model/core/core_user_role.js +3 -10
- package/lib/model/core/core_workflow_config.js +4 -13
- package/lib/model/core/core_workflow_engine.js +2 -9
- package/lib/model/core/core_workflow_registry.js +4 -12
- package/lib/model/core/dashboard-cards.js +3 -9
- package/lib/model/core/design-config.js +2 -4
- package/lib/model/core/financial_config.js +6 -10
- package/lib/model/core/index.js +27 -43
- package/lib/model/email/email_list.js +4 -10
- package/lib/model/email/email_log.js +4 -8
- package/lib/model/email/email_reference.js +4 -10
- package/lib/model/email/email_subscription.js +4 -10
- package/lib/model/email/email_template.js +4 -10
- package/lib/model/email/email_vendor.js +4 -10
- package/lib/model/email/index.js +6 -22
- package/lib/model/fees/fee_assignment.js +6 -11
- package/lib/model/fees/fee_discount_rule.js +5 -12
- package/lib/model/fees/fee_payment.js +5 -11
- package/lib/model/fees/fee_receipt_template.js +5 -12
- package/lib/model/fees/fee_structure.js +5 -13
- package/lib/model/fees/index.js +5 -21
- package/lib/model/frontdesk/fdsk_lead_assignment_detail.js +4 -7
- package/lib/model/frontdesk/fdsk_lead_config_master.js +9 -12
- package/lib/model/frontdesk/fdsk_leads.js +5 -8
- package/lib/model/frontdesk/index.js +3 -19
- package/lib/model/index.d.ts +1 -0
- package/lib/model/index.js +11 -26
- package/lib/model/notifications/index.js +1 -17
- package/lib/model/notifications/notification.js +3 -10
- package/lib/routes/academicsRoutes.js +1 -4
- package/lib/routes/accountsRoutes.js +1 -4
- package/lib/routes/admissionRoutes.js +1 -4
- package/lib/routes/appRoutes.d.ts +64 -0
- package/lib/routes/appRoutes.js +66 -0
- package/lib/routes/authRoutes.js +1 -4
- package/lib/routes/commonRoutes.js +1 -4
- package/lib/routes/coreRoutes.d.ts +4 -0
- package/lib/routes/coreRoutes.js +5 -4
- package/lib/routes/designConfigRoutes.js +1 -4
- package/lib/routes/emailRoutes.js +1 -4
- package/lib/routes/feesRoutes.js +1 -4
- package/lib/routes/frontdeskRoutes.js +1 -4
- package/lib/routes/hostManagerRoutes.js +1 -4
- package/lib/routes/index.d.ts +1 -0
- package/lib/routes/index.js +14 -29
- package/lib/routes/notificationRoutes.js +1 -4
- package/lib/routes/userRoutes.js +1 -4
- package/lib/schema/academics/aca_academic_year.js +1 -4
- package/lib/schema/academics/aca_academic_year_mapping.js +2 -5
- package/lib/schema/academics/aca_class_prg_branch.js +2 -5
- package/lib/schema/academics/aca_class_program_master.js +2 -5
- package/lib/schema/academics/aca_class_program_term.js +2 -5
- package/lib/schema/academics/aca_prg_trm_section.js +2 -5
- package/lib/schema/academics/academics_bonafide_request.js +3 -4
- package/lib/schema/academics/index.js +7 -23
- package/lib/schema/accounts/acc_financial_config.d.ts +1 -0
- package/lib/schema/accounts/acc_financial_config.js +2 -4
- package/lib/schema/accounts/acc_financial_year.js +1 -4
- package/lib/schema/accounts/acc_financial_year_mapping.js +2 -5
- package/lib/schema/accounts/index.js +3 -19
- package/lib/schema/admission/admission_application_main.js +3 -4
- package/lib/schema/admission/admission_contact_addresses.js +5 -7
- package/lib/schema/admission/admission_document_uploads.js +3 -4
- package/lib/schema/admission/admission_elective_detail.js +3 -4
- package/lib/schema/admission/admission_family_members.js +3 -5
- package/lib/schema/admission/admission_fee_snapshot.js +1 -2
- package/lib/schema/admission/admission_rte_details.js +2 -5
- package/lib/schema/admission/admission_status_history.js +3 -4
- package/lib/schema/admission/admission_vital_information.js +2 -5
- package/lib/schema/admission/index.js +9 -25
- package/lib/schema/app/app_build_config_mst.d.ts +13 -0
- package/lib/schema/app/app_build_config_mst.js +6 -0
- package/lib/schema/app/app_platform_link_mst.d.ts +19 -0
- package/lib/schema/app/app_platform_link_mst.js +6 -0
- package/lib/schema/app/app_publish_details_mst.d.ts +50 -0
- package/lib/schema/app/app_publish_details_mst.js +6 -0
- package/lib/schema/app/app_registration_mst.d.ts +16 -0
- package/lib/schema/app/app_registration_mst.js +6 -0
- package/lib/schema/app/app_registration_start_mst.d.ts +12 -0
- package/lib/schema/app/app_registration_start_mst.js +6 -0
- package/lib/schema/app/app_rollout_config_mst.d.ts +17 -0
- package/lib/schema/app/app_rollout_config_mst.js +6 -0
- package/lib/schema/app/app_store_provider_mst.d.ts +14 -0
- package/lib/schema/app/app_store_provider_mst.js +6 -0
- package/lib/schema/app/app_update_changelog_mst.d.ts +14 -0
- package/lib/schema/app/app_update_changelog_mst.js +6 -0
- package/lib/schema/app/app_update_deployment_mst.d.ts +18 -0
- package/lib/schema/app/app_update_deployment_mst.js +6 -0
- package/lib/schema/app/app_update_statistics_mst.d.ts +17 -0
- package/lib/schema/app/app_update_statistics_mst.js +6 -0
- package/lib/schema/app/app_user_update_status_mst.d.ts +19 -0
- package/lib/schema/app/app_user_update_status_mst.js +6 -0
- package/lib/schema/app/app_version_mst.d.ts +24 -0
- package/lib/schema/app/app_version_mst.js +6 -0
- package/lib/schema/app/index.d.ts +12 -0
- package/lib/schema/app/index.js +12 -0
- package/lib/schema/auth/auth_logses.js +1 -2
- package/lib/schema/auth/auth_mpin.js +3 -4
- package/lib/schema/auth/auth_user_mst.js +2 -4
- package/lib/schema/auth/index.js +3 -19
- package/lib/schema/collection_names.js +1 -4
- package/lib/schema/core/core_board_exam_pattern.js +3 -4
- package/lib/schema/core/core_board_grade_system.js +3 -4
- package/lib/schema/core/core_dashboard_cards.js +1 -2
- package/lib/schema/core/core_department.js +1 -2
- package/lib/schema/core/core_designation.js +1 -2
- package/lib/schema/core/core_designation_grade_level.js +2 -4
- package/lib/schema/core/core_education_board.js +3 -4
- package/lib/schema/core/core_entity_access_pass_management.js +1 -5
- package/lib/schema/core/core_entity_mapping.js +4 -5
- package/lib/schema/core/core_entity_udise.js +3 -4
- package/lib/schema/core/core_file_manager.js +3 -4
- package/lib/schema/core/core_financial_config.d.ts +1 -0
- package/lib/schema/core/core_financial_config.js +2 -4
- package/lib/schema/core/core_general_master.js +3 -4
- package/lib/schema/core/core_general_master_type.js +3 -4
- package/lib/schema/core/core_iso_currency.js +1 -2
- package/lib/schema/core/core_language.js +1 -2
- package/lib/schema/core/core_page_elements.js +3 -4
- package/lib/schema/core/core_page_elements_mapping.js +1 -2
- package/lib/schema/core/core_page_grid.js +1 -2
- package/lib/schema/core/core_page_tab.js +1 -2
- package/lib/schema/core/core_pin_code.js +1 -2
- package/lib/schema/core/core_school_board_affiliation.js +3 -4
- package/lib/schema/core/core_system_config.js +3 -4
- package/lib/schema/core/core_system_country.js +1 -2
- package/lib/schema/core/core_system_entity.js +3 -4
- package/lib/schema/core/core_system_logs.js +3 -4
- package/lib/schema/core/core_system_menu.js +3 -4
- package/lib/schema/core/core_system_nationality.js +1 -2
- package/lib/schema/core/core_system_organization_themes.js +3 -4
- package/lib/schema/core/core_system_page_notes_manager.js +2 -4
- package/lib/schema/core/core_system_pages.js +3 -4
- package/lib/schema/core/core_system_pages_theme.js +1 -2
- package/lib/schema/core/core_system_theme_user_preferences.js +3 -4
- package/lib/schema/core/core_system_themes.js +2 -4
- package/lib/schema/core/core_user_attributes.js +2 -4
- package/lib/schema/core/core_user_contact_addresses.js +2 -5
- package/lib/schema/core/core_user_documents.js +2 -5
- package/lib/schema/core/core_user_family_details.js +2 -5
- package/lib/schema/core/core_user_role.js +2 -5
- package/lib/schema/core/core_user_role_exceptions.js +2 -5
- package/lib/schema/core/core_user_role_rights.js +2 -5
- package/lib/schema/core/core_user_type_mapping.js +1 -2
- package/lib/schema/core/core_workflow_approver_rules.js +3 -4
- package/lib/schema/core/core_workflow_config.js +3 -4
- package/lib/schema/core/core_workflow_registry.js +3 -4
- package/lib/schema/core/core_workflow_transaction_history.js +3 -4
- package/lib/schema/core/index.js +46 -62
- package/lib/schema/email/email_list.js +3 -4
- package/lib/schema/email/email_log.js +3 -4
- package/lib/schema/email/email_reference.js +3 -4
- package/lib/schema/email/email_subscription_vendor.js +3 -4
- package/lib/schema/email/email_templete.js +3 -4
- package/lib/schema/email/email_vendor.js +3 -4
- package/lib/schema/email/index.js +6 -22
- package/lib/schema/fees/fee_assignment.js +1 -5
- package/lib/schema/fees/fee_collection_config.js +1 -4
- package/lib/schema/fees/fee_discount.js +1 -4
- package/lib/schema/fees/fee_discount_rule.js +1 -4
- package/lib/schema/fees/fee_installment_config.js +1 -4
- package/lib/schema/fees/fee_installment_item.js +1 -4
- package/lib/schema/fees/fee_late_fee.js +1 -4
- package/lib/schema/fees/fee_late_fee_rule.js +1 -4
- package/lib/schema/fees/fee_payment.js +1 -4
- package/lib/schema/fees/fee_payment_item.js +1 -4
- package/lib/schema/fees/fee_receipt_template.js +1 -4
- package/lib/schema/fees/fee_refund.js +1 -4
- package/lib/schema/fees/fee_scholarship.js +1 -4
- package/lib/schema/fees/fee_structure.js +2 -5
- package/lib/schema/fees/fee_structure_item.js +1 -4
- package/lib/schema/fees/fee_transaction.js +1 -4
- package/lib/schema/fees/index.js +16 -37
- package/lib/schema/frontdesk/fdsk_lead_assignment_detail.js +4 -5
- package/lib/schema/frontdesk/fdsk_lead_config_master.js +4 -5
- package/lib/schema/frontdesk/fdsk_lead_detail.js +4 -5
- package/lib/schema/frontdesk/fdsk_lead_scheduling.js +4 -5
- package/lib/schema/frontdesk/fdsk_leads.js +4 -5
- package/lib/schema/frontdesk/index.js +5 -21
- package/lib/schema/index.d.ts +1 -0
- package/lib/schema/index.js +11 -26
- package/lib/schema/notifications/index.js +1 -17
- package/lib/schema/notifications/notification.js +2 -5
- package/lib/services/index.js +1 -17
- package/lib/services/theme.service.js +1 -2
- package/lib/utilities/helpers/encryption.helper.js +1 -4
- package/lib/utilities/helpers/error.helper.js +1 -8
- package/lib/utilities/helpers/index.js +5 -21
- package/lib/utilities/helpers/response.helper.js +1 -4
- package/lib/utilities/helpers/string.helper.js +5 -12
- package/lib/utilities/helpers/type.hepler.js +1 -2
- package/lib/utilities/index.js +1 -17
- package/package.json +15 -7
- package/lib/model/frontdesk/fdsk_lead_detail.d.ts +0 -34
- package/lib/model/frontdesk/fdsk_lead_detail.js +0 -27
- package/lib/model/frontdesk/fdsk_lead_scheduling.d.ts +0 -34
- package/lib/model/frontdesk/fdsk_lead_scheduling.js +0 -27
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { MTableQueries, MRequestMiddelware } from "../../common-types/common";
|
|
2
|
+
import { IAppPlatformLinkMst } from "../../schema/app/app_platform_link_mst";
|
|
3
|
+
import { controllerResponse } from "../../utilities";
|
|
4
|
+
type IAppPlatformLinkErrorLogger = {
|
|
5
|
+
[key in keyof MAppPlatformLink]: string;
|
|
6
|
+
};
|
|
7
|
+
type IAppPlatformLinkGetByIdErrorLogger = {
|
|
8
|
+
[key in keyof MAppPlatformLinkGetByIdPayload]: string;
|
|
9
|
+
};
|
|
10
|
+
type IAppPlatformLinkInsertUpdateErrorLogger = {
|
|
11
|
+
[key in keyof MAppPlatformLinkInsertUpdatePayload]: string;
|
|
12
|
+
};
|
|
13
|
+
declare class MAppPlatformLink extends MTableQueries {
|
|
14
|
+
applink_id?: string;
|
|
15
|
+
applink_reg_id_appreg?: string;
|
|
16
|
+
applink_store_provider_id_appstore?: string;
|
|
17
|
+
applink_platform_id_sygms?: string;
|
|
18
|
+
applink_link_status_id_sygms?: string;
|
|
19
|
+
query?: string;
|
|
20
|
+
constructor(init: MAppPlatformLink);
|
|
21
|
+
Validate?(): Partial<IAppPlatformLinkErrorLogger>;
|
|
22
|
+
}
|
|
23
|
+
declare class MAppPlatformLinkGetByIdPayload implements MRequestMiddelware {
|
|
24
|
+
applink_id?: string;
|
|
25
|
+
_id?: string;
|
|
26
|
+
constructor(init: MAppPlatformLinkGetByIdPayload);
|
|
27
|
+
Validate?(): Partial<IAppPlatformLinkGetByIdErrorLogger>;
|
|
28
|
+
}
|
|
29
|
+
declare class MAppPlatformLinkInsertUpdatePayload implements IAppPlatformLinkMst, MRequestMiddelware {
|
|
30
|
+
_id?: string;
|
|
31
|
+
applink_reg_id_appreg?: string;
|
|
32
|
+
applink_store_provider_id_appstore?: string;
|
|
33
|
+
applink_platform_id_sygms?: string;
|
|
34
|
+
applink_link_status_id_sygms?: string;
|
|
35
|
+
applink_workflow_id_wfrg?: string;
|
|
36
|
+
applink_current_step?: number;
|
|
37
|
+
applink_platform_app_id?: string;
|
|
38
|
+
applink_store_app_id?: string;
|
|
39
|
+
applink_platform_config?: Record<string, unknown>;
|
|
40
|
+
applink_platform_api_config?: Record<string, unknown>;
|
|
41
|
+
applink_linked_by_id_auth?: string;
|
|
42
|
+
applink_linked_at?: Date;
|
|
43
|
+
applink_unlinked_at?: Date;
|
|
44
|
+
applink_created_at?: Date;
|
|
45
|
+
applink_updated_at?: Date;
|
|
46
|
+
constructor(init: Partial<IAppPlatformLinkMst> & {
|
|
47
|
+
_id?: string;
|
|
48
|
+
});
|
|
49
|
+
Validate?(): Partial<IAppPlatformLinkInsertUpdateErrorLogger>;
|
|
50
|
+
}
|
|
51
|
+
interface appPlatformLinkControllerResponse extends controllerResponse {
|
|
52
|
+
data?: any[] | any | null;
|
|
53
|
+
total?: number;
|
|
54
|
+
totalDocument?: number;
|
|
55
|
+
}
|
|
56
|
+
interface appPlatformLinkByIdControllerResponse extends controllerResponse {
|
|
57
|
+
data?: any | null;
|
|
58
|
+
}
|
|
59
|
+
interface appPlatformLinkInsertUpdateControllerResponse extends controllerResponse {
|
|
60
|
+
data?: any | null;
|
|
61
|
+
}
|
|
62
|
+
export { MAppPlatformLink, MAppPlatformLinkGetByIdPayload, MAppPlatformLinkInsertUpdatePayload, appPlatformLinkControllerResponse, appPlatformLinkByIdControllerResponse, appPlatformLinkInsertUpdateControllerResponse };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
/* INTERFACE END */
|
|
3
|
+
/* MODEL START */
|
|
4
|
+
class MAppPlatformLink extends MTableQueries {
|
|
5
|
+
constructor(init) {
|
|
6
|
+
super(init);
|
|
7
|
+
Object.assign(this, init);
|
|
8
|
+
}
|
|
9
|
+
Validate() {
|
|
10
|
+
let errorLogger = {};
|
|
11
|
+
return errorLogger;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
class MAppPlatformLinkGetByIdPayload {
|
|
15
|
+
constructor(init) {
|
|
16
|
+
Object.assign(this, init);
|
|
17
|
+
}
|
|
18
|
+
Validate() {
|
|
19
|
+
let errorLogger = {};
|
|
20
|
+
if (!this.applink_id && !this._id) {
|
|
21
|
+
errorLogger.applink_id = "App Platform Link ID is Required!";
|
|
22
|
+
}
|
|
23
|
+
return errorLogger;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class MAppPlatformLinkInsertUpdatePayload {
|
|
27
|
+
constructor(init) {
|
|
28
|
+
Object.assign(this, init);
|
|
29
|
+
}
|
|
30
|
+
Validate() {
|
|
31
|
+
let errorLogger = {};
|
|
32
|
+
return errorLogger;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/* RESPONSE TYPES END */
|
|
36
|
+
export { MAppPlatformLink, MAppPlatformLinkGetByIdPayload, MAppPlatformLinkInsertUpdatePayload };
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { MTableQueries, MRequestMiddelware } from "../../common-types/common";
|
|
2
|
+
import { IAppPublishDetailsMst } from "../../schema/app/app_publish_details_mst";
|
|
3
|
+
import { controllerResponse } from "../../utilities";
|
|
4
|
+
type IAppPublishErrorLogger = {
|
|
5
|
+
[key in keyof MAppPublish]: string;
|
|
6
|
+
};
|
|
7
|
+
type IAppPublishGetByIdErrorLogger = {
|
|
8
|
+
[key in keyof MAppPublishGetByIdPayload]: string;
|
|
9
|
+
};
|
|
10
|
+
type IAppPublishInsertUpdateErrorLogger = {
|
|
11
|
+
[key in keyof MAppPublishInsertUpdatePayload]: string;
|
|
12
|
+
};
|
|
13
|
+
declare class MAppPublish extends MTableQueries {
|
|
14
|
+
apppub_id?: string;
|
|
15
|
+
apppub_reg_id_appreg?: string;
|
|
16
|
+
apppub_link_id_applink?: string;
|
|
17
|
+
apppub_version_id_appver?: string;
|
|
18
|
+
apppub_publish_status_id_sygms?: string;
|
|
19
|
+
query?: string;
|
|
20
|
+
constructor(init: MAppPublish);
|
|
21
|
+
Validate?(): Partial<IAppPublishErrorLogger>;
|
|
22
|
+
}
|
|
23
|
+
declare class MAppPublishGetByIdPayload implements MRequestMiddelware {
|
|
24
|
+
apppub_id?: string;
|
|
25
|
+
_id?: string;
|
|
26
|
+
constructor(init: MAppPublishGetByIdPayload);
|
|
27
|
+
Validate?(): Partial<IAppPublishGetByIdErrorLogger>;
|
|
28
|
+
}
|
|
29
|
+
declare class MAppPublishInsertUpdatePayload implements IAppPublishDetailsMst, MRequestMiddelware {
|
|
30
|
+
_id?: string;
|
|
31
|
+
apppub_reg_id_appreg?: string;
|
|
32
|
+
apppub_link_id_applink?: string;
|
|
33
|
+
apppub_version_id_appver?: string;
|
|
34
|
+
apppub_store_provider_id_appstore?: string;
|
|
35
|
+
apppub_platform_id_sygms?: string;
|
|
36
|
+
apppub_store_version_number?: string;
|
|
37
|
+
apppub_store_version_code?: number;
|
|
38
|
+
apppub_store_build_number?: string;
|
|
39
|
+
apppub_publish_type_id_sygms?: string;
|
|
40
|
+
apppub_publish_status_id_sygms?: string;
|
|
41
|
+
apppub_workflow_id_wfrg?: string;
|
|
42
|
+
apppub_current_step?: number;
|
|
43
|
+
apppub_store_app_id?: string;
|
|
44
|
+
apppub_store_listing_id?: string;
|
|
45
|
+
apppub_store_url?: string;
|
|
46
|
+
apppub_release_notes?: string;
|
|
47
|
+
apppub_promotional_text?: string;
|
|
48
|
+
apppub_product_description?: string;
|
|
49
|
+
apppub_category_ids_sygms?: string[];
|
|
50
|
+
apppub_preview_image_ids_cyfm?: string[];
|
|
51
|
+
apppub_screenshot_ids_cyfm?: string[];
|
|
52
|
+
apppub_feature_image_id_cyfm?: string;
|
|
53
|
+
apppub_promo_image_id_cyfm?: string;
|
|
54
|
+
apppub_icon_file_id_cyfm?: string;
|
|
55
|
+
apppub_keywords?: string[];
|
|
56
|
+
apppub_tags?: string[];
|
|
57
|
+
apppub_pricing_info?: Record<string, unknown>;
|
|
58
|
+
apppub_availability_info?: Record<string, unknown>;
|
|
59
|
+
apppub_store_specific_data?: Record<string, unknown>;
|
|
60
|
+
apppub_deployment_method_id_sygms?: string;
|
|
61
|
+
apppub_auto_deploy_enabled?: boolean;
|
|
62
|
+
apppub_deployment_api_response?: Record<string, unknown>;
|
|
63
|
+
apppub_deployment_url?: string;
|
|
64
|
+
apppub_deployment_log?: string;
|
|
65
|
+
apppub_submitted_at?: Date;
|
|
66
|
+
apppub_review_started_at?: Date;
|
|
67
|
+
apppub_approved_at?: Date;
|
|
68
|
+
apppub_published_at?: Date;
|
|
69
|
+
apppub_deployed_at?: Date;
|
|
70
|
+
apppub_deployment_started_at?: Date;
|
|
71
|
+
apppub_removed_at?: Date;
|
|
72
|
+
apppub_rejection_reason?: string;
|
|
73
|
+
apppub_rejection_details?: Record<string, unknown>;
|
|
74
|
+
apppub_published_by_id_auth?: string;
|
|
75
|
+
apppub_created_at?: Date;
|
|
76
|
+
apppub_updated_at?: Date;
|
|
77
|
+
constructor(init: Partial<IAppPublishDetailsMst> & {
|
|
78
|
+
_id?: string;
|
|
79
|
+
});
|
|
80
|
+
Validate?(): Partial<IAppPublishInsertUpdateErrorLogger>;
|
|
81
|
+
}
|
|
82
|
+
interface appPublishControllerResponse extends controllerResponse {
|
|
83
|
+
data?: any[] | any | null;
|
|
84
|
+
total?: number;
|
|
85
|
+
totalDocument?: number;
|
|
86
|
+
}
|
|
87
|
+
interface appPublishByIdControllerResponse extends controllerResponse {
|
|
88
|
+
data?: any | null;
|
|
89
|
+
}
|
|
90
|
+
interface appPublishInsertUpdateControllerResponse extends controllerResponse {
|
|
91
|
+
data?: any | null;
|
|
92
|
+
}
|
|
93
|
+
export { MAppPublish, MAppPublishGetByIdPayload, MAppPublishInsertUpdatePayload, appPublishControllerResponse, appPublishByIdControllerResponse, appPublishInsertUpdateControllerResponse };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
/* INTERFACE END */
|
|
3
|
+
/* MODEL START */
|
|
4
|
+
class MAppPublish extends MTableQueries {
|
|
5
|
+
constructor(init) {
|
|
6
|
+
super(init);
|
|
7
|
+
Object.assign(this, init);
|
|
8
|
+
}
|
|
9
|
+
Validate() {
|
|
10
|
+
let errorLogger = {};
|
|
11
|
+
return errorLogger;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
class MAppPublishGetByIdPayload {
|
|
15
|
+
constructor(init) {
|
|
16
|
+
Object.assign(this, init);
|
|
17
|
+
}
|
|
18
|
+
Validate() {
|
|
19
|
+
let errorLogger = {};
|
|
20
|
+
if (!this.apppub_id && !this._id) {
|
|
21
|
+
errorLogger.apppub_id = "App Publish ID is Required!";
|
|
22
|
+
}
|
|
23
|
+
return errorLogger;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class MAppPublishInsertUpdatePayload {
|
|
27
|
+
constructor(init) {
|
|
28
|
+
Object.assign(this, init);
|
|
29
|
+
}
|
|
30
|
+
Validate() {
|
|
31
|
+
let errorLogger = {};
|
|
32
|
+
return errorLogger;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/* RESPONSE TYPES END */
|
|
36
|
+
export { MAppPublish, MAppPublishGetByIdPayload, MAppPublishInsertUpdatePayload };
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { MTableQueries, MRequestMiddelware } from "../../common-types/common";
|
|
2
|
+
import { IAppRegistrationStartMst } from "../../schema/app/app_registration_start_mst";
|
|
3
|
+
import { controllerResponse } from "../../utilities";
|
|
4
|
+
type IAppRegistrationStartErrorLogger = {
|
|
5
|
+
[key in keyof MAppRegistrationStart]: string;
|
|
6
|
+
};
|
|
7
|
+
type IAppRegistrationStartGetByIdErrorLogger = {
|
|
8
|
+
[key in keyof MAppRegistrationStartGetByIdPayload]: string;
|
|
9
|
+
};
|
|
10
|
+
type IAppRegistrationStartInsertUpdateErrorLogger = {
|
|
11
|
+
[key in keyof MAppRegistrationStartInsertUpdatePayload]: string;
|
|
12
|
+
};
|
|
13
|
+
declare class MAppRegistrationStart extends MTableQueries {
|
|
14
|
+
appstart_id?: string;
|
|
15
|
+
appstart_reg_id_appreg?: string;
|
|
16
|
+
appstart_start_date?: Date;
|
|
17
|
+
appstart_configuration_data?: Record<string, unknown>;
|
|
18
|
+
appstart_start_status_id_sygms?: string;
|
|
19
|
+
query?: string;
|
|
20
|
+
constructor(init: MAppRegistrationStart);
|
|
21
|
+
Validate?(): Partial<IAppRegistrationStartErrorLogger>;
|
|
22
|
+
}
|
|
23
|
+
declare class MAppRegistrationStartGetByIdPayload implements MRequestMiddelware {
|
|
24
|
+
appstart_id?: string;
|
|
25
|
+
_id?: string;
|
|
26
|
+
constructor(init: MAppRegistrationStartGetByIdPayload);
|
|
27
|
+
Validate?(): Partial<IAppRegistrationStartGetByIdErrorLogger>;
|
|
28
|
+
}
|
|
29
|
+
declare class MAppRegistrationStartInsertUpdatePayload implements IAppRegistrationStartMst, MRequestMiddelware {
|
|
30
|
+
_id?: string;
|
|
31
|
+
appstart_reg_id_appreg?: string;
|
|
32
|
+
appstart_start_date?: Date;
|
|
33
|
+
appstart_configuration_data?: Record<string, unknown>;
|
|
34
|
+
appstart_start_status_id_sygms?: string;
|
|
35
|
+
appstart_started_by_id_auth?: string;
|
|
36
|
+
appstart_completed_at?: Date;
|
|
37
|
+
appstart_created_at?: Date;
|
|
38
|
+
appstart_updated_at?: Date;
|
|
39
|
+
constructor(init: Partial<IAppRegistrationStartMst> & {
|
|
40
|
+
_id?: string;
|
|
41
|
+
});
|
|
42
|
+
Validate?(): Partial<IAppRegistrationStartInsertUpdateErrorLogger>;
|
|
43
|
+
}
|
|
44
|
+
interface appRegistrationStartControllerResponse extends controllerResponse {
|
|
45
|
+
data?: any[] | any | null;
|
|
46
|
+
total?: number;
|
|
47
|
+
totalDocument?: number;
|
|
48
|
+
}
|
|
49
|
+
interface appRegistrationStartByIdControllerResponse extends controllerResponse {
|
|
50
|
+
data?: any | null;
|
|
51
|
+
}
|
|
52
|
+
interface appRegistrationStartInsertUpdateControllerResponse extends controllerResponse {
|
|
53
|
+
data?: any | null;
|
|
54
|
+
}
|
|
55
|
+
export { MAppRegistrationStart, MAppRegistrationStartGetByIdPayload, MAppRegistrationStartInsertUpdatePayload, appRegistrationStartControllerResponse, appRegistrationStartByIdControllerResponse, appRegistrationStartInsertUpdateControllerResponse };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
/* INTERFACE END */
|
|
3
|
+
/* MODEL START */
|
|
4
|
+
class MAppRegistrationStart extends MTableQueries {
|
|
5
|
+
constructor(init) {
|
|
6
|
+
super(init);
|
|
7
|
+
Object.assign(this, init);
|
|
8
|
+
}
|
|
9
|
+
Validate() {
|
|
10
|
+
let errorLogger = {};
|
|
11
|
+
return errorLogger;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
class MAppRegistrationStartGetByIdPayload {
|
|
15
|
+
constructor(init) {
|
|
16
|
+
Object.assign(this, init);
|
|
17
|
+
}
|
|
18
|
+
Validate() {
|
|
19
|
+
let errorLogger = {};
|
|
20
|
+
if (!this.appstart_id && !this._id) {
|
|
21
|
+
errorLogger.appstart_id = "App Registration Start ID is Required!";
|
|
22
|
+
}
|
|
23
|
+
return errorLogger;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class MAppRegistrationStartInsertUpdatePayload {
|
|
27
|
+
constructor(init) {
|
|
28
|
+
Object.assign(this, init);
|
|
29
|
+
}
|
|
30
|
+
Validate() {
|
|
31
|
+
let errorLogger = {};
|
|
32
|
+
return errorLogger;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/* RESPONSE TYPES END */
|
|
36
|
+
export { MAppRegistrationStart, MAppRegistrationStartGetByIdPayload, MAppRegistrationStartInsertUpdatePayload };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { MTableQueries, MRequestMiddelware } from "../../common-types/common";
|
|
2
|
+
import { IAppRegistrationMst } from "../../schema/app/app_registration_mst";
|
|
3
|
+
import { controllerResponse } from "../../utilities";
|
|
4
|
+
type IAppRegistrationErrorLogger = {
|
|
5
|
+
[key in keyof MAppRegistration]: string;
|
|
6
|
+
};
|
|
7
|
+
type IAppRegistrationGetByIdErrorLogger = {
|
|
8
|
+
[key in keyof MAppRegistrationGetByIdPayload]: string;
|
|
9
|
+
};
|
|
10
|
+
type IAppRegistrationInsertUpdateErrorLogger = {
|
|
11
|
+
[key in keyof MAppRegistrationInsertUpdatePayload]: string;
|
|
12
|
+
};
|
|
13
|
+
declare class MAppRegistration extends MTableQueries {
|
|
14
|
+
appreg_id?: string;
|
|
15
|
+
appreg_app_id?: string;
|
|
16
|
+
appreg_app_name?: string;
|
|
17
|
+
appreg_registration_status_id_sygms?: string;
|
|
18
|
+
query?: string;
|
|
19
|
+
constructor(init: MAppRegistration);
|
|
20
|
+
Validate?(): Partial<IAppRegistrationErrorLogger>;
|
|
21
|
+
}
|
|
22
|
+
declare class MAppRegistrationGetByIdPayload implements MRequestMiddelware {
|
|
23
|
+
appreg_id?: string;
|
|
24
|
+
_id?: string;
|
|
25
|
+
constructor(init: MAppRegistrationGetByIdPayload);
|
|
26
|
+
Validate?(): Partial<IAppRegistrationGetByIdErrorLogger>;
|
|
27
|
+
}
|
|
28
|
+
declare class MAppRegistrationInsertUpdatePayload implements IAppRegistrationMst, MRequestMiddelware {
|
|
29
|
+
_id?: string;
|
|
30
|
+
appreg_app_id?: string;
|
|
31
|
+
appreg_app_name?: string;
|
|
32
|
+
appreg_app_description?: string;
|
|
33
|
+
appreg_organization_name?: string;
|
|
34
|
+
appreg_organization_id?: string;
|
|
35
|
+
appreg_registration_date?: Date;
|
|
36
|
+
appreg_registration_status_id_sygms?: string;
|
|
37
|
+
appreg_registered_by_id_auth?: string;
|
|
38
|
+
appreg_workflow_id_wfrg?: string;
|
|
39
|
+
appreg_current_step?: number;
|
|
40
|
+
appreg_created_at?: Date;
|
|
41
|
+
appreg_updated_at?: Date;
|
|
42
|
+
constructor(init: Partial<IAppRegistrationMst> & {
|
|
43
|
+
_id?: string;
|
|
44
|
+
});
|
|
45
|
+
Validate?(): Partial<IAppRegistrationInsertUpdateErrorLogger>;
|
|
46
|
+
}
|
|
47
|
+
interface appRegistrationControllerResponse extends controllerResponse {
|
|
48
|
+
data?: any[] | any | null;
|
|
49
|
+
total?: number;
|
|
50
|
+
totalDocument?: number;
|
|
51
|
+
}
|
|
52
|
+
interface appRegistrationByIdControllerResponse extends controllerResponse {
|
|
53
|
+
data?: any | null;
|
|
54
|
+
}
|
|
55
|
+
interface appRegistrationInsertUpdateControllerResponse extends controllerResponse {
|
|
56
|
+
data?: any | null;
|
|
57
|
+
}
|
|
58
|
+
export { MAppRegistration, MAppRegistrationGetByIdPayload, MAppRegistrationInsertUpdatePayload, appRegistrationControllerResponse, appRegistrationByIdControllerResponse, appRegistrationInsertUpdateControllerResponse };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
/* INTERFACE END */
|
|
3
|
+
/* MODEL START */
|
|
4
|
+
class MAppRegistration extends MTableQueries {
|
|
5
|
+
constructor(init) {
|
|
6
|
+
super(init);
|
|
7
|
+
Object.assign(this, init);
|
|
8
|
+
}
|
|
9
|
+
Validate() {
|
|
10
|
+
let errorLogger = {};
|
|
11
|
+
return errorLogger;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
class MAppRegistrationGetByIdPayload {
|
|
15
|
+
constructor(init) {
|
|
16
|
+
Object.assign(this, init);
|
|
17
|
+
}
|
|
18
|
+
Validate() {
|
|
19
|
+
let errorLogger = {};
|
|
20
|
+
if (!this.appreg_id && !this._id) {
|
|
21
|
+
errorLogger.appreg_id = "App Registration ID is Required!";
|
|
22
|
+
}
|
|
23
|
+
return errorLogger;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class MAppRegistrationInsertUpdatePayload {
|
|
27
|
+
constructor(init) {
|
|
28
|
+
Object.assign(this, init);
|
|
29
|
+
}
|
|
30
|
+
Validate() {
|
|
31
|
+
let errorLogger = {};
|
|
32
|
+
return errorLogger;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/* RESPONSE TYPES END */
|
|
36
|
+
export { MAppRegistration, MAppRegistrationGetByIdPayload, MAppRegistrationInsertUpdatePayload };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { MTableQueries, MRequestMiddelware } from "../../common-types/common";
|
|
2
|
+
import { IAppStoreProviderMst } from "../../schema/app/app_store_provider_mst";
|
|
3
|
+
import { controllerResponse } from "../../utilities";
|
|
4
|
+
type IAppStoreProviderErrorLogger = {
|
|
5
|
+
[key in keyof MAppStoreProvider]: string;
|
|
6
|
+
};
|
|
7
|
+
type IAppStoreProviderGetByIdErrorLogger = {
|
|
8
|
+
[key in keyof MAppStoreProviderGetByIdPayload]: string;
|
|
9
|
+
};
|
|
10
|
+
type IAppStoreProviderInsertUpdateErrorLogger = {
|
|
11
|
+
[key in keyof MAppStoreProviderInsertUpdatePayload]: string;
|
|
12
|
+
};
|
|
13
|
+
declare class MAppStoreProvider extends MTableQueries {
|
|
14
|
+
appstore_id?: string;
|
|
15
|
+
appstore_store_name?: string;
|
|
16
|
+
appstore_store_provider_code?: string;
|
|
17
|
+
appstore_is_active?: boolean;
|
|
18
|
+
query?: string;
|
|
19
|
+
constructor(init: MAppStoreProvider);
|
|
20
|
+
Validate?(): Partial<IAppStoreProviderErrorLogger>;
|
|
21
|
+
}
|
|
22
|
+
declare class MAppStoreProviderGetByIdPayload implements MRequestMiddelware {
|
|
23
|
+
appstore_id?: string;
|
|
24
|
+
_id?: string;
|
|
25
|
+
constructor(init: MAppStoreProviderGetByIdPayload);
|
|
26
|
+
Validate?(): Partial<IAppStoreProviderGetByIdErrorLogger>;
|
|
27
|
+
}
|
|
28
|
+
declare class MAppStoreProviderInsertUpdatePayload implements IAppStoreProviderMst, MRequestMiddelware {
|
|
29
|
+
_id?: string;
|
|
30
|
+
appstore_store_name?: string;
|
|
31
|
+
appstore_store_type_id_sygms?: string;
|
|
32
|
+
appstore_store_provider_code?: string;
|
|
33
|
+
appstore_store_api_endpoint?: string;
|
|
34
|
+
appstore_store_credentials?: Record<string, unknown>;
|
|
35
|
+
appstore_store_config?: Record<string, unknown>;
|
|
36
|
+
appstore_is_active?: boolean;
|
|
37
|
+
appstore_created_by_id_auth?: string;
|
|
38
|
+
appstore_created_at?: Date;
|
|
39
|
+
appstore_updated_at?: Date;
|
|
40
|
+
constructor(init: Partial<IAppStoreProviderMst> & {
|
|
41
|
+
_id?: string;
|
|
42
|
+
});
|
|
43
|
+
Validate?(): Partial<IAppStoreProviderInsertUpdateErrorLogger>;
|
|
44
|
+
}
|
|
45
|
+
interface appStoreProviderControllerResponse extends controllerResponse {
|
|
46
|
+
data?: any[] | any | null;
|
|
47
|
+
total?: number;
|
|
48
|
+
totalDocument?: number;
|
|
49
|
+
}
|
|
50
|
+
interface appStoreProviderByIdControllerResponse extends controllerResponse {
|
|
51
|
+
data?: any | null;
|
|
52
|
+
}
|
|
53
|
+
interface appStoreProviderInsertUpdateControllerResponse extends controllerResponse {
|
|
54
|
+
data?: any | null;
|
|
55
|
+
}
|
|
56
|
+
export { MAppStoreProvider, MAppStoreProviderGetByIdPayload, MAppStoreProviderInsertUpdatePayload, appStoreProviderControllerResponse, appStoreProviderByIdControllerResponse, appStoreProviderInsertUpdateControllerResponse };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
/* INTERFACE END */
|
|
3
|
+
/* MODEL START */
|
|
4
|
+
class MAppStoreProvider extends MTableQueries {
|
|
5
|
+
constructor(init) {
|
|
6
|
+
super(init);
|
|
7
|
+
Object.assign(this, init);
|
|
8
|
+
}
|
|
9
|
+
Validate() {
|
|
10
|
+
let errorLogger = {};
|
|
11
|
+
return errorLogger;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
class MAppStoreProviderGetByIdPayload {
|
|
15
|
+
constructor(init) {
|
|
16
|
+
Object.assign(this, init);
|
|
17
|
+
}
|
|
18
|
+
Validate() {
|
|
19
|
+
let errorLogger = {};
|
|
20
|
+
if (!this.appstore_id && !this._id) {
|
|
21
|
+
errorLogger.appstore_id = "App Store Provider ID is Required!";
|
|
22
|
+
}
|
|
23
|
+
return errorLogger;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class MAppStoreProviderInsertUpdatePayload {
|
|
27
|
+
constructor(init) {
|
|
28
|
+
Object.assign(this, init);
|
|
29
|
+
}
|
|
30
|
+
Validate() {
|
|
31
|
+
let errorLogger = {};
|
|
32
|
+
return errorLogger;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/* RESPONSE TYPES END */
|
|
36
|
+
export { MAppStoreProvider, MAppStoreProviderGetByIdPayload, MAppStoreProviderInsertUpdatePayload };
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { MTableQueries, MRequestMiddelware } from "../../common-types/common";
|
|
2
|
+
import { IAppVersionMst } from "../../schema/app/app_version_mst";
|
|
3
|
+
import { controllerResponse } from "../../utilities";
|
|
4
|
+
type IAppVersionErrorLogger = {
|
|
5
|
+
[key in keyof MAppVersion]: string;
|
|
6
|
+
};
|
|
7
|
+
type IAppVersionGetByIdErrorLogger = {
|
|
8
|
+
[key in keyof MAppVersionGetByIdPayload]: string;
|
|
9
|
+
};
|
|
10
|
+
type IAppVersionInsertUpdateErrorLogger = {
|
|
11
|
+
[key in keyof MAppVersionInsertUpdatePayload]: string;
|
|
12
|
+
};
|
|
13
|
+
declare class MAppVersion extends MTableQueries {
|
|
14
|
+
appver_id?: string;
|
|
15
|
+
appver_reg_id_appreg?: string;
|
|
16
|
+
appver_version_number?: string;
|
|
17
|
+
appver_deployment_status_id_sygms?: string;
|
|
18
|
+
query?: string;
|
|
19
|
+
constructor(init: MAppVersion);
|
|
20
|
+
Validate?(): Partial<IAppVersionErrorLogger>;
|
|
21
|
+
}
|
|
22
|
+
declare class MAppVersionGetByIdPayload implements MRequestMiddelware {
|
|
23
|
+
appver_id?: string;
|
|
24
|
+
_id?: string;
|
|
25
|
+
constructor(init: MAppVersionGetByIdPayload);
|
|
26
|
+
Validate?(): Partial<IAppVersionGetByIdErrorLogger>;
|
|
27
|
+
}
|
|
28
|
+
declare class MAppVersionInsertUpdatePayload implements IAppVersionMst, MRequestMiddelware {
|
|
29
|
+
_id?: string;
|
|
30
|
+
appver_reg_id_appreg?: string;
|
|
31
|
+
appver_version_number?: string;
|
|
32
|
+
appver_version_code?: number;
|
|
33
|
+
appver_release_type_id_sygms?: string;
|
|
34
|
+
appver_is_active?: boolean;
|
|
35
|
+
appver_is_forced?: boolean;
|
|
36
|
+
appver_min_supported_version?: string;
|
|
37
|
+
appver_release_date?: Date;
|
|
38
|
+
appver_release_notes?: string;
|
|
39
|
+
appver_build_number?: string;
|
|
40
|
+
appver_bundle_size?: number;
|
|
41
|
+
appver_bundle_file_id_cyfm?: string;
|
|
42
|
+
appver_bundle_hash?: string;
|
|
43
|
+
appver_bundle_signature?: string;
|
|
44
|
+
appver_deployment_status_id_sygms?: string;
|
|
45
|
+
appver_deployed_by_id_auth?: string;
|
|
46
|
+
appver_deployed_at?: Date;
|
|
47
|
+
appver_created_by_id_auth?: string;
|
|
48
|
+
appver_created_at?: Date;
|
|
49
|
+
appver_updated_at?: Date;
|
|
50
|
+
constructor(init: Partial<IAppVersionMst> & {
|
|
51
|
+
_id?: string;
|
|
52
|
+
});
|
|
53
|
+
Validate?(): Partial<IAppVersionInsertUpdateErrorLogger>;
|
|
54
|
+
}
|
|
55
|
+
interface appVersionControllerResponse extends controllerResponse {
|
|
56
|
+
data?: any[] | any | null;
|
|
57
|
+
total?: number;
|
|
58
|
+
totalDocument?: number;
|
|
59
|
+
}
|
|
60
|
+
interface appVersionByIdControllerResponse extends controllerResponse {
|
|
61
|
+
data?: any | null;
|
|
62
|
+
}
|
|
63
|
+
interface appVersionInsertUpdateControllerResponse extends controllerResponse {
|
|
64
|
+
data?: any | null;
|
|
65
|
+
}
|
|
66
|
+
export { MAppVersion, MAppVersionGetByIdPayload, MAppVersionInsertUpdatePayload, appVersionControllerResponse, appVersionByIdControllerResponse, appVersionInsertUpdateControllerResponse };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { MTableQueries } from "../../common-types/common";
|
|
2
|
+
/* INTERFACE END */
|
|
3
|
+
/* MODEL START */
|
|
4
|
+
class MAppVersion extends MTableQueries {
|
|
5
|
+
constructor(init) {
|
|
6
|
+
super(init);
|
|
7
|
+
Object.assign(this, init);
|
|
8
|
+
}
|
|
9
|
+
Validate() {
|
|
10
|
+
let errorLogger = {};
|
|
11
|
+
return errorLogger;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
class MAppVersionGetByIdPayload {
|
|
15
|
+
constructor(init) {
|
|
16
|
+
Object.assign(this, init);
|
|
17
|
+
}
|
|
18
|
+
Validate() {
|
|
19
|
+
let errorLogger = {};
|
|
20
|
+
if (!this.appver_id && !this._id) {
|
|
21
|
+
errorLogger.appver_id = "App Version ID is Required!";
|
|
22
|
+
}
|
|
23
|
+
return errorLogger;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class MAppVersionInsertUpdatePayload {
|
|
27
|
+
constructor(init) {
|
|
28
|
+
Object.assign(this, init);
|
|
29
|
+
}
|
|
30
|
+
Validate() {
|
|
31
|
+
let errorLogger = {};
|
|
32
|
+
return errorLogger;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/* RESPONSE TYPES END */
|
|
36
|
+
export { MAppVersion, MAppVersionGetByIdPayload, MAppVersionInsertUpdatePayload };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './app-registration.model';
|
|
2
|
+
export * from './app-registration-start.model';
|
|
3
|
+
export * from './app-platform-link.model';
|
|
4
|
+
export * from './app-version.model';
|
|
5
|
+
export * from './app-publish.model';
|
|
6
|
+
export * from './app-store-provider.model';
|
|
7
|
+
export * from './app-deployment.model';
|
|
8
|
+
export * from './app-build-config.model';
|
|
9
|
+
export * from './app-changelog.model';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './app-registration.model';
|
|
2
|
+
export * from './app-registration-start.model';
|
|
3
|
+
export * from './app-platform-link.model';
|
|
4
|
+
export * from './app-version.model';
|
|
5
|
+
export * from './app-publish.model';
|
|
6
|
+
export * from './app-store-provider.model';
|
|
7
|
+
export * from './app-deployment.model';
|
|
8
|
+
export * from './app-build-config.model';
|
|
9
|
+
export * from './app-changelog.model';
|