@admc-go-th/admc-library 1.0.129 → 1.0.132
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/appQueue-HW5J6Gb9.d.ts +162 -0
- package/{authAssignment-BAUCoEP6.d.ts → authAssignment-De3034JH.d.ts} +16 -0
- package/databases/schema/appQueue.ts +93 -3
- package/databases/schema/appReportCorruption.ts +1 -1
- package/databases/schema/appScore.ts +8 -0
- package/databases/schema/files.ts +7 -0
- package/databases/schema/formFaq.ts +126 -126
- package/databases/schema/index.ts +10 -5
- package/databases/schema/informationIndex.ts +211 -211
- package/databases/schema/informationIndexGroup.ts +103 -103
- package/databases/schema/mdBanner.ts +8 -0
- package/databases/schema/mdDownloadBk.ts +136 -136
- package/databases/schema/mdEbookGroup.ts +8 -0
- package/databases/schema/msConsultCase.ts +0 -8
- package/databases/schema/msConsultChannels.ts +14 -1
- package/databases/schema/msConsultSiteCase.ts +91 -0
- package/databases/schema/msConsultSiteIssue.ts +84 -0
- package/databases/schema/msExecutiveActing.ts +75 -0
- package/databases/schema/msExecutiveBoard.ts +82 -82
- package/databases/schema/msExecutiveBoardBk.ts +83 -0
- package/databases/schema/msExecutivePosition.ts +117 -117
- package/databases/schema/msExecutivePositionBk.ts +112 -0
- package/databases/schema/msGuidelines.ts +88 -88
- package/databases/schema/msOrganization.ts +139 -0
- package/databases/schema/msPosition.ts +76 -0
- package/databases/schema/msQueueTourFaq.ts +90 -0
- package/databases/schema/msQueueTourGuidelines.ts +90 -0
- package/databases/schema/msWebsite.ts +7 -1
- package/databases/schema/setting.ts +73 -73
- package/databases/schema/userPermissionV.ts +78 -0
- package/databases/schema/users.ts +62 -0
- package/databases/tables/appQueue.d.ts +2 -62
- package/databases/tables/appQueue.js +380 -54
- package/databases/tables/appReportCorruption.js +1 -1
- package/databases/tables/appReportCorruptionTransaction.js +1 -1
- package/databases/tables/appScore.d.ts +2 -0
- package/databases/tables/appScore.js +7 -0
- package/databases/tables/authAssignment.d.ts +1 -1
- package/databases/tables/authAssignment.js +54 -0
- package/databases/tables/authRole.d.ts +1 -1
- package/databases/tables/authRole.js +54 -0
- package/databases/tables/authRoleChild.d.ts +1 -1
- package/databases/tables/authRoleChild.js +54 -0
- package/databases/tables/files.d.ts +1 -1
- package/databases/tables/files.js +13 -0
- package/databases/tables/index.d.ts +15 -11
- package/databases/tables/index.js +4440 -3810
- package/databases/tables/mdBanner.d.ts +1 -1
- package/databases/tables/mdBanner.js +13 -0
- package/databases/tables/mdContent.d.ts +1 -1
- package/databases/tables/mdContent.js +54 -0
- package/databases/tables/mdContentGroup.d.ts +1 -1
- package/databases/tables/mdContentGroup.js +54 -0
- package/databases/tables/mdEbook.d.ts +1 -1
- package/databases/tables/mdEbook.js +7 -0
- package/databases/tables/mdEbookGroup.d.ts +1 -1
- package/databases/tables/mdEbookGroup.js +7 -0
- package/databases/tables/mdQuestionnaire.d.ts +1 -1
- package/databases/tables/mdQuestionnaire.js +54 -0
- package/databases/tables/mdQuestionnaireData.d.ts +1 -1
- package/databases/tables/mdQuestionnaireData.js +54 -0
- package/databases/tables/msConsultCase.d.ts +0 -2
- package/databases/tables/msConsultCase.js +0 -7
- package/databases/tables/msConsultChannels.d.ts +2 -24
- package/databases/tables/msConsultChannels.js +469 -13
- package/databases/tables/msConsultSiteCase.d.ts +28 -0
- package/databases/tables/msConsultSiteCase.js +113 -0
- package/databases/tables/msConsultSiteIssue.d.ts +26 -0
- package/databases/tables/msConsultSiteIssue.js +107 -0
- package/databases/tables/msExecutiveActing.d.ts +24 -0
- package/databases/tables/msExecutiveActing.js +99 -0
- package/databases/tables/msExecutiveBoardBk.d.ts +26 -0
- package/databases/tables/msExecutiveBoardBk.js +106 -0
- package/databases/tables/msExecutivePositionBk.d.ts +34 -0
- package/databases/tables/msExecutivePositionBk.js +131 -0
- package/databases/tables/msOrganization.d.ts +40 -0
- package/databases/tables/msOrganization.js +155 -0
- package/databases/tables/msPosition.d.ts +24 -0
- package/databases/tables/msPosition.js +100 -0
- package/databases/tables/msQueueTourFaq.d.ts +28 -0
- package/databases/tables/msQueueTourFaq.js +112 -0
- package/databases/tables/msQueueTourGuidelines.d.ts +28 -0
- package/databases/tables/msQueueTourGuidelines.js +112 -0
- package/databases/tables/msWebsite.d.ts +2 -56
- package/databases/tables/msWebsite.js +400 -46
- package/databases/tables/userPermissionV.d.ts +26 -0
- package/databases/tables/userPermissionV.js +101 -0
- package/databases/tables/users.d.ts +1 -1
- package/databases/tables/users.js +54 -0
- package/databases/tables/usersVerify.d.ts +1 -1
- package/databases/tables/usersVerify.js +54 -0
- package/{files-Dp2zDQAj.d.ts → files-CXIMD4Bk.d.ts} +4 -0
- package/{mdEbook-yzNQjFhx.d.ts → mdEbook-DVvRlFVe.d.ts} +2 -0
- package/package.json +1 -1
|
@@ -697,6 +697,13 @@ __decorateClass([
|
|
|
697
697
|
type: import_sequelize_typescript6.DataType.STRING(10)
|
|
698
698
|
})
|
|
699
699
|
], users.prototype, "prefix", 2);
|
|
700
|
+
__decorateClass([
|
|
701
|
+
(0, import_sequelize_typescript6.Column)({
|
|
702
|
+
field: "prefix_id",
|
|
703
|
+
allowNull: true,
|
|
704
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
705
|
+
})
|
|
706
|
+
], users.prototype, "prefixId", 2);
|
|
700
707
|
__decorateClass([
|
|
701
708
|
(0, import_sequelize_typescript6.Column)({
|
|
702
709
|
field: "first_name",
|
|
@@ -711,12 +718,59 @@ __decorateClass([
|
|
|
711
718
|
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
712
719
|
})
|
|
713
720
|
], users.prototype, "lastName", 2);
|
|
721
|
+
__decorateClass([
|
|
722
|
+
(0, import_sequelize_typescript6.Column)({
|
|
723
|
+
field: "first_name_en",
|
|
724
|
+
allowNull: true,
|
|
725
|
+
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
726
|
+
})
|
|
727
|
+
], users.prototype, "firstNameEn", 2);
|
|
728
|
+
__decorateClass([
|
|
729
|
+
(0, import_sequelize_typescript6.Column)({
|
|
730
|
+
field: "last_name_en",
|
|
731
|
+
allowNull: true,
|
|
732
|
+
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
733
|
+
})
|
|
734
|
+
], users.prototype, "lastNameEn", 2);
|
|
714
735
|
__decorateClass([
|
|
715
736
|
(0, import_sequelize_typescript6.Column)({
|
|
716
737
|
allowNull: true,
|
|
717
738
|
type: import_sequelize_typescript6.DataType.STRING(20)
|
|
718
739
|
})
|
|
719
740
|
], users.prototype, "phone", 2);
|
|
741
|
+
__decorateClass([
|
|
742
|
+
(0, import_sequelize_typescript6.Column)({
|
|
743
|
+
field: "organization_id",
|
|
744
|
+
allowNull: true,
|
|
745
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
746
|
+
})
|
|
747
|
+
], users.prototype, "organizationId", 2);
|
|
748
|
+
__decorateClass([
|
|
749
|
+
(0, import_sequelize_typescript6.Column)({
|
|
750
|
+
allowNull: true,
|
|
751
|
+
type: import_sequelize_typescript6.DataType.STRING(255)
|
|
752
|
+
})
|
|
753
|
+
], users.prototype, "occupation", 2);
|
|
754
|
+
__decorateClass([
|
|
755
|
+
(0, import_sequelize_typescript6.Column)({
|
|
756
|
+
allowNull: true,
|
|
757
|
+
type: import_sequelize_typescript6.DataType.STRING(255)
|
|
758
|
+
})
|
|
759
|
+
], users.prototype, "position", 2);
|
|
760
|
+
__decorateClass([
|
|
761
|
+
(0, import_sequelize_typescript6.Column)({
|
|
762
|
+
field: "position_id",
|
|
763
|
+
allowNull: true,
|
|
764
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
765
|
+
})
|
|
766
|
+
], users.prototype, "positionId", 2);
|
|
767
|
+
__decorateClass([
|
|
768
|
+
(0, import_sequelize_typescript6.Column)({
|
|
769
|
+
field: "gender_code",
|
|
770
|
+
allowNull: true,
|
|
771
|
+
type: import_sequelize_typescript6.DataType.STRING(1)
|
|
772
|
+
})
|
|
773
|
+
], users.prototype, "genderCode", 2);
|
|
720
774
|
__decorateClass([
|
|
721
775
|
(0, import_sequelize_typescript6.Column)({
|
|
722
776
|
allowNull: true,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { d as authRole, c as authRoleAttributes } from '../../authAssignment-
|
|
2
|
+
export { d as authRole, c as authRoleAttributes } from '../../authAssignment-De3034JH.js';
|
|
@@ -700,6 +700,13 @@ __decorateClass([
|
|
|
700
700
|
type: import_sequelize_typescript6.DataType.STRING(10)
|
|
701
701
|
})
|
|
702
702
|
], users.prototype, "prefix", 2);
|
|
703
|
+
__decorateClass([
|
|
704
|
+
(0, import_sequelize_typescript6.Column)({
|
|
705
|
+
field: "prefix_id",
|
|
706
|
+
allowNull: true,
|
|
707
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
708
|
+
})
|
|
709
|
+
], users.prototype, "prefixId", 2);
|
|
703
710
|
__decorateClass([
|
|
704
711
|
(0, import_sequelize_typescript6.Column)({
|
|
705
712
|
field: "first_name",
|
|
@@ -714,12 +721,59 @@ __decorateClass([
|
|
|
714
721
|
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
715
722
|
})
|
|
716
723
|
], users.prototype, "lastName", 2);
|
|
724
|
+
__decorateClass([
|
|
725
|
+
(0, import_sequelize_typescript6.Column)({
|
|
726
|
+
field: "first_name_en",
|
|
727
|
+
allowNull: true,
|
|
728
|
+
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
729
|
+
})
|
|
730
|
+
], users.prototype, "firstNameEn", 2);
|
|
731
|
+
__decorateClass([
|
|
732
|
+
(0, import_sequelize_typescript6.Column)({
|
|
733
|
+
field: "last_name_en",
|
|
734
|
+
allowNull: true,
|
|
735
|
+
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
736
|
+
})
|
|
737
|
+
], users.prototype, "lastNameEn", 2);
|
|
717
738
|
__decorateClass([
|
|
718
739
|
(0, import_sequelize_typescript6.Column)({
|
|
719
740
|
allowNull: true,
|
|
720
741
|
type: import_sequelize_typescript6.DataType.STRING(20)
|
|
721
742
|
})
|
|
722
743
|
], users.prototype, "phone", 2);
|
|
744
|
+
__decorateClass([
|
|
745
|
+
(0, import_sequelize_typescript6.Column)({
|
|
746
|
+
field: "organization_id",
|
|
747
|
+
allowNull: true,
|
|
748
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
749
|
+
})
|
|
750
|
+
], users.prototype, "organizationId", 2);
|
|
751
|
+
__decorateClass([
|
|
752
|
+
(0, import_sequelize_typescript6.Column)({
|
|
753
|
+
allowNull: true,
|
|
754
|
+
type: import_sequelize_typescript6.DataType.STRING(255)
|
|
755
|
+
})
|
|
756
|
+
], users.prototype, "occupation", 2);
|
|
757
|
+
__decorateClass([
|
|
758
|
+
(0, import_sequelize_typescript6.Column)({
|
|
759
|
+
allowNull: true,
|
|
760
|
+
type: import_sequelize_typescript6.DataType.STRING(255)
|
|
761
|
+
})
|
|
762
|
+
], users.prototype, "position", 2);
|
|
763
|
+
__decorateClass([
|
|
764
|
+
(0, import_sequelize_typescript6.Column)({
|
|
765
|
+
field: "position_id",
|
|
766
|
+
allowNull: true,
|
|
767
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
768
|
+
})
|
|
769
|
+
], users.prototype, "positionId", 2);
|
|
770
|
+
__decorateClass([
|
|
771
|
+
(0, import_sequelize_typescript6.Column)({
|
|
772
|
+
field: "gender_code",
|
|
773
|
+
allowNull: true,
|
|
774
|
+
type: import_sequelize_typescript6.DataType.STRING(1)
|
|
775
|
+
})
|
|
776
|
+
], users.prototype, "genderCode", 2);
|
|
723
777
|
__decorateClass([
|
|
724
778
|
(0, import_sequelize_typescript6.Column)({
|
|
725
779
|
allowNull: true,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { f as authRoleChild, e as authRoleChildAttributes } from '../../authAssignment-
|
|
2
|
+
export { f as authRoleChild, e as authRoleChildAttributes } from '../../authAssignment-De3034JH.js';
|
|
@@ -703,6 +703,13 @@ __decorateClass([
|
|
|
703
703
|
type: import_sequelize_typescript6.DataType.STRING(10)
|
|
704
704
|
})
|
|
705
705
|
], users.prototype, "prefix", 2);
|
|
706
|
+
__decorateClass([
|
|
707
|
+
(0, import_sequelize_typescript6.Column)({
|
|
708
|
+
field: "prefix_id",
|
|
709
|
+
allowNull: true,
|
|
710
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
711
|
+
})
|
|
712
|
+
], users.prototype, "prefixId", 2);
|
|
706
713
|
__decorateClass([
|
|
707
714
|
(0, import_sequelize_typescript6.Column)({
|
|
708
715
|
field: "first_name",
|
|
@@ -717,12 +724,59 @@ __decorateClass([
|
|
|
717
724
|
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
718
725
|
})
|
|
719
726
|
], users.prototype, "lastName", 2);
|
|
727
|
+
__decorateClass([
|
|
728
|
+
(0, import_sequelize_typescript6.Column)({
|
|
729
|
+
field: "first_name_en",
|
|
730
|
+
allowNull: true,
|
|
731
|
+
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
732
|
+
})
|
|
733
|
+
], users.prototype, "firstNameEn", 2);
|
|
734
|
+
__decorateClass([
|
|
735
|
+
(0, import_sequelize_typescript6.Column)({
|
|
736
|
+
field: "last_name_en",
|
|
737
|
+
allowNull: true,
|
|
738
|
+
type: import_sequelize_typescript6.DataType.STRING(100)
|
|
739
|
+
})
|
|
740
|
+
], users.prototype, "lastNameEn", 2);
|
|
720
741
|
__decorateClass([
|
|
721
742
|
(0, import_sequelize_typescript6.Column)({
|
|
722
743
|
allowNull: true,
|
|
723
744
|
type: import_sequelize_typescript6.DataType.STRING(20)
|
|
724
745
|
})
|
|
725
746
|
], users.prototype, "phone", 2);
|
|
747
|
+
__decorateClass([
|
|
748
|
+
(0, import_sequelize_typescript6.Column)({
|
|
749
|
+
field: "organization_id",
|
|
750
|
+
allowNull: true,
|
|
751
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
752
|
+
})
|
|
753
|
+
], users.prototype, "organizationId", 2);
|
|
754
|
+
__decorateClass([
|
|
755
|
+
(0, import_sequelize_typescript6.Column)({
|
|
756
|
+
allowNull: true,
|
|
757
|
+
type: import_sequelize_typescript6.DataType.STRING(255)
|
|
758
|
+
})
|
|
759
|
+
], users.prototype, "occupation", 2);
|
|
760
|
+
__decorateClass([
|
|
761
|
+
(0, import_sequelize_typescript6.Column)({
|
|
762
|
+
allowNull: true,
|
|
763
|
+
type: import_sequelize_typescript6.DataType.STRING(255)
|
|
764
|
+
})
|
|
765
|
+
], users.prototype, "position", 2);
|
|
766
|
+
__decorateClass([
|
|
767
|
+
(0, import_sequelize_typescript6.Column)({
|
|
768
|
+
field: "position_id",
|
|
769
|
+
allowNull: true,
|
|
770
|
+
type: import_sequelize_typescript6.DataType.INTEGER
|
|
771
|
+
})
|
|
772
|
+
], users.prototype, "positionId", 2);
|
|
773
|
+
__decorateClass([
|
|
774
|
+
(0, import_sequelize_typescript6.Column)({
|
|
775
|
+
field: "gender_code",
|
|
776
|
+
allowNull: true,
|
|
777
|
+
type: import_sequelize_typescript6.DataType.STRING(1)
|
|
778
|
+
})
|
|
779
|
+
], users.prototype, "genderCode", 2);
|
|
726
780
|
__decorateClass([
|
|
727
781
|
(0, import_sequelize_typescript6.Column)({
|
|
728
782
|
allowNull: true,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { a as files, f as filesAttributes } from '../../files-
|
|
2
|
+
export { a as files, f as filesAttributes } from '../../files-CXIMD4Bk.js';
|
|
@@ -50,6 +50,13 @@ __decorateClass([
|
|
|
50
50
|
type: import_sequelize_typescript.DataType.STRING(60)
|
|
51
51
|
})
|
|
52
52
|
], mdBanner.prototype, "uuid", 2);
|
|
53
|
+
__decorateClass([
|
|
54
|
+
(0, import_sequelize_typescript.Column)({
|
|
55
|
+
field: "group_id",
|
|
56
|
+
allowNull: true,
|
|
57
|
+
type: import_sequelize_typescript.DataType.INTEGER
|
|
58
|
+
})
|
|
59
|
+
], mdBanner.prototype, "groupId", 2);
|
|
53
60
|
__decorateClass([
|
|
54
61
|
(0, import_sequelize_typescript.Column)({
|
|
55
62
|
field: "key_name",
|
|
@@ -300,6 +307,12 @@ __decorateClass([
|
|
|
300
307
|
type: import_sequelize_typescript2.DataType.INTEGER
|
|
301
308
|
})
|
|
302
309
|
], files.prototype, "refId", 2);
|
|
310
|
+
__decorateClass([
|
|
311
|
+
(0, import_sequelize_typescript2.Column)({
|
|
312
|
+
allowNull: true,
|
|
313
|
+
type: import_sequelize_typescript2.DataType.INTEGER
|
|
314
|
+
})
|
|
315
|
+
], files.prototype, "sequence", 2);
|
|
303
316
|
__decorateClass([
|
|
304
317
|
(0, import_sequelize_typescript2.HasOne)(() => mdBanner, {
|
|
305
318
|
sourceKey: "uuid"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export { b as appBlessings, a as appBlessingsAttributes, d as appBlessingsTransaction, c as appBlessingsTransactionAttributes } from '../../appBlessings-DcXFhNjP.js';
|
|
2
2
|
export { appFaq, appFaqAttributes } from './appFaq.js';
|
|
3
|
-
export { appQueue, appQueueAttributes } from '
|
|
3
|
+
export { b as appQueue, a as appQueueAttributes, c as msConsultChannels, m as msConsultChannelsAttributes, e as msWebsite, d as msWebsiteAttributes } from '../../appQueue-HW5J6Gb9.js';
|
|
4
4
|
export { appQueueTour, appQueueTourAttributes } from './appQueueTour.js';
|
|
5
5
|
export { b as appReportCorruption, a as appReportCorruptionAttributes, d as appReportCorruptionTransaction, c as appReportCorruptionTransactionAttributes } from '../../appReportCorruption-BsdsQQ1q.js';
|
|
6
6
|
export { appScore, appScoreAttributes } from './appScore.js';
|
|
7
7
|
export { appScoreData, appScoreDataAttributes } from './appScoreData.js';
|
|
8
8
|
export { appScorePerson, appScorePersonAttributes } from './appScorePerson.js';
|
|
9
|
-
export { b as authAssignment, a as authAssignmentAttributes, d as authRole, c as authRoleAttributes, f as authRoleChild, e as authRoleChildAttributes, g as mdContent, m as mdContentAttributes, i as mdContentGroup, h as mdContentGroupAttributes, k as mdQuestionnaire, j as mdQuestionnaireAttributes, n as mdQuestionnaireData, l as mdQuestionnaireDataAttributes, o as users, u as usersAttributes, q as usersVerify, p as usersVerifyAttributes } from '../../authAssignment-
|
|
9
|
+
export { b as authAssignment, a as authAssignmentAttributes, d as authRole, c as authRoleAttributes, f as authRoleChild, e as authRoleChildAttributes, g as mdContent, m as mdContentAttributes, i as mdContentGroup, h as mdContentGroupAttributes, k as mdQuestionnaire, j as mdQuestionnaireAttributes, n as mdQuestionnaireData, l as mdQuestionnaireDataAttributes, o as users, u as usersAttributes, q as usersVerify, p as usersVerifyAttributes } from '../../authAssignment-De3034JH.js';
|
|
10
10
|
export { b as authItem, a as authItemAttributes, d as authItemChild, c as authItemChildAttributes, e as menu, m as menuAttributes, g as msModule, f as msModuleAttributes } from '../../authItem-DBSkCaSi.js';
|
|
11
11
|
export { contactUs, contactUsAttributes } from './contactUs.js';
|
|
12
12
|
export { contentGuidelinesTour, contentGuidelinesTourAttributes } from './contentGuidelinesTour.js';
|
|
13
|
-
export { a as files, f as filesAttributes, b as mdBanner, m as mdBannerAttributes } from '../../files-
|
|
13
|
+
export { a as files, f as filesAttributes, b as mdBanner, m as mdBannerAttributes } from '../../files-CXIMD4Bk.js';
|
|
14
14
|
export { helper, helperAttributes } from './helper.js';
|
|
15
15
|
export { logs, logsAttributes } from './logs.js';
|
|
16
16
|
export { logsMember, logsMemberAttributes } from './logsMember.js';
|
|
@@ -19,7 +19,7 @@ export { mdCmsSingle, mdCmsSingleAttributes } from './mdCmsSingle.js';
|
|
|
19
19
|
export { mdConfiguration, mdConfigurationAttributes } from './mdConfiguration.js';
|
|
20
20
|
export { mdDocumentPdf, mdDocumentPdfAttributes } from './mdDocumentPdf.js';
|
|
21
21
|
export { a as mdDownload, m as mdDownloadAttributes, c as mdDownloadGroup, b as mdDownloadGroupAttributes } from '../../mdDownload-CCc6eto7.js';
|
|
22
|
-
export { a as mdEbook, m as mdEbookAttributes, c as mdEbookGroup, b as mdEbookGroupAttributes } from '../../mdEbook-
|
|
22
|
+
export { a as mdEbook, m as mdEbookAttributes, c as mdEbookGroup, b as mdEbookGroupAttributes } from '../../mdEbook-DVvRlFVe.js';
|
|
23
23
|
export { mdEgp, mdEgpAttributes } from './mdEgp.js';
|
|
24
24
|
export { a as mdFaq, m as mdFaqAttributes, c as mdFaqGroup, b as mdFaqGroupAttributes } from '../../mdFaq-CHIPG3yZ.js';
|
|
25
25
|
export { mdFormAdvance_1, mdFormAdvance_1Attributes } from './mdFormAdvance_1.js';
|
|
@@ -34,25 +34,29 @@ export { mdVideo, mdVideoAttributes } from './mdVideo.js';
|
|
|
34
34
|
export { mdWords, mdWordsAttributes } from './mdWords.js';
|
|
35
35
|
export { member, memberAttributes } from './member.js';
|
|
36
36
|
export { msConsultCase, msConsultCaseAttributes } from './msConsultCase.js';
|
|
37
|
-
export { msConsultChannels, msConsultChannelsAttributes } from './msConsultChannels.js';
|
|
38
37
|
export { msConsultInstructions, msConsultInstructionsAttributes } from './msConsultInstructions.js';
|
|
39
38
|
export { msConsultService, msConsultServiceAttributes } from './msConsultService.js';
|
|
39
|
+
export { msConsultSiteCase, msConsultSiteCaseAttributes } from './msConsultSiteCase.js';
|
|
40
40
|
export { msConsultSiteChannel, msConsultSiteChannelAttributes } from './msConsultSiteChannel.js';
|
|
41
41
|
export { msConsultSiteHoliday, msConsultSiteHolidayAttributes } from './msConsultSiteHoliday.js';
|
|
42
|
+
export { msConsultSiteIssue, msConsultSiteIssueAttributes } from './msConsultSiteIssue.js';
|
|
42
43
|
export { msConsultSiteStaff, msConsultSiteStaffAttributes } from './msConsultSiteStaff.js';
|
|
43
|
-
export { a as msExecutive, m as msExecutiveAttributes, c as msExecutiveGroup, b as msExecutiveGroupAttributes
|
|
44
|
-
export {
|
|
44
|
+
export { a as msExecutive, m as msExecutiveAttributes, c as msExecutiveGroup, b as msExecutiveGroupAttributes } from '../../msExecutive-BFeU4P0-.js';
|
|
45
|
+
export { msExecutiveActing, msExecutiveActingAttributes } from './msExecutiveActing.js';
|
|
46
|
+
export { msExecutiveBoardBk, msExecutiveBoardBkAttributes } from './msExecutiveBoardBk.js';
|
|
45
47
|
export { msExecutiveLevel, msExecutiveLevelAttributes } from './msExecutiveLevel.js';
|
|
46
|
-
export {
|
|
48
|
+
export { msExecutivePositionBk, msExecutivePositionBkAttributes } from './msExecutivePositionBk.js';
|
|
47
49
|
export { msHoliday, msHolidayAttributes } from './msHoliday.js';
|
|
50
|
+
export { msOrganization, msOrganizationAttributes } from './msOrganization.js';
|
|
51
|
+
export { msPosition, msPositionAttributes } from './msPosition.js';
|
|
48
52
|
export { msProvince, msProvinceAttributes } from './msProvince.js';
|
|
53
|
+
export { msQueueTourFaq, msQueueTourFaqAttributes } from './msQueueTourFaq.js';
|
|
54
|
+
export { msQueueTourGuidelines, msQueueTourGuidelinesAttributes } from './msQueueTourGuidelines.js';
|
|
49
55
|
export { msTitle, msTitleAttributes } from './msTitle.js';
|
|
50
56
|
export { msVariable, msVariableAttributes } from './msVariable.js';
|
|
51
|
-
export { msWebsite, msWebsiteAttributes } from './msWebsite.js';
|
|
52
57
|
export { oauthAccessToken, oauthAccessTokenAttributes } from './oauthAccessToken.js';
|
|
53
58
|
export { oauthRefreshToken, oauthRefreshTokenAttributes } from './oauthRefreshToken.js';
|
|
54
59
|
export { a as recruitment, r as recruitmentAttributes, c as recruitmentGroup, b as recruitmentGroupAttributes } from '../../recruitment-5Pi7YA8x.js';
|
|
55
60
|
export { settings, settingsAttributes } from './settings.js';
|
|
56
|
-
export {
|
|
57
|
-
export { userRoleV, userRoleVAttributes } from './userRoleV.js';
|
|
61
|
+
export { userPermissionV, userPermissionVAttributes } from './userPermissionV.js';
|
|
58
62
|
import 'sequelize-typescript';
|