@admc-go-th/admc-library 1.0.85 → 1.0.87

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.
@@ -15,8 +15,8 @@ export interface mdInformationIndexAttributes {
15
15
  metaTitle?: string;
16
16
  metaKeyword?: string;
17
17
  metaDescription?: string;
18
- categoryNo?: number;
19
- bookNo?: number;
18
+ categoryNo?: string;
19
+ bookNo?: string;
20
20
  chapter?: string;
21
21
  announcementDate?: Date;
22
22
  attachments?: object;
@@ -114,16 +114,16 @@ export class mdInformationIndex extends Model<mdInformationIndexAttributes, mdIn
114
114
  @Column({
115
115
  field: "category_no",
116
116
  allowNull: true,
117
- type: DataType.INTEGER
117
+ type: DataType.STRING(10)
118
118
  })
119
- declare categoryNo?: number;
119
+ declare categoryNo?: string;
120
120
 
121
121
  @Column({
122
122
  field: "book_no",
123
123
  allowNull: true,
124
- type: DataType.INTEGER
124
+ type: DataType.STRING(10)
125
125
  })
126
- declare bookNo?: number;
126
+ declare bookNo?: string;
127
127
 
128
128
  @Column({
129
129
  allowNull: true,
@@ -12,7 +12,7 @@ export interface recruitmentAttributes {
12
12
  accountAge?: number;
13
13
  accountExpires?: string;
14
14
  calledPosition?: number;
15
- status?: string;
15
+ status?: number;
16
16
  createdBy?: string;
17
17
  createdDate?: Date;
18
18
  updatedBy?: string;
@@ -83,9 +83,9 @@ export class recruitment extends Model<recruitmentAttributes, recruitmentAttribu
83
83
 
84
84
  @Column({
85
85
  allowNull: true,
86
- type: DataType.STRING(255)
86
+ type: DataType.INTEGER
87
87
  })
88
- declare status?: string;
88
+ declare status?: number;
89
89
 
90
90
  @Column({
91
91
  field: "created_by",
@@ -13,7 +13,7 @@ export { a as mdEbook, m as mdEbookAttributes, c as mdEbookGroup, b as mdEbookGr
13
13
  export { a as mdFaq, m as mdFaqAttributes, c as mdFaqGroup, b as mdFaqGroupAttributes } from '../../mdFaq-1c4X_DI2.js';
14
14
  export { mdFormAdvance_1, mdFormAdvance_1Attributes } from './mdFormAdvance_1.js';
15
15
  export { mdFormAdvance_2, mdFormAdvance_2Attributes } from './mdFormAdvance_2.js';
16
- export { a as mdInformationIndex, m as mdInformationIndexAttributes, c as mdInformationIndexGroup, b as mdInformationIndexGroupAttributes } from '../../mdInformationIndex-BoCz0Vkk.js';
16
+ export { a as mdInformationIndex, m as mdInformationIndexAttributes, c as mdInformationIndexGroup, b as mdInformationIndexGroupAttributes } from '../../mdInformationIndex-D0f7HDbG.js';
17
17
  export { a as mdLink, m as mdLinkAttributes, c as mdLinkGroup, b as mdLinkGroupAttributes } from '../../mdLink-Cr23xu_o.js';
18
18
  export { a as mdNews, m as mdNewsAttributes, c as mdNewsGroup, b as mdNewsGroupAttributes } from '../../mdNews-CqZ9kQ8-.js';
19
19
  export { mdPopup, mdPopupAttributes } from './mdPopup.js';
@@ -23,7 +23,7 @@ export { mdWords, mdWordsAttributes } from './mdWords.js';
23
23
  export { member, memberAttributes } from './member.js';
24
24
  export { oauthAccessToken, oauthAccessTokenAttributes } from './oauthAccessToken.js';
25
25
  export { oauthRefreshToken, oauthRefreshTokenAttributes } from './oauthRefreshToken.js';
26
- export { a as recruitment, r as recruitmentAttributes, c as recruitmentGroup, b as recruitmentGroupAttributes } from '../../recruitment-9nA7hl-E.js';
26
+ export { a as recruitment, r as recruitmentAttributes, c as recruitmentGroup, b as recruitmentGroupAttributes } from '../../recruitment-DmJeINPg.js';
27
27
  export { settings, settingsAttributes } from './settings.js';
28
28
  export { userCenterV, userCenterVAttributes } from './userCenterV.js';
29
29
  export { userRoleV, userRoleVAttributes } from './userRoleV.js';
@@ -3400,14 +3400,14 @@ __decorateClass([
3400
3400
  (0, import_sequelize_typescript32.Column)({
3401
3401
  field: "category_no",
3402
3402
  allowNull: true,
3403
- type: import_sequelize_typescript32.DataType.INTEGER
3403
+ type: import_sequelize_typescript32.DataType.STRING(10)
3404
3404
  })
3405
3405
  ], mdInformationIndex.prototype, "categoryNo", 2);
3406
3406
  __decorateClass([
3407
3407
  (0, import_sequelize_typescript32.Column)({
3408
3408
  field: "book_no",
3409
3409
  allowNull: true,
3410
- type: import_sequelize_typescript32.DataType.INTEGER
3410
+ type: import_sequelize_typescript32.DataType.STRING(10)
3411
3411
  })
3412
3412
  ], mdInformationIndex.prototype, "bookNo", 2);
3413
3413
  __decorateClass([
@@ -5077,7 +5077,7 @@ __decorateClass([
5077
5077
  __decorateClass([
5078
5078
  (0, import_sequelize_typescript46.Column)({
5079
5079
  allowNull: true,
5080
- type: import_sequelize_typescript46.DataType.STRING(255)
5080
+ type: import_sequelize_typescript46.DataType.INTEGER
5081
5081
  })
5082
5082
  ], recruitment.prototype, "status", 2);
5083
5083
  __decorateClass([
@@ -1,2 +1,2 @@
1
1
  import 'sequelize-typescript';
2
- export { a as mdInformationIndex, m as mdInformationIndexAttributes } from '../../mdInformationIndex-BoCz0Vkk.js';
2
+ export { a as mdInformationIndex, m as mdInformationIndexAttributes } from '../../mdInformationIndex-D0f7HDbG.js';
@@ -207,14 +207,14 @@ __decorateClass([
207
207
  (0, import_sequelize_typescript2.Column)({
208
208
  field: "category_no",
209
209
  allowNull: true,
210
- type: import_sequelize_typescript2.DataType.INTEGER
210
+ type: import_sequelize_typescript2.DataType.STRING(10)
211
211
  })
212
212
  ], mdInformationIndex.prototype, "categoryNo", 2);
213
213
  __decorateClass([
214
214
  (0, import_sequelize_typescript2.Column)({
215
215
  field: "book_no",
216
216
  allowNull: true,
217
- type: import_sequelize_typescript2.DataType.INTEGER
217
+ type: import_sequelize_typescript2.DataType.STRING(10)
218
218
  })
219
219
  ], mdInformationIndex.prototype, "bookNo", 2);
220
220
  __decorateClass([
@@ -1,2 +1,2 @@
1
1
  import 'sequelize-typescript';
2
- export { c as mdInformationIndexGroup, b as mdInformationIndexGroupAttributes } from '../../mdInformationIndex-BoCz0Vkk.js';
2
+ export { c as mdInformationIndexGroup, b as mdInformationIndexGroupAttributes } from '../../mdInformationIndex-D0f7HDbG.js';
@@ -114,14 +114,14 @@ __decorateClass([
114
114
  (0, import_sequelize_typescript.Column)({
115
115
  field: "category_no",
116
116
  allowNull: true,
117
- type: import_sequelize_typescript.DataType.INTEGER
117
+ type: import_sequelize_typescript.DataType.STRING(10)
118
118
  })
119
119
  ], mdInformationIndex.prototype, "categoryNo", 2);
120
120
  __decorateClass([
121
121
  (0, import_sequelize_typescript.Column)({
122
122
  field: "book_no",
123
123
  allowNull: true,
124
- type: import_sequelize_typescript.DataType.INTEGER
124
+ type: import_sequelize_typescript.DataType.STRING(10)
125
125
  })
126
126
  ], mdInformationIndex.prototype, "bookNo", 2);
127
127
  __decorateClass([
@@ -1,2 +1,2 @@
1
1
  import 'sequelize-typescript';
2
- export { a as recruitment, r as recruitmentAttributes } from '../../recruitment-9nA7hl-E.js';
2
+ export { a as recruitment, r as recruitmentAttributes } from '../../recruitment-DmJeINPg.js';
@@ -182,7 +182,7 @@ __decorateClass([
182
182
  __decorateClass([
183
183
  (0, import_sequelize_typescript2.Column)({
184
184
  allowNull: true,
185
- type: import_sequelize_typescript2.DataType.STRING(255)
185
+ type: import_sequelize_typescript2.DataType.INTEGER
186
186
  })
187
187
  ], recruitment.prototype, "status", 2);
188
188
  __decorateClass([
@@ -1,2 +1,2 @@
1
1
  import 'sequelize-typescript';
2
- export { c as recruitmentGroup, b as recruitmentGroupAttributes } from '../../recruitment-9nA7hl-E.js';
2
+ export { c as recruitmentGroup, b as recruitmentGroupAttributes } from '../../recruitment-DmJeINPg.js';
@@ -96,7 +96,7 @@ __decorateClass([
96
96
  __decorateClass([
97
97
  (0, import_sequelize_typescript.Column)({
98
98
  allowNull: true,
99
- type: import_sequelize_typescript.DataType.STRING(255)
99
+ type: import_sequelize_typescript.DataType.INTEGER
100
100
  })
101
101
  ], recruitment.prototype, "status", 2);
102
102
  __decorateClass([
@@ -42,8 +42,8 @@ interface mdInformationIndexAttributes {
42
42
  metaTitle?: string;
43
43
  metaKeyword?: string;
44
44
  metaDescription?: string;
45
- categoryNo?: number;
46
- bookNo?: number;
45
+ categoryNo?: string;
46
+ bookNo?: string;
47
47
  chapter?: string;
48
48
  announcementDate?: Date;
49
49
  attachments?: object;
@@ -70,8 +70,8 @@ declare class mdInformationIndex extends Model<mdInformationIndexAttributes, mdI
70
70
  metaTitle?: string;
71
71
  metaKeyword?: string;
72
72
  metaDescription?: string;
73
- categoryNo?: number;
74
- bookNo?: number;
73
+ categoryNo?: string;
74
+ bookNo?: string;
75
75
  chapter?: string;
76
76
  announcementDate?: Date;
77
77
  attachments?: object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admc-go-th/admc-library",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -37,7 +37,7 @@ interface recruitmentAttributes {
37
37
  accountAge?: number;
38
38
  accountExpires?: string;
39
39
  calledPosition?: number;
40
- status?: string;
40
+ status?: number;
41
41
  createdBy?: string;
42
42
  createdDate?: Date;
43
43
  updatedBy?: string;
@@ -52,7 +52,7 @@ declare class recruitment extends Model<recruitmentAttributes, recruitmentAttrib
52
52
  accountAge?: number;
53
53
  accountExpires?: string;
54
54
  calledPosition?: number;
55
- status?: string;
55
+ status?: number;
56
56
  createdBy?: string;
57
57
  createdDate?: Date;
58
58
  updatedBy?: string;