@admc-go-th/admc-library 1.0.57 → 1.0.58

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.
@@ -12,6 +12,7 @@ export interface mdBannerAttributes {
12
12
  fileUuid?: string;
13
13
  video?: string;
14
14
  url?: string;
15
+ target?: string;
15
16
  sort?: number;
16
17
  status?: number;
17
18
  hasExpire?: number;
@@ -81,6 +82,12 @@ export class mdBanner extends Model<mdBannerAttributes, mdBannerAttributes> impl
81
82
  })
82
83
  declare url?: string;
83
84
 
85
+ @Column({
86
+ allowNull: true,
87
+ type: DataType.STRING(10)
88
+ })
89
+ declare target?: string;
90
+
84
91
  @Column({
85
92
  allowNull: true,
86
93
  type: DataType.INTEGER
@@ -1,2 +1,2 @@
1
1
  import 'sequelize-typescript';
2
- export { a as files, f as filesAttributes } from '../../files-DCCWrDOT.js';
2
+ export { a as files, f as filesAttributes } from '../../files-C1bgSUjy.js';
@@ -89,6 +89,12 @@ __decorateClass([
89
89
  type: import_sequelize_typescript.DataType.STRING(255)
90
90
  })
91
91
  ], mdBanner.prototype, "url", 2);
92
+ __decorateClass([
93
+ (0, import_sequelize_typescript.Column)({
94
+ allowNull: true,
95
+ type: import_sequelize_typescript.DataType.STRING(10)
96
+ })
97
+ ], mdBanner.prototype, "target", 2);
92
98
  __decorateClass([
93
99
  (0, import_sequelize_typescript.Column)({
94
100
  allowNull: true,
@@ -1,6 +1,6 @@
1
1
  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, l as users, u as usersAttributes, o as usersVerify, n as usersVerifyAttributes } from '../../authAssignment-CcMPKnNv.js';
2
2
  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-BniqC5Pc.js';
3
- export { a as files, f as filesAttributes, b as mdBanner, m as mdBannerAttributes } from '../../files-DCCWrDOT.js';
3
+ export { a as files, f as filesAttributes, b as mdBanner, m as mdBannerAttributes } from '../../files-C1bgSUjy.js';
4
4
  export { logs, logsAttributes } from './logs.js';
5
5
  export { mdCmsSingle, mdCmsSingleAttributes } from './mdCmsSingle.js';
6
6
  export { mdConfiguration, mdConfigurationAttributes } from './mdConfiguration.js';
@@ -1272,6 +1272,12 @@ __decorateClass([
1272
1272
  type: import_sequelize_typescript13.DataType.STRING(255)
1273
1273
  })
1274
1274
  ], mdBanner.prototype, "url", 2);
1275
+ __decorateClass([
1276
+ (0, import_sequelize_typescript13.Column)({
1277
+ allowNull: true,
1278
+ type: import_sequelize_typescript13.DataType.STRING(10)
1279
+ })
1280
+ ], mdBanner.prototype, "target", 2);
1275
1281
  __decorateClass([
1276
1282
  (0, import_sequelize_typescript13.Column)({
1277
1283
  allowNull: true,
@@ -1,2 +1,2 @@
1
1
  import 'sequelize-typescript';
2
- export { b as mdBanner, m as mdBannerAttributes } from '../../files-DCCWrDOT.js';
2
+ export { b as mdBanner, m as mdBannerAttributes } from '../../files-C1bgSUjy.js';
@@ -203,6 +203,12 @@ __decorateClass([
203
203
  type: import_sequelize_typescript2.DataType.STRING(255)
204
204
  })
205
205
  ], mdBanner.prototype, "url", 2);
206
+ __decorateClass([
207
+ (0, import_sequelize_typescript2.Column)({
208
+ allowNull: true,
209
+ type: import_sequelize_typescript2.DataType.STRING(10)
210
+ })
211
+ ], mdBanner.prototype, "target", 2);
206
212
  __decorateClass([
207
213
  (0, import_sequelize_typescript2.Column)({
208
214
  allowNull: true,
@@ -9,6 +9,7 @@ interface mdBannerAttributes {
9
9
  fileUuid?: string;
10
10
  video?: string;
11
11
  url?: string;
12
+ target?: string;
12
13
  sort?: number;
13
14
  status?: number;
14
15
  hasExpire?: number;
@@ -28,6 +29,7 @@ declare class mdBanner extends Model<mdBannerAttributes, mdBannerAttributes> imp
28
29
  fileUuid?: string;
29
30
  video?: string;
30
31
  url?: string;
32
+ target?: string;
31
33
  sort?: number;
32
34
  status?: number;
33
35
  hasExpire?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admc-go-th/admc-library",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",