@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
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { b as mdBanner, m as mdBannerAttributes } from '../../files-
|
|
2
|
+
export { b as mdBanner, m as mdBannerAttributes } from '../../files-CXIMD4Bk.js';
|
|
@@ -149,6 +149,12 @@ __decorateClass([
|
|
|
149
149
|
type: import_sequelize_typescript.DataType.INTEGER
|
|
150
150
|
})
|
|
151
151
|
], files.prototype, "refId", 2);
|
|
152
|
+
__decorateClass([
|
|
153
|
+
(0, import_sequelize_typescript.Column)({
|
|
154
|
+
allowNull: true,
|
|
155
|
+
type: import_sequelize_typescript.DataType.INTEGER
|
|
156
|
+
})
|
|
157
|
+
], files.prototype, "sequence", 2);
|
|
152
158
|
__decorateClass([
|
|
153
159
|
(0, import_sequelize_typescript.HasOne)(() => mdBanner, {
|
|
154
160
|
sourceKey: "uuid"
|
|
@@ -177,6 +183,13 @@ __decorateClass([
|
|
|
177
183
|
type: import_sequelize_typescript2.DataType.STRING(60)
|
|
178
184
|
})
|
|
179
185
|
], mdBanner.prototype, "uuid", 2);
|
|
186
|
+
__decorateClass([
|
|
187
|
+
(0, import_sequelize_typescript2.Column)({
|
|
188
|
+
field: "group_id",
|
|
189
|
+
allowNull: true,
|
|
190
|
+
type: import_sequelize_typescript2.DataType.INTEGER
|
|
191
|
+
})
|
|
192
|
+
], mdBanner.prototype, "groupId", 2);
|
|
180
193
|
__decorateClass([
|
|
181
194
|
(0, import_sequelize_typescript2.Column)({
|
|
182
195
|
field: "key_name",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { g as mdContent, m as mdContentAttributes } from '../../authAssignment-
|
|
2
|
+
export { g as mdContent, m as mdContentAttributes } from '../../authAssignment-De3034JH.js';
|
|
@@ -617,6 +617,13 @@ __decorateClass([
|
|
|
617
617
|
type: import_sequelize_typescript7.DataType.STRING(10)
|
|
618
618
|
})
|
|
619
619
|
], users.prototype, "prefix", 2);
|
|
620
|
+
__decorateClass([
|
|
621
|
+
(0, import_sequelize_typescript7.Column)({
|
|
622
|
+
field: "prefix_id",
|
|
623
|
+
allowNull: true,
|
|
624
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
625
|
+
})
|
|
626
|
+
], users.prototype, "prefixId", 2);
|
|
620
627
|
__decorateClass([
|
|
621
628
|
(0, import_sequelize_typescript7.Column)({
|
|
622
629
|
field: "first_name",
|
|
@@ -631,12 +638,59 @@ __decorateClass([
|
|
|
631
638
|
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
632
639
|
})
|
|
633
640
|
], users.prototype, "lastName", 2);
|
|
641
|
+
__decorateClass([
|
|
642
|
+
(0, import_sequelize_typescript7.Column)({
|
|
643
|
+
field: "first_name_en",
|
|
644
|
+
allowNull: true,
|
|
645
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
646
|
+
})
|
|
647
|
+
], users.prototype, "firstNameEn", 2);
|
|
648
|
+
__decorateClass([
|
|
649
|
+
(0, import_sequelize_typescript7.Column)({
|
|
650
|
+
field: "last_name_en",
|
|
651
|
+
allowNull: true,
|
|
652
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
653
|
+
})
|
|
654
|
+
], users.prototype, "lastNameEn", 2);
|
|
634
655
|
__decorateClass([
|
|
635
656
|
(0, import_sequelize_typescript7.Column)({
|
|
636
657
|
allowNull: true,
|
|
637
658
|
type: import_sequelize_typescript7.DataType.STRING(20)
|
|
638
659
|
})
|
|
639
660
|
], users.prototype, "phone", 2);
|
|
661
|
+
__decorateClass([
|
|
662
|
+
(0, import_sequelize_typescript7.Column)({
|
|
663
|
+
field: "organization_id",
|
|
664
|
+
allowNull: true,
|
|
665
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
666
|
+
})
|
|
667
|
+
], users.prototype, "organizationId", 2);
|
|
668
|
+
__decorateClass([
|
|
669
|
+
(0, import_sequelize_typescript7.Column)({
|
|
670
|
+
allowNull: true,
|
|
671
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
672
|
+
})
|
|
673
|
+
], users.prototype, "occupation", 2);
|
|
674
|
+
__decorateClass([
|
|
675
|
+
(0, import_sequelize_typescript7.Column)({
|
|
676
|
+
allowNull: true,
|
|
677
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
678
|
+
})
|
|
679
|
+
], users.prototype, "position", 2);
|
|
680
|
+
__decorateClass([
|
|
681
|
+
(0, import_sequelize_typescript7.Column)({
|
|
682
|
+
field: "position_id",
|
|
683
|
+
allowNull: true,
|
|
684
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
685
|
+
})
|
|
686
|
+
], users.prototype, "positionId", 2);
|
|
687
|
+
__decorateClass([
|
|
688
|
+
(0, import_sequelize_typescript7.Column)({
|
|
689
|
+
field: "gender_code",
|
|
690
|
+
allowNull: true,
|
|
691
|
+
type: import_sequelize_typescript7.DataType.STRING(1)
|
|
692
|
+
})
|
|
693
|
+
], users.prototype, "genderCode", 2);
|
|
640
694
|
__decorateClass([
|
|
641
695
|
(0, import_sequelize_typescript7.Column)({
|
|
642
696
|
allowNull: true,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { i as mdContentGroup, h as mdContentGroupAttributes } from '../../authAssignment-
|
|
2
|
+
export { i as mdContentGroup, h as mdContentGroupAttributes } from '../../authAssignment-De3034JH.js';
|
|
@@ -620,6 +620,13 @@ __decorateClass([
|
|
|
620
620
|
type: import_sequelize_typescript7.DataType.STRING(10)
|
|
621
621
|
})
|
|
622
622
|
], users.prototype, "prefix", 2);
|
|
623
|
+
__decorateClass([
|
|
624
|
+
(0, import_sequelize_typescript7.Column)({
|
|
625
|
+
field: "prefix_id",
|
|
626
|
+
allowNull: true,
|
|
627
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
628
|
+
})
|
|
629
|
+
], users.prototype, "prefixId", 2);
|
|
623
630
|
__decorateClass([
|
|
624
631
|
(0, import_sequelize_typescript7.Column)({
|
|
625
632
|
field: "first_name",
|
|
@@ -634,12 +641,59 @@ __decorateClass([
|
|
|
634
641
|
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
635
642
|
})
|
|
636
643
|
], users.prototype, "lastName", 2);
|
|
644
|
+
__decorateClass([
|
|
645
|
+
(0, import_sequelize_typescript7.Column)({
|
|
646
|
+
field: "first_name_en",
|
|
647
|
+
allowNull: true,
|
|
648
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
649
|
+
})
|
|
650
|
+
], users.prototype, "firstNameEn", 2);
|
|
651
|
+
__decorateClass([
|
|
652
|
+
(0, import_sequelize_typescript7.Column)({
|
|
653
|
+
field: "last_name_en",
|
|
654
|
+
allowNull: true,
|
|
655
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
656
|
+
})
|
|
657
|
+
], users.prototype, "lastNameEn", 2);
|
|
637
658
|
__decorateClass([
|
|
638
659
|
(0, import_sequelize_typescript7.Column)({
|
|
639
660
|
allowNull: true,
|
|
640
661
|
type: import_sequelize_typescript7.DataType.STRING(20)
|
|
641
662
|
})
|
|
642
663
|
], users.prototype, "phone", 2);
|
|
664
|
+
__decorateClass([
|
|
665
|
+
(0, import_sequelize_typescript7.Column)({
|
|
666
|
+
field: "organization_id",
|
|
667
|
+
allowNull: true,
|
|
668
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
669
|
+
})
|
|
670
|
+
], users.prototype, "organizationId", 2);
|
|
671
|
+
__decorateClass([
|
|
672
|
+
(0, import_sequelize_typescript7.Column)({
|
|
673
|
+
allowNull: true,
|
|
674
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
675
|
+
})
|
|
676
|
+
], users.prototype, "occupation", 2);
|
|
677
|
+
__decorateClass([
|
|
678
|
+
(0, import_sequelize_typescript7.Column)({
|
|
679
|
+
allowNull: true,
|
|
680
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
681
|
+
})
|
|
682
|
+
], users.prototype, "position", 2);
|
|
683
|
+
__decorateClass([
|
|
684
|
+
(0, import_sequelize_typescript7.Column)({
|
|
685
|
+
field: "position_id",
|
|
686
|
+
allowNull: true,
|
|
687
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
688
|
+
})
|
|
689
|
+
], users.prototype, "positionId", 2);
|
|
690
|
+
__decorateClass([
|
|
691
|
+
(0, import_sequelize_typescript7.Column)({
|
|
692
|
+
field: "gender_code",
|
|
693
|
+
allowNull: true,
|
|
694
|
+
type: import_sequelize_typescript7.DataType.STRING(1)
|
|
695
|
+
})
|
|
696
|
+
], users.prototype, "genderCode", 2);
|
|
643
697
|
__decorateClass([
|
|
644
698
|
(0, import_sequelize_typescript7.Column)({
|
|
645
699
|
allowNull: true,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { a as mdEbook, m as mdEbookAttributes } from '../../mdEbook-
|
|
2
|
+
export { a as mdEbook, m as mdEbookAttributes } from '../../mdEbook-DVvRlFVe.js';
|
|
@@ -64,6 +64,13 @@ __decorateClass([
|
|
|
64
64
|
type: import_sequelize_typescript.DataType.INTEGER
|
|
65
65
|
})
|
|
66
66
|
], mdEbookGroup.prototype, "userId", 2);
|
|
67
|
+
__decorateClass([
|
|
68
|
+
(0, import_sequelize_typescript.Column)({
|
|
69
|
+
field: "type_id",
|
|
70
|
+
allowNull: true,
|
|
71
|
+
type: import_sequelize_typescript.DataType.INTEGER
|
|
72
|
+
})
|
|
73
|
+
], mdEbookGroup.prototype, "typeId", 2);
|
|
67
74
|
__decorateClass([
|
|
68
75
|
(0, import_sequelize_typescript.Column)({
|
|
69
76
|
type: import_sequelize_typescript.DataType.STRING(255)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { c as mdEbookGroup, b as mdEbookGroupAttributes } from '../../mdEbook-
|
|
2
|
+
export { c as mdEbookGroup, b as mdEbookGroupAttributes } from '../../mdEbook-DVvRlFVe.js';
|
|
@@ -269,6 +269,13 @@ __decorateClass([
|
|
|
269
269
|
type: import_sequelize_typescript2.DataType.INTEGER
|
|
270
270
|
})
|
|
271
271
|
], mdEbookGroup.prototype, "userId", 2);
|
|
272
|
+
__decorateClass([
|
|
273
|
+
(0, import_sequelize_typescript2.Column)({
|
|
274
|
+
field: "type_id",
|
|
275
|
+
allowNull: true,
|
|
276
|
+
type: import_sequelize_typescript2.DataType.INTEGER
|
|
277
|
+
})
|
|
278
|
+
], mdEbookGroup.prototype, "typeId", 2);
|
|
272
279
|
__decorateClass([
|
|
273
280
|
(0, import_sequelize_typescript2.Column)({
|
|
274
281
|
type: import_sequelize_typescript2.DataType.STRING(255)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { k as mdQuestionnaire, j as mdQuestionnaireAttributes } from '../../authAssignment-
|
|
2
|
+
export { k as mdQuestionnaire, j as mdQuestionnaireAttributes } from '../../authAssignment-De3034JH.js';
|
|
@@ -659,6 +659,13 @@ __decorateClass([
|
|
|
659
659
|
type: import_sequelize_typescript7.DataType.STRING(10)
|
|
660
660
|
})
|
|
661
661
|
], users.prototype, "prefix", 2);
|
|
662
|
+
__decorateClass([
|
|
663
|
+
(0, import_sequelize_typescript7.Column)({
|
|
664
|
+
field: "prefix_id",
|
|
665
|
+
allowNull: true,
|
|
666
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
667
|
+
})
|
|
668
|
+
], users.prototype, "prefixId", 2);
|
|
662
669
|
__decorateClass([
|
|
663
670
|
(0, import_sequelize_typescript7.Column)({
|
|
664
671
|
field: "first_name",
|
|
@@ -673,12 +680,59 @@ __decorateClass([
|
|
|
673
680
|
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
674
681
|
})
|
|
675
682
|
], users.prototype, "lastName", 2);
|
|
683
|
+
__decorateClass([
|
|
684
|
+
(0, import_sequelize_typescript7.Column)({
|
|
685
|
+
field: "first_name_en",
|
|
686
|
+
allowNull: true,
|
|
687
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
688
|
+
})
|
|
689
|
+
], users.prototype, "firstNameEn", 2);
|
|
690
|
+
__decorateClass([
|
|
691
|
+
(0, import_sequelize_typescript7.Column)({
|
|
692
|
+
field: "last_name_en",
|
|
693
|
+
allowNull: true,
|
|
694
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
695
|
+
})
|
|
696
|
+
], users.prototype, "lastNameEn", 2);
|
|
676
697
|
__decorateClass([
|
|
677
698
|
(0, import_sequelize_typescript7.Column)({
|
|
678
699
|
allowNull: true,
|
|
679
700
|
type: import_sequelize_typescript7.DataType.STRING(20)
|
|
680
701
|
})
|
|
681
702
|
], users.prototype, "phone", 2);
|
|
703
|
+
__decorateClass([
|
|
704
|
+
(0, import_sequelize_typescript7.Column)({
|
|
705
|
+
field: "organization_id",
|
|
706
|
+
allowNull: true,
|
|
707
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
708
|
+
})
|
|
709
|
+
], users.prototype, "organizationId", 2);
|
|
710
|
+
__decorateClass([
|
|
711
|
+
(0, import_sequelize_typescript7.Column)({
|
|
712
|
+
allowNull: true,
|
|
713
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
714
|
+
})
|
|
715
|
+
], users.prototype, "occupation", 2);
|
|
716
|
+
__decorateClass([
|
|
717
|
+
(0, import_sequelize_typescript7.Column)({
|
|
718
|
+
allowNull: true,
|
|
719
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
720
|
+
})
|
|
721
|
+
], users.prototype, "position", 2);
|
|
722
|
+
__decorateClass([
|
|
723
|
+
(0, import_sequelize_typescript7.Column)({
|
|
724
|
+
field: "position_id",
|
|
725
|
+
allowNull: true,
|
|
726
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
727
|
+
})
|
|
728
|
+
], users.prototype, "positionId", 2);
|
|
729
|
+
__decorateClass([
|
|
730
|
+
(0, import_sequelize_typescript7.Column)({
|
|
731
|
+
field: "gender_code",
|
|
732
|
+
allowNull: true,
|
|
733
|
+
type: import_sequelize_typescript7.DataType.STRING(1)
|
|
734
|
+
})
|
|
735
|
+
], users.prototype, "genderCode", 2);
|
|
682
736
|
__decorateClass([
|
|
683
737
|
(0, import_sequelize_typescript7.Column)({
|
|
684
738
|
allowNull: true,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'sequelize-typescript';
|
|
2
|
-
export { n as mdQuestionnaireData, l as mdQuestionnaireDataAttributes } from '../../authAssignment-
|
|
2
|
+
export { n as mdQuestionnaireData, l as mdQuestionnaireDataAttributes } from '../../authAssignment-De3034JH.js';
|
|
@@ -662,6 +662,13 @@ __decorateClass([
|
|
|
662
662
|
type: import_sequelize_typescript7.DataType.STRING(10)
|
|
663
663
|
})
|
|
664
664
|
], users.prototype, "prefix", 2);
|
|
665
|
+
__decorateClass([
|
|
666
|
+
(0, import_sequelize_typescript7.Column)({
|
|
667
|
+
field: "prefix_id",
|
|
668
|
+
allowNull: true,
|
|
669
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
670
|
+
})
|
|
671
|
+
], users.prototype, "prefixId", 2);
|
|
665
672
|
__decorateClass([
|
|
666
673
|
(0, import_sequelize_typescript7.Column)({
|
|
667
674
|
field: "first_name",
|
|
@@ -676,12 +683,59 @@ __decorateClass([
|
|
|
676
683
|
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
677
684
|
})
|
|
678
685
|
], users.prototype, "lastName", 2);
|
|
686
|
+
__decorateClass([
|
|
687
|
+
(0, import_sequelize_typescript7.Column)({
|
|
688
|
+
field: "first_name_en",
|
|
689
|
+
allowNull: true,
|
|
690
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
691
|
+
})
|
|
692
|
+
], users.prototype, "firstNameEn", 2);
|
|
693
|
+
__decorateClass([
|
|
694
|
+
(0, import_sequelize_typescript7.Column)({
|
|
695
|
+
field: "last_name_en",
|
|
696
|
+
allowNull: true,
|
|
697
|
+
type: import_sequelize_typescript7.DataType.STRING(100)
|
|
698
|
+
})
|
|
699
|
+
], users.prototype, "lastNameEn", 2);
|
|
679
700
|
__decorateClass([
|
|
680
701
|
(0, import_sequelize_typescript7.Column)({
|
|
681
702
|
allowNull: true,
|
|
682
703
|
type: import_sequelize_typescript7.DataType.STRING(20)
|
|
683
704
|
})
|
|
684
705
|
], users.prototype, "phone", 2);
|
|
706
|
+
__decorateClass([
|
|
707
|
+
(0, import_sequelize_typescript7.Column)({
|
|
708
|
+
field: "organization_id",
|
|
709
|
+
allowNull: true,
|
|
710
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
711
|
+
})
|
|
712
|
+
], users.prototype, "organizationId", 2);
|
|
713
|
+
__decorateClass([
|
|
714
|
+
(0, import_sequelize_typescript7.Column)({
|
|
715
|
+
allowNull: true,
|
|
716
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
717
|
+
})
|
|
718
|
+
], users.prototype, "occupation", 2);
|
|
719
|
+
__decorateClass([
|
|
720
|
+
(0, import_sequelize_typescript7.Column)({
|
|
721
|
+
allowNull: true,
|
|
722
|
+
type: import_sequelize_typescript7.DataType.STRING(255)
|
|
723
|
+
})
|
|
724
|
+
], users.prototype, "position", 2);
|
|
725
|
+
__decorateClass([
|
|
726
|
+
(0, import_sequelize_typescript7.Column)({
|
|
727
|
+
field: "position_id",
|
|
728
|
+
allowNull: true,
|
|
729
|
+
type: import_sequelize_typescript7.DataType.INTEGER
|
|
730
|
+
})
|
|
731
|
+
], users.prototype, "positionId", 2);
|
|
732
|
+
__decorateClass([
|
|
733
|
+
(0, import_sequelize_typescript7.Column)({
|
|
734
|
+
field: "gender_code",
|
|
735
|
+
allowNull: true,
|
|
736
|
+
type: import_sequelize_typescript7.DataType.STRING(1)
|
|
737
|
+
})
|
|
738
|
+
], users.prototype, "genderCode", 2);
|
|
685
739
|
__decorateClass([
|
|
686
740
|
(0, import_sequelize_typescript7.Column)({
|
|
687
741
|
allowNull: true,
|
|
@@ -2,7 +2,6 @@ import { Model } from 'sequelize-typescript';
|
|
|
2
2
|
|
|
3
3
|
interface msConsultCaseAttributes {
|
|
4
4
|
id?: number;
|
|
5
|
-
siteId?: number;
|
|
6
5
|
name?: string;
|
|
7
6
|
sort?: number;
|
|
8
7
|
status?: number;
|
|
@@ -13,7 +12,6 @@ interface msConsultCaseAttributes {
|
|
|
13
12
|
}
|
|
14
13
|
declare class msConsultCase extends Model<msConsultCaseAttributes, msConsultCaseAttributes> implements msConsultCaseAttributes {
|
|
15
14
|
id?: number;
|
|
16
|
-
siteId?: number;
|
|
17
15
|
name?: string;
|
|
18
16
|
sort?: number;
|
|
19
17
|
status?: number;
|
|
@@ -41,13 +41,6 @@ __decorateClass([
|
|
|
41
41
|
type: import_sequelize_typescript.DataType.INTEGER
|
|
42
42
|
})
|
|
43
43
|
], msConsultCase.prototype, "id", 2);
|
|
44
|
-
__decorateClass([
|
|
45
|
-
(0, import_sequelize_typescript.Column)({
|
|
46
|
-
field: "site_id",
|
|
47
|
-
allowNull: true,
|
|
48
|
-
type: import_sequelize_typescript.DataType.INTEGER
|
|
49
|
-
})
|
|
50
|
-
], msConsultCase.prototype, "siteId", 2);
|
|
51
44
|
__decorateClass([
|
|
52
45
|
(0, import_sequelize_typescript.Column)({
|
|
53
46
|
allowNull: true,
|
|
@@ -1,24 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
interface msConsultChannelsAttributes {
|
|
4
|
-
id?: number;
|
|
5
|
-
name?: string;
|
|
6
|
-
sort?: number;
|
|
7
|
-
status?: number;
|
|
8
|
-
createdBy?: string;
|
|
9
|
-
createdDate?: Date;
|
|
10
|
-
updatedBy?: string;
|
|
11
|
-
updatedDate?: Date;
|
|
12
|
-
}
|
|
13
|
-
declare class msConsultChannels extends Model<msConsultChannelsAttributes, msConsultChannelsAttributes> implements msConsultChannelsAttributes {
|
|
14
|
-
id?: number;
|
|
15
|
-
name?: string;
|
|
16
|
-
sort?: number;
|
|
17
|
-
status?: number;
|
|
18
|
-
createdBy?: string;
|
|
19
|
-
createdDate?: Date;
|
|
20
|
-
updatedBy?: string;
|
|
21
|
-
updatedDate?: Date;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export { msConsultChannels, type msConsultChannelsAttributes };
|
|
1
|
+
import 'sequelize-typescript';
|
|
2
|
+
export { c as msConsultChannels, m as msConsultChannelsAttributes } from '../../appQueue-HW5J6Gb9.js';
|